@font-face {
  font-family: "AmsiRegular";
  src: url("../fonts/AmsiProCond-Regular.otf") format("opentype");

  font-style: normal;
}

@font-face {
    font-family: "AmsiSemibold";
    src: url("../fonts/AmsiProCond-SemiBold.otf") format("opentype");

    font-style: normal;
}

@font-face {
    font-family: "AmsiBold";
    src: url("../fonts/AmsiPro-Bold.otf") format("opentype");
    font-style: normal;
}
@font-face {
    font-family: "Walaweh";
    src: url("../fonts/Walaweh.ttf") format("opentype");
  
    font-style: normal;
}
/*@font-face {
    font-family: "Supersonic";
    src: url("'../fonts/SupersonicRocketship.ttf'") format("opentype");
    font-style: normal;
}
*/
@font-face {
    font-family: "Supersonic";
    src: url("../fonts/SupersonicRocketship.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/pilfrut/bg-pilfrut.webp);
   
    --bg-footer: #fdc118;
    --bg-orange: #EB6901;
    --bg-purple: #8762ff;
    --color-text-purple: #8762ff;
    --bg-yellow: #fdc118;
    --bg-green: #3fe366;
    --color-text-yellow: #62573b;
    --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-item: "Roboto", sans-serif;
    --font-family-footer: "Roboto", sans-serif;
    --font-family-input: "Roboto", sans-serif;
    --font-family-title-page: "Roboto", sans-serif;
    --font-family-qa-title: "Roboto", sans-serif;
    --font-family-qa-body: "Roboto", sans-serif;
    /**CUSTOM ANGEL**/
    --color-ping: #0035da;
    --color-ping-dark: #764070;
    --color-ping-light: #fbeaee;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: var(--color-ping);
  border-radius: 10px;
}

::-webkit-scrollbar-track {
  background-color: var(--color-ping-light);
  border: none;
  background-size: cover;
}

* {
    font-family: "AmsiSemibold", sans-serif;
}

body {
  
}

.hero-bg {
  background-image: var(--bg-home);
  position: fixed;
  inset: 0;
  /*height: 100dvh;*/
  min-height:100dvh;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.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;
  }
}

.description{
    font-size:.7rem;
}

.title {
    font-size: 3.4rem;
    font-family: "AmsiBold", sans-serif;
}

p {
    margin-top: 0;
    margin-bottom: 0;
}

header {
  padding: 0 !important;
}

.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-family: "FjallaOne", sans-serif;
  font-weight: 700;
}

.navbar-wrap {
    background-color: #EB6901;
    background-size: cover;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    z-index: 9999;
}

.navbar-wrap .container {
  margin: 0.8rem 0 0.2rem;
  justify-content: space-evenly;
  height: 58px;
  max-width: 100%;
}

.navbar-wrap .container .navbar-brand .logonavbar-one {
  /*    width: 120px;
    height: 30px;*/
  width: 50%;
}

.navbar-wrap .navbar-toggler {
  border: none;
  outline: none;
}

    .navbar-wrap .navbar-toggler .navbar-toggler-icon {
        background-color: #20214D;
        -webkit-mask: url(../files/menu.svg) no-repeat center / contain;
        mask: url(../files/menu.svg) no-repeat center / contain;
        width: 48px;
        height: 48px;
        background-image: unset !important;
    }

.navbar-wrap .navbar-toggler:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

.nav-link {
    /*font-family: "AmsiRegular", sans-serif;*/
    color: var(--color-text-white);
    font-size: 1.2rem;
}

.nav-link.show-winners {
  /* color: var(--color-text-yellow); */
}

.navbar .nav-link {
    /*font-family: "AmsiRegular", sans-serif;*/
    color: var(--color-text-white);
    line-height: 24px;
    text-align: left;
    font-weight: 700;
    max-width: 130px;
    width: 120px;
    text-transform: uppercase;
}

.nav-link:hover {
  /*color: var(--color-ping-light);*/
}

.nav-link.selected {
  /*color: var(--color-ping-light);*/
  transform: scale(1.1);
  border-radius: 0 0 150px 150px / 0 0 25px 25px;
}

.navbar-nav {
  border-top: 118px;
  border-left: 48px;
  gap: 0.8rem;
}

.navbar-content {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  gap: 1rem;
  margin: 2rem 0;
  img {
    width: 60%;
  }
}

.item-button {
    background-color: #FFED21;
    padding: 1rem 1.2rem 0.8rem;
    color: #000000;
    width: fit-content;
    height: 20px;
    display: flex;
    cursor: pointer;
    gap: 10px;
    border-radius: 7px;
    align-items: center;
}

    .item-button a {
        color: #20214D;
        font-size: 20px;
        line-height: 28.8px;
        font-weight: 700;
        align-content: center;
        justify-content: center;
    }

/** SIDE BAR**/
.offcanvas {
    background-color: #EB6901;
    z-index: 99999;
    width: 80% !important;
    max-width: 400px;
}

.offcanvas .navbar-nav {
  padding: 0px 1.5rem 1.5rem 3rem;
}

.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;
}

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;
}

/**Premios **/
.premios_diarios {
    width:fit-content;
    gap: 1rem;  
    min-height: 600px;
}
    .premios_diarios .box {
        min-width: 350px;
        max-width: 350px;
    }

    .premios_diarios .box .box-image img {
        max-width:150px;
        max-height:150px;
    }

