﻿@font-face {
  font-family: "Helvetica";
  src: url("../fonts/HelveticaLTStd-BoldCond.otf") format("opentype");
  font-style: normal;
}

@font-face {
  font-family: "Negrita";
  src: url("../fonts/NegritaPro.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;
  /**CUSTOM ALACENA**/
  --bg-blue: #004D4E;
  --color-text-yellow: #F9DE00;
  --color-text-orange: #EA5301;
  --color-text-orange-ligth: #EF8339;
  --font-family-regular: "Helvetica", sans-serif;
  --font-family-negra: "Negrita", sans-serif;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: #ffe800;
  border-radius: 10px;
}

::-webkit-scrollbar-track {
  background-color: #F6E285;
  border: none;
  background-size: cover;
}

* {
  font-family: var(--font-family-regular);
  /*font-family: "Myriadproregular", sans-serif !important;*/
}

body {
  font-family: var(--font-family-negra);
}

.iti--inline-dropdown .iti__dropdown-content {
  background-color: var(--bg-blue);
}

.iti--fullscreen-popup.iti--container {
  top: 78px !important;
}

.h-full-hv{
  min-height:calc(100dvh - 89px);
}

.hero-bg {
  background-color: var(--bg-blue);
  background-image: url(../img/bobesponja/bg_esponja.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  inset: 0;
  /*height: 100dvh;*/
  min-height: 100dvh;
  width: 100%;
  z-index: -1;
}

.modal {
  /*background-color: var(--color-green-main);*/
  background-color: var(--bg-red);
}

.bg-blue{
  background-color:var(--bg-blue);
}

.text-shadow{
  filter:drop-shadow(0 0 5px var(--color-text-yellow)) ; 
}
.bg-orange {
  background-color: var(--bg-orange);
}

.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;
}

/** clases generales**/


.btn {
  font-size: clamp(1.2rem, 3vw, 1.5rem);
  line-height: normal;
  width: fit-content;
  font-family: var(--font-family-negra);
  height: fit-content;
  color: #fff;
  background-color: var(--color-text-yellow);
  border-radius: 0;
  padding-inline: 2.5rem;
  transition: all 0.3s ease-in-out;
}

  .btn:hover {
    background-color: var(--bg-blue);
    color: #fff;
  }

  .btn.yellow {
    background-color: var(--color-text-yellow);
    color: var(--bg-red-black);
  }

    .btn.yellow:hover {
      background-color: var(--bg-blue);
      color: #fff;
    }

    .btn.blue{
      background-color:var(--bg-blue);
      color:#fff;
    }

/****/
header {
  padding: 0 !important;
}

#navbar .logo-header {
  cursor: pointer;
}

.logo-header img {
  max-width: 200px;
}

.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: var(--bg-blue);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  z-index: 9999;
}

.nav-link {
  color: #fff;
  font-size: 1.2rem;
  transition: color 0.3s ease-in-out;
}

  .nav-link:hover {
    color: var(--color-text-yellow);
  }

  .nav-link.help-btn {
    color: 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 {
  padding: 0;
  box-shadow: none;
}

  .navbar-toggler:focus {
    box-shadow: none;
    outline: none;
    border: none;
  }

.navbar-toggler-icon {
  background-color: #fff;
  -webkit-mask: url(../files/menu.svg) no-repeat center / contain;
  mask: url(../files/menu.svg) no-repeat center / contain;
  width: 35px;
  height: 35px;
  background-image: unset !important;
}




/** SIDE BAR**/
.offcanvas {
  /*background-color: #00B13A;*/
  background-color: var(--bg-blue);
  z-index: 99999;
  height: 100vh !important;
  padding-inline: 1rem;
  max-width: 90vw;
  gap: 2rem;
}

  .offcanvas .logo-sidebar {
    max-width: 150px;
  }

  /*.offcanvas.show{
    top:68px;
}*/
  .offcanvas .navbar-nav {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 0px 1.5rem 1.5rem 3rem
  }

    .offcanvas .navbar-nav .nav-item a {
      color: #fff;
      font-size: 1.2rem;
      line-height: 100%;
      /*text-align: center;*/
    }

    .offcanvas .navbar-nav .nav-item.item-button a {
      background-color: #fff;
      padding: 1rem 1.2rem 0.8rem;
      color: #000;
      width: fit-content;
      display: flex;
      cursor: pointer;
      gap: 10px;
      border-radius: 7px;
      align-items: center;
    }

.item-button {
}
.float-nick {
  background-color:#202020;
  position: fixed;
  bottom: 30%;
  right: 0;
  z-index: 1;
  padding: .5rem;
  
  display: flex;
  align-items: center;
}


.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;*/
}



