section {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}
section .centrado,
section .columnas {
  max-width: 1200px;
}
section .centrado.scroll_anim > *,
section .columnas.scroll_anim > * {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  opacity: 0;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
}
section .centrado.scroll_anim > *:nth-child(2),
section .columnas.scroll_anim > *:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
section .centrado.scroll_anim > *:nth-child(3),
section .columnas.scroll_anim > *:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
section .centrado.scroll_anim > *:nth-child(4),
section .columnas.scroll_anim > *:nth-child(4) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
section .centrado.scroll_anim > *:nth-child(5),
section .columnas.scroll_anim > *:nth-child(5) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
section .centrado.scroll_anim > *:nth-child(6),
section .columnas.scroll_anim > *:nth-child(6) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
section .centrado.scroll_anim > *:nth-child(7),
section .columnas.scroll_anim > *:nth-child(7) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
section .centrado.scroll_anim > *:nth-child(8),
section .columnas.scroll_anim > *:nth-child(8) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
section .centrado.scroll_anim > *:nth-child(9),
section .columnas.scroll_anim > *:nth-child(9) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
section .centrado.scroll_anim.show > *,
section .columnas.scroll_anim.show > * {
  opacity: 1;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}
section p {
  color: #636363;
}
section p a {
  color: #636363;
}
section h1 {
  text-align: left;
}
section h2 {
  font-size: 6.8em;
  font-size: min(30px + 38 * (100vw - 320px) / 1600, 68px);
  font-weight: 500;
  margin: 0 0 0.6em;
}
section h2:before {
  display: none;
}
section h2 span:before {
  content: "/";
  display: inline-block;
  margin: 0 0.25em 0 1px;
}
section h3 {
  font-size: 5em;
  font-size: min(21px + 29 * (100vw - 320px) / 1600, 50px);
  color: #636363;
  font-weight: 500;
  margin: 0 0 1em;
}
section h3 span:before {
  content: "/";
  display: inline;
}
section h3 strong {
  font-size: 1.2em;
  font-weight: 700;
  display: block;
}
section h4 {
  font-size: 3.6em;
  font-weight: 600;
  line-height: 1.1;
  margin: 0 0 0.2em;
}
section p {
  font-size: 2.5em;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 1.8em;
}
section p a {
  text-decoration: underline;
}
section .nolink {
  text-decoration: none;
}
section .contenedor_video {
  position: relative;
  overflow: hidden;
}
section video {
  display: block;
  width: 100%;
  height: 100%;
}
section .botones {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 2em 0 0;
  margin-bottom: 8em;
}
section .botones a {
  font-weight: 700;
  color: #FFF;
  font-size: 3.6em;
  font-size: min(16px + 20 * (100vw - 320px) / 1600, 36px);
  min-width: 16em;
  padding-right: 3em;
  padding-left: 3em;
  margin-right: 0.75em;
  margin-left: 0.75em;
  border-radius: 0;
  background-color: #FFBA53;
}
section .botones a.color2 {
  background-color: #455EC6;
}
section .botones a.color3 {
  color: #455EC6;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  padding: unset;
  margin-left: 1em;
}
.no-touch section .botones a.color3:hover {
  background-color: #455EC6;
  color: #fff;
}
.no-touch section .botones a:hover {
  background-color: #000;
}
section .botones input {
  font-weight: 700;
  color: #FFF;
  font-size: 2.2em;
  min-width: 16em;
  border: none;
  border-radius: 0;
  background: #FFBA53;
  cursor: pointer;
}
.no-touch section .botones input:hover {
  color: #FFF;
  background-color: #000;
}
section .enviando .enviar {
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  pointer-events: none;
  background: url(img/loading.svg) no-repeat right center #000;
  background-size: contain;
}
section .info a {
  font-weight: 700;
  text-decoration: underline;
}
section .bloque {
  position: relative;
  margin: 0 0 10em;
}
section .ancla_container {
  position: relative;
}
section .target_ancla {
  position: absolute;
  top: -10em;
}
section .introduccion {
  position: relative;
  overflow: hidden;
}
section .introduccion img {
  width: 100%;
}
section .introduccion .imagen {
  height: 80vw;
  max-height: calc(100vh - 10em);
  min-height: 40vw;
  background: url(img/pral.jpg) no-repeat center 10%;
  background-size: cover;
}
section .introduccion .titular_txt {
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all 2s ease-out;
  transition: all 2s ease-out;
}
section .introduccion .titular_txt p {
  color: #FFF;
  text-align: center;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1.02px;
}
.show section .introduccion .titular_txt {
  opacity: 1;
}
section .introduccion .titular {
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all 2s ease-out;
  transition: all 2s ease-out;
}
.show section .introduccion .titular {
  opacity: 1;
}
section .back-color {
  color: #FFF;
  padding: 6em 0 3em;
  background-color: #FFBA53;
}
section .back-color a {
  color: #FFF;
}
section .b-1 {
  text-align: center;
  padding-bottom: 8em;
  border-bottom: 1px solid #455EC6;
}
section .b-1 img.gana_entradas {
  max-width: 90%;
  margin: 0 auto;
}
section .b-1 .centrado {
  max-width: none;
}
section .b-1 .subtitulo {
  margin-bottom: 10em;
}
section .b-1 .botones {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section .b-1 h3 {
  color: #FFBA53;
  font-weight: 600;
}
section .b-1 h3 strong {
  font-weight: 700;
}
section .b-1 h3 br {
  display: none;
}
section .b-1 h4 {
  text-transform: uppercase;
  font-size: min(28px + 50 * (100vw - 320px) / 1600, 78px);
  color: #FFBA53;
  margin: 0;
}
section .b-1 .paises {
  display: block;
  width: 80%;
  max-width: 1208px;
  margin: 0 auto 4em;
}
section .b-1 .coleccion {
  display: block;
  max-width: 100%;
  margin: 0 auto 8em;
}
section .b-1 .exclusivo {
  font-weight: 700;
  text-transform: uppercase;
}
section .como-participar {
  padding: 0;
  text-align: center;
  padding-bottom: 8em;
  margin-bottom: 0 !important;
  border-bottom: 1px solid #455EC6;
}
section .como-participar.version_pt {
  border-bottom: none;
}
section .como-participar img.titulo_bloque {
  max-width: 80%;
  margin: 0 auto;
  padding-bottom: 4em;
}
section .como-participar p {
  font-size: 3.5em;
  margin-bottom: 1.2em;
  color: #636363;
}
section .como-participar .nota {
  font-size: 2.5em;
  line-height: 1.2;
  margin: 0 0 1.2em;
  color: #636363;
}
section .pasos {
  color: #636363;
  line-height: 1.6;
  padding: 2em 0 0 1em;
}
section .pasos .num {
  display: inline-block;
  font-size: 4em;
  font-size: calc(16px + 24 * (100vw - 320px) / 1600);
  line-height: 1;
  font-weight: 700;
  margin: 0 0.3em 0 0;
}
section .pasos .num:before {
  content: "/";
  display: inline-block;
  margin: 0 0.2em 0 0;
}
section .pasos span {
  display: inline;
  font-size: 2.5em;
}
section .pasos a {
  text-decoration: underline;
}
section .pasos .fila {
  margin-bottom: 4em;
}
section .b-3 h2 {
  text-align: center;
  margin-bottom: 1.7em;
}
section .b-3 h2:before {
  display: inline-block;
  float: none;
}
section .b-4 {
  text-align: center;
  margin-bottom: 0;
}
section .b-4 h3 {
  margin-bottom: 0.5em;
}
section .b-4 .botones {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section .segmento {
  font-weight: 700;
}
.friend section .segmento {
  color: #012456;
}
.fan section .segmento {
  color: #00411A;
}
.lover section .segmento {
  color: #551B1B;
}
section .bloque-inspirate {
  padding: 0;
  margin: 0 !important;
  text-align: center;
  padding-top: 8em;
  padding-bottom: 8em;
  border-bottom: 1px solid #455EC6;
  border-bottom: none;
  background: url(img/fondo_inspirate.jpg) no-repeat center 10%;
  background-size: cover;
}
section .bloque-inspirate img.titulo_bloque {
  max-width: 80%;
  margin: 0 auto;
  padding-bottom: 4em;
}
section .bloque-inspirate p {
  color: #FFF !important;
}
section .bloque-inspirate .contenedor_slider_inspirate .carrusel {
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
  overflow: hidden;
}
section .bloque-inspirate .contenedor_slider_inspirate .carrusel .slide-contenedor {
  max-width: 90%;
  margin: 0 auto;
  overflow: hidden;
}
section .bloque-inspirate .contenedor_slider_inspirate .carrusel img {
  width: 95%;
}
section .bloque-inspirate .contenedor_slider_inspirate .carrusel .button-prev {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  cursor: pointer;
  max-width: 30px;
}
section .bloque-inspirate .contenedor_slider_inspirate .carrusel .button-prev.invisible {
  display: none;
}
section .bloque-inspirate .contenedor_slider_inspirate .carrusel .button-next {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 0;
  cursor: pointer;
  max-width: 30px;
}
section .bloque-inspirate .contenedor_slider_inspirate .carrusel .button-next.invisible {
  display: none;
}
section .bloque-postales {
  padding: 0;
  margin: 0;
  text-align: center;
  padding-top: 8em;
  padding-bottom: 8em;
  border-bottom: none;
  background: #FFBA53;
  border-top: 1px solid #455EC6;
}
section .bloque-postales img {
  width: 100%;
}
section .postales {
  padding: 0;
  margin: 0;
  padding-top: 4em;
  padding-bottom: 4em;
  border-bottom: none;
  background: #FFBA53;
}
section .postales .centrado {
  max-width: unset !important;
}
section .postales .columnas {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1%;
  margin: 0;
  max-width: unset !important;
}
section .postales img.titulo {
  width: unset;
  max-width: 80%;
  /* float: left; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-left: 4em;
}
section .postales .botones {
  margin-bottom: 4em;
  padding: 0;
}
section .postales p {
  color: #000;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.75px;
  text-align: left;
  padding-top: 2em;
  padding-left: 2em;
  padding-right: 1em;
  font-size: 2.3em;
  max-width: 80%;
}
section .postales p a {
  color: #000;
  text-decoration: none;
}
.no-touch section .postales p a:hover {
  text-decoration: underline;
}
section .postales .col-2 img {
  display: block;
  max-width: 100%;
}
section .dudas {
  padding: 8em 0 4em;
}
section .dudas img.titulo_bloque {
  max-width: 80%;
  margin: 0 auto;
  padding-bottom: 4em;
}
section .dudas a {
  text-decoration: underline;
  font-weight: 700;
}
section .dudas p {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
section .opciones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2%;
  max-width: 1410px;
  padding: 2.5em 0 0;
  margin: 0 auto 5em;
}
section .opcion {
  -ms-flex-preferred-size: 31.9%;
      flex-basis: 31.9%;
  padding-bottom: 2.5%;
}
section .opcion img {
  display: block;
  width: 100%;
}
section .selector {
  position: relative;
}
.no-touch section .selector a:hover {
  border-color: #636363;
  background: #636363;
}
.no-touch section .selector a:hover .on {
  display: block;
}
.no-touch section .selector a:hover .off {
  display: none;
}
section .selector.seleccionado::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1em solid #E0494A;
}
section .total {
  max-width: 30em;
  font-size: 2.5em;
  font-weight: 500;
  color: #636363;
  margin: 0 auto;
}
section .aceptar {
  font-size: 2em;
  font-weight: 500;
  color: #636363;
  margin: 0 0 1em 0;
}
section .aceptar input {
  display: inline-block;
  margin: 0 0.5em 0.5em 0;
}
section .aceptar a {
  text-decoration: underline;
  font-weight: 700;
}
section .error {
  color: #e6131c;
}
section .gracias {
  display: none;
}
section .gracias .txt {
  margin-bottom: 0.2em;
}
section .gracias .nombre {
  font-size: 6em;
  font-size: calc(22px + 23 * (100vw - 320px) / 1600);
  color: #636363;
  font-weight: 500;
}
section .gracias .mensaje {
  font-size: 6em;
  font-size: calc(22px + 23 * (100vw - 320px) / 1600);
  font-weight: 600;
  margin-bottom: 0.8em;
  color: #455EC6;
  text-align: center;
  font-style: normal;
  font-weight: 800;
  line-height: 88.973px;
  letter-spacing: -2.1px;
}
section .gracias .mensaje2 {
  font-size: 4.5em;
  font-size: calc(20px + 18 * (100vw - 320px) / 1600);
  color: #636363;
  font-weight: 500;
  margin-bottom: 0.8em;
}
section .gracias .seleccion {
  font-size: 4.5em;
  font-size: calc(20px + 18 * (100vw - 320px) / 1600);
  color: #FFBA53;
  font-weight: 500;
  margin-bottom: 0.5em;
}
section .gracias .recordatorio {
  font-size: 4.5em;
  font-size: calc(20px + 18 * (100vw - 320px) / 1600);
  color: #636363;
  font-weight: 500;
  margin-bottom: 1em;
}
section .gracias a {
  text-decoration: underline;
  font-weight: 600;
}
section .gracias a.btn_insta {
  margin: 0 auto;
  text-decoration: none;
}
section .gracias .opciones {
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 4em;
}
section .gracias .opcion {
  max-width: 480px;
  margin: 0 auto;
}
section .gracias .opcion .selector {
  max-width: 80%;
  margin: 0 auto 3em;
}
section .gracias .selector {
  margin-bottom: 2em;
}
section .participar {
  background: unset;
  padding: 0;
  text-align: center;
  padding-top: 8em;
  padding-bottom: 8em;
  border-bottom: 1px solid #455EC6;
  margin: 0 !important;
}
section .participar.version_pt {
  border-bottom: none;
  background: #F2F2F2;
}
section .participar img.titulo_bloque {
  max-width: 80%;
  margin: 0 auto;
  padding-bottom: 6em;
}
section .participar .centrado {
  max-width: 1560px;
}
section .participar .centrado.corto {
  max-width: 1100px;
}
section .participar .botones a {
  min-width: 11em;
  padding-right: 1.8em;
  padding-left: 1.8em;
}
section .participar .formulario h3 {
  color: #000;
  font-weight: 600;
  margin-bottom: 0.6em;
}
section .participar .formulario h3 strong {
  display: inline;
  font-size: 1em;
  color: #FFBA53;
  font-weight: 600;
}
section .participar .respuesta_ingeniosa {
  padding: 2em 0 0;
}
section .participar .respuesta_ingeniosa h3 {
  color: #636363;
  font-size: 4.5em;
  font-size: calc(22px + 28 * (100vw - 320px) / 1600);
  margin-bottom: 0;
}
section .participar .respuesta_ingeniosa h3:before {
  float: none;
  display: inline-block;
}
section .participar .respuesta_ingeniosa p {
  color: #636363;
  font-size: 3.5em;
  font-size: calc(17px + 18 * (100vw - 320px) / 1600);
  font-weight: 400;
  margin: 0 0 0.8em;
}
section .participar .respuesta_ingeniosa textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 94%;
  max-width: 1096px;
  min-height: 12em;
  font-size: 2em;
  font-family: inherit;
  border: 1px solid #b9b9b9;
  padding: 1em 3%;
  background: #FFF;
  margin: 0 auto 1.5em;
}
section .participar .respuesta_ingeniosa .nota {
  max-width: 1096px;
  font-size: 1.8em;
  margin: 0 auto 3.5em;
}
section .gracias {
  padding: 8em 0 3em;
  border-top: 1px solid #455EC6;
}
section .avisos {
  font-weight: 600;
  font-size: 2.5em;
  margin: -1em auto 2.5em;
}
section .avisos .error {
  color: #e6131c;
  display: none;
}
section .c_legal {
  text-align: left;
  padding-bottom: 2em;
  margin-bottom: 4em;
}
section .c_legal h2:before,
section .c_legal h3:before {
  display: none;
}
section .c_legal h2 {
  font-size: 3em;
  line-height: 1.2;
  font-weight: 400;
  border-bottom: 1px solid #636363;
  margin: 2.5em 0 1.2em;
}
section .c_legal li ul {
  padding-top: 1em;
  margin: 0 0 1.5em 0;
}
section .c_legal li li {
  font-size: 1em;
  list-style: disc;
}
section .c_legal ol > li {
  list-style: decimal;
  margin-left: 1.8em;
}
section .c_legal u {
  font-style: italic;
}
section .c_legal table {
  width: 100%;
}
section .c_legal table th {
  font-weight: 700;
  padding: 1em;
  background: #FFF;
}
section .total.opt-result,
section .opcion img.opt-result {
  display: none;
}
section .total.opt-result.opt-0,
section .opcion img.opt-result.opt-0 {
  display: block;
}

.bloque.fin {
  margin-bottom: 5em;
}

.t-fin {
  padding: 3em 0;
  margin-bottom: 8em;
}

@media screen and (min-width: 1920px) {
  section h2 {
    font-size: 6.8em;
  }
  section h3 {
    font-size: 5em;
  }
}
@media screen and (max-width: 880px) {
  section .postales .columnas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
    margin: 0;
  }
  section .postales img.titulo {
    margin: 0 auto;
    padding: 0;
    width: unset;
  }
  section .postales .botones {
    margin-bottom: 4em;
    padding: 0;
  }
  section .postales p {
    color: #000;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.75px;
    text-align: center;
    padding-top: 2em;
    padding-left: 0;
    padding-right: 0;
    font-size: 2.3em;
    max-width: 90%;
    margin: 0 auto;
    padding-bottom: 2em;
  }
  section .postales .col-2 img {
    display: block;
    max-width: 80%;
    margin: 0 auto;
  }
  section .botones a.color3 {
    width: 80%;
    padding: unset;
    margin: 0 auto;
    padding: 0;
    height: 49px;
  }
}
@media screen and (max-width: 720px) {
  section p {
    line-height: 1.4;
    margin-bottom: 1.5em;
  }
  section .bloque {
    margin: 0 0 7em;
  }
  section .nota {
    line-height: 1.4;
    margin-bottom: 1.6em;
  }
  section .botones {
    margin-bottom: 4em;
  }
  section .botones a,
  section .botones input {
    min-width: 12em;
  }
  section .b-1 {
    padding-bottom: 4em;
  }
  section .b-1 .subtitulo {
    margin-bottom: 5em;
  }
  section .b-1 .botones {
    padding-top: 0;
  }
  section .b-1 h3 {
    font-size: 2.6em;
    font-size: calc(17px + 9 * (100vw - 320px) / 1600);
  }
  section .b-1 h3 br {
    display: inline-block;
  }
  section .b-1 h3 strong {
    font-size: 1.6em;
  }
  section .b-1 .paises {
    width: 100%;
  }
  section .b-1 .coleccion {
    margin-bottom: 6em;
  }
  section .pasos .num {
    margin-bottom: 0.2em;
  }
  section .participar .botones a {
    min-width: 13em;
  }
  section .como-participar {
    padding: 0;
    padding-bottom: 2em;
  }
  section .como-participar p {
    font-size: 3em;
  }
  section .como-participar .nota {
    margin-top: -1.4em;
  }
  section .participar .botones {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section .participar .botones a {
    margin-bottom: 1em;
  }
  section .dudas {
    padding: 0;
    padding-top: 6em;
    padding-bottom: 6em;
  }
  section .gracias .opciones {
    margin-bottom: 0;
  }
  section .respuesta_ingeniosa textarea {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  section .bloque-inspirate .contenedor_slider_inspirate .carrusel img {
    width: 90%;
  }
}/*# sourceMappingURL=estilos.css.map */