:root {
  --white: #ffffff;
  --sky: #7AAFEB;
  --blue: #3688E3;
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body {
  margin: 0;
  overflow-x: hidden !important;
  font-family: "Montserrat", sans-serif;
}

.bold {
  font-weight: bold;
}

/* TEXT */
h2 {
  font-size: 40px;
  margin: 25px 0;
}

h3 {
  margin: 10px 0 40px;
  font-weight: bold;
}
h3.title {
  margin-top: 50px;
  color: var(--blue);
}

.title {
  color: #a8c9f1;
  font-size: 22px;
  margin: 15px 0;
  line-height: 1;
  font-weight: 700;
  padding-top: 0.5em;
  text-shadow: 0 0 40px var(--sky), 0 0 15px var(--sky);
}
@media (max-width: 767px) {
  .title {
    font-size: 30px;
    padding-bottom: 1em;
  }
}

.title-2 {
  color: #a8c9f1;
  font-size: 48px;
  margin: 10px 0;
  line-height: 1;
  font-weight: 700;
  text-shadow: 0 0 40px var(--sky), 0 0 15px var(--sky);
}

.title-3 {
  color: var(--sky);
  font-size: 30px;
  margin: 5px 0;
  font-weight: 700;
  text-shadow: 0 0 40px var(--sky), 0 0 15px var(--sky);
}

.sub-title {
  color: var(--white);
  font-weight: 700;
  font-size: 24px;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .sub-title {
    font-size: 28px;
  }
}

.sub-title-bold {
  color: var(--blue);
}
@media (max-width: 767px) {
  .sub-title-bold {
    font-size: 28px;
  }
}

.text {
  font-size: 18px;
  color: var(--white);
  font-weight: 300;
  padding-top: 50px;
}
@media (max-width: 767px) {
  .text {
    font-size: 24px;
  }
}

.text-bold {
  color: var(--blue);
  font-weight: 700;
}

.text-bold-2 {
  color: var(--blue);
  font-size: 22px;
  font-weight: 700;
  padding: 20px;
}

/* FIN TEXT */
.logo-img {
  width: 100%;
  height: auto;
  position: relative;
  padding: 18em 0em 3em 0em;
}

.pic-img {
  width: 95%;
  padding-left: 40px;
  height: auto;
  position: absolute;
}

.img-esp {
  width: 100%;
  height: auto;
}

.img-five {
  width: 90%;
  height: auto;
}
@media (max-width: 1400px) {
  .img-five {
    width: 100%;
  }
}

.sub[data-text] {
  position: relative;
}
.sub[data-text]:before {
  content: attr(data-text);
  text-decoration-skip-ink: none;
  text-decoration: underline;
  text-decoration-thickness: 9px;
  text-decoration-color: var(--gold);
  color: transparent;
  position: absolute;
  bottom: 10px;
  z-index: -1;
}

.header {
  background: url(../images/fondo-header.jpg) no-repeat center center/cover;
  height: 100%;
  width: 100%;
  /* @media (max-width: 600px) {
    max-height: 100%;
    height: auto;
    padding-bottom: 30px;
    .banner {
      padding: 0 20px;
      position: relative;
      top: 0;
      left: 0;
      transform: none;
    }
  } */
}
.header .nav {
  height: 80px;
}
.header header {
  padding: 0;
  margin: 0;
  /* 
  @media (max-width: 600px) {
    .main-nav {
      display: block !important;
      width: 100%;
    }
  } */
}
.header header .logo-nav {
  width: 150px;
  height: auto;
  padding: 0;
}
.header header .desc {
  display: none;
}
.header .banner {
  color: #fff;
  padding: 0 50px;
  top: 50%;
  display: block;
  position: absolute;
  transform: translateY(-20%);
}
.header .banner .title-01 {
  width: 100%;
}

/* BOTON SUSCRIPCION */
.btn-suscrip {
  background: #1666ba;
  background: linear-gradient(90deg, #1063bb 0%, #85b3e4 65%);
  box-shadow: 0 2px 2px 0 var(--blue), 0 2px 20px 0 var(--sky);
  border: none;
  border-radius: 12px;
  padding: 16px 80px;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  color: var(--white);
  font-weight: 700;
  margin-top: 50px;
}
@media (max-width: 1400px) {
  .btn-suscrip {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .btn-suscrip {
    font-size: 20px;
    margin-bottom: 3em;
  }
}

/* MAIN */
main {
  background-color: black;
}
main ul {
  padding: 0em 10em 0em 10em;
}
main ul li {
  color: var(--blue);
}
main ul li p {
  font-size: 16px;
  color: var(--white);
  font-weight: 300;
  padding-top: 10px;
}
main ul li .sub-title-bold {
  color: var(--blue);
}
main .one {
  padding: 0em 5em;
}
@media (max-width: 1400px) {
  main .one {
    padding: 0em 3em;
  }
}
@media (max-width: 767px) {
  main .one {
    padding: 0em 1em;
  }
}
main .one .text-bold {
  color: var(--blue);
  font-size: 26px;
  font-weight: 700;
  padding: 25px 0px;
}
main .one .box-one {
  border: var(--blue) 1px solid;
  border-radius: 10px;
  padding: 20px 30px;
  color: var(--white);
  font-size: 20px;
  font-weight: 300;
}
@media (max-width: 1400px) {
  main .one .box-one {
    font-size: 18px;
  }
}
main .one .line-one {
  width: 30em;
}
main .one-two {
  padding: 10em 5em 0em 5em;
}
@media (max-width: 767px) {
  main .one-two {
    padding: 2em 3em 0em 3em;
  }
}
main .one-two .line-one-left-right {
  width: 15em;
}
@media (max-width: 767px) {
  main .one-two .line-one-left-right {
    width: 0em;
  }
}
main .one-two .title-one {
  text-align: right;
  color: var(--sky);
  font-size: 42px;
  font-weight: 700;
  text-shadow: 0 0 10px var(--blue), 0 0 30px var(--blue);
}
main .two {
  padding: 5em 5em;
}
main .two .text-bold {
  padding: 20px 0px;
  color: var(--white);
  font-size: 20px;
  font-weight: 300;
}
main .two .btn-suscrip {
  padding: 12px 200px;
}
@media (max-width: 1400px) {
  main .two .btn-suscrip {
    padding: 10px 150px;
  }
}
@media (max-width: 767px) {
  main .two .btn-suscrip {
    padding: 15px 80px;
    font-size: 20px;
  }
}
main .tree-two {
  padding: 0em 5em;
  margin: 10px 0px;
}
@media (max-width: 767px) {
  main .tree-two {
    padding: 0em 3em;
  }
}
main .tree-two .line-tree-left-right {
  width: 15em;
}
@media (max-width: 767px) {
  main .tree-two .line-tree-left-right {
    width: 0em;
  }
}
main .tree-two .title-tree {
  text-align: right;
  color: var(--sky);
  font-size: 42px;
  font-weight: 700;
  text-shadow: 0 0 10px var(--blue), 0 0 30px var(--blue);
}
main .tree {
  padding: 5em 5em;
}
@media (max-width: 1400px) {
  main .tree {
    padding: 3em 3em;
  }
}
@media (max-width: 767px) {
  main .tree {
    padding: 0em;
  }
}
main .tree .text-bold {
  color: var(--blue);
  font-size: 26px;
  font-weight: 700;
  padding: 5px 30px;
}
@media (max-width: 767px) {
  main .tree .text-bold {
    padding: 0em 1em;
  }
}
main .tree ul {
  padding: 3px 60px;
}
main .tree ul li {
  color: var(--blue);
  font-size: 40px;
}
main .tree ul li p {
  font-size: 24px;
  color: var(--white);
  font-weight: 300;
  padding-top: 10px;
}
main .tree ul li .sub-title-bold {
  color: var(--blue);
}
main .tree .box-text-tree {
  border: var(--blue) 1px solid;
  border-radius: 10px;
  padding: 20px 30px;
}
main .tree .box-text-tree p {
  color: var(--white);
  font-size: 20px;
  font-weight: 300;
  padding: 0px;
}
main .tree .line-tree {
  width: 35em;
}
@media (max-width: 1400px) {
  main .tree .line-tree {
    width: 25em;
  }
}
main .tree .btn-suscrip {
  margin-left: 5em;
}
@media (max-width: 1400px) {
  main .tree .btn-suscrip {
    margin-left: 9em;
  }
}
@media (max-width: 1400px) and (max-width: 767px) {
  main .tree .btn-suscrip {
    margin-left: 0em;
    padding: 16px 120px;
    font-size: 18px;
    margin-bottom: 5em;
  }
}
main .four {
  padding: 0px 60px;
}
@media (max-width: 1400px) {
  main .four {
    padding: 0px 40px;
  }
}
@media (max-width: 767px) {
  main .four {
    padding: 0px 5px;
  }
}
main .four .title-four {
  text-align: right;
  color: var(--sky);
  font-size: 50px;
  font-weight: 700;
  margin: 20px 30px;
  text-shadow: 0 0 10px var(--blue), 0 0 30px var(--blue);
}
@media (max-width: 1400px) {
  main .four .title-four {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  main .four .title-four {
    margin-left: 0em;
    padding: 0px;
    font-size: 48px;
    margin: 0px 30px;
  }
}
main .four .line-four-left {
  width: 26em;
}
@media (max-width: 1400px) {
  main .four .line-four-left {
    padding-top: 3em;
    width: 23em;
  }
}
@media (max-width: 767px) {
  main .four .line-four-left {
    width: 0em;
  }
}
main .four .box-text {
  border: var(--blue) 1px solid;
  border-radius: 10px;
  padding: 15px 30px;
  margin: 15px 10px;
}
@media (max-width: 1400px) {
  main .four .box-text {
    padding: 8px 10px;
    margin: 10px;
  }
}
@media (max-width: 767px) {
  main .four .box-text {
    padding: 12px;
    margin: 20px;
  }
}
main .four p {
  font-size: 18px;
  color: var(--white);
  font-weight: 300;
}
@media (max-width: 767px) {
  main .four p {
    font-size: 20px;
  }
}
main .four-section {
  padding: 2em 0em;
  margin-left: 0;
  margin-right: 0;
}
main .four-section .background-four {
  background: url(../images/fondo-four.jpg) no-repeat center center/cover;
  height: 20em;
  width: 100%;
  padding: 5em 0em;
}
main .four-section .text-four {
  font-size: 24px;
  color: var(--white);
  font-weight: 700;
}
@media (max-width: 767px) {
  main .four-section .text-four {
    padding: 0em 3em;
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  main .four-section .btn-suscrip {
    padding: 12px 80px;
    font-size: 22px;
  }
}
main .five {
  padding: 5em 0em;
}
main .five .title-five {
  color: #a8c9f1;
  font-size: 35px;
  line-height: 1;
  font-weight: 700;
  text-shadow: 0 0 40px var(--sky), 0 0 15px var(--sky);
}
@media (max-width: 1400px) {
  main .five .title-five {
    margin: 0em;
  }
}
@media (max-width: 767px) {
  main .five .title-five {
    text-align: left;
    padding-top: 1em;
  }
}
main .five .text-bold-2 {
  color: var(--blue);
  font-size: 22px;
  font-weight: 700;
  text-shadow: none;
}
main .five .text {
  font-size: 18px;
  color: var(--white);
  font-weight: 300;
  padding-top: 0;
}
@media (max-width: 767px) {
  main .five .text {
    font-size: 20px;
  }
}
main .six h3 {
  max-width: 422px;
  text-align: center;
  margin: 0 auto 50px;
}
@media (max-width: 600px) {
  main .six h3 {
    margin: 0 auto 20px;
  }
}
main .six #carruselTestimonios {
  background: url(../images/fondo-four.jpg) no-repeat center center/cover;
  padding: 40px 0px;
}
main .six #carruselTestimonios .carousel-item {
  position: relative;
  padding: 15px;
}
main .six #carruselTestimonios .carousel-item .content {
  box-shadow: 0 2px 2px 0 var(--blue), 0 2px 20px 0 var(--sky);
  border-radius: 7px;
  background: var(--blue);
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 60px;
  color: var(--white);
  text-align: center;
}
main .six #carruselTestimonios .carousel-item .content p {
  font-style: italic;
  font-size: 20px;
}
main .six #carruselTestimonios .carousel-item .content span {
  font-weight: bold;
  font-size: 20px;
}
@media (max-width: 600px) {
  main .six #carruselTestimonios .carousel-item .content {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
main .seven {
  padding: 5em 15em;
}
@media (max-width: 767px) {
  main .seven {
    padding: 2em 3em;
  }
}
main .seven .text-seven {
  padding: 50px 0px;
  font-size: 24px;
  color: var(--white);
  font-weight: 700;
}
@media (max-width: 1400px) {
  main .seven .text-seven {
    font-size: 24px;
  }
}
main .seven .btn-suscrip {
  margin: 0;
  padding: 12px 60px;
}
@media (max-width: 1400px) {
  main .seven .btn-suscrip {
    font-size: 20px;
  }
}
@media (max-width: 1400px) and (max-width: 767px) {
  main .seven .btn-suscrip {
    padding: 12px 0px;
    margin-bottom: 2em;
  }
}
main .seven .box-text-seven {
  border: var(--blue) 1px solid;
  border-radius: 10px;
  padding: 20px 10px;
}
@media (max-width: 767px) {
  main .seven .box-text-seven {
    padding: 20px 60px;
  }
}
main .seven .box-text-seven p {
  color: var(--white);
  font-size: 22px;
  font-weight: 300;
}
@media (max-width: 1400px) {
  main .seven .box-text-seven p {
    font-size: 20px;
  }
}

/* FOOTER */
footer {
  margin: 0 auto;
  padding: 50px 0 100px;
  font-size: 12px;
  background: url(../images/fondo-footer.jpg) no-repeat center center/cover;
  color: var(--white);
}
@media (max-width: 767px) {
  footer {
    padding: 60px 60px;
  }
}
footer a {
  color: var(--sky);
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer ul li {
  font-size: 12px;
  margin: 0 0 15px;
}
footer ul li a {
  color: var(--sky);
}
footer .footer-faqs {
  margin: 15px 0;
}
footer .footer-faqs a {
  margin: 0 5px;
  color: var(--sky);
}
footer .socials {
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
}
footer .socials li {
  display: inline-block;
  margin: 0 10px;
}
footer .socials li a {
  display: block;
  color: var(--sky);
}
footer .socials li a img {
  width: 30px;
  color: var(--sky) !important;
}

/* FIN FOOTER */
/* .swiper-container {
  background: url(../images/fondo-four.jpg) no-repeat center center/cover;
  padding: 40px 0px;
  min-height: 322px;
  overflow: hidden;
}

.swiper-slide {
  transition: 1s ease-in-out;
  margin-top: 73px;
  transform: scale(0.8);
}

.content{
  box-shadow: 0 2px 2px 0 var(--blue), 0 2px 20px 0 var(--sky);
    border-radius: 7px;
    background: var(--blue);
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    padding: 30px;
    color: var(--white);
    text-align: center;
}

.content p {
  font-style: italic;
}

.content span {
    font-weight: bold;
    font-size: 14px;
}

.swiper-slide-next {
  transform: scale(1.2);
  transform-origin: bottom;
  border-radius: 32px;
}

@media (max-width: 760px) {
  .swiper-button-next {
    right: 20px;
    transform: rotate(90deg);
    display: none;
  }

  .swiper-button-prev {
    left: 20px;
    transform: rotate(90deg);
    display: none;
  }

  .swiper-container {
    height: 84vh;
  }

  .swiper-slide {
    margin-top: -50px !important;
    transform: scale(1);
  }
  .swiper-slide-next {
    transform: scale(1);
  }
} */
/* COUNTDOWN */
.countdown-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 0;
  width: 100%;
  margin: 0 auto;
  border-width: 1px 0;
  overflow: hidden;
}

.countdown-header .countdown-title .countdown-data {
  display: block;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
}

.flip-clock {
  text-align: center;
  perspective: 400px;
}

.flip-clock *,
.flip-clock :after,
.flip-clock :before {
  box-sizing: border-box;
}

.flip-clock__piece {
  display: inline-block;
  margin: 0 5px;
}

.flip-clock__slot {
  font-size: 12px;
  color: var(--white);
  font-weight: 300;
  letter-spacing: 0.1em;
}

.card2 {
  display: block;
  position: relative;
  padding-bottom: 0.72em;
  font-size: 4vw;
  line-height: 0.95;
}

.card__back::after,
.card__back::before,
.card__bottom,
.card__top {
  display: block;
  height: 0.72em;
  color: #ccc;
  background: #1666AC;
  box-shadow: 0 1px 1px 0 var(--blue), 0 1px 10px 0 var(--sky);
  padding: 0.25em 0.25em;
  border-radius: 0.15em 0.15em 0 0;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  width: 1.8em;
  transform: translateZ(0);
}

.card__bottom {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  border-top: solid 1px #0E4066;
  background: #3680D9;
  border-radius: 0 0 0.15em 0.15em;
  pointer-events: none;
  overflow: hidden;
}

.card__bottom::after {
  display: block;
  margin-top: -0.72em;
}

.card__back::before,
.card__bottom::after {
  content: attr(data-value);
}

.card__back {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  pointer-events: none;
}

.card__back::before {
  position: relative;
  z-index: -1;
  overflow: hidden;
}

.flip .card__back::before {
  animation: flipTop 0.3s cubic-bezier(0.37, 0.01, 0.94, 0.35);
  animation-fill-mode: both;
  transform-origin: center bottom;
}

.flip .card__back .card__bottom {
  transform-origin: center top;
  animation-fill-mode: both;
  animation: flipBottom 0.6s cubic-bezier(0.15, 0.45, 0.28, 1);
}

@keyframes flipTop {
  0% {
    transform: rotateX(0);
    z-index: 2;
  }
  0%, 99% {
    opacity: 0.99;
  }
  100% {
    transform: rotateX(-90deg);
    opacity: 0;
  }
}
@keyframes flipBottom {
  0%, 50% {
    z-index: -1;
    transform: rotateX(90deg);
    opacity: 0;
  }
  51% {
    opacity: 0.99;
  }
  100% {
    opacity: 0.99;
    transform: rotateX(0);
    z-index: 5;
  }
}
.exito {
  margin: 0em;
  padding: 5em 10em;
  background: url(../images/fondo-exito-header.jpg) center/cover;
  height: 100%;
  width: 100%;
  text-align: center;
}
.exito .container {
  max-width: 900px;
  margin: 0 auto;
}
.exito .container .text-exito {
  color: var(--blue);
  font-size: 26px;
  font-weight: 700;
  padding: 15px 30px;
  text-align: left;
}
.exito .container .title-exito {
  color: var(--white);
  font-size: 42px;
  font-weight: 700;
  text-shadow: 0 0 10px var(--blue), 0 0 30px var(--blue);
}
.exito .container .logo-exito {
  width: 80%;
  height: auto;
  padding-bottom: 5em;
}
.exito .container ul {
  margin-bottom: 3em;
}
.exito .container ul .box-exito {
  margin: 0.5em 0em;
  border: var(--blue) 1px solid;
  border-radius: 10px;
  padding: 5px 60px;
}
.exito .container ul li {
  color: var(--blue);
  font-size: 40px;
  text-align: left;
}
.exito .container ul li p {
  font-size: 20px;
  color: var(--white);
  font-weight: 300;
  padding-top: 10px;
}
.exito .container ul li .sub-title-bold {
  color: var(--blue);
}
.exito .container .social-exito {
  padding-top: 8em;
}
.exito .container .social-exito .text-exito-2 {
  color: var(--white);
  font-size: 21px;
  font-weight: 700;
  text-align: right;
}

.wap {
  align-items: center;
  width: 200px;
  border-radius: 7px;
  background-color: #25d366;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
  margin: 0 auto;
  padding: 7px 20px;
  opacity: 0.9;
  display: flex;
}
.wap i {
  padding-right: 15px;
}
.wap:hover {
  color: #fff;
  opacity: 5;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 2px 2px 0 var(--blue), 0 2px 20px 0 var(--sky);
}

.tw {
  align-items: center;
  width: 200px;
  border-radius: 7px;
  background-color: #259cd3;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
  margin: 0 auto;
  margin-top: 30px;
  padding: 7px 20px;
  opacity: 0.9;
  display: flex;
}
.tw i {
  padding-right: 15px;
}
.tw:hover {
  color: #fff;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 2px 2px 0 var(--blue), 0 2px 20px 0 var(--sky);
}

.gg {
  align-items: center;
  width: 350px;
  border-radius: 7px;
  background-color: #d3252e;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
  padding: 15px 30px;
  opacity: 0.9;
  margin: 5em;
}
@media (max-width: 1400px) {
  .gg {
    padding: 10px;
    font-size: 18px;
  }
}
.gg i {
  padding-right: 15px;
}
@media (max-width: 1400px) {
  .gg i {
    padding-right: 5px;
  }
}
.gg:hover {
  color: #fff;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 2px 2px 0 var(--blue), 0 2px 20px 0 var(--sky);
}

@media (max-width: 420px) {
  .title {
    font-size: 20px;
    margin: 5px 0;
    padding-bottom: 1em;
  }

  .text {
    font-size: 18px;
  }

  .logo-img {
    padding-top: 25em;
    width: 100%;
  }

  .pic-img {
    width: 100%;
    padding: 10em 0em;
  }

  .img-five {
    width: 100%;
    height: auto;
    padding-bottom: 1em;
  }

  .btn-suscrip {
    font-size: 16px;
    padding: 12px 20px;
  }

  footer {
    padding: 20px;
    padding-bottom: 10em;
  }

  header {
    padding-bottom: 2em;
  }

  main .one {
    padding: 0em 3em;
  }
  main .one .text-bold {
    font-size: 14px;
    padding: 0px;
  }
  main .one .box-one {
    padding: 5px 10px;
    font-size: 14px;
  }
  main .one .line-one {
    width: 5em;
  }
  main .one-two {
    padding: 1em 0em;
  }
  main .one-two .line-one-left-right {
    width: 0em;
  }
  main .one-two .title-one {
    text-align: right;
    font-size: 24px;
  }
  main .two {
    padding: 1em 2.5em;
  }
  main .two .text-bold {
    padding: 10px 10px;
    font-size: 16px;
  }
  main .two .btn-suscrip {
    font-size: 16px;
    padding: 12px 20px;
  }
  main .tree-two {
    padding: 1em 2em;
  }
  main .tree-two .line-tree-left-right {
    width: 0em;
  }
  main .tree-two .title-tree {
    text-align: right;
    font-size: 24px;
  }
  main .tree {
    padding: 0em 1.5em;
  }
  main .tree .text-bold {
    font-size: 20px;
    padding: 1px 15px;
  }
  main .tree ul {
    padding: 3px 25px;
  }
  main .tree ul li {
    font-size: 18px;
  }
  main .tree ul li p {
    font-size: 16px;
    padding-top: 0px;
  }
  main .tree .box-text-tree {
    padding: 20px;
  }
  main .tree .box-text-tree p {
    font-size: 16px;
  }
  main .tree .line-tree {
    width: 20em;
  }
  main .tree .btn-suscrip {
    font-size: 16px;
    padding: 12px 20px;
  }
  main .four {
    padding: 1em 2em;
  }
  main .four .title-four {
    font-size: 26px;
    margin: 0px 10px;
  }
  main .four .line-four-left {
    width: 19em;
    margin-bottom: 2em;
  }
  main .four .box-text {
    padding: 15px;
  }
  main .four p {
    font-size: 16px;
  }
  main .four-section {
    padding: 0em;
  }
  main .four-section .background-four {
    height: 25em;
    width: 100%;
    padding: 3em 0em;
  }
  main .four-section .text-four {
    font-size: 18px;
    padding: 0em 3em;
  }
  main .five {
    padding: 1em 3em;
  }
  main .five .title-five {
    font-size: 24px;
    line-height: 1;
    margin: 0;
  }
  main .five .text-bold-2 {
    font-size: 18px;
  }
  main .five .text {
    font-size: 16px;
    padding-top: 0;
  }
  main .six {
    padding-top: 0em;
  }
  main .six h3 {
    max-width: 422px;
    text-align: center;
    margin: 0 auto 50px;
  }
  main .six #carruselTestimonios {
    padding: 0px;
  }
  main .six #carruselTestimonios .carousel-item {
    padding: 100px 0px;
  }
  main .six #carruselTestimonios .carousel-item .content {
    max-width: 250px;
    width: 100%;
    padding: 10px;
  }
  main .six #carruselTestimonios .carousel-item .content p {
    font-size: 14px;
  }
  main .six #carruselTestimonios .carousel-item .content span {
    font-size: 14px;
  }
  main .seven {
    padding: 0em 3em 2em 3em;
  }
  main .seven .text-seven {
    padding: 20px 0px;
    font-size: 18px;
  }
  main .seven .btn-suscrip {
    padding: 12px 20px;
  }
  main .seven .box-text-seven {
    padding: 15px;
  }
  main .seven .box-text-seven p {
    font-size: 16px;
  }

  .countdown-header {
    position: relative;
    padding: 0;
    width: 100%;
    margin: 0 auto;
    border-width: 1px 0;
    overflow: hidden;
  }

  .flip-clock__slot {
    font-size: 10px;
  }

  .card2 {
    font-size: 10vw;
  }

  .card__top {
    display: block;
    height: 0.72em;
    color: #ccc;
    background: #1666AC;
    box-shadow: 0 1px 1px 0 var(--blue), 0 1px 10px 0 var(--sky);
    padding: 0.25em 0.25em;
    border-radius: 0.15em 0.15em 0 0;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    width: 1.8em;
    transform: translateZ(0);
  }

  .card__bottom {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    border-top: solid 1px #0E4066;
    background: #3680D9;
    border-radius: 0 0 0.15em 0.15em;
    pointer-events: none;
    overflow: hidden;
  }

  .card__bottom::after {
    display: block;
    margin-top: -0.72em;
  }

  .card__back::before,
