:root {
  --spaces--margin-bottom-containers: 12vh;
  --color--white: #fdfdfd;
  --spaces--margin-bottom-sections-m: 4vh;
  --spaces--padding-buttons-s: 8px;
  --color--dark-blue: #00558c;
  --color--black: #101820;
  --color--light-blue: #00b5e2;
  --spaces--margin-bottom-text-xl: 4.2vh;
  --spaces--margin-bottom-text-m: 2.8vh;
  --spaces--margin-top-sections-l: 8vh;
  --spaces--padding-top-sections-m: 2.8vw;
  --spaces--gap-projects-cards: 6vw;
  --spaces--margin-bottom-image-card: 2.8vw;
  --spaces--gutter: 2vh;
  --color--gold-brown: #efd19f;
  --spaces--margin-bottom-sections-xl: 8vh;
  --spaces--margin-bottom-sections-l: 6vh;
  --spaces--gap-team-cards: 160px;
  --spaces--padding-buttons-xl: 16px;
  --white: white;
  --spaces--padding-top-sections-xl: 10vh;
  --color--light-gray: #f1f1f1;
  --spaces--side-margins-360: 16px;
  --spaces--margin-description-elements-hero-video: 240px;
  --spaces--side-margins-1440: 144px;
  --spaces--side-margins-744: 40px;
  --spaces--margin-bottom-text: 16px;
  --spaces--margin-bottom-menu-links: 24px;
  --spaces--margin-bottom-sections-s: 24px;
  --spaces--side-margins-1920: 192px;
  --spaces--margin-bottom-svg: 24px;
  --spaces--margin-right-hero-title: 264px;
  --spaces--padding-left-1-colum-1440: 240px;
  --black: black;
}

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

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

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

.hero {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: var(--spaces--margin-bottom-containers);
  background-color: var(--color--white);
  display: block;
}

.header {
  z-index: 2147483647;
  width: auto;
  height: 151px;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: var(--spaces--margin-bottom-sections-m);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--color--white);
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-left: 10%;
  padding-right: 10%;
  text-decoration: none;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
}