.text-yellow {
  color:var(--color-text-yellow);
}


#main-valid-age {
  background-color: var(--bg-blue);
}


/*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: #007bff;
  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: var(--color-green-main);
    text-decoration: none;
    text-align: start;
    font-size: 1.2rem;
  }

  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: var(--color-green-main);
    color: white;
  }

  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;
}

}

.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 {
      font-family: var(--font-family-black);
      letter-spacing: .3rem;
      color: var(--bg-white);
      font-size: 1.8rem;
      margin: 0;
      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: 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: 5rem;
        font-weight: 700;
        font-size: 0;
        margin: 0;
        padding: 1.2rem;
        text-align: center;
      }

    
/** INDEX **/
#home {
  /*height: 100dvh;*/
  position: relative;
  width: 100%;

  position: relative;
}


.info {
  padding-inline: 2rem;
}


 
  .info h3{
    color:#fff;
  }
  .info p {
    font-size: 1.2rem;
    font-family: var(--font-family-semibold);
    color: #fff;
    line-height: normal;
  }

/**Fin de estilos home**/

/**Estilos participacion**/

.participacion {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100dvh;
}

  .participacion .multilayer {
    font-size: clamp(2rem, 8vw, 4rem);
    margin: auto;
    text-align: center;
    width: fit-content;
    color: #fff;
    /* capa principal */
    position: relative;

  }

    .participacion .multilayer::before,
    .participacion .multilayer::after {
      content: "¿CÓMO PARTICIPAR?";
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
    }

    .participacion .multilayer::before {
      color: var(--color-text-orange);
      /* rojo */
      transform: translate(-6px, 4px);
    }

    .participacion .multilayer::after {
      color: var(--bg-blue);
      /* amarillo */
      transform: translate(-3px, 2px);
    }
    .steps .item{
      flex:1;
    }
.call {
  display: flex;
  justify-content: center;
  background-color: var(--color-text-yellow);
  padding-inline: 2.5rem;
  font-size: clamp(1.2rem, 3vw, 1.5rem);
  text-decoration:none;
  color:#000
}

  .participacion .steps {
    padding: 1.5rem;
    background-color:var(--bg-blue);
    /*border: 3px solid #fff;*/
    width: 100%;
    
    justify-content: space-between;
  }



.tyc {
  font-size: .5rem;
  color: #fff;
  font-family: var(--font-family-regular);
  line-height: normal;
  text-align: start;
  display: inline-block;
}

/*Fin estilos participacion**/

/**Estilos premios**/
.premios {
 
  /*min-height:calc(100dvh - 98px);*/
  display: flex;
  align-content: center;
  justify-content: center;
  overflow:hidden;
}

  .premios .multilayer {
    font-size: clamp(2rem, 8vw, 4rem);
    margin: auto;
    text-align: center;
    width: fit-content;
    color: #fff;
    /* capa principal */
    position: relative;
    font-family: var(--font-family-semibold);
  }

    .premios .multilayer::before,
    .premios .multilayer::after {
      content: "PREMIOS";
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
    }

    .premios .multilayer::before {
      color: var(--color-text-orange);
      /* rojo */
      transform: translate(-6px, 4px);
    }

    .premios .multilayer::after {
      color:var(--bg-blue);
      /* amarillo */
      transform: translate(-3px, 2px);
    }

    .splide .card-premio{
      padding:2rem 0;
    }