.premios_diarios .background-blend {
    position: absolute;
    inset: 0;
    background-image: url(../img/pilfrut/fondo_b.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    mix-blend-mode: multiply;
    z-index: 0;
}
.premios_quincenales {
    align-items: center;
    gap: 1rem;
    min-height: 600px;
}
    .premios_quincenales .background-blend {
        position: absolute;
        inset: 0;
        background-image: url(../img/pilfrut/fondo_q.webp);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        mix-blend-mode: multiply;
        z-index: 0;
    }
    .premios_quincenales .wrapper-premios {
        max-width: 85%;
        align-items: end;
        padding-block-end:3rem;
    }
    .premios_quincenales .box {
       
       
    }


/**FIN PREMIOS**/
/** FOOTER **/
footer {
    background-color: #FFED21;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*height: 4rem;*/
    /*position: sticky;*/
    left: 0;
    width: 100%;
    bottom: 0;
    /*z-index: 9999;*/
}
footer .container {
    gap:3rem;
}

footer small {
  background: transparent;
  color: var(--bg-white);

  font-size: 8px;
  text-align: left;
}
footer .container .info p{
    font-size:11px;
}

footer a img {
  width: 24px;
  height: 100%;
}

/** VALIDATION AGE **/
#valid-age-container {
  .extra-items img {
    position: absolute;
  }

  .extra-item-1,
  .extra-item-3 {
    width: 7rem;
    top: 60%;
  }

  .extra-item-2,
  .extra-item-4 {
    width: 7rem;
    top: 77%;
  }

  .extra-item-1 {
    left: 0;
  }

  .extra-item-2 {
    left: 0;
  }

  .extra-item-3 {
    right: 0;
  }

  .extra-item-4 {
    right: 0;
  }

  .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 .valid-age-images {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.valid-age-wrap .valid-age-content .valid-age-images .img1 {
  width: 100%;
  max-width: 160px;
  height: 100%;
}

.valid-age-wrap .valid-age-content .valid-age-images .img2 {
  width: 100%;
  height: 100%;
  max-width: 237px;
  transform: rotate(-2deg);
}

.valid-age-wrap .valid-age-content p {
  font-family: "FjallaOne", sans-serif;
  color: var(--bg-white);
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}

.valid-age-wrap .valid-age-content .age-highlight {
  color: var(--color-text-white) !important;
  font-family: "FjallaOne", sans-serif;
  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 {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: none;
  outline: none;
  cursor: pointer;
  background: var(--bg-yellow);
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--bg-white);
  font-weight: 700;
  font-family: "FjallaOne", sans-serif;
  font-size: 1.5rem;
  margin: 0;
  padding: 1.2rem;
  text-align: center;
  box-shadow: 5px 15px 25px rgba(0, 0, 0, 0.3);
}

/** INDEX **/
.banner-index-wrap {
  min-height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-index-wrap .banner-index-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0px;
}

.banner-index-wrap .banner-index-content .img-banner-1 {
  width: 50.93%;
  height: 13.29%;
  position: absolute;
  top: 55.43%;
  left: 24.53%;
}

.banner-index-wrap .banner-index-content .img-banner-2 {
  width: 48%;
  height: 3.14%;
  position: absolute;
  top: 67%;
  left: 25.87%;
}

.banner-index-wrap .banner-index-content .img-banner-3 {
  width: 40%;
  height: 10.71%;
  position: absolute;
  top: 71.43%;
  left: 29.87%;
}

.banner-index-wrap .banner-index-content .text-img-banner-3 {
  width: 48%;
  height: 3.14%;
  font-size: 20px;
  font-weight: 800;
  font-family: "DIN Black", sans-serif;
  color: var(--color-text-blue);
  position: absolute;
  top: 67%;
  left: 25.87%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-index-wrap .banner-index-content .banner-content-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0px;
  margin-top: 30px;
  margin-left: auto;
}

.banner-index-wrap
  .banner-index-content
  .banner-content-text
  .banner-content-text-one {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.banner-index-wrap
  .banner-index-content
  .banner-content-text
  .banner-content-text-one
  p {
  color: white;
  font-family: "DIN Black", sans-serif;
  font-size: 28px;
  margin: 0;
  padding: 0;
  max-width: 327px;
}

/** debe centrase la imagen y el texto **/
.banner-index-wrap
  .banner-index-content
  .banner-content-text
  .banner-content-text-one
  .gana {
  width: 78.13%;
  height: auto;
  position: absolute;
  top: 15%;
  left: 10.93%;
}

.banner-index-wrap
  .banner-index-content
  .banner-content-text
  .banner-content-text-one
  .altomayo {
  width: 61.33%;
  height: auto;
  position: absolute;
  top: 26.29%;
  left: 20.53%;
}

.banner-index-wrap .banner-index-content .banner-content-text p {
  color: var(--color-text-blue);
  font-family: "DIN Black", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  margin: 0;
  padding: 0;
  width: 74.4%;
  height: 4.29%;
  position: absolute;
  top: 40%;
  left: 13.6%;
}

.banner-index-wrap .banner-index-content .banner-content-text .text-2 {
  color: var(--color-text-white);
  font-family: "gotham-ultraitalic", sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}

.banner-index-wrap .banner-index-content a {
  background: var(--bg-black);
  color: var(--color-text-white);
  text-decoration: none;
  font-family: "DIN Black", sans-serif;
  width: 35.73%;
  height: 6.57%;
  position: absolute;
  top: 85.43%;
  left: 32.06%;
  border-radius: 30px;
  padding: 4% 8%;
  gap: 2.67%;
  font-size: 150%;
  line-height: 180%;
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

/** COMO PARTICIPAR **/

/** PREGUNTAS FRECUENTES **/
.frequenceanswer-index-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2rem;

  .swiper-warning {
    max-width: 8.77rem;
    width: 25%;
    height: auto;
    position: absolute;
    z-index: 999;
    top: 1%;
    right: 2%;
    visibility: hidden;
  }

  .swiper-warning-2 {
    max-width: 18rem;
    width: 50%;
    height: auto;
    position: absolute;
    z-index: 999;
    top: 1%;
    right: 2%;
  }

  .faq-warning {
    max-width: 12rem;
    width: 50%;
    height: auto;
    position: absolute;
    z-index: 999;
    top: 2%;
    right: 2%;
  }

 
}

.frequenceanswer-index-wrap .frequenceanswer-index-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;


/*  img {
    position: absolute;
    width: 130%;
    height: 130%;
    max-width: 1120px;
  }*/
}

.frequenceanswer-index-wrap .frequenceanswer-index-content .content-header {
  display: flex;
  justify-content: center;
}

.frequenceanswer-index-wrap .frequenceanswer-index-content .content-header p {
  font-family: "FjallaOne", sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-align: center;
  background: var(--bg-yellow);
  color: #04488e;
  padding: 4px 20px;
  z-index: 1;
  position: absolute;
  margin: 0;
}

.frequenceanswer-index-wrap .frequenceanswer-index-content .content-body {
  border-radius: 30px;
  /*background: var(--bg-white);*/
  /*box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);*/
  width: 100%;
  /*margin: 2.5rem 0;*/
  position: relative;
  padding: 16px;
}

.frequenceanswer-index-wrap .frequenceanswer-index-content .faq-item {
  img {
    position: absolute;
  }

  .item-1 {
    top: 0;
    left: -20%;
    width: 8rem;
    height: 6rem;
  }

  .item-2 {
    left: -25%;
    bottom: 66%;
    width: 8rem;
    height: 6rem;
  }

  .item-3 {
    right: -25%;
    bottom: 5%;
    width: 8rem;
    height: 6rem;
  }

  .item-4 {
    width: 8rem;
    height: 6rem;
    right: -20%;
    bottom: -10%;
  }
}

.register-index-wrap .faq-item {
  img {
    position: absolute;
  }

  .item-1 {
    top: 15%;
    left: -5%;
    width: 7rem;
    height: 6rem;
  }

  .item-2 {
    left: 2%;
    bottom: 40%;
    width: 3.5rem;
    height: 4rem;
    rotate: 100deg;
  }

  .item-3 {
    left: 2%;
    bottom: -5%;
    width: 7rem;
    height: 6rem;
  }

  .item-4 {
    width: 7rem;
    height: 7rem;
    right: -3%;
    top: 30%;
  }

  .item-5 {
    width: 4rem;
    height: 4rem;
    right: 50%;
    bottom: -4%;
    rotate: 180deg;
  }

  .item-6 {
    width: 7rem;
    height: 6rem;
    bottom: 0;
    right: -3%;
  }
}

.frequenceanswer-index-wrap
  .frequenceanswer-index-content
  .content-body
  .content-body-wrap {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  justify-content: center;
  gap: 1.5rem;
}

.frequenceanswer-index-wrap
  .frequenceanswer-index-content
  .content-body
  .content-body-wrap
  .acordion {
  margin-top: 1.2rem;
}

.frequenceanswer-index-wrap
  .frequenceanswer-index-content
  .content-body
  .content-body-wrap
  .accordion {
  background: transparent;
  color: var(--color-text-white);
  margin-top: 50px;
}

.frequenceanswer-index-wrap
  .frequenceanswer-index-content
  .content-body
  .content-body-wrap
  .acordion
  .acordion-item {
  border-bottom: 2px solid var(--bg-yellow);
  margin-top: 8px;
}

.frequenceanswer-index-wrap
  .frequenceanswer-index-content
  .content-body
  .content-body-wrap
  .acordion
  .acordion-item
  .acordion-header {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  justify-content: flex-start;
}

.frequenceanswer-index-wrap
  .frequenceanswer-index-content
  .content-body
  .content-body-wrap
  .acordion
  .acordion-item
  .acordion-header
  span {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  padding: 0;
  margin: 0;
  border-radius: 100%;
  height: 24px;
  width: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid var(--color-ping);
  background-color: var(--color-text-blue);
  color: white;
}

.frequenceanswer-index-wrap
  .frequenceanswer-index-content
  .content-body
  .content-body-wrap
  .acordion
  .acordion-item
  .acordion-header
  .accordion-button {
  font-family: "AmsiRegular", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  /* font-weight: 800; */
  text-align: left;
  color: var(--bg-white);
  padding: 0;
  width: calc(100% - 24px);
  display: flex;
  justify-content: space-between;
}

.frequenceanswer-index-wrap
  .frequenceanswer-index-content
  .content-body
  .content-body-wrap
  .acordion
  .acordion-item
  .acordion-header
  .accordion-button::after {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-left: 5px;
  content: "";
  
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

.frequenceanswer-index-wrap
  .frequenceanswer-index-content
  .content-body
  .content-body-wrap
  .acordion
  .acordion-item
  .acordion-header
  .accordion-button:not(.collapsed)::after {
 
  transform: rotate(-180deg);
}

    .frequenceanswer-index-wrap
    .frequenceanswer-index-content
    .content-body
    .content-body-wrap
    .acordion
    .acordion-item
    .accordion-body
    p {
        /*font-family: "Roboto", sans-serif;*/
        font-family: "AmsiRegular", sans-serif;
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        text-align: left;
        color: var(--bg-white);
        padding: 0 0 0.5rem 0;
        margin-left: 32px;
        opacity: 1;
    }

    .frequenceanswer-index-wrap
    .frequenceanswer-index-content
    .content-body
    .content-body-wrap
    .acordion
    .acordion-item
    .accordion-body
    ul {
        font-family: "AmsiRegular", sans-serif;
        font-size: 1rem;
        font-style: normal;
        /*font-weight: 600;*/
        text-align: left;
        color: var(--bg-black);
        padding: 0;
        margin-left: 48px;
        opacity: 1;
    }

      .frequenceanswer-index-wrap
      .frequenceanswer-index-content
      .content-body
      .content-body-wrap
      .acordion
      .acordion-item
      .accordion-body
      ul li {
        font-family: "AmsiRegular", sans-serif;
        color: #fff;
        font-size: 1rem;
      }

        .frequenceanswer-index-wrap
        .frequenceanswer-index-content
        .content-body
        .content-footer-wrap {
            width: 100%;
            text-align: center;
            margin-top: 24px;
            transform: rotate(-2deg);
        }

.frequenceanswer-index-wrap
  .frequenceanswer-index-content
  .content-body
  .content-footer-wrap
  a {
  background: var(--bg-yellow);
  color: var(--color-text-purple);
  text-decoration: none;
  font-family: var(--font-family-button);
  font-size: 16px;
  margin: 0;
  padding: 8px 40px;
}

.frequenceanswer-index-wrap {
  .frequenceanswer-index-content {
    .participa-aqui-button-home {
      transform: scale(0.75, 1) translateY(30px);
    }
  }
}

/** REGISTER **/

.register-index-wrap {
  /*min-height: 95vh;*/
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.register-index-wrap .register-index-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  position: relative;
}

.register-index-wrap .register-index-content .content-header {
  display: flex;
  justify-content: center;
}

.register-index-wrap .register-index-content .content-header p {
  font-family: "FjallaOne", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 28.8px;
  letter-spacing: 0.1em;
  text-align: center;
  background: var(--bg-yellow);
  color: var(--color-text-blue);
  padding: 4px 8px;
  z-index: 1;
  position: absolute;
  margin: 0;
}

.register-index-wrap .register-index-content .content-body {
  width: 100%;
  position: relative;
  padding: 16px 5rem;
  margin-bottom: 1.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.register-index-wrap .register-index-content .content-body .content-body-wrap {
  margin-top: 24px;
}

.frequenceanswer-index-content .content-body-wrap .form-wrap,
.register-index-wrap
  .register-index-content
  .content-body
  .content-body-wrap
  .form-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
  align-items: center;
  gap: 15px;
}

.register-index-wrap
  .register-index-content
  .content-body
  .content-body-wrap
  .form-wrap
  .row-input {
  /*    width: 100%;
    display: flex;
    flex-direction: column;
    max-width: 292px;
    height: 100%;*/
}

.iti {
   white-space:normal!important;
}
.iti__country.iti__highlight {
    background-color: #EB6901 !important;
}

.iti__country-list {
    background-color: #FFED21 !important;
 
}
.iti--fullscreen-popup.iti--container {
    top:6rem!important;
}
    .frequenceanswer-index-content .content-body-wrap .form-wrap .row-input, .register-index-wrap .register-index-content .content-body .content-body-wrap .form-wrap .row-input label {
  font-family: "FjallaOne", sans-serif;
  font-size: 1rem;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
  color: var(--bg-white);
}

.frequenceanswer-index-content
  .content-body-wrap
  .form-wrap
  .row-input
  label
  span,
.register-index-wrap
  .register-index-content
  .content-body
  .content-body-wrap
  .form-wrap
  .row-input
  label
  span {
  text-decoration: underline;
  cursor: pointer;
}

.frequenceanswer-index-content .content-body-wrap .form-wrap .row-input input,
.register-index-wrap
  .register-index-content
  .content-body
  .content-body-wrap
  .form-wrap
  .row-input
  input {
  font-family: sans-serif;
  font-size: 11px;
  font-weight: bolder;
  line-height: 11px;
  letter-spacing: 0em;
  text-align: left;
  /*color: var(--bg-white);*/
  color:#202020;
  height: 24px;
  outline: none;
  background-color: transparent;
  border: 1px solid var(--bg-white);
}

.frequenceanswer-index-content
  .content-body-wrap
  .form-wrap
  .row-input
  input::placeholder,
.register-index-wrap
  .register-index-content
  .content-body
  .content-body-wrap
  .form-wrap
  .row-input
  input::placeholder {
  color: var(--bg-white);
  font-size: 0.8rem;
  font-style: italic;
}

.frequenceanswer-index-content .content-body-wrap .form-wrap .row-input select,
.register-index-wrap
  .register-index-content
  .content-body
  .content-body-wrap
  .form-wrap
  .row-input
  select {
  font-family: "FjallaOne", sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0em;
  text-align: left;
  color: var(--color-ping-dark);
  height: 24px;
  outline: none;
  padding: 0 10px;
  background-color: var(--color-ping-light);
  border: var(--color-ping) solid 1px;
}

.frequenceanswer-index-content
  .content-body-wrap
  .form-wrap
  .row-input
  input:focus,
.register-index-wrap
  .register-index-content
  .content-body
  .content-body-wrap
  .form-wrap
  .row-input
  input:focus {
  box-shadow: none;
  outline: none;
  border-color: var(--bg-white);
}

.frequenceanswer-index-content .content-body-wrap .form-wrap .row-input-check,
.register-index-wrap
  .register-index-content
  .content-body
  .content-body-wrap
  .form-wrap
  .row-input-check {
  width: 100%;
  /*max-width: 292px;*/
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

.frequenceanswer-index-content
  .content-body-wrap
  .form-wrap
  .row-input-check
  label,
.register-index-wrap
  .register-index-content
  .content-body
  .content-body-wrap
  .form-wrap
  .row-input-check
  label {
  font-family: sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 7.5px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--bg-white);
}

.frequenceanswer-index-content
  .content-body-wrap
  .form-wrap
  .row-input-check
  label
  a,
.register-index-wrap
  .register-index-content
  .content-body
  .content-body-wrap
  .form-wrap
  .row-input-check
  label
  a {
  font-family: sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 10px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--bg-white);
}

.frequenceanswer-index-content
  .content-body-wrap
  .form-wrap
  .row-input-check
  input,
.register-index-wrap
  .register-index-content
  .content-body
  .content-body-wrap
  .form-wrap
  .row-input-check
  input {
  height: 15px;
  width: 15px;
  min-width: 12px;
  border-color: var(--color-ping);
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.frequenceanswer-index-content
  .content-body-wrap
  .form-wrap
  .row-input-check
  input:focus,
.register-index-wrap
  .register-index-content
  .content-body
  .content-body-wrap
  .form-wrap
  .row-input-check
  input:focus {
  box-shadow: none;
  outline: none;
}

.frequenceanswer-index-content .content-body-wrap .form-wrap .footer-form,
.register-index-wrap
  .register-index-content
  .content-body
  .content-body-wrap
  .form-wrap
  .footer-form {
  width: 100%;
  display: flex;
  justify-content: end;
  /* gap: 24px; */
}

.frequenceanswer-index-content
  .content-body-wrap
  .form-wrap
  .footer-form
  button,
.register-index-wrap
  .register-index-content
  .content-body
  .content-body-wrap
  .form-wrap
  .footer-form
  button {

  font-size: 12px;
  font-weight: 800;
  line-height: 14.4px;
  text-align: center;
  padding: 4px 8px;
  z-index: 1;
  margin: 0;
  border: 0;
}

.frequenceanswer-index-content .content-body-wrap .form-wrap .btn-clear,
.register-index-wrap
  .register-index-content
  .content-body
  .content-body-wrap
  .form-wrap
  .footer-form
  .btn-clear {
  padding: 4px 8px;
  border: 2px solid var(--color-ping);
  color: var(--color-ping);
  border-radius: 0;
}

.frequenceanswer-index-content
  .content-body-wrap
  .form-wrap
  .footer-form
  .btn-send,
.register-index-wrap
  .register-index-content
  .content-body
  .content-body-wrap
  .form-wrap
  .footer-form
  .btn-send {
  padding: 4px 8px;
  border-radius: 0;
  color: var(--color-ping);
  background: var(--bg-yellow);
}

/** MODALS **/
.modal-content {
    /*background: transparent;*/
     background: linear-gradient(283deg, #FDCD00 -2.51%, #F5AA00 97.18%);
    /* 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;
    /* min-height: 400px; */
    width: 327px;
    align-items: center !important;
}

.modal-content .content-header {
  padding-top: 0 !important;
  width: 100%;
}

    .modal-content .content-header .title-ganadores {
        font-size: 2.1rem !important;
        line-height: 38.41px !important;
        margin: 0 !important;
        padding: 0;
        text-align: center;
        color: #20214D !important;
        text-transform: uppercase;
        font-weight: 700;
        scale: 1.1 1.4;
    }

    .modal-content .content-header button {
        width: 100%;
        cursor: pointer !important;
        border-radius: 100% !important;
        border: 4px solid #20214D !important;
        padding: 8px !important;
        opacity: 1 !important;
        width: 24px;
        height: 24px;
        background: url("../files/close-blue.svg") no-repeat center;
        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%;
  font-family: "FjallaOne", sans-serif;
  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;
}

#img-ref-img .modal-content {
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
}

/** END MODALS **/

/** REGISTRO SUCCESSFUL-ERROR **/
.registersuccessful-index-wrap {
  min-height: 98vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.registersuccessful-index-wrap .registersuccessful-index-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 327px;
  min-height: 520px;
  border-radius: 30px;
   background-color: #EB6901;
  box-shadow: inset 0 0 25px rgba(255, 255, 255, 0.25),
    0 4px 20px rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 56px 32px;
  gap: 0.5rem;
}

.registersuccessful-index-wrap .registersuccessful-index-content .item-one {

  width: 100%;
  max-width: 527px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16.8px;
  text-align: center;
  color: var(--color-text-white);
}

.registersuccessful-index-wrap
  .registersuccessful-index-content
  .item-one
  span {

  width: 100%;
  max-width: 527px;
  font-size: 36px;
  font-weight: 800;
  line-height: 43.21px;
  text-align: center;
  color: var(--color-text-yellow);
}

.registersuccessful-index-wrap .registersuccessful-index-content .item-two {

  width: 100%;
  max-width: 327px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16.8px;
  text-align: center;
  color: var(--color-text-white);
  margin-bottom: 20px;
}

.registersuccessful-index-wrap .registersuccessful-index-content .item-three {

  width: 100%;
  max-width: 100px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16.8px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}

.registersuccessful-index-wrap .registersuccessful-index-content .item-four {

  width: 100%;
  max-width: 247px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.8px;
  text-align: center;
  color: var(--color-text-white);
  margin-bottom: 10px;
}

.registersuccessful-index-wrap .registersuccessful-index-content .item-five {

  width: 100%;
  max-width: 247px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16.8px;
  text-align: center;
  color: var(--color-text-black);
}

.registersuccessful-index-wrap .registersuccessful-index-content .buttons {
  width: 100%;
  max-width: 207px;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.registersuccessful-index-wrap .registersuccessful-index-content .buttons a {
  font-family: "FjallaOne", sans-serif;
  color: black;
  text-decoration: none;
  background: white;
  padding: 10px 30px;
  font-size: 25px;
  font-weight: 700;
  line-height: 38.41px;
  border-radius: 30px;
}

.registersuccessful-index-wrap .registersuccessful-index-content .img-content {
  width: 100%;
  max-width: 347px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.registersuccessful-index-wrap
  .registersuccessful-index-content
  .img-content
  img {
  width: 100%;
  max-width: 247px;
}

.registersuccessful-index-wrap .registersuccessful-index-content .body-content {
  width: 100%;
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.registersuccessful-index-wrap
  .registersuccessful-index-content
  .body-content
  h2 {
  font-family: "FjallaOne", sans-serif;
  width: 100%;
  max-width: 247px;
  font-size: 32px;
  font-weight: 800;
  line-height: 38.41px;
  text-align: center;
  color: var(--color-text-yellow);
}

.registersuccessful-index-wrap
  .registersuccessful-index-content
  .body-content
  h3 {
  font-family: "FjallaOne", sans-serif;
  width: 100%;
  max-width: 247px;
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
  text-align: center;
  color: var(--color-text-white);
}

.registersuccessful-index-wrap .registersuccessful-index-content p {
  font-family: "gotham-ultraitalic";
  width: 100%;
  max-width: 247px;
  font-size: 5px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  color: var(--color-text-white);
}

.registersuccessful-index-wrap
  .registersuccessful-index-content
  .item-one-succes-register {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.registersuccessful-index-wrap
  .registersuccessful-index-content
  .item-one-succes-register
  h2 {
  font-family: "FjallaOne", sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 38.41px;
  text-align: center;
  color: var(--color-text-yellow);
}

.registersuccessful-index-wrap
  .registersuccessful-index-content
  .item-one-succes-register
  h3 {
  font-family: "FjallaOne", sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
  text-align: center;
  color: var(--color-text-yellow);
}

.registersuccessful-index-wrap
  .registersuccessful-index-content
  .item-two-succes-register {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.registersuccessful-index-wrap
  .registersuccessful-index-content
  .item-two-succes-register
  img {
  max-width: 200px;
}

.registersuccessful-index-wrap
  .registersuccessful-index-content
  .item-two-succes-register
  .img-succes-absolute-one {
  margin-bottom: -15px;
}

.registersuccessful-index-wrap
  .registersuccessful-index-content
  .item-two-succes-register
  .img-succes-absolute-three {
  max-width: 100px;
}

.registersuccessful-index-wrap
  .registersuccessful-index-content
  .item-two-succes-register
  div {
  background: var(--bg-yellow);
  width: 172px;
  height: 21px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.registersuccessful-index-wrap
  .registersuccessful-index-content
  .item-two-succes-register
  div
  p {
  margin: 0;
  padding: 0;
  font-family: "FjallaOne", sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 16.8px;
  text-align: left;
  color: var(--color-text-blue);
  text-align: center;
}

.registersuccessful-index-wrap
  .registersuccessful-index-content
  .item-three-succes-register
  p {
  font-family: "FjallaOne", sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 19.2px;
  text-align: center;
  color: var(--bg-white);
}

/** MODALS KVs **/
#modal-kv .btn-close {
  width: 24px;
  height: 24px;
  background-image: url("../files/close-white.svg") !important;
  background-size: 100% 100% !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  border: none !important;
}

/*GLACITAS*/
.modal-kv-bg-glacitas {
  background: linear-gradient(
    201.58deg,
    rgba(245, 157, 31, 0.7) 0%,
    rgba(245, 157, 31, 1) 50.96%,
    rgba(245, 157, 31, 0.7) 100%
  ) !important;
}

.modal-kv-bg-chocobum {
  background: linear-gradient(
    201.58deg,
    rgba(116, 58, 163, 0.7) 0%,
    rgba(116, 58, 163, 1) 50.5%,
    rgba(116, 58, 163, 0.7) 100%
  ) !important;
}

.modal-kv-bg-margaritas {
  background: linear-gradient(
    200.28deg,
    rgba(54, 152, 62, 0.7) 0.87%,
    rgba(54, 152, 62, 1) 51.84%,
    rgba(54, 152, 62, 0.7) 102.6%
  ) !important;
}

.modal-kv-bg-tentacion {
  background: linear-gradient(
    201.67deg,
    rgba(165, 119, 85, 0.7) -0.52%,
    rgba(165, 119, 85, 0.9) -0.51%,
    rgba(165, 119, 85, 0.9) 52.66%,
    rgba(165, 119, 85, 0.7) 100.96%
  ) !important;
}

.modal.modal-kv .modal-content {
  height: 520px;
  gap: 0px !important;
}

.modal.modal-kv .modal-content .content-header {
  gap: 0px;
}

.modal.modal-kv .modal-content .content-header div {
  width: 100%;
  display: flex;
  justify-content: center;
}

.modal.modal-kv .modal-content .content-header div img {
  width: 159px;
}

.modal.modal-kv .modal-content .content-body {
  width: 80%;
  height: 100%;
  margin: auto;
}

.modal.modal-kv .modal-content .content-body img {
  width: 100%;
  max-width: 320px;
}

.modal.modal-kv .modal-content .content-footer {
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

.modal.modal-kv .modal-content .content-footer a {
  background: rgba(255, 255, 255, 1);
  font-family: "BebasKai";
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #000000;
  padding: 8px 20px;
  transform: skewX(-20deg) rotate(-2deg) !important;
}

/* MOBILE */
@media screen and (min-width: 0px) and (max-width: 760px) {
  .navbar-wrap .container {
    justify-content: space-between !important;
    height: 96px;
    margin: 0;
  }

  .message-content {
    img {
      width: 80% !important;
    }
  }
}

@media screen and (min-width: 600px) and (max-width: 905px) {
  .banner-index-wrap
    .banner-index-content
    .banner-content-text
    .banner-content-text-one
    .gana {
    width: 78.13%;
    height: auto;
    position: absolute;
    top: 15%;
    left: 10.93%;
  }

  .banner-index-wrap
    .banner-index-content
    .banner-content-text
    .banner-content-text-one
    .altomayo {
    width: 61.33%;
    height: auto;
    position: absolute;
    top: 30.29%;
    left: 20.53%;
  }

  .banner-index-wrap .banner-index-content .banner-content-text p {
    color: var(--color-text-blue);
    font-family: "DIN Black", sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
    margin: 0;
    padding: 0;
    width: 74.4%;
    height: 4.29%;
    position: absolute;
    top: 40%;
    left: 13.6%;
  }

  .banner-index-wrap .banner-index-content .img-banner-1 {
    width: 40.93%;
    height: 13.29%;
    position: absolute;
    top: 55.43%;
    left: 29.53%;
  }

  .banner-index-wrap .banner-index-content .img-banner-2 {
    width: 43%;
    height: 3.14%;
    position: absolute;
    top: 67%;
    left: 27.87%;
  }

  .banner-index-wrap .banner-index-content .img-banner-3 {
    width: 35%;
    height: 10.71%;
    position: absolute;
    top: 71.43%;
    left: 33.87%;
  }

  .banner-index-wrap .banner-index-content .text-img-banner-3 {
    width: 48%;
    height: 3.14%;
    font-size: 25px;
    font-weight: 800;
    font-family: "DIN Black", sans-serif;
    color: var(--color-text-blue);
    position: absolute;
    top: 67%;
    left: 25.87%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/** TAB **/
@media screen and (min-width: 905px) and (max-width: 1024px) {
  #main-page {
    background-image: url("../img/backgroundImgValidAge.png");
  }

  /** NAV BAR **/
  .navbar-wrap .container {
    display: flex;
    justify-content: space-around;
  }

  .navbar .navbar-brand {
    /*margin: 4px 100px 0 40px;*/
  }

  .navbar .nav-link {
    max-width: 150px;
  }

  .navbar-wrap .container .navbar-brand .logonavbar-one {
    /*        width: 150px;
        height: 30px;*/
  }

  /** SIDE BAR**/
  .offcanvas .nav-link.selected {
    padding-left: 25px;
  }

  /** VALIDATION AGE **/
  .valid-age-wrap .valid-age-content {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 30px !important;
    max-width: 600px !important;
  }

  .age-highlight {
    color: var(--color-text-white) !important;
    font-family: "Sharp Slab";
    font-weight: 500;
    font-size: 48px;
  }

  .valid-age-wrap .valid-age-content .valid-age-images {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  .valid-age-wrap .valid-age-content .valid-age-images .img1 {
    width: 100% !important;
    max-width: 250px !important;
    height: 100% !important;
  }

  .valid-age-wrap .valid-age-content .valid-age-images .img2 {
    width: 100% !important;
    height: 100% !important;
    max-width: 400px !important;
  }

  .valid-age-wrap .valid-age-content p {
    text-align: center;
  }

  .valid-age-wrap .valid-age-content .valid-age-buttons {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 40px !important;
  }

  .valid-age-wrap .valid-age-content .valid-age-buttons a {
    width: 4rem !important;
    height: 4rem !important;
    font-size: 2.5rem !important;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /** INDEX **/
  .banner-index-wrap .banner-index-content {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 0px;
  }

  .banner-index-wrap .banner-index-content .banner-content-text {
    gap: 0px;
  }

  .banner-index-wrap .banner-index-content .img-banner {
    transform: rotate(-2deg) !important;
    width: 100% !important;
    max-width: 380px !important;
    height: 100% !important;
    margin-bottom: 20px;
  }

  .banner-index-wrap
    .banner-index-content
    .banner-content-text
    .banner-content-text-one {
    gap: 0px;
  }

  /*   .banner-index-wrap .banner-index-content .banner-content-text .banner-content-text-one p {
                color: white !important;
                font-family: 'DIN Black', sans-serif !important;
                font-size: 36px !important;
                margin: 0 !important;
                padding: 0 !important;
                max-width: 400px !important;
            }*/
  /** debe centrase la imagen y el texto **/
  .banner-index-wrap
    .banner-index-content
    .banner-content-text
    .banner-content-text-one
    .gana {
    width: 50.14%;
    height: auto;
    position: absolute;
    top: 16.53%;
    left: 24.93%;
  }

  .banner-index-wrap
    .banner-index-content
    .banner-content-text
    .banner-content-text-one
    .altomayo {
    width: 41.67%;
    height: auto;
    position: absolute;
    top: 30.12%;
    left: 29.17%;
  }

  .banner-index-wrap
    .banner-index-content
    .banner-content-text
    .banner-content-text-one
    p {
    color: var(--color-text-black) !important;
    font-family: "DIN Black", sans-serif !important;
    font-size: 94px !important;
    font-weight: 600;
    margin: 0 !important;
    padding: 0 !important;
  }

  .banner-index-wrap .banner-index-content .img-banner-1 {
    width: 31.39%;
    height: 26%;
    position: absolute;
    top: 46.82%;
    left: 34.31%;
  }

  .banner-index-wrap .banner-index-content .img-banner-2 {
    width: 25.07%;
    height: 5.29%;
    position: absolute;
    top: 68.71%;
    left: 37.43%;
  }

  .banner-index-wrap .banner-index-content .img-banner-3 {
    width: 15.63%;
    height: 13.18%;
    position: absolute;
    top: 74.47%;
    left: 42.15%;
  }

  .banner-index-wrap .banner-index-content .text-img-banner-3 {
    width: 21.11%;
    height: 5.65%;
    font-size: 150%;
    font-weight: 800;
    font-family: "DIN Black", sans-serif;
    color: var(--color-text-blue);
    position: absolute;
    top: 68%;
    left: 39.44%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .banner-index-wrap .banner-index-content .banner-content-text .text-2 {
    color: white !important;
    font-family: "gotham-ultraitalic" !important;
    font-size: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: rotate(-2deg) !important;
    text-align: center !important;
    width: 80% !important;
    max-width: 600px !important;
  }

  .banner-index-wrap .banner-index-content a {
    background: var(--bg-black) !important;
    color: var(--color-text-white) !important;
    text-decoration: none !important;
    font-family: "DIN Black", sans-serif;
    font-size: 40px !important;
    width: 14.1%;
    height: auto;
    top: 88.59%;
    left: 42.99%;
    margin: 0 !important;
    padding: 4px 40px !important;
    margin-top: 24px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  }

  /** COMO PARTICIPAR **/
  /** REGISTER **/
  .register-index-wrap .register-index-content .content-header p {
    font-family: "FjallaOne", sans-serif;
    font-size: 24px;
    font-weight: 800;
    line-height: 25px;
    letter-spacing: 0.1em;
    text-align: center;
    background: var(--bg-yellow);
    color: var(--color-text-blue);
    padding: 4px 8px;
    z-index: 1;
    position: absolute;
    margin: 0;
  }

  .register-index-wrap .register-index-content .content-body {
    border-radius: 30px;
    width: 100%;
    margin-top: 20px;
    position: relative;
    padding: 16px 4rem;
    margin-bottom: 50px;
  }

  .register-index-wrap
    .register-index-content
    .content-body
    .content-body-wrap {
    margin-top: 24px;
  }

  .register-index-wrap
    .register-index-content
    .content-body
    .content-body-wrap
    .form-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .register-index-wrap
    .register-index-content
    .content-body
    .content-body-wrap
    .form-wrap
    .row-input {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .register-index-wrap
    .register-index-content
    .content-body
    .content-body-wrap
    .form-wrap
    .row-input
    label {
    font-size: 17px;
    letter-spacing: 0em;
    text-align: left;
  }

  .register-index-wrap
    .register-index-content
    .content-body
    .content-body-wrap
    .form-wrap
    .row-input
    label
    span {
    text-decoration: underline;
    cursor: pointer;
  }

  .register-index-wrap
    .register-index-content
    .content-body
    .content-body-wrap
    .form-wrap
    .row-input
    input {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: left;
    height: 40px;
    outline: none;
    margin: auto;
  }

  .register-index-wrap
    .register-index-content
    .content-body
    .content-body-wrap
    .form-wrap
    .row-input
    select {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0em;
    text-align: left;
    height: 40px;
    outline: none;
    padding: 0px 10px;
  }

  .register-index-wrap
    .register-index-content
    .content-body
    .content-body-wrap
    .form-wrap
    .row-input
    input[type="file"] {
    padding: 13px 20px !important;
  }

  .register-index-wrap
    .register-index-content
    .content-body
    .content-body-wrap
    .form-wrap
    .row-input-check {
    width: 100%;
    height: auto;
    /*max-width: 500px !important;*/
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
  }

  .register-index-wrap
    .register-index-content
    .content-body
    .content-body-wrap
    .form-wrap
    .footer-form {
    width: 100%;
    display: flex;
    justify-content: end;
    gap: 24px;
  }

  .register-index-wrap
    .register-index-content
    .content-body
    .content-body-wrap
    .form-wrap
    .footer-form
    button {
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    padding: 4px 8px;
    z-index: 1;
    margin: 0;
  }

  .register-index-wrap
    .register-index-content
    .content-body
    .content-body-wrap
    .form-wrap
    .footer-form
    .btn-clear {
    padding: 4px 8px;
    /* border-radius: 25px; */
  }

  .register-index-wrap
    .register-index-content
    .content-body
    .content-body-wrap
    .form-wrap
    .footer-form
    .btn-send {
    padding: 4px 8px;
    border-radius: 25px;
  }

  /*Modals*/
  /* .modal#modal-winners {
    background-color: blue !important;
  } */

  .modal-content {
    background: transparent;
    /* 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;
    min-height: 400px;
    width: 327px;
  }

  .modal-content .content-header {
    width: 100%;
    /* display: flex;
            flex-direction: column;
            align-items: flex-end;*/
    gap: 8px;
  }

  .modal-content .content-header button {
    width: 100%;
    cursor: pointer !important;
    border-radius: 100% !important;
    border: 4px solid #004f9c !important;
    padding: 8px !important;
    opacity: 1 !important;
    width: 24px;
    height: 24px;
    background: url("../files/close-blue.svg") no-repeat center;
  }

  .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: 16px;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    color: var(--color-text-white);
  }

  .modal-content .content-body img {
    width: 100%;
    max-width: 150px;
  }

  #img-ref-img .modal-content {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  /** REGISTRO SUCCESSFUL-ERROR **/
    .registersuccessful-index-wrap .registersuccessful-index-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        max-width: 700px !important;
        min-height: 500px !important;
        border-radius: 30px;
        background: #EB6901;
        box-shadow: inset 0 0 25px rgba(255, 255, 255, 0.25), 0 4px 20px rgba(0, 0, 0, 0.4);
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 56px 32px;
    }

  .registersuccessful-index-wrap .registersuccessful-index-content .item-one {
    width: 100%;
    max-width: 527px;
    font-size: 20px;
    font-weight: 500;
    line-height: 16.8px;
    text-align: center;
    color: var(--color-text-white);
  }

  .registersuccessful-index-wrap
    .registersuccessful-index-content
    .item-one
    span {
    width: 100%;
    max-width: 527px;
    font-size: 36px;
    font-weight: 800;
    line-height: 48.21px;
    text-align: center;
    color: var(--color-text-yellow);
  }

  .registersuccessful-index-wrap .registersuccessful-index-content .item-two {
    width: 100%;
    max-width: 527px;
    font-size: 20px;
    font-weight: 700;
    line-height: 16.8px;
    text-align: center;
    color: var(--color-text-white);
    margin-bottom: 30px;
  }

  .registersuccessful-index-wrap .registersuccessful-index-content .item-three {
    width: 100%;
    max-width: 140px;
    font-size: 20px;
    font-weight: 700;
    line-height: 16.8px;
    text-align: center;
    color: #d5a55a;
    margin-bottom: 40px;
  }

  .registersuccessful-index-wrap .registersuccessful-index-content .item-four {
    width: 100%;
    max-width: 527px;
    font-size: 20px;
    font-weight: 500;
    line-height: 16.8px;
    text-align: center;
    color: var(--color-text-white);
    margin-bottom: 10px;
  }

  .registersuccessful-index-wrap .registersuccessful-index-content .item-five {
    width: 100%;
    max-width: 527px;
    font-size: 20px;
    font-weight: 700;
    line-height: 16.8px;
    text-align: center;
    color: var(--color-text-black);
  }

  .registersuccessful-index-wrap .registersuccessful-index-content .buttons {
    width: 100%;
    max-width: 527px;
    display: flex;
    justify-content: center;
    margin-top: 50px;
  }

  .registersuccessful-index-wrap .registersuccessful-index-content .buttons a {
    padding: 10px 40px;
    font-size: 30px;
  }

  .registersuccessful-index-wrap
    .registersuccessful-index-content
    .img-content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .registersuccessful-index-wrap
    .registersuccessful-index-content
    .img-content
    img {
    width: 100%;
    max-width: 300px !important;
  }

  .registersuccessful-index-wrap
    .registersuccessful-index-content
    .body-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .registersuccessful-index-wrap
    .registersuccessful-index-content
    .body-content
    h2 {
    font-family: "FjallaOne", sans-serif;
    width: 100%;
    font-size: 32px;
    font-weight: 800;
    line-height: 38.41px;
    text-align: center;
    color: var(--color-text-yellow);
  }

  .register-index-content .content-body .content-body-wrap img {
    width: 250px;
  }

  .registersuccessful-index-wrap
    .registersuccessful-index-content
    .body-content
    h3 {
    font-family: "FjallaOne", sans-serif;
    width: 100%;
    font-size: 20px !important;
    font-weight: 800;
    line-height: 24px;
    text-align: center;
    color: var(--color-text-white);
  }

  .registersuccessful-index-wrap .registersuccessful-index-content p {
    font-family: "gotham-ultraitalic";
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    color: var(--color-text-white);
    max-width: 600px !important;
  }

  .registersuccessful-index-wrap
    .registersuccessful-index-content
    .item-one-succes-register {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .registersuccessful-index-wrap
    .registersuccessful-index-content
    .item-one-succes-register
    h2 {
    font-family: "FjallaOne", sans-serif;
    font-size: 48px;
    font-weight: 800;
    line-height: 38.41px;
    text-align: center;
    color: var(--color-text-yellow);
  }

  .registersuccessful-index-wrap
    .registersuccessful-index-content
    .item-one-succes-register
    h3 {
    font-family: "FjallaOne", sans-serif;
    font-size: 32px;
    font-weight: 800;
    line-height: 24px;
    text-align: center;
    color: var(--color-text-yellow);
  }

  .registersuccessful-index-wrap
    .registersuccessful-index-content
    .item-two-succes-register {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .registersuccessful-index-wrap
    .registersuccessful-index-content
    .item-two-succes-register
    img {
    max-width: 267px;
  }

  .registersuccessful-index-wrap
    .registersuccessful-index-content
    .item-two-succes-register
    .img-succes-absolute-one {
    margin-bottom: -15px;
  }

  .registersuccessful-index-wrap
    .registersuccessful-index-content
    .item-two-succes-register
    .img-succes-absolute-three {
    max-width: 158px;
  }

  .registersuccessful-index-wrap
    .registersuccessful-index-content
    .item-two-succes-register
    div {
    background: var(--bg-yellow);
    width: 220px;
    height: 27px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .registersuccessful-index-wrap
    .registersuccessful-index-content
    .item-two-succes-register
    div
    p {
    margin: 0;
    padding: 0;
    font-family: "FjallaOne", sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 16.8px;
    text-align: left;
    color: var(--color-text-blue);
    text-align: center;
  }

  .registersuccessful-index-wrap
    .registersuccessful-index-content
    .item-three-succes-register
    p {
    font-family: "FjallaOne", sans-serif;
    font-size: 32px;
    font-weight: 800;
    line-height: 38.41px;
    text-align: center;
    color: var(--bg-white);
    max-width: 400px;
  }
}

/** DESKTOP **/
@media screen and (min-width: 1024px) {
  /** NAV BAR **/
  .navbar .navbar-brand {
    margin: 0 0 0 5.56%;
  }

  .navbar .nav-link {
    font-size: 1.2rem;
    line-height: 20px;
    font-weight: 900;
    padding-bottom: 10px;
  }
  .navbar .nav-link.tc {
    font-size: 1.5rem;
    color:var(--bg-blue);
  }

  .navbar-wrap .container .navbar-brand .logonavbar-one {
    /*        width: 175px;
        height: 40px;*/
  }

  .register-index-content .content-body .content-body-wrap img {
    width: 600px !important;
  }

  /** FOOTER **/
  footer {
    /*height: 64px;*/
  }

  footer small {
    font-size: 16px;
    text-align: left;
  }

  footer a img {
    width: 48px;
    height: 100%;
  }

  /** VALIDATION AGE **/
  #valid-age-container {
    .extra-items img {
      position: absolute;
    }

    .extra-item-1,
    .extra-item-3 {
      width: 12rem;
      top: 35%;
    }

    .extra-item-2,
    .extra-item-4 {
      width: 12rem;
      top: 65%;
    }

    .extra-item-1 {
      left: 0;
    }

    .extra-item-2 {
      left: 0;
    }

    .extra-item-3 {
      right: 0;
    }

    .extra-item-4 {
      right: 0;
    }

    .warning {
      width: 9rem;
      top: 0.5rem;
      right: 6rem;
      z-index: 999;
    }
  }

  .valid-age-wrap {
    /* padding-top: 80px; */
  }

  .valid-age-wrap .valid-age-content {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 20px !important;
  }

  .valid-age-wrap .valid-age-content .valid-age-images .img1 {
    width: 100% !important;
    height: 100% !important;
  }

  .valid-age-wrap .valid-age-content .valid-age-images .img2 {
    width: 100% !important;
    height: 100% !important;
    max-width: 450px !important;
  }

  .valid-age-wrap .valid-age-content p {
    font-size: 2.5rem !important;
  }

  .valid-age-wrap .valid-age-content .valid-age-buttons {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 60px !important;
  }

  .valid-age-wrap .valid-age-content .valid-age-buttons a {
    width: 4.5rem !important;
    height: 4.5rem !important;
    font-weight: 700;
    font-size: 3rem !important;
    border: none;
    cursor: pointer;
  }

  .valid-age-wrap .valid-age-content .age-highlight {
    color: var(--color-text-white) !important;
    font-family: "Nemesis Grant";
    font-weight: 500;
    font-size: 96px;
  }

  /** INDEX **/
  .banner-index-wrap .banner-index-content {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 0px !important;
  }

  .banner-index-wrap .banner-index-content .banner-content-text {
    gap: 0px !important;
  }

  .banner-index-wrap .banner-index-content .img-banner {
    transform: rotate(-2deg) !important;
    width: 100% !important;
    max-width: 350px !important;
    height: 100% !important;
  }

  .banner-index-wrap
    .banner-index-content
    .banner-content-text
    .banner-content-text-one {
    gap: 0px;
    align-items: center;
  }

  .banner-index-wrap
    .banner-index-content
    .banner-content-text
    .banner-content-text-one
    p {
    color: var(--color-text-black) !important;
    font-family: "DIN Black", sans-serif !important;
    font-size: 94px !important;
    font-weight: 600;
    margin: 0 !important;
    padding: 0 !important;
  }

  .banner-index-wrap
    .banner-index-content
    .banner-content-text
    .banner-content-text-one
    .gana {
    margin-top: 40px;
    width: 50.14%;
    height: auto;
    position: absolute;
    top: 13.53%;
    left: 24.93%;
  }

  .banner-index-wrap
    .banner-index-content
    .banner-content-text
    .banner-content-text-one
    .altomayo {
    margin-top: 55px;
    /* margin-bottom:30px;*/
    width: 41.67%;
    height: auto;
    position: absolute;
    top: 30.12%;
    left: 29.17%;
  }

  .banner-index-wrap .banner-index-content .banner-content-text p {
    color: var(--color-text-blue) !important;
    font-family: "DIN Black", sans-serif;
    font-size: 218.75% !important;
    line-height: 36px;
    font-weight: 700;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
    width: 32.36%;
    top: 45.12%;
    left: 33.82%;
  }

  .banner-index-wrap .banner-index-content .img-banner-1 {
    width: 31.39%;
    height: 26%;
    position: absolute;
    top: 54.82%;
    left: 34.31%;
  }

  .banner-index-wrap .banner-index-content .img-banner-2 {
    width: 25.07%;
    height: 5.29%;
    position: absolute;
    top: 76.71%;
    left: 37.43%;
  }

  .banner-index-wrap .banner-index-content .img-banner-3 {
    width: 15.63%;
    height: 13.18%;
    position: absolute;
    top: 80.47%;
    left: 42.15%;
  }

  .banner-index-wrap .banner-index-content .text-img-banner-3 {
    width: 21.11%;
    height: 5.65%;
    font-size: 150%;
    font-weight: 800;
    font-family: "DIN Black", sans-serif;
    color: var(--color-text-blue);
    position: absolute;
    top: 76%;
    left: 39.44%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .banner-index-wrap .banner-index-content .banner-content-text .text-2 {
    color: white !important;
    font-family: "gotham-ultraitalic" !important;
    font-size: 26px !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: rotate(-2deg) !important;
    text-align: center !important;
    width: 100%;
    max-width: 840px;
  }

  .banner-index-wrap .banner-index-content a {
    background: var(--bg-black) !important;
    color: var(--color-text-white) !important;
    text-decoration: none !important;
    font-family: "DIN Black", sans-serif;
    font-size: 40px !important;
    width: 14.1%;
    height: auto;
    top: 92.59%;
    left: 42.99%;
    margin: 0 !important;
    padding: 4px 40px !important;
    margin-top: 24px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  }

  /** COMO PARTICIPAR **/
  /** PREGUNTAS FRECUENTES **/
  /** REGISTER **/
  .register-index-wrap .register-index-content .content-header p {
    font-family: "DIN Black" !important;
    font-size: 56px !important;
    font-weight: 800 !important;
    line-height: 67.21px !important;
    letter-spacing: 0.1em !important;
    text-align: center !important;
    background: var(--bg-yellow) !important;
    color: var(--color-text-blue) !important;
    padding: 8px 64px !important;
    z-index: 1 !important;
    position: absolute !important;
    margin: 0 !important;
  }

  .register-index-wrap .register-index-content .content-body {
    border-radius: 30px !important;
    width: 100% !important;
    max-width: 1296px !important;
    margin-top: 40px !important;
    position: relative !important;
    margin-bottom: 50px !important;
  }

  .register-index-wrap
    .register-index-content
    .content-body
    .content-body-wrap {
    margin-top: 48px !important;
  }

  .register-index-wrap
    .register-index-content
    .content-body
    .content-body-wrap
    .form-wrap {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 20px !important;
    width: 900px !important;
  }

  .register-index-wrap
    .register-index-content
    .content-body
    .content-body-wrap
    .form-wrap
    .row-input {
    /*        min-width: 900px;
        display: flex !important;
        flex-direction: column !important;
        height: 100% !important;*/
  }

  .frequenceanswer-index-content .content-body-wrap .form-wrap .row-input label,
  .register-index-wrap
    .register-index-content
    .content-body
    .content-body-wrap
    .form-wrap
    .row-input
    label {
    font-size: 1.2rem !important;
    letter-spacing: 0em !important;
    text-align: left !important;

    /* &[for="inputCodProd1"] {
      font-size: 0.87rem !important;
      span {
        font-size: 0.8rem;
      }
    } */
  }

  .frequenceanswer-index-content
    .content-body-wrap
    .form-wrap
    .row-input
    label
    span,
  .register-index-wrap
    .register-index-content
    .content-body
    .content-body-wrap
    .form-wrap
    .row-input
    label
    span {
    text-decoration: underline !important;
    cursor: pointer !important;
    font-size: 1rem;
  }

  .frequenceanswer-index-content .content-body-wrap .form-wrap .row-input input,
  .register-index-wrap
    .register-index-content
    .content-body
    .content-body-wrap
    .form-wrap
    .row-input
    input {
    font-size: 18px !important;
    font-weight: 400 !important;
    letter-spacing: 0em !important;
    text-align: left !important;
    height: 40px !important;
    outline: none !important;
    margin: auto !important;
  }

  .frequenceanswer-index-content
    .content-body-wrap
    .form-wrap
    .row-input
    select,
  .register-index-wrap
    .register-index-content
    .content-body
    .content-body-wrap
    .form-wrap
    .row-input
    select {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0em;
    text-align: left;
    height: 40px;
    outline: none;
  }

  .frequenceanswer-index-content
    .content-body-wrap
    .form-wrap
    .row-input
    input[type="file"],
  .register-index-wrap
    .register-index-content
    .content-body
    .content-body-wrap
    .form-wrap
    .row-input
    input[type="file"] {
    padding: 13px 20px !important;
  }

  .frequenceanswer-index-content .content-body-wrap .form-wrap .row-input-check,
  .register-index-wrap
    .register-index-content
    .content-body
    .content-body-wrap
    .form-wrap
    .row-input-check {
    width: 100%;
    max-width: 900px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
  }

  .frequenceanswer-index-content .content-body-wrap .form-wrap .footer-form,
  .register-index-wrap
    .register-index-content
    .content-body
    .content-body-wrap
    .form-wrap
    .footer-form {
    width: 100%;
    display: flex;
    justify-content: end;
    /* gap: 24px;          */
  }

  .frequenceanswer-index-content
    .content-body-wrap
    .form-wrap
    .footer-form
    button,
  .register-index-wrap
    .register-index-content
    .content-body
    .content-body-wrap
    .form-wrap
    .footer-form
    button {
    /* color: var(--color-text-black); */
    font-size: 24px;
    font-weight: 800;
    /* line-height: 28.8px; */
    text-align: center;
    padding: 10px 50px;
    z-index: 1;
    margin: 0;
  }

  .frequenceanswer-index-content
    .content-body-wrap
    .form-wrap
    .footer-form
    .btn-clear,
  .register-index-wrap
    .register-index-content
    .content-body
    .content-body-wrap
    .form-wrap
    .footer-form
    .btn-clear {
    padding: 5px 50px;
  }

  .frequenceanswer-index-content
    .content-body-wrap
    .form-wrap
    .footer-form
    .btn-send,
  .register-index-wrap
    .register-index-content
    .content-body
    .content-body-wrap
    .form-wrap
    .footer-form
    .btn-send {
    padding: 5px 50px;
  }

  .modal-content {
    /* background: var(--color-ping);
    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;
    /* min-height: 400px; */
    /* width: 417px; */
  }

  .modal-content .content-header {
    width: 100%;
    /*display: flex;
            flex-direction: column;
            align-items: flex-end;*/
    gap: 8px;
  }

  .modal-content .content-header button {
    width: 100%;
    cursor: pointer !important;
    border-radius: 100% !important;
    border: 4px solid #004f9c !important;
    padding: 8px !important;
    opacity: 1 !important;
    width: 24px;
    height: 24px;
    background: url("../files/close-blue.svg") no-repeat center;
  }

  .modal-content .content-body {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 38vh;
  }

  .modal-content .content-body p {
    width: 100%;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    color: var(--color-text-white);
  }

  .modal-content .content-body img {
    width: 100%;
    max-width: 150px;
  }

  /** REGISTRO SUCCESSFUL-ERROR **/
.registersuccessful-index-wrap .registersuccessful-index-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1075px !important;
    min-height: 570px !important;
    border-radius: 30px;
    background: #EB6901;
    box-shadow: 0px 0px 25px 0px rgba(255, 255, 255, 0.25) inset, 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 56px 32px;
}

  .registersuccessful-index-wrap .registersuccessful-index-content .item-one {
    
    width: 100%;
    max-width: 856px;
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    text-align: center;
    color: var(--color-text-white);
  }

  .registersuccessful-index-wrap
    .registersuccessful-index-content
    .item-one
    span {
    width: 100%;
    max-width: 856px;
    font-size: 80px;
    font-weight: 800;
    line-height: 96.02px;
    text-align: center;
    color: var(--color-text-yellow);
  }

  .registersuccessful-index-wrap .registersuccessful-index-content .item-two {
    width: 100%;
    max-width: 856px;
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    text-align: center;
    color: var(--color-text-white);
    margin-bottom: 30px;
  }

  .registersuccessful-index-wrap .registersuccessful-index-content .item-three {
    width: 100%;
    max-width: 856px;
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
  }

  .registersuccessful-index-wrap .registersuccessful-index-content .item-four {
    width: 100%;
    max-width: 856px;
    font-size: 24px;
    font-weight: 500;
    line-height: 28.8px;
    text-align: center;
    color: var(--color-text-white);
    margin-bottom: 10px;
  }

  .registersuccessful-index-wrap .registersuccessful-index-content .item-five {
    width: 100%;
    max-width: 527px;
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    text-align: center;
    color: var(--color-text-black);
  }

  .registersuccessful-index-wrap .registersuccessful-index-content .buttons {
    width: 100%;
    display: flex;
    justify-content: space-around;
    max-width: 856px !important;
    margin-top: 0px;
  }

  .registersuccessful-index-wrap .registersuccessful-index-content .buttons a {
    padding: 20px 40px;
    font-size: 30px;
  }

  .registersuccessful-index-wrap
    .registersuccessful-index-content
    .img-content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .registersuccessful-index-wrap
    .registersuccessful-index-content
    .img-content
    img {
    width: 100%;
    max-width: 300px !important;
  }

  .registersuccessful-index-wrap
    .registersuccessful-index-content
    .body-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .registersuccessful-index-wrap
    .registersuccessful-index-content
    .body-content
    h2 {
    font-family: "FjallaOne", sans-serif;
    width: 100%;
    font-size: 48px;
    font-weight: 800;
    line-height: 57.61px;
    text-align: center;
    color: var(--color-text-yellow);
    max-width: 856px !important;
  }

  .registersuccessful-index-wrap
    .registersuccessful-index-content
    .body-content
    h3 {
    font-family: "FjallaOne", sans-serif;
    width: 100%;
    max-width: 856px;
    font-size: 40px !important;
    font-weight: 800;
    line-height: 48.01px;
    text-align: center;
    color: var(--color-text-white);
  }

  .registersuccessful-index-wrap .registersuccessful-index-content p {
    font-family: "gotham-ultraitalic";
    width: 100%;
    font-size: 10px;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    color: var(--color-text-white);
    max-width: 856px !important;
  }

  .registersuccessful-index-wrap
    .registersuccessful-index-content
    .item-one-succes-register {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .registersuccessful-index-wrap
    .registersuccessful-index-content
    .item-one-succes-register
    h2 {
    font-family: "FjallaOne", sans-serif;
    font-size: 48px;
    font-weight: 800;
    line-height: 57.61px;
    text-align: center;
    color: var(--color-text-yellow);
  }

  .registersuccessful-index-wrap
    .registersuccessful-index-content
    .item-one-succes-register
    h3 {
    font-family: "FjallaOne", sans-serif;
    font-size: 32px;
    font-weight: 800;
    line-height: 38.41px;
    text-align: center;
    color: var(--color-text-yellow);
  }

  .registersuccessful-index-wrap
    .registersuccessful-index-content
    .item-two-succes-register {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .registersuccessful-index-wrap
    .registersuccessful-index-content
    .item-two-succes-register
    img {
    max-width: 267px;
  }

  .registersuccessful-index-wrap
    .registersuccessful-index-content
    .item-two-succes-register
    .img-succes-absolute-one {
    margin-bottom: -15px;
  }

  .registersuccessful-index-wrap
    .registersuccessful-index-content
    .item-two-succes-register
    .img-succes-absolute-three {
    max-width: 158px;
  }

  .registersuccessful-index-wrap
    .registersuccessful-index-content
    .item-two-succes-register
    div {
    background: var(--bg-yellow);
    width: 220px;
    height: 27px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .registersuccessful-index-wrap
    .registersuccessful-index-content
    .item-two-succes-register
    div
    p {
    margin: 0;
    padding: 0;
    font-family: "FjallaOne", sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 16.8px;
    text-align: left;
    color: var(--color-text-blue);
    text-align: center;
  }

  .registersuccessful-index-wrap
    .registersuccessful-index-content
    .item-three-succes-register
    p {
    font-family: "FjallaOne", sans-serif;
    font-size: 32px;
    font-weight: 800;
    line-height: 38.41px;
    text-align: center;
    color: var(--bg-white);
  }
}

/** ------ CUSTOMISATION FOR AMARAS ------ **/

/** INDEX **/

#home {
  /*background-image: var(--bg-home);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;*/
  height: 100dvh;
  position: relative;
  width: 100%;
}

.home-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  /* gap: 3rem; */
  /*margin-top: 3rem;*/
  height: calc(100% - 74px);
}

.participa-aqui-button-home {
  background: var(--bg-blue);
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.4rem;
  padding: 0.2rem 3.5rem;
  /*box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);*/
  border-radius: 2rem;
  /*font-family: "AmsiRegular", sans-serif;*/
  transform: scale(0.75, 1);
  font-weight: 700;
}

.home-codigos {
  width: 75%;
  font-family: sans-serif;
  text-align: justify;
  color: white;
  line-height: 1;
  font-size: 0.6rem;
}

.home-slogan-logo {
  max-width: 600px;
  /*width: 80%;*/
  /*max-width:90%;*/
  /* height: 40vh; */
  margin-top: 3%;
}



.premio-1 {
  width: 10rem;
  top: 10%;
  left: 5%;
}

.premio-2 {
  width: 10rem;
  top: 30%;
  left: 3%;
}

.premio-3 {
  width: 10rem;
  top: 42%;
  right: 3%;
}

.premio-4 {
  width: 10rem;
  top: 58%;
  right: 8%;
}

.warning {
  width: 13rem;
  top: 0.5rem;
  right: 6rem;
  z-index: 999;
}

@media (max-width: 1024px) {
  #main-valid-age {
    background-repeat: no-repeat;
    background-size: cover;
  }

  #home {
    /* background-repeat: no-repeat;
    background-size: cover;
    height: 52rem; */
    height:100%;
  }

  .home-container {
    /*margin-top: 12rem;*/
  }

  .premio-1 {
    width: 8rem;
    top: 7rem;
  }

  .premio-2 {
    width: 8rem;
  }

  .premio-3 {
    width: 7rem;
  }

  .premio-4 {
    width: 8rem;
    top: 30rem;
  }

  .warning {
    width: 14rem;
    top: 1rem;
    right: 1.5rem;
  }

  .home-codigos {
    /*width: 60%;*/
    font-size: 0.4rem;
  }
}

@media (max-width: 576px) {
  .premio-1 {
    width: 7rem;
    top: 10%;
    left: 5%;
  }

  .premio-2 {
    width: 5rem;
    top: 20%;
    left: 3%;
  }

  .premio-3 {
    width: 5rem;
    top: 65%;
  }

  .premio-4 {
    width: 5.2rem;
    top: 73%;
    right: 3%;
  }

  .warning {
    width: 12rem;
    top: 1rem;
    right: 0.5rem;
  }

  .home-slogan-logo {
    height: unset;
    margin-top: 10%;
    max-width:80%;
  }

  .home-slogan {
    margin-top: 4rem;
    width: 20rem;
  }

  .register-index-wrap .register-index-content .content-body {
    padding: 16px 2rem;
  }

  .home-codigos {
    width: unset;
  }
}

@media (max-height: 642px) {
  .home-container {
    height: unset;
    gap: 1.6rem;

    .home-slogan-logo {
      max-width: 500px;
    }
  }
}

@media (max-width: 380px) {
  .premio-1 {
    width: 6rem;
    top: 6%;
    left: 5%;
  }

  .premio-2 {
    width: 5rem;
    top: 18%;
    left: 3%;
  }

  .premio-3 {
    width: 5rem;
    top: 72%;
  }

  .premio-4 {
    width: 5.2rem;
    top: 83%;
    right: 3%;
  }

  .warning {
    width: 8rem;
    top: 2%;
    right: 2%;
  }

  .participa-aqui-button-home {
    font-size: 1.2rem;
  }

  .home-container {
    /*margin-top: 9rem;*/
    gap: 3.5rem;
  }

  .home-codigos {
    width: unset;
  }
}

/** COMO PARTICIPAR **/

.howtotakepart {
  /*background-color: var(--color-ping-light);*/
}

.howtotakepart-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /*height: 100dvh;*/
  /* margin-top: 3rem; */
  margin-bottom: 2rem;
  gap: 1rem;
 

  .howtotakepart-title {
    display: none;
  }
}

.howtotakepart-container-title {
  color: var(--color-ping);
  font-size: 2rem;
  font-family: "FjallaOne", sans-serif;
  font-weight: 900;
}

.howtotakepart-steps {
  display: flex;
  justify-content: center;
  gap: 5rem;

  .steps-img {
    /* max-width: 950px; */
  }

  .swiper {
    display: none;
    .swiper-slide {
      img {
        /* width: 80%; */
        max-width: 290px;
      }
    }
  }
}

.steps-step {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-bottom: 0.2rem solid;
  border-bottom-color: var(--color-ping);
  padding: 1rem 2rem 1rem 2rem;
  flex: 1;
  word-break: break-word;
}

.step-img {
  display: flex;
  justify-content: center;
  align-content: center;
}

.step-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-family: "FjallaOne", sans-serif;
  color: var(--color-ping-dark);
}

.howtotakepart-more-information {
  padding: 0 0 1rem 0;
  color: var(--bg-white);
  font-size: 1rem;
  font-family: "Supersonic", sans-serif;
  text-align: center;
}

.howtotakepart-more-button {
  background: var(--color-ping);
  color: var(--bg-white);
  text-decoration: none;
  font-size: 20px;
  padding: 10px 30px 10px 30px;
  border-radius: 20px;
  font-family: "FjallaOne", sans-serif;
  font-weight: 700;
}

.step-text-title {
  font-size: 2rem;
  font-weight: 900;
}

.step-text-content {
  font-family: "FjallaOne", sans-serif;
  font-weight: 700;
  white-space: nowrap;
}

.bg-ping {
  background-color: var(--color-ping);
  color: var(--bg-white);
  padding: 0 0.5rem;
}

.btn-participa-aqui {
  border: 2px solid var(--color-ping-dark);
  background: transparent;
  padding: 0.1rem 2.5rem;
  font-family: "FjallaOne", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  text-decoration: none;
  color: var(--color-ping-dark);
  border-radius: 2rem;
  position: relative;
}

.btn-participa-aqui::after {
  content: ""; /* Obliga a que se muestre el elemento */
  display: block; /* Permite controlar dimensiones */
  width: 40px; /* Ajusta el ancho de la imagen */
  height: 40px; /* Ajusta el alto de la imagen */
  background-image: url(../img/amaras/mouse.svg); /* URL de la imagen */
  background-size: cover; /* Asegura que la imagen se ajuste */
  position: absolute;
  top: 50%; /* Centrado vertical */
  right: 0; /* A la derecha del texto del enlace */
}

@media (max-width: 1024px) {
  .howtotakepart-container {
    .howtotakepart-title {
      display: block;
      max-width: 295px;
    }
  }

  .howtotakepart-steps {
    gap: 1rem;



    .swiper {
      height: 18dvh;
      display: block;
    }
  }

  .navbar .nav-link {
    font-size: 15px;
  }

  .participa-aqui-button {
    font-size: 15px;
  }

  .navbar .navbar-brand {
    /* width: 100%; */
    display: flex;
    /* justify-content: center; */
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    /*margin: 4px 50px 10px 40px;*/
  }

  .navbar .navbar-toggler {
    position: absolute;
    right: 0;
    margin-right: 0.2rem;
  }
}

@media (max-width: 991px) {
  .step-text-title {
    font-size: 1.7rem;
  }
}

@media (max-width: 768px) {
    .premios_diarios{
        min-height:unset;
    }
    .howtotakepart-steps {
        display: flex;
        flex-direction: column;
        
    }

    .wrapper-steps .box-image {
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        img{
               max-width:250px;
           }
    }
    .howtotakepart-container-title {
        font-size: 1.5rem;
    }
}

@media (max-width: 576px) {
  .howtotakepart-more-information {
    font-size: 0.7rem;
  }

    footer .container .box-image img {
        max-width: 150px;
    }
    .title {
        font-size: 1.5rem;
    }

  .howtotakepart-more-button {
    font-size: 17px;
  }
}

@media (max-width: 360px) {
  .howtotakepart-more-button {
    font-size: 16px;
  }
}

/** PREGUNTAS FRECUENTES **/
.frequenceanswer-index-wrap {
  /*    background-image: var(--bg-home);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;*/
  /*height: 100dvh;*/
  height:110dvh;
  position: relative;
  width: 100%;
}

.frequenceanswer-index-content {
  width: 90%;
  max-width: 45rem;
}

.preguntas-frecuentes-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  /* align-self: flex-start; */
  top: -5.5rem;
  right: 0;
  left: 0;
}

.frecuentes-title {
    color: var(--bg-white);
    text-decoration: none;
    font-size: 3.4rem;
    /*-webkit-text-stroke: 2px #2a6088;*/
    border-radius: 20px;
    color: #20214D;
    text-transform: uppercase;
    /* rotate: -3deg; */
    /*font-family: "FjallaOne", sans-serif;*/
    font-family: "AmsiBold", sans-serif;
}

@media (max-width: 1024px) {
  #frequentquestions {
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media (max-width: 576px) {
  .frecuentes-title {
    font-size: 1.8rem;
  }

  .frequenceanswer-index-wrap {
    .faq-warning {
      max-width: 9rem;
      top: 3%;
      right: 2%;
    }

  }

  .frequenceanswer-index-wrap
    .frequenceanswer-index-content
    .content-body
    .content-body-wrap
    .acordion {
    margin-top: 0;
  }

  .frequenceanswer-index-wrap
    .frequenceanswer-index-content
    .content-body
    .content-body-wrap
    .acordion
    .acordion-item
    .acordion-header
    .accordion-button {
    font-size: 0.65rem;
  }

  .frequenceanswer-index-wrap
    .frequenceanswer-index-content
    .content-body
    .content-body-wrap
    .acordion
    .acordion-item
    .accordion-body
    p {
    font-size: 0.65rem;
  }

  .frequenceanswer-index-content {
    .participa-aqui-button-home {
      align-self: center !important;
    }

    .preguntas-frecuentes-container {
      position: static;
      p {
        -webkit-text-stroke: unset;
      }
    }
  }

  .frequenceanswer-index-wrap .frequenceanswer-index-content .faq-item {
    .item-1 {
      top: -15%;
      left: -12%;
      width: 6rem;
      height: 4rem;
      rotate: 25deg;
    }

    .item-2 {
      left: -5%;
      bottom: 90%;
      width: 6rem;
      height: 4rem;
      rotate: -35deg;
    }

    .item-3 {
      right: -10%;
      bottom: -12%;
      width: 6rem;
      height: 5rem;
    }

    .item-4 {
      width: 6rem;
      height: 4rem;
      right: 0;
      bottom: -22%;
    }
  }

  .register-index-wrap .faq-item {
    .item-1 {
      top: 0%;
      left: 1%;
      width: 3.5rem;
      height: 3.5rem;
    }

    .item-2 {
      left: 0%;
      top: 35%;
      width: 2rem;
      height: 2rem;
      rotate: -10deg;
    }

    .item-3 {
      left: 5%;
      bottom: -3%;
      width: 4rem;
      height: 4rem;
    }

    .item-4 {
      width: 4rem;
      height: 4rem;
      right: 2%;
      top: 5%;
    }

    .item-5 {
      width: 2rem;
      height: 2rem;
      right: 2%;
      bottom: 20%;
    }

    .item-6 {
      width: 3.5rem;
      height: 3.5rem;
      bottom: -2%;
      right: -2%;
    }
  }
}

@media (max-width: 360px) {
  .frecuentes-title {
    font-size: 1.2rem;
  }
}

/** REGISTER **/

#registerForm {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 96px;
  min-height: calc(100dvh - 156px);
}

.register-title {
  color: var(--color-ping);
  text-decoration: none;
  font-size: 3rem;
  text-transform: uppercase;
  rotate: -3deg;/*
  font-family: "FjallaOne", sans-serif;*/
}

.form-check-input:checked {
  background-color: var(--color-ping);
}

#modal-register-succes {
  .modal-dialog {
    .modal-content
{
    background-image: url(../img/pilfrut/fondo_modal.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
  }
}

#img-ref-lote,
#img-ref-img,
#img-loser,
#img-winner-400,
#img-winner-30000,
#img-winner-tech {
  .faq-warning {
    position: absolute;
    top: 12%;
    right: 2%;
    width: 12rem;
  }
  .modal-dialog {
    .modal-content
{
    
    /*background: linear-gradient(283deg, #FDCD00 -2.51%, #F5AA00 97.18%);*/
    background-image:url(../img/pilfrut/fondo_modal.webp);
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
  /*  img {
        width: 100%;
        scale: 1.3;
      }*/
    }
  }
}

@media (max-width: 576px) {
  #img-ref-lote,
  #img-ref-img,
  #img-loser,
  #img-winner-400,
  #img-winner-30000,
  #img-winner-tech {
    .modal-dialog {
      .modal-content {
        img {
          scale: 1;
        }
      }
    }

    button {
      top: 8.5vh;
      right: 2rem;
    }
  }
}

#modal-register-winner {
  .modal-dialog {
    .modal-content {
   
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      background-color: #fec207;

      .participa-aqui-button-home {
        background: var(--color-ping);
        color: var(--bg-yellow);
      }
    }
  }
}

@media (max-width: 1024px) {
  #registerForm {
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media (max-width: 768px) {
  .register-title {
    font-size: 2.2rem;
  }

  footer .container{
      flex-direction:column;
      gap:1rem;
  }
    .premios_quincenales, .premios_diarios {
        border-radius:24px;
        padding-block:2rem;
        width:100%;
        background-color: rgba(235, 105, 1, .7);
    }

        .premios_diarios .background-blend {
            display: none;
        }
    .premios_quincenales .background-blend {
        display: none;
    }
        .premios_quincenales .wrapper-premios{
        align-items:center;
    }

    .premios_quincenales .wrapper-premios .box .box-image img {
        max-width: 150px;
        max-height: 200px;
    }

  .modal-content .content-header {
    /*padding-top: 14vh !important;*/   
    width: 100%;
  }
}

@media (max-width: 576px) {
  .register-title {
    font-size: 1.8rem;
  }
}

@media (max-width: 360px) {
}

/*FOORTER*/

.social-media-item {
  color: var(--bg-yellow);
  background: var(--bg-white);
  border-radius: 50%;
  padding: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.social-media-item svg {
  height: 30px;
}

@media (max-width: 1024px) {
  .social-media-item {
    padding: 0.4rem;
  }

  .social-media-item svg {
    height: 25px;
  }
}

@media (max-width: 768px) {
  .social-media-item {
    padding: 0.3rem;
  }

  .social-media-item svg {
    height: 20px;
  }

  .registersuccessful-index-wrap .registersuccessful-index-content .buttons a {
    font-size: 1rem;
  }

  .register-index-wrap
    .register-index-content
    .content-body
    .content-body-wrap
    .form-wrap
    .row-input-check
    label {
    font-size: 8px;
  }

  .register-index-wrap
    .register-index-content
    .content-body
    .content-body-wrap
    .form-wrap
    .row-input-check
    label
    a {
    font-size: 8px;
  }

  .register-index-wrap
    .register-index-content
    .content-body
    .content-body-wrap
    .form-wrap
    .row-input-check
    input {
    height: 12px;
    width: 12px;
  }
}

@media (max-width: 576px) {
  .confirmacion img {
    width: 10rem;
  }

  #modal-register-succes .content-header {
    padding-bottom: 0 !important;
  }

  #modal-register-succes .body-modal-register {
    padding-top: 0 !important;
  }

  #home {
     height: 100%; 
  }
}

@media (max-width: 360px) {
  .social-media-item {
    padding: 0.2rem;
  }

  .social-media-item svg {
    height: 15px;
  }

  .valid-age-buttons {
    /*padding-top: 2rem  !important;*/
  }

  .valid-age-content {
    line-height: 1.3;
  }

  #home {
    height: 40rem;
  }
}

.backgroud-amaras {
  background-image: var(--bg-home-register);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: relative;
  width: 100%;
  height: auto;
}

@media (max-width: 1024px) {
  .backgroud-amaras {
    background-repeat: no-repeat;
    background-size: cover;
  }
}

/*MODALS*/

.fondo-modal-referencias {

}

.btn-close-modal {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  border-radius: 100%;
  border: 4px solid var(--color-ping);
  padding: 8px;
  opacity: 1;
  width: 3rem;
  height: 3rem;
  background: url(../files/close-blue.svg) no-repeat center;
}

/*IMAGEN DE LOS PRODUCTOS*/

.img-ref-container {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-image: url(../img/pilfrut/fondo_modal.webp);
    background-position: center;
    background-size: cover;
}

.img-ref {
  /* width: 15rem; */
  height: 25rem;
}

/*IMAGEN LOTE DEL PRODUCTO*/
.lote-ref-container {
  flex-direction: column;
}

.text-lote-ref {
  font-size: 1.5rem;
  text-align: center;
  font-family: "FjallaOne", sans-serif;
  font-weight: 700;
  color: var(--color-ping);
}

.img-ref-content {
  position: relative;
  display: inline-block;
}

.img-ref-content::after {
  /* content: "NSOC60159-23PE";
  position: absolute;
  bottom: 125px;
  left: 50%;
  transform: translateX(100%) rotate(83deg);
  color: #40634b;
  font-size: 8px; */
}

.img-ref-content::before {
  /* content: "NSOC60159-23PE";
  position: absolute;
  bottom: 167px;
  left: 50%;
  transform: translateX(-195%) rotate(285deg);
  color: #40634b;
  font-size: 8px; */
}

.img-lote {
  width: 20rem;
}

@media (max-width: 576px) {
  .img-lote {
    width: 15rem;
  }

  .text-lote-ref {
    font-size: 1.2rem;
  }

  .lote-ref-container {
    gap: 1rem;
  }

  footer small {
    font-size: 8px;
  }
}

.puedes-ganar {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.puedes-ganar-title {
  font-size: 2rem;
  font-weight: 900;
  color: var(--color-ping);
  text-align: center;
}

.puedes-ganar-container {
  display: flex;
  gap: 1rem;
  align-items: stretch;
  flex-direction: row;
  justify-content: center;
}

.puedes-ganar-premio {
  position: relative;
  display: flex;
  gap: 1rem;
}

.puedes-ganar-premio-circle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.puedes-ganar-premio-circle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  background-color: white;
  border: 3px solid var(--color-ping);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.puedes-ganar-premio-text-container {
  line-height: 1;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.puedes-ganar-premio-img {
  width: 5rem;
  position: relative;
  z-index: 2;
}

.puedes-ganar-premio-text-1 {
  font-size: 2.5rem;
  font-weight: 900;
  color: var(--color-ping-dark);
  text-align: center;
}

.puedes-ganar-premio-text-2 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-ping-dark);
  text-align: center;
}

.puedes-ganar-premio:nth-child(1),
.puedes-ganar-premio:nth-child(2),
.puedes-ganar-premio:nth-child(3) {
  border-right: 3px solid var(--color-ping);
  padding-right: 2rem;
}

@media (max-width: 1024px) {
  .puedes-ganar-premio:nth-child(1),
  .puedes-ganar-premio:nth-child(2),
  .puedes-ganar-premio:nth-child(3) {
    padding-right: 1rem;
  }

  .puedes-ganar-premio {
    gap: 0.5rem;
  }
}

@media (max-width: 768px) {
  .puedes-ganar-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }

  .puedes-ganar-premio {
    border-right: none !important;
    align-items: center;
    justify-content: stretch;
  }

  .puedes-ganar-premio:nth-child(odd) {
    border-right: 3px solid var(--color-ping) !important;
  }
}

@media (max-width: 576px) {
  .puedes-ganar-title {
    font-size: 1.5rem;
  }

  .puedes-ganar-premio {
    gap: 0;
  }

  .puedes-ganar-premio-text-1 {
    font-size: 1.5rem;
  }

  .puedes-ganar-premio-text-2 {
    font-size: 0.7rem;
  }
}

.productos-participantes {
  display: flex;
  flex-direction: column;
  padding-top: 3rem;
  position: relative;
  gap: 3rem;
  justify-content: center;
  align-items: center;
  height: 80dvh;
}

.doble-participacion-img {
  width: 18rem;
  height: auto;
  position: absolute;
  z-index: 999;
  top: 12%;
  left: 0;
}

.productos-participantes-title {
  font-size: 2rem;
  font-weight: 900;
  color: var(--color-ping);
}

.swiper-container-participantes {
  width: 100%;
  height: 35rem;
  position: relative;
  display: flex;
  align-items: center;
}

.swiper {
  width: 40rem;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.swiper-slide {
  align-self: center;
  height: 100%;
}

.swiper-slide img {
  height: auto;
  display: block;
  align-self: center;
}

.img-paticipante-6 {
  width: 32rem !important;
}

.img-paticipante-4 {
  width: 27rem !important;
}

.swiper-button-next,
.swiper-button-prev {
  width: 80px;
  height: 80px;
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
}

.swiper-pagination {
  bottom: 0 !important;
}

.swiper-pagination-bullet {
  background: transparent;
  height: 15px;
  width: 15px;
  text-align: center;
  border: 1px solid white;
  opacity: unset;
}

.swiper-pagination-bullet-active {
  background: white;
}

.swiper-slide {
  height: 23rem;
  display: flex;
  align-items: end;
  justify-content: center;
}

.swiper-wrapper {
  padding: 0 !important;
}

.swiper-button-next {

  right: -2rem;
}

.swiper-button-prev {
 
  left: -2rem;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

#corazon-doble-participacion {
  width: 40rem;
}

.doble-participacion-container {
  width: 8rem;
  left: 100%;
  bottom: 3rem;
  transform: translateX(-4rem);
}

.doble-participacion-text {
  position: relative;
  bottom: 5.5rem;
  left: 0;
  line-height: 1;
  color: white;
  font-size: 0.85rem;
  text-align: center;
  font-weight: 600;
  transform: rotate(356deg);
}

@media (max-width: 768px) {
  .swiper {
    width: 30rem;
  }

  #corazon-doble-participacion {
    width: 30rem;
  }

  .swiper-slide,
  .swiper-container-participantes {
    /*height: 20rem;*/
  }

  .swiper-slide img {
    width: 28rem;
  }

  .img-paticipante-6 {
    width: 22rem !important;
  }

  .img-paticipante-4 {
    width: 17rem !important;
  }

  .productos-participantes-title {
    font-size: 1.5rem;
  }

  .swiper-button-prev {
    left: -3rem;
  }

  .swiper-button-next {
    right: -3rem;
  }

  .swiper-pagination {
    bottom: -2rem !important;
  }

  .doble-participacion-container {
    width: 5rem;
    bottom: 0;
    transform: translateX(-3rem);
  }

  .doble-participacion-text {
    font-size: 0.6rem;
    bottom: 3.5rem;
  }
}

@media (max-width: 576px) {
  .productos-participantes-title {
    font-size: 1rem;
  }

  .swiper {
    width: 23rem;
  }

  #corazon-doble-participacion {
    width: 23rem;
  }

  .swiper-slide img {
    width: 15rem;
  }

  .img-paticipante-6 {
    width: 11rem !important;
  }

  .img-paticipante-4 {
    width: 9rem !important;
  }

  .swiper-slide,
  .swiper-container-participantes {
    /*height: 8rem;*/
  }

  .swiper-button-next {
    right: 0;
  }

  .swiper-button-prev {
    left: 0;
  }

  .productos-participantes {
    gap: 3rem;
    height: 90dvh;
  }

  .swiper-pagination {
    bottom: -2rem !important;
  }

  .swiper-button-next,
  .swiper-button-prev {
    height: 35px;
    width: 35px;
  }

  .doble-participacion-img {
    width: 10rem;
    top: 30%;
    left: 5%;
  }

  .doble-participacion-container {
    transform: translateX(-5rem);
    width: 4rem;
  }

  .doble-participacion-text {
    font-size: 0.5rem;
    bottom: 2.9rem;
  }
}

@media (max-width: 375px) {
  .swiper {
    width: 20rem;
  }

  #corazon-doble-participacion {
    width: 20rem;
  }

  .swiper-slide img {
    width: 13rem;
  }

  .participa-aqui-button-home {
    font-size: 1.2rem;
  }
}

/*ANIMATIONS*/

@keyframes move {
  50% {
    transform: translateY(-1rem);
  }
}

@keyframes scaleUp {
  0% {
    transform: scale(0.9);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(0.9);
  }
}

.movingY {
  animation: move 3s linear infinite;
}

.scalingUp {
  animation: scaleUp 2s linear infinite;
}

input.form-control::placeholder {
  font-weight: 100;
  color: black;
  opacity: 1;
}

.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: var(--color-ping);
  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;
}

.cookie-check-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.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;
}

@media (max-width: 1024px) {
  .cookie-check-container {
    gap: 1rem;
  }
}

@media (max-width: 768px) {
  .text-cookie-1 {
    font-size: 1rem;
  }

  .text-cookie-2 {
    font-size: 0.95rem;
    line-height: 1.3;
  }

  .container-cookie {
    gap: 1rem;
    flex-direction: column;
  }

  .cookie-check-container p {
    font-size: 1rem;
  }

  .img-cookie {
    height: 2rem;
    position: absolute;
    top: 0.5rem;
    transform: translateX(-30px);
  }
}

#defaultCheck1-error,
#defaultCheck2-error,
#defaultCheck3-error {
  display: none !important;
}

