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

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

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

:root {
  --azul-gradient: #12131e;
  --white: white;
  --black: #030001;
  --royal-blue: #0074e8;
  --celeste: #8da4ff;
}

.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;
}

body {
  background-color: var(--azul-gradient);
  color: var(--white);
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Everett, sans-serif;
  font-size: 400%;
  font-weight: 500;
  line-height: 44px;
}

p {
  color: var(--white);
  margin-bottom: 10px;
}

.item-adress {
  width: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.item-adress.grupo {
  margin-top: 0;
  margin-bottom: 0;
}

.item-adress.grupo.no {
  display: none;
}

.anime {
  overflow: hidden;
}

.af-link-block {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.container-adress-af {
  width: 100%;
  padding-bottom: 1.5%;
  padding-left: 9%;
  padding-right: 9%;
  position: absolute;
  inset: auto 0% 0%;
}

.container-social-links {
  display: flex;
}

.container-social-links.af {
  min-height: 25px;
  font-family: Inter, sans-serif;
}

.container-social-links.af.solo-links {
  padding-top: 5px;
}

.img-telefonos {
  width: 24px;
}

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

.center-item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.center-item.af-group {
  padding-left: 6%;
  padding-right: 6%;
}

.linea {
  perspective-origin: 0%;
  transform-origin: 0%;
  background-color: #2a2a2a;
  width: 100%;
  height: 3px;
}

.linea.adress {
  width: 100px;
}

.linea.adress.af {
  background-color: #fff;
  width: 100%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.af-container-brands {
  justify-content: center;
  width: 100%;
  height: 100vh;
  min-height: 650px;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5% 9% 0%;
  display: flex;
  position: relative;
}

.grid-3 {
  grid-column-gap: 0px;
  flex-direction: column;
  grid-template-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.container-title {
  width: 100%;
  padding-top: 3%;
  padding-bottom: 3%;
  position: relative;
}

.container-title.margin-bottom {
  margin-bottom: 5px;
}

.container-title.margin-bottom.af {
  min-height: 55px;
  padding-top: 0%;
  padding-bottom: 0%;
}

.af-img {
  min-width: 45vw;
  max-width: 55vw;
}

.title-adress {
  letter-spacing: -.04em;
  width: auto;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
}

.title-adress.af {
  color: var(--black);
  font-family: Everett, sans-serif;
}

.ct {
  margin-bottom: 5px;
}

.ct.af {
  margin-bottom: 3px;
}

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

.p-adress {
  line-height: 24px;
}

.p-adress.del-grupo {
  color: var(--black);
  margin-bottom: 0;
  font-family: Everett, sans-serif;
  line-height: 18px;
}

.link-none {
  color: #fff;
  text-decoration: none;
}

.link-none:hover {
  color: #e63952;
}

.migra {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Everett, sans-serif;
  font-size: 350%;
  font-weight: 300;
  line-height: 100%;
}

.italic {
  font-style: normal;
}

.link-block {
  text-decoration: none;
}

.color {
  border-bottom: 5px solid var(--royal-blue);
  color: var(--royal-blue);
  font-weight: 400;
}

.wsp-btn {
  z-index: 9999;
  width: 64px;
  position: fixed;
  inset: auto 1.5% 3% auto;
}

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

.nav-line-large {
  background-color: #fff;
  border-radius: 3.5em;
  width: 3em;
  height: .35em;
  margin-top: .2em;
  margin-bottom: .2em;
}

.nav-button {
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #2bded3;
  border-radius: 2em;
  margin-left: .5em;
  padding: 15px 2em;
  font-size: .9em;
  font-weight: 500;
  line-height: 1.5;
}

.nav-button:hover {
  color: #121e2b;
  background-color: #2bded3;
}

.nav-link {
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: .9em;
  font-family: Everett, sans-serif;
  font-size: .9em;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  color: var(--celeste);
}

.nav-link.w--current {
  color: var(--royal-blue);
}

.nav-line {
  background-color: #fff;
  border-radius: 5em;
  width: 2em;
  height: .35em;
  margin-top: .2em;
  margin-bottom: .2em;
}

.logo {
  width: 200px;
}

.nav-line-x-2 {
  background-color: #fff;
  border-radius: 3.5em;
  width: 3em;
  height: .35em;
  margin-top: .2em;
  margin-bottom: .2em;
}

.nav-toggle__mobile {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  display: none;
}

.nav-line-x-1 {
  background-color: #fff;
  border-radius: 3.5em;
  width: 3em;
  height: .35em;
  margin-top: .2em;
  margin-bottom: .2em;
  position: absolute;
}

.nav-click {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.nav-click-out {
  flex-direction: column;
  align-items: flex-end;
  display: none;
  position: absolute;
}

.navbar {
  z-index: 99;
  background-color: var(--azul-gradient);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 10vh;
  padding: 1.5em 2em;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.navbar.landings {
  z-index: 9999;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  position: absolute;
  inset: 0% 0% auto;
}

.wrapper-tech {
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.small-text {
  color: var(--white);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Everett, sans-serif;
  font-size: .7em;
  line-height: 100%;
}

.small-text.list {
  opacity: .1;
  min-height: 30px;
}

.small-text.seguinos-en-las-redes {
  text-align: right;
  min-width: 25ch;
}

.sticky-item {
  background-image: linear-gradient(270deg, var(--royal-blue), #0000);
  border-top-right-radius: 50em;
  border-bottom-right-radius: 50em;
  flex-direction: column;
  flex: none;
  justify-content: space-around;
  align-items: center;
  width: 80%;
  height: 90%;
  padding-left: 10em;
  display: flex;
}

.section-sticky {
  height: 420vh;
}

.button {
  border: 1px solid var(--white);
  letter-spacing: -.025em;
  background-color: #0000;
  border-radius: 3em;
  padding: 20px 2em;
  font-family: Everett, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 100%;
}

.button.is--ghost {
  border-style: none;
  border-radius: 0;
}

.button.is--ghost:hover {
  color: #2bded3;
  background-color: #0000;
}

.button.seconday {
  background-image: url('../images/bajar.svg');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: auto;
  border-color: #fff0;
  padding-left: 2.5em;
}

.button.celeste {
  border-color: var(--royal-blue);
  background-color: var(--royal-blue);
}

.g-shape {
  background-color: #0000;
  background-image: linear-gradient(270deg, #3f4b5f00 20%, #e0e7f0);
  border-top-left-radius: 25em;
  border-bottom-left-radius: 25em;
  width: 10em;
  height: 4em;
}

.g-shape.is--filp {
  background-image: linear-gradient(to right, #3f4b5f00 20%, #e0e7f0);
  border-radius: 0 25em 25em 0;
}

.heading {
  margin-top: 0;
}

.graphic {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.sticky-content {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 90vh;
  display: flex;
}

.item-title {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  padding-top: 4em;
  padding-bottom: 4em;
  display: flex;
  transform: translate(-6vw);
}

.g-row {
  display: flex;
}

.item-content {
  width: auto;
  min-width: 45%;
  max-width: 55%;
  height: 100%;
}

.container-sticky {
  height: 100%;
  padding-top: 5em;
}

.hero-intro_wrapper {
  z-index: 999;
  flex-direction: column;
  justify-content: space-between;
  max-width: 60vw;
  padding-bottom: 0%;
  display: flex;
}

.hero-gradient-col {
  opacity: .8;
  background-color: #0000;
  background-image: linear-gradient(to right, #2bded3, #2bded342 56%, #fff0);
  border-top-left-radius: 35em;
  border-bottom-left-radius: 35em;
  height: 50%;
}

.hero-gradient-col.is--two {
  background-image: none;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.hero-gradient-col.is--left {
  width: 80%;
  margin-left: auto;
  position: relative;
  overflow: hidden;
}

.hero-gradient-col.is--left.is--img {
  opacity: 1;
  background-image: none;
  border-top-left-radius: 35em;
  border-bottom-left-radius: 35em;
}

.section-heading {
  width: auto;
  padding-top: 0;
  padding-bottom: 1em;
}

.img-gradient {
  z-index: 1;
  opacity: 1;
  background-image: linear-gradient(270deg, #121e2b, #fff0 41%);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.hero-gradient_bg {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.hero-slideshow {
  height: 100%;
  position: relative;
}

.container {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10em;
  padding-right: 10em;
}

.container.is--max_width {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.section {
  position: relative;
}

.section.no-scroll {
  overflow: hidden;
}

.hero {
  flex-direction: column;
  justify-content: flex-end;
  height: 90vh;
  display: flex;
  position: relative;
}

.hero-intro {
  align-items: center;
  width: 100%;
  height: 45vh;
  max-height: none;
  padding-left: 8em;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.section_cta {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  display: flex;
}

.img-slide-hero {
  opacity: .65;
  mix-blend-mode: multiply;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.gradient-row {
  z-index: 10;
  background-image: linear-gradient(270deg, var(--royal-blue) 44%, #0000);
  border-top-right-radius: 35em;
  border-bottom-right-radius: 35em;
  width: 80%;
  margin-left: 0%;
}

.gradient-row.is--overlap {
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.gradient-row.is--overlap.is--straight {
  z-index: 1;
  background-image: linear-gradient(270deg, var(--royal-blue) 55%, #0000);
  opacity: .57;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 30%;
}

.gradient-row.con-texto {
  z-index: 2;
  background-image: linear-gradient(270deg, var(--royal-blue) 44%, #0000);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.overlay.dark-overlay {
  background-color: #0f13168c;
}

.scroll-background {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.button-text-wrapper {
  z-index: 10;
  flex-direction: column;
  height: 1.5rem;
  line-height: 1.5;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-content {
  z-index: 10;
  justify-content: center;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.text-size-regular {
  font-size: 1.125rem;
  line-height: 1.6;
}

.feature-video-lightbox {
  z-index: 10;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 5rem;
  min-width: 5rem;
  height: 5rem;
  min-height: 5rem;
  margin-bottom: 3rem;
  display: flex;
  position: relative;
}

.arrow-icon-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: .875rem;
  margin-left: .875rem;
  padding-top: 2px;
  display: flex;
  overflow: hidden;
}

.arrow-icon {
  opacity: 1;
  filter: none;
  width: .875rem;
  margin-top: 3px;
}

.video-feature-wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1rem;
  padding-left: 9%;
  padding-right: 9%;
  display: flex;
}

.video-feature-bottom {
  z-index: 10;
  text-align: center;
  padding-bottom: 9rem;
  position: relative;
}

.info-scroll-background {
  height: 100vh;
  margin-top: -4rem;
  padding: 4rem 1rem 1rem;
  position: sticky;
  bottom: 0%;
  overflow: hidden;
}

.video-feature {
  max-width: 25rem;
}

.video-feature.centered {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.underline-link {
  color: #fff;
  align-items: center;
  height: 1.85rem;
  text-decoration: none;
  display: flex;
}

.button-text {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 1.5rem;
  min-height: 1.5rem;
  padding: 0;
  font-weight: 400;
  line-height: 1.7;
}

.feature-video-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  margin-bottom: 0;
  display: flex;
}

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

.feature-component {
  flex-direction: column;
  display: flex;
}

.info-scroll-image {
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.feature-middle-column {
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: -100vh;
  padding-bottom: 4rem;
  display: flex;
}

.section-home-video {
  z-index: 10;
  position: relative;
}

.feature-column {
  grid-column-gap: 20rem;
  grid-row-gap: 20rem;
  color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  margin-top: 60vh;
  display: grid;
}

.feature-column.right-feature-column {
  margin-top: 125vh;
  margin-bottom: 0;
}

.feature-column._2 {
  margin-top: 90vh;
}

.play-icon {
  width: 1.25rem;
  margin-left: .2rem;
}

.page-padding {
  width: 100%;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.scroll-image {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.feature-video {
  justify-content: center;
  align-items: center;
  height: 75vh;
  margin-bottom: -20vh;
  padding-top: 40vh;
  padding-bottom: 30vh;
  display: flex;
  position: sticky;
  top: 70px;
}

.container-large {
  width: 100%;
  max-width: 96rem;
  margin-left: auto;
  margin-right: auto;
}

.heading-medium {
  font-size: 2.75rem;
  font-weight: 500;
  line-height: 1.2;
}

.footer-brand {
  align-items: flex-start;
  width: 100%;
  max-width: 120px;
  font-size: 28px;
  line-height: 1.2em;
  display: flex;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.button-2 {
  z-index: 10;
  color: #000;
  text-align: center;
  background-color: #e2ebf0;
  border: 1px #d1dfe4;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 8rem;
  padding: .875rem 1.875rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-2.white-button {
  background-color: #fff;
}

.about-banner-text {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.footer-component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.section-footer {
  border-top: 1px #171b1f;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 95vh;
  display: flex;
  position: sticky;
  inset: auto 0% 0%;
}

.section-footer.rel {
  position: relative;
}

.legal-separator {
  background-color: #e4eff3;
  width: 1px;
  height: 18px;
}

.footer-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  font-weight: 500;
  display: grid;
}

.footer-link {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: .4rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.footer-legal-block {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  place-items: center start;
  display: grid;
}

.page-wrapper {
  z-index: 1;
  background-color: var(--azul-gradient);
  color: #000;
  position: relative;
}

.about-banner-background {
  background-image: url('../images/iteams-footer-close.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.footer-list-columns {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: grid;
}

.main-wrapper {
  z-index: 10;
  color: #000;
  position: relative;
}

.banner-component {
  z-index: 10;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: center;
  min-height: 90vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-wrapper {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 90vh;
  max-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.footer-bottom-block {
  font-size: 14px;
}

.footer-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  display: grid;
}

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

.banner-strip {
  z-index: 1;
  color: #fff;
  white-space: nowrap;
  margin-top: 0;
  font-size: 6vw;
  line-height: 1;
  display: flex;
  position: absolute;
  inset: 0%;
}

.button-background {
  background-color: #3f8ef1;
  border-radius: 100%;
  width: 100%;
  min-width: 4.5rem;
  height: 175%;
  display: none;
  position: absolute;
  inset: auto;
}

.footer-columns {
  grid-column-gap: 16px;
  grid-row-gap: 120px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 6rem;
  padding-bottom: 3rem;
  display: flex;
}

.footer-bottom {
  color: #62717a;
  border-top: 1px solid #ffffff21;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.overlay-2 {
  z-index: 2;
  background-color: #0f131666;
  position: absolute;
  inset: 0%;
}

.banner-content {
  z-index: 15;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 9rem;
  padding-bottom: 9rem;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.banner-description {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
}

.banner-description.de-landings {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  max-width: 80%;
}

.text-size-large {
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1.6;
}

.tapador {
  z-index: 1;
  background-color: var(--azul-gradient);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.tapador.de-foto {
  opacity: .5;
  mix-blend-mode: multiply;
}

.h1-hero {
  color: var(--white);
  letter-spacing: -.05em;
  font-size: 450%;
  line-height: 95%;
}

.img-logo {
  width: 140px;
}

.img-logo.footer {
  perspective-origin: 0%;
  transform-origin: 0%;
  width: 200px;
}

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

.div-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.sep {
  background-color: var(--white);
  width: 1px;
  height: 5px;
  margin-left: 1.5vw;
  margin-right: 1.5vw;
}

.padding-tyb {
  width: 100%;
  padding-top: 9%;
  padding-bottom: 6%;
  position: relative;
}

.padding-tyb.partners {
  padding-top: 12%;
  padding-bottom: 12%;
}

.padding-lyr {
  width: 100%;
  padding-left: 6%;
  padding-right: 6%;
}

.padding-lyr.landings {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.article-container {
  grid-column-gap: 9em;
  grid-row-gap: 9em;
  flex-direction: column;
  display: flex;
  position: relative;
}

.article-container.grid {
  grid-column-gap: 6em;
  grid-row-gap: 6em;
}

.article-container.timeline {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
}

.title-container.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.h2 {
  max-width: 22ch;
  color: var(--white);
  letter-spacing: -.05em;
  margin-left: auto;
  margin-right: auto;
  font-family: Everett, sans-serif;
  font-size: 400%;
  font-weight: 300;
  line-height: 95%;
}

.h2.cta {
  max-width: none;
}

.bajada-center {
  max-width: 55ch;
  margin-left: auto;
  margin-right: auto;
}

.bajada-center.sin-ch {
  max-width: none;
}

.lista-container {
  grid-column-gap: 6em;
  grid-row-gap: 9em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 3vw;
  padding-right: 3vw;
  display: grid;
}

.flex-item-list {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-direction: column;
  display: flex;
}

.img-item-lis {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}

._1 {
  text-align: center;
  margin-bottom: 3vw;
  margin-left: auto;
  margin-right: auto;
}

.title-servicio-list {
  max-width: 10ch;
  min-height: 70px;
  color: var(--white);
  font-family: Everett, sans-serif;
  font-size: 180%;
  font-weight: 500;
  line-height: 100%;
}

.p-lista {
  font-weight: 200;
}

.title-list-container {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-bottom: 3px solid var(--white);
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.img-logo-del-video {
  opacity: .05;
}

.img-100 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.title-de-nosotros {
  color: var(--white);
  font-family: Everett, sans-serif;
  font-size: 200%;
  font-weight: 500;
  line-height: 100%;
}

.quote {
  color: var(--white);
  font-family: Everett, sans-serif;
  font-size: 30vw;
  font-weight: 300;
  line-height: 50%;
}

.testominoal {
  color: var(--white);
  font-family: Everett, sans-serif;
  font-size: 200%;
  font-weight: 300;
  line-height: 120%;
}

.testominoal.l {
  text-align: left;
  font-size: 300%;
}

.testominoal-credit {
  color: var(--white);
  letter-spacing: -.05em;
  font-family: Everett, sans-serif;
  font-size: 100%;
  font-weight: 500;
  line-height: 120%;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 3em;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 20vh;
  display: flex;
}

.div-block-3.l {
  text-align: left;
  min-height: auto;
}

.partners-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3em;
  display: grid;
}

.partners-container.land {
  padding-bottom: 6em;
}

.image {
  width: 350px;
}

.iteams-slide {
  opacity: .1;
  width: 50vw;
}

.div-block-4 {
  flex-direction: column;
  display: flex;
}

.testimonial-final {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.div-block-5 {
  width: 100%;
}

.correccion {
  margin-top: 0;
}

.social-link-2 {
  margin-bottom: 0;
  margin-right: 0;
}

.container-title-footer {
  border-bottom: 3px solid var(--white);
  display: inline-block;
}

.sep-entre-link-f {
  width: 100%;
  height: 60px;
}

.container-bottom-footer {
  width: 100%;
  margin-top: 3%;
}

.contacto-1 {
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.container-item-footer {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  display: flex;
}

.escuela {
  letter-spacing: -.01rem;
  text-transform: uppercase;
  width: 10ch;
  margin-bottom: 10px;
  font-size: 240%;
  font-weight: 900;
  line-height: 90%;
}

.sep-btnotones {
  width: 20px;
  height: 100%;
}

.sep-footer-social {
  width: 40px;
  height: 100%;
}

.adress {
  width: 100%;
  font-style: normal;
  position: relative;
}

.footer-link-block {
  color: #ededed;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none;
  transition: all 1.2s cubic-bezier(.39, .575, .565, 1);
}

.footer-link-block:hover {
  padding-left: 5px;
}

.flex {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.flex.r {
  align-items: flex-end;
}

.item-footer {
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.grid-de-footer-links {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.container-escuelas-links {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  padding-right: 10vw;
  display: flex;
}

.anime-2 {
  padding-top: 3px;
  padding-bottom: 5px;
  padding-right: 3px;
  overflow: hidden;
}

.footer-adress-link {
  color: #fff;
  margin-left: 10px;
  text-decoration: none;
  transition: all .6s cubic-bezier(.23, 1, .32, 1);
}

.footer-adress-link:hover {
  padding-left: 5px;
}

.container-btn-navbar {
  margin-left: 30px;
}

.grid-footer {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 9%;
  display: grid;
}

.item-2 {
  position: relative;
}

.footer-link-2 {
  color: #fff;
  text-decoration: none;
}

.upper-tagline {
  color: #fff;
  letter-spacing: .05rem;
  text-transform: uppercase;
  font-size: 80%;
  font-weight: 700;
  line-height: 100%;
}

.title-footer {
  color: #fff;
  letter-spacing: -.025rem;
  padding-bottom: 10px;
  font-family: Everett, sans-serif;
  font-size: 180%;
  font-weight: 500;
  line-height: 100%;
}

.social-del-footer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  display: flex;
}

.escuela-link {
  background-color: #096854;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.icon-footer-adress {
  width: 14px;
}

.img-social-link {
  width: 18px;
}

.button-secondary-wrapper {
  background-color: #000;
  border-radius: .5rem;
  width: auto;
  height: auto;
  transition: all .5s;
  display: inline-block;
  position: relative;
}

.button-secondary-2 {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: .125rem solid #000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .85rem 1.45rem;
  font-size: 1.1rem;
  font-weight: 400;
  transform: translate(-.3rem, -.3rem);
}

.container-item-footer-copy {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  display: flex;
}

.container-item-footer-vetical {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.container-item-footer-vetical._1 {
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
}

.container-footer-items {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.fooer-credits {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding: 1% 0%;
  display: flex;
  position: relative;
}

.credit-left {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.credit-txt {
  float: left;
  color: #faf8e8;
  text-transform: uppercase;
  background-color: #0000;
  font-size: 80%;
  font-weight: 400;
  line-height: 100%;
}

.credit-right-2 {
  font-size: 110%;
  font-weight: 700;
}

.um-credit-2 {
  float: right;
  color: #f1f1f1;
  text-align: right;
  text-transform: none;
  flex: 1;
  font-family: Everett, sans-serif;
  font-size: 100%;
  font-weight: 500;
}

.cuadrado-2 {
  color: var(--black);
  font-weight: 700;
}

.um-link-2 {
  color: var(--royal-blue);
  text-transform: none;
  text-decoration: none;
  transition: all .5s cubic-bezier(.645, .045, .355, 1);
}

.um-link-2:hover {
  color: #fff;
  border-bottom: 3px solid #fff;
  text-decoration: none;
}

.div-block-6 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.form {
  width: 100%;
}

.formularuaio-conta {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-field {
  border-style: none none solid;
  border-width: 1px 1px 3px;
  border-color: black black var(--white);
  min-width: 25vw;
  min-height: 60px;
  color: var(--white);
  background-color: #0000;
  padding-bottom: 16px;
  font-weight: 500;
}

.text-field:focus {
  color: var(--royal-blue);
}

.text-field::placeholder {
  color: var(--white);
}

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

.text-block {
  color: var(--royal-blue);
  text-align: left;
  font-family: Everett, sans-serif;
  font-size: 180%;
  font-weight: 300;
  line-height: 100%;
  text-decoration: underline;
}

.error-message {
  background-color: var(--azul-gradient);
}

.text-block-2 {
  color: red;
}

.small-text-copy {
  color: var(--white);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Everett, sans-serif;
  font-size: .7em;
  line-height: 100%;
}

.small-text-copy.list {
  opacity: .1;
  min-height: 30px;
}

.small-text-copy.seguinos-en-las-redes {
  text-align: right;
  min-width: 25ch;
}

.wsp-btn-2 {
  z-index: 9999;
  width: 64px;
  display: none;
  position: fixed;
  inset: auto .5% 3% auto;
}

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

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

.hero-landings {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  width: 100%;
  height: 100vh;
  display: grid;
  position: relative;
}

.header {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 3rem;
  display: flex;
  position: relative;
}

.header.margin-bottom_none {
  align-items: flex-start;
  max-width: 60ch;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.header.left {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
}

.header.l {
  align-items: flex-start;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.button-group.is-vertical-stretch {
  flex-flow: column;
  align-items: stretch;
}

.button-3 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: var(--royal-blue);
  box-shadow: none;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-image: none;
  border: 0 solid #0000;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: 1em 1.5em;
  font-family: Everett, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s cubic-bezier(.165, .84, .44, 1), box-shadow .2s;
  display: inline-flex;
}

.button-3:hover {
  box-shadow: none;
  color: #fff;
  background-color: #0074e8;
  border-color: #0000;
}

.button-3:active {
  box-shadow: none;
  background-color: #0074e8;
}

.button-3:focus {
  outline-offset: 2px;
  outline: 2px solid #0074e8;
}

.button-3.is-secondary {
  color: #fff;
  background-color: #0000;
  background-image: none;
  border-color: #0000;
  box-shadow: inset 0 0 0 1px #fff;
}

.button-3.is-secondary:hover {
  background-color: #0000;
  border-color: #0000;
  box-shadow: inset 0 0 0 2px #fff;
}

.button-3.is-secondary:active {
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #fff;
}

.button-3.icons {
  color: #fff;
  background-color: #0000;
  background-image: none;
  border-color: #0000;
  box-shadow: inset 0 0 0 1px #fff;
}

.button-3.icons:hover {
  background-color: #0000;
  border-color: #0000;
  box-shadow: inset 0 0 0 2px #fff;
}

.button-3.icons:active {
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #fff;
}

.subheading {
  max-width: 1000px;
  color: color-mix(in srgb, currentColor 70%, transparent);
  letter-spacing: 0;
  text-wrap: balance;
  margin-bottom: 1.25rem;
  font-family: Everett, sans-serif;
  font-size: 1.13rem;
  line-height: 1.6em;
}

.rich-text {
  font-weight: 300;
}

.heading_hero {
  letter-spacing: -.01em;
  text-wrap: balance;
  margin-top: 0;
  margin-bottom: .3em;
  font-family: Everett, sans-serif;
  font-size: 5.61rem;
  font-weight: 500;
  line-height: 1.04em;
}

.img-bg-hero {
  width: 100%;
  height: 100%;
}

.img-bg-hero.responsive {
  display: none;
  position: absolute;
  inset: 0%;
}

.hero-txt-flex {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 3rem;
  display: flex;
  position: relative;
}

.grid_2-col {
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.grid_3-col {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tablet-1-col-1-2.gap-large {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
}

.card {
  color: #fff;
  background-color: #12131e;
  background-image: none;
  border: 0 solid #fff3;
  border-radius: .5rem;
  flex-flow: column;
  flex: 0 auto;
  align-items: stretch;
  width: 100%;
  height: 100%;
  list-style-type: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px #fff3, 0 2px 4px #0000001a, 0 8px 14px #00000026;
}

.overflow_clip {
  overflow: clip;
}

.ratio_anamorphic {
  aspect-ratio: 2.39;
  border-radius: .5rem;
  position: relative;
  overflow: clip;
}

.heading_small {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: .5em;
  font-family: Everett, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 95%;
}

.card_body {
  z-index: 1;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
}

.card_body._3-items {
  justify-content: space-between;
  min-height: 55vh;
}

.image_cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image_cover.how {
  min-height: 75vh;
  max-height: 85vh;
}

.grid-item-manual.form {
  padding-left: 2em;
  padding-right: 2em;
}

.icon {
  color: #8da4ff;
  vertical-align: middle;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-top: 1em;
  margin-bottom: 1em;
  display: flex;
}

.aside {
  margin-top: 0;
}

.p.bold {
  margin-bottom: 0;
  font-weight: 700;
}

.p-container-grid {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  display: flex;
}

.p-container-grid.sec1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.number-big {
  color: var(--celeste);
  letter-spacing: -.05em;
  font-family: Everett, sans-serif;
  font-size: 4.5em;
  font-weight: 300;
  line-height: 100%;
}

.section-copy {
  position: relative;
}

.section-copy.no-scroll {
  overflow: hidden;
}

.nav_caret {
  margin: 0;
  position: relative;
}

.mega-nav_dropdown-list.w--open {
  background-color: #0000;
  padding-top: 1.25rem;
  left: 0;
  right: 0;
}

.nav_logo {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  height: 2.5rem;
  color: inherit;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav_logo:hover {
  color: color-mix(in srgb, currentColor 80%, transparent);
}

.nav_menu-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav_dropdown-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding: .75em 1em;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.nav_dropdown-link:hover {
  color: #8da4ff;
}

.nav_dropdown-link.w--current, .nav_dropdown-link.w--open {
  background-color: #0000;
}

.nav_container {
  background-color: #ddd0;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: .75rem 3%;
  display: flex;
}

.button_label {
  white-space: pre;
}

.margin-bottom_none {
  margin-bottom: 0 !important;
}

.nav-menu_dropdown-list-wrapper {
  background-color: #12131e;
  border-radius: .5rem;
  box-shadow: 0 4px 8px #0000001a;
}

.nav-menu_dropdown-list-wrapper.w--open {
  margin-top: .5rem;
  padding: .5rem;
  top: 100%;
  box-shadow: 0 6px 8px -4px #0000001a;
}

.nav_logo-icon {
  align-self: stretch;
  display: flex;
}

.heading_tertiary {
  letter-spacing: -.01em;
  margin-bottom: .5em;
  font-family: Everett, sans-serif;
  font-size: 1.78rem;
  font-weight: 500;
  line-height: 1.04em;
}

.nav_right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav_right.landings {
  font-size: 12px;
}

.button-4 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: var(--royal-blue);
  box-shadow: none;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-image: none;
  border: 0 solid #0000;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: .7em 1em;
  font-family: Everett, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s cubic-bezier(.165, .84, .44, 1), box-shadow .2s;
  display: inline-flex;
}

.button-4:hover {
  box-shadow: none;
  color: #fff;
  background-color: #0074e8;
  border-color: #0000;
}

.button-4:active {
  box-shadow: none;
  background-color: #0074e8;
}

.button-4:focus {
  outline-offset: 2px;
  outline: 2px solid #0074e8;
}

.button_icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  display: inline-flex;
}

.nav_link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  white-space: nowrap;
  word-break: keep-all;
  color: color-mix(in srgb, currentColor 75%, transparent);
  border-radius: .25rem;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding: .5em .75em;
  text-decoration: none;
  display: flex;
}

.nav_link:hover {
  background-color: color-mix(in srgb, currentColor 5%, transparent);
  color: inherit;
}

.nav_link.w--current, .nav_link.w--open {
  background-color: #0000;
}

.text-button {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #8da4ff;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-flex;
}

.text-button:hover {
  color: #0074e8;
}

.text-button.is-secondary {
  color: inherit;
  transition-property: opacity, color;
  transition-duration: .3s, .3s;
  transition-timing-function: ease-in-out, ease-in-out;
}

.text-button.is-secondary:hover {
  opacity: .6;
}

.paragraph_large {
  letter-spacing: 0;
  margin-bottom: .75em;
  font-family: Everett, sans-serif;
  font-size: 1.13rem;
  line-height: 1.6em;
}

.nav_left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav {
  z-index: 99;
  color: #fff;
  background-color: #fff0;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  font-size: 1rem;
  display: flex;
  position: relative;
}

.nav.is-secondary {
  background-color: #12131e;
  position: fixed;
  inset: 0% 0% auto;
}

.margin_top-auto {
  margin-top: auto !important;
}

.nav_mobile-menu-button {
  color: inherit;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: .5rem;
}

.nav_mobile-menu-button:hover {
  color: inherit;
}

.nav_mobile-menu-button.w--open {
  z-index: 2;
  background-color: #0000;
}

.nav_mobile-menu-button.w--open:hover {
  color: #6685fd99;
}

.mega-nav_link-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.mega-nav_link-item:hover {
  color: #8da4ff;
}

.eyebrow {
  color: color-mix(in srgb, currentColor 60%, transparent);
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-family: Everett, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.3em;
  display: inline-block;
}

.nav_menu-list-item {
  display: flex;
  margin-bottom: 0 !important;
}

.card-link {
  opacity: 1;
  color: #fff;
  background-color: #12131e;
  background-image: none;
  border: 0 solid #fff3;
  border-radius: .5rem;
  flex-flow: column;
  flex: 1;
  width: 100%;
  text-decoration: none;
  list-style-type: none;
  transition: all .16s linear;
  display: flex;
  position: relative;
  overflow: clip;
  transform: translateY(0);
  box-shadow: inset 0 0 0 1px #fff3, 0 2px 4px #0000001a, 0 8px 14px #00000026;
}

.card-link:hover {
  opacity: 1;
  color: #fff;
  background-color: #12131e;
  transform: translateY(-2px);
  box-shadow: inset 0 0 0 1px #fff3, 0 4px 6px #0000001a, 0 10px 20px #00000026;
}

.card-link.on-secondary {
  color: #fff;
  -webkit-text-stroke-color: black;
  background-color: #12131e;
  background-image: none;
  border-color: #000000e6;
  box-shadow: inset 0 0 0 1px #fff3, 0 2px 4px #0000001a, 0 8px 14px #00000026;
}

.card-link.on-secondary:hover {
  color: #000;
  background-color: #12131e;
  box-shadow: inset 0 0 0 1px #fff3, 0 4px 6px #0000001a, 0 10px 20px #00000026;
}

.card-link.is-inverse {
  color: #12131e;
  background-color: #fff;
  border-color: #0000;
}

.card-link.is-inverse:hover {
  color: #12131e;
  background-color: #fff;
}

.nav_dropdown-list-1.w--open {
  background-color: #0000;
  padding-top: 1.25rem;
  display: flex;
}

.mega-nav_list {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.nav_menu {
  background-color: #0000;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: static;
  transform: none !important;
}

.paragraph_small {
  letter-spacing: 0;
  margin-bottom: .75em;
  font-family: Everett, sans-serif;
  font-size: .88rem;
  line-height: 1.6em;
}

.mega-nav_dropdown-list-wrapper {
  color: #fff;
  background-color: #12131e;
  border-radius: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 2rem;
  box-shadow: 0 4px 8px -2px #0000001a;
}

.mega-nav_dropdown-list-wrapper.w--open {
  border-radius: .5rem;
  order: 0;
  justify-content: center;
  align-self: auto;
  padding: 2rem;
  display: flex;
  position: absolute;
  inset: 100% 0% auto;
  box-shadow: 0 8px 8px -4px #0000001a;
}

.flex_horizontal {
  flex-flow: row;
  display: flex;
}

.flex_horizontal.gap-xxsmall {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

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

.icon-2 {
  color: #8da4ff;
  vertical-align: middle;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.icon-2.is-medium {
  width: 1.5rem;
  height: 1.5rem;
}

.nav_dropdown-menu {
  position: static;
}

.grid-5 {
  display: flex;
}

.container-txt-section-1 {
  z-index: 1;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
}

.container-txt-section-1._3-items {
  justify-content: space-between;
  min-height: 60vh;
}

.bajada {
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.grid_2-col-2 {
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.tag_group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #0000;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.is-large {
  font-size: 1.13rem;
}

.image-ratio_auto {
  border-radius: .5rem;
  width: 100%;
  position: relative;
  overflow: clip;
}

.button-5 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  box-shadow: none;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #0074e8;
  background-image: none;
  border: 0 solid #0000;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: 1em 1.5em;
  font-family: Everett, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s cubic-bezier(.165, .84, .44, 1), box-shadow .2s;
  display: inline-flex;
}

.button-5:hover {
  box-shadow: none;
  color: #fff;
  background-color: #0074e8;
  border-color: #0000;
}

.button-5:active {
  box-shadow: none;
  background-color: #0074e8;
}

.button-5:focus {
  outline-offset: 2px;
  outline: 2px solid #0074e8;
}

.heading_primary {
  letter-spacing: -.01em;
  text-wrap: balance;
  max-width: 35ch;
  margin-top: 0;
  margin-bottom: .3em;
  font-family: Everett, sans-serif;
  font-size: 4.21rem;
  font-weight: 500;
  line-height: 1.04em;
}

.icon-3 {
  color: #8da4ff;
  vertical-align: middle;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.icon-3.is-small {
  width: 1.25rem;
  height: 1.25rem;
}

.form_success-message {
  background-color: var(--celeste);
  border: 1px solid #0074e8;
  border-radius: .5rem;
  padding: 2rem;
}

.form_error-message {
  background-color: #ff2b2b;
  border: 1px solid #ff565666;
  border-radius: .25rem;
  margin-top: 1rem;
  padding: 1rem;
}

.display_inline-block {
  color: var(--white);
  display: inline-block;
}

.card-2 {
  color: #fff;
  background-color: #12131e;
  background-image: none;
  border: 0 solid #fff3;
  border-radius: .5rem;
  flex-flow: column;
  flex: 0 auto;
  width: 100%;
  list-style-type: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px #fff3, 0 2px 4px #0000001a, 0 8px 14px #00000026;
}

.card-2.on-secondary {
  color: #fff;
  background-color: #12131e;
  background-image: none;
  border-color: #ffffff1a;
  box-shadow: inset 0 0 0 1px #fff3, 0 2px 4px #0000001a, 0 8px 14px #00000026;
}

.form_error-message_content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: flex-start;
  display: flex;
}

.form_item {
  flex-flow: column;
  flex: 100%;
  grid-column: span 12;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.button-6 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  box-shadow: none;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #0074e8;
  background-image: none;
  border: 0 solid #0000;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: 1em 1.5em;
  font-family: Everett, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s cubic-bezier(.165, .84, .44, 1), box-shadow .2s;
  display: inline-flex;
}

.button-6:hover {
  box-shadow: none;
  color: #fff;
  background-color: #0074e8;
  border-color: #0000;
}

.button-6:active {
  box-shadow: none;
  background-color: #0074e8;
}

.button-6:focus {
  outline-offset: 2px;
  outline: 2px solid #0074e8;
}

.avatar {
  object-fit: cover;
  background-color: #0074e8;
  border-radius: 100rem;
  flex: none;
  width: 4rem;
  height: 4rem;
  position: relative;
  overflow: hidden;
}

.form-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end stretch;
  width: 100%;
  display: grid;
}

.form_block {
  flex: 1;
  margin-bottom: 0;
}

.input_field {
  height: auto;
  box-shadow: none;
  color: #fff;
  background-color: #0000;
  background-image: none;
  border: 1px solid #fff;
  border-radius: .25rem;
  margin-bottom: 0;
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.3;
  transition: background-color .2s cubic-bezier(.165, .84, .44, 1), border-color .2s cubic-bezier(.165, .84, .44, 1);
}

.input_field:hover {
  box-shadow: none;
  background-color: #0000;
  border-color: #fff;
}

.input_field:focus {
  outline-offset: 2px;
  border-color: #fff;
  outline: 2px solid #0074e8;
}

.input_field::placeholder {
  color: #fff3;
}

.input_label {
  z-index: 1;
  color: var(--white);
  letter-spacing: .04em;
  margin-bottom: .5em;
  font-weight: 600;
  position: relative;
}

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

.testimonial {
  font-family: Everett, sans-serif;
  font-size: 4em;
  font-weight: 300;
  line-height: 95%;
}

.text-block-3 {
  color: var(--azul-gradient);
  font-family: Everett, sans-serif;
  font-size: 3em;
  font-weight: 300;
  line-height: 100%;
}

.title-footere {
  color: var(--white);
  letter-spacing: -.05em;
  margin-left: auto;
  margin-right: auto;
  font-family: Everett, sans-serif;
  font-size: 5em;
  font-weight: 400;
  line-height: 95%;
}

.title-footere.cta {
  max-width: none;
}

@media screen and (min-width: 1440px) {
  .container-adress-af {
    max-width: 75vw;
    margin-left: auto;
    margin-right: auto;
  }

  .af-container-brands {
    padding-top: 0%;
    padding-bottom: 10vw;
    display: flex;
  }

  .af-img {
    min-width: 50vw;
  }

  .migra {
    font-size: 400%;
  }

  .navbar {
    padding-right: 4em;
  }

  .item-title {
    grid-column-gap: 6vw;
  }

  .item-content {
    min-width: 40%;
    max-width: 45%;
  }

  .hero-intro_wrapper {
    max-width: 45vw;
  }

  .hero-intro {
    padding-left: 15em;
  }

  .h1-hero {
    font-size: 500%;
  }

  .img-logo {
    width: 220px;
  }

  .sep {
    margin-left: 2vw;
    margin-right: 2vw;
  }

  .padding-tyb.lista {
    padding-bottom: 9vw;
  }

  .h2 {
    font-size: 3.5vw;
  }

  .lista-container {
    grid-column-gap: 6vw;
    grid-row-gap: 9vw;
    padding-left: 9vw;
    padding-right: 9vw;
  }

  .title-servicio-list {
    min-height: 80px;
    font-size: 1.5vw;
  }

  .quote {
    width: 5vw;
  }

  .testominoal {
    font-size: 2vw;
  }

  .testominoal.l {
    font-size: 3vw;
  }

  .div-block-2 {
    margin-top: 6vw;
  }

  .div-block-3 {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .partners-container {
    margin-top: 6vw;
  }

  .contacto-1 {
    grid-template-columns: 2fr 1fr;
  }

  .container-escuelas-links {
    padding-right: 3vw;
  }

  .container-btn-navbar {
    margin-left: 45px;
  }

  .grid-footer {
    grid-template-columns: 2fr 1fr;
  }

  .card_body._3-items {
    min-height: 40vh;
  }

  .image_cover.how {
    min-height: 80vh;
    max-height: 95vh;
  }

  .title-footere {
    font-size: 600%;
  }
}

@media screen and (max-width: 991px) {
  .item-adress {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .container-adress-af {
    padding-bottom: 3%;
    padding-left: 3%;
    padding-right: 3%;
    position: absolute;
  }

  .linea.adress {
    width: 100%;
  }

  .af-container-brands {
    justify-content: center;
    align-items: flex-start;
    padding: 18% 6% 0%;
    display: flex;
  }

  .af-img {
    width: 70vw;
    min-width: auto;
    max-width: none;
  }

  .grid-4 {
    grid-template-columns: 2fr 1fr 1fr;
  }

  .wsp-btn {
    bottom: 1.5%;
  }

  .nav-logo {
    z-index: 99;
    position: relative;
  }

  .nav-links {
    z-index: 1;
    background-color: #121e2b;
    background-image: linear-gradient(#121e2b 39%, #0000), linear-gradient(to top, #2bded380, #0000);
    border-bottom-right-radius: 5em;
    border-bottom-left-radius: 5em;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-top: 6.5em;
    padding-bottom: 6.5em;
    padding-left: 3em;
    display: none;
    position: fixed;
    inset: 0% 0% auto;
    transform: translate(0);
  }

  .nav-link {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .nav-toggle__mobile {
    z-index: 99;
    font-size: 1em;
    display: flex;
    position: relative;
  }

  .nav-click {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .nav-click-out {
    align-items: center;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .navbar {
    height: auto;
    padding: .5em 0 .5em 1.5em;
  }

  .sticky-item {
    width: 100%;
    padding-left: 5em;
  }

  .graphic {
    font-size: 1vw;
  }

  .item-title {
    grid-row-gap: 9em;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-intro_wrapper {
    width: 90%;
    max-width: none;
  }

  .hero-gradient-col.is--left.is--img, .section-heading {
    width: auto;
  }

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

  .hero {
    height: 95vh;
  }

  .hero-intro {
    height: 50vh;
    padding-left: 5em;
  }

  .gradient-row {
    width: 100%;
  }

  .gradient-row.is--overlap.is--straight {
    display: none;
  }

  .feature-video-lightbox {
    margin-bottom: 0;
  }

  .video-feature-wrapper {
    grid-template-columns: 1fr 1fr;
    padding-top: 6rem;
    padding-bottom: 0;
  }

  .feature-video-wrapper {
    flex-direction: row;
    justify-content: center;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .feature-column {
    margin-top: 6rem;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .feature-column.right-feature-column {
    margin-top: 30rem;
  }

  .feature-column._2 {
    margin-top: 45vh;
  }

  .page-padding {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .feature-video {
    height: auto;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-brand {
    flex-direction: column;
    align-items: stretch;
    padding-bottom: 2rem;
  }

  .footer-component {
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .banner-component {
    min-height: 80vh;
  }

  .banner-component.de-landing {
    min-height: 60vh;
  }

  .footer-wrapper {
    justify-content: space-between;
    width: 100%;
    height: 100%;
    max-height: none;
  }

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

  .banner-strip {
    margin-top: 2rem;
    margin-bottom: 4rem;
    font-size: 9vw;
  }

  .footer-columns, .banner-content {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .tapador.de-foto {
    opacity: .66;
  }

  .img-logo, .img-logo.footer {
    width: 170px;
  }

  .nav-menu {
    background-color: var(--azul-gradient);
    min-width: 30vw;
    height: 100vh;
    margin-top: 0;
    padding-top: 45px;
  }

  .sep {
    width: 100%;
    height: 1px;
    margin-top: 19px;
    margin-bottom: 19px;
  }

  .padding-tyb.partners {
    padding-top: 9em;
    padding-bottom: 9em;
  }

  .padding-tyb.land {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .lista-container {
    grid-column-gap: 3em;
    grid-row-gap: 6em;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .partners-container {
    width: 100%;
  }

  .partner-img {
    min-width: 100px;
  }

  .social-link-2 {
    min-width: 18px;
  }

  .container-title-footer {
    border-bottom-color: var(--royal-blue);
  }

  .container-bottom-footer {
    margin-top: 3%;
  }

  .container-item-footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .adress {
    flex-direction: column;
    display: flex;
  }

  .flex.r, .item-footer {
    align-items: flex-start;
  }

  .container-escuelas-links {
    padding-right: 3vw;
  }

  .container-btn-navbar {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 10px;
  }

  .grid-footer {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
    flex-direction: column;
    align-items: stretch;
    margin-top: 16%;
    display: flex;
  }

  .social-del-footer {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .container-item-footer-vetical {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    width: 100%;
  }

  .container-item-footer-vetical._1 {
    align-items: flex-start;
  }

  .container-footer-items {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 2fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .fooer-credits {
    flex-direction: column;
    margin-top: 0;
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .credit-txt {
    float: none;
    text-align: center;
    margin-bottom: 3%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .um-credit-2 {
    float: none;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 6px;
  }

  .wsp-btn-2 {
    bottom: 1.5%;
  }

  .hero-landings {
    height: 95vh;
    display: flex;
  }

  .header {
    order: -1;
  }

  .img-bg-hero.responsive {
    display: block;
  }

  .hero-img-container {
    display: none;
  }

  .card_body._3-items {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    min-height: 40vh;
  }

  .card_body.test {
    align-items: stretch;
  }

  .image_cover.how {
    min-height: 50vh;
    max-height: none;
  }

  .mega-nav_dropdown-list.w--open {
    height: auto;
    padding-bottom: .5rem;
    position: relative;
    top: 0%;
  }

  .nav_menu-list {
    flex-flow: column;
  }

  .nav_dropdown-link {
    justify-content: space-between;
    align-items: center;
    font-size: 1.13rem;
  }

  .nav_dropdown-link.w--open {
    background-color: #0000;
  }

  .nav_container {
    padding-right: 1%;
  }

  .margin-bottom_none {
    margin-bottom: 0;
  }

  .nav-menu_dropdown-list-wrapper {
    width: 100%;
    box-shadow: none;
    background-color: color-mix(in srgb, currentColor 5%, transparent);
    flex-flow: column;
    padding-top: .5rem;
    padding-bottom: .5rem;
    display: flex;
  }

  .nav-menu_dropdown-list-wrapper.w--open {
    background-color: #0000;
    height: auto;
    display: block;
    position: relative;
    top: 0%;
  }

  .nav_link {
    justify-content: space-between;
    align-items: center;
    font-size: 1.13rem;
  }

  .nav_link:hover {
    color: #8da4ff;
    background-color: color-mix(in srgb, currentColor 0%, transparent);
  }

  .nav_link.w--current:hover, .nav_link.w--open {
    background-color: #0000;
  }

  .nav {
    height: auto;
  }

  .nav_mobile-menu-button {
    color: inherit;
    background-color: #0000;
    align-self: center;
    margin-left: 20px;
  }

  .nav_mobile-menu-button.w--open {
    color: #0074e8;
    background-color: #0000;
  }

  .nav_mobile-menu-button.w--open:hover {
    color: #8da4ff;
  }

  .nav_menu-list-item {
    flex-flow: column;
    margin-bottom: 0;
  }

  .nav_dropdown-list-1.w--open {
    border-radius: .5rem;
    position: relative;
  }

  .mega-nav_list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .nav_menu {
    background-color: #12131e;
    border-radius: .5rem;
    height: auto;
    max-height: calc(100dvh - 10rem);
    padding: 1rem;
    position: absolute;
    top: 100%;
    overflow: auto;
    box-shadow: 0 4px 8px #0000001a;
  }

  .mega-nav_dropdown-list-wrapper {
    z-index: 3;
    box-shadow: none;
    background-color: color-mix(in srgb, currentColor 5%, transparent);
    padding: 1rem;
  }

  .mega-nav_dropdown-list-wrapper.w--open {
    min-width: 0;
    height: auto;
    box-shadow: none;
    text-align: left;
    background-color: #ffffff1a;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
    position: relative;
    top: auto;
    left: 0;
    right: 0;
  }

  .nav_dropdown-menu {
    width: 100%;
    height: auto;
  }

  .container-txt-section-1 {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  .form-2 {
    flex-flow: column;
    align-items: stretch;
    display: flex;
  }

  .testimonial {
    font-size: 2.5em;
    line-height: 120%;
  }
}

@media screen and (max-width: 767px) {
  .container-adress-af {
    margin-top: 10vh;
    padding-left: 0%;
    padding-right: 0%;
    position: relative;
  }

  .af-container-brands {
    height: auto;
    min-height: auto;
    padding-top: 3%;
    padding-left: 3%;
    padding-right: 3%;
    display: block;
  }

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

  .migra {
    font-size: 300%;
  }

  .wsp-btn {
    width: 48px;
    bottom: 10px;
    right: 8px;
  }

  .logo {
    width: 3.5em;
  }

  .navbar {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .wrapper-tech {
    height: auto;
  }

  .sticky-item {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sticky-item.is--mirror {
    background-image: linear-gradient(270deg, #2bded3, #0000);
  }

  .section-sticky {
    height: auto;
  }

  .graphic {
    font-size: 2vw;
  }

  .sticky-content {
    flex-direction: column;
  }

  .hero-intro_wrapper {
    width: auto;
  }

  .hero-gradient-col.is--left.is--img {
    background-image: none;
  }

  .img-gradient {
    display: none;
  }

  .container {
    padding-left: 3em;
    padding-right: 3em;
  }

  .hero {
    height: 500px;
  }

  .hero-intro {
    text-align: center;
    justify-content: center;
    height: 250px;
    padding-left: 3em;
    padding-right: 3em;
  }

  .section_cta {
    flex-direction: row;
    align-items: center;
    display: flex;
  }

  .gradient-row {
    border-top-left-radius: 0;
    border-top-right-radius: 35em;
    border-bottom-left-radius: 0;
  }

  .video-feature-wrapper {
    grid-template-columns: 1fr;
    padding-top: 9rem;
  }

  .info-scroll-background {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .feature-video-wrapper {
    padding-top: 9rem;
  }

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

  .feature-column {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .feature-column.right-feature-column {
    grid-column-gap: 9rem;
    grid-row-gap: 9rem;
    margin-top: 6rem;
  }

  .page-padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .heading-medium {
    font-size: 2.5rem;
  }

  .footer-brand {
    padding-bottom: 1rem;
  }

  .footer-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .section-footer {
    position: relative;
  }

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

  .banner-strip {
    font-size: 10vw;
  }

  .footer-columns {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .h1-hero {
    font-size: 300%;
  }

  .img-logo {
    width: 120px;
  }

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

  .testimonial-section {
    display: none;
  }

  .testominoal.l {
    font-size: 240%;
  }

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

  .escuela {
    font-size: 220%;
  }

  .sep-btnotones {
    width: 100%;
    height: 20px;
  }

  .grid-de-footer-links {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    grid-template-columns: 1fr 1fr;
    padding-left: 0%;
  }

  .container-escuelas-links {
    flex-direction: column;
    padding-right: 3vw;
  }

  .container-btn-navbar {
    margin-left: 0;
  }

  .fooer-credits {
    z-index: 0;
    justify-content: space-between;
    align-items: center;
    height: auto;
    padding: 0% 1.5% 3%;
  }

  .credit-left {
    margin-bottom: 25px;
    display: block;
    transform: translate(0, 15px);
  }

  .credit-txt {
    margin-bottom: 0%;
  }

  .um-credit-2 {
    margin-top: 4%;
    margin-bottom: 4%;
  }

  .wsp-btn-2 {
    width: 48px;
    bottom: 10px;
    right: 8px;
  }

  .hero-landings {
    height: 500px;
  }

  .header {
    margin-bottom: 2rem;
  }

  .grid_2-col {
    grid-template-columns: minmax(0, 1fr);
  }

  .grid_3-col {
    grid-template-columns: 1fr;
  }

  .image_cover.how {
    min-height: auto;
  }

  .margin-bottom_none, .nav_menu-list-item {
    margin-bottom: 0;
  }

  .mega-nav_list {
    grid-template-columns: 1fr;
  }

  .nav_menu {
    transform: translate(0);
  }

  .mega-nav_dropdown-list-wrapper.w--open {
    flex-wrap: wrap;
    justify-content: center;
    padding: 1rem 1.25rem .75rem;
  }

  .grid_2-col-2 {
    grid-template-columns: minmax(0, 1fr);
  }

  .form_item {
    flex: 0 auto;
  }

  .form-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .af-link-block {
    text-align: left;
  }

  .container-adress-af, .center-item.af-group {
    padding-left: 0%;
    padding-right: 0%;
  }

  .af-container-brands {
    min-height: auto;
    margin-bottom: 45px;
    padding: 18% 6% 6%;
  }

  .grid-3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .container-title.margin-bottom.af {
    min-height: auto;
    padding-bottom: 2%;
  }

  .af-img {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .grid-4 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .nav-links {
    align-items: center;
    padding-left: 0;
  }

  .nav-link {
    padding: 1.5em 3em;
  }

  .navbar {
    padding-left: 5px;
  }

  .wrapper-tech {
    position: relative;
  }

  .small-text.list {
    opacity: .2;
  }

  .small-text.seguinos-en-las-redes {
    min-width: auto;
  }

  .sticky-item {
    padding-left: 2em;
    padding-right: 2em;
  }

  .button.seconday {
    display: none;
  }

  .item-content {
    width: auto;
  }

  .hero-intro_wrapper {
    align-items: flex-start;
  }

  .section-heading {
    padding-bottom: 0;
  }

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

  .hero {
    height: 90vh;
    min-height: 550px;
  }

  .hero-intro {
    text-align: center;
    justify-content: center;
    height: 45vh;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .section_cta {
    flex-direction: row;
    align-items: center;
    display: flex;
  }

  .gradient-row {
    border-top-right-radius: 0;
    border-bottom-left-radius: 35em;
  }

  .gradient-row.con-texto {
    border-top-right-radius: 35em;
    border-bottom-left-radius: 0;
  }

  .feature-content {
    height: 100vh;
  }

  .video-feature-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 3rem;
    flex-direction: column;
    align-items: center;
    padding: 3rem 1.5rem;
    transform: translate(0, 5vh);
  }

  .info-scroll-background {
    padding-bottom: 0;
    bottom: .5vh;
  }

  .video-feature {
    max-width: none;
  }

  .feature-video-wrapper {
    padding-bottom: 3rem;
  }

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

  .feature-column {
    grid-column-gap: 1.5rem;
    grid-row-gap: 3rem;
    margin-top: 0;
  }

  .feature-column._2 {
    grid-row-gap: 3rem;
    margin-top: 0;
  }

  .page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container-large {
    max-width: none;
  }

  .heading-medium {
    font-size: 2rem;
  }

  .footer-brand {
    padding-bottom: 1rem;
  }

  .footer-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .footer-bottom-block {
    text-align: center;
  }

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

  .banner-strip {
    margin-top: 0;
    margin-bottom: 3.5rem;
    font-size: 15vw;
  }

  .footer-columns {
    padding-top: 5rem;
  }

  .banner-description {
    max-width: 85%;
    padding-left: 0;
    padding-right: 0;
  }

  .h1-hero {
    text-align: left;
    font-size: 320%;
  }

  .img-logo {
    width: 140px;
  }

  .brand {
    padding-left: 0;
  }

  .padding-tyb.lista {
    padding-top: 90px;
  }

  .padding-lyr.list, .title-container.center {
    padding-left: 3%;
    padding-right: 3%;
  }

  .h2 {
    max-width: none;
    font-size: 300%;
  }

  .lista-container {
    grid-column-gap: 1em;
    grid-row-gap: 6em;
    padding-left: 1%;
    padding-right: 1%;
  }

  .flex-item-list {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    padding-right: 0%;
  }

  ._1 {
    margin-bottom: 0;
  }

  .title-servicio-list {
    max-width: none;
    min-height: 60px;
    font-size: 140%;
  }

  .testimonial-section {
    display: none;
  }

  .testominoal.l {
    font-size: 200%;
  }

  .iteams-slide {
    width: 100vw;
  }

  .sep-entre-link-f {
    height: 30px;
  }

  .container-bottom-footer {
    margin-top: 3%;
  }

  .footer-text-block {
    text-align: left;
  }

  .contacto-1 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container-item-footer {
    align-items: flex-start;
    margin-top: 23px;
  }

  .grid-de-footer-links {
    grid-column-gap: 3vw;
    grid-row-gap: 0vw;
    grid-template-columns: 1fr 1fr;
    padding-left: 0%;
  }

  .img-escuela {
    width: 100%;
  }

  .container-escuelas-links {
    padding-right: 9vw;
  }

  .grid-footer {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    grid-template-columns: 1fr;
  }

  .upper-tagline {
    margin-bottom: 10px;
  }

  .title-footer {
    font-size: 140%;
  }

  .social-del-footer {
    justify-content: space-around;
  }

  .container-footer-items {
    display: flex;
  }

  .fooer-credits {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: auto;
    margin-bottom: 0;
    padding: 0% 3% 40px;
  }

  .credit-txt {
    margin-bottom: 3%;
  }

  .credit-right-2 {
    margin-top: 3%;
  }

  .formularuaio-conta {
    flex-direction: column;
    align-items: flex-start;
  }

  .small-text-copy.list {
    opacity: .2;
  }

  .small-text-copy.seguinos-en-las-redes {
    min-width: auto;
  }

  .div-block-7 {
    padding-right: 3%;
  }

  .hero-landings {
    height: 100vh;
    min-height: 550px;
  }

  .header.margin-bottom_none {
    justify-content: flex-end;
    align-items: flex-start;
    padding-top: 2em;
  }

  .button-group {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .button-group.h {
    margin-top: 0;
  }

  .ix-link-wrapper {
    flex-flow: column;
    display: flex;
  }

  .button-3 {
    white-space: nowrap;
    padding-left: 1em;
    padding-right: 1em;
  }

  .rich-text {
    max-width: none;
  }

  .hero-txt-flex {
    justify-content: center;
    align-items: center;
    padding-bottom: 3em;
    padding-left: 3em;
    padding-right: 3em;
  }

  .grid_2-col {
    grid-template-columns: 100%;
    grid-auto-columns: 100%;
  }

  .tablet-1-col-1-2.gap-large {
    grid-column-gap: 6em;
    grid-row-gap: 6em;
  }

  .card_body._3-items {
    min-height: auto;
  }

  .grid-item-manual.form {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom_none {
    margin-bottom: 0;
  }

  .button-4 {
    white-space: nowrap;
  }

  .nav_mobile-menu-button {
    margin-left: 10px;
  }

  .nav_mobile-menu-button.w--open {
    color: inherit;
  }

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

  .nav_dropdown-list-1.w--open {
    background-color: color-mix(in srgb, currentColor 5%, transparent);
    border-radius: .5rem;
    flex-flow: column;
    position: relative;
  }

  .mega-nav_dropdown-list-wrapper.w--open {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .grid_2-col-2 {
    grid-template-columns: 100%;
    grid-auto-columns: 100%;
  }

  .button-5, .button-6 {
    white-space: nowrap;
  }

  .form-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .title-footere {
    max-width: none;
    font-size: 300%;
  }
}

#w-node-f8c0287a-3e89-2093-8649-c235a4e2fab1-36463e4a, #w-node-_4bb070b3-417c-a6ad-1e4a-e452cd0f0b7c-36463e4a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a0fc3161-2190-a45b-5cc0-d8fa82d335ff-36463e4a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a2be60d-2d90-db7e-be99-e9658e90da68-36463e4a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8e9c8bc0-040c-e625-ccb4-ee39e3f4ba58-36463e4a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_673036b5-237a-9653-9218-ada946bfac1f-36463e4a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6d8bbcb1-f614-3835-0051-942bd94a62f0-d94a62f0, #w-node-ddee6b7b-0933-3b98-870b-67580913377c-0913377b, #w-node-_6e9e4d04-c6d8-db09-b1f0-6f560d5864e5-0d5864e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0060e178-59b1-498e-c6aa-c37a45e3504b-13463e4b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_56627e37-8cad-8edc-1fed-daa59bd5d751-3e463e4c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_57902392-6ff4-6f18-b0ec-feb099e0c68a-99e0c686, #w-node-bc78029d-ebb1-0dd8-c07b-8cf2a9a3fbb0-a9a3fb9a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c036bcfd-9782-8c57-a7f4-2f5fcbf570d4-cbf570cf {
  align-self: stretch;
}

#w-node-c036bcfd-9782-8c57-a7f4-2f5fcbf570e2-cbf570cf {
  align-self: center;
}

#w-node-_87a5e77d-3352-822f-eacc-1efc78d4de6c-78d4de67 {
  place-self: center start;
}

#w-node-fff297ea-bf4f-e6fc-2fcb-9b19f68f05ab-f68f05a3.w-node-_87a5e77d-3352-822f-eacc-1efc78d4de78-78d4de67 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2b5fe18b-6f3c-0198-5ecb-47bf449450d5-449450c5 {
  align-self: end;
}

#w-node-_2b5fe18b-6f3c-0198-5ecb-47bf449450d6-449450c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2b5fe18b-6f3c-0198-5ecb-47bf449450e2-449450c5 {
  align-self: end;
}

#w-node-_2b5fe18b-6f3c-0198-5ecb-47bf449450e3-449450c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2b5fe18b-6f3c-0198-5ecb-47bf449450ef-449450c5 {
  align-self: end;
}

#w-node-_2b5fe18b-6f3c-0198-5ecb-47bf449450f0-449450c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bfecbbc0-622a-c6a0-ab7a-e72fe39669ce-e39669c1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f9d7020e-9794-709c-dc5d-75f54d8075ce-67407b01.w-node-bfecbbc0-622a-c6a0-ab7a-e72fe39669d5-e39669c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bfecbbc0-622a-c6a0-ab7a-e72fe39669e3-e39669c1 {
  align-self: end;
}

#w-node-_63aea21b-2f8e-997d-88e2-174767407b1f-67407b01.w-node-bfecbbc0-622a-c6a0-ab7a-e72fe39669e7-e39669c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7828c96e-5c35-d639-80c1-389ffa967b98-67407b01.w-node-bfecbbc0-622a-c6a0-ab7a-e72fe39669f1-e39669c1 {
  align-self: end;
}

#w-node-_7828c96e-5c35-d639-80c1-389ffa967b9a-67407b01.w-node-bfecbbc0-622a-c6a0-ab7a-e72fe39669f6-e39669c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee67a792-1205-93c8-38e2-24dc173750e4-67407b01.w-node-bfecbbc0-622a-c6a0-ab7a-e72fe39669fd-e39669c1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_63aea21b-2f8e-997d-88e2-174767407b0f-67407b01.w-node-bfecbbc0-622a-c6a0-ab7a-e72fe3966a08-e39669c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5dc27b18-99a7-2527-bdc3-fae8d75a458f-d75a4589 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5dc27b18-99a7-2527-bdc3-fae8d75a459e-d75a4589 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_63aea21b-2f8e-997d-88e2-174767407b1b-67407b01.w-node-_9c439622-47ec-3b2c-e017-c036b07f0ac9-b07f0ac3 {
  align-self: end;
}

#w-node-_9c439622-47ec-3b2c-e017-c036b07f0aca-b07f0ac3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-c036bcfd-9782-8c57-a7f4-2f5fcbf570d4-cbf570cf {
    align-self: stretch;
  }

  #w-node-c036bcfd-9782-8c57-a7f4-2f5fcbf570e9-cbf570cf {
    grid-area: span 1 / span 9 / span 1 / span 9;
  }

  #w-node-_87a5e77d-3352-822f-eacc-1efc78d4de6c-78d4de67 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f8c0287a-3e89-2093-8649-c235a4e2fab1-36463e4a, #w-node-_4bb070b3-417c-a6ad-1e4a-e452cd0f0b7c-36463e4a {
    justify-self: center;
  }

  #w-node-bfecbbc0-622a-c6a0-ab7a-e72fe39669ce-e39669c1, #w-node-ee67a792-1205-93c8-38e2-24dc173750e4-67407b01.w-node-bfecbbc0-622a-c6a0-ab7a-e72fe39669fd-e39669c1, #w-node-_5dc27b18-99a7-2527-bdc3-fae8d75a458f-d75a4589 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_56627e37-8cad-8edc-1fed-daa59bd5d74e-3e463e4c, #w-node-_56627e37-8cad-8edc-1fed-daa59bd5d751-3e463e4c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_56627e37-8cad-8edc-1fed-daa59bd5d771-3e463e4c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Everett';
  src: url('../fonts/Everett-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Everett';
  src: url('../fonts/Everett-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Everett';
  src: url('../fonts/Everett-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}