﻿@font-face {
  font-family: "Brandon-regular";
  src: url("../fonts/BrandonGrotesque-Regular.ttf") format("opentype");
  font-style: normal;
}

@font-face {
  font-family: "Brandon-medium";
  src: url("../fonts/BrandonGrotesque-Medium.ttf") format("opentype");
  font-style: normal;
}

@font-face {
  font-family: "Brandon-medium-italic";
  src: url("../fonts/BrandonGrotesque-MediumItalic.ttf") format("opentype");
  font-style: normal;
}

@font-face {
  font-family: "Brandon-bold";
  src: url("../fonts/BrandonGrotesque-Bold.ttf") format("opentype");
  font-style: normal;
}

@font-face {
  font-family: "Brandon-black";
  src: url("../fonts/BrandonGrotesque-Black.ttf") format("opentype");
  font-style: normal;
}

@font-face {
  font-family: "DVTridial";
  src: url("../fonts/HvDTrial_Brandon_Grotesque_black_italic-BF64a625c93406c.otf") format("opentype");
  font-style: normal;
}

@font-face {
  font-family: "Sansita-bold";
  src: url("../fonts/Sansita-Bold.ttf") format("opentype");
  font-style: normal;
}





:root {
  /**NAV**/
  --font-family-item-navbar: "DIN Black", sans-serif;
  --bg-navbar: url(../img/menu/background_navbar.png);
  --bg-home: url(../img/primor/fondo_validate.webp);
  --bg-footer: #fdc118;
  --bg-orange: #EB6901;
  --bg-purple: #8762ff;
  --color-text-purple: #8762ff;
  --bg-green: #3fe366;
  --bg-blue: #20214D;
  --bg-color-modal: #00000075;
  --color-text-blue: #0035da;
  --bg-white: #ffffff;
  --color-text-white: #ffffff;
  --color-text-black: #030202;
  --color-text-dark-blue: #0041c0;
  --font-family-button: "BebasKai", sans-serif;
  --bg-gray: #dfdfdf;
  --bg-black: #030202;
  --font-family-regular: "Brandon-regular", sans-serif;
  --font-family-medium: "Brandon-medium", sans-serif;
  --font-family-medium-ilatic: "Brandon-medium-italic", sans-serif;
  --font-family-bold: "Brandon-bold", sans-serif;
  --font-family-black: "Brandon-black", sans-serif;
  --font-family-custom: "DVTridial", sans-serif;
  --font-family-sansita: "Sansita-bold", sans-serif;
  /**CUSTOM DON VITTORIO  **/
  /*--color-text-yellow: #fab900;*/
  --color-text-yellow: #f1b569;
  --color-dorado: #e1b045;
}

::-webkit-scrollbar {
  width: 10px;
}

.black {
  color: #000;
}

::-webkit-scrollbar-thumb {
  background-color: var(--color-text-yellow);
  border-radius: 10px;
}

::-webkit-scrollbar-track {
  background-color: #6e6e6e;
  border: none;
  background-size: cover;
}

* {
  font-family: var(--font-family-regular);
}

.iti--fullscreen-popup.iti--container {
  top: 78px !important;
}


body {
}

.hero-bg {
  background-color: #000;
  position: fixed;
  inset: 0;
  /*height: 100dvh;*/
  min-height: 100dvh;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.modal {
  /*background-color: var(--color-green-main);*/
  background-color: #000;
}

.bg-orange {
  background-color: var(--bg-orange);
}

.medium {
  font-family: var(--font-family-medium);
}

.bold {
  font-family: var(--font-family-bold);
}

.black {
  font-family: var(--font-family-black);
}

.color-yellow {
  color: var(--color-text-yellow);
}

.amarillo {
  color: #fab900;
}

.card-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  /*width: 820px;
    height: 482px;*/
  background-color: #EB6901;
  /*border-radius: 48px;*/
  /* rotate: -3deg; */
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
  width: calc(100dvw - 12dvw);
  height: 100%;
  max-width: 1020px;
  .card-decoration

{
  width: 120% !important;
  height: 100% !important;
  top: -2%;
  object-fit: contain;
}

}