.splide p {
  color: #fff;
  text-align: center;
  font-size: clamp(1.2rem, 3vw, 1.5rem);
}

.splide .splide__slide{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column-reverse;
}
      .splide .card-premio img {
        max-height: 30rem;
        /*aspect-ratio: 1/1;*/
        object-fit: contain;
   
      }
      

/**Fin estilos premios**/

/**Preguntas frecuentes**/
.section-preguntas {
  /*margin-top:68px;*/
  /*margin-top: 200px;*/
  min-height: 100dvh;
  padding-top: 98px;
  display: flex;
  align-items: center;
}

  .section-preguntas .multilayer {
    font-size: clamp(2rem, 8vw, 4rem);
    margin: auto;
    text-align: center;
    width: fit-content;
    color: #fff;
    /* capa principal */
    position: relative;
    font-family: var(--font-family-semibold);
  }

    .section-preguntas .multilayer::before,
    .section-preguntas .multilayer::after {
      content: "PREGUNTAS FRECUENTES";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      z-index: -1;
    }

    .section-preguntas .multilayer::before {
      color: var(--color-text-orange);
      /* rojo */
      transform: translate(-6px, 4px);
    }

    .section-preguntas .multilayer::after {
      color: var(--bg-blue);
      /* amarillo */
      transform: translate(-3px, 2px);
    }


  .section-preguntas #preguntasFrecuentes {
    flex: 1;
    width: 100%;
  }

#preguntasFrecuentes .accordion-item {
  margin-bottom: 12px;
  border: none;
  /*border-radius: 12px;*/
  background-color: transparent;
}

  #preguntasFrecuentes .accordion-item .accordion-header {
    display: flex;
    -webkit-justify-content: inherit;
    justify-content: inherit;
    gap: 1rem;
  }

#preguntasFrecuentes .accordion-collapse {
  margin-top: 1rem;
  background-color: var(--bg-blue);
}

#preguntasFrecuentes .accordion-item .accordion-header .numero-pregunta {
  font-size: 2rem;
  color: var(--color-green-text);
  /*margin-left: 1rem;*/
  padding-inline: 1rem;
  font-weight: 700;
  background-color: var(--bg-blue);
  color: #fff;
  line-height: normal;
  text-align: center;
  display: flex;
  align-items: center;
  /*font-family:var(--font-family-semibold);*/
}

#preguntasFrecuentes .accordion-item .accordion-header .accordion-button {
  border: none;
  box-shadow: none;
  color: #fff;
  background-color: var(--bg-blue);
  font-weight: 700;
  font-size: 1.2rem;
  /*border-radius: 12px;*/
}

  #preguntasFrecuentes .accordion-item .accordion-header .accordion-button::after {
    background-image: none;
    content: '▼';
    color: #fff;
  }

#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: #fff;
  }
  #preguntasFrecuentes .accordion-body ul li {
    color:#fff;
  }
  /** Página de registro **/
  .section-register {
    margin-top: 68px;
    min-height: 100dvh;
  }


  .section-register .multilayer {
    font-size: clamp(2rem, 8vw, 4rem);
    margin: auto;
    text-align: center;
    width: fit-content;
    color: #fff;
    /* capa principal */
    position: relative;
    font-family: var(--font-family-semibold);
  }

    .section-register .multilayer::before,
    .section-register .multilayer::after {
      content: "REGÍSTRATE AQUI";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      z-index: -1;
    }

    .section-register .multilayer::before {
      color: var(--color-text-orange);
      /* rojo */
      transform: translate(-6px, 4px);
    }

    .section-register .multilayer::after {
      color: var(--bg-blue);
      /* amarillo */
      transform: translate(-3px, 2px);
    }







  .section-register .content-form-register {
    flex: 1;
    gap: 2rem;
  }

  .section-register #miFormulario {
    width: 100%;