input.form-check-input.is-invalid {
  & + #defaultCheck1-error,
  & + #defaultCheck2-error,
  & + #defaultCheck3-error {
    & + label {
      color: #dc3545;
      a {
        color: #dc3545;
      }
    }
  }
}

#modal-winners,
#modal-login {
  background: var(--bg-home);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

  /* &::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--bg-winner);
    width: 100%;
    height: 100dvh;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  } */

  .bg-modal-winners {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100dvh;
    object-fit: contain;
  }

  .modal-dialog {
    margin-top: 10%;
    margin-bottom: 0;
  }
}

.custom-slider {
    position: relative;
    width: 90%;
    max-width: 600px;
    height: clamp(20px, 5vw, 40px);
    /*background: white;*/
    background-color: #20214D;
    /* border: 2px solid #0000ff; */
/*    border-radius: 20px;*/
    overflow: visible;
    display: flex;
    align-items: center;
    margin: 6rem 0 1rem 0;
    &::before {
    content: "01";
    position: absolute;
    left: -1.6rem;
    color: #000;
  }

  &::after {
    content: "05";
    position: absolute;
    right: -1.6rem;
    color: #000;
  }

.progress-bar {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #FFED21;
    /*border-radius: 20px 0 0 20px;*/
    z-index: 1;
    width: 0%;
    overflow: visible;
    transition: 0.7s;
}

  .label {
    position: relative;
    z-index: 2;
    color: #000;
    font-weight: bold;
    margin-right: 2rem;
    pointer-events: none;
    text-align: right;
  }

.emoji {
    position: absolute;
    z-index: 2;
    font-size: clamp(1rem, 3vw, 1.6rem);
    pointer-events: none;
    scale: 2;
    right: -0.8rem;
    background-image: url(../img/pilfrut/abeja_racha.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height:2rem;
    width: 1.8rem;

}

  .range-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
  }
}