p {
  margin-top: 0;
  margin-bottom: 0;
}

.btn {
  font-size: clamp(1.2rem, 3vw, 2rem);
  line-height: normal;
  width: fit-content;
  font-family: var(--font-family-black);
  height: fit-content;
  color: #000;
  /*background: linear-gradient(to bottom, #e1b045, #b67a19);*/
  /* background: linear-gradient(to bottom, #fddc6c 0%, #e4a823 50%, #a86b09 100%);
  box-shadow: 0px 2px 5px rgba(0,0,0,0.4);*/
  background-color: var(--color-text-yellow);
  padding-inline: 2.5rem;
  transition: all 0.3s ease-in-out;
}

  .btn.special {
    background: linear-gradient(to bottom, #e1b045, #b67a19);
    background: linear-gradient(to bottom, #fddc6c 0%, #e4a823 50%, #a86b09 100%);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4);
  }

  .btn:hover {
    background: linear-gradient(to bottom, #f1b569 0%, #f1b569 50%, #c9840f 100%);
    box-shadow: 0px 4px 12px rgba(255, 215, 0, 0.5);
    color: #fff;
    transform: translateY(-2px);
    /* efecto de levantar */
  }

  .btn.white {
    background: none;
    background-color: #fff;
    &:hover

{
  color: var(--color-text-yellow);
}

}

.title {
  font-size: clamp(2rem, 8vw, 4rem);
  /*color:var(--color-text-yellow);*/
  /*color:#fff;*/
  color: #eee5c8;
  text-align: center;
  font-family: var(--font-family-medium);
}

header {
  padding: 0 !important;
}

#navbar .logo-header {
  cursor: pointer;
}

.contenedor {
  width: min(88%, 1550px);
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
}

.participa-aqui-button {
  background: var(--bg-white);
  color: var(--color-ping-dark);
  text-decoration: none;
  font-size: 20px;
  padding: 10px 30px 10px 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  font-weight: 700;
}

.navbar-wrap {
  background-color: #000;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  border-bottom: 1px solid var(--color-text-yellow);
}

.navbar .container .right-header a {
  cursor: pointer;
}

.openAsideMenu {
  border: none !important;
  background-color: transparent;
}

.openAsideMenuMobile {
  border: none !important;
  background-color: transparent;
  display: none;
}

.navbar-toggler-icon {
  color: var(--color-green-main);
  height: 2rem;
  width: 2rem;
  font-weight: bolder;
}




/** SIDE BAR**/
.offcanvas {
  /*background-color: #00B13A;*/
  background-color: #000;
  z-index: 99999;
  height: 100vh !important;
}

  /*.offcanvas.show{
    top:68px;
}*/


  .offcanvas .navbar-nav {
  }

    .offcanvas .navbar-nav .nav-item a {
      /*color: var(--color-text-yellow);*/
      color: #fab900;
      font-family: var(--font-family-medium);
      font-size: clamp(1.2rem, 2vw, 2rem);
      line-height: 100%;
      text-transform: uppercase;
      text-align: center;
    }

    .offcanvas .navbar-nav .nav-item.button a {
      /*background-color: var(--bg-yellow);*/
      font-size: clamp(1.2rem, 2vw, 2rem);
      font-family: var(--font-family-medium);
      color: #000;
      width: fit-content;
      display: flex;
      cursor: pointer;
      gap: 10px;
      border-radius: 7px;
      align-items: center;
    }

.item-button {
}


.offcanvas .btn-close {
  border: 3px solid var(--color-text-white);
  border-radius: 20px;
  padding: 10px;
  opacity: 1;
  background: url("../files/close-white.svg") center no-repeat;
  position: absolute;
  right: 50px;
  top: 20%;
}

  .offcanvas .btn-close:focus {
    outline: none;
    box-shadow: none;
  }

.offcanvas .nav-link.selected {
  /*color: var(--color-ping-light);*/
  /*transform: scale(1.1);*/
  /*padding-left: 10px;*/
}

.wrapper-icons-redes a {
  background-color: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-green-main);
  border-radius: 50%;
}

body .img-octogono {
  width: 120px;
  position: absolute;
  top: 55px;
  right: 20px;
  z-index: 9999;
}

#main-valid-age {
  /*background-image: var(--bg-home);*/
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-color: #000;
}