/*    background-color:var(--color-text-yellow);*/
    padding:3rem 1rem;
    border-radius:2rem;
  }

    .section-register #miFormulario .lotes-detail {
      border-top: 3px solid #fff;
      border-bottom: 3px solid #fff;
    }

    .section-register #miFormulario .form-label {
      font-size: .9rem;
      color: #fff;
    }

    .section-register #miFormulario .referencia {
      color: white;
      font-size: .8rem;
      background-color: var(--bg-blue);
      padding: 8px 24px;
      font-family: var(--font-family-regular);
      flex: 1;
      max-width: 300px;
      cursor: pointer;
    }

.row-input-check label,
a {
  font-size: .7rem;
  color: #fff;
}

.row-input input {
  font-family: sans-serif;
  background-color: var(--bg-blue);
  color: #fff;
  border: none;
  font-family: var(--font-family-regular);
  &::placeholder

{
  color: #fff;
  opacity: 1;
}

&:focus {
  box-shadow: none;
  background-color: var(--bg-blue);
  color: #FFF;
}

}

.iti--fullscreen-popup .iti__dropdown-content {
  background-color:var(--bg-blue);
}
  .inputs-wrapper input {
  &::placeholder

{
  text-align: center;
}

}

.invalid-feedback {
  font-family: sans-serif;
  font-weight: 600;
  color: #e30c0c;
}

.row-input #btn-send-form {
}



#defaultCheck1-error,
#defaultCheck2-error,
#defaultCheck3-error {
  display: none !important;
}

input.form-check-input.is-invalid {
  & + #defaultCheck1-error, & + #defaultCheck2-error, & + #defaultCheck3-error

{
  color: var(--color-text-yellow);
  & + label

{
  color: #e30c0c;
}

}
}



/**Fin estilos registro**/
/**Estilos de modal login**/
#modal-login{
  background-color:var(--bg-blue);
}
#content-modal-login{
  background-color:var(--color-text-yellow);
}

#modalCodigo .referencia{
  background-color:var(--color-text-yellow);
  font-size:1rem;
  color:#000;
  padding:.2rem  1rem;
  border-radius:1rem;
  text-align:center;
  width:fit-content;
}


#modalCartilla .referencia {
  background-color: var(--color-text-yellow);
  font-size: 1rem;
  color: #000;
  padding: .2rem 1rem;
  border-radius: 1rem;
  text-align: center;
  width: fit-content;
}
#mdImgRefeCod .modal-content {
  background-color: var(--bg-blue);
}
#modal-result .modal-content {
  background-color: var(--bg-blue);
}

.img-content img {
  filter: drop-shadow(0 0 5px var(--color-text-yellow));
}

#mdImgRefeCart .modal-content {
  background-color: var(--bg-blue);
}
/**Fin de estilos login**/
/**Estilos de modal registro exitoso**/
#modal-register-succes {
  /*margin-top:68px;*/
}

  #modal-register-succes .modal-content {
    border: 2px solid #fff;
    background-color: transparent;
    border-radius: 0;
  }

    #modal-register-succes .modal-content p {
      font-family: var(--font-family-semibold);
      font-size: clamp(1.2rem, 3vw, 1.5rem);
      line-height: normal;
    }

    #modal-register-succes .modal-content .titulo-exitoso {
      padding-block-end: 2rem;
      border-bottom: 3px solid #fff;
    }

    #modal-register-succes .modal-content .multilayer {
      font-size: clamp(2rem, 8vw, 4rem);
      margin: auto;
      text-align: center;
      width: fit-content;
      color: #fff;
      /* capa principal */
      position: relative;
      font-family: var(--font-family-semibold);
    }

  #modal-register-succes .multilayer::before,
  #modal-register-succes .multilayer::after {
    content: "¡Ya estás participando por los S/50,000!";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
  }

  #modal-register-succes .multilayer::before {
    color: #d00000;
    /* rojo */
    transform: translate(-6px, 4px);
  }

  #modal-register-succes .multilayer::after {
    color: #ffcc00;
    /* amarillo */
    transform: translate(-3px, 2px);
  }

