@font-face {
  font-family: Biennale;
  src: url('../fonts/Biennale-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Biennale;
  src: url('../fonts/Biennale-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Biennale;
  src: url('../fonts/Biennale-Heavy.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --blue: #210fff;
  --deep-sky-blue: #00c9f2;
  --tomato: #ff6242;
  --midnight-blue: #00214d;
  --medium-aquamarine: #00e3aa;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: underline;
}

.navbar {
  z-index: 888;
  background-color: #0000;
  justify-content: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: absolute;
}

.container {
  text-align: center;
  width: 1200px;
  margin-top: 40px;
  position: relative;
}

.container.section-a {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 500px;
  display: flex;
}

.container.solucion {
  text-align: center;
}

.container.hero2 {
  text-align: left;
}

.container.webinarios {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.container.testimonial {
  width: 900px;
}

.cta-a {
  background-color: var(--blue);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 50px;
  margin-left: 0;
  margin-right: 0;
  font-size: 18px;
  font-weight: 400;
  transition: background-color .2s;
  display: flex;
}

.cta-a:hover {
  background-color: var(--deep-sky-blue);
}

.cta-a.agendar {
  width: 200px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.cta-a.hide {
  font-size: 18px;
}

.cta-a.form {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.body {
  color: #000;
  font-family: Biennale, sans-serif;
}

.hero {
  z-index: 0;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h1 {
  color: var(--blue);
  margin-bottom: 20px;
  font-size: 70px;
  font-weight: 900;
  line-height: 75px;
}

.h1-celeste {
  color: var(--deep-sky-blue);
}

.hero-parrafo {
  font-size: 25px;
  line-height: 35px;
}

.heroe-container-texto {
  width: 40%;
}

.heroe-cta-container {
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.como-funciona {
  color: #000;
  margin-left: 30px;
  font-size: 20px;
  font-weight: 400;
  transition: color .2s;
}

.como-funciona:hover {
  color: var(--deep-sky-blue);
  text-decoration: underline;
}

.seccion-a---problema {
  object-fit: scale-down;
  background-color: #0000;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h2 {
  color: #fff;
  text-align: center;
  font-size: 40px;
  line-height: 50px;
}

.section-b---solucion {
  justify-content: center;
  padding-top: 0;
  padding-bottom: 100px;
  display: flex;
  position: static;
}

.enojado {
  z-index: 10;
  width: auto;
  height: 650px;
  margin-right: 0;
  position: absolute;
  inset: auto 0% 0% auto;
}

.circulo-amarillo {
  z-index: 1;
  width: 550px;
  height: 550px;
  position: absolute;
  inset: auto -275px 0 auto;
}

.placeholder {
  width: 300px;
  height: 300px;
}

.spacer {
  background-color: #fff;
  width: 100%;
  height: 20vh;
  min-height: 100vh;
  max-height: 100vh;
}

.container-rojo {
  background-color: var(--tomato);
  text-align: left;
  background-image: url('../images/pelotita.svg');
  background-position: 10% 100%;
  background-repeat: no-repeat;
  background-size: auto 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 90%;
  padding-top: 35px;
  padding-bottom: 100px;
  display: flex;
}

.problema-p {
  color: #fff;
  margin-top: 35px;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.img-txt-container {
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-left: 145px;
  padding-right: 145px;
}

.sonrisa-img {
  width: 500px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.claim-solucion {
  width: auto;
  height: auto;
  margin-bottom: 50px;
}

.h2-solucion {
  color: var(--deep-sky-blue);
  margin-bottom: 0;
}

.h2-solucion.blanco {
  color: #fff;
  font-size: 45px;
  display: none;
}

.mucho-mas-con-mucho-menos {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
}

.h3 {
  font-size: 25px;
  font-weight: 400;
}

.h3.blanco {
  color: #fff;
  display: none;
}

.h3.blanco.proceso-so-ado {
  display: inline;
}

.h3.blanco.padding-bottom {
  margin-bottom: 100px;
}

.container-features {
  justify-content: space-between;
  margin-top: 100px;
  display: flex;
}

.feature-left {
  flex-direction: column;
  justify-content: space-around;
  width: 50%;
  padding-top: 0;
  padding-bottom: 60px;
  display: flex;
}

.feature-right {
  width: 50%;
}

.feature-row {
  width: 100%;
  max-width: 100%;
  display: flex;
}

.feature-icon {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100px;
  margin-right: 20px;
  display: flex;
}

.feature-txt {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-right: 50px;
  display: flex;
}

.feature-h3 {
  color: var(--blue);
  font-size: 25px;
}

.feature-p {
  font-size: 20px;
  line-height: 25px;
}

.feature-p.angosto {
  width: 400px;
}

.icono-proceso {
  width: 68px;
}

.section-c---plan {
  padding-top: 150px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.blue-container {
  background-color: var(--midnight-blue);
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.circulo-amarillo-2 {
  z-index: 1;
  width: 350px;
  height: 350px;
  position: absolute;
  inset: 0% auto auto -175px;
}

.circulo-naranja {
  z-index: 2;
  width: 150px;
  height: 150px;
  position: absolute;
  inset: 65px auto auto 65px;
}

.img-line {
  margin-top: 30px;
  margin-bottom: 10px;
}

.plan-container {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 100px;
  margin-bottom: 50px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.plan {
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 326px;
  display: flex;
}

.plan._1 {
  background-image: url('../images/01.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.plan._2 {
  background-image: url('../images/02.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.plan._3 {
  background-image: url('../images/03.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.plan-txt {
  color: #fff;
  margin-top: 15px;
  padding-top: 0;
  font-size: 20px;
  line-height: 25px;
}

.numero {
  padding-bottom: 20px;
}

.dudas {
  color: #ffdc09;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 400;
}

.dudas.blanco {
  color: #fff;
}

.cta-duda-container {
  flex-direction: column;
  align-items: center;
  margin-bottom: 150px;
  display: flex;
}

.cta-b {
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 50px;
  font-size: 20px;
  font-weight: 400;
  transition: background-color .2s;
  display: flex;
}

.cta-b:hover {
  border-color: var(--deep-sky-blue);
  background-color: var(--deep-sky-blue);
}

.video-thumb {
  text-align: center;
  object-fit: contain;
  width: 1136px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.trama-linea {
  z-index: 100;
  display: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.img-nudo {
  width: 560px;
  height: 200px;
}

.un-proceso-so-ado-container {
  margin-top: 20px;
}

.smile-img {
  margin-bottom: 6px;
  margin-left: 8px;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.menu-link {
  color: #000;
  margin-right: 50px;
  font-size: 20px;
  text-decoration: none;
  transition: color .2s;
}

.menu-link:hover {
  color: var(--deep-sky-blue);
}

.section-d---features {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  overflow: hidden;
}

.feature-container {
  flex-direction: row;
  width: 100%;
  display: flex;
}

.feature-container.flip {
  flex-direction: row-reverse;
}

.feature-img-container {
  background-image: url('../images/BG.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 720px;
  display: flex;
  position: relative;
}

.feature-img-container.celeste {
  background-image: url('../images/BG-celeste.svg');
  background-position: 0 0;
  background-size: cover;
}

.feature-img-container.green {
  background-image: url('../images/BG.svg');
  background-position: 0 0;
  background-size: cover;
}

.feature-img-container.deepblue {
  background-image: url('../images/BG_1.svg'), url('../images/bg_azul.svg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
}

.feature-img-container.reed {
  background-image: url('../images/reed2.svg');
}

.feature-img-container.blue {
  background-image: url('../images/bg_azul.svg');
}

.feature-content {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 720px;
  padding-left: 200px;
  padding-right: 20px;
  display: flex;
}

.feature-content.flip {
  justify-content: flex-start;
  padding-left: 50px;
  padding-right: 119px;
}

.feature-content.right {
  padding-left: 200px;
  padding-right: 50px;
}

.feature-pack-tipografico.left {
  width: auto;
}

.feature-h2 {
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 900;
  line-height: 55px;
}

.feature-h2.blue {
  color: var(--blue);
}

.feature-h2.celeste {
  color: var(--deep-sky-blue);
}

.feature-h2.deep-blue {
  color: #00214d;
  line-height: 50px;
}

.feature-h2.red {
  color: var(--tomato);
}

.image-feature {
  position: absolute;
  right: -20%;
}

.image-feature.micrositio {
  left: -18%;
  right: auto;
}

.image-feature.funnel {
  max-width: 100%;
  inset: auto 0% 0% -61px;
}

.image-feature.emails {
  left: -54px;
}

.clienty-destacado {
  color: var(--blue);
  font-weight: 700;
}

.destacado2 {
  font-weight: 700;
}

.section-e---planes {
  background-color: #f6f8fb;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 150px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.titulo {
  color: var(--blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 45px;
}

.titulo.blanco {
  color: #fff;
}

.spacer2 {
  height: 250px;
  display: none;
}

.semi-circulo-amarillo {
  width: 1200px;
  position: absolute;
  bottom: 0;
}

.planes-container {
  z-index: 888;
  justify-content: center;
  margin-top: 100px;
  display: flex;
  position: relative;
}

.plan-card {
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 35%;
  height: 780px;
  margin-right: 20px;
  padding: 40px 10px;
  display: flex;
}

.plan-card.custom {
  color: #fff;
  background-color: #000;
  justify-content: space-between;
  margin-right: 0;
}

.plan-name {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 700;
  position: static;
}

.precio {
  color: var(--blue);
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  position: static;
}

.precio.white {
  color: #fff;
}

.xmes {
  color: #000;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  position: static;
}

.xmes.white {
  color: #fff;
}

.planes-list {
  margin-top: 30px;
  margin-bottom: 50px;
  font-size: 20px;
  font-weight: 700;
}

.planes-list-item {
  padding-top: 15px;
  padding-bottom: 15px;
}

.planes-disclaimer {
  color: gray;
  margin-top: -23px;
}

.tuberia-izq-1 {
  position: absolute;
  bottom: 0;
  left: 15%;
}

.plan-card-inside-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-f---webinarios {
  background-color: #200eff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 98px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.webinario-contenedor {
  background-color: var(--midnight-blue);
  color: #fff;
  width: 900px;
  margin-top: 50px;
  display: flex;
  box-shadow: 1px 1px 20px #00000040;
}

.webinario-card-content {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: 50px;
  margin-right: 50px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.webinar-subtitulo {
  color: var(--deep-sky-blue);
  font-size: 20px;
  line-height: 20px;
}

.webinar-titulo {
  margin-bottom: 35px;
  font-size: 30px;
  line-height: 35px;
}

.cta-c {
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  font-size: 20px;
  font-weight: 400;
  transition: background-color .2s;
  display: flex;
}

.cta-c:hover {
  border-color: var(--deep-sky-blue);
  background-color: var(--deep-sky-blue);
}

.webinario-circulo {
  position: absolute;
  inset: auto auto 0% 0%;
}

.section-g---testimonial {
  flex-direction: column;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
}

.slider-testimonial {
  background-color: #fff;
  height: 100%;
  margin-top: 100px;
}

.testimonial-thumb {
  width: 400px;
  margin-right: 50px;
}

.testimonial-inside-slide-container {
  display: flex;
}

.testimonial-txt {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  display: flex;
}

.testimonial-cargo {
  font-size: 16px;
}

.testimonial-name {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}

.testimonial-quote {
  margin-bottom: 50px;
  font-size: 30px;
  line-height: 40px;
}

.slider-nav {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: absolute;
  inset: 0% -50px 0% auto;
}

.right-arrow {
  display: none;
}

.left-arrow {
  opacity: 0;
  display: none;
}

.image-hero {
  min-width: 500px;
  height: 90%;
  position: absolute;
  right: 1vh;
}

.navbar-2 {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  position: absolute;
}

.logo-img {
  padding-top: 7px;
}

.container-nav-bar {
  width: 1200px;
  max-width: 1200px;
}

.section-h---faq {
  justify-content: center;
  padding-top: 49px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.faq-list {
  margin-top: 100px;
}

.faq-list-item {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 45px;
  display: flex;
}

.faq-tittle {
  color: var(--deep-sky-blue);
  text-align: left;
  margin-bottom: 20px;
  font-size: 30px;
}

.faq-p {
  text-align: left;
  font-size: 22px;
  line-height: 28px;
}

.circulo-celeste-faq {
  width: 100px;
  max-width: 70%;
  position: absolute;
  inset: 30% auto auto 0%;
}

.circulo-rojo-faq {
  position: absolute;
  inset: 60% 0% auto auto;
}

.circulo-azul-faq {
  z-index: 1;
  position: absolute;
  inset: 58% 2% auto auto;
}

.footer {
  margin-top: 100px;
  position: relative;
}

.footer-a {
  z-index: 0;
  background-image: url('../images/footer-elipse.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 430px;
  display: flex;
  position: relative;
}

.footer-b {
  background-color: var(--blue);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 120px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.copyright-div {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  display: block;
}

.logo-footer-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.rrss-div {
  color: #fff;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.rrss-icon.ig {
  margin-right: 30px;
}

.footer-ciruclo-azul {
  z-index: 10;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.footer-ciruclo-amarillo {
  z-index: 0;
  position: absolute;
  inset: 5% 0% 0% auto;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.desde {
  color: #616161;
  font-size: 20px;
  font-weight: 400;
  position: relative;
  top: -11px;
}

.linea-contacto {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.contact-link {
  color: var(--deep-sky-blue);
}

.contact-modal {
  z-index: 999;
  background-color: #00214de6;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.modal-container {
  background-color: #fff;
  border-radius: 10px;
  width: 600px;
  height: 700px;
  margin: auto;
  padding: 20px;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: scroll;
}

.modal-tittle {
  text-align: center;
  margin-bottom: -29px;
}

.modal-form {
  text-align: left;
  margin-top: 25px;
}

.text-field {
  border-radius: 4px;
  height: 45px;
  margin-bottom: 20px;
}

.cancelar {
  text-align: right;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: -48px;
  padding-bottom: 0;
  text-decoration: underline;
}

.cancelar:hover {
  color: var(--deep-sky-blue);
}

.cancelar._12 {
  text-align: center;
}

.success-message {
  background-color: var(--medium-aquamarine);
}

.error-message {
  background-color: #0000;
}

.linea-amarilla-animada {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.link-block {
  margin-right: 0;
}

.link, .link-2 {
  color: #fff;
}

.section-7 {
  background-color: #e7e7e7;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-7.marcas {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-4 {
  text-align: center;
  border-bottom: 1px solid #333;
  margin-top: 0;
  margin-bottom: 40px;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.slider {
  background-color: #0000;
  height: 250px;
}

.paragraph {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.paragraph.opinion {
  margin-left: 60px;
  margin-right: 60px;
}

.slide-nav {
  margin-top: 4px;
  top: 231px;
}

.planes-disclaimer-2 {
  color: gray;
  margin-top: -45px;
  margin-bottom: 14px;
  font-size: 13px;
}

.h2-solucion-2 {
  color: #00c9f2;
  margin-bottom: 0;
}

.h2-solucion-2.blanco {
  color: #fff;
  font-size: 45px;
  display: none;
}

.section-f---testimonios {
  z-index: -2;
  background-color: #200eff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
  position: relative;
  overflow: hidden;
}

.titulo-2 {
  color: #210fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 45px;
}

.titulo-2.white {
  color: #fff;
  font-size: 42px;
}

.webinario-circulo-2 {
  z-index: -1;
  position: absolute;
  inset: auto auto 0% 0%;
}

.planes-disclaimer-3 {
  color: gray;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
}

.plan-name-2 {
  margin-bottom: 22px;
  font-size: 20px;
  font-weight: 700;
  position: static;
}

.plan-card-2 {
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 30%;
  height: 800px;
  margin-right: 20px;
  padding: 40px 10px;
  display: flex;
}

.plan-card-2.custom {
  color: #fff;
  background-color: #000;
  justify-content: space-between;
  width: 30%;
  margin-right: 0;
}

.planes-list-2 {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
}

.cta-a-2 {
  background-color: #210fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 50px;
  margin-top: 17px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 9px;
  font-size: 18px;
  font-weight: 400;
  transition: background-color .2s;
  display: flex;
}

.cta-a-2:hover {
  background-color: #00c9f2;
}

.titulo-3 {
  color: #210fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 45px;
}

.precio-2 {
  color: #210fff;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  position: static;
}

.precio-2.white {
  color: #fff;
  margin-bottom: -4px;
}

.planes-list-txt-2 {
  margin-bottom: 0;
}

@media screen and (min-width: 1280px) {
  .seccion-a---problema {
    height: auto;
    padding-bottom: 50px;
  }

  .enojado {
    height: auto;
    min-height: 750px;
    top: 100px;
    bottom: -2%;
    right: -5%;
  }

  .plan-card-2, .plan-card-2.custom {
    width: 30%;
  }
}

@media screen and (min-width: 1440px) {
  .enojado {
    height: 90%;
    bottom: 0;
  }

  .container-rojo {
    background-size: auto 150px;
  }

  .h2-solucion.blanco, .h3.blanco, .video-thumb, .spacer2 {
    display: none;
  }

  .image-hero {
    width: 45vw;
    height: auto;
    max-height: 85vh;
    margin-right: 5vw;
  }

  .section-h---faq {
    margin-top: 20px;
  }

  .h2-solucion-2.blanco {
    display: none;
  }

  .plan-card-2, .plan-card-2.custom {
    width: 40%;
  }
}

@media screen and (min-width: 1920px) {
  .seccion-a---problema {
    height: 120vh;
  }

  .enojado {
    width: 1200px;
    height: 110vh;
    bottom: 0;
    right: -5%;
  }

  .container-rojo {
    background-position: 22% 100%;
  }

  .img-txt-container {
    width: 1400px;
  }

  .sonrisa-img {
    width: 600px;
  }

  .h2-solucion.blanco, .h3.blanco, .video-thumb {
    display: none;
  }

  .section-d---features {
    width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }

  .spacer2 {
    display: none;
  }

  .image-hero {
    width: 45vw;
    height: auto;
    max-height: 90vh;
    margin-right: 100px;
  }

  .luxy {
    display: block;
  }

  .contact-modal {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .modal-container {
    display: block;
  }

  .h2-solucion-2.blanco {
    display: none;
  }

  .plan-card-2, .plan-card-2.custom {
    width: 40%;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    position: absolute;
    top: 0;
  }

  .container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }

  .container.hero2 {
    width: auto;
  }

  .container.webinarios {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container.testimonial {
    width: 100%;
    padding-left: 9px;
    padding-right: 9px;
  }

  .cta-a.agendar {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .body {
    overflow: visible;
  }

  .hero {
    flex-direction: column;
    height: auto;
    margin-top: 110px;
    margin-bottom: 50px;
  }

  .hero-parrafo {
    margin-bottom: 0;
    padding-left: 48px;
    padding-right: 48px;
  }

  .heroe-container-texto {
    text-align: center;
    width: auto;
  }

  .heroe-cta-container {
    justify-content: center;
    margin-top: 40px;
  }

  .seccion-a---problema {
    height: 100vh;
  }

  .h2 {
    padding-left: 50px;
    padding-right: 50px;
    font-size: 32px;
    line-height: 40px;
  }

  .section-b---solucion {
    padding-bottom: 50px;
  }

  .enojado {
    display: none;
  }

  .circulo-amarillo {
    width: 400px;
  }

  .container-rojo {
    background-position: 50% 100%;
    height: 100%;
  }

  .problema-p {
    margin-top: 0;
    font-size: 20px;
    line-height: 25px;
  }

  .img-txt-container {
    margin-top: 100px;
  }

  .h3.blanco.padding-bottom {
    margin-bottom: 50px;
  }

  .container-features {
    margin-top: 50px;
  }

  .feature-icon {
    margin-right: 10px;
  }

  .feature-txt {
    padding-right: 10px;
  }

  .feature-h3 {
    font-size: 20px;
    line-height: 22px;
  }

  .feature-p {
    font-size: 14px;
    line-height: 18px;
  }

  .feature-p.angosto {
    width: auto;
  }

  .blue-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .circulo-amarillo-2 {
    width: 250px;
  }

  .circulo-naranja {
    width: 100px;
    height: 100px;
    left: 15px;
  }

  .plan-container {
    margin-top: 25px;
    margin-bottom: 0;
  }

  .plan._1 {
    margin-right: 10px;
    padding-right: 0;
  }

  .plan._3 {
    margin-left: 10px;
  }

  .plan-txt {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .cta-duda-container {
    margin-bottom: 50px;
  }

  .video-thumb {
    width: 90%;
  }

  .trama-linea {
    width: 50%;
    display: none;
  }

  .img-nudo {
    width: 400px;
    max-width: none;
  }

  .nav-menu {
    flex-wrap: nowrap;
    justify-content: flex-end;
    display: flex;
    position: static;
  }

  .section-d---features {
    margin-top: 50px;
  }

  .feature-container {
    width: 100%;
  }

  .feature-img-container {
    width: 50%;
    height: 400px;
  }

  .feature-content {
    width: 50%;
    height: 400px;
    padding-left: 70px;
    padding-right: 50px;
  }

  .feature-content.flip {
    padding-left: 20px;
    padding-right: 50px;
  }

  .feature-content.right {
    padding-right: 20px;
  }

  .feature-pack-tipografico.left {
    width: 100%;
  }

  .feature-h2 {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .feature-h2.blue {
    margin-bottom: 10px;
    line-height: 35px;
  }

  .feature-h2.celeste, .feature-h2.deep-blue, .feature-h2.red {
    line-height: 35px;
  }

  .image-feature {
    right: -10%;
  }

  .image-feature.micrositio, .image-feature.funnel {
    left: -5%;
  }

  .section-e---planes {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .spacer2 {
    height: 100px;
  }

  .planes-container {
    margin-top: 50px;
  }

  .plan-card {
    width: 50%;
  }

  .webinario-contenedor {
    width: 100%;
    margin-top: 10px;
  }

  .section-g---testimonial {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .slider-testimonial {
    margin-top: 50px;
  }

  .testimonial-thumb {
    margin-right: 25px;
  }

  .testimonial-name {
    margin-bottom: 0;
    font-size: 18px;
  }

  .testimonial-quote {
    margin-bottom: 25px;
    padding-right: 50px;
    font-size: 20px;
    line-height: 25px;
  }

  .slider-nav {
    flex-direction: row;
    margin-top: 20px;
    position: static;
  }

  .image-hero {
    max-width: 85%;
    margin-top: 50px;
    position: static;
    right: 0;
  }

  .container-nav-bar {
    justify-content: space-between;
    align-self: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .faq-list {
    margin-top: 50px;
    padding-left: 0;
  }

  .faq-list-item {
    margin-bottom: 25px;
  }

  .faq-tittle {
    text-align: left;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 22px;
  }

  .faq-p {
    font-size: 16px;
    line-height: 22px;
  }

  .circulo-celeste-faq, .circulo-rojo-faq, .circulo-azul-faq {
    display: none;
  }

  .footer-a {
    height: 350px;
  }

  .logo-footer {
    width: 100px;
    max-width: 70%;
  }

  .footer-ciruclo-azul {
    width: 140px;
  }

  .footer-ciruclo-amarillo {
    width: 120px;
    top: 0%;
  }

  .linea-contacto {
    text-align: center;
    width: 60%;
  }

  .linea-amarilla-animada {
    width: 90%;
  }

  .slider {
    height: 270px;
  }

  .plan-card-2, .plan-card-2.custom {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    top: 0;
  }

  .container.section-a {
    padding-left: 0;
    padding-right: 0;
  }

  .cta-a.agendar {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .body {
    overflow: visible;
  }

  .h1 {
    margin-bottom: 30px;
    font-size: 60px;
    line-height: 60px;
  }

  .hero-parrafo {
    font-size: 20px;
    line-height: 22px;
  }

  .seccion-a---problema {
    height: auto;
  }

  .h2 {
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
    line-height: 30px;
  }

  .section-b---solucion {
    padding-top: 0;
    padding-bottom: 0;
  }

  .circulo-amarillo {
    display: none;
  }

  .container-rojo {
    height: auto;
    padding-top: 25px;
  }

  .problema-p {
    margin-bottom: 150px;
    font-size: 16px;
  }

  .img-txt-container {
    justify-content: center;
    margin-top: 25px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .sonrisa-img {
    width: 160px;
    margin-bottom: 10px;
  }

  .claim-solucion {
    margin-bottom: 25px;
  }

  .h2-solucion.blanco {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 30px;
  }

  .h3 {
    margin-top: 0;
    font-size: 20px;
    line-height: 25px;
  }

  .h3.blanco.padding-bottom {
    margin-bottom: 25px;
  }

  .container-features {
    flex-direction: column;
    margin-top: 25px;
  }

  .feature-left, .feature-right {
    width: 100%;
  }

  .feature-row {
    margin-bottom: 20px;
  }

  .section-c---plan {
    padding-bottom: 230px;
  }

  .blue-container {
    height: auto;
  }

  .img-line {
    margin-top: 10px;
  }

  .plan._1, .plan._2, .plan._3 {
    height: 200px;
  }

  .img-nudo {
    width: 400px;
    height: auto;
    margin-bottom: 50px;
  }

  .menu-link {
    margin-right: 25px;
  }

  .feature-img-container {
    height: 250px;
  }

  .feature-content {
    height: auto;
  }

  .feature-content.right {
    padding-left: 55px;
  }

  .image-feature {
    max-width: 96%;
  }

  .section-e---planes {
    padding-top: 20px;
  }

  .titulo {
    margin-bottom: 10px;
    font-size: 35px;
  }

  .spacer2 {
    display: none;
  }

  .planes-container {
    margin-top: 25px;
  }

  .plan-card {
    height: 730px;
    margin-right: 10px;
  }

  .precio {
    font-size: 35px;
  }

  .planes-list {
    margin-bottom: 25px;
  }

  .planes-list-txt {
    font-size: 16px;
    line-height: 16px;
  }

  .section-f---webinarios {
    padding-top: 25px;
  }

  .webinario-contenedor {
    height: 220px;
  }

  .webinar-thumb {
    width: 220px;
    max-width: none;
    height: 220px;
  }

  .webinario-card-content {
    margin-left: 25px;
    margin-right: 25px;
    padding-top: 15px;
  }

  .webinar-subtitulo {
    margin-bottom: 0;
    font-size: 16px;
  }

  .webinar-titulo {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 22px;
  }

  .webinario-circulo {
    max-width: 50%;
  }

  .section-g---testimonial {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .testimonial-thumb {
    width: 250px;
  }

  .image-hero {
    max-width: 90%;
    height: auto;
  }

  .faq-list {
    margin-top: 25px;
  }

  .faq-list-item {
    margin-bottom: 0;
  }

  .faq-tittle {
    font-size: 18px;
  }

  .faq-p {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-a {
    height: 250px;
    padding-top: 20px;
  }

  .footer-b {
    padding-left: 15px;
    padding-right: 15px;
  }

  .logo-footer {
    width: 100px;
  }

  .copyright-div {
    font-size: 12px;
  }

  .rrss-icon.ig {
    margin-right: 20px;
  }

  .footer-ciruclo-azul {
    width: 100px;
  }

  .bold-text {
    font-size: 35px;
    line-height: 36px;
  }

  .desde {
    font-size: 15px;
  }

  .linea-contacto {
    font-size: 14px;
    line-height: 20px;
  }

  .modal-container {
    width: 96%;
    height: 90vh;
  }

  .linea-amarilla-animada {
    width: 100%;
  }

  .slider {
    height: 320px;
  }

  .h2-solucion-2.blanco {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 30px;
  }

  .section-f---testimonios {
    padding-top: 25px;
  }

  .titulo-2 {
    margin-bottom: 10px;
    font-size: 35px;
  }

  .webinario-circulo-2 {
    max-width: 50%;
  }

  .plan-card-2 {
    height: 730px;
    margin-right: 10px;
  }

  .planes-list-2 {
    margin-bottom: 25px;
  }

  .titulo-3 {
    margin-bottom: 10px;
    font-size: 35px;
  }

  .precio-2 {
    font-size: 35px;
  }

  .planes-list-txt-2 {
    font-size: 16px;
    line-height: 16px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    width: 100%;
    padding: 5px;
    position: static;
  }

  .container {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
  }

  .container.section-a {
    width: 100%;
    padding-bottom: 0;
  }

  .container.solucion {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container.hero2 {
    width: 100%;
    padding-bottom: 20px;
  }

  .container.webinarios {
    width: auto;
  }

  .container.testimonial {
    flex-direction: column;
    flex: 0 auto;
    align-items: center;
    width: auto;
    display: flex;
    position: static;
  }

  .container.comofuncionafix {
    padding-bottom: 60px;
  }

  .cta-a {
    width: 150px;
    padding: 6px 10px;
    font-size: 15px;
  }

  .cta-a.agendar {
    width: 151px;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .cta-a.hide {
    display: none;
  }

  .body {
    overflow: visible;
  }

  .hero {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .h1 {
    margin-bottom: 15px;
    font-size: 43px;
    line-height: 47px;
  }

  .hero-parrafo {
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
    line-height: 20px;
  }

  .heroe-cta-container {
    flex-direction: column;
    margin-top: 20px;
  }

  .como-funciona {
    margin-top: 30px;
    margin-left: 0;
    font-size: 16px;
  }

  .h2 {
    font-size: 18px;
    line-height: 23px;
  }

  .section-b---solucion {
    padding-top: 0;
  }

  .container-rojo {
    background-size: 60%;
    overflow: hidden;
  }

  .problema-p {
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .img-txt-container {
    margin-bottom: 40px;
  }

  .sonrisa-img {
    width: 100%;
    margin-bottom: 0;
  }

  .h2-solucion {
    font-size: 20px;
    line-height: 20px;
  }

  .h2-solucion.blanco {
    font-size: 20px;
    line-height: 25px;
  }

  .mucho-mas-con-mucho-menos {
    height: 30px;
    font-size: 20px;
    line-height: 20px;
  }

  .caja-subrayada {
    background-position: 50% 100%;
    background-size: 300px;
  }

  .h3 {
    margin-bottom: 0;
    font-size: 16px;
  }

  .container-features {
    margin-top: 20px;
  }

  .feature-left {
    padding-bottom: 20px;
  }

  .feature-row {
    margin-bottom: 10px;
  }

  .feature-icon {
    width: 50px;
  }

  .feature-txt {
    padding-right: 0;
  }

  .feature-h3 {
    margin-bottom: 0;
    font-size: 16px;
  }

  .feature-p {
    font-size: 12px;
  }

  .section-c---plan {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .blue-container {
    margin-bottom: 2px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .circulo-amarillo-2, .circulo-naranja {
    display: none;
  }

  .plan-container {
    flex-direction: column;
    align-items: center;
  }

  .plan._1 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .plan._2 {
    width: 100%;
    margin-bottom: 20px;
  }

  .plan._3 {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .dudas {
    margin-bottom: 20px;
  }

  .cta-b {
    width: auto;
    font-size: 16px;
  }

  .img-nudo {
    width: 70%;
    margin-bottom: 25px;
  }

  .nav-menu {
    text-align: right;
    justify-content: flex-end;
    width: auto;
    position: static;
  }

  .menu-link {
    text-align: right;
    margin-right: 10px;
    padding-right: 0;
  }

  .section-d---features {
    overflow: hidden;
  }

  .feature-container {
    flex-direction: column;
    overflow: hidden;
  }

  .feature-container.flip {
    flex-direction: column;
  }

  .feature-img-container {
    width: 100%;
    height: 300px;
  }

  .feature-content {
    text-align: center;
    width: auto;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .feature-content.flip {
    flex-direction: row;
    padding-left: 15px;
    padding-right: 15px;
  }

  .feature-content.right {
    text-align: center;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-feature {
    position: relative;
    right: auto;
  }

  .image-feature.micrositio {
    padding-left: 5px;
    left: auto;
  }

  .image-feature.funnel {
    max-width: 80%;
    padding-left: 5px;
    inset: auto;
  }

  .section-e---planes {
    margin-top: 40px;
    padding-top: 50px;
  }

  .titulo {
    width: 100%;
    margin-bottom: 49px;
    font-size: 25px;
    line-height: 25px;
  }

  .semi-circulo-amarillo {
    width: auto;
  }

  .planes-container {
    flex-direction: column;
  }

  .plan-card {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    padding-bottom: 20px;
  }

  .precio, .precio.white {
    font-size: 35px;
    line-height: 35px;
  }

  .plan-card-inside-container {
    margin-bottom: 20px;
  }

  .section-f---webinarios {
    padding-bottom: 25px;
    overflow: hidden;
  }

  .webinario-contenedor {
    flex-direction: column;
    width: auto;
    height: auto;
  }

  .webinar-thumb {
    width: 100%;
    height: auto;
  }

  .webinario-card-content {
    text-align: center;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-g---testimonial {
    text-align: center;
    width: 100%;
    padding: 0 5px 20px;
  }

  .slider-testimonial {
    width: 320px;
    height: auto;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    position: static;
  }

  .testimonial-thumb {
    text-align: center;
    width: 300px;
    margin-right: 0;
  }

  .testimonial-inside-slide-container {
    flex-flow: column;
    align-items: center;
  }

  .testimonial-cargo {
    text-align: center;
    line-height: 16px;
  }

  .testimonial-name {
    text-align: center;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 16px;
  }

  .testimonial-quote {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 10px;
    padding-right: 0;
    font-size: 20px;
    line-height: 20px;
  }

  .slider-nav {
    flex-direction: row;
    margin-top: 10px;
    position: static;
  }

  .right-arrow {
    position: static;
  }

  .image-2 {
    width: 100px;
  }

  .image-hero {
    max-width: 95%;
    margin-top: 0;
  }

  .logo-img {
    width: 100px;
    padding-top: 15px;
  }

  .container-nav-bar {
    flex: 1;
    justify-content: space-between;
    align-self: auto;
    max-width: 100%;
    display: block;
  }

  .footer {
    overflow: hidden;
  }

  .footer-a {
    height: 170px;
    padding-bottom: 10px;
  }

  .footer-b {
    flex-direction: column-reverse;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .logo-footer-container {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .rrss-div {
    justify-content: center;
    margin-top: 15px;
  }

  .footer-ciruclo-azul {
    width: 50px;
    max-width: none;
  }

  .footer-ciruclo-amarillo {
    width: 60px;
    max-width: none;
  }

  .bold-text {
    font-size: 25px;
    line-height: 30px;
  }

  .linea-contacto {
    width: 90%;
    margin-top: 10px;
    font-size: 12px;
    line-height: 16px;
  }

  .modal-container {
    height: 90vh;
    padding: 15px;
  }

  .modal-form {
    margin-top: 30px;
  }

  .cancelar {
    text-align: right;
    margin-top: 0;
  }

  .section-7.marcas {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .slider {
    height: 480px;
  }

  .paragraph.opinion {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 14px;
  }

  .slide-nav {
    top: 407px;
  }

  .planes-disclaimer-2 {
    margin-top: -17px;
  }

  .h2-solucion-2 {
    font-size: 20px;
    line-height: 20px;
  }

  .h2-solucion-2.blanco {
    font-size: 20px;
    line-height: 25px;
  }

  .section-f---testimonios {
    padding-top: 57px;
    padding-bottom: 25px;
    overflow: hidden;
  }

  .titulo-2 {
    width: 100%;
    margin-bottom: 49px;
    font-size: 25px;
    line-height: 25px;
  }

  .titulo-2.white {
    line-height: 40px;
  }

  .column, .column-2 {
    margin-bottom: 20px;
  }

  .planes-disclaimer-3 {
    margin-top: 3px;
  }

  .plan-card-2 {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    padding-bottom: 20px;
  }

  .plan-card-2.custom {
    width: 100%;
  }

  .cta-a-2 {
    width: 150px;
    padding: 6px 10px;
    font-size: 15px;
  }

  .titulo-3 {
    width: 100%;
    margin-bottom: 49px;
    font-size: 25px;
    line-height: 25px;
  }

  .precio-2, .precio-2.white {
    font-size: 35px;
    line-height: 35px;
  }
}


@font-face {
  font-family: 'Biennale';
  src: url('../fonts/Biennale-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Biennale';
  src: url('../fonts/Biennale-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Biennale';
  src: url('../fonts/Biennale-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}