:root {
  --text: white;
  --primario: #0f2b4a;
  --acento: #ff6c36;
  --secundario: #a6c1d2;
  --_state---on: 1;
  --_state---off: 0;
  --bg: #061119;
  --muted: #ffffffb8;
  --space-s: .5rem;
  --space-m: 1rem;
  --space-l: 2rem;
  --space-xl: 4rem;
}

.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-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  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: var(--text);
  letter-spacing: 0;
  background-color: #000;
  background-image: radial-gradient(circle, #0f2b4a2e, #0611192e), linear-gradient(270deg, #00000080, #061119b0 50%, #00000080);
  font-family: Outfit, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

h1 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.2rem;
  font-weight: 600;
  line-height: 1.3em;
}

h2 {
  letter-spacing: -.01em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.25em;
}

h3 {
  letter-spacing: -.005em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.35em;
}

h3:active, h3:focus, h3:focus-visible, h3[data-wf-focus-visible] {
  text-decoration: none;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.55em;
}

p {
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.6em;
}

a {
  color: var(--text);
  font-size: 1rem;
  text-decoration: none;
}

a:focus {
  text-underline-offset: .1em;
  font-size: 1rem;
  text-decoration: underline;
}

.section-navbar {
  z-index: 8;
  justify-content: center;
  align-items: center;
  position: fixed;
  inset: 0% 0% auto;
}