/**Fin estilos de modal registro exitoso**/
/**Modal ganadores**/
#modal-winners .modal-content .content-header {
  /* background-color: green;*/
  margin-top: 2rem;
}

  #modal-winners .modal-content .content-header .title-ganadores {
    color: #fff;
    font-family: var(--font-family-black);
    font-size: clamp(1.5rem, 6vw, 3rem);
    text-align: center;
    flex: 1;
    line-height: normal;
  }

  #modal-winners .modal-content .content-header button {
    top: -2.2rem;
    right: 0;
  }


#modal-winners .modal-content {
  position: relative;
  padding: 1.5rem 2rem 2rem 2rem;
  /*border-radius: 24px;*/
  background-color: var(--bg-blue);
  border: none;
  /*box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);*/
  /*max-width: 500px;*/
  /*width: 90%;*/
  /*overflow: hidden;*/
  min-height: 600px;
}

  #modal-winners .modal-content img {
    position: absolute;
    height: 110%;
    width: 110%;
    top: 0;
    right: 5%;
    z-index: -1;
  }

#modal-winners {
  .search-container

{
  position: relative;
  /* width: 300px;
    scale: 0.7;*/
  /*flex: 1;*/
  background-color: var(--color-text-yellow);
  border-radius:1rem;
  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: var(--color-text-yellow);
  max-width: 300px;
}

.search-icon {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  path {
         fill:red;
       }
}

.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: 40vh;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-block: 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;*/
    justify-content: space-between;
    align-items: center;
    padding: 0 0;
    gap: 1rem;
  }

    #modal-winners ul li p {
      color: #ff4646;
      font-family: var(--font-family-semibold);
      text-align: left;
      font-size: 1rem;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      text-align: start;
    }

    #modal-winners ul li .text-name-winners {
      /*max-width: 260px;*/
    }

#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: #ffe800 !important;
}

#modal-winners ::-webkit-scrollbar-track {
  background: #F6E285;
  border-radius: 10px;
}



/**Fin estilso modal ganadores**/


/**Estilos modal de ayuda**/
#helpFormModal .modal-content {
 background-color:var(--bg-blue);
  padding: 2rem;
  border: none;
  margin-block-start: 98px;
}

.modal-content .btn-close {
  background-image: url(../img/bobesponja/close.webp);
  opacity: 1;
}

#helpFormulario .alert {
  border: none;
}

  #helpFormulario .alert h2 {
    font-size: clamp(1.5rem, 6vw, 2.5rem);
    color: #fff;
  }

  #helpFormulario .alert p {
    color: #fff;
    font-size: 1.2rem;
  }

#helpFormulario label {
  color: #fff;
}

#helpFormulario input {
  background-color:#FFF;
  color: #000;
}

  #helpFormulario input:focus {
    box-shadow: none;
  }

#helpFormulario .modal-footer .btn {
  background-color: var(--color-text-yellow);
  padding-inline: 2rem;
  border: none;
  &:hover

{
  background-color: var(--color-text-yellow);
  color: var(--bg-red);
}

}

#helpFormulario .footer-text {
  color: #fff;
  font-weight: 600;
}

/**Fin estilos modal de ayuda**/


/**Estilos de la página de ayuda**/
.section-thanks {
  margin-top: 68px;
  min-height: 100dvh;
  background-image: url("../img/alacena/confeti.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

/**Fin estilos página de ayuda**/
/**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-color: var(--color-text-yellow);
    border-radius: 24px;
  }

    .section-0 .registersuccessful-index-content .item-one {
      text-align: center;
      color: #fff;
    }

    .section-0 .registersuccessful-index-content .item-two,
    span {
      color: #fff;
      text-align: center;
    }


.fuente {
}

footer {
  margin-top:98px;
  background-color: #FFED21;
  display: flex;
  justify-content: space-between;
  align-items: center;

}
footer .footer.text{

  font-size:.8rem;
}