.card__bottom::after {
    content: attr(data-value);
  }

  .card__back {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    pointer-events: none;
  }

  .card__back::before {
    position: relative;
    z-index: -1;
    overflow: hidden;
  }

  .flip .card__back::before {
    animation: flipTop 0.3s cubic-bezier(0.37, 0.01, 0.94, 0.35);
    animation-fill-mode: both;
    transform-origin: center bottom;
  }

  .flip .card__back .card__bottom {
    transform-origin: center top;
    animation-fill-mode: both;
    animation: flipBottom 0.6s cubic-bezier(0.15, 0.45, 0.28, 1);
  }

  .exito {
    margin: 0em;
    padding: 3em 1em;
    text-align: center;
  }
  .exito .container {
    max-width: 900px;
    margin: 0 auto;
  }
  .exito .container .text-exito {
    font-size: 20px;
    padding: 0px;
    text-align: center;
  }
  .exito .container .title-exito {
    font-size: 26px;
  }
  .exito .container .logo-exito {
    width: 100%;
    padding-bottom: 3em;
  }
  .exito .container ul {
    padding: 0;
  }
  .exito .container ul .box-exito {
    margin-bottom: 1em;
    padding: 5px 40px;
  }
  .exito .container ul li {
    font-size: 30px;
  }
  .exito .container ul li p {
    font-size: 16px;
    padding-top: 10px;
  }
  .exito .container .social-exito {
    margin: 5em 0em;
    padding: 35px 15px;
  }
  .exito .container .social-exito .text-exito-2 {
    font-size: 18px;
    text-align: center;
  }

  .wap {
    width: 200px;
    font-size: 1.2em;
    margin: 0 auto;
    padding: 7px 20px;
    opacity: 0.9;
    display: flex;
  }
  .wap i {
    padding-right: 15px;
  }

  .tw {
    width: 200px;
    font-size: 1.2em;
    margin-top: 30px;
    padding: 7px 20px;
    opacity: 0.9;
    display: flex;
  }
  .tw i {
    padding-right: 15px;
  }

  .gg {
    font-size: 20px;
    margin: 0;
    padding: 10px 20px;
  }
  .gg i {
    padding-right: 15px;
  }

  /* .swiper-container {
    padding: 40px 0px;
    min-height: 322px;
    overflow: hidden;
  }

  .swiper-slide {
    transition: 1s ease-in-out;
    margin-top: 73px;
  }

  .content{
      max-width: 250px;
      width: 100%;
      align-content: center;
      margin: 0 auto;
      padding: 3px;
      text-align: center;
  }

  .content p {
    font-style: italic;
  }

  .content span {
      font-weight: bold;
      font-size: 14px;
  }

  .swiper-slide-next {
    transform: scale(1.2);
    transform-origin: bottom;
    border-radius: 32px;
  }

  @media (max-width: 320px) {
    .swiper-button-next {
      right: 20px;
      transform: translate(-50%, -50%);
      display: none;
    }

    .swiper-button-prev {
      left: 20px;
      transform: translate(-50%, -50%);
      display: none;
    }

    .swiper-container {
      height: 84vh;
    }

    .swiper-slide {
      margin-top: -50px !important;
      transform: scale(1);
    }
    .swiper-slide-next {
      transform: scale(1);
    }
  } */
}
@media (max-width: 767px) {
  .countdown-header {
    position: relative;
    width: 10%;
    margin: 0 auto;
    border-width: 1px 0;
    overflow: hidden;
  }

  .flip-clock__slot {
    font-size: 14px;
  }

  .card2 {
    font-size: 8vw;
  }

  .card__top {
    display: block;
    height: 0.72em;
    color: #ccc;
    background: #1666AC;
    box-shadow: 0 1px 1px 0 var(--blue), 0 1px 10px 0 var(--sky);
    padding: 0.25em 0.25em;
    border-radius: 0.15em 0.15em 0 0;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    width: 1.8em;
    transform: translateZ(0);
  }

  .card__bottom {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    border-top: solid 1px #0E4066;
    background: #3680D9;
    border-radius: 0 0 0.15em 0.15em;
    pointer-events: none;
    overflow: hidden;
  }

  .card__bottom::after {
    display: block;
    margin-top: -0.72em;
  }

  .card__back::before,
.card__bottom::after {
    content: attr(data-value);
  }

  .card__back {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    pointer-events: none;
  }

  .card__back::before {
    position: relative;
    z-index: -1;
    overflow: hidden;
  }

  .flip .card__back::before {
    animation: flipTop 0.3s cubic-bezier(0.37, 0.01, 0.94, 0.35);
    animation-fill-mode: both;
    transform-origin: center bottom;
  }

  .flip .card__back .card__bottom {
    transform-origin: center top;
    animation-fill-mode: both;
    animation: flipBottom 0.6s cubic-bezier(0.15, 0.45, 0.28, 1);
  }
}

/*# sourceMappingURL=styles.css.map */