.hamburguer-menu {
  grid-row-gap: 10px;
  background-color: var(--color--white);
  flex-direction: column;
  flex: none;
  order: -1;
  justify-content: center;
  align-items: center;
  padding: 13px 7px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper {
  width: 19.7143px;
  height: 8.57144px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-2 {
  width: 132px;
  height: 35px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button {
  margin-bottom: var(--spaces--margin-bottom-sections-m);
  padding: var(--spaces--padding-buttons-s);
  color: var(--color--dark-blue);
  background-color: rgba(0, 0, 0, 0);
  border: 2.4px solid #00b5e2;
  flex: 0 auto;
  order: 1;
  justify-content: center;
  align-items: center;
  font-family: suisseintl, sans-serif;
  font-size: .75vw;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
  display: flex;
}

.button.no-margin-bottom {
  margin-bottom: 0;
}

.desktop-body-2xs {
  color: #00558c;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: suisseintl, sans-serif;
  font-size: .75vw;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.desktop-body-2xs.white {
  color: var(--color--white);
  font-weight: 300;
}

.desktop-body-2xs.white.light {
  font-weight: 300;
}

.desktop-body-2xs.black {
  color: var(--color--black);
}

.desktop-body-2xs.justify-left {
  text-align: left;
}

.desktop-body-2xs.light {
  font-weight: 300;
}

.texto-hero {
  width: 100%;
  height: auto;
  max-width: none;
  margin-bottom: var(--spaces--margin-bottom-sections-m);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  align-items: start;
  justify-items: start;
  padding-left: 10%;
  padding-right: 10%;
  text-decoration: none;
  display: grid;
}

.desktop-xl-display {
  color: var(--color--dark-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: novatica, sans-serif;
  font-size: 3vw;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.desktop-xl-display.regular {
  font-weight: 400;
}

.desktop-xl-display.regular.light-blue {
  margin-bottom: var(--spaces--margin-bottom-containers);
  color: var(--color--light-blue);
  white-space: nowrap;
  word-break: keep-all;
}

.desktop-xl-display.justify {
  margin-bottom: var(--spaces--margin-bottom-sections-m);
  text-align: center;
}

.desktop-xl-display.justify.light-blue {
  color: var(--color--light-blue);
}

.desktop-xl-display.white {
  color: var(--color--white);
}

.desktop-s-display {
  color: #00b5e2;
  margin-top: 0;
  margin-bottom: 0;
  font-family: novatica, sans-serif;
  font-size: 1.3vw;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.video-con-columna-informacion {
  width: 100%;
  max-width: none;
  grid-column-gap: 24px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 10%;
  text-decoration: none;
  display: flex;
}

.video-hero {
  width: 100%;
  height: 70vh;
  max-width: none;
  grid-row-gap: 10px;
  background-color: #00b5e2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vectors-wrapper-3 {
  width: 100%;
  height: auto;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.vectors-wrapper-4 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: -1px;
  left: 0;
}

.informacion-video {
  height: 50vh;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.titulo-video {
  width: 100%;
  height: var(--spaces--margin-bottom-text-xl);
  grid-row-gap: 0px;
  border-bottom: 2.4px solid var(--color--dark-blue);
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-4 {
  color: #00558c;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.vectors-wrapper-5 {
  height: 0;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.desktop-xs-quote {
  width: auto;
  color: #00b5e2;
  margin-top: 0;
  margin-bottom: 0;
  font-family: space-mono, sans-serif;
  font-size: .75vw;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-6 {
  color: #00558c;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.servicios {
  max-width: 80%;
  margin-bottom: var(--spaces--margin-bottom-containers);
  grid-column-gap: var(--spaces--margin-bottom-sections-m);
  grid-row-gap: var(--spaces--margin-bottom-sections-m);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.servicios.full {
  max-width: 100%;
}

.servicios.full.block {
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  overflow: scroll;
}

.servicios.full.block.scroll-hide {
  margin-bottom: -20px;
  margin-right: -20px;
  padding-bottom: 20px;
  padding-right: 20px;
  overflow: scroll;
}

.mini-titulo-con-titulo {
  width: 100%;
  max-width: none;
  grid-row-gap: var(--spaces--margin-bottom-text-m);
  flex-direction: column;
  order: -1;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.desktop-preheading-2xs {
  color: #efd19f;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: suisseintl, sans-serif;
  font-size: .75vw;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.desktop-preheading-2xs.white {
  color: var(--color--white);
}

.desktop-preheading-2xs.dark-blue {
  color: var(--color--dark-blue);
}

.desktop-preheading-2xs.dark-blue.justify-left {
  text-align: left;
}

.text-8 {
  color: #00558c;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 39px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.img {
  width: 100%;
  height: 100%;
  max-width: none;
  grid-row-gap: 10px;
  background-color: #00b5e2;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-6 {
  opacity: .8;
  object-fit: cover;
  flex: 0 auto;
  order: 1;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.slider-texto {
  width: 100%;
  height: auto;
  max-width: none;
  float: none;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  padding-left: 24px;
  text-decoration: none;
  display: block;
}

.text-9 {
  color: #00b5e2;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 39px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.texto-2-columnas-con-boton {
  grid-row-gap: var(--spaces--margin-top-sections-l);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

._2-columnas-texto {
  width: 100%;
  height: auto;
  max-width: 1440px;
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  padding-left: 240px;
  text-decoration: none;
  display: flex;
}

._2-columnas-titulo-texto {
  width: 100%;
  height: auto;
  max-width: 447px;
  grid-row-gap: var(--spaces--margin-bottom-text-m);
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.desktop-heading-s {
  color: #00558c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: suisseintl, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.desktop-heading-s.light-blue {
  color: var(--color--light-blue);
}

.desktop-body-s {
  color: #101820;
  margin-top: 0;
  margin-bottom: 0;
  font-family: suisseintl, sans-serif;
  font-size: 1.15vw;
  font-weight: 300;
  line-height: 120%;
  text-decoration: none;
}

.desktop-body-s.white {
  color: var(--color--white);
}

.desktop-body-s.vw {
  font-size: 1.15vw;
}

._2-columnas-texto-2 {
  width: 100%;
  height: auto;
  max-width: 444px;
  padding-top: var(--spaces--padding-top-sections-m);
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-12 {
  color: #00558c;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.proyectos {
  height: auto;
  max-width: 80%;
  margin-bottom: var(--spaces--margin-bottom-containers);
  grid-column-gap: var(--spaces--margin-bottom-sections-m);
  grid-row-gap: var(--spaces--margin-bottom-sections-m);
  object-fit: fill;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.text-13 {
  color: #efd19f;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.text-14 {
  color: #00558c;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 39px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

._1-columna-proyectos {
  width: 100%;
  max-width: none;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.card-proyectos-big {
  height: auto;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-7 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.titulo-card-proyectos {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-15 {
  color: #00558c;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.vectors-wrapper-8 {
  height: 0;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-16 {
  color: #00b5e2;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.vectors-wrapper-9 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-17 {
  color: #00558c;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.vectors-wrapper-10 {
  height: 0;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-18 {
  color: #00b5e2;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

._2-columnas-proyectos {
  width: 100%;
  margin-bottom: var(--spaces--margin-bottom-sections-m);
  grid-column-gap: var(--spaces--gap-projects-cards);
  grid-row-gap: var(--spaces--gap-projects-cards);
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.card-proyectos-medium {
  height: auto;
  margin-top: var(--spaces--gap-projects-cards);
  grid-column-gap: var(--spaces--margin-bottom-image-card);
  grid-row-gap: var(--spaces--margin-bottom-image-card);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  text-decoration: none;
  display: flex;
}

.img-proyectos {
  width: 100%;
  height: auto;
  max-width: none;
  object-fit: contain;
  flex: 0 auto;
  order: -1;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: inline-flex;
}

.descripcion-card-proyectos {
  width: 100%;
  max-width: none;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.titulo-card-proyectos-2 {
  width: 40%;
  height: var(--spaces--margin-bottom-text-m);
  grid-row-gap: 16px;
  border-bottom: 2.4px solid var(--color--dark-blue);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-12 {
  height: 0;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-19 {
  color: #00b5e2;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.about {
  max-width: 80%;
  margin-bottom: var(--spaces--margin-bottom-containers);
  grid-column-gap: var(--spaces--margin-bottom-sections-m);
  grid-row-gap: var(--spaces--margin-bottom-sections-m);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-20 {
  color: #efd19f;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.text-21 {
  color: #00558c;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 39px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

._1-columna-imagen-grande {
  width: 100%;
  max-width: none;
  flex-flow: wrap;
  flex: none;
  order: 0;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.img-con-trama {
  width: 100%;
  height: 55vh;
  max-width: none;
  grid-column-gap: 88px;
  object-fit: fill;
  background-color: #00b5e2;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.copia-de-2-1 {
  object-fit: contain;
  overflow: hidden;
}

.trama-con-fecha {
  padding-top: var(--spaces--padding-top-sections-m);
  padding-left: var(--spaces--gap-projects-cards);
  grid-row-gap: 74px;
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.trama {
  width: 20vw;
  height: auto;
  max-width: none;
  grid-column-gap: var(--spaces--gutter);
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-13 {
  width: auto;
  height: auto;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-22 {
  color: #fdfdfd;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-23 {
  color: #00558c;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.div-block {
  font-family: suisseintl, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 120%;
}

.card-proyectos-small {
  height: auto;
  grid-column-gap: var(--spaces--margin-bottom-image-card);
  grid-row-gap: var(--spaces--margin-bottom-image-card);
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.description-quote-card-proyectos {
  width: 50%;
  direction: ltr;
  text-align: right;
  order: 1;
}

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

.img-full {
  width: auto;
  height: 100%;
  border: 0px none var(--color--light-blue);
  background-color: var(--color--light-blue);
  object-fit: scale-down;
}

.img-full._60 {
  width: 60%;
  height: auto;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  align-self: auto;
  display: block;
}

.img-full._60.align-top {
  align-self: flex-start;
}

.img-full._100 {
  width: 100%;
  height: auto;
  background-image: url('../images/img-zapa.webp');
  background-position: 0 0;
  background-size: cover;
  align-self: auto;
}

.image, .image-2 {
  object-fit: contain;
}

.body {
  background-color: var(--color--white);
  flex-flow: column;
  display: block;
}

.brands {
  width: 80%;
  max-width: none;
  margin-bottom: var(--spaces--margin-bottom-containers);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.brands.full {
  width: 100%;
  margin-bottom: var(--spaces--margin-bottom-containers);
}

.mini-titulo-con-carroussel-marcas {
  width: 100%;
  grid-row-gap: var(--spaces--margin-top-sections-l);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.mini-titulo {
  width: 100%;
  max-width: none;
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.mini-titulo.fixed-height {
  height: 10vh;
}

.text {
  color: #efd19f;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
}

.carrussel-marcas {
  width: 100%;
  max-width: 1440px;
  grid-column-gap: var(--spaces--gutter);
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 15vw;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.vectors-wrapper-14 {
  height: 150px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-24 {
  color: #00b5e2;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 39px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.foto-con-pie {
  width: 100%;
  height: 323.455px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-25 {
  flex-flow: column;
  display: flex;
}

.vectors-wrapper-15 {
  height: 0;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.img-2 {
  height: 320px;
  grid-row-gap: 10px;
  background-color: #00b5e2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vectors-wrapper-16 {
  background-image: url('../images/img-zapa.webp');
  background-position: 0 0;
  background-size: auto;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-17 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  position: static;
  top: 0;
  left: 0;
}

.text-0 {
  color: #00558c;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-1 {
  color: #101820;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.desktop-xl-quote {
  font-family: space-mono, sans-serif;
  font-size: 3vw;
  font-weight: 700;
  line-height: 100%;
}

.desktop-xl-quote.justify {
  color: var(--color--light-blue);
  text-align: center;
}

.desktop-xl-quote.justify.margin-bottom-xl {
  margin-bottom: var(--spaces--margin-top-sections-l);
}

.titulo-flex-con-border-bottom {
  width: 20%;
  padding-bottom: var(--spaces--margin-bottom-text-m);
  border-bottom: 2.4px solid var(--color--light-blue);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contacto {
  width: 80%;
  max-width: none;
  margin-bottom: var(--spaces--margin-bottom-containers);
  grid-column-gap: var(--spaces--margin-bottom-sections-m);
  grid-row-gap: var(--spaces--margin-bottom-sections-m);
  background-image: linear-gradient(to bottom, var(--color--gold-brown), var(--color--gold-brown));
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.mini-titulo-2 {
  width: 100%;
  height: 10vh;
  max-width: none;
  justify-content: center;
  align-items: center;
  padding-left: 144px;
  padding-right: 144px;
  text-decoration: none;
  display: flex;
}

.text-26 {
  color: #00558c;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.text-27 {
  color: #00b5e2;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 39px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.button-2 {
  border: 2.4px solid #00b5e2;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.text-28 {
  color: #101820;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.footer {
  width: 100%;
  max-width: none;
  padding: var(--spaces--margin-top-sections-l) 10% var(--spaces--margin-bottom-sections-xl);
  grid-column-gap: var(--spaces--margin-bottom-sections-l);
  grid-row-gap: var(--spaces--margin-bottom-sections-l);
  background-image: linear-gradient(to bottom, var(--color--dark-blue), var(--color--dark-blue));
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

._2-columnas-titulo {
  width: 40%;
  height: auto;
  max-width: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-29 {
  padding-top: var(--spaces--padding-top-sections-m);
  color: #fdfdfd;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 39px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

._5-columnas {
  width: 100%;
  max-width: none;
  grid-column-gap: 0px;
  justify-content: space-between;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

._2-columnas-titulo-texto-2 {
  width: 100%;
  height: 107px;
  max-width: 447px;
  grid-row-gap: 16px;
  flex-direction: column;
  order: 1;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-30 {
  color: #00b5e2;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.text-31 {
  color: #fdfdfd;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.enlaces-de-texto {
  grid-column-gap: var(--spaces--gutter);
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

._1-columna-titulo-texto {
  width: 100%;
  height: 107px;
  max-width: 212px;
  grid-row-gap: 16px;
  flex-direction: column;
  order: 1;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.enlaces-de-texto-2 {
  grid-row-gap: var(--spaces--gutter);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

._5-columnas-2 {
  width: 100%;
  height: 161px;
  max-width: 1152px;
  grid-column-gap: 24px;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

._2-columnas-titulo-enlaces {
  width: 100%;
  height: auto;
  max-width: none;
  grid-row-gap: var(--spaces--gutter);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-18 {
  width: 81px;
  height: 105px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.enlaces-de-texto-3 {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-32 {
  color: #fdfdfd;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.desktop-display-3xl {
  color: var(--color--dark-blue);
  font-family: novatica, sans-serif;
  font-size: 3.6vw;
  font-weight: 700;
  line-height: 100%;
}

.desktop-display-3xl.vw {
  font-size: 3.6vw;
}

.equipo {
  width: 80%;
  max-width: none;
  grid-column-gap: var(--spaces--margin-bottom-sections-m);
  grid-row-gap: var(--spaces--margin-bottom-sections-m);
  flex-flow: column;
  display: flex;
}

.titulo {
  width: 100%;
  height: auto;
  max-width: none;
  margin-bottom: var(--spaces--margin-bottom-sections-m);
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.desktop-display-2xl {
  color: #00558c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: novatica, sans-serif;
  font-size: 2.83vw;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.desktop-display-2xl.vw {
  font-size: 2.83vw;
}

.texto-3-columnas {
  width: 60%;
  height: auto;
  max-width: none;
  grid-row-gap: 72px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.text-33 {
  width: 60%;
  color: #101820;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.grid-equipo {
  width: 100%;
  height: auto;
  max-width: none;
  margin-bottom: var(--spaces--margin-bottom-sections-m);
  grid-column-gap: var(--spaces--gap-team-cards);
  grid-row-gap: var(--spaces--gap-team-cards);
  flex-flow: wrap;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.img-equipo {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.img-4 {
  object-fit: cover;
  background-color: #00558c;
}

.img-equipo-descentrada {
  padding-top: var(--spaces--gap-team-cards);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.img-6 {
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  padding-top: 160px;
  text-decoration: none;
  display: flex;
}

.form {
  width: 80%;
  max-width: none;
  margin-bottom: var(--spaces--margin-bottom-containers);
  grid-column-gap: var(--spaces--margin-bottom-sections-m);
  grid-row-gap: var(--spaces--margin-bottom-sections-m);
  flex-flow: column;
  display: flex;
}

.text-field {
  border-style: none none solid;
  border-width: 0 0 2.4px;
  border-color: black black var(--color--dark-blue);
}

.text-field-input {
  margin-bottom: var(--spaces--margin-bottom-text-m);
  padding: var(--spaces--padding-buttons-xl);
  border-style: none none solid;
  border-width: 0 0 2.4px;
  border-color: black black var(--color--dark-blue);
  color: var(--color--light-blue);
  background-color: rgba(0, 0, 0, 0);
  font-family: suisseintl, sans-serif;
  font-size: .75vw;
  font-weight: 300;
}

.text-field-input.large {
  height: 20vh;
}

.form-2 {
  flex: 1;
}

.icon {
  color: var(--color--dark-blue);
  border: 1px #000;
}

.nav-link {
  margin-bottom: var(--spaces--margin-bottom-sections-m);
  padding: var(--spaces--padding-buttons-xl);
  color: var(--color--light-blue);
  text-align: center;
  -webkit-text-stroke-color: var(--color--light-blue);
  font-family: suisseintl, sans-serif;
  font-size: 2vw;
  font-weight: 700;
}

.menu-button {
  background-color: var(--color--white);
}

.menu-button.w--open {
  background-color: var(--white);
}

.nav-menu {
  z-index: 2147483647;
  width: 100vw;
  height: 100vh;
  padding-top: var(--spaces--padding-top-sections-xl);
  background-color: var(--white);
  object-fit: fill;
  justify-content: center;
  align-items: center;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.navbar {
  order: -1;
}

#w-node-_44d390ba-1dfd-9bb6-560b-833cf9f154ac-63ddc1d4 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_44d390ba-1dfd-9bb6-560b-833cf9f154ae-63ddc1d4 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_44d390ba-1dfd-9bb6-560b-833cf9f154ac-a02193e1, #w-node-_44d390ba-1dfd-9bb6-560b-833cf9f154ac-33792e6c {
  grid-area: 1 / 1 / 2 / 4;
}


@font-face {
  font-family: 'space-mono';
  src: url('../fonts/SpaceMono-Bold.woff2') format('woff2'), url('../fonts/SpaceMono-Bold.eot') format('embedded-opentype'), url('../fonts/SpaceMono-Bold.woff') format('woff'), url('../fonts/SpaceMono-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'space-mono';
  src: url('../fonts/SpaceMono-BoldItalic.woff2') format('woff2'), url('../fonts/SpaceMono-BoldItalic.eot') format('embedded-opentype'), url('../fonts/SpaceMono-BoldItalic.woff') format('woff'), url('../fonts/SpaceMono-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'space-mono';
  src: url('../fonts/SpaceMono-Italic.woff2') format('woff2'), url('../fonts/SpaceMono-Italic.eot') format('embedded-opentype'), url('../fonts/SpaceMono-Italic.woff') format('woff'), url('../fonts/SpaceMono-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'space-mono';
  src: url('../fonts/SpaceMono-Regular.woff2') format('woff2'), url('../fonts/SpaceMono-Regular.eot') format('embedded-opentype'), url('../fonts/SpaceMono-Regular.woff') format('woff'), url('../fonts/SpaceMono-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'novatica';
  src: url('../fonts/Novatica.woff2') format('woff2'), url('../fonts/Novatica.eot') format('embedded-opentype'), url('../fonts/Novatica.woff') format('woff'), url('../fonts/Novatica.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'novatica';
  src: url('../fonts/Novatica-Bold.woff2') format('woff2'), url('../fonts/Novatica-Bold.eot') format('embedded-opentype'), url('../fonts/Novatica-Bold.woff') format('woff'), url('../fonts/Novatica-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'suisseintl';
  src: url('../fonts/SuisseIntl-Bold.woff2') format('woff2'), url('../fonts/SuisseIntl-Bold.eot') format('embedded-opentype'), url('../fonts/SuisseIntl-Bold.woff') format('woff'), url('../fonts/SuisseIntl-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'suisseintl';
  src: url('../fonts/SuisseIntl-Light.woff2') format('woff2'), url('../fonts/SuisseIntl-Light.eot') format('embedded-opentype'), url('../fonts/SuisseIntl-Light.woff') format('woff'), url('../fonts/SuisseIntl-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

.footer_colaboracion {
  display: flex;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem;
  justify-content: center;
  background: #00558C;
}

.contenido_colaboracion {
  margin-top: 30px;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.subtitulo_colaboracion {
  width: 100%;
}

.subtitulo_colaboracion p {
  margin-bottom: 20px;
  color: #fff;
}

.contenido_colaboracion  img {
  margin-bottom: 15px !important;
}

/* Responsive */
* {
  opacity: 1 !important;
}

.mini-titulo-con-carroussel-marcas {
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  * {
    --spaces--margin-bottom-containers: 3rem;
  }

  ._2-columnas-texto,
  .img-equipo-descentrada {
    padding: 0;
  }

  .informacion-video {
    min-height: 220px;
    height: auto;
  }

  .img-con-trama,
  .img-equipo {
    height: auto;
  }

  .vectors-wrapper-2 {
    width: 90px;
    object-fit: contain;
  }

  ._5-columnas, 
  .enlaces-de-texto-3,
  .video-con-columna-informacion,
  ._2-columnas-texto,
  ._2-columnas-proyectos,
  .img-con-trama {
    flex-wrap: wrap;
  }

  .grid-equipo {
    grid-row-gap: 1rem;
  }

  ._2-columnas-titulo,
  .informacion-video,
  .img-con-trama img,
  .img-full,
  .img-full._60,
  .brands,
  .contacto,
  .texto-hero.equipo,
  .texto-3-columnas,
  .equipo {
    width: 100%;
  }

  .img-full._60,
  .titulo-flex-con-border-bottom  {
    min-width: 270px;
  }

  .servicios,
  .proyectos,
  .about {
    max-width: unset;
  }

  .texto-hero {
    display: block;
  }

  .texto-hero .desktop-xl-display br, 
  .servicios .desktop-xl-display br,
  div#w-node-_44d390ba-1dfd-9bb6-560b-833cf9f154ac-33792e6c br:nth-of-type(3),
  div#w-node-_44d390ba-1dfd-9bb6-560b-833cf9f154ac-33792e6c br:nth-of-type(4),
  div#w-node-_44d390ba-1dfd-9bb6-560b-833cf9f154ac-a02193e1 br {
    display: none;
  }

  .contacto {
    width: auto;
    padding: 1rem;
  }

  .informacion-video {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .header,
  .texto-hero,
  .servicios,
  .proyectos,
  .about,
  .brands,
  .equipo {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .video-con-columna-informacion {
    padding-right: 1.5rem;
  }

  .informacion-video,
  .carrussel-marcas {
    padding-left: 1.5rem;
  }

  .w-nav-button {
    padding: 0.5rem;
  }

  .text-field-input {
    padding: 0.5rem 1rem;
  }

  .texto-hero .desktop-xl-display {
    margin-bottom: 1rem;
  }

  .contacto {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .desktop-xl-display,
  .desktop-display-3xl,
  .desktop-display-2xl {
    font-size: 2rem;
  }

  .desktop-xs-quote,
  .desktop-body-2xs,
  .desktop-preheading-2xs,
  .text-field-input {
    font-size: 0.75rem;
  }

  .desktop-body-2xs {
    margin-bottom: 0.4rem;
  }

  .desktop-s-display,
  .nav-link {
    font-size: 1.225rem;
  }

  .desktop-body-s,
  .button {
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  * {
    --spaces--margin-bottom-containers: 3rem;
  }

  ._2-columnas-texto,
  .img-equipo-descentrada {
    padding: 0;
  }

  .informacion-video {
    min-height: 220px;
    height: auto;
  }

  .img-con-trama,
  .img-equipo {
    height: auto;
  }

  .vectors-wrapper-2 {
    width: 90px;
    object-fit: contain;
  }

  ._5-columnas, 
  .enlaces-de-texto-3,
  .video-con-columna-informacion,
  ._2-columnas-texto,
  ._2-columnas-proyectos,
  .img-con-trama {
    flex-wrap: wrap;
  }

  .grid-equipo {
    grid-row-gap: 1rem;
  }

  ._2-columnas-titulo,
  .informacion-video,
  .img-con-trama img,
  .img-full,
  .img-full._60,
  .brands,
  .contacto,
  .texto-hero.equipo,
  .texto-3-columnas,
  .equipo {
    width: 100%;
  }

  .img-full._60,
  .titulo-flex-con-border-bottom  {
    min-width: 270px;
  }

  .servicios,
  .proyectos,
  .about {
    max-width: unset;
  }

  .texto-hero {
    display: block;
  }

  .texto-hero .desktop-xl-display br, 
  .servicios .desktop-xl-display br,
  div#w-node-_44d390ba-1dfd-9bb6-560b-833cf9f154ac-33792e6c br:nth-of-type(3),
  div#w-node-_44d390ba-1dfd-9bb6-560b-833cf9f154ac-33792e6c br:nth-of-type(4),
  div#w-node-_44d390ba-1dfd-9bb6-560b-833cf9f154ac-a02193e1 br {
    display: none;
  }

  .contacto {
    width: auto;
    padding: 1rem;
  }

  .informacion-video {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .header,
  .texto-hero,
  .servicios,
  .proyectos,
  .about,
  .brands,
  .equipo {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .video-con-columna-informacion {
    padding-right: 1.5rem;
  }

  .informacion-video,
  .carrussel-marcas {
    padding-left: 1.5rem;
  }

  .w-nav-button {
    padding: 0.5rem;
  }

  .text-field-input {
    padding: 0.5rem 1rem;
  }

  .texto-hero .desktop-xl-display {
    margin-bottom: 1rem;
  }

  .contacto {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .desktop-xl-display,
  .desktop-display-3xl,
  .desktop-display-2xl {
    font-size: 2rem;
  }

  .desktop-xs-quote,
  .desktop-body-2xs,
  .desktop-preheading-2xs,
  .text-field-input {
    font-size: 0.75rem;
  }

  .desktop-body-2xs {
    margin-bottom: 0.4rem;
  }

  .desktop-s-display {
    font-size: 1.225rem;
  }

  .desktop-body-s,
  .button {
    font-size: 1rem;
  }
}