/*COkkies*/
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: white;
  color: black;
  text-align: center;
  padding: 15px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.img-cookie {
  height: 3rem;
}

.cookie-banner button {
  background-color: #0d6efd;
  color: white;
  border: none;
  padding: 10px 40px;
  cursor: pointer;
  margin-left: 10px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 1.2rem;
}

.container-cookie {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
}

.container-cookie-text {
  text-align: justify;
}

.text-cookie-1 {
  color: #237192;
  font-weight: 900;
  font-size: 2rem;
}

.text-cookie-2 {
  font-size: 1.3rem;
  font-weight: 500;
  margin: 0;
}

  .text-cookie-2 a {
    font-size: 1.3rem;
  }

.cookie-check-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}

  .cookie-check-container .cookie-check-input label {
    color: #000;
  }

  .cookie-check-container p {
    color: #237192;
    font-weight: 900;
    font-size: 1.5rem;
    margin: 0;
  }

.cookie-check-input {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.close-cookie {
  color: gray;
  font-weight: 100;
  font-size: 2.5rem;
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 1rem;
  font-family: sans-serif;
}

/*Fin cookies*/
/** FOOTER **/
footer {
  background-color: var(--bg-color-gray);
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*height: 4rem;*/
  /*position: sticky;*/
  left: 0;
  width: 100%;
  bottom: 0;
  /*z-index: 9999;*/
}

  footer .top .footer-links div a {
    color: #eee5c8;
    text-decoration: none;
    text-align: start;
    font-family: var(--font-family-bold);
    font-size: clamp(1.2rem, 2vw, 1.8rem);
  }

  footer .footer-social p {
    color: var(--color-green-main);
    font-size: 1.2rem;
  }

  footer .footer-social .redes a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #fff;
    color: white;
    svg path

{
  fill: #000;
}

}

footer .footer-copy small {
  color: var(--color-green-main);
  font-size: 1rem;
  font-weight: 500;
}

/** VALIDATION AGE **/
#valid-age-container {
  .extra-items img

{
  position: absolute;
}

.warning {
  width: 9rem;
  top: 0.5rem;
  right: 6rem;
  z-index: 999;
}

}

.valid-age-wrap {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

  .valid-age-wrap .valid-age-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }


    .valid-age-wrap .valid-age-content .valida-header p {
      color: #fff;
      text-transform: inherit;
      font-size: 4rem;
      letter-spacing: 1px;
    }

    .valid-age-wrap .valid-age-content p {
      letter-spacing: .3rem;
      color: var(--bg-white);
      font-size: clamp(2rem, 4vw, 4rem);
      font-weight: 700;
      margin: 0;
      font-family: var(--font-family-bold);
      padding: 0;
      line-height: 100%;
      text-align: center;
      text-transform: uppercase;
    }

    .valid-age-wrap .valid-age-content .age-highlight {
      color: var(--color-text-white) !important;
      font-weight: 500;
      font-size: 48px;
    }

    .valid-age-wrap .valid-age-content .valid-age-buttons {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 24px;
    }

      .valid-age-wrap .valid-age-content .valid-age-buttons a {
        border-radius: .5rem;
        border: none;
        outline: none;
        cursor: pointer;
        background-color: var(--color-text-yellow);
        text-decoration: none;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #000;
        width: 7rem;
        height: 3.5rem;
        font-weight: 700;
        font-size: 2rem;
        margin: 0;
        padding: 1.2rem;
        text-align: center;
        box-shadow: 5px 15px 25px rgba(0, 0, 0, 0.3);
        font-family: var(--font-family-black);
      }

