/*@font-face {
    font-family: 'ChangAnunitype-Regular';
    src: url('fonts/ChangAnunitype-Regular.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'ChangAnunitype-Bold';
    src: url('fonts/ChangAnunitype-Bold.ttf');
    font-display: swap;
}*/
@font-face {
  font-family: 'ChangAnunitype-Regular';
  font-weight: 400;
  font-style: normal;
  src: url('fonts/ChangAnunitype-Regular.woff2') format('woff2'), url('fonts/ChangAnunitype-Regular.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'ChangAnunitype-Bold';
  font-weight: 700;
  font-style: bold;
  src: url('fonts/ChangAnunitype-Bold.woff2') format('woff2'), url('fonts/ChangAnunitype-Bold.woff') format('woff');
  font-display: swap;
}
p {
  font-family: 'ChangAnunitype-Regular', Arial, sans-serif;
}
.marquee-container {
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}
.marquee-track {
  display: flex;
  width: max-content;
  animation: scroll-left 20s linear infinite;
}
.marquee-content {
  display: flex;
  white-space: nowrap;
}
.titulopeq {
  font-family: 'ChangAnunitype-Regular';
  font-size: 18px;
  color: #FFFFFF;
  padding-bottom: 30px;
}
.textofinal {
  font-family: 'ChangAnunitype-Regular';
  font-size: 23px;
  color: #0D131F;
  display: block;
  margin-bottom: 50px;
  text-align: right;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.boton2 {
  background-color: aliceblue;
  border-radius: 13px;
  text-decoration: none;
  color: #1B1139;
  font-family: 'ChangAnunitype-Regular';
  font-size: 18px;
  padding: 16px;
}
.botonhom {
  background-color: aliceblue;
  border-radius: 13px;
  text-decoration: none;
  color: #1B1139;
  font-family: 'ChangAnunitype-Bold';
  font-size: 18px;
  width: 250px;
  height: 52px;
  line-height: 52px;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}
.bazul {
  background-color: #0043DE;
  border-radius: 13px;
  text-decoration: none;
  color: #FFFFFF;
  font-family: 'ChangAnunitype-Bold';
  font-size: 18px;
  width: 250px;
  height: 52px;
  line-height: 52px;
  position: relative;
  display: inline-block;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 15px;
}
.bnegro {
  background-color: #0D131F;
  border-radius: 13px;
  text-decoration: none;
  color: #FFFFFF;
  font-family: 'ChangAnunitype-Bold';
  font-size: 18px;
  width: 250px;
  height: 52px;
  line-height: 52px;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}
.seccion1 {
  position: relative;
  height: 100vh;
  background-size: cover;
  background-position: center;
  text-align: center;
  overflow: hidden;
}
.seccion1 .boton {
  position: absolute;
  top: 30px;
  right: 40px;
  z-index: 10;
  background-color: #fff;
  border-radius: 8px;
  text-decoration: none;
  color: #606B74;
  font-family: 'ChangAnunitype-Regular';
  font-size: 12px;
  height: 34px;
  width: 90px;
  line-height: 34px;
}
.seccion1 .boton:hover {
  background-color: #606B74;
  color: #FFFFFF;
}
.seccion1 .container {
  position: relative;
  bottom: -60px;
  z-index: 3;
}
.seccion1 .container .logo {
  margin-bottom: 50px;
}
.seccion1 .container .titulo1 {
  font-family: 'ChangAnunitype-Regular';
  font-size: 42px;
  color: #F0F2F5;
  text-align: center;
  display: block;
  margin-bottom: 0;
}
.seccion1 .container .titulo2 {
  font-family: 'ChangAnunitype-Bold';
  font-size: 75px;
  color: #FFFFFF;
  display: block;
  text-align: center;
  line-height: 85px;
  margin-bottom: 30px;
}
.seccion1 .img {
  position: absolute;
  width: 68%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.seccion1 .img.espacio {
  bottom: -180px;
}
.seccion1 .img.espacio1 {
  bottom: -90px;
}
.seccion1 .imgene {
  position: absolute;
  width: 68%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.seccion2 {
  background-color: #0043DE;
}
.seccion2 .container-fluid {
  padding: 0;
}
.seccion2 .container-fluid .rectangle {
  text-align: center;
  padding: 0;
}
.seccion2 .container-fluid .rectangle .marquee-container {
  transition: 1s;
}
.seccion2 .container-fluid .rectangle .marquee-container .marquee-track {
  padding: 10px 0;
}
.seccion2 .container-fluid .rectangle .marquee-container .marquee-track div {
  font-family: 'ChangAnunitype-Regular';
  font-size: 15px;
  line-height: 96%;
  letter-spacing: 0%;
  color: #fff;
  margin-right: 0px;
}
.seccion2 .container-fluid .rectangle .marquee-container .marquee-track .marquee-content div {
  margin-right: 60px;
}
.seccion3 {
  position: relative;
  height: fit-content;
  text-align: center;
  padding-top: 130px;
  padding-bottom: 200px;
  background-image: url('../imagenes/s3/azul1.webp');
  background-size: cover;
  background-position: center;
}
.seccion3 .container .texto1 {
  font-family: 'ChangAnunitype-Regular';
  color: #FFFFFF;
  font-size: 38px;
  line-height: 44px;
  text-align: center;
  margin-bottom: 20px;
}
.seccion3 .container .texto2 {
  font-family: 'ChangAnunitype-Bold';
  color: #FFFFFF;
  font-size: 63px;
  line-height: 90px;
  text-align: center;
  margin-bottom: 20px;
}
.seccion3 .container .texto3 {
  font-family: 'ChangAnunitype-Regular';
  color: #FFFFFF;
  font-size: 38px;
  line-height: 55px;
  text-align: center;
  margin-bottom: 70px;
}
.seccion3 .container .boton2 {
  margin-bottom: 70px;
  display: inline-block;
}
.seccion3 .container .row .slick-slide,
.seccion3 .container .slick-carousel-cards .slick-slide {
  padding: 0 15px;
}
.seccion3 .container .row .slick-slide img,
.seccion3 .container .slick-carousel-cards .slick-slide img {
  width: fit-content;
}
.seccion3 .container .row .cd-1,
.seccion3 .container .slick-carousel-cards .cd-1 {
  width: 100%;
  height: 310px;
  padding: 30px;
  background-color: #0D131F;
  border-radius: 10px;
  text-align: left;
  margin: 0 15px;
}
.seccion3 .container .row .cd-1 .texto4,
.seccion3 .container .slick-carousel-cards .cd-1 .texto4 {
  font-family: 'ChangAnunitype-Bold';
  font-size: 82px;
  line-height: 82px;
  color: #0043DE;
}
.seccion3 .container .row .cd-1 .texto5,
.seccion3 .container .slick-carousel-cards .cd-1 .texto5 {
  font-family: 'ChangAnunitype-Bold';
  font-size: 20px;
  line-height: 23px;
  color: #ffffff;
  text-align: left;
}
.seccion3 .container .row .cd-1 .texto6,
.seccion3 .container .slick-carousel-cards .cd-1 .texto6 {
  font-family: 'ChangAnunitype-Regular';
  font-size: 15px;
  line-height: 17px;
  color: #ffffff;
  text-align: left;
}
.seccion3 .img2 {
  position: absolute;
  right: 0;
  bottom: -110px;
  width: 85%;
  z-index: 2;
}
body {
  overflow-x: hidden;
}
.seccion4 {
  padding-top: 180px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow-x: clip;
}
.seccion4 .premios {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 300px;
}
.seccion4 .premios.tarjeta {
  top: -120px;
  left: -80px;
  width: 350px;
}
.seccion4 .premios.reloj {
  bottom: -430px;
  left: -100px;
  width: 400px;
}
.seccion4 .premios.iphone {
  top: 280px;
  right: -250px;
  width: 600px;
}
.seccion4 .container-fluid {
  position: relative;
}
.seccion4 .container-fluid .s2 .btn {
  background-color: aliceblue;
  border-radius: 13px;
  text-decoration: none;
  color: #1B1139;
  font-family: 'ChangAnunitype-Regular';
  font-size: 38px;
  padding: 16px;
  width: 638px;
  display: block;
  margin: auto;
  margin-bottom: 50px;
}
.seccion4 .container-fluid .s2 .texto {
  font-family: 'ChangAnunitype-Regular';
  font-size: 33px;
  text-align: center;
  color: #F0F2F5;
}
.seccion4 .container-fluid .s2 .ultimo {
  margin-bottom: 60px;
}
.seccion4 .container-fluid .s2 .texto2 {
  font-family: 'ChangAnunitype-Regular';
  font-size: 19px;
  text-align: center;
  color: #5179EF;
}
.seccion5 {
  position: relative;
  height: 100vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.seccion5 .container .row .contenido .texto1 {
  font-family: 'ChangAnunitype-Regular';
  font-size: 39px;
  line-height: 39px;
  text-align: left;
  color: #F0F2F5;
}
.seccion5 .container .row .contenido .texto2 {
  font-family: 'ChangAnunitype-Regular';
  font-size: 23px;
  text-align: left;
  color: #F0F2F5;
  display: block;
  margin-bottom: 50px;
}
.seccion5 .container .row .contenido .boton3 {
  background-color: #FFFFFF;
  border-radius: 6px;
  text-decoration: none;
  color: #606B74;
  font-family: 'ChangAnunitype-Regular';
  font-size: 17px;
  display: block;
  width: 270px;
  height: 45px;
  line-height: 45px;
  margin-bottom: 30px;
}
.seccion5 .container .row .contenido .boton3:hover {
  background-color: #606B74;
  color: #FFFFFF;
}
.seccion5 .container .row .contenido .boton4 {
  background-color: #0043DE;
  border-radius: 6px;
  text-decoration: none;
  color: #FFFFFF;
  font-family: 'ChangAnunitype-Regular';
  font-size: 17px;
  display: block;
  width: 270px;
  height: 45px;
  line-height: 45px;
  margin-bottom: 30px;
}
.seccion5 .container .row .contenido .boton4:hover {
  background-color: #606B74;
  color: #FFFFFF;
}
.seccion5 .container .row .contenido .boton5 {
  background-color: #182548;
  border-radius: 6px;
  text-decoration: none;
  color: #FFFFFF;
  font-family: 'ChangAnunitype-Regular';
  font-size: 17px;
  display: block;
  width: 270px;
  height: 45px;
  line-height: 45px;
  margin-bottom: 20px;
}
.seccion5 .container .row .contenido .boton5:hover {
  background-color: #606B74;
  color: #FFFFFF;
}
.seccion5.generica .container .row .contenido .texto1 img {
  display: block;
  margin-left: auto;
}
.seccion5.generica .container .row .contenido .texto2 img {
  display: block;
  margin-left: auto;
}
.seccion5.generica .container .row .contenido .boton3 {
  margin-left: auto;
}
.seccion5.generica .container .row .contenido .boton4 {
  margin-left: auto;
}
.seccion5.generica .container .row .contenido .boton5 {
  margin-left: auto;
}
.seccion5.c .container .row .contenido .texto1 {
  margin-left: auto;
  display: block;
  width: fit-content;
}
.seccion5.c .container .row .contenido .texto1.moviles {
  display: none;
}
.seccion5.c .container .row .contenido .texto2 {
  text-align: right;
}
.seccion5.c .container .row .contenido .boton3 {
  margin-left: auto;
}
.seccion5.c .container .row .contenido .boton4 {
  margin-left: auto;
}
.seccion5.c .container .row .contenido .boton5 {
  margin-left: auto;
}
.tablets {
  display: none;
}
.tablets-chicas {
  display: none;
}
.moviles {
  display: none;
}
@media all and (max-width: 1399px) {
  .seccion3 .img2 {
    width: 1200px;
  }
  .seccion3 .container {
    max-width: 1280px;
  }
}
@media all and (max-width: 1299px) {
  .seccion3 .img2 {
    width: 95%;
  }
  .seccion3 .container {
    max-width: 100%;
  }
  .seccion4 {
    padding: 250px 0;
  }
  .seccion4 .premios {
    width: 250px;
  }
}
@media all and (max-width: 1199px) {
  .tablets {
    display: block;
  }
  .seccion1 {
    height: 50vh;
  }
  .seccion1 .img.espacio {
    bottom: -80px;
  }
  .seccion3 {
    padding-bottom: 100px;
  }
  .seccion3 .container .row {
    width: 100%;
    margin: auto;
  }
  .seccion3 .container .row .col-lg-3 {
    width: 50%;
    margin-bottom: 30px;
  }
  .seccion4 {
    padding: 200px 0;
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .seccion4 .premios {
    width: 200px;
  }
  .seccion4 .premios.tarjeta {
    top: -340px;
  }
  .seccion4 .premios.reloj {
    bottom: -200px;
  }
  .seccion4 .premios.iphone {
    top: 80px;
  }
  .seccion4 .container-fluid {
    top: 0;
  }
  .seccion5 .container .row .contenido .texto1 img {
    display: block;
    margin-left: auto;
  }
  .seccion5 .container .row .contenido .texto2 img {
    display: block;
    margin-left: auto;
  }
  .seccion5 .container .row .contenido .boton2 {
    margin-left: auto;
    display: block;
  }
  .seccion5 .container .row .contenido .boton3 {
    margin-left: auto;
    display: block;
  }
  .seccion5 .container .row .contenido .boton4 {
    margin-left: auto;
    display: block;
  }
  .seccion5 .container .row .contenido .boton5 {
    margin-left: auto;
    display: block;
  }
}
@media all and (max-width: 768px) {
  .pc {
    display: none;
  }
  .tablets-chicas {
    display: block;
  }
  .seccion1 {
    height: 70vh;
  }
  .seccion1 .img {
    width: 90%;
  }
  .seccion3 .container .row {
    width: 100%;
  }
  .seccion4 .premios {
    position: absolute;
    top: inherit;
    bottom: inherit;
    margin-top: inherit;
    margin-bottom: inherit;
    width: initial;
  }
  .seccion4 .premios.reloj {
    left: -150px;
    bottom: -120px;
    z-index: 3;
  }
  .seccion4 .premios.iphone {
    top: 150px;
    right: -150px;
    width: 330px;
  }
  .seccion4 .premios.tarjeta {
    width: 220px;
    left: inherit;
    right: -90px;
    top: inherit;
    bottom: 50px;
  }
  .seccion4 .container-fluid {
    position: relative;
    z-index: 2;
  }
  .seccion4 .container-fluid .s2 .penultimo {
    line-height: 35px;
  }
  .seccion4 .container-fluid .s2 .ultimo {
    margin-bottom: 30px;
  }
  .seccion5 {
    position: relative;
  }
  .seccion5 .premios {
    position: absolute;
  }
  .seccion5 .premios.reloj {
    left: -90px;
    top: -250px;
    width: 300px;
  }
  .seccion5 .container .row .contenido .texto1.moviles {
    display: block !important;
  }
  .seccion5 .container .row .contenido .textofinal.generico {
    color: #fff;
  }
}
@media all and (max-width: 639px) {
  .pc {
    display: none !important;
  }
  .pc2 {
    display: none !important;
  }
  .moviles {
    display: block;
  }
  .texto-imagen {
    width: 100%;
  }
  .seccion1 {
    height: 720px;
    padding-top: 20px;
  }
  .seccion1 .boton {
    display: none;
  }
  .seccion1 .titulo1 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
  .seccion1 .img {
    width: 100%;
  }
  .seccion1 .imgene {
    width: 100%;
    bottom: 10px;
  }
  .seccion1 .container {
    bottom: 0;
  }
  .seccion1 .container .titulo1 {
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    font-family: 'ChangAnunitype-Bold';
  }
  .seccion1 .container .titulo2 {
    font-weight: 700;
    font-size: 46.49px;
    line-height: 49.51px;
    text-align: center;
  }
  .seccion1 .container .boton2 {
    font-weight: 700;
    font-size: 14.86px;
    line-height: 100%;
    text-align: center;
  }
  .seccion1.c .img {
    width: 93%;
  }
  .seccion3 {
    height: fit-content;
    padding: 50px 0;
    padding-bottom: 150px;
    overflow: hidden;
  }
  .seccion3 .container .texto1 {
    font-weight: 400;
    font-size: 18.2px;
    line-height: 21.08px;
    text-align: center;
  }
  .seccion3 .container .texto2 {
    font-weight: 700;
    font-size: 38.13px;
    line-height: 35.57px;
    text-align: center;
    text-transform: capitalize;
  }
  .seccion3 .container .texto3 {
    font-weight: 400;
    font-size: 18.2px;
    line-height: 21.1px;
    text-align: center;
    margin-bottom: 30px;
  }
  .seccion3 .container .boton2 {
    font-weight: 700;
    font-size: 15.5px;
    line-height: 100%;
    text-align: center;
  }
  .seccion3 .container .row .slick-slide,
  .seccion3 .container .slick-carousel-cards .slick-slide {
    padding: 0 5px;
  }
  .seccion3 .container .row .slick-slide img,
  .seccion3 .container .slick-carousel-cards .slick-slide img {
    width: fit-content;
  }
  .seccion3 .container .row .col-lg-3,
  .seccion3 .container .slick-carousel-cards .col-lg-3 {
    width: 100%;
  }
  .seccion3 .container .row .cd-1 .texto4,
  .seccion3 .container .slick-carousel-cards .cd-1 .texto4 {
    font-size: 74.36px;
    text-transform: uppercase;
  }
  .seccion3 .container .row .cd-1 .texto5,
  .seccion3 .container .slick-carousel-cards .cd-1 .texto5 {
    font-size: 17.63px;
    line-height: 20.15px;
    text-transform: uppercase;
  }
  .seccion3 .container .row .cd-1 .texto6,
  .seccion3 .container .slick-carousel-cards .cd-1 .texto6 {
    font-size: 13.12px;
    line-height: 15px;
  }
  .seccion3 .container .row .cd-1 .tx,
  .seccion3 .container .slick-carousel-cards .cd-1 .tx {
    width: initial !important;
  }
  .seccion3 .img2 {
    bottom: -20px;
    width: 95%;
  }
  .seccion4 {
    padding-bottom: 0px;
    overflow: visible;
  }
  .seccion4 .premios {
    /*&.tarjeta{
                left: 0;
                top: 70px;
            }*/
  }
  .seccion4 .premios.tarjeta {
    right: -75px;
    top: inherit;
    bottom: -110px;
    width: 180px;
  }
  .seccion4 .premios.iphone {
    top: -10px;
    width: 280px;
  }
  .seccion4 .container-fluid .s2 .btn {
    width: 100%;
    font-size: 21.09px;
  }
  .seccion4 .container-fluid .s2 .texto {
    font-size: 18px;
  }
  .seccion4 .container-fluid .s2 .penultimo {
    line-height: 21px;
  }
  .seccion4 .container-fluid .s2 .texto2 {
    font-size: 13px;
  }
  .seccion5 {
    background-image: url('../imagenes/s5/fondo-a2.jpg') !important;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    height: fit-content;
    padding-bottom: 50px;
    padding-top: 310px;
    position: relative;
  }
  .seccion5.b2 {
    background-image: url('../imagenes/b/fondo-b2.jpg') !important;
  }
  .seccion5.generica {
    background-image: url('../imagenes/fondo-moviles.jpg') !important;
  }
  .seccion5 .textofinal.generico {
    text-align: center !important;
    color: #fff;
  }
  .seccion5.c {
    background-image: url('../imagenes/c/fondo-c2.png') !important;
  }
  .seccion5.c .premios.reloj {
    width: 220px;
  }
  .seccion5.c .container .row .contenido .texto1 {
    text-align: center;
    margin: auto;
    width: 100%;
  }
  .seccion5.c .container .row .contenido .texto1 .texto-imagen {
    width: 100% !important;
  }
  .seccion5.c .container .row .contenido .texto1.moviles {
    display: block;
  }
  .seccion5.c .container .row .contenido .texto2 {
    text-align: center;
  }
  .seccion5 .premios.reloj {
    width: 230px;
    left: -70px;
    top: -210px;
  }
  .seccion5 .texto-imagen {
    width: initial !important;
  }
  .seccion5 .container .row .contenido {
    text-align: center;
  }
  .seccion5 .container .row .contenido br {
    display: none;
  }
  .seccion5 .container .row .contenido .texto1 {
    text-align: center;
    font-weight: 400;
    font-size: 31.99px;
    line-height: 30.24px;
    text-transform: uppercase;
  }
  .seccion5 .container .row .contenido .texto2 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .seccion5 .container .row .contenido .texto2 {
    font-weight: 400;
    font-size: 19.67px;
    line-height: 27.24px;
    text-align: center;
    margin-bottom: 20px;
  }
  .seccion5 .container .row .contenido .boton3 {
    font-weight: 400;
    font-size: 13.33px;
    line-height: 45px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .seccion5 .container .row .contenido .boton4 {
    font-weight: 400;
    font-size: 13.33px;
    line-height: 45px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .seccion5 .container .row .contenido .boton5 {
    font-weight: 400;
    font-size: 15.5px;
    line-height: 45px;
    margin-left: auto;
    margin-right: auto;
  }
}