.login-content {
  .preguntas-frecuentes-container {
    position: static;
    width: clamp(355px, 90vw, 640px);

    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;

    p {
      font-size: clamp(1.2rem, 12vw, 3.5rem);
      text-align: center;
      scale: 0.7 1;
      line-height: 1;
      margin-bottom:1rem;
      -webkit-text-stroke: 2px #2a6088;
    }
  }

.login-body {
    display: none;
    background: linear-gradient(283deg, #FDCD00 -2.51%, #EB6901 97.18%);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
    .form-wrap {
      button {
        border: 0;
      }
      .row-input {
        font-size: 0.8rem;

        input {
          color: black;

          font-size: 0.8rem !important;
          font-weight: 100;

          &::placeholder {
            color: black;
          }
        }
      }

      .custom-slider {
        margin: 1rem 0;
        /*border: 2px solid #fff;*/
        .progress-bar
{
    background-color: #FFED21;
    border-radius: 0;
}
      }
    }
  }
}

#modal-promotion,
#img-ref-lote {
  z-index: 9999;
  .modal-content
{
    background: linear-gradient(283deg, #FDCD00 -2.51%, #F5AA00 97.18%);
    .content-header {
      padding: 0 !important;
    }
  }
}

.thanks-container {
  a {
    bottom: 10%;
    right: 0;
    left: 0;
    place-self: center;
    background: var(--color-ping);
    color: white;
    font-size: clamp(0.5rem, 4vw, 1.4rem);
  }

  .btn-close-modal {
    top: 8%;
    right: 10%;
  }

  .radio-group {
    display: flex;
    gap: 20px;
    padding: 20px;
    justify-content: center;
    position: absolute;
    bottom: 36.5%;
    left: 0;
    right: 0;
  }

  .radio-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    background: white;
    border-radius: 8px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-weight: bold;
    padding-right: 1.2rem;
    color: var(--color-ping);
    transition: all 0.3s ease;
  }

  .radio-wrapper input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    border: 1px solid var(--color-ping);
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
    background-color: white;
    scale: 1.6;
  }

  .radio-wrapper input[type="radio"]:checked::before {
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    width: 1rem;
    height: 1rem;
    background-color: #0055ff;
    border-radius: 50%;
  }

  .radio-wrapper input[type="radio"]:checked + span {
    color: #0055ff;
  }

  .radio-wrapper span {
    font-size: 14px;
    scale: 0.8 1;
    margin-left: 0.3rem;
  }
}

@media (max-width: 768px) {
  .thanks-container {
    #btn-winner-tech {
      top: 5%;
      right: 8%;
    }

    .radio-group {
      flex-flow: column wrap;
      bottom: 30%;
      padding: 6px 30vw;
      scale: 0.8;
    }
  }
}

/*Iphone SE*/
@media (max-width: 375px) and (max-height: 667px) {
    .frequenceanswer-index-wrap {
        height: 120dvh;
    }
}