/** ESTILOS HOME **/
#home {
  min-height: calc(100dvh - 78px);
  position: relative;
  width: 100%;
  /*background-color: #000;*/
    /*background-image: url(../img/vitorio/home_dv.png);*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position:center;
  position: relative;
  
}

  #home .gradiente-black {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    background-blend-mode: multiply;
    z-index:1;
  }

  #home .img-gradiente {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

    #home .img-gradiente img {
      width: 100%;
      max-height: 100%;
      object-fit: cover;
      object-position:top;
    }

.info-hero span {
  font-family: var(--font-family-medium);
  font-size: clamp(1rem, 2vw, 1.5rem);
  position:relative;
  top:1rem;
}

.info-hero .price {
  color: var(--color-dorado);
  font-size: clamp(4rem, 8vw, 9rem);
  font-family: var(--font-family-sansita);
  /*background: linear-gradient(to bottom, #fddc6c 0%, #e4a823 50%, #a86b09 100%);*/
  background-image: url('../img/vitorio/fondo_text.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items:center;
  
  .small-price

{
  font-size: clamp(2rem, 4vw, 4rem);
  background-image: url('../img/vitorio/fondo_text.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-family: var(--font-family-sansita);
}

}

.participacion {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100dvh;
}

  .participacion .steps {
    padding: 1.5rem;
    border: 3px solid #fff;
    width: 100%;
    max-width: 80%;
    justify-content: space-between;

    @media (max-width: 768px) {
      max-width: 100%;
    }
  }

.steps .item {
  flex: 1;
  /*justify-content:space-between;*/
}

  .steps .item .number-step {
    /*font-size:clamp(2rem, 4vw, 4rem);*/
    font-size: 7rem;
    color: var(--color-text-yellow);
    font-family: var(--font-family-medium);
  }

.steps .info h3 {
  font-size:clamp(1.8rem , 4vw , 3.5rem);
  font-family: var(--font-family-black);
  line-height: normal;
  margin-bottom: 0;
  background-image: url('../img/vitorio/fondo_text.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.steps .info p {
  font-size: 1.25rem;
  /*line-height: 100%;*/
}

.steps .details {
  flex: 1;
}

  .steps .details a {
    padding: .5rem 1rem;
    font-size: clamp(.8rem, 2vw, 1.5rem);
    line-height: 100%;
    text-decoration: none;
    color: #000;
    border-radius: .2rem;
    font-family: var(--font-family-black);
    /*background-color: var(--color-text-yellow);*/
    background-image: url(../img/vitorio/fondo_text.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    text-align: center;
    max-width: 300px;
  }

    .steps .details a.call {
      color: #000;
      font-family: var(--font-family-black);
      
      font-size: clamp(1rem, 3vw, 1.8rem);
      text-align: center;
      width: fit-content;
      padding: .5rem 1rem;
      background-image:none;
      background-color: #fff;
      border-radius: 1rem;
      justify-content: center;
    }

.tyc {
  font-size: 0.7rem;
  color: rgb(255, 255, 255);
  font-family: var(--font-family-regular);
  line-height: normal;
  text-align: start;
  display: inline-block;
}

.premios .price {
  font-size: clamp(4rem, 8vw, 10rem);
  font-family: var(--font-family-sansita);
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('../img/vitorio/fondo_text.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  .small-price

{
  font-family: var(--font-family-black);
  font-size: clamp(2rem, 4vw, 4rem);
  font-family: var(--font-family-sansita);
}

}

.premios .secondary-title {
  font-size: clamp(2rem, 3vw, 3.5rem);
  font-family: var(--font-family-bold);
  line-height: normal;
  color: #eee5c8;
}

.wrapper-premios .text-white {
  color: #eee5c8 !important;
  font-size: clamp(1.5rem, 3vw, 3.5rem);
}
.wrapper-premios .item h3 {
  background-color: var(--color-text-yellow);
  width: fit-content;
  color: #000;
  font-size: clamp(1rem, 3vw, 1.5rem);
  margin: auto;
  padding: .5rem 1rem;
  border-radius: 12px 12px 26px 26px;
  font-family: var(--font-family-bold);
  letter-spacing: 3px;
}

/**FIN ESTILOS HOME**/
/**Preguntas frecuentes**/
.section-preguntas {
  /*margin-top:68px;*/
  /* margin-top: 68px; */
  min-height: 100dvh;
  display: flex;
  align-items: center;
}

  .section-preguntas .title-preguntas {
    font-size: clamp(3rem, 6vw, 6rem);
    font-family: var(--font-family-bold);
    text-align: center;
    color: #eee5c8;
    flex: .5;
    width: 100%;
  }

  .section-preguntas #preguntasFrecuentes {
    flex: 1;
    width: 100%;
  }

#preguntasFrecuentes .accordion-item {
  border: none;
  margin-bottom: 12px;
  border-radius: 12px;
  background-color: #eee5c8;
}

  #preguntasFrecuentes .accordion-item .accordion-header {
    display: flex;
    -webkit-justify-content: inherit;
    justify-content: inherit;
  }

    #preguntasFrecuentes .accordion-item .accordion-header .numero-pregunta {
      font-size: 2rem;
      font-family: var(--font-family-medium);
      display: flex;
      align-items: center;
      color: #000;
      margin-left: 1rem;
    }

    #preguntasFrecuentes .accordion-item .accordion-header .accordion-button {
      background-color: #eee5c8;
      border: none;
      box-shadow: none;
      color: #000;
      font-weight: 500;
      border-radius: 12px;
      font-size: 1.5rem;
      font-family: var(--font-family-medium);
    }

      #preguntasFrecuentes .accordion-item .accordion-header .accordion-button::after {
        background-image: none;
        content: '▼';
      }

