@font-face {
  font-family: Proxima nova reg;
  src: url('../fonts/Proxima-nova-reg.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Proximanova;
  src: url('../fonts/proximanova-semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --dim-grey: #666;
  --white: white;
  --orange: #ffc700;
  --dark-slate-blue: #6e506b;
  --purple: #481f3e;
  --midnight-blue: #021650;
  --orange-red: #fe6306;
  --black: #121212;
  --floral-white: #fef8ee;
  --dark-grey: #999;
  --rosy-brown: #97859a;
  --gainsboro: #dcd7dd;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@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: #666;
  font-family: Proxima nova reg, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Maven Pro, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 41px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Maven Pro, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Maven Pro, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Maven Pro, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

p {
  color: #666;
  margin-bottom: 10px;
}

a {
  color: var(--dim-grey);
  font-family: Proxima nova, sans-serif;
  text-decoration: none;
}

strong {
  font-family: Proxima nova, sans-serif;
  font-weight: 700;
}

.section {
  width: 100%;
}

.section.nav {
  padding-top: 70px;
  padding-left: 40px;
  padding-right: 40px;
}

.section.nav.pt50 {
  margin-top: 50px;
}

.section.nav.pt0 {
  padding-top: 0;
}

.section.nav.pt0.mb240 {
  margin-bottom: 240px;
}

.section.nav.pt-100 {
  padding-top: 120px;
}

.section.nav.pt-100.pb {
  padding-bottom: 152px;
}

.section.purple {
  background-image: url('../images/Grupo-33560.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section._50 {
  margin-top: 57px;
}

.section._20px {
  margin-top: -20px;
}

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

.section.mb130 {
  margin-bottom: 130px;
}

.section.testimoniales {
  height: 560px;
  padding-top: 35px;
  padding-bottom: 35px;
  display: none;
  position: relative;
}

.section.testimoniales.lp {
  margin-top: 79px;
  margin-bottom: 79px;
}

.section.expreriencia {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}

.section.pb50 {
  padding-bottom: 90px;
}

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

.section.ptb50.pt100 {
  padding-top: 100px;
}

.section.ptb50.oculto {
  display: none;
}

.section.como-funciona {
  height: 560px;
  padding-top: 35px;
  padding-bottom: 35px;
  display: none;
  position: relative;
}

.section._404 {
  background-image: url('../images/Enmascarar-grupo-997.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.section.promos-section {
  margin-top: -84px;
  padding-bottom: 50px;
}

.section.blogs-list {
  margin-top: -56px;
}

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

.section.contacto-form {
  margin-top: -200px;
}

.section.aviso-lp {
  margin-top: -72px;
}

.section.aviso-lp.mb40 {
  margin-top: -134px;
  padding-bottom: 40px;
}

.section._179 {
  margin-top: -169px;
}

.section.ptb70 {
  padding-top: 70px;
  padding-bottom: 70px;
  line-height: 52px;
}

.section.pt379 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section.pt-125 {
  margin-top: -125px;
  padding-bottom: 165px;
}

.section.bg-casos-exito {
  background-image: url('../images/Grupo-33566.png');
  background-position: 100% 100%;
  background-repeat: repeat-y;
  background-size: 875px;
  max-width: 1728px;
  margin-left: auto;
  margin-right: auto;
}

.section.bg-comofuncionna {
  background-image: url('../images/Grupo-33570.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 67px;
  padding-bottom: 67px;
}

.section.bg-comofuncionna.overflow {
  overflow: hidden;
}

.section.bg-comofuncionna.overflow.hide {
  display: none;
}

.section.mt-200 {
  margin-top: 300px;
}

.container {
  width: 100%;
  min-width: 1088px;
  max-width: 1088px;
  margin-left: auto;
  margin-right: auto;
}

.container.menu {
  justify-content: space-between;
  align-items: center;
  height: 70px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container.blogs {
  display: flex;
  position: relative;
}

.container.cont-lp-soft {
  max-height: 75vh;
}

.container.cnt-footer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div {
  width: 100%;
}

.div.flex {
  width: 100%;
  display: flex;
}

.div.flex.v {
  flex-direction: column;
  align-items: center;
  position: relative;
}

.div.flex.invertir {
  filter: none;
}

.div.flex.invertir.rela {
  position: relative;
}

.div.flex.mb114 {
  margin-bottom: 114px;
}

.div.flex.mt-150 {
  margin-top: 150px;
}

.div.blog {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div.solucion {
  color: #fff;
  cursor: pointer;
}

.div.solucion:hover {
  color: #ffc700;
}

.div-item {
  width: 100%;
  max-width: 50%;
}

.div-item._1 {
  max-width: 50%;
  padding-top: 0;
}

.div-item._1.m {
  margin-left: 636px;
}

.div-item.auto {
  width: 20%;
}

.div-item.auto.movil {
  width: 22%;
}

.div-item.auto.c {
  justify-content: center;
  width: 25%;
}

.div-item.pl90 {
  padding-left: 90px;
}

.div-item.pl90.medio {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.div-item.txtr {
  text-align: right;
  width: 100%;
  padding-left: 70px;
  padding-right: 70px;
}

.div-item.c {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-item.img-g {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 62px;
  display: flex;
  position: relative;
}

.div-item.img-g.pt20 {
  align-items: flex-start;
  max-width: 50%;
  padding-top: 45px;
}

.div-item.m {
  flex-direction: column;
  justify-content: center;
  margin-left: -227px;
  padding-top: 120px;
  position: relative;
}

.div-item.r {
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.div-item.mid {
  justify-content: center;
  display: flex;
}

.div-item.med {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.div-item.centro {
  justify-content: center;
  display: flex;
}

.div-item.full {
  display: flex;
}

.div-item.full.r {
  justify-content: center;
}

.div-item.relative {
  position: relative;
}

.div-item.relative._50 {
  max-width: 50%;
}

.div-item.pl25 {
  padding-left: 25px;
}

.div-item._50 {
  max-width: 50%;
}

.div-item._50.flex {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-item._50.flex.centered.p-re1 {
  z-index: 1;
  position: relative;
}

.div-item.flex {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-item.flex.pl-50 {
  padding-left: 50px;
}

.div-item.flex.centered {
  justify-content: center;
  align-items: center;
}

.div-item.flex.centered.p-re {
  z-index: 2;
  position: relative;
}

.div-item._40 {
  max-width: 40%;
}

.div-item._30 {
  max-width: 30%;
}

.menu {
  background-color: var(--white);
  width: 100%;
  height: 70px;
  position: fixed;
  inset: 0% 0% auto;
}

.logo {
  width: 150px;
}

.menu-item {
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.menu-link {
  color: #43213d;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px 0;
  font-family: Proxima nova reg, sans-serif;
  font-weight: 400;
}

.menu-link:hover, .menu-link.w--current {
  color: var(--orange);
}

.menu-link.contacto {
  color: #121212;
  background-color: #ffc700;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 30px;
  display: flex;
}

.menu-link.contacto:hover {
  background-color: var(--dark-slate-blue);
  transform: scale(1.05);
}

.menu-link.clientes {
  background-color: var(--orange);
  color: var(--white);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 30px;
  display: flex;
}

.menu-link.clientes:hover {
  background-color: var(--purple);
  transform: scale(1.05);
}

.menu-link.oculto {
  display: none;
}

.menu-comp {
  height: 70px;
}

.banner {
  background-image: url('../images/Home-Banner.svg');
  background-position: 50%;
  background-size: cover;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  width: 95%;
  height: 550px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 53px;
  padding-bottom: 53px;
  position: relative;
}

.banner.home {
  background-image: url('../images/Componente-27-–-1.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  width: 95%;
  margin-bottom: 233px;
  display: flex;
}

.banner.nominaas {
  background-image: url('../images/Grupo-33564.svg');
  background-position: 50%;
  background-size: cover;
  height: auto;
}

.banner.plataforma {
  background-image: url('../images/Grupo-33574.png');
  background-position: 0 0;
  background-size: cover;
  height: 378px;
  margin-bottom: 400px;
}

.banner.beneficios {
  z-index: -1;
  background-image: url('../images/Beneficios.svg');
  height: 378px;
  padding-top: 100px;
}

.banner.blog {
  background-image: url('../images/Grupo-33576.png');
  background-position: 50% 100%;
  background-size: cover;
  height: 378px;
  padding-top: 75px;
}

.banner.blog.recursos {
  background-image: url('../images/Grupo-33574.png');
  background-position: 50% 100%;
}

.banner.blogs-banner {
  background-image: url('../images/2eb5b140b72e91df2e895ca06046ae46.jpg');
  background-size: cover;
  height: 378px;
  display: flex;
}

.banner.ebook {
  background-image: url('../images/Grupo-33574.png');
  background-size: cover;
  height: auto;
}

.banner.contacto {
  z-index: -1;
  background-image: url('../images/Grupo-33576.png');
  height: 450px;
}

.banner.aviso {
  z-index: -1;
  background-color: var(--orange);
  background-image: none;
  height: auto;
  padding-top: 75px;
  position: relative;
}

.banner.categoria-template {
  background-image: url('../images/Plataforma.svg');
  height: auto;
}

.banner.autor {
  background-image: url('../images/Grupo-33574.png');
  height: auto;
}

.banner.typ-descarga {
  background-image: url('../images/Grupo-33574.png');
  background-size: cover;
  align-items: center;
  display: flex;
}

.banner.paquetes {
  background-image: url('../images/Grupo-33576.png');
  background-position: 50% 100%;
  height: 378px;
  margin-bottom: 0;
}

.slide-textos {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.slide-nav, .right-arrow, .left-arrow {
  display: none;
}

.titulo-banner {
  color: var(--white);
  text-align: center;
  width: 700px;
  max-width: 700px;
  margin: 0 auto 63px;
  font-weight: 500;
}

.titulo-banner.l {
  color: var(--white);
  text-align: left;
  width: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 35px;
  line-height: 45px;
}

.titulo-banner.l._35px {
  width: 500px;
  max-width: 750px;
  margin-bottom: 0;
  margin-left: 97px;
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
}

.boton {
  box-shadow: none;
  color: #121212;
  background-color: #ffc700;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 160px;
  height: 50px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.boton:hover {
  transform: scale(1.05);
}

.boton.up {
  z-index: 2;
  box-shadow: none;
  color: #000;
  -webkit-text-fill-color: inherit;
  background-color: #ffc700;
  background-clip: border-box;
  border-radius: 20px;
  position: relative;
}

.boton.up.boton-modulo {
  max-width: 270px;
  margin-right: 0;
}

.boton.up.boton-modulo.mt70 {
  margin-top: 70px;
}

.boton.l {
  color: #ffc700;
  background-color: #121212;
  justify-content: center;
  margin-top: 20px;
  margin-left: 0;
  margin-right: auto;
}

.boton.l.w--current {
  background-color: var(--orange);
  color: var(--black);
}

.boton.l.nm {
  margin-bottom: 0;
}

.boton.l.mt20 {
  margin-top: 20px;
}

.boton._270 {
  min-width: 270px;
  margin-bottom: 0;
}

.boton.movil {
  display: none;
}

.mockup {
  z-index: 0;
  width: 859px;
  margin-top: -61px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.vectores {
  position: absolute;
  inset: 50px auto auto 2%;
}

.vectores._2 {
  z-index: 0;
  top: 80px;
  left: 15%;
}

.vectores._3 {
  inset: auto 10% 50px auto;
}

.subtitulo {
  color: #121212;
  margin-top: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
}

.subtitulo.r {
  text-align: right;
}

.subtitulo.white {
  color: var(--white);
}

.subtitulo.c {
  text-align: center;
}

.subtitulo.c.mb55 {
  margin-bottom: 55px;
}

.subtitulo.mb41 {
  color: var(--orange);
  margin-bottom: 41px;
  font-size: 37px;
}

.subtitulo.mb41.white {
  font-size: 37px;
}

.subtitulo.purple {
  color: var(--purple);
}

.subtitulo.max214 {
  color: #121212;
  text-align: right;
  width: 100%;
  max-width: 214px;
  margin-left: auto;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.subtitulo.max214.hide {
  display: none;
}

.parrafo {
  text-align: justify;
  line-height: 26px;
}

.parrafo.max600 {
  max-width: 446px;
}

.parrafo.white {
  color: var(--white);
}

.parrafo.white._27 {
  margin-bottom: 41px;
  font-size: 27px;
  line-height: 32px;
}

.parrafo._444px {
  width: 444px;
}

.parrafo.naranja {
  color: var(--orange);
}

.parrafo.naranja.plr55 {
  margin-left: 55px;
  margin-right: 55px;
}

.bold-text {
  font-family: Proxima nova, sans-serif;
  font-weight: 700;
}

.bold-text.color-yellow {
  color: var(--orange);
}

.img-vector {
  width: 1062px;
}

.txt-top {
  color: #121212;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Maven Pro, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.txt-top.mb26 {
  letter-spacing: 1px;
  margin-bottom: 26px;
  font-weight: 700;
}

.txt-top.mb26.orange-d {
  color: var(--orange-red);
}

.txt-top.mb34 {
  margin-bottom: 34px;
}

.txt-top.nm {
  color: #121212;
  letter-spacing: 1px;
  margin-bottom: 0;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid.soluciones {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid.checks {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  padding-top: 70px;
  padding-left: 85px;
  display: grid;
}

.grid.modulo {
  margin-top: 70px;
}

.grid.vb {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  padding-top: 0;
  padding-left: 85px;
  display: grid;
}

.vacio.l {
  align-items: center;
  display: flex;
}

.txt.blanco:hover {
  color: #ffc700;
}

.img.servicios {
  height: 62px;
  margin-bottom: 14px;
}

.checks {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.checks.bold {
  font-family: Proxima nova, sans-serif;
}

.check-icon {
  margin-top: 5px;
  margin-right: 11px;
}

.titulo {
  color: var(--purple);
}

.titulo.c {
  color: var(--black);
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
}

.box {
  background-color: var(--white);
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 444px;
  height: 300px;
  padding: 50px 43px;
  display: flex;
  box-shadow: 4px 4px 10px 10px #97859a1a;
}

.box.testimonios {
  justify-content: flex-end;
  height: 444px;
  margin-top: 38px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.box.t {
  border-radius: 20px;
}

.box-icon {
  margin-top: -88px;
  margin-left: auto;
}

.box-link {
  color: var(--orange);
  text-transform: uppercase;
  flex-direction: column;
  align-items: center;
  margin-top: 34px;
  margin-left: auto;
  margin-right: -9px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.box-link:hover {
  transform: scale(1.05);
}

.box-link.orange {
  color: var(--orange-red);
}

.m-s-icon {
  border: 1.5px solid var(--orange);
  background-color: var(--white);
  color: var(--orange);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-family: Maven Pro, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 48px;
  text-decoration: none;
  display: flex;
}

.m-s-icon.orange {
  border-color: var(--orange-red);
  color: var(--orange-red);
}

.half-banner {
  z-index: -1;
  background-image: url('../images/Half.svg');
  background-position: 50%;
  background-size: cover;
  width: 65%;
  height: 560px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.half-banner.l {
  inset: 0% auto 0% 0%;
}

.slide-testimonios {
  background-color: #0000;
  width: 600px;
  height: 520px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.arrow-testimonios {
  background-color: var(--orange-red);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 20px;
  line-height: 20px;
  display: flex;
  inset: auto -180px 130px auto;
}

.arrow-testimonios.l {
  margin-right: 60px;
}

.testimonios-slide-1 {
  width: 100%;
  margin-left: 15px;
  margin-right: 15px;
  padding-bottom: 10px;
}

.testimonio-title {
  color: var(--purple);
  font-size: 25px;
  line-height: 31px;
}

.testimonio-title.mb30 {
  margin-bottom: 30px;
}

.image {
  position: absolute;
  inset: -37px 57px auto auto;
}

.stars {
  margin-bottom: 47px;
}

.dots {
  z-index: -1;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.form {
  width: 904px;
  margin-left: auto;
  margin-right: auto;
}

.form-container {
  background-color: var(--white);
  border-radius: 30px;
  margin-top: -150px;
  margin-left: 43px;
  margin-right: 43px;
  padding: 43px;
  box-shadow: 11px 11px 15px 5px #97859a1a;
}

.form-color {
  background-color: #121212;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  width: 100%;
  height: 200px;
}

.footer {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.footer-top {
  background-image: url('../images/Enmascarar-grupo-996.png');
  background-position: 0 0;
  background-size: cover;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 32px;
}

.footer-top.pt-footer {
  background-size: cover;
  padding-top: 103px;
}

.powered {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.fotter-logo {
  width: 184px;
}

.fotter-item {
  width: 100%;
}

.fotter-item.links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .5fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: flex-end start;
  display: flex;
}

.footer-div {
  width: 80%;
  margin-bottom: 57px;
  display: flex;
}

.footer-link {
  color: var(--white);
  text-decoration: none;
}

.footer-link:hover {
  color: var(--orange);
}

.footer-link.aviso {
  font-size: 15px;
  line-height: 21px;
}

.line {
  background-color: #fff;
  width: 90%;
  height: 1px;
}

.footer-rrss {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 15px;
  display: flex;
}

.footer-rrss-item {
  width: 100%;
}

.footer-rrss-item.rrss {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.fecha {
  color: var(--white);
}

.rrss {
  display: flex;
}

.rrss.m {
  align-items: center;
}

.rrss-link {
  background-color: #ffffff26;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-left: 15px;
  display: flex;
}

.rrss-link:hover {
  background-color: var(--orange-red);
}

.rrss-link.purple {
  background-color: var(--black);
}

.rrss-link.purple:hover {
  background-color: #12121296;
}

.rrss-link.fr {
  margin-left: 0;
}

.nom-img.under {
  margin-top: 17px;
}

.banner-intermedio {
  background-color: #430965;
  background-image: url('../images/Banner-Texture.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 30px;
  justify-content: space-between;
  height: 200px;
  display: flex;
}

.banner-intermedio-item {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.dots-l {
  display: block;
  position: relative;
  right: -179px;
}

.arrow-funcion {
  background-color: var(--orange-red);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 20px;
  line-height: 20px;
  display: flex;
  inset: auto auto 150px -53px;
}

.arrow-funcion.izq {
  left: -107px;
}

.article {
  background-color: var(--white);
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-height: 440px;
  margin-bottom: 16px;
  padding: 18px;
  display: flex;
  box-shadow: 7px 7px 10px #97859a1a;
}

.article-portada {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 180px;
}

.article-etiqueta {
  color: #000;
  background-color: #ffc700;
  border-radius: 3px;
  margin-top: -13px;
  margin-bottom: 16px;
  padding: 1px 9px;
  font-size: 14px;
  line-height: 20px;
}

.article-title {
  color: #43213d;
  min-height: 50px;
  margin-bottom: 10px;
  font-family: Maven Pro, sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 25px;
}

.article-description {
  min-height: 150px;
}

.article-link {
  color: var(--orange);
  justify-content: space-between;
  width: 100%;
  margin-bottom: 24px;
  font-family: Maven Pro, sans-serif;
  text-decoration: none;
  display: flex;
}

.article-link:hover {
  filter: saturate(200%);
  color: var(--orange-red);
}

.article-link.recurso {
  margin-bottom: 0;
}

.article-link.recurso:hover {
  filter: none;
  color: var(--orange-red);
}

.article-autor {
  width: 100%;
  display: flex;
}

.article-autor-item {
  width: 100%;
}

.article-autor-img {
  border: 1.5px solid #fd9f0c;
  border-radius: 100%;
  width: 46px;
  height: 46px;
  margin-right: 14px;
}

.article-autor-title {
  font-family: Proximanova, sans-serif;
}

.mas-blogs {
  color: var(--orange);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.mas-blogs:hover {
  transform: scale(1.05);
}

.mas-blogs-icon {
  border: 1px solid var(--orange);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 5px;
  padding-top: 5px;
  font-size: 38px;
  text-decoration: none;
  display: flex;
}

._404-logo {
  margin-bottom: 100px;
}

._404-title {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 400;
}

._404-txt {
  color: var(--orange);
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: Maven Pro, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.promos {
  grid-template-columns: 1fr 1fr 1fr;
}

.promo-div {
  background-color: var(--white);
  border-radius: 30px;
  flex-direction: column;
  align-items: center;
  padding: 24px;
  display: flex;
  box-shadow: 11px 11px 15px #97859a1a;
}

.promo-subtitle {
  color: var(--purple);
  text-align: center;
  height: 71px;
  margin-bottom: 25px;
  font-family: Maven Pro, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 34px;
}

.promo-parrafo {
  text-align: center;
  width: 100%;
  min-height: 120px;
}

.promo-parrafo.s {
  font-size: 16px;
}

.promo-parrafo.g {
  min-height: 170px;
}

.promo-terminos {
  text-align: left;
  width: 100%;
  height: 66px;
  font-size: 11px;
  line-height: 16px;
}

.promo-terminos._2 {
  height: 100px;
}

.blog-etiqueta {
  color: var(--black);
  margin-bottom: 15px;
  font-family: Maven Pro, sans-serif;
  font-size: 20px;
}

.menu-blog {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.menu-blog-item {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 80px;
  font-family: Maven Pro, sans-serif;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  box-shadow: 7px 7px 15px #97859a1a;
}

.menu-blog-item:hover, .menu-blog-item.w--current {
  background-color: var(--black);
  color: var(--white);
}

.blogs-tables {
  padding-top: 70px;
  padding-bottom: 50px;
}

.etiqueta-blog {
  background-color: var(--orange);
  color: var(--black);
  text-transform: uppercase;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 160px;
  height: 50px;
  margin-bottom: 20px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  box-shadow: 1px 1px 10px 5px #feaf0659;
}

.etiqueta-blog:hover {
  transform: scale(1.05);
}

.banner-blog-comp {
  z-index: 0;
  background-color: #121212cc;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.autor-blog {
  margin-bottom: 30px;
  display: flex;
}

.autor-blog-img {
  border: 1.5px solid var(--orange);
  border-radius: 100%;
  width: 80px;
  height: 80px;
  margin-right: 25px;
  padding: 2px;
}

.autor-blog-item {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  display: flex;
}

.autor-blog-name {
  color: var(--purple);
  font-family: Proxima nova, sans-serif;
  font-size: 22px;
  line-height: 28px;
}

.banner-blog-mid {
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.banner-blog-mid.w--current {
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.banner-item {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--black);
  background-image: url('../images/Banner-Texture.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 30px;
  align-items: center;
  width: 100%;
  height: 132px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 60px;
  display: flex;
}

.boton-banner-mid {
  background-color: var(--orange);
  color: var(--black);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 160px;
  height: 50px;
  margin-right: -50px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  box-shadow: 1px 1px 10px 5px #fea70659;
}

.boton-banner-mid:hover {
  transform: scale(1.05);
}

.blog-div {
  width: 100%;
  max-width: 812px;
}

.blog-contenido {
  margin-bottom: 20px;
}

.ebook-title {
  color: var(--orange);
  text-align: left;
  max-width: 600px;
  margin-top: 0;
  margin-bottom: 24px;
  margin-left: 32px;
  font-weight: 500;
}

.ebook-parrafo {
  color: var(--white);
  margin-bottom: 30px;
  margin-left: 32px;
}

.check-ebook {
  color: var(--white);
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.contacto-title {
  color: var(--black);
  text-align: center;
  max-width: 526px;
  margin: 0 auto 24px;
  font-weight: 500;
}

.contacto-txt {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Maven Pro, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.contacto-tab {
  margin-top: -195px;
  margin-bottom: 24px;
}

.form-container-contacto {
  background-color: var(--white);
  border-radius: 30px;
  margin-left: 43px;
  margin-right: 43px;
  padding: 43px;
  box-shadow: 11px 11px 15px 5px #97859a1a;
}

.contacto-tab-menu {
  justify-content: center;
  margin-top: -25px;
  margin-bottom: 15px;
  display: flex;
}

.contacto-tab-menu-link {
  background-color: var(--black);
  color: var(--white);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  min-width: 160px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.contacto-tab-menu-link:hover, .contacto-tab-menu-link.w--current {
  background-color: var(--orange);
  color: var(--black);
}

.contacto-tab-menu-link.purple {
  background-color: var(--black);
  box-shadow: none;
  color: var(--white);
}

.contacto-tab-menu-link.purple:hover {
  background-color: var(--orange);
  color: var(--black);
}

.contacto-tab-menu-link.purple.w--current {
  background-color: var(--black);
}

.contacto-tab-menu-link.purple.w--current:hover {
  color: var(--white);
}

.contacto-div {
  z-index: 99;
}

.contacto-div._1 {
  display: block;
}

.contacto-div._2, .contacto-div._3 {
  display: none;
}

.aviso-etiqueta {
  color: var(--black);
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
  font-family: Maven Pro, sans-serif;
  font-size: 20px;
}

.aviso-de-privacidad {
  width: 100%;
  max-width: 752px;
  margin-left: auto;
  margin-right: auto;
}

.faqs-title {
  color: var(--orange);
  text-align: right;
  width: 100%;
  margin-bottom: 15px;
  font-family: Maven Pro, sans-serif;
  font-size: 20px;
}

.faqs-titulo {
  color: #481f3e;
  margin-top: 0;
  font-weight: 500;
}

.faqs-titulo.c {
  color: var(--black);
  text-align: center;
}

.div-faqs {
  cursor: pointer;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  padding: 24px 40px;
  display: flex;
  box-shadow: 11px 11px 15px #97859a1a;
}

.div-faqs:hover {
  box-shadow: 7px 7px 10px #bfc3d85e;
}

.div-faqs-title {
  color: var(--black);
  font-family: Maven Pro, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.div-faqs-cont {
  color: #18345a;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 720px;
  margin-bottom: 11px;
  padding: 24px 40px;
  font-size: 18px;
  line-height: 26px;
  display: none;
}

.div-faqs-open {
  cursor: pointer;
  background-color: #fef8ee;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  padding: 24px 40px;
  display: none;
  box-shadow: 7px 7px 10px #bfc3d85e;
}

.div-faqs-open:hover {
  box-shadow: 7px 7px 10px #bfc3d85e;
}

.faqs {
  padding-bottom: 20px;
}

.mas-icon {
  background-color: var(--orange);
  color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding-bottom: 1px;
  font-family: Maven Pro, sans-serif;
  font-size: 22px;
  line-height: 22px;
  display: flex;
}

.text-block {
  color: #666;
}

.blogs-collection {
  margin-bottom: 30px;
}

.blogs-collection-mas {
  margin-bottom: 30px;
  display: none;
}

.collection-item {
  flex-direction: row;
  display: flex;
}

.autor-portada {
  border: 2px solid var(--orange);
  border-radius: 100%;
  width: 200px;
  padding: 5px;
}

.autor-descripcion {
  color: var(--white);
}

.autor-descripcion.yellow {
  color: var(--orange);
  margin-bottom: 20px;
}

.portada-ebook {
  object-fit: cover;
  width: 250px;
  margin-bottom: 30px;
}

.ebook-collectionlist {
  display: none;
}

.form-100 {
  width: 100%;
}

.form-80c {
  width: 80%;
}

.infografia-txt {
  flex-direction: column;
  justify-content: space-around;
  width: 394px;
  padding-left: 28px;
  display: flex;
}

.infografia-txt.l {
  width: 352px;
  padding-left: 0;
  padding-right: 28px;
}

.infografia-block {
  display: flex;
}

.infografia-item {
  margin-bottom: 30px;
}

.rrss-contacto {
  justify-content: flex-end;
  width: 100%;
  margin-top: -30px;
  padding-right: 115px;
  display: flex;
}

.phone-rrss {
  background-color: var(--black);
  color: var(--orange);
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  min-width: 200px;
  height: 40px;
  padding: 12px 25px 10px;
  display: flex;
}

.phone-rrss:hover {
  background-color: #121212bd;
}

.typ {
  background-image: url('../images/Enmascarar-grupo-997.png');
  background-position: 50%;
  background-size: cover;
  align-items: center;
  min-height: 100vh;
  padding-top: 70px;
  display: flex;
}

.footer-ligth {
  width: 100%;
}

.footer-ligth-item {
  padding-top: 24px;
  padding-bottom: 24px;
}

.footer-ligth-item.v {
  display: flex;
}

.grid-table {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 33% 33% 33%;
  padding-left: 80px;
  padding-right: 80px;
}

.table-box-paquetes {
  z-index: 2;
  background-color: var(--black);
  border-radius: 30px;
  flex-direction: column;
  align-items: center;
  min-width: 34%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
  box-shadow: 11px 11px 15px #97859a1a;
}

.table-box-paquetes.white {
  z-index: 1;
  background-color: var(--white);
  height: 924px;
  padding-top: 40px;
}

.table-box-paquetes.yellow {
  z-index: 1;
  background-color: #fff5d3;
  height: 924px;
  padding-top: 40px;
  padding-left: 50px;
  left: -30px;
}

.table-box-paquetes.index2 {
  height: 924px;
  padding-top: 40px;
  left: -15px;
}

.table-box-item {
  color: var(--white);
  text-align: center;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  height: 270px;
  margin-bottom: 40px;
  padding-top: 32px;
  padding-bottom: 32px;
}

.table-box-item.orange {
  padding-right: 0;
}

.table-box-etiqueta {
  color: var(--black);
  font-size: 20px;
  line-height: 26px;
}

.table-box-etiqueta.white {
  color: var(--white);
}

.table-box-etiqueta.persona {
  margin-top: -55px;
}

.table-box-title {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 50px;
}

.table-box-title.white {
  color: var(--white);
  margin-bottom: 0;
}

.table-box-txt {
  color: var(--white);
}

.table-box-item-under {
  padding-bottom: 52px;
}

.box-item-check {
  align-items: flex-start;
  margin-bottom: 19px;
  display: flex;
}

.box-item-check.bold {
  font-family: Proximanova, sans-serif;
}

.box-item-check-icon {
  margin-right: 16px;
}

.box-item-check-tex.white {
  color: var(--white);
}

.boton-purple {
  background-color: var(--orange);
  color: var(--black);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 17px 54px 15px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -15px;
  box-shadow: 0 2px 9px -2px #48579c70;
}

.boton-purple.orange-btn:hover {
  background-color: var(--orange-red);
}

.table-box-item-under-title {
  text-transform: uppercase;
  margin-bottom: 36px;
  margin-left: 45px;
  font-family: Maven Pro, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.avatar {
  max-width: 90%;
  margin-bottom: -36px;
}

.lottie-layer {
  width: 95px;
}

.fondo-lottie {
  background-image: url('../images/Layer.svg');
  background-position: 50%;
  background-size: cover;
  width: 106px;
  height: 100px;
}

.fondo-lottie.absolute {
  z-index: 10;
  width: 100px;
  position: absolute;
  inset: 20% -13px auto 8%;
}

.fondo-lottie._1 {
  position: absolute;
  inset: auto 0% 12% 266px;
}

.fondo-lottie._2 {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: absolute;
  inset: auto 92px 44% auto;
}

.lap-vector {
  z-index: 1;
  width: 1062px;
  min-width: 1062px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: -67px auto auto -300px;
}

.lottie-float {
  width: 179px;
  position: absolute;
  inset: auto 118px 63px auto;
}

.lottie-float.under {
  margin-bottom: -49px;
  bottom: 25px;
}

.in-line {
  margin-top: 116px;
  margin-left: 44px;
  display: flex;
}

.lottie-300 {
  width: 300px;
  margin-top: auto;
  margin-bottom: auto;
}

.fondo-lottie-yellow {
  background-image: url('../images/Lottie-Yellow.svg');
  background-position: 50%;
  background-size: cover;
  width: 100px;
  height: 100px;
}

.fondo-lottie-yellow._1 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 44% 92px;
}

.fondo-lottie-yellow._2 {
  position: absolute;
  inset: auto 266px 12% auto;
}

.fondo-lottie-img {
  width: 70px;
}

.lottie-bg-2 {
  background-image: url('../images/Lottie-BG-2.svg');
  background-position: 50%;
  background-size: cover;
  width: 275px;
  height: 275px;
}

.collection-list {
  flex-flow: wrap;
  display: flex;
}

.article-div {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.article-item {
  width: 100%;
}

.text-block-2 {
  text-transform: uppercase;
}

.collection-item-2 {
  display: flex;
}

.collection-list-2 {
  flex-wrap: wrap;
  display: flex;
}

.collection-list-3 {
  display: flex;
}

.articulo-div {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.lottie {
  margin-right: -44px;
}

.tabs-c {
  padding-bottom: 40px;
}

.portada-ebook-recursos {
  border-radius: 10px;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.collection.mb30 {
  margin-bottom: 30px;
}

.price-ticket-inhouse {
  background-color: var(--white);
  border-radius: 30px 0 15px;
  padding: 20px 20px 15px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.price-ticket-manager {
  background-color: var(--white);
  border-radius: 0 30px 0 15px;
  padding: 20px 20px 15px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.whatsapp-bot-n {
  z-index: 999;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: auto 30px 30px auto;
}

.whatsapp-bon {
  cursor: pointer;
  border-radius: 10px;
  width: 90px;
}

.agenda-cita {
  grid-column-gap: 32px;
  color: #fff;
  background-color: #fe6306;
  border-radius: 10px;
  align-items: center;
  width: 100%;
  max-width: 300px;
  height: 92px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 30px;
  font-size: 22px;
  line-height: 30px;
  display: none;
}

.agenda-cita:hover {
  transform: scale(1.1);
  box-shadow: 0 5px 15px #9999994d;
}

.agenda-cita.web {
  z-index: 99;
  grid-column-gap: 16px;
  background-color: #ffc700;
  max-width: 250px;
  display: flex;
}

.agenda-cita-icon {
  width: 133px;
  height: 133px;
  margin-left: -50px;
  display: block;
}

.agenda-cita-close {
  z-index: 100;
  cursor: pointer;
  width: 30px;
  height: 30px;
  padding: 7px;
  position: absolute;
  inset: -15px auto auto -70px;
}

.agenda-cita-div {
  z-index: 999;
  position: fixed;
  inset: 40% -9px auto auto;
}

.collection-list-4 {
  flex-wrap: wrap;
  display: flex;
}

.whatsapp-comp, .whatsapp-comp1 {
  width: 50px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.promo-logo {
  justify-content: center;
  width: 100%;
  height: 80px;
  margin-bottom: 30px;
  display: flex;
}

.line-promo {
  background-color: #dcd7dd;
  width: 100%;
  height: 1px;
  margin-bottom: 19px;
}

.link-movil {
  display: none;
}

.slider-promos {
  z-index: 1;
  background-color: #0000;
  width: 100%;
  height: auto;
}

.slider-promos-nav {
  display: none;
}

.slider-promos-left {
  opacity: .5;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #000;
  width: 50px;
  font-size: 25px;
  line-height: 35px;
  inset: 0% auto 0% 0%;
}

.slider-promos-left:hover {
  color: #2bb5a5;
}

.slider-promos-right {
  opacity: .5;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #000;
  width: 50px;
  font-size: 25px;
  line-height: 35px;
  inset: 0% 0% 0% auto;
}

.slider-promos-right:hover {
  color: var(--white);
}

.slider-promos-slide {
  width: 100%;
  max-width: 48%;
  margin-left: 10px;
  margin-right: 10px;
}

.section-orange {
  background-color: var(--orange);
  padding-top: 15px;
  padding-bottom: 15px;
}

.texto-banner-c {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  font-family: Maven Pro, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.texto-banner-c-link {
  color: var(--black);
  font-family: Maven Pro, sans-serif;
}

.texto-banner-c-link:hover {
  text-decoration: underline;
}

.banner-hero-gradient-white {
  background-image: linear-gradient(#fcfcfc, #ffc70040);
  width: 100%;
  height: 547px;
  padding-top: 30px;
}

.logo-naas {
  justify-content: center;
  align-items: center;
  display: flex;
}

.lp-title-div {
  color: #6e506b;
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 27px;
  font-weight: 400;
  line-height: 37px;
  display: flex;
}

.lp-title {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
  padding-left: 15%;
  padding-right: 15%;
  font-size: 39px;
  font-weight: 700;
  line-height: 50px;
}

.vector-banner {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.banner-hero-gradient-boton {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: -36px;
  display: flex;
}

.boton-yellow {
  color: var(--white);
  background-color: #fd9f0c;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 160px;
  height: 50px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  box-shadow: 1px 1px 10px 5px #fd9f0c59;
}

.boton-yellow:hover {
  transform: scale(1.05);
}

.boton-orange {
  background-color: var(--orange);
  box-shadow: none;
  color: var(--black);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 160px;
  height: 50px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 18px;
  line-height: 28px;
  display: flex;
}

.boton-orange:hover {
  transform: scale(1.05);
}

.section-purple {
  background-color: var(--black);
  width: 100%;
  height: 1166px;
  padding-top: 160px;
}

.lp-subtitle-c {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 71px;
  font-size: 35px;
  line-height: 45px;
}

.lp-subtitle-cb {
  color: #fd9f0c;
}

.lp-nominaas-grid {
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 52px;
}

.lp-nominaas-grid-item {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 250px;
  padding: 63px 25px 30px;
  display: flex;
  position: relative;
  box-shadow: 0 15px 15px 5px #523b4f80;
}

.lp-nominaas-grid-img {
  margin-top: 35px;
  margin-right: 24px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.lp-nominaas-grid-title {
  color: var(--black);
  flex-direction: column;
  justify-content: flex-end;
  min-height: 100px;
  margin-bottom: 20px;
  font-family: Proxima nova, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
  display: flex;
}

.lp-nominaas-grid-item-full {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  height: 550px;
  padding: 63px 25px 30px;
  display: flex;
  position: relative;
}

.grid-item-full {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #481f3e;
  text-align: right;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 50%;
  font-size: 30px;
  line-height: 40px;
  display: flex;
}

.grid-item-full.min60 {
  max-width: 60%;
  padding-left: 30px;
  padding-right: 30px;
}

.grid-item-full.max40 {
  max-width: 40%;
}

.lp-subtitle {
  color: #481f3e;
  text-align: center;
  margin-top: 0;
  margin-bottom: 22px;
  font-size: 35px;
  font-weight: 400;
  line-height: 45px;
}

.lp-subtitle.pb79 {
  margin-bottom: 79px;
}

.lp-subtitle.pb42 {
  color: var(--black);
  margin-bottom: 42px;
  font-family: Proxima nova, sans-serif;
  font-weight: 700;
}

.lp-subtitle.pb42.pt-130 {
  padding-top: 130px;
}

.lp-grid-2x1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.box-grid-orange {
  color: #fff;
  background-color: #fd9f0c;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 388px;
  padding: 77px 76px 77px 77px;
  font-size: 20px;
  line-height: 30px;
  display: flex;
  position: relative;
  box-shadow: 0 5px 5px 5px #97859a1a;
}

.grid-img-box {
  position: absolute;
  inset: 0% 0% auto auto;
}

.box-grid-orange-title {
  text-transform: uppercase;
  margin-bottom: 42px;
  font-size: 30px;
  line-height: 40px;
}

.box-grid-purple {
  background-color: var(--dark-slate-blue);
  color: #fff;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 388px;
  padding: 77px 76px 77px 77px;
  font-size: 20px;
  line-height: 30px;
  display: flex;
  position: relative;
  box-shadow: 0 5px 5px 5px #97859a1a;
}

.box-grid-link {
  margin-top: 34px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 14px;
}

.section-hero-gradient-white {
  background-image: linear-gradient(#fff, #fec72e66);
  width: 100%;
  padding-top: 40px;
  padding-bottom: 287px;
}

.pr-lp {
  text-align: center;
  width: 684px;
  margin-bottom: 39px;
  margin-left: auto;
  margin-right: auto;
}

.m {
  margin-bottom: 96px;
  display: flex;
}

.box-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 52px;
  display: grid;
}

.box-container._2 {
  grid-template-columns: 1fr 1fr;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.box-container-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #481f3e;
  text-align: center;
  flex-direction: column;
  font-size: 30px;
  line-height: 40px;
  display: flex;
}

.box-container-item-white {
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 175px;
  padding: 34px 25px 25px;
  font-size: 25px;
  line-height: 35px;
  display: flex;
  position: relative;
  box-shadow: 0 15px 15px 5px #523b4f0d;
}

.nominaas-grid-item-250 {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  height: 250px;
  padding: 30px 25px;
  display: flex;
  position: relative;
}

.nominaas-grid-item {
  align-items: center;
  width: 100%;
  max-width: 50%;
  display: flex;
}

.nominaas-grid-item.top {
  color: #481f3e;
  flex-direction: column;
  align-items: flex-start;
  font-size: 30px;
  line-height: 40px;
}

.nominaas-grid-item-pr {
  width: 100%;
  max-width: 370px;
  margin-bottom: 69px;
  font-size: 18px;
  line-height: 26px;
}

.nominaas-grid-item-title {
  color: var(--black);
  margin-bottom: 24px;
  font-family: Proxima nova, sans-serif;
  font-weight: 700;
}

.image-2 {
  margin-top: 75px;
}

.bold-text-2 {
  font-size: 26px;
  line-height: 21px;
}

.text-block-3 {
  line-height: 30px;
}

.form-block-bg {
  z-index: 99999;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.form-block-bg._1, .form-block-bg._2, .form-block-bg._3, .form-block-bg._4, .form-block-bg._5, .form-block-bg._6, .form-block-bg._7, .form-block-bg._8, .form-block-bg._9, .form-block-bg._10 {
  display: none;
}

.form-block-bg-div {
  grid-column-gap: 54px;
  grid-row-gap: 54px;
  background-color: #fff;
  border-radius: 30px;
  flex-direction: column;
  width: 100%;
  max-width: 904px;
  padding: 40px 92px;
  display: flex;
  position: relative;
}

.form-close {
  color: #ffc700;
  cursor: pointer;
  border: 1.5px solid #ffc700;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;
  display: flex;
  position: absolute;
  inset: 30px 30px auto auto;
}

.form-block-txt {
  grid-column-gap: 54px;
  grid-row-gap: 54px;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.form-block-title {
  color: #121212;
  margin-bottom: 31px;
  font-family: Maven Pro, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
}

.list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.banner-beneficios {
  background-color: #430965;
  background-image: url('../images/Trazado.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 30px;
  justify-content: space-between;
  align-items: center;
  height: 200px;
  margin-bottom: 79px;
  padding-left: 92px;
  padding-right: 92px;
  display: flex;
  position: static;
}

.boton-beneficios {
  background-color: var(--orange-red);
  color: var(--white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 160px;
  height: 50px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  box-shadow: 1px 1px 10px 5px #fe630659;
}

.boton-beneficios:hover {
  transform: scale(1.05);
}

.boton-beneficios.up {
  z-index: 2;
  position: relative;
}

.boton-beneficios.l {
  margin-left: 0;
}

.boton-beneficios.l.nm {
  margin-bottom: 0;
}

.boton-beneficios.l.mt20 {
  margin-top: 20px;
}

.boton-beneficios._270 {
  min-width: 270px;
  margin-bottom: 0;
}

.boton-beneficios.movil {
  display: none;
}

.banner-beneficios-title {
  color: #fff;
  font-family: Maven Pro, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
}

.banner-beneficios-img {
  position: absolute;
  inset: -67px auto auto 137px;
}

.div-promociones-top {
  color: #f0a33c;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 18px;
  font-family: Maven Pro, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.div-promociones-title {
  color: #430965;
  text-align: center;
  margin-bottom: 54px;
  font-family: Maven Pro, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
}

.promociones-grid, .promociones-grid.oculto {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.promociones-grid-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #6e506b;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 124px;
  font-family: Maven Pro, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
  box-shadow: 0 15px 15px 5px #97859a1a;
}

.promociones-grid-item:hover {
  color: var(--orange);
}

.promociones-grid-item.naas {
  text-align: center;
  justify-content: space-around;
  max-width: 168px;
  padding: 16px 10px;
  font-size: 18px;
  line-height: 18px;
}

.promociones-grid-item.naas.especial {
  padding-top: 0;
}

.promociones-grid-item._1 {
  display: flex;
}

.text-block-4 {
  text-align: center;
  text-transform: none;
  margin-top: 0;
  font-size: 14px;
  line-height: 18px;
}

.form-block-promociones {
  z-index: 99999;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.form-block-promociones._1 {
  z-index: 9999999;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.form-block-promociones._2, .form-block-promociones._3, .form-block-promociones._4, .form-block-promociones._5, .form-block-promociones._6, .form-block-promociones._7, .form-block-promociones._8, .form-block-promociones._9, .form-block-promociones._10, .form-block-promociones._11, .form-block-promociones._12, .form-block-promociones._13, .form-block-promociones._14, .form-block-promociones._15, .form-block-promociones._16, .form-block-promociones._17, .form-block-promociones._18, .form-block-promociones._19 {
  display: none;
}

.form-block-promo {
  grid-column-gap: 54px;
  grid-row-gap: 54px;
  background-color: #fff;
  border-radius: 30px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 470px;
  padding: 40px 50px;
  display: flex;
  position: relative;
}

.text-block-5 {
  text-align: center;
  font-size: 16px;
  line-height: 22px;
}

.div-block-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.subscript {
  font-size: 11px;
  line-height: 16px;
}

.text-block-6 {
  text-align: justify;
  font-size: 12px;
  line-height: 16px;
}

.text-block-7 {
  font-size: 12px;
  line-height: 16px;
}

.text-block-8 {
  text-align: justify;
  font-size: 12px;
  line-height: 16px;
}

.silde-vision {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.slide-nav-2 {
  display: none;
}

.silde-vision-arrow-l {
  background-color: var(--orange);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  font-size: 18px;
  line-height: 18px;
  display: flex;
  inset: auto auto -30px 45%;
}

.silde-vision-arrow-r {
  background-color: var(--orange);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  font-size: 18px;
  line-height: 18px;
  display: flex;
  inset: auto 45% -30px auto;
}

.image-3 {
  margin-bottom: 10px;
}

.text-block-9 {
  text-align: center;
  text-transform: none;
}

.text-block-10 {
  text-transform: none;
}

.text-block-11, .text-block-12 {
  font-size: 15px;
  line-height: 26px;
}

.div-block-3 {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.image-4 {
  width: 30%;
  height: auto;
}

.image-5 {
  width: 15%;
  margin-left: 7px;
}

.image-6 {
  width: 20%;
  margin-top: 0;
  margin-left: 140px;
  position: absolute;
  inset: auto auto 22px 0%;
}

.banner-titulo {
  color: var(--white);
  text-align: left;
  width: 700px;
  max-width: 700px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.banner-titulo.l {
  text-align: left;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 99px;
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
}

.banner-titulo.l._35px {
  width: 500px;
  max-width: 750px;
  margin-bottom: 0;
  margin-left: 97px;
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
}

.collection-list-wrapper {
  margin-bottom: 30px;
}

.reels {
  background-color: #ddd0;
  width: 100%;
  height: auto;
}

.reel-item {
  width: 100%;
  max-width: 33.3333%;
  padding: 10px;
}

.heading {
  text-align: center;
  width: 700px;
  margin: 0 auto 30px;
}

.html-embed {
  width: 100%;
  display: flex;
}

.bold-text-3 {
  color: var(--orange-red);
}

.text-block-13 {
  color: #000;
}

.icon-home {
  z-index: 3;
  position: absolute;
  inset: auto auto 0% 220px;
}

.icon-home-2 {
  z-index: 2;
  position: absolute;
  inset: -69px auto auto 100px;
}

.icon-home-3 {
  z-index: 2;
  position: absolute;
  inset: auto 200px -142px auto;
}

.image-7 {
  max-width: 461px;
  max-height: 461px;
}

.grid-modulos {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-modulos-child {
  grid-template-rows: auto;
  grid-template-columns: 26px 1fr;
}

.font-20-bold {
  color: #121212;
  font-size: 20px;
  line-height: 32px;
}

.text-block-14 {
  color: #ffc700;
}

.text-block-15 {
  color: #fd9f0c;
}

.slider-casos-exito {
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 560px;
}

.slide-casos-exito {
  margin-right: 125px;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 10px;
}

.slide-nav-3 {
  display: none;
}

.card-slide-casos-exito {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 430px;
  height: 434px;
  padding-top: 108px;
  padding-bottom: 62px;
  padding-left: 57px;
  position: relative;
  box-shadow: 0 2px 20px -2px #231f7233;
}

.icon-card-casos-exito {
  position: absolute;
  inset: -36px 57px auto auto;
}

.mask {
  width: 465px;
  margin-left: auto;
}

.estrellas-casos-exito {
  position: absolute;
  inset: 0% auto auto 57px;
}

.font-25 {
  font-size: 25px;
  line-height: 33px;
}

.font-25.bold-text.color-black {
  color: #121212;
}

.font-25.bold-text.color-black.pt-60 {
  padding-top: 60px;
}

.color-black {
  color: #121212;
}

.color-black.pt-35 {
  padding-top: 35px;
}

.left-arrow-2 {
  background-color: var(--orange);
  border-radius: 100%;
  width: 25px;
  height: 25px;
  inset: auto -210px 180px auto;
}

.right-arrow-2 {
  background-color: var(--orange);
  border-radius: 100%;
  width: 25px;
  height: 25px;
  inset: auto -250px 180px auto;
}

.font-40 {
  color: var(--floral-white);
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.font-40.color-yelow {
  color: var(--orange);
  font-family: Proxima nova, sans-serif;
}

.font-40.color-yelow.c {
  text-align: center;
}

.font-40.r {
  text-align: right;
}

.font-40.color-black {
  color: var(--black);
}

.font-40.mw-250 {
  max-width: 250px;
}

.icon-2 {
  color: var(--black);
  font-size: 18px;
}

.font-15 {
  font-size: 15px;
}

.font-15.c {
  text-align: center;
}

.font-15.c.white {
  color: var(--floral-white);
}

.precio {
  color: var(--black);
  font-family: Proxima nova, sans-serif;
  font-size: 112px;
  font-weight: 700;
  line-height: 122px;
}

.precio.white {
  color: var(--white);
}

.font-20 {
  color: var(--black);
  font-size: 20px;
  line-height: 30px;
}

.font-20.c {
  text-align: center;
}

.font-20.c.white {
  color: var(--white);
}

.font-20.c.mb-80 {
  max-width: 500px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

.card-precios {
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 405px;
  height: 350px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 17px -2px #7571b833;
}

.card-precios.bg-black {
  background-color: var(--black);
}

.card-precios.bg-yellow {
  background-color: #fff5d3;
}

.card-precios.hide {
  display: none;
}

.tabs-content {
  margin-top: 30px;
  overflow: visible;
}

.tabs-menu {
  border: 1px solid #000;
  border-radius: 28px;
  justify-content: center;
  align-items: center;
  width: 255px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.tabs {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-link-tab-1 {
  background-color: #ddd0;
}

.tab-link-tab-1.w--current {
  background-color: var(--black);
  color: var(--orange);
  border-radius: 22px;
  box-shadow: 0 2px 5px #0003;
}

.tab-link-tab-2 {
  color: var(--black);
  background-color: #ddd0;
}

.tab-link-tab-2.w--current {
  background-color: var(--black);
  color: var(--orange);
  border-radius: 22px;
}

.ver-mas-icono {
  position: absolute;
  inset: auto 149px -50px auto;
}

.ver-mas-icono.black {
  inset: auto 0% -49px 162px;
}

.slide-como-funciona {
  width: 465px;
}

.slider-como-funciona {
  background-color: #ddd0;
  height: auto;
}

.mask-2 {
  overflow: visible;
}

.slide-nav-4 {
  display: none;
}

.font-35 {
  color: var(--black);
  text-align: center;
  font-size: 35px;
  line-height: 45px;
}

.font-35.pb-50 {
  padding-bottom: 50px;
}

.contenedor-imagen {
  background-image: url('../images/Grupo-33554.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 317px;
  height: 100%;
  max-height: 330px;
  display: flex;
  overflow: visible;
}

.contenedor-imagen._196 {
  width: 196px;
  height: 196px;
}

.contenedor-imagen._196.position-plataforma {
  position: absolute;
  inset: auto auto 0% 200px;
}

.contenedor-imagen.typd {
  justify-content: center;
  align-items: center;
  max-width: 298px;
  height: 298px;
  padding-bottom: 13px;
  padding-left: 22px;
}

.icono._100 {
  height: 100px;
}

.fondo {
  position: relative;
}

.table-box-price {
  border-bottom: 1px solid var(--dark-grey);
  letter-spacing: -6px;
  margin-top: 0;
  padding-bottom: 23px;
  font-size: 102px;
  font-weight: 700;
  line-height: 122px;
}

.table-box-price.black {
  color: var(--black);
  letter-spacing: -6px;
  width: 100%;
  margin-top: 0;
  font-size: 98px;
  line-height: 106px;
}

.table-box-price.black.nl {
  border: 1px #000;
}

.table-box-price.nl {
  border-bottom-style: none;
}

.tiempo {
  letter-spacing: 0;
  font-size: 34px;
}

.flexbox-planes {
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 5px;
}

.tabs-content-planes {
  margin-top: 30px;
  overflow: visible;
}

.font-18 {
  color: var(--black);
}

.font-18.mw-164 {
  text-align: left;
  max-width: 164px;
}

.flee-planes {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  margin-bottom: 50px;
}

.flee-planes.mb-30 {
  margin-bottom: 30px;
}

.bg-dots {
  position: absolute;
  bottom: -849px;
  left: -15px;
}

.text-span-2 {
  color: var(--orange);
}

.font-30 {
  color: var(--black);
  font-family: Proxima nova, sans-serif;
  font-weight: 700;
}

.heading-2 {
  text-align: center;
  width: 700px;
  margin: 0 auto 30px;
}

.bold-text-6 {
  color: #ffc700;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.div-block-5 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.heading-3 {
  color: #000;
  margin-top: 0;
  font-size: 98px;
  font-weight: 700;
  line-height: 108px;
}

.heading-3-hed34 {
  color: #000;
  font-size: 34px;
  font-weight: 700;
  line-height: 44px;
}

.heading-3-white {
  color: #fff;
  margin-top: 0;
  font-size: 98px;
  font-weight: 700;
  line-height: 108px;
}

.heading-3-hed34-white {
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  line-height: 44px;
}

@media screen and (max-width: 991px) {
  .section._50 {
    margin-top: 0;
  }

  .section.testimoniales, .section.como-funciona {
    height: auto;
  }

  .section.pt379 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .container {
    min-width: auto;
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  .container.menu {
    flex-direction: row;
    justify-content: space-between;
    display: flex;
  }

  .div.flex {
    flex-direction: column-reverse;
  }

  .div.flex.full.movil {
    flex-direction: row;
  }

  .div.flex.invertir.rela {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .div.flex.movil, .div.flex.x3 {
    flex-direction: row;
  }

  .div.flex.mb114.mt70 {
    margin-top: 70px;
  }

  .div-item {
    width: 100%;
  }

  .div-item._1 {
    max-width: 100%;
    margin-left: 0;
    padding-top: 0;
  }

  .div-item._1.m {
    position: static;
  }

  .div-item.auto {
    width: 100%;
  }

  .div-item.auto.movil {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-item.pl90.medio {
    margin-left: 0;
    padding-left: 0;
  }

  .div-item.c._100 {
    max-width: 100%;
  }

  .div-item.img-g {
    align-items: flex-start;
    padding-right: 0;
  }

  .div-item.img-g._100 {
    max-width: 100%;
  }

  .div-item.m {
    margin-left: 0;
  }

  .logo {
    margin-right: auto;
  }

  .logo.w--current {
    width: 150px;
  }

  .menu-item {
    grid-row-gap: 16px;
    background-color: var(--white);
    height: 100vh;
    padding-left: 30px;
    padding-right: 30px;
  }

  .menu-link {
    border-bottom: 1px solid var(--orange);
    align-items: center;
    height: 40px;
    display: flex;
  }

  .menu-link.contacto, .menu-link.clientes {
    border-bottom-style: none;
    margin-top: 20px;
  }

  .menu-boton {
    color: var(--midnight-blue);
    width: auto;
    padding: 5px;
    font-size: 48px;
    line-height: 48px;
  }

  .menu-boton:hover {
    background-color: var(--orange-red);
    color: var(--white);
  }

  .menu-boton.w--open {
    background-color: var(--orange-red);
  }

  .banner.nominaas {
    height: auto;
    margin-bottom: 0;
  }

  .banner.plataforma {
    margin-bottom: 272px;
  }

  .banner.blog {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .banner.paquetes {
    margin-bottom: 272px;
  }

  .titulo-banner {
    display: inline;
  }

  .boton.up {
    margin-top: 40px;
  }

  .mockup {
    width: 100%;
    margin-top: -50px;
  }

  .subtitulo.r {
    text-align: right;
  }

  .subtitulo.max214 {
    text-align: left;
    max-width: 100%;
  }

  .img-vector {
    width: 90%;
    margin-top: 0;
    margin-left: 0;
  }

  .grid.checks {
    width: 100%;
    margin-bottom: 30px;
    padding-top: 0;
    padding-left: 0;
  }

  .grid.modulo {
    grid-template-columns: 1fr;
    display: flex;
  }

  .box-icon {
    margin-bottom: 20px;
  }

  .box-link {
    margin-top: 5px;
    margin-right: auto;
  }

  .half-banner {
    width: 100%;
    height: auto;
  }

  .half-banner.l {
    width: 100%;
    height: auto;
    inset: 0%;
  }

  .slide-testimonios {
    width: 75%;
  }

  .arrow-testimonios {
    bottom: 50px;
    right: -18px;
  }

  .arrow-testimonios.l {
    margin-right: 45px;
  }

  .form {
    width: 100%;
  }

  .form-container {
    padding: 20px;
  }

  .footer-top {
    padding-top: 40px;
  }

  .fotter-logo {
    width: 100px;
    margin-bottom: 20px;
  }

  .footer-div {
    flex-direction: column;
  }

  .nom-img {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .banner-intermedio {
    padding-left: 30px;
  }

  .dots-l {
    display: none;
  }

  .arrow-funcion {
    bottom: 48px;
    left: 45px;
  }

  .arrow-funcion.izq {
    left: 0;
  }

  .article-portada {
    height: auto;
  }

  .menu-blog {
    grid-template-columns: 1fr 1fr;
  }

  .menu-blog-item.w--current {
    height: auto;
  }

  .grid-table {
    padding-left: 0;
    padding-right: 0;
  }

  .fondo-lottie.absolute {
    margin-bottom: -85px;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .fondo-lottie._1 {
    left: 159px;
  }

  .lap-vector {
    min-width: auto;
    margin-top: 0;
    margin-left: 0;
    position: static;
    left: -154px;
  }

  .lottie-float.under {
    right: 243px;
  }

  .fondo-lottie-yellow._2 {
    right: 147px;
  }

  .portada-ebook-recursos {
    height: auto;
  }

  .vector-banner {
    margin-top: 0;
  }

  .banner-hero-gradient-boton {
    margin-top: -30px;
  }

  .section-purple {
    padding-top: 108px;
  }

  .lp-subtitle-c {
    font-size: 28px;
    line-height: 38px;
  }

  .lp-nominaas-grid-item {
    height: auto;
    padding-top: 30px;
  }

  .lp-nominaas-grid-img {
    width: 50px;
    margin-top: 10px;
    margin-right: 10px;
  }

  .lp-nominaas-grid-title {
    min-height: auto;
    font-size: 22px;
    line-height: 32px;
  }

  .lp-nominaas-grid-item-full {
    flex-direction: row;
    height: auto;
  }

  .grid-item-full.min60 {
    max-width: 100%;
  }

  .grid-item-full.max40 {
    max-width: 40%;
    font-size: 18px;
    line-height: 28px;
  }

  .lp-subtitle.pb79, .lp-subtitle.pb42 {
    margin-bottom: 30px;
    font-size: 25px;
    line-height: 35px;
  }

  .box-grid-orange {
    padding: 30px;
    font-size: 18px;
    line-height: 28px;
  }

  .grid-img-box {
    width: 120px;
    font-size: 18px;
    line-height: 26px;
  }

  .box-grid-purple {
    padding: 30px;
  }

  .box-grid-link {
    margin-top: 40px;
  }

  .box-container-item {
    font-size: 22px;
    line-height: 32px;
  }

  .box-container-item-white {
    height: auto;
    font-size: 16px;
  }

  .form-block-bg {
    padding-left: 30px;
    padding-right: 30px;
  }

  .form-block-bg-div {
    padding-left: 40px;
    padding-right: 40px;
  }

  .banner-beneficios {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .boton-beneficios {
    text-align: center;
    justify-content: center;
    align-items: center;
    min-width: auto;
    height: 72px;
    margin-top: 0;
    padding-top: 0;
    padding-left: 25px;
    line-height: 30px;
    display: flex;
  }

  .banner-beneficios-title, .div-promociones-title {
    font-size: 30px;
    line-height: 40px;
  }

  .promociones-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .form-block-promociones {
    padding-left: 30px;
    padding-right: 30px;
  }

  .form-block-promo {
    padding-left: 40px;
    padding-right: 40px;
  }

  .silde-vision-arrow-l {
    left: 40%;
  }

  .silde-vision-arrow-r {
    right: 40%;
  }

  .slide {
    text-align: center;
  }

  .text-span {
    direction: ltr;
    text-indent: 0;
    display: block;
    overflow: visible;
  }

  .image-6 {
    width: 10%;
    margin-top: 0;
    bottom: -86px;
    left: 34%;
  }

  .banner-titulo {
    display: inline;
  }

  .reel-item {
    max-width: 50%;
  }

  .heading-2 {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .section.nav {
    padding-left: 0;
    padding-right: 0;
  }

  .section.mb130 {
    margin-bottom: 40px;
  }

  .section.testimoniales {
    height: auto;
  }

  .section.expreriencia {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .section.pb50 {
    padding-bottom: 40px;
  }

  .section.promos-section, .section.blogs-list {
    margin-top: 40px;
  }

  .section.agenda-demo {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .div.flex {
    flex-direction: column;
  }

  .div.flex.full.movil, .div.flex.invertir {
    flex-direction: column-reverse;
  }

  .div.flex.movil, .div.flex.x3 {
    flex-direction: column;
  }

  .div-item {
    width: 100%;
    max-width: 100%;
  }

  .div-item.auto.c {
    display: none;
  }

  .div-item.pl90.medio {
    margin-top: 50px;
    margin-left: 0;
  }

  .div-item.full.r {
    max-width: 100%;
  }

  .banner.home {
    margin-bottom: 40px;
  }

  .banner.plataforma {
    margin-bottom: 113px;
  }

  .banner.beneficios {
    height: auto;
  }

  .banner.paquetes {
    margin-bottom: 113px;
  }

  .titulo-banner.l {
    max-width: none;
    font-size: 22px;
    line-height: 30px;
  }

  .boton._270 {
    min-width: auto;
  }

  .img-vector {
    width: 100%;
  }

  .grid.soluciones {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid.vb {
    width: 100%;
    padding-left: 0;
  }

  .box {
    height: auto;
  }

  .box.testimonios {
    width: 95%;
  }

  .half-banner {
    width: 100%;
    inset: 0%;
  }

  .slide-testimonios {
    width: 100%;
  }

  .arrow-testimonios {
    bottom: 20px;
    left: 258px;
  }

  .arrow-testimonios.l {
    bottom: 20px;
    right: 0;
  }

  .dots {
    top: -25%;
  }

  .form-container {
    margin-top: -179px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .footer-div, .footer-rrss {
    flex-direction: column;
  }

  .rrss {
    display: flex;
  }

  .banner-intermedio {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
  }

  .dots-l {
    left: 0;
  }

  .promos {
    grid-template-columns: 1fr 1fr;
  }

  .banner-item {
    padding-left: 30px;
  }

  .boton-banner-mid {
    margin-left: 9px;
  }

  .div-faqs {
    align-items: center;
  }

  .div-faqs-title {
    font-size: 18px;
    line-height: 26px;
  }

  .infografia-txt {
    width: auto;
  }

  .grid-table, .table-box-paquetes {
    width: 100%;
  }

  .table-box-item {
    height: 350px;
  }

  .table-box-title {
    font-size: 41px;
    line-height: 41px;
  }

  .table-box-item-under, .boton-purple {
    padding-left: 30px;
    padding-right: 30px;
  }

  .fondo-lottie._1 {
    left: 78px;
  }

  .fondo-lottie._2 {
    right: 4px;
  }

  .lap-vector {
    width: 100%;
  }

  .lottie-float.under {
    left: 136px;
  }

  .fondo-lottie-yellow._1 {
    left: -15px;
  }

  .fondo-lottie-yellow._2 {
    right: 96px;
  }

  .collection-list {
    flex-direction: column;
  }

  .agenda-cita {
    background-color: var(--orange);
    display: flex;
  }

  .agenda-cita.web, .link-web {
    display: none;
  }

  .link-movil {
    display: block;
  }

  .texto-banner-c {
    font-size: 16px;
  }

  .logo-naas {
    margin-bottom: 10px;
  }

  .lp-title {
    font-size: 30px;
    line-height: 40px;
  }

  .vector-banner, .banner-hero-gradient-boton {
    margin-top: 0;
  }

  .section-purple {
    height: auto;
    padding-top: 93px;
    padding-bottom: 30px;
  }

  .lp-nominaas-grid {
    grid-template-columns: 1fr 1fr;
  }

  .lp-nominaas-grid-item-full {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    padding-bottom: 50px;
  }

  .grid-item-full.max40 {
    text-align: center;
    align-items: center;
    max-width: 100%;
  }

  .box-grid-orange {
    height: auto;
    padding-top: 80px;
  }

  .box-grid-purple {
    justify-content: space-between;
    height: auto;
    padding-top: 80px;
  }

  .box-grid-link {
    margin-top: 0;
  }

  .section-hero-gradient-white {
    padding-bottom: 127px;
  }

  .pr-lp {
    width: auto;
  }

  .m {
    margin-bottom: 30px;
  }

  .box-container {
    grid-template-columns: 1fr 1fr;
  }

  .bold-text-2, .text-block-3 {
    font-size: 18px;
    line-height: 28px;
  }

  .form-block-txt {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .form-block-title {
    margin-bottom: 16px;
  }

  .banner-beneficios {
    flex-direction: column;
    justify-content: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .boton-beneficios {
    font-size: 16px;
  }

  .boton-beneficios._270 {
    min-width: auto;
  }

  .banner-beneficios-title {
    font-size: 25px;
    line-height: 35px;
  }

  .banner-beneficios-img {
    top: -56px;
    left: -35px;
  }

  .div-promociones-title {
    font-size: 25px;
    line-height: 35px;
  }

  .promociones-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .image-6 {
    left: 27%;
  }

  .banner-titulo.l {
    max-width: none;
    font-size: 22px;
    line-height: 30px;
  }

  .color-f12 {
    color: var(--black);
  }
}

@media screen and (max-width: 479px) {
  .section.nav {
    padding-top: 40px;
  }

  .section.nav.pt0.mb240 {
    margin-bottom: 40px;
  }

  .section.nav.pt-100 {
    padding-top: 60px;
  }

  .section.purple {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
    display: block;
  }

  .section.expreriencia {
    padding-bottom: 70px;
  }

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

  .section.aviso-lp {
    margin-top: -50px;
  }

  .section._179 {
    margin-top: -248px;
  }

  .section.pt-125 {
    padding-bottom: 30px;
  }

  .section.bg-casos-exito {
    background-position: 50% 0;
    background-size: cover;
    padding-bottom: 40px;
  }

  .container {
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 36px;
    display: block;
  }

  .div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .div.flex {
    grid-column-gap: 49px;
    grid-row-gap: 49px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .div.flex.v {
    margin-top: 20px;
  }

  .div.flex.invertir {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column-reverse;
  }

  .div.flex.invertir.rela {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div.flex.invertir.rela.reverse {
    flex-flow: wrap-reverse;
  }

  .div.flex.mb114.mt70 {
    margin-top: 70px;
  }

  .div.flex.invert {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap-reverse;
  }

  .div.flex.h {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
  }

  .div.flex.h.wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
  }

  .div.flex.mt-150 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-top: 40px;
  }

  .div.solucion {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-item {
    width: 100%;
    max-width: 100%;
  }

  .div-item._1.m {
    margin-left: 0;
  }

  .div-item.auto.movil {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    max-width: 100%;
  }

  .div-item.txtr {
    text-align: justify;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-item.txtr._100 {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-item.img-g {
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
  }

  .div-item.img-g.pt20 {
    text-align: left;
    max-width: 100%;
    padding-top: 0;
    display: block;
  }

  .div-item.m {
    align-items: center;
    padding-top: 30px;
    display: flex;
  }

  .div-item.relative._50 {
    max-width: 100%;
  }

  .div-item._50.flex.centered {
    justify-content: center;
    align-items: center;
  }

  .div-item._50.flex.c {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .div-item.flex {
    max-width: 100%;
  }

  .div-item.flex.pl-50 {
    max-width: 100%;
    padding-left: 0;
  }

  .div-item.flex.centered {
    justify-content: center;
    align-items: center;
  }

  .div-item._30 {
    max-width: 100%;
  }

  .menu-item {
    grid-column-gap: 16px;
  }

  .menu-link {
    color: #000;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 28px;
    line-height: 45px;
  }

  .menu-link.contacto {
    width: 150px;
    height: auto;
    margin-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 22px;
  }

  .menu-link.clientes {
    margin-left: 0;
  }

  .menu-boton:hover {
    background-color: var(--orange);
  }

  .menu-comp {
    height: 70px;
  }

  .banner {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .banner.home {
    object-fit: cover;
    object-position: 50% 50%;
    background-position: 0%;
    background-size: cover;
    width: 95%;
    margin-top: 20px;
    position: relative;
    overflow: visible;
  }

  .banner.nominaas {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .banner.plataforma {
    margin-bottom: 150px;
  }

  .banner.paquetes {
    margin-bottom: 80px;
  }

  .slide-nav {
    display: block;
    top: 495px;
  }

  .titulo-banner {
    padding-left: 0;
    display: inline;
  }

  .titulo-banner.l {
    text-align: center;
    padding-left: 0;
  }

  .titulo-banner.l._35px {
    margin-left: 0;
    padding-left: 0;
  }

  .boton.up.boton-modulo.mt70 {
    margin-right: auto;
  }

  .boton.l {
    margin-top: 20px;
    margin-left: 0;
  }

  .boton.l.nm, .boton.l.mt20 {
    text-align: center;
  }

  .boton._270 {
    margin-top: 10px;
  }

  .mockup {
    height: 300px;
  }

  .mockup.plataforma {
    margin-top: -70px;
  }

  .vectores {
    left: 5%;
  }

  .vectores._3 {
    margin-left: 0;
    padding-left: 0;
    right: 5%;
  }

  .subtitulo {
    text-align: center;
    font-size: 32px;
    line-height: 42px;
  }

  .subtitulo.r {
    text-align: left;
    width: 100%;
  }

  .subtitulo.max214 {
    display: none;
  }

  .subtitulo.max214.hide {
    font-size: 27px;
    display: block;
  }

  .parrafo._444px {
    width: auto;
  }

  .txt-top {
    text-align: center;
  }

  .grid.soluciones {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch;
    place-items: stretch stretch;
    width: 100%;
    display: grid;
  }

  .grid.checks {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .grid.modulo {
    flex-direction: column;
  }

  .grid.vb {
    grid-template-columns: 1fr;
  }

  .txt.blanco {
    text-align: center;
  }

  .img.servicios {
    text-align: left;
    display: block;
  }

  .checks {
    margin-bottom: 20px;
  }

  .box {
    width: 100%;
    padding-bottom: 30px;
    box-shadow: 4px 4px 10px 10px #97859a33;
  }

  .box.testimonios {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .box.t {
    margin-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    box-shadow: 4px 4px 10px 10px #97859a33;
  }

  .box-icon {
    margin-bottom: 20px;
    margin-left: 100px;
  }

  .slide-testimonios {
    height: auto;
    padding-left: 5px;
    padding-right: 5px;
  }

  .arrow-testimonios {
    inset: auto 0% -30px auto;
  }

  .arrow-testimonios.l {
    margin-right: 46px;
    inset: auto 0% -30px auto;
  }

  .testimonios-slide-1 {
    margin-left: 0;
    margin-right: 0;
  }

  .image {
    width: 100px;
    position: static;
    top: 10px;
    right: 10px;
  }

  .form-color {
    height: 210px;
  }

  .footer-top {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .powered {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .powered-img {
    width: auto;
    height: 30px;
    margin-bottom: 15px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .fotter-item.links {
    flex-direction: column;
    grid-template-columns: .25fr;
    justify-content: flex-end;
    place-items: flex-end stretch;
    display: flex;
  }

  .footer-div {
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 30px;
  }

  .footer-link {
    text-align: right;
    width: 100%;
  }

  .footer-link:hover {
    color: var(--orange);
  }

  .footer-link.aviso {
    text-align: center;
    margin-bottom: 15px;
  }

  .footer-rrss {
    margin-top: 30px;
  }

  .nom-img {
    width: 100%;
    margin-bottom: 30px;
  }

  .nom-img.under {
    margin-top: 45px;
  }

  .banner-intermedio {
    flex-direction: column;
  }

  .banner-intermedio-item {
    margin-bottom: 10px;
  }

  .dots-l {
    display: none;
    position: static;
  }

  .arrow-funcion {
    bottom: 0;
  }

  ._404-logo {
    margin-bottom: 40px;
  }

  .promos {
    grid-template-columns: 1fr;
  }

  .blog-etiqueta {
    font-weight: 700;
  }

  .menu-blog {
    grid-template-columns: 1fr;
  }

  .blogs-tables {
    padding-top: 40px;
  }

  .banner-blog-mid {
    flex-direction: column;
  }

  .banner-item {
    height: auto;
    padding: 15px;
  }

  .boton-banner-mid {
    margin-top: 15px;
    margin-left: 0;
  }

  .contacto-title {
    font-size: 24px;
    line-height: 30px;
  }

  .contacto-tab {
    margin-top: -200px;
  }

  .form-container-contacto {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contacto-tab-menu {
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .contacto-tab-menu-link {
    margin-bottom: 10px;
  }

  .faqs-titulo {
    margin-bottom: 40px;
  }

  .faqs-titulo.c {
    margin-bottom: 0;
  }

  .div-faqs {
    align-items: center;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-faqs-title {
    width: 80%;
    margin-right: 10px;
  }

  .div-faqs-open {
    align-items: center;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .powered-div {
    justify-content: space-around;
    width: 100%;
    margin-top: 20px;
    display: flex;
  }

  .infografia-txt {
    width: auto;
    padding-left: 0;
  }

  .infografia-txt.l {
    width: auto;
  }

  .rrss-contacto {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
    padding-right: 0;
  }

  .footer-ligth-item.v {
    flex-flow: column;
  }

  .grid-table {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .table-box-paquetes.white {
    justify-content: flex-start;
    align-items: center;
    padding-top: 10px;
  }

  .table-box-paquetes.yellow {
    z-index: 3;
    left: 0;
  }

  .table-box-paquetes.index2 {
    left: 0;
  }

  .table-box-item {
    height: auto;
    margin-bottom: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .table-box-item-under {
    flex-flow: wrap;
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .boton-purple {
    bottom: 37px;
  }

  .fondo-lottie {
    height: auto;
  }

  .fondo-lottie._1 {
    width: 70px;
    height: 70px;
    left: 20px;
  }

  .fondo-lottie._2 {
    width: 70px;
    height: 70px;
  }

  .lap-vector {
    width: auto;
    height: auto;
  }

  .lottie-float.under {
    margin-top: 0;
    margin-bottom: 0;
    bottom: 8px;
    left: 21px;
    right: 70px;
  }

  .in-line {
    flex-direction: row;
    margin-left: 0;
  }

  .fondo-lottie-yellow._1 {
    width: 70px;
    height: 70px;
  }

  .fondo-lottie-yellow._2 {
    width: 70px;
    height: 70px;
    right: 17px;
  }

  .fondo-lottie-img {
    width: 50px;
  }

  .price-ticket-inhouse {
    border-radius: 30px 0 20px;
    padding: 10px 10px 10px 15px;
    font-size: 14px;
    line-height: 20px;
  }

  .price-ticket-manager {
    border-bottom-left-radius: 20px;
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .whatsapp-bot-n {
    width: auto;
    bottom: 30px;
    right: 30px;
  }

  .agenda-cita {
    grid-column-gap: 16px;
    background-color: var(--orange);
    max-width: none;
    padding-right: 20px;
  }

  .agenda-cita-icon {
    margin-left: -22px;
  }

  .slider-promos-left {
    height: 50px;
    inset: auto auto 0% 0%;
  }

  .slider-promos-right {
    height: 50px;
    inset: auto 0% 0% auto;
  }

  .slider-promos-slide {
    max-width: 100%;
  }

  .section-orange {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .texto-banner-c {
    font-size: 14px;
  }

  .banner-hero-gradient-white {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .logo-naas {
    width: 120px;
  }

  .lp-title {
    font-size: 25px;
    line-height: 35px;
  }

  .vector-banner {
    max-width: 100%;
    margin-top: 0;
  }

  .banner-hero-gradient-boton {
    flex-direction: column;
  }

  .section-purple {
    padding-top: 30px;
  }

  .lp-subtitle-c {
    margin-bottom: 30px;
    font-size: 25px;
    line-height: 35px;
  }

  .lp-nominaas-grid {
    grid-template-columns: 1fr;
  }

  .grid-item-full.min60 {
    display: none;
  }

  .lp-grid-2x1 {
    flex-direction: column;
  }

  .box-grid-orange {
    padding-top: 50px;
  }

  .box-grid-purple {
    font-size: 18px;
    line-height: 28px;
  }

  .box-grid-link {
    margin-bottom: -71px;
  }

  .box-container {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }

  .box-container._2 {
    grid-template-columns: 1fr;
  }

  .box-container-item {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .nominaas-grid-item-250 {
    flex-direction: column;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nominaas-grid-item {
    max-width: 100%;
  }

  .nominaas-grid-item.top {
    align-items: center;
  }

  .nominaas-grid-item-pr {
    font-size: 16px;
  }

  .nominaas-grid-item-title {
    font-size: 25px;
    line-height: 35px;
  }

  .image-2 {
    margin-top: 0;
  }

  .form-block-bg {
    align-items: flex-start;
    padding: 20px;
  }

  .form-block-bg-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    height: 95vh;
    padding: 20px;
    overflow: auto;
  }

  .form-block-txt {
    flex-direction: column;
    margin-bottom: 0;
  }

  .form-block-title {
    font-size: 18px;
    line-height: 28px;
  }

  .list {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    font-size: 16px;
    display: flex;
  }

  .div-block {
    font-size: 16px;
  }

  .banner-beneficios {
    height: auto;
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .boton-beneficios {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .banner-beneficios-img {
    margin-top: 0;
    top: -72px;
    left: -42px;
  }

  .promociones-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .promociones-grid.oculto {
    flex-direction: column;
    display: flex;
  }

  .promociones-grid-item.naas {
    max-width: none;
  }

  .form-block-promociones {
    align-items: flex-start;
    padding: 20px;
  }

  .form-block-promo {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    height: 95vh;
    padding: 20px;
    overflow: auto;
  }

  .image-6 {
    width: 50px;
    margin-left: 70px;
    position: absolute;
    top: 65px;
    left: 94px;
    right: 0;
  }

  .paragraph, .paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5 {
    text-align: justify;
  }

  .banner-titulo {
    padding-left: 0;
    display: inline;
  }

  .banner-titulo.l {
    text-align: center;
    padding-left: 0;
  }

  .banner-titulo.l._35px {
    margin-left: 0;
    padding-left: 0;
  }

  .reel-item {
    max-width: 100%;
  }

  .icon-home {
    max-width: 50%;
    inset: auto auto -28%;
  }

  .icon-home-2 {
    max-width: 20%;
    inset: 0% 20px auto auto;
  }

  .icon-home-3 {
    max-width: 20%;
    bottom: 0;
    left: 10px;
  }

  .image-7 {
    width: 300px;
  }

  .grid-modulos {
    grid-template-columns: 1fr 1fr;
  }

  .grid-modulos-child {
    grid-template-rows: 27px auto;
    grid-template-columns: 1fr;
  }

  .card-slide-casos-exito {
    width: auto;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .icon-card-casos-exito {
    width: 100px;
    right: 20px;
  }

  .mask {
    width: auto;
  }

  .left-arrow-2, .right-arrow-2 {
    display: none;
  }

  .icono-deja-de-preocuparte {
    max-width: 30%;
  }

  .color-f12 {
    color: var(--black);
  }

  .font-40 {
    color: var(--black);
    margin-bottom: 0;
    font-size: 32px;
  }

  .font-40.color-yelow.c {
    font-size: 25px;
  }

  .font-40.r {
    color: var(--white);
  }

  .font-40.mw-250 {
    margin-top: 96px;
  }

  .precio {
    font-size: 70px;
  }

  .precio.white {
    font-size: 112px;
  }

  .precio.c {
    text-align: center;
    font-size: 80px;
  }

  .font-20.c.mb-80 {
    font-size: 18px;
    line-height: 25px;
  }

  .card-precios {
    width: 100%;
    max-width: 45%;
    height: auto;
    padding: 10px 10px 49px;
    position: relative;
  }

  .card-precios.bg-black {
    max-width: 95%;
    margin-bottom: 25px;
  }

  .card-precios.bg-yellow {
    max-width: 45%;
  }

  .card-precios.hide {
    display: block;
  }

  .card-precios.movil {
    display: none;
  }

  .tabs-content {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .tabs.pt-50 {
    padding-top: 80px;
  }

  .bold-text-4, .bold-text-5 {
    font-size: 80px;
  }

  .ver-mas-icono {
    position: absolute;
    inset: auto auto -55px 61px;
  }

  .ver-mas-icono.black {
    left: 154px;
  }

  .slide-como-funciona {
    width: auto;
    margin-right: 10px;
  }

  .slide-nav-4 {
    display: block;
    bottom: -61px;
  }

  .contenedor-imagen {
    height: 250px;
  }

  .contenedor-imagen._196.position-plataforma {
    width: 100px;
    height: 100px;
  }

  .contenedor-imagen.typd {
    max-width: 250px;
    height: 250px;
  }

  .icono._100 {
    height: 50px;
  }

  .flexbox-planes {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
  }

  .font-18.mw-164 {
    max-width: none;
  }

  .flee-planes {
    margin-bottom: 10px;
  }
}

#w-node-abca78a8-56ca-3af7-29c6-33ebb7951c5b-f6a7e267, #w-node-_026b6901-411b-4d92-79cd-2a269956c1e4-f6a7e267, #w-node-_5d0fd1f3-b6a7-9b48-2b56-560581f0fd2e-f6a7e267, #w-node-_2f153c9a-e183-df73-4f9f-ca5aeb9ab8e4-f6a7e267, #w-node-c10b0f01-9abb-e697-74bb-1be61ecbb254-f6a7e267, #w-node-ebeb2906-7533-878d-b69f-656067647348-f6a7e267, #w-node-b55222bd-9628-8039-ea48-00e6203f792e-f6a7e267, #w-node-_298acc20-4c1d-5cca-d175-c5d285d01286-f6a7e267, #w-node-_77cdeed6-8d4d-ef69-dca4-34a6d7e13aec-f6a7e267, #w-node-_9203fb5a-d831-3074-e3a3-0d74a4708a6f-f6a7e267, #w-node-_5c7c8b64-9915-45d6-ab03-a6827d6babee-f6a7e267, #w-node-_1f2de317-03d5-b67e-f7cc-ff6492c6ee64-f6a7e267, #w-node-d0c65456-6cfb-2929-367e-91b69c6503cd-f6a7e267, #w-node-d0c65456-6cfb-2929-367e-91b69c6503cf-f6a7e267, #w-node-d0c65456-6cfb-2929-367e-91b69c6503d1-f6a7e267, #w-node-d0c65456-6cfb-2929-367e-91b69c6503d3-f6a7e267, #w-node-d0c65456-6cfb-2929-367e-91b69c6503d5-f6a7e267, #w-node-d0c65456-6cfb-2929-367e-91b69c6503d7-f6a7e267, #w-node-d0c65456-6cfb-2929-367e-91b69c6503d9-f6a7e267, #w-node-d0c65456-6cfb-2929-367e-91b69c6503db-f6a7e267, #w-node-d0c65456-6cfb-2929-367e-91b69c6503dd-f6a7e267, #w-node-d0c65456-6cfb-2929-367e-91b69c6503df-f6a7e267, #w-node-d0c65456-6cfb-2929-367e-91b69c6503e1-f6a7e267, #w-node-_1d5cbb42-dc88-04fe-9c3c-f6919e3e4db7-f6a7e267, #w-node-ea866edd-cd35-7282-7cc2-5f422152e764-f6a7e267, #w-node-_5eda079e-47d5-7f3c-c12d-894bcf6be726-f6a7e267, #w-node-_631afb86-bd55-4305-9434-5c652540f72a-f6a7e267, #w-node-_61fa6dab-91dc-719d-b3bd-f8e5bfbe065d-f6a7e267, #w-node-_1990dad1-6082-a834-70c3-b3c459defbe2-f6a7e267, #w-node-_60d01654-b8d0-5d0d-a8d0-979b7bf59deb-f6a7e267, #w-node-_7e4aa4e9-2869-b4d8-4fad-31a2574d3d85-f6a7e267, #w-node-e84d5311-517f-af5e-ddc6-37f12e937980-f6a7e267, #w-node-_9789bcee-97bc-e47b-2360-cedb7feeea4d-f6a7e267, #w-node-_8f823758-6aee-674a-c0ed-b2248030da48-f6a7e26b, #w-node-_7c632c82-198c-2b12-fe7f-5ba9eef3fc81-f6a7e26b, #w-node-f248a987-2442-5633-5274-ba3dd39d8da6-f6a7e26b, #w-node-e8dadcb6-08c5-aec2-4729-462355afb0cd-f6a7e26b, #w-node-b5b2c70a-5485-7166-e4d2-ea633a509be2-f6a7e26b, #w-node-b079f70d-d895-5b65-96ed-bf1a0b91292d-f6a7e26b, #w-node-_05b22fc7-ed47-73fe-a1bf-77f1025d1c52-f6a7e26b, #w-node-_40605bb5-f39c-6e0e-a2b1-729c15b1d6f3-f6a7e26b, #w-node-d60129e3-efa9-a4b8-72a1-a1e996bb64a4-f6a7e26b, #w-node-_90d0a08a-5f0a-7ebb-efe7-03cbfdec5ebc-f6a7e26b, #w-node-e8f9dab6-7105-6620-0510-e1257a49709e-f6a7e26b, #w-node-a5be61f6-14c9-a731-c656-922b231ca267-f6a7e26b, #w-node-f1f912e3-412f-9120-79c8-2a1b4fa9c314-f6a7e26b, #w-node-_9f8454f0-de06-6ec0-3b5d-34f185367299-f6a7e26b, #w-node-_200b7d64-3a9c-0553-0f61-e0bcc0dc6ab4-f6a7e26b, #w-node-_836b75bf-94f7-3c30-f0f4-6431d5ce7e8b-f6a7e26b, #w-node-_1f46e9ad-2cda-8bf3-20bd-f6768708bcae-f6a7e26b, #w-node-d4ba40be-bb9a-5338-6d12-2520dab847ad-f6a7e276, #w-node-d4ba40be-bb9a-5338-6d12-2520dab847b1-f6a7e276, #w-node-d4ba40be-bb9a-5338-6d12-2520dab847b5-f6a7e276, #w-node-d4ba40be-bb9a-5338-6d12-2520dab847b9-f6a7e276, #w-node-d4ba40be-bb9a-5338-6d12-2520dab847bd-f6a7e276, #w-node-d4ba40be-bb9a-5338-6d12-2520dab847c1-f6a7e276, #w-node-d4ba40be-bb9a-5338-6d12-2520dab847c5-f6a7e276, #w-node-d4ba40be-bb9a-5338-6d12-2520dab847c9-f6a7e276, #w-node-d4ba40be-bb9a-5338-6d12-2520dab847cd-f6a7e276, #w-node-d4ba40be-bb9a-5338-6d12-2520dab847d1-f6a7e276, #w-node-bd52397d-ebfa-4faf-0562-287fe6c1fbd3-f6a7e276, #w-node-bd52397d-ebfa-4faf-0562-287fe6c1fbd7-f6a7e276, #w-node-bd52397d-ebfa-4faf-0562-287fe6c1fbdb-f6a7e276, #w-node-bd52397d-ebfa-4faf-0562-287fe6c1fbdf-f6a7e276, #w-node-bd52397d-ebfa-4faf-0562-287fe6c1fbe3-f6a7e276, #w-node-bd52397d-ebfa-4faf-0562-287fe6c1fbe7-f6a7e276, #w-node-bd52397d-ebfa-4faf-0562-287fe6c1fbeb-f6a7e276 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ec85da99-bc6d-66a4-5f0d-a7858ffa0ff8-f6a7e277 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_98c66d74-324d-f9e8-6fbd-14883e08ef1b-f6a7e277 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a9907974-aa69-4632-b47a-969e84c058f1-f6a7e277, #w-node-_5edc47c3-429a-0f39-7a4a-7f212fff632d-f6a7e277 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_5edc47c3-429a-0f39-7a4a-7f212fff6372-f6a7e277 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5edc47c3-429a-0f39-7a4a-7f212fff63b2-f6a7e277 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d969e646-0251-5c3b-8435-3212cf8cfc6b-f6a7e278, #w-node-d969e646-0251-5c3b-8435-3212cf8cfc6c-f6a7e278, #w-node-d969e646-0251-5c3b-8435-3212cf8cfc6d-f6a7e278, #w-node-d969e646-0251-5c3b-8435-3212cf8cfc71-f6a7e278, #w-node-d969e646-0251-5c3b-8435-3212cf8cfc75-f6a7e278, #w-node-d969e646-0251-5c3b-8435-3212cf8cfc7b-f6a7e278, #w-node-d969e646-0251-5c3b-8435-3212cf8cfc7f-f6a7e278, #w-node-d969e646-0251-5c3b-8435-3212cf8cfc85-f6a7e278, #w-node-d969e646-0251-5c3b-8435-3212cf8cfc8b-f6a7e278, #w-node-d969e646-0251-5c3b-8435-3212cf8cfc93-f6a7e278, #w-node-d969e646-0251-5c3b-8435-3212cf8cfc99-f6a7e278, #w-node-d969e646-0251-5c3b-8435-3212cf8cfc9d-f6a7e278, #w-node-d969e646-0251-5c3b-8435-3212cf8cfcdb-f6a7e278, #w-node-d969e646-0251-5c3b-8435-3212cf8cfcdd-f6a7e278, #w-node-d969e646-0251-5c3b-8435-3212cf8cfcdf-f6a7e278, #w-node-d969e646-0251-5c3b-8435-3212cf8cfce1-f6a7e278, #w-node-d969e646-0251-5c3b-8435-3212cf8cfce3-f6a7e278, #w-node-d969e646-0251-5c3b-8435-3212cf8cfce5-f6a7e278, #w-node-d969e646-0251-5c3b-8435-3212cf8cfce7-f6a7e278, #w-node-d969e646-0251-5c3b-8435-3212cf8cfce9-f6a7e278, #w-node-d969e646-0251-5c3b-8435-3212cf8cfceb-f6a7e278, #w-node-d969e646-0251-5c3b-8435-3212cf8cfced-f6a7e278, #w-node-d969e646-0251-5c3b-8435-3212cf8cfcef-f6a7e278, #w-node-_7262790b-2245-56e4-3d21-48b45ed57a2b-f6a7e27a, #w-node-e10ca73e-892d-18c0-dc74-933ddbc11233-f6a7e27a, #w-node-e29189b3-0a1e-a1eb-6922-c9714c2bd5c9-f6a7e27a, #w-node-a58a89a1-3b58-daa0-77b2-a7a96b9bb46a-f6a7e27a, #w-node-_46988145-a838-5b1d-1fe1-698d75f54287-f6a7e27a, #w-node-_8674f8a4-42f3-9f3c-9092-e441d8d79896-f6a7e27a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2ceae672-5177-7c80-e16f-4724bb355974-f6a7e27a {
  align-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-eb735e51-29cd-1c25-2959-647fe91970b5-f6a7e27a {
    align-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-abca78a8-56ca-3af7-29c6-33ebb7951c5b-f6a7e267, #w-node-_026b6901-411b-4d92-79cd-2a269956c1e4-f6a7e267 {
    place-self: auto;
  }

  #w-node-_5d0fd1f3-b6a7-9b48-2b56-560581f0fd2e-f6a7e267 {
    justify-self: auto;
  }

  #w-node-_1f2de317-03d5-b67e-f7cc-ff6492c6ee64-f6a7e267, #w-node-d969e646-0251-5c3b-8435-3212cf8cfc6b-f6a7e278, #w-node-d969e646-0251-5c3b-8435-3212cf8cfc6c-f6a7e278 {
    place-self: auto;
  }

  #w-node-d969e646-0251-5c3b-8435-3212cf8cfc6d-f6a7e278 {
    justify-self: auto;
  }

  #w-node-d969e646-0251-5c3b-8435-3212cf8cfc9d-f6a7e278 {
    place-self: auto;
  }
}


@font-face {
  font-family: 'Proxima nova reg';
  src: url('../fonts/Proxima-nova-reg.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/proximanova-semibold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/proximanova-semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}