.container-style {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.lead-text {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.45em;
}

.lead-text.planes {
  font-size: 2.2rem;
  line-height: 1.1em;
}

.caption-text {
  letter-spacing: .01px;
  font-size: .875rem;
  line-height: 1.4em;
}

.proceso-paragraph-intro {
  text-align: center;
  width: 74%;
  font-size: 1.4rem;
  font-weight: 200;
}

.bg-blobs {
  z-index: -4;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.blob {
  z-index: -4;
  background-color: var(--primario);
  opacity: .69;
  filter: blur(180px);
  mix-blend-mode: screen;
  border-radius: 50%;
  width: 100vh;
  height: 100vh;
  position: absolute;
  inset: -69% 0% 0% 20vw;
}

.blob-2 {
  z-index: -4;
  background-color: var(--acento);
  opacity: .58;
  filter: blur(108px);
  mix-blend-mode: screen;
  border-radius: 50%;
  width: 58vh;
  height: 58vh;
  position: absolute;
  inset: 84% 0% 0% 84%;
  overflow: hidden;
}

.bg-noise {
  z-index: -8;
  opacity: .04;
  mix-blend-mode: hard-light;
  background-image: url('../images/noisemap.webp');
  background-repeat: repeat;
  background-size: auto;
  position: absolute;
  inset: 0;
}

.navbar-link {
  letter-spacing: .02px;
  padding: 7px 10px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.2em;
  transition: color .15s, text-shadow .15s;
}

.navbar-link:hover {
  color: var(--secundario);
}

.navbar-link:focus {
  font-size: 1.125rem;
  text-decoration: none;
}

.button-primario {
  border-style: solid;
  border-width: 1px;
  border-color: #ff936b var(--acento) #c7542a;
  background-image: linear-gradient(180deg, #d1582c, var(--acento));
  text-align: center;
  letter-spacing: .02px;
  text-shadow: .5px .5px 1px #000;
  border-radius: 50px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 1.2rem;
  line-height: 1.2em;
  transition: background-color .28s, box-shadow .28s;
  box-shadow: 1px 1px 10px #0000007a;
}

.button-primario:hover {
  background-color: #3898ec00;
  background-image: linear-gradient(#d1582c80, #ff6c3680);
  box-shadow: 0 0 8px #ff6c369e, 1px 1px 10px #0000007a;
}

.button-primario:focus {
  font-size: 1.2rem;
  text-decoration: none;
}

.button-secundario {
  letter-spacing: .02px;
  background-color: #3898ec00;
  border: 1px solid #ffffff80;
  border-radius: 50px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 1.125rem;
  line-height: 1.2em;
  transition: border-color .15s, box-shadow .15s;
  box-shadow: 0 2px 4px #00000047;
}

.button-secundario:hover {
  background-color: #0f2b4a61;
  border-color: #fff;
  box-shadow: 0 0 5px #a6c1d280, 0 2px 4px #00000047;
}

.button-secundario:focus {
  font-size: 1.125rem;
  text-decoration: none;
}

.navbar {
  position: sticky;
}

.container {
  max-width: 1200px;
}

.container.navbar {
  z-index: 8;
  -webkit-backdrop-filter: blur(28px);
  backdrop-filter: blur(28px);
  background-color: #08080861;
  border: 1px solid #ffffff2e;
  border-radius: 50px;
  justify-content: space-between;
  align-self: center;
  align-items: stretch;
  width: 90%;
  max-width: 1280px;
  margin-top: 8px;
  padding: 10px 38px;
  display: flex;
  box-shadow: 0 2px 4px #00000047;
}

.container.hero {
  grid-column-gap: 58px;
  grid-row-gap: 58px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 88%;
  max-width: 1340px;
  display: flex;
  position: relative;
}

.logo-linkblock {
  justify-content: center;
  align-items: center;
  width: 14%;
  min-width: 169px;
  display: flex;
}

.logo-linkblock.w--current {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 14%;
  min-width: 169px;
  display: flex;
  position: relative;
}

.navbar-menu {
  z-index: 0;
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.button-terciario {
  letter-spacing: .02px;
  background-color: #3898ec00;
  border: 1px solid #ff6c36b0;
  border-radius: 50px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.2em;
  transition: border-color .15s, box-shadow .15s;
  box-shadow: 0 2px 4px #00000047;
}

.button-terciario:hover {
  border-color: var(--acento);
  background-color: #ff6c362b;
  box-shadow: 0 0 4px #a6c1d266, 0 2px 4px #00000047;
}

.button-terciario:focus {
  font-size: 1.125rem;
  text-decoration: none;
}

.hamburger-lottie {
  display: none;
  position: relative;
}

.hero-text-container {
  grid-column-gap: 58px;
  grid-row-gap: 58px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lead-text-thin {
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 1.45em;
}

.lead-text-thin.planes {
  font-size: 1.1rem;
  line-height: 1.4em;
}

.lead-text-thin.planes.planes-page {
  font-size: 1.08rem;
}

.hero-bullets-container {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-buttons-container {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-image-container {
  justify-content: center;
  align-items: center;
  margin-top: 4.8em;
  display: flex;
  position: relative;
}

.section-hero {
  grid-column-gap: 88px;
  grid-row-gap: 88px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 52px;
}

.statistic-container {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 87%;
  display: flex;
}

.statistic-text {
  text-align: center;
  letter-spacing: 1.8px;
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 1.45em;
}

.statistic-text.source {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.2em;
}

.bold-orange-text {
  color: var(--acento);
  font-size: 1.5rem;
  font-weight: 500;
}

.bold-orange-text.planes {
  font-size: 1.3rem;
}

.heading {
  text-align: center;
  font-weight: 500;
}

.section-marquee {
  z-index: 2;
  background-color: #ffffff14;
  border-top: 1px solid #ffffff2e;
  border-bottom: 1px solid #ffffff2e;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  overflow: clip;
}

.logo-marquee-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.logo-marquee-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: stretch center;
  width: 150vw;
  min-width: 150vw;
}

.logo-img-marquee {
  width: 122px;
  max-width: 122px;
  height: 62px;
  max-height: 62px;
}

.hero-textimg-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 22px;
  padding-top: 78px;
  display: flex;
}

.navbar-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
}

.servicios-wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 69px;
  padding-bottom: 69px;
  display: flex;
}

.servicios-container {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 88%;
  max-width: 1180px;
  display: flex;
}

.servicios-text {
  border-bottom: 1px solid var(--acento);
  padding-top: 0;
  padding-bottom: 18px;
}

.servicios-menu-wrapper {
  flex-flow: column-reverse wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}

.servicios-tab {
  flex-flow: row;
  width: 100%;
  height: 100%;
  display: flex;
}

.tabs-content {
  flex: 1;
}

.tabs-menu {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 30%;
  margin-right: 40px;
  display: flex;
}

.tab-link {
  color: #ffffff75;
  background-color: #ddd0;
  border-left: 5px solid #ffffff2e;
  justify-content: flex-start;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.tab-link:focus {
  text-decoration: none;
}

.tab-link.w--current {
  border-left-color: var(--acento);
  color: #fff;
  background-color: #ddd0;
  justify-content: flex-start;
  align-items: center;
}

.tab-link.w--current:active, .tab-link.w--current:focus {
  text-decoration: none;
}

.servicios-grid {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  grid-template-columns: .5fr .5fr;
  width: 100%;
  height: 100%;
}

.servicios-img-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.servicio-img-container {
  cursor: default;
  justify-content: center;
  align-items: center;
  width: 69%;
  max-width: 238px;
  display: flex;
  position: relative;
}

.servicio-img-container:hover {
  --_state---on: 0;
  --_state---off: 1;
}

.servicio-filter {
  opacity: var(--_state---on);
  background-color: #000c;
  border: 1px solid #ffffff61;
  border-radius: 18px;
  width: 100%;
  height: 100%;
  transition: opacity .38s cubic-bezier(.645, .045, .355, 1);
  position: absolute;
}

.h4-servicios {
  opacity: var(--_state---on);
  text-align: center;
  letter-spacing: .5px;
  transform: translateY(calc(2.8rem * var(--_state---off)));
  border-radius: 8px;
  width: 88%;
  padding: 5px;
  font-size: 1.4rem;
  line-height: 1.3em;
  transition-property: opacity, transform;
  transition-duration: .38s, .38s;
  transition-timing-function: cubic-bezier(.645, .045, .355, 1), cubic-bezier(.645, .045, .355, 1);
  position: absolute;
}

.servicios-img {
  border-radius: 18px;
}

.tab-pane-web {
  height: 100%;
}

.servicios-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 34px;
  grid-template-rows: auto;
}

.heading-5 {
  font-size: 1.3rem;
  line-height: 1.4em;
}

.tab-pane-y-m-s {
  height: 100%;
}

.section-proceso {
  justify-content: center;
  align-items: center;
  display: flex;
}

.proceso-wrapper {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.proceso-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
}

.title-thin {
  font-weight: 300;
}

.paragraph-highlight {
  font-weight: 500;
}

.paragraph-highlight.orange {
  color: var(--acento);
}

.servicios-img-2 {
  border-radius: 18px;
}

.servicio-img-container-2 {
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 304px;
  display: flex;
  position: relative;
}

.servicio-img-container-2:hover {
  --_state---on: 0;
  --_state---off: 1;
}

.servicios-heading {
  font-weight: 200;
}

.splide {
  width: 100%;
  position: relative;
}

.splide.slider1 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  display: flex;
  position: static;
  overflow: hidden;
}

.splide.slider2 {
  cursor: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.h2-paragraph {
  text-align: center;
  width: 76%;
  font-size: 1.8rem;
  font-weight: 200;
  line-height: 1.4em;
}

.h2-bold {
  letter-spacing: 0;
  font-weight: 500;
}

.splide__track {
  width: 100%;
  position: relative;
}

.splide__list {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.splide__list.splide2 {
  justify-content: flex-start;
  align-items: center;
}

.splide__slide {
  cursor: grab;
  border-radius: 20px;
  flex: none;
  justify-content: center;
  align-items: flex-end;
  width: 20%;
  height: 50vh;
  display: flex;
}

.splide__slide.planes {
  cursor: auto;
  justify-content: center;
  align-items: center;
  width: 33%;
  height: 78svh;
}

.splide__slide.planes.planes-page {
  height: 80svh;
}

.splide__slide.planes.planes-home {
  height: 65svh;
}

.h3-proceso {
  text-align: left;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2em;
}

.proceso-paragraph {
  letter-spacing: .1px;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 200;
  line-height: 1.525em;
}

.proceso-number {
  color: #0d161e;
  text-shadow: 0 0 2px #fff;
  font-size: 8rem;
}

.proceso-text-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  display: flex;
}

.section-style-guide {
  z-index: 8;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.hero-img-card {
  justify-content: center;
  align-items: flex-end;
  height: 50vh;
  display: flex;
}

.hero-img {
  border-radius: 14px;
  width: 100%;
  height: 46vh;
  transition: height .32s ease-out;
  box-shadow: 0 -1px 10px 2px #00000085;
}

.hero-img-wrapper {
  border-radius: 20px;
  position: relative;
}

.statistic-wrapper {
  z-index: 3;
  background-color: var(--bg);
  border-top-left-radius: 38px;
  border-top-right-radius: 38px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: -2px;
  padding: 42px 22px;
  display: flex;
  position: relative;
  box-shadow: 0 -6px 12px #000000ad;
}

.code-embed {
  width: 100%;
  height: 0%;
}

.servicios-grid-wrapper {
  justify-content: center;
  align-items: center;
  height: 82vh;
  display: flex;
}

.proceso-tabs-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.auto-tabs-link {
  color: #ffffff7a;
  background-color: #ddd0;
  border-bottom: .3rem solid #58585847;
  margin-bottom: -.02rem;
  padding-top: 0;
  padding-bottom: 8px;
  transition: border-color .3s, color .3s;
}

.auto-tabs-link:focus {
  text-decoration: none;
}

.auto-tabs-link.w--current {
  color: var(--text);
  background-color: #fff0;
  border-bottom: .3rem solid #696969;
  transition: border-color .3s, color .3s;
}

.auto-tabs-link.w--current:focus {
  text-decoration: none;
}

.auto-tabs-menu {
  border-bottom: .3rem solid #69696900;
  justify-content: center;
  align-items: center;
  transition: border-color .3s;
  display: flex;
}

.auto-tabs-progress {
  background-color: var(--acento);
  width: 50%;
  height: .3rem;
  margin-bottom: -.28rem;
  position: absolute;
  inset: auto 0% 0%;
}

.auto-tabs-component {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.autoplay-tabs-custom-js {
  display: none;
}

.proceso-step-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 28px;
  display: flex;
  position: relative;
}

.proceso-step-text {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.tab-pane-tab-1 {
  width: 100%;
}

.proceso-step-card {
  background-color: #ffffff14;
  border: 1px solid #ffffff47;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 88%;
  display: flex;
  position: relative;
}

.proceso-step-card-content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-top: 28px;
  margin-bottom: 28px;
  display: flex;
}

.section-planes.planes-page {
  padding-top: 28px;
  padding-bottom: 28px;
}

.planes-wrapper {
  margin-top: 69px;
  overflow: clip;
}

.planes-text-wrapper {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.planes-paragraph {
  text-align: left;
  font-size: 1.3rem;
  font-weight: 200;
  line-height: 1.6em;
}

.planes-paragraph.planes-page {
  text-align: center;
}

.planes-title {
  font-weight: 500;
}

.splide-planes-wrapper {
  justify-content: space-around;
  align-items: center;
  margin-top: 38px;
  display: flex;
}

.planes-card {
  background-color: #ffffff14;
  border: 1px solid #ff6c3661;
  border-radius: 18px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 98%;
  height: 100%;
  padding-top: 15px;
  display: flex;
}

.planes-card.planes-page {
  justify-content: space-between;
  align-items: center;
}

.planes-card-text {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.planes-card-text.planes-page {
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
}

.h3-planes {
  font-size: 1.75rem;
  font-weight: 400;
}

.plan-specs {
  list-style-type: disc;
}

.lista-planes {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 38px;
  padding-right: 20px;
  display: flex;
}

.planes-text {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 86%;
  max-width: 1138px;
  display: flex;
}

.planes-text.planes-page {
  justify-content: center;
  align-items: center;
  width: 90%;
}

.splide2-container {
  justify-content: center;
  align-items: center;
  width: 88%;
  max-width: 1280px;
  height: 100%;
  display: flex;
}

.planes-title-wrapper {
  grid-column-gap: .6em;
  grid-row-gap: .6em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.precio-subtext {
  margin-top: -14px;
  font-size: 1.175rem;
  font-weight: 200;
}

.planes-button {
  justify-content: center;
  align-items: center;
  padding-top: 2.8rem;
  padding-bottom: 2.8rem;
  display: flex;
}

.beneficios-wrapper {
  background-image: linear-gradient(#061119b0, #061119b0), linear-gradient(#000000b8, #000000b8), url('../images/exvi-beneficios-fondo.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: stretch;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.beneficios-content {
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 87%;
  display: flex;
}

.section-title {
  text-align: center;
  width: 87%;
  font-weight: 500;
}

.section-text-l {
  text-align: center;
  font-size: 1.42rem;
  font-weight: 200;
}

.beneficios-grid-wrapper {
  width: 80%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.beneficios-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
}

.beneficios-card-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h3-beneficios {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.375rem;
  font-weight: 300;
  display: flex;
}

.img-beneficios {
  border-radius: 50px;
  max-width: 92%;
  max-height: 70%;
  box-shadow: 0 1px 16px 4px #00000047;
}

.beneficios-cell {
  width: 100%;
  height: 100%;
}

.section-testimonios {
  padding-top: 42px;
  padding-bottom: 42px;
}

.testimonios-wrapper {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.testimonio-wrapper {
  justify-content: center;
  align-items: stretch;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.testimonio-texto {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonios-title {
  font-weight: 500;
}

.testimonio-persona-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.persona-title {
  font-size: 1.4rem;
  font-weight: 300;
}

.persona-empresa {
  font-size: 1.175rem;
  font-weight: 200;
}

.persona-testimonio {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 200;
  line-height: 2rem;
}

.testimonios-container {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.mxn {
  font-size: 1.175rem;
  font-weight: 400;
}

.testimonio-img {
  border-radius: 18px;
  width: 26%;
  box-shadow: 0 0 16px 6px #00000061;
}

.testimonio-card {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  background-color: #0f2b4a47;
  border: 1px solid #ffffff47;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 1280px;
  padding: 28px;
  display: flex;
}

.cta-wrapper {
  margin-bottom: 38px;
  padding-top: 38px;
  padding-bottom: 38px;
}

.cta-content {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-paragraph {
  text-align: center;
  letter-spacing: .1px;
  width: 80%;
  margin-bottom: 0;
  font-size: 1.28rem;
  font-weight: 200;
  line-height: 1.525em;
}

.footer {
  color: #000;
}

.footer-wrapper {
  background-color: var(--text);
}

.footer-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 18px;
  display: flex;
}

.footer-top {
  grid-column-gap: 8vw;
  grid-row-gap: 8vw;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 28px;
  padding-bottom: 28px;
  display: flex;
}

.footer-bot {
  grid-column-gap: 18vw;
  grid-row-gap: 18vw;
  justify-content: center;
  align-items: center;
  padding-top: 28px;
  padding-bottom: 28px;
  display: flex;
}

.footer-link {
  color: #000;
  font-size: 1.1rem;
}

.footer-link:hover {
  text-underline-offset: 4px;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--acento);
  text-decoration-color: var(--acento);
  text-decoration-thickness: 2px;
}

.footer-links {
  grid-column-gap: 6vw;
  grid-row-gap: 6vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-rrss {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  justify-content: center;
  align-items: center;
  width: 16%;
  min-width: 188px;
  max-width: 198px;
  display: flex;
}

.rrss-link {
  width: 16%;
}

.footer-link-2 {
  color: #000;
  font-size: 1rem;
}

.footer-link-2:hover {
  color: var(--primario);
  text-decoration: underline;
}

.line-footer {
  background-color: var(--acento);
  width: 88%;
  height: 2px;
}

.planes-page-button {
  padding-bottom: 28px;
}

.section-gallery {
  margin-top: 69px;
}

.gallery-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 52px;
  padding-bottom: 0;
  display: flex;
}

.gallery-component {
  width: 95%;
  margin-top: 28px;
  padding-top: 28px;
  padding-bottom: 28px;
}

.title-portafolio {
  text-align: center;
  font-size: 3.8rem;
  font-weight: 400;
}

.cell {
  justify-content: center;
  align-items: center;
}

.cell-card {
  background-color: #fffc;
  border-radius: 18px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.cell-card.ulta, .cell-card.play, .cell-card.brochure, .cell-card.jetrix {
  flex-flow: row;
  width: 100%;
  height: 100%;
}

.cell-card-text {
  width: 50%;
  padding: 28px;
}

.cell-card-text.ulta {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 50%;
  padding-left: 18px;
  padding-right: 18px;
  display: flex;
}

.cell-card-text.branding {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: auto;
  height: 50%;
  display: flex;
}

.cell-card-text.brochure {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 50%;
  padding-left: 18px;
  padding-right: 18px;
  display: flex;
}

.cell-card-text.jetrix {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-left: 18px;
  padding-right: 18px;
  display: flex;
}

.cell-title {
  color: #000;
  margin-top: 0;
  font-size: 1.6rem;
  font-weight: 500;
}

.cell-title.ulta, .cell-title.jetrix {
  font-size: 1.1rem;
  line-height: 1.6em;
}

.cell-textblock {
  color: #000;
}

.cell-card-img {
  width: 50%;
  padding: 28px;
}

.cell-card-img.img-horizontal {
  background-image: url('../images/exvi-portafolio-onboarding.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  width: 50%;
}

.cell-card-img.img-horizontal.brochure {
  background-image: url('../images/exvi-servicios-catalogo.webp');
  background-position: 30%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
}

.cell-card-img.img-horizontal.jetrix {
  background-image: url('../images/exvi-portafolio-web.webp');
  background-position: 50%;
  background-size: cover;
  padding: 0;
}

.cell-card-img.img-horizontal-play {
  background-image: url('../images/exvi-portafolio-redessociales.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  width: 50%;
}

.cell-card-img.branding {
  background-image: url('../images/exvi-portafolio-branding_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  width: auto;
  height: 69%;
  padding: 0;
}

.cell-card-img.img-horizontal-logo {
  background-image: url('../images/exvi-portafolio-branding.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  width: 50%;
}

.grid-mobile-portafolio {
  display: none;
}

.body-terminos {
  color: #111;
  background-color: #eee;
  background-image: none;
}

.terminos-wrapper {
  justify-content: center;
  align-items: flex-start;
  margin-top: 88px;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.terminos-component {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 84%;
  display: flex;
}

.h1-terminos {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 500;
}

.actualizacion {
  font-size: 1rem;
  font-weight: 200;
}

.terminos-paragraph {
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.6em;
}

.terminos-subtitle {
  font-size: 1.2rem;
  font-weight: 500;
}

.logo-img-navbar {
  display: block;
  position: relative;
}

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

.logo-linkblock-footer.w--current {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 14%;
  min-width: 169px;
  display: flex;
  position: relative;
}

.faq-section-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  padding-top: 42px;
  display: flex;
}

.faq-wrapper {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  padding-top: 38px;
  padding-bottom: 38px;
  display: flex;
}

.faq-item {
  cursor: pointer;
  width: 100%;
}

.faq-question {
  background-color: #00000052;
  justify-content: space-between;
  padding: 1.8rem 2rem;
  display: flex;
}

.faq-answer {
  background-color: #ffffff1a;
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.h1-faq {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 500;
}

.question-text {
  font-size: 1.6rem;
}

.answer-text {
  padding: 2rem;
  font-size: 1.2rem;
  font-weight: 200;
  line-height: 1.5em;
}

.faq-icon {
  height: 1.8rem;
}

@media screen and (max-width: 991px) {
  h1 {
    letter-spacing: 0;
    font-size: 2.5rem;
  }

  h2 {
    letter-spacing: 0;
    font-size: 2rem;
  }

  h3 {
    letter-spacing: 0;
    font-size: 1.5rem;
  }

  .lead-text {
    font-size: 1.125rem;
  }

  .lead-text.planes {
    font-size: 1.8rem;
  }

  .blob {
    left: -1.6vw;
  }

  .bg-noise {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .navbar-link {
    padding: 8px 12px;
  }

  .navbar-link:focus {
    font-size: 1.125rem;
    text-decoration: none;
  }

  .container.navbar {
    width: 92%;
    margin-top: 15px;
    padding: 8px 22px;
  }

  .container.hero {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    flex-flow: column;
  }

  .logo-linkblock {
    width: auto;
    max-width: 190px;
  }

  .logo-linkblock.w--current {
    width: auto;
    max-width: 188px;
  }

  .navbar-menu {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .button-terciario {
    text-align: center;
    display: flex;
  }

  .hero-text-container {
    justify-content: center;
    align-items: center;
  }

  .lead-text-thin {
    font-size: 1.125rem;
  }

  .hero-bullets-container {
    justify-content: center;
    align-items: center;
  }

  .hero-image-container {
    margin-top: 2.2em;
  }

  .section-hero {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .bold-orange-text.planes {
    font-size: 1.2rem;
  }

  .heading {
    text-align: center;
  }

  .section-marquee {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .logo-marquee-grid {
    min-width: 200vw;
  }

  .logo-img-marquee {
    height: 50px;
  }

  .hero-wrapper {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 88px;
    padding-top: 32px;
  }

  .servicios-wrapper {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .servicios-tab {
    padding-top: 0;
    padding-bottom: 0;
  }

  .tabs-menu {
    width: 28%;
  }

  .tab-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .servicios-grid {
    grid-row-gap: 8px;
  }

  .servicio-img-container {
    width: 70%;
  }

  .h4-servicios {
    text-align: center;
    font-size: 1.24rem;
  }

  .tab-pane-web, .tab-pane-y-m-s {
    min-height: auto;
  }

  .h3-servicios {
    font-size: 1.4rem;
  }

  .splide.slider2 {
    width: 50%;
    padding-left: 1.8em;
    padding-right: 1.8em;
  }

  .splide__slide {
    width: 33.3333%;
  }

  .splide__slide.planes {
    width: 100%;
    height: 50vh;
  }

  .splide__slide.planes.planes-page {
    height: 75svh;
  }

  .splide__slide.planes.planes-home {
    height: 58svh;
  }

  .statistic-wrapper {
    margin-top: -48px;
  }

  .servicios-grid-wrapper {
    height: 53vh;
  }

  .auto-tabs-progress {
    margin-bottom: -.28rem;
  }

  .planes-paragraph {
    font-size: 1.2rem;
  }

  .planes-card {
    height: 100%;
  }

  .h3-planes {
    font-size: 1.6rem;
  }

  .lista-planes {
    padding-right: 10px;
  }

  .splide2-container {
    width: 95%;
  }

  .precio-subtext {
    font-size: 1.1rem;
  }

  .beneficios-wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .section-text-l {
    width: 80%;
    font-size: 1.4rem;
  }

  .beneficios-grid {
    grid-column-gap: 1.4rem;
    grid-row-gap: 1.4rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .h3-beneficios {
    font-size: 1.3rem;
  }

  .img-beneficios {
    max-width: 62%;
  }

  .testimonio-texto {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .testimonio-persona-text {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .persona-title {
    font-size: 1.2rem;
  }

  .persona-empresa {
    font-size: 1.1rem;
  }

  .persona-testimonio {
    font-size: 1.2rem;
  }

  .testimonio-img {
    width: 32%;
  }

  .cta-content {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
  }

  .cta-paragraph {
    width: 74%;
  }

  .footer-content {
    flex-flow: column;
  }

  .footer-top {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    flex-flow: column;
  }

  .footer-rrss {
    width: 28%;
    max-width: 218px;
  }

  .gallery-wrapper {
    padding-bottom: 0;
  }

  .gallery-component {
    width: 98%;
  }

  .cell-card.ulta, .cell-card.brochure, .cell-card.jetrix {
    flex-flow: column;
  }

  .cell-card-text.ulta, .cell-card-text.brochure, .cell-card-text.jetrix {
    width: auto;
    height: 50%;
    padding-top: 18px;
  }

  .cell-card-img.img-horizontal {
    border-top-right-radius: 0;
    border-bottom-left-radius: 18px;
    width: auto;
    height: 50%;
  }

  .grid-mobile-portafolio {
    display: none;
  }

  .logo-img-navbar {
    min-width: 180px;
  }

  .logo-linkblock-footer {
    width: 33.1816%;
    max-width: 188px;
  }

  .logo-linkblock-footer.w--current {
    width: auto;
    max-width: 184.361px;
  }
}

@media screen and (max-width: 767px) {
  body {
    overflow: hidden;
  }

  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.75rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  .section-navbar {
    top: 0;
  }

  .lead-text {
    font-size: 1rem;
  }

  .caption-text {
    font-size: .8125rem;
  }

  .proceso-paragraph-intro {
    width: 100%;
    font-size: 1.125rem;
  }

  .blob {
    overflow: hidden;
  }

  .bg-noise {
    z-index: -8;
    overflow: hidden;
  }

  .navbar-link {
    padding: 12px 28px;
    font-size: 1.25rem;
  }

  .button-primario {
    font-size: 1.1rem;
  }

  .button-secundario {
    font-size: 1rem;
  }

  .container.navbar {
    width: 95%;
    min-width: 90%;
    height: 64px;
    max-height: 64px;
    margin-top: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .logo-linkblock {
    z-index: 8;
    width: 38%;
    max-width: none;
    position: relative;
  }

  .logo-linkblock.w--current {
    z-index: 8;
    width: 38%;
    min-width: 169px;
    max-width: none;
  }

  .navbar-menu {
    z-index: 2;
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    opacity: 0;
    background-color: #09131dfa;
    border-bottom: 1px solid #ffffff2e;
    border-left: 1px solid #ffffff2e;
    border-right: 1px solid #ffffff2e;
    border-radius: 30px;
    flex-flow: column;
    height: 50vh;
    padding-top: 40px;
    display: none;
    position: fixed;
    inset: 0 0% auto;
  }

  .button-terciario {
    margin-bottom: 0;
    font-size: 1rem;
  }

  .hamburger-lottie {
    z-index: 8;
    cursor: pointer;
    width: 10%;
    min-width: 38px;
    max-width: 42px;
    height: 100%;
    display: flex;
  }

  .hero-text-container {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
  }

  .lead-text-thin {
    font-size: 1rem;
  }

  .hero-bullets-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .hero-buttons-container {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .hero-image-container {
    margin-top: 1.6em;
  }

  .body {
    overflow: visible;
  }

  .statistic-container {
    width: 95%;
  }

  .statistic-text, .statistic-text.source {
    font-size: 1.1rem;
  }

  .heading {
    text-align: center;
    font-size: 2.4rem;
  }

  .section-marquee {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .logo-marquee-grid {
    min-width: 200vw;
  }

  .logo-img-marquee {
    width: 100px;
    height: 40px;
  }

  .hero-textimg-wrapper {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 95%;
  }

  .hero-wrapper {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-flow: column;
    align-items: center;
    width: 100%;
  }

  .servicios-wrapper {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .servicios-container {
    justify-content: center;
    align-items: center;
    width: 92%;
  }

  .servicios-text {
    padding-bottom: 10px;
  }

  .tabs-menu {
    justify-content: center;
    align-items: flex-start;
    width: 33%;
    margin-right: 0;
  }

  .tab-link {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding: 15px 0 15px 15px;
  }

  .servicios-grid {
    grid-row-gap: 0px;
  }

  .servicio-img-container {
    width: 80%;
  }

  .h4-servicios {
    text-align: center;
    width: 90%;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.1rem;
    font-weight: 400;
  }

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

  .tab-pane-y-m-s {
    min-height: auto;
  }

  .proceso-wrapper {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .proceso-title {
    font-size: 2rem;
    font-weight: 500;
  }

  .servicio-img-container-2 {
    width: 52%;
  }

  .servicios-heading {
    text-align: center;
  }

  .splide.slider1 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .splide.slider2 {
    width: 90%;
    padding-left: 2.2em;
    padding-right: 2.2em;
  }

  .h2-paragraph {
    font-size: 1.4rem;
  }

  .splide__slide.planes {
    width: 66%;
    height: 54vh;
  }

  .splide__slide.planes.planes-page {
    height: 80svh;
  }

  .splide__slide.planes.planes-home {
    height: 70svh;
  }

  .proceso-text-wrapper {
    width: 87%;
  }

  .section-style-guide {
    top: 0;
  }

  .statistic-wrapper {
    margin-top: -38px;
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .auto-tabs-progress {
    margin-bottom: -.28rem;
  }

  .proceso-step-wrapper {
    height: 30vh;
    margin-top: 10px;
  }

  .section-planes.planes-page {
    margin-top: 63px;
  }

  .planes-wrapper {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 18px;
  }

  .planes-paragraph {
    text-align: center;
    width: 80%;
    font-size: 1.125rem;
  }

  .planes-title {
    text-align: center;
    font-size: 2rem;
  }

  .planes-card {
    width: 90%;
    height: 92%;
  }

  .planes-text {
    justify-content: center;
    align-items: center;
    width: 87%;
  }

  .planes-button {
    padding-top: 1.28rem;
    padding-bottom: 1.28rem;
  }

  .section-title {
    font-size: 2rem;
  }

  .section-text-l {
    width: 69%;
    font-size: 1.3rem;
  }

  .beneficios-grid-wrapper {
    width: 95%;
  }

  .beneficios-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .beneficios-card-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .h3-beneficios {
    width: 87%;
    font-size: 1.125rem;
  }

  .img-beneficios {
    max-width: 58%;
  }

  .persona-title {
    font-size: 1.1rem;
  }

  .persona-empresa {
    font-size: 1rem;
  }

  .persona-testimonio {
    font-size: 1.175rem;
  }

  .testimonio-img {
    width: 52%;
    max-width: 228px;
  }

  .testimonio-card {
    flex-flow: column;
  }

  .cta-paragraph {
    width: 80%;
    font-size: 1.2rem;
  }

  .footer-content {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .footer-top {
    grid-column-gap: 5vh;
    grid-row-gap: 5vh;
  }

  .footer-links {
    color: #000;
  }

  .planes-page-button {
    padding: 8px 10px 18px;
  }

  .gallery-component {
    width: 98%;
  }

  .title-portafolio {
    font-size: 2.8rem;
  }

  .cell-card.play {
    flex-flow: column;
  }

  .cell-card.jetrix {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .cell-card-text.play {
    width: auto;
    height: 50%;
    padding-top: 18px;
  }

  .cell-card-text.jetrix {
    width: auto;
    height: 50%;
    padding-top: 13px;
  }

  .cell-title.jetrix {
    font-size: 1.6rem;
  }

  .cell-card-img.img-horizontal.jetrix, .cell-card-img.img-horizontal-play, .cell-card-img.img-horizontal-logo {
    border-top-right-radius: 0;
    border-bottom-left-radius: 18px;
    width: auto;
    height: 50%;
  }

  .quick-stack {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .grid-mobile-portafolio {
    display: none;
  }

  .body-terminos {
    overflow: visible;
  }

  .logo-img-navbar {
    min-width: 158px;
    max-width: 90%;
  }

  .logo-linkblock-footer {
    width: 38%;
    max-width: none;
  }

  .logo-linkblock-footer.w--current {
    z-index: 8;
    min-width: 158px;
    max-width: 40%;
  }

  .question-text {
    font-size: 1.4rem;
  }

  .answer-text {
    font-size: 1.175rem;
  }
}

@media screen and (max-width: 479px) {
  .button-primario {
    font-size: 1.125rem;
  }

  .container.navbar {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 92%;
    min-width: auto;
    max-width: none;
    padding-left: 18px;
    padding-right: 18px;
  }

  .container.hero {
    width: 95%;
  }

  .logo-linkblock {
    width: 38%;
    max-width: 188px;
  }

  .logo-linkblock.w--current {
    width: 38%;
    min-width: 169px;
    max-width: 188px;
  }

  .hamburger-lottie {
    width: auto;
    min-width: 26px;
    max-width: 36px;
    height: auto;
    position: sticky;
  }

  .hero-text-container {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .hero-buttons-container {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
  }

  .statistic-text {
    font-size: 1.1rem;
    line-height: 1.4em;
  }

  .statistic-text.source {
    font-size: 1.1rem;
  }

  .heading {
    width: 100%;
    font-size: 2.4rem;
    line-height: 1.3em;
  }

  .section-marquee {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .logo-marquee-grid {
    min-width: 280vw;
  }

  .logo-img-marquee {
    width: 80px;
    min-width: 84px;
    height: 34px;
  }

  .hero-wrapper {
    padding-top: 28px;
  }

  .servicios-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .servicios-container {
    justify-content: center;
    align-items: center;
    width: 92%;
  }

  .servicios-tab {
    width: 100%;
    height: 100%;
  }

  .tabs-menu {
    width: 40%;
    margin-right: 8px;
    padding-bottom: 0;
  }

  .tab-link {
    border-left-width: 4px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: 6px;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 10px;
  }

  .servicios-grid {
    grid-row-gap: 8px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .tab-pane-branding {
    height: 100%;
    max-height: none;
  }

  .servicio-img-container {
    width: 88%;
    max-width: 138px;
  }

  .h4-servicios {
    font-size: 1rem;
    font-weight: 300;
  }

  .tab-pane-material-gr-fico, .tab-pane-multimedia, .tab-pane-web {
    max-height: none;
  }

  .servicios-grid-2 {
    grid-row-gap: 28px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .tab-pane-y-m-s {
    max-height: none;
  }

  .proceso-wrapper {
    width: 100%;
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .servicio-img-container-2 {
    width: 92%;
    max-width: 180px;
  }

  .servicios-heading {
    text-align: center;
    font-size: 1.6rem;
  }

  .h3-servicios {
    font-size: 1.2rem;
  }

  .splide.slider1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .splide.slider2 {
    width: 94%;
    padding-left: .8em;
    padding-right: .8em;
  }

  .h2-paragraph {
    width: 84%;
    font-size: 1.4rem;
  }

  .splide__slide.planes {
    width: 100%;
    height: 60vh;
  }

  .splide__slide.planes.planes-page {
    height: 75svh;
  }

  .splide__slide.planes.planes-home {
    height: 62svh;
  }

  .h3-proceso, .proceso-paragraph {
    text-align: center;
  }

  .proceso-number {
    font-size: 3.8rem;
  }

  .proceso-text-wrapper {
    width: 92%;
  }

  .servicios-grid-wrapper {
    height: 72vh;
  }

  .auto-tabs-link {
    text-align: center;
    padding-left: 18px;
    padding-right: 18px;
  }

  .auto-tabs-menu {
    width: 95%;
  }

  .proceso-step-wrapper {
    height: 38vh;
    margin-top: 0;
  }

  .proceso-step-text {
    justify-content: center;
    align-items: center;
  }

  .proceso-step-card {
    width: 92%;
  }

  .proceso-step-card-content {
    grid-column-gap: 1.8rem;
    grid-row-gap: 1.8rem;
    flex-flow: column;
  }

  .planes-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .planes-card {
    width: 100%;
  }

  .planes-card.planes-page {
    height: 100%;
  }

  .lista-planes {
    padding-right: 10px;
  }

  .section-title {
    width: auto;
  }

  .section-text-l {
    width: 88%;
  }

  .h3-beneficios {
    font-size: 1.1rem;
  }

  .img-beneficios {
    max-width: 69%;
  }

  .testimonio-texto {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 110%;
  }

  .testimonios-title {
    text-align: center;
  }

  .persona-testimonio {
    line-height: 1.6rem;
  }

  .testimonio-img {
    width: 69%;
  }

  .testimonio-card {
    width: 88%;
  }

  .cta-wrapper.portafolio {
    padding-top: 18px;
  }

  .cta-paragraph {
    text-align: center;
    width: 88%;
    font-size: 1.1rem;
  }

  .h2-cta {
    text-align: center;
  }

  .footer {
    color: #000;
  }

  .footer-bot {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
    flex-flow: column;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-links {
    flex-flow: column;
  }

  .footer-link-2:hover {
    color: var(--primario);
    text-decoration: underline;
  }

  .gallery-component {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .gallery-title {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .title-portafolio {
    width: 90%;
    font-size: 2.2rem;
  }

  .quick-stack {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .grid-mobile-portafolio {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: minmax(38vh, 48vh) minmax(38vh, 42vh) minmax(26vh, 28vh) minmax(26vh, 32vh) minmax(38vh, 48vh) minmax(38vh, 42vh);
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 98%;
    display: grid;
  }

  .logo-img-navbar {
    width: 100%;
    min-width: 142px;
    max-width: 210px;
    height: 100%;
  }

  .logo-linkblock-footer {
    width: 48%;
  }

  .logo-linkblock-footer.w--current {
    max-width: 72%;
  }

  .faq-wrapper {
    width: 95%;
  }

  .faq-question {
    align-items: center;
    padding: 1.4rem 1rem;
  }

  .question-text {
    padding-right: 28px;
    font-size: 1.175rem;
  }

  .answer-text {
    font-size: 1.1rem;
  }

  .faq-icon {
    height: 1.4rem;
  }
}

#w-node-_41dee24c-50cb-ae70-19cd-ddbc448f631b-043adfef {
  grid-template-rows: minmax(14vh, 32vh) minmax(14vh, 28vh) minmax(38vh, 48fr);
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_605fbe98-a1a9-088b-795d-a7f64aa33d9d-043adfef {
  grid-row: span 2 / span 2;
}

#w-node-_14856acc-074f-e6bc-381b-970a9eebecac-043adfef, #w-node-d79eea1d-e091-3eb6-5c74-b5f36d14754d-043adfef {
  grid-column: span 2 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_41dee24c-50cb-ae70-19cd-ddbc448f631b-043adfef {
    grid-template-rows: minmax(14vh, 32vh) minmax(14vh, 36vh) minmax(48vh, 52fr);
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_41dee24c-50cb-ae70-19cd-ddbc448f631b-043adfef {
    grid-template-rows: minmax(38vh, 68vh) minmax(34vh, 38vh) minmax(42vh, 64vh);
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_605fbe98-a1a9-088b-795d-a7f64aa33d9d-043adfef {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_14856acc-074f-e6bc-381b-970a9eebecac-043adfef {
    order: 0;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2e58cc50-aeb1-7ab8-6dba-27b1925b454f-043adfef {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_020092d5-36ed-baca-7a42-fb539df2f452-043adfef {
    grid-row: span 1 / span 1;
  }

  #w-node-d79eea1d-e091-3eb6-5c74-b5f36d14754d-043adfef {
    grid-column: span 1 / span 1;
  }

  #w-node-ae944d5d-3d53-f764-850f-82a42d706d07-043adfef {
    order: 0;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_41dee24c-50cb-ae70-19cd-ddbc448f631b-043adfef {
    grid-template-rows: minmax(50vh, 50fr);
    grid-template-columns: 1fr;
    display: none;
  }

  #w-node-_14856acc-074f-e6bc-381b-970a9eebecac-043adfef {
    grid-row: span 1 / span 1;
  }

  #w-node-_2e58cc50-aeb1-7ab8-6dba-27b1925b454f-043adfef {
    order: 0;
  }
}