#preguntasFrecuentes .accordion-body {
  display: flex;
  flex-direction: column;
  gap: .5rem;
}

  #preguntasFrecuentes .accordion-body p {
    display: flex;
    -webkit-justify-content: inherit;
    justify-content: inherit;
    flex-direction: column;
    color: #000;
    font-family: var(--font-family-medium);
    font-size: 1rem;
  }

  #preguntasFrecuentes .accordion-body ol li {
    display: flex;
    -webkit-justify-content: inherit;
    justify-content: inherit;
    flex-direction: column;
    color: #000;
    font-family: var(--font-family-medium);
    font-size: 1rem;
  }

/** REGISTRO **/
.section-register {
  margin-top: 68px;
  height: 100dvh;
}


  .section-register h2 {
    font-size: clamp(2rem, 5vw, 6rem);
    color: #fff;
    font-family: var(--font-family-bold);
  }

  .section-register .box-image {
    flex: 0.8;
  }

  .section-register .content-form-register {
    flex: 1;
  }

  .section-register #miFormulario {
    width: 100%;
  }

    .section-register #miFormulario .form-label {
      font-size: 1.2rem;
      color: #fff;
    }

.row-input-check label,
a {
  font-size: .8rem;
  color: #fff;
  font-family: var(--font-family-medium);
}

.row-input input {
  font-family: var(--font-family-medium);
  &:focus

{
  box-shadow: none;
  outline: none;
}

}

.invalid-feedback {
  font-family: var(--font-family-medium);
  font-weight: 600;
}

.row-input #btn-send-form,
.row-input #button-reset {
  padding: .5rem 2rem;
  font-size: 1.5rem;
  line-height: 100%;
  text-decoration: none;
  color: #000;
  border-radius: .2rem;
  background: none;
  font-family: var(--font-family-black);
  background-color: var(--color-text-yellow);
}

.section-register #miFormulario .lotes-detail {
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.section-register #miFormulario .referencia {
  color: #000;
  font-size: .8rem;
  background-color: var(--color-text-yellow);
  padding: 8px 24px;
  font-family: var(--font-family-bold);
  flex: 1;
  max-width: 300px;
  cursor: pointer;
}

#miFormulario .form-item h3 {
  font-family: var(--font-family-bold);
  color: var(--color-text-yellow);
}

#miFormulario .image-fideo {
  flex: 1;
}

#miFormulario .lotes-detail-wrap {
  flex: 3;
}

.inputs-wrapper input {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  font-family: var(--font-family-bold);
}

.inputs-wrapper input {
  &::placeholder

{
  text-align: center;
  color: #fff;
  font-family: var(--font-family-bold);
}

}

#defaultCheck1-error,
#defaultCheck2-error,
#defaultCheck3-error {
  display: none !important;
}

input.form-check-input.is-invalid {
  &+#defaultCheck1-error, &+#defaultCheck2-error, &+#defaultCheck3-error

{
  &+label

{
  color: #dc3545;
  font-size: 1rem;
  color: #dc3545;
}

}
}



/**Modal ganadores**/
#modal-winners .modal-content .content-header {
  margin-top: 2rem;
  width: 100%;
}

  #modal-winners .modal-content .content-header .title-ganadores {
    color: #000;
    font-size: clamp(2rem, 5vw, 4rem);
    font-family: var(--font-family-bold);
    text-align: center;
    flex: 1;
    line-height: normal;
  }

  #modal-winners .modal-content .content-header button {
    top: -1.2rem;
    right: 0;
  }

#modal-winners {
  .search-container

{
  position: relative;
  /* width: 300px;
    scale: 0.7;*/
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-input {
  width: 100%;
  padding: 10px 40px 10px 10px;
  border: 2px solid var(--color-green-text);
  border-radius: 25px;
  outline: none;
  font-size: 16px;
  background-color: #fff;
  max-width: 300px;
}

.search-icon {
  position: absolute;
  right: 15%;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  fill: var(--color-green-text);
}

.hidden {
  display: none;
}

}

.msg_premio {
  text-align: left;
  color: white;
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 18px;
}


  .msg_premio span {
    color: var(--color-text-yellow);
  }

#modal-winners .content-body {
  max-height: 24vh;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  width: 100%;
  overflow-y: auto;
  flex-direction: column;
}

#modal-winners ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  gap: 1rem;
  width: 100%;
}

  #modal-winners ul li {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0;
    gap: 1rem;
  }

    #modal-winners ul li p {
      color: #000;
      text-align: left;
      font-family: var(--font-family-medium);
      font-size: 1rem;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      text-align: center;
    }

    #modal-winners ul li .text-name-winners {
    }

#modal-winners.content-body ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
  height: 3px;
  background-color: #000 !important;
  scrollbar-width: thin;
  scrollbar-color: #000 !important;
}

#modal-winners ::-webkit-scrollbar-thumb {
  border-radius: 4px !important;
  height: 3px;
  background-color: #000 !important;
}

#modal-winners ::-webkit-scrollbar-track {
  background: #F6E285;
  border-radius: 10px;
}


/** PREGUNTAS FRECUENTES **/


/** REGISTER **/


/** MODALS **/
.modal-content {
  /*background: transparent;*/
  /* background: linear-gradient(283deg, #FDCD00 -2.51%, #F5AA00 97.18%);*/
  /*background-color: var(--color-text-yellow);*/
  background-image: url('../img/vitorio/fondo_modal.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* box-shadow: inset 0 0 25px rgba(255, 255, 255, 0.25) !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4) !important; */
  border-radius: 15px !important;
  /*    border: none !important;*/
  /*top: 6rem;*/
  min-height: 350px;
  /*width: 327px;*/
  align-items: center !important;
}

/**Modal producto fecha vencimiento**/

#img-ref-lote .modal-content {
  background-image: none;
  background-color: #000;
  border: 4px solid var(--color-text-yellow);
}

#img-ref-lote .modal-body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

#img-ref-lote .info h3 {
  font-size: clamp(2rem, 4vw, 3.5rem);
}

#img-ref-lote .modal-header {
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--color-text-yellow);
  border-radius: 0;
  border-radius: 0 0 0 4px;
  z-index: 1;
}



/**Fin estilos modal FV */

/**Estilos modal producto referencial**/
#img-ref-img .modal-content {
  background-image: url("../img/vitorio/fondo_madera.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 4px solid var(--color-text-yellow);
}

#img-ref-img .modal-header {
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--color-text-yellow);
  border-radius: 0;
  border-radius: 0 0 0 4px;
  z-index: 1;
}

/**Fin estilos producto referencial**/
/**Modal de referencia de participación exitosa**/
#modal-register-succes .modal-content {
  background-image: none;
  background-color: transparent;
  border: 2px solid #fff;
}

#modal-register-succes .titulo-exitoso h2 {
  color: #FFF;
  font-size: clamp(3rem, 6vw, 6rem);
  font-family: var(--font-family-bold);
  text-align: center;
  line-height: 100%;
}

#modal-register-succes .info-exitoso {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  padding-block-end: 1rem;
  border-bottom: 3px solid #fff;
  p

{
  color: #fff;
  font-family: var(--font-family-medium);
}

@media (max-width: 560px) {
  flex-direction: column;
  text-align: center;
}

/**Fin de modal de participacion exitosa**/
.modal#modal-promotion {
  z-index: 9999;
}

.modal-content .modal-header {
  border: none;
}

.modal-content .modal-body .alert {
  border: none;
}

.modal-content .content-body #text-error {
  font-size: 3rem;
  color: var(--color-green-text);
  color: var(--color-green-text);
  line-height: normal;
}

.alert h2 {
  font-size: 4rem;
  color: red;
}

.alert p {
  font-size: 1.2rem;
  color: var(--color-green-text);
}

.modal-body .form-item label {
  font-size: 1rem;
  color: var(--color-green-text);
}

.modal-footer .btn {
  padding: 8px 32px;
  line-height: normal;
  text-transform: uppercase;
  font-size: clamp(.8rem, 2vw, 1.2rem);
  background-color: var(--color-green-main);
}

.modal-content .footer-text {
  font-size: 0.8rem;
  color: var(--color-green-text);
  font-weight: 600;
  text-align: center;
}


.modal-content .content-header {
  padding-top: 0 !important;
  width: 100%;
}


  .modal-content .content-header button {
    width: 100%;
    cursor: pointer !important;
    border-radius: 100% !important;
    padding: 8px !important;
    opacity: 1 !important;
    width: 24px;
    height: 24px;
    scale: 0.7;
  }

.modal-content .content-body {
  display: flex;
  justify-content: center;
  align-items: center;
  /* min-height: 280px; */
}

  .modal-content .content-body p {
    width: 100%;
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.4px;
    text-align: center;
    color: var(--color-text-white);
  }

  .modal-content .content-body img {
    width: 100%;
    max-width: 150px;
  }



/**Modales de referencia**/
.modal.refe .modal-header {
  display: flex;
  flex-direction: column;
}

.modal.refe .modal-content {
  background-color: var(--bg-header);
}

.modal.refe .modal-header .btn-close {
  position: absolute;
  top: 4%;
  right: 4%;
}

.modal.refe .modal-header h3 {
  color: var(--color-green-text);
  font-size: 3.5rem;
}

.modal.refe .modal-header .info {
  color: var(--color-green-text);
  font-size: 1.3rem;
}

  .modal.refe .modal-header .info .xample {
    color: #000;
    font-size: 1.3rem;
  }

/** END MODALS **/

#modal-register-succes .button-participa {
  padding: 10px 30px;
  font-size: 1rem;
}

#modal-register-succes .modal-content .wrapper-respuesta .top {
  display: flex;
}


#modal-register-succes .modal-content .wrapper-respuesta .info h2 {
  color: var(--color-green-text);
  font-size: 4rem;
}

#modal-register-succes .modal-content .wrapper-respuesta .info .contenido {
  color: var(--color-green-text);
  font-size: 2rem;
  text-align: end;
  padding-right: 1rem;
}

#modal-register-succes .modal-content .wrapper-respuesta .bottom {
  padding: 1rem;
  border-top: 2px solid var(--color-green-text);
}

  #modal-register-succes .modal-content .wrapper-respuesta .bottom p {
    color: var(--color-green-main);
    font-size: 1.5rem;
    text-align: center;
  }

/**Modales de premio**/
#modal-winner-premio-vale,
#modal-winner-premio-olla {
  /*  top:4rem;*/
  .modal-content

{
  background-color: var(--color-text-yellow);
  top: 4rem;
}

}

#modal-winner-premio-vale .top,
#modal-winner-premio-olla .top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

  #modal-winner-premio-vale .top .info-premio h3,
  #modal-winner-premio-olla .top .info-premio h3 {
    color: #000;
    /*font-size: clamp(2rem, 5vw, 4rem);*/
    font-size: 3.5rem;
    font-family: var(--font-family-bold);
    text-align: center;
  }

  #modal-winner-premio-vale .top .info-premio,
  #modal-winner-premio-olla .top .info-premio {
    position: relative;
    /*min-height: 360px;*/
    height: 100%;
    align-content: center;
  }

@media (max-width: 560px) {
  min-height: 200px;
}

}

#modal-winner-premio-vale .top .info-premio #winnerMessage,
#modal-winner-premio-olla .top .info-premio #winnerMessage {
  color: #000;
  /*font-size: clamp(1rem, 3vw, 2rem);*/
  font-size: 2rem;
  line-height: 100%;
  font-family: var(--font-family-bold);
  text-align: center;
}

#modal-winner-premio-vale .bottom .terminos-premios-mobile,
#modal-winner-premio-olla .bottom .terminos-premios-mobile {
  color: #000;
  font-size: .8rem;
  line-height: 18px;
  font-family: var(--font-family-regular);
  text-align: center;
}

#modal-winner-premio-vale .bottom .intento,
#modal-winner-premio-olla .bottom .intento {
  font-family: var(--font-family-bold);
  color: #000;
}

#modal-winner-premio-vale .buttons-premios .btn,
#modal-winner-premio-olla .buttons-premios .btn {
  background: none;
  background-color: #000;
  padding: 8px 32px;
  font-size: clamp(1.2rem, 3vw, 1.5rem);
  border: none;
  color: #fab900;
}

/**ESTILSO FORMULARIO DE AYUDA**/
#helpFormModal .modal-content {
  padding: 2rem;
  background-color: var(--color-text-yellow);
  border: none;
  margin-block-start: 80px;
}

#helpFormModal .modal-header {
  padding: 0;
  border:none;
}
#helpFormModal .modal-footer{
  border:none;
}

.modal-content .btn-close {
  opacity: 1;
}

#helpFormulario .alert {
  border: none;
}

  #helpFormulario .alert h2 {
    font-size: clamp(1.5rem, 6vw, 2.5rem);
    color: #000;
  }

  #helpFormulario .alert p {
    color: #000;
    font-size: 1.2rem;
  }

#helpFormulario label {
  color: #000;
}

#helpFormulario input {
  /*background-color: #fff;*/
  color: #000;
  font-family: var(--font-family-bold);
  font-size: 1.2rem;
}

  #helpFormulario input:focus {
    box-shadow: none;
    border: none;
  }

#helpFormulario .modal-footer .btn {
  background: none;
  background-color: #000;
  padding-inline: 2rem;
  border: none;
  color: var(--color-text-yellow);
  &:hover

{
  background-color: #000;
  color: var(--color-text-yellow);
}

}

#helpFormulario .footer-text {
  color: #000;
  font-size: 1.2rem;
  font-family: var(--font-family-regular);
  line-height: 100%;
  font-weight: 400;
}

/**Fin estilos modal de ayuda**/

/**FIN ESTILOS FORMULARIO DE AYUDA**/
#modal-promotion #content-error p {
  font-size: 1.5rem;
  color: #000;
  line-height: 100%;
}


/**Estilos para las fechas de publicación**/
.section-0 {
  min-height: 80dvh;
  display: flex;
  align-items: center;
}

  .section-0 .registersuccessful-index-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 12px;
    background-image: url('../img/vitorio/fondo_modal.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
    border-radius: 24px;
  }

    .section-0 .registersuccessful-index-content .item-one {
      color: #fff;
      text-align: center;
    }

    .section-0 .registersuccessful-index-content .item-two,
    span {
      color: #fff;
      text-align: center;
    }


.fuente {
}
