:root {
  --loader-variables--minimum: 0px;
}

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

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-container {
  flex-flow: column;
  justify-content: center;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.container-2 {
  justify-content: center;
  display: block;
}

.section-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.section-1 {
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.image {
  width: 100%;
  display: block;
}

.flex-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  outline-offset: 0px;
  outline: 1px #333;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: start;
  place-items: center stretch;
  margin-right: 0;
  display: grid;
}

.link {
  color: #fff;
  text-transform: none;
  margin-right: 100px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.nav-logo {
  margin-left: 0;
  margin-right: 270px;
  display: block;
}

.body {
  font-family: Avenir Next, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.link-button {
  color: #fff;
  background-color: #000;
  margin-left: auto;
  margin-right: 100px;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.navigation {
  z-index: 999;
  width: 100%;
  padding-top: 40px;
  display: block;
  position: absolute;
}

.hero_1 {
  z-index: 1;
  background-color: #ece9e9;
  width: 100%;
  height: 100vh;
  display: block;
  position: static;
  box-shadow: 0 2px 5px #0003;
}

.heading-2 {
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  max-width: 910px;
  font-family: Roboto, sans-serif;
  font-size: 76px;
  font-weight: 400;
  line-height: 100px;
  text-decoration: none;
}

.hero-inner {
  z-index: 10;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0;
}

.text-block {
  color: #fff;
  max-width: 460px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.hero-body {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  outline-offset: 0px;
  outline: 1px #00f;
  flex-flow: column;
  align-items: flex-end;
  width: 100%;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.hero-image {
  display: none;
}

.code-embed-2 {
  display: block;
}

.container-3 {
  outline-offset: 0px;
  outline: 1px #333;
  flex-flow: row;
  justify-content: flex-start;
  width: 100%;
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.hero-award-image {
  display: flex;
  position: absolute;
  bottom: 50px;
}

.hero-scroll-button {
  color: #fff;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
}

.nav-embed-cta {
  margin-left: auto;
  margin-right: 0;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  display: block;
}

.colaboradores {
  z-index: 8;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  padding-top: 80px;
  display: block;
  position: static;
  inset: 0;
  overflow: hidden;
}

.text-block-2 {
  color: #383838;
  text-transform: uppercase;
  width: 20%;
  margin-top: 18px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.text-block-3 {
  color: #383838;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-left: 0;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
  position: absolute;
  transform: translate(0, 60px);
}

.container-4 {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 140px;
}

.flex-block-2 {
  justify-content: space-between;
  margin-bottom: 110px;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.scroll-slider {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1440px;
  margin-top: 223px;
  margin-bottom: 173px;
  display: block;
  overflow: visible;
}

.scroll-slider-wrapper {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 3480px;
  margin-left: 0;
  display: flex;
  overflow: visible;
}

.filosofia {
  z-index: 7;
  background-color: #0000;
  margin-bottom: 0;
  padding-top: 165px;
  padding-bottom: 295px;
  display: block;
  position: static;
  inset: 0;
}

.container-5 {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-4 {
  background-color: #a1a1a1;
  width: 100%;
  height: 1px;
}

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

.container.navbar-desktop-container {
  position: relative;
}

.flex-block-3-xs {
  max-width: 920px;
  display: block;
}

.line {
  background-color: #a1a1a1;
  width: 100%;
  height: 1px;
  margin-bottom: 30px;
}

.flex-block-4 {
  justify-content: flex-end;
  margin-bottom: 300px;
  position: static;
}

.text-block-4 {
  max-width: 620px;
  margin-top: 12px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}

.flex-block-5 {
  flex-flow: column;
  display: block;
}

.flex-block-6 {
  justify-content: space-between;
  margin-top: 20px;
}

.filosofia-imagenes {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  display: flex;
  position: static;
}

.code-embed-5 {
  margin-top: 0;
}

.div-block-5 {
  margin-top: -276px;
}

.text-block-5 {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.text-block-6,
.text-block-7 {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.servicios {
  z-index: 4;
  background-color: #0000;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 80px;
  display: block;
  position: static;
}

.text-block-servicios {
  color: #383838;
  width: 50%;
  margin-top: 18px;
  font-weight: 400;
}

.heading-3 {
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  font-weight: 400;
}

.acabados-arquitectonicos_4 {
  z-index: 4;
  height: 100vh;
  display: block;
  position: static;
  top: 440vh;
}

.servicio-inner {
  z-index: 1;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
}

.image-service {
  position: static;
  left: 0;
  right: 0;
}

.heading-4 {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 1px;
  margin-bottom: 20px;
  padding-right: 140px;
  font-size: 40px;
  font-weight: 500;
}

.servicio-left-col {
  justify-content: flex-start;
  align-items: flex-start;
  height: 100vh;
  padding-top: 130px;
  display: flex;
}

.container-6 {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.flex-block-9 {
  justify-content: space-between;
  height: 100%;
  position: relative;
}

.servicio-right-col {
  justify-content: flex-end;
  align-items: flex-end;
  max-width: 500px;
  height: 100vh;
  padding-bottom: 70px;
}

.text-block-8 {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 27px;
}

.heading-servicio {
  color: #fff;
  text-transform: uppercase;
  border: 1px #fff;
  border-radius: 1px;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 30px;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.div-block-6 {
  background-color: #fff;
  width: 460px;
  height: 1px;
}

.proyectos-destacados {
  z-index: 6;
  background-color: #fff;
  padding-top: 245px;
  display: block;
  position: static;
  top: 640vh;
  overflow: hidden;
}

.destacados-titulo {
  justify-content: space-between;
  width: 400px;
  margin-bottom: 0;
  padding-bottom: 140px;
}

.proyecto-destacado {
  perspective-origin: 50% 0;
  transform-origin: 50%;
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
  transform: none;
}

.text-block-9 {
  text-align: right;
  margin-top: 30px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: block;
}

.flex-block-10 {
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.destacado-left {
  max-width: 815px;
}

.text-block-10 {
  text-align: right;
  margin-bottom: 40px;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.destacado-right {
  max-width: 815px;
  margin-left: auto;
}

.destacado-full {
  max-width: 100%;
  margin-left: auto;
}

.colaboradores-titulo {
  justify-content: space-between;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 80px;
}

.innovacion {
  z-index: 4;
  background-color: #fff;
  padding-top: 140px;
  padding-bottom: 130px;
  display: block;
  position: static;
}

.innovacion-left {
  width: 470px;
}

.innovacion-right {
  max-width: 840px;
}

.innovacion-tiitulo {
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
}

.accordion-component {
  width: 850px;
}

.accordion-item {
  margin-bottom: 20px;
}

.accordion-titulo {
  text-transform: none;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 300;
}

.accordion-item-head {
  z-index: 1;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  outline-offset: 0px;
  background-color: #fff;
  border-top: 1px solid #595959;
  border-bottom: 0 #000;
  outline: 1px #333;
  align-items: center;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 75px;
  position: relative;
}

.flex-block-12 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  width: 100%;
}

.accordion-item-body {
  opacity: 1;
  transform-origin: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

.accordion-item-1 {
  transform-origin: 50% 0;
  margin-bottom: 20px;
  overflow: hidden;
}

.accordion-item-2,
.accordion-item-3 {
  margin-bottom: 20px;
  overflow: hidden;
}

.code-embed-6 {
  margin-bottom: 80px;
  position: relative;
}

.div-block-7 {
  z-index: 1;
  perspective-origin: 50%;
  transform: scale3d(1none, 1none, 1none);
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  background-color: #fff;
  position: absolute;
  inset: 0;
}

.code-embed-7 {
  margin-bottom: 20px;
}

.video-bottom {
  z-index: 7;
  width: 100%;
  height: 100vh;
  display: block;
  position: static;
  top: 1150vh;
}

.hero-video {
  mix-blend-mode: multiply;
  width: 100%;
  height: 100vh;
}

.section-cta_8 {
  z-index: 8;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 75vh;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: static;
  top: 1250px;
}

.flex-block-13 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 75vh;
  display: flex;
}

.heading-5 {
  text-align: center;
  text-transform: uppercase;
  max-width: 660px;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
}

.section-cta-button {
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.div-block-8 {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.footer_7 {
  z-index: 7;
  background-color: #0e0e0e;
  width: 100%;
  margin-bottom: 0;
  padding-top: 40px;
  display: block;
  position: static;
  top: 640vh;
  overflow: hidden;
}

.footer-logo {
  margin-bottom: 115px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer-top {
  justify-content: flex-start;
  align-items: center;
  position: static;
}

.text-block-11 {
  color: #fff3;
  text-transform: uppercase;
  height: 50px;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 60px;
  display: none;
}

.scroller-bottom {
  height: 50px;
  display: none;
  position: static;
  transform: translate(-47%);
}

.slider {
  height: 50px;
}

.scroller-top {
  width: 2080px;
  height: 10vw;
  margin-bottom: 0;
  position: static;
  transform: translate(50%);
}

.container-7 {
  margin-top: 70px;
}

.footer-links {
  width: 100%;
  max-width: 100%;
  margin-top: 70px;
  margin-bottom: 0;
}

.container-8 {
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
}

.footer-nav-links {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: flex-start;
  padding-right: 0;
  display: flex;
}

.footer-link {
  color: #fff;
  text-transform: uppercase;
  margin-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.text-block-12 {
  color: #fff6;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.footer-links-left {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  border-top: 1px solid #595959;
  flex: 0 auto;
  justify-content: space-between;
  padding-top: 30px;
  display: flex;
}

.flex-block-16 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
}

.footer-bottom {
  border: 1px #595959;
  border-top-style: solid;
  max-width: 1440px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-middle {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 89px;
}

.footer-middle-container {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.div-block-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
  display: grid;
}

.link-2 {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.text-block-13 {
  opacity: 1;
  color: #fff9;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 10px;
  font-weight: 400;
}

.flex-block-17 {
  justify-content: space-between;
}

.text-block-13-copy {
  opacity: 0;
  color: #fff9;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 10px;
  font-weight: 300;
}

.flex-block-18 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  height: 0;
  display: flex;
}

.smooth-wrapper {
  object-fit: fill;
  position: relative;
}

.colaboradores-wrapper {
  max-width: 1440px;
  margin-left: 0;
  overflow: visible;
}

.div-block-10 {
  margin-top: -97px;
}

.colaboradores-servicios_2 {
  z-index: 2;
  background-color: #ece9e9;
  width: 100%;
  margin-bottom: 0;
  display: block;
  position: static;
  top: 100vh;
  box-shadow: 0 2px 5px #0003;
}

.servicios-items {
  z-index: 6;
  background-color: #ece9e9;
  margin-top: 80px;
  display: block;
  position: fixed;
}

.proyectos-deportivos_5 {
  z-index: 5;
  height: 100vh;
  display: block;
  position: static;
  top: 540vh;
}

.obras-alto-impacto_3 {
  z-index: 3;
  height: 100vh;
  display: block;
  position: static;
  top: 340vh;
}

.destacados-innovacion_6 {
  z-index: 6;
  width: 100%;
  display: block;
  position: static;
  top: 640vh;
  box-shadow: 0 2px 5px #0003;
}

.flex-block-19-lg {
  width: 100%;
  max-width: 670px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.manifiesto-titulo {
  color: #383838;
  text-align: right;
  text-transform: uppercase;
  margin-left: auto;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
}

.text-block-14 {
  margin-bottom: 50px;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
}

.proyectos-destacados-titulo {
  justify-content: space-between;
  margin-bottom: 0;
  padding-bottom: 160px;
}

.hero-award-inner {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  background-color: #fff3;
  width: 100px;
  height: 125px;
  padding: 0;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 300;
  display: inline-flex;
  position: relative;
  bottom: auto;
}

.div-block-11 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  display: flex;
}

.flex-block-20 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  display: block;
  position: absolute;
  inset: 0 0 0 18px;
}

.hero-award-bg {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff3;
  border: 1px solid #6c6c6c;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-block-15 {
  font-size: 13px;
}

.text-block-16 {
  font-size: 17px;
  font-weight: 400;
}

.hero-award {
  background-color: #0000;
  border-radius: 4px;
  width: 100px;
  height: 125px;
  position: absolute;
  bottom: 50px;
}

.award {
  display: none;
  position: static;
}

.line-container {
  transform-origin: 0%;
  max-width: 1440px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 20px 80px;
  position: static;
}

.text-block-18 {
  margin-bottom: 40px;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.text-block-19,
.text-block-20 {
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.footer-links-right {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  border-top: 1px solid #595959;
  flex: 0 auto;
  justify-content: space-between;
  padding-top: 30px;
  display: flex;
}

.footer-nav-links-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: flex-start;
  padding-right: 0;
  display: flex;
}

.video-image-2 {
  display: none;
}

.hero-video-wrapper {
  position: relative;
}

.video-bottom-wrapper-after {
  background-color: #0e0e0e99;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.video-bottom-embed {
  mix-blend-mode: multiply;
  width: 100%;
  height: 100vh;
}

.video-bottom-inner {
  position: relative;
}

.div-block-12 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.div-block-13 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fff3;
  border: 1px solid #6c6c6c;
  border-radius: 4px;
  width: 100%;
  height: 100%;
}

.text-block-3-copy {
  color: #383838;
  text-align: left;
  text-transform: uppercase;
  margin-left: auto;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
}

.building-year {
  display: none;
}

.desarrollo-animation-1-lg {
  text-transform: uppercase;
  justify-content: flex-start;
  width: 100%;
  height: 50px;
  margin-bottom: 50px;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  line-height: 50px;
  display: flex;
}

.galeria-1 {
  z-index: 999;
  opacity: 1;
  background-color: #0e0e0e99;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0 0 0;
  transform: translate(0, 200vh);
}

.galeria-1.galeria {
  background-color: #fff;
  transform: translate(0, 100vh);
}

.code-embed-13 {
  width: 50%;
}

.flex-block-21 {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 21px;
  padding: 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.flex-block-22 {
  width: 600px;
  padding: 44px 35px 0;
}

.galeria-inner {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  margin: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}

.close-button {
  position: absolute;
  top: 0;
  right: 0;
}

.text-block-21 {
  text-transform: uppercase;
  margin-bottom: 9px;
  font-family: Roboto, sans-serif;
  font-size: 34px;
  line-height: 47px;
}

.gallery-1-image-1 {
  border-radius: 4px;
  display: block;
}

.gallery-images {
  width: 840px;
  position: relative;
}

.text-block-22 {
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}

.div-block-14 {
  text-align: right;
}

.gallery-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  height: 480px;
  margin-bottom: 0;
  display: flex;
}

.gallery-bottom {
  outline-offset: 0px;
  outline: 1px #333;
  width: 100%;
  display: block;
  overflow: visible;
}

.flex-block-24 {
  box-sizing: border-box;
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  object-fit: fill;
  width: 230vh;
  display: none;
  overflow: visible;
}

.gallery-1-image-1-thumb-1 {
  border-radius: 4px;
  width: 26vw;
}

.galeria-wrapper {
  background-color: #fff;
  width: 1400px;
  height: 750px;
  margin: 0;
  padding: 60px;
}

.auditorio {
  cursor: auto;
}

.div-block-15 {
  overflow: hidden;
}

.div-block-15.hover-area {
  position: relative;
}

.gallery-1-full-image-1 {
  border-radius: 4px;
  position: static;
}

.gallery-1-full-image-2,
.gallery-1-full-image-3,
.gallery-1-full-image-4,
.gallery-1-full-image-5,
.gallery-1-full-image-6 {
  border-radius: 4px;
  display: none;
  position: static;
}

.gallery-1-image-2,
.gallery-1-image-3,
.gallery-1-image-4,
.gallery-1-image-5,
.gallery-1-image-6,
.gallery-1-image-1-copy {
  border-radius: 4px;
  display: block;
}

.estandares {
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 27px;
}

.desarrollo-animation-2-lg {
  text-transform: uppercase;
  justify-content: flex-start;
  width: 100%;
  height: 50px;
  margin-bottom: 50px;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  line-height: 50px;
  display: flex;
}

.desarrollo-animation-1,
.desarrollo-animation-2 {
  text-transform: uppercase;
  justify-content: flex-start;
  width: 100%;
  height: 50px;
  margin-bottom: 50px;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  line-height: 50px;
  display: none;
}

.nav-movil {
  z-index: 999;
  color: #fff;
  background-color: #000;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0;
}

.nav-list-xs {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: start;
  place-items: center stretch;
  margin-right: 0;
  display: grid;
}

.link-xs,
.nav-social-link {
  color: #fff;
  text-transform: none;
  margin-right: 100px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.contact-xs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
  display: grid;
}

.nav-toggler {
  display: none;
}

.flex-block-26 {
  width: 100%;
}

.whatsapp {
  z-index: 999;
  display: block;
  position: fixed;
  bottom: 30px;
  right: 30px;
}

.a {
  color: #fff;
  display: none;
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.award-lg {
  display: block;
  position: static;
}

.logos-swiper {
  margin-top: 223px;
  margin-bottom: 173px;
  display: none;
}

.thumbs-swiper {
  margin-top: 0;
  margin-bottom: 0;
}

.galeria-2 {
  z-index: 999;
  opacity: 1;
  background-color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 200vh 0 0;
}

.galeria-2.galeria {
  top: 0;
  transform: translate(0, 100vh);
}

.galeria-2-close-button {
  position: absolute;
  top: 0;
  right: 0;
}

.gallery-1-full-image-7,
.gallery-1-full-image-8,
.gallery-1-full-image-9,
.gallery-1-full-image-10 {
  border-radius: 4px;
  display: none;
  position: static;
}

.galeria-3 {
  z-index: 999;
  opacity: 1;
  background-color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 200vh 0 0;
}

.galeria-3.galeria {
  top: 0;
  transform: translate(0, 100vh);
}

.galeria-3-close-button {
  position: absolute;
  top: 0;
  right: 0;
}

.gallery-1-full-image-11,
.gallery-1-full-image-12,
.gallery-1-full-image-13 {
  border-radius: 4px;
  display: none;
  position: static;
}

.div-block-16 {
  text-align: right;
}

.follower {
  position: absolute;
}

.badge-award {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  transform-origin: 50% 0;
  background-color: #084ed866;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  justify-content: center;
  align-items: flex-end;
  width: 149px;
  height: 313px;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
  top: 0;
  left: 80px;
  transform: none;
}

.div-block-17 {
  width: 73px;
  height: 81px;
  margin-bottom: 115px;
}

.flex-block-19 {
  width: 100%;
  max-width: 670px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  display: none;
}

.div-block-21 {
  outline-offset: 0px;
  outline: 1px #333;
  width: 100%;
  height: 60px;
  position: relative;
  overflow: hidden;
}

.div-block-22 {
  background-color: #ece9e9;
  width: 100%;
  height: 60px;
  position: absolute;
  top: auto;
  bottom: 0;
}

.div-block-21-copy {
  outline-offset: 0px;
  outline: 1px #333;
  justify-content: flex-end;
  width: 100%;
  height: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-block-3-copy {
  color: #383838;
  text-align: left;
  text-transform: uppercase;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-left: 0;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
  transform: translate(0, 60px);
}

.flex-block-19-lg-copy {
  width: 100%;
  max-width: 920px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.section-cta_8-footer {
  position: fixed;
  top: 1310px;
}

.primary-button {
  grid-column-gap: 28px;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 13px 24px;
  text-decoration: none;
  display: flex;
}

.contactar {
  color: #fff;
  text-align: center;
  letter-spacing: .48px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-decoration: none;
}

.primary-button-copy {
  grid-column-gap: 28px;
  grid-column-gap: 28px;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 13px 24px;
  text-decoration: none;
  display: flex;
}

.div-block-23 {
  background-color: #000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.loader {
  z-index: 9999;
  grid-row-gap: 10px;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  text-decoration: none;
  display: flex;
  position: relative;
}

.loader-progress {
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.loader-progress-value {
  font-family: Roboto, sans-serif;
  line-height: 30px;
}

.hero-proyectos {
  grid-row-gap: 10px;
  background-color: #ece9e9;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440.4px;
  padding: 166px 280px 77px;
  text-decoration: none;
  display: flex;
}

.opciones-proyectos {
  grid-column-gap: 197px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 880.395px;
  text-decoration: none;
  display: flex;
}

.property-1-default {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.projects-hero-inner {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  text-decoration: none;
  display: flex;
}

.proyectos-50 {
  color: #999;
  letter-spacing: -.333374px;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.proyectos-50:hover {
  color: #383838;
  flex: 0 auto;
}

.proyectos {
  color: #383838;
  letter-spacing: -1.56837px;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 116px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.btn-proyectos {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.section-3 {
  height: 100vh;
}

.opciones-proyectos-2 {
  grid-column-gap: 197px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.buscar-btn {
  grid-column-gap: 13px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.buscar {
  color: #999;
  letter-spacing: -.333374px;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.hero-proyectos-2 {
  grid-row-gap: 10px;
  background-color: #ece9e9;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 166px 280px 77px;
  text-decoration: none;
  display: flex;
}

.nav-bar-desktop-estado-2,
.nav-bar-desktop-estado-1 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 48px 59px 10px 60px;
  text-decoration: none;
  display: flex;
}

.main-items {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1321.71px;
  text-decoration: none;
  display: flex;
}

.main-items-2 {
  grid-column-gap: 408px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.logo-and-main-list {
  grid-column-gap: 193px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.button-2 {
  grid-row-gap: 10px;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 167.713px;
  padding: 13px 24px;
  text-decoration: none;
  display: flex;
}

.menu {
  color: #fff;
  text-align: center;
  letter-spacing: .48px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-decoration: none;
}

.rectangle-1 {
  background-color: #c8c6c6;
}

.div-block-24 {
  z-index: 40;
  width: 100%;
  position: fixed;
}

.main-list {
  grid-column-gap: 71px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.menu-section {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 212px;
  text-decoration: none;
  display: flex;
}

.firstitem {
  color: #fff;
  letter-spacing: -.18px;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.57px;
  text-decoration: none;
}

.seconditem {
  color: #fff;
  letter-spacing: -.18px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.6px;
  text-decoration: none;
}

.nav-bar-desktop {
  border: 1px solid #000;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 10px 60px;
  text-decoration: none;
  display: flex;
}

.nav-bar-desktop-logo-nav-list {
  grid-column-gap: 193px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.nav-bar-desktop-logo {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 58px;
  text-decoration: none;
  display: flex;
}

.nav-bar-desktop-nav-list {
  grid-column-gap: 71px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.nav-bar-desktop-nav-list-left,
.nav-bar-desktop-nav-list-right {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 212px;
  text-decoration: none;
  display: flex;
}

.firstitem-2 {
  color: #fff;
  letter-spacing: -.18px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.6px;
  text-decoration: none;
}

.nav-bar-desktop-cta {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 167.713px;
  height: 41px;
  text-decoration: none;
  display: flex;
}

.button-3 {
  grid-column-gap: 14px;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 41px;
  display: flex;
}

.navbar-desktop-wrapper {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
  position: fixed;
}

.button-4 {
  grid-column-gap: 14px;
  background-color: #000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 41px;
  display: flex;
}

.navbar-desktop-navlist-link {
  color: #fff;
  letter-spacing: -.18px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.57px;
  text-decoration: none;
}

.nav-bar-desktop-nav-list-2 {
  grid-column-gap: 71px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 251px;
  text-decoration: none;
  display: flex;
}

.nav-bar-desktop-nav-list-left-2,
.nav-bar-desktop-nav-list-right-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.nav-bar-desktop-2 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 10px 60px;
  text-decoration: none;
  display: flex;
}

.navbar-desktop {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 10px 60px;
  text-decoration: none;
  display: flex;
}

.navbar-desktop-state-a {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 64.3762px;
  display: flex;
  position: relative;
}

.navbar-desktop-logo-nav-list {
  grid-column-gap: 193px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.navbar-desktop-logo {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 58px;
  text-decoration: none;
  display: flex;
}

.navbar-desktop-nav-list {
  grid-column-gap: 71px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.navbar-desktop-nav-list-left,
.navbar-desktop-nav-list-right {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.navbar-desktop-state-b {
  grid-row-gap: 24px;
  background-color: #000;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 625px;
  padding: 55px 53px 46px;
  text-decoration: none;
  display: flex;
}

.frame-39586 {
  grid-row-gap: 77px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.cerrar {
  color: #fff;
  text-align: right;
  letter-spacing: -.248975px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 30.75px;
  text-decoration: none;
}

.frame-39581 {
  grid-row-gap: 43px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.inicio-menu-link,
.servicios-2,
.proyectos-2,
.nuestra-filosof-a,
.contacto {
  color: #fff;
  letter-spacing: -.66884px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 82.6px;
  text-decoration: none;
}

.frame-39585 {
  grid-row-gap: 36px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-39582 {
  grid-column-gap: 97px;
  opacity: .5;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.facebook,
.instagram,
.linkedin {
  color: #fff;
  letter-spacing: -.248975px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 30.75px;
  text-decoration: none;
}

.line-3 {
  border-style: solid;
  border-width: undefinedpx;
  border-color: #c4c4c4;
}

.frame-39588 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-39587 {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.horario-9am-a-6-pm,
.error-d28b7108-2c15-d3e5-88b5-e91f51f5814c {
  color: #fffc;
  letter-spacing: -.206299px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 25.48px;
  text-decoration: none;
}

.navbar-desktop-2 {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 1440px;
  padding: 10px 60px;
  text-decoration: none;
  display: flex;
}

.navbar-desktop-state-a-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 64.3762px;
  display: flex;
  position: relative;
}

.error-73c71601-da53-585f-9aef-8e31969a44bb {
  color: #fffc;
  letter-spacing: -.206299px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 25.48px;
  text-decoration: none;
}

.navbar-desktop-3 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  text-decoration: none;
  display: flex;
}

.navbar-desktop-logo-nav-list-2 {
  grid-column-gap: 193px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.nav-bar-desktop-cta-2 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.button-5 {
  grid-column-gap: 14px;
  background-color: #000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 167.713px;
  height: 41px;
  text-decoration: none;
  display: flex;
}

.container-10 {
  max-width: 1440px;
  padding-left: 30px;
  padding-right: 30px;
}

.nav-bar-desktop-submenu {
  grid-row-gap: 24px;
  background-color: #000;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 625px;
  padding: 55px 53px 46px;
  text-decoration: none;
  display: flex;
}

.error-c5405b43-8fe2-d8d7-d20f-dbca34fe80a7 {
  color: #fffc;
  letter-spacing: -.206299px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 25.48px;
  text-decoration: none;
}

.navbar-desktop-menu-toggler {
  background-color: #000;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  width: 167.713px;
  padding: 15px 24px;
  text-decoration: none;
  display: flex;
}

.navbar-desktop-menu {
  grid-row-gap: 24px;
  background-color: #000;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 625px;
  padding: 46px 53px;
  text-decoration: none;
  display: block;
}

.frame-39595 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 35px;
  display: flex;
}

.location {
  color: #fffc;
  letter-spacing: -.206299px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 25.48px;
  text-decoration: none;
}

.navbar-desktop-menu-wrapper {
  z-index: 0;
  opacity: 0;
  transform-origin: 100% 0;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: -100%;
  transform: translate(0, 130px);
}

.navbar-desktop-inner {
  z-index: 1;
  position: relative;
}

.navbar-desktop-menu-close {
  color: #fff;
  background-color: #0000;
}

.navbar-desktop-toggler-inner {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.menu-link {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 55px;
  text-decoration: none;
}

.menu-social-link {
  color: #7e7e7e;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
}

.menu-bottom-link {
  color: #fffc;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 25.48px;
  text-decoration: none;
}

.text-block-25 {
  font-family: Roboto, sans-serif;
  line-height: 30px;
}

.projects-hero {
  z-index: 1;
  grid-row-gap: 10px;
  background-color: #ece9e9;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 515px;
  padding: 0 0 90px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.projects-hero-options {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.projects-button {
  grid-column-gap: 8px;
  color: #999;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.projects-button:hover {
  color: #383838;
}

.projects-button.button-hover-image {
  grid-column-gap: 4px;
  padding-left: 14px;
  padding-right: 14px;
}

.projects-button-2 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.search-input {
  grid-column-gap: 13px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.code-embed-15 {
  display: block;
}

.container-11 {
  max-width: 1440px;
}

.button-hover-image-st1 {
  width: 11px;
  height: 10px;
}

.button-hover-image-st2 {
  width: 11px;
  height: 10px;
  display: none;
}

.text-block-26 {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
}

.projects-slider {
  display: none;
}

.projects-slider-inner {
  grid-column-gap: 0px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.projects-slider-categories-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 230px;
  text-decoration: none;
  display: flex;
}

.projects-slider-categories {
  grid-row-gap: 17px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 124px;
  text-decoration: none;
  display: flex;
}

.text {
  color: #383838;
  letter-spacing: -.333374px;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.text-2 {
  color: #b8b8b8;
  letter-spacing: -.333374px;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.status {
  grid-row-gap: 23.4643px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.progress-bar {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 202px;
  text-decoration: none;
  display: flex;
}

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

.vectors-wrapper-2 {
  justify-content: center;
  align-items: center;
  width: 101.679px;
  height: 0;
  text-decoration: none;
  display: flex;
}

.text-3 {
  color: #b8b8b8;
  letter-spacing: -.224298px;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.projects-slider-swiper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.projects-swiper-thumbs {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 267.663px;
  text-decoration: none;
  display: flex;
}

.projects-swiper-thumbs.swiper {
  height: 976px;
  overflow: hidden;
}

.photo-2024-10-05-19-38-33-5 {
  opacity: .15;
  object-fit: cover;
}

.photo-2024-10-05-19-38-33-6 {
  object-fit: cover;
}

.projects-swiper-full {
  grid-column-gap: 17px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.projects-swiper-full.swiper {
  width: 100%;
  height: 840px;
  overflow: hidden;
}

.projects-swiper-full-index {
  color: #383838;
  letter-spacing: -1.29645px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 96px;
  font-weight: 400;
  line-height: 96px;
  text-decoration: none;
}

.categoria-1-0 {
  color: #383838;
  letter-spacing: -.333374px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.categoria-2-0 {
  color: #b8b8b8;
  letter-spacing: -.333374px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

._5-de-30-proyectos-0 {
  color: #b8b8b8;
  letter-spacing: -.224298px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

._5-de-30-proyectos-1 {
  color: #b8b8b8;
  letter-spacing: -.224298px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.container-12 {
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
}

.projects-slider-category {
  color: #b8b8b8;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.projects-slider-category:hover {
  color: #383838;
}

.text-block-27 {
  color: #b8b8b8;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 100%;
}

.projects-swiper-wrapper.swiper-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.projects-swiper-slide.swiper-slide {
  width: 267px;
  height: 164px;
}

.projects-swiper-full-wrapper.swiper-wrapper {
  width: 100%;
}

.projects-full-swiper-slide {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.projects-full-swiper-slide.swiper-slide {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: block;
}

.img {
  height: auto;
}

.img.img-fluid {
  height: 759px;
}

.head-scripts {
  display: none;
}

.projects-full-swiper-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.projects-list-inner {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440.99px;
  text-decoration: none;
  display: flex;
}

.projects-list-head {
  grid-row-gap: 0px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 101px 63px 111px 64px;
  text-decoration: none;
  display: flex;
}

.projects-list-table-head {
  grid-row-gap: 0px;
  color: #383838;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 95px;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  text-decoration: none;
  display: flex;
}

.header-items {
  grid-column-gap: 400px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-39600 {
  grid-column-gap: 235px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1132px;
  padding-left: 15px;
  text-decoration: none;
  display: flex;
}

.frame-39599 {
  grid-column-gap: 565px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-4 {
  color: #383838;
  letter-spacing: -.233745px;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.projects-list-table-body {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.projects-list-table-body-row {
  grid-column-gap: 19px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.projects-list-table-body-row:hover {
  background-color: #ece9e9;
}

.projects-list-table-body-cell {
  grid-row-gap: 19px;
  color: #010101;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 20%;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.projects-list-table-body-cell.projects-list-table-cell-width {
  width: 60%;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.projects-list-table-body-cell.projects-list-table-cell-image {
  width: 267px;
  position: relative;
}

.nombre-proyecto-conteiner {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-5 {
  color: #010101;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 18.15px;
  text-decoration: none;
}

.projects-list-table-body-cell-2 {
  grid-column-gap: 19px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.ubicaci-n-container {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-6 {
  color: #010101;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 11px;
  font-weight: 400;
  line-height: 18.15px;
  text-decoration: none;
}

.projects-list-foot {
  grid-row-gap: 10px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 90px;
  padding-left: 404px;
  padding-right: 403px;
  text-decoration: none;
  display: flex;
}

.pagination-controls {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.pagination-controls-button-disabled {
  grid-column-gap: 10px;
  color: #010101;
  border-radius: 3.02525px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 6px 37px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.text-7 {
  color: #010101;
  text-align: center;
  letter-spacing: .36303px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 9px;
  font-weight: 500;
  line-height: 14.52px;
  text-decoration: none;
}

.pagination-controls-numbers {
  grid-column-gap: 15px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.pagination-controls-number {
  grid-row-gap: 10px;
  border: .756312px solid #010101;
  border-radius: 3.02525px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 23.7406px;
  padding: 9px;
  text-decoration: none;
  display: flex;
}

.pagination-controls-number-2 {
  grid-row-gap: 10px;
  border-radius: 3.02525px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 23.7406px;
  padding: 9px;
  text-decoration: none;
  display: flex;
}

.pagination-controls-number-more {
  grid-row-gap: 10px;
  border-radius: 3.02525px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 23.7406px;
  padding: 6px 7px;
  text-decoration: none;
  display: flex;
}

.pagination-controls-button {
  grid-column-gap: 10px;
  color: #fff;
  background-color: #010101;
  border: .756312px solid #010101;
  border-radius: 3.02525px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 6px 37px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.pagination-controls-button:hover {
  color: #010101;
  background-color: #c8c6c6;
}

.text-8 {
  color: #fff;
  text-align: center;
  letter-spacing: .36303px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 9px;
  font-weight: 500;
  line-height: 14.52px;
  text-decoration: none;
}

.nombre-0 {
  color: #383838;
  letter-spacing: -.233745px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.projects-list {
  display: flex;
}

.projects-list-table-head-row {
  grid-column-gap: 19px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.projects-list-table-head-cell {
  grid-row-gap: 19px;
  color: #383838;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 20%;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.projects-list-table-head-cell.projects-list-table-cell-width {
  width: 60%;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.projects-list-table-head-cell.projects-list-table-cell-image {
  width: 267px;
}

.img-2 {
  width: 267px;
  height: 164px;
  position: absolute;
}

.form {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  align-items: center;
  display: flex;
}

.submit-button {
  background-color: #0000;
  background-image: url('../images/search-panel-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  width: 70px;
  height: 66px;
}

.submit-button:hover {
  background-image: url('../images/search-panel-image-hover.svg');
}

.text-field {
  color: #777;
  background-color: #373737;
  border: 1px solid #373737;
  border-radius: 6px;
  width: 835px;
  height: 65px;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.projects-search-panel {
  grid-row-gap: 10px;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 515px;
  padding: 0 0 90px;
  text-decoration: none;
  display: flex;
}

.projects-search-panel-inner {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.projects-hero-inner-copy {
  grid-row-gap: 139px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.projects-search-panel-title {
  color: #fff;
  letter-spacing: -1.56837px;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 62px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
}

.projects-search-panel-section {
  z-index: 999;
  background-color: #0e0e0e;
  display: none;
  position: relative;
}

.image-2 {
  width: 267px;
  height: 164px;
}

.projects-list-table-cell-image-img {
  display: none;
  position: absolute;
  top: 50%;
  bottom: auto;
  transform: translate(0, -50%);
}

.img-3 {
  display: none;
  position: absolute;
}

.heros-proyecto-inner {
  grid-row-gap: 36px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-bottom: 35px;
  padding-top: 192px;
  text-decoration: none;
  display: flex;
}

.heros-proyecto-inner-content {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 1180px;
  text-decoration: none;
  display: flex;
}

.heros-proyecto-inner-title {
  color: #242320;
  letter-spacing: -6px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 96px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.heros-proyecto-inner-right {
  grid-row-gap: 26px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 355px;
  text-decoration: none;
  display: flex;
}

.button {
  grid-column-gap: 28px;
  border: 1px solid #000;
  border-radius: 27px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 13px 24px;
  text-decoration: none;
  display: flex;
}

.text-9 {
  color: #000;
  text-align: center;
  letter-spacing: .48px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-decoration: none;
}

.error-a994710a-b32c-3f86-cc1e-b9f4bdff027e {
  color: #7d7d7d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.heros-proyecto-image {
  object-fit: cover;
  width: 100%;
  height: 771px;
}

.img-4 {
  width: 100%;
  height: 771px;
}

.proyecto-main-gallery-inner {
  grid-row-gap: 0px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 0 217px;
  text-decoration: none;
  display: flex;
}

.proyecto-details-inner-head {
  grid-row-gap: 44px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.proyecto-details-inner-title {
  color: #7d7d7d;
  letter-spacing: -1.14195px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

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

.proyecto-details-inner-body {
  grid-column-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.proyecto-details-inner-description {
  color: #010101;
  border-bottom: 1px #0003;
  max-width: 450px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.proyecto-details-inner-metadata {
  grid-row-gap: 28px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 396px;
  text-decoration: none;
  display: flex;
}

.proyecto-details-inner-metadata-item {
  grid-row-gap: 28px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.item-list {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.proyecto-details-inner-metadata-item-project-category {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  position: relative;
}

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

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

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

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

.proyecto-details-inner-line {
  width: 100%;
  height: 100px;
}

.proyecto-details-inner-description-item {
  color: #010101;
  border-bottom: 1px solid #0003;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.proyecto-details-inner-description-metaddata-item {
  color: #010101;
  border-bottom: 1px #0003;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.proyecto-main-gallery-section {
  background-color: #fff;
  padding-bottom: 0;
}

.proyecto-main-gallery-item {
  width: 488px;
  height: 638px;
  position: relative;
  overflow: hidden;
}

.proyecto-main-gallery-item.proyecto-main-gallery-item-1 {
  width: 976px;
  max-width: 976px;
  height: 598px;
  margin-left: 0;
  overflow: hidden;
}

.proyecto-main-gallery-item.proyecto-main-gallery-item-1.proyecto-main-gallery-item-right {
  margin-bottom: 90px;
  margin-left: auto;
}

.proyecto-main-gallery-item.proyecto-main-gallery-item-4 {
  width: 100%;
  max-width: 100%;
  height: 688px;
  margin-top: 0;
  overflow: hidden;
}

.proyecto-main-gallery-item.proyecto-main-gallery-item-4.proyecto-main-gallery-item-margin-top {
  margin-top: 170px;
}

.proyecto-main-gallery-item.proyecto-main-gallery-item-right {
  margin-left: auto;
}

.proyecto-main-gallery-item.proyecto-main-gallery-item-2 {
  width: 710px;
  height: 435px;
}

.proyecto-main-gallery-item-zoom {
  position: absolute;
  bottom: 24px;
  left: 26px;
}

.proyecto-main-gallery-item-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.proyecto-details-inner {
  grid-row-gap: 0px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 70px 65px 150px 66px;
  text-decoration: none;
  display: flex;
}

.button-hover-image-st1-copy {
  width: 15px;
  height: 15px;
}

.button-hover-image-st2-copy {
  width: 15px;
  height: 15px;
  display: none;
}

.proyecto-swiper-section {
  background-color: #ece9e9;
  padding-top: 70px;
  padding-bottom: 150px;
}

.proyecto-swiper-inner {
  grid-row-gap: 0px;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 65px 0 66px;
  text-decoration: none;
  display: flex;
}

.proyecto-swiper-inner-head {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.proyecto-swiper-inner-body {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 100px;
  text-decoration: none;
  display: flex;
}

.proyecto-swiper-inner-description {
  color: #010101;
  border-bottom: 1px #0003;
  max-width: 450px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.proyecto-swiper-inner-left-col {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  height: 644px;
  text-decoration: none;
  display: block;
  overflow: hidden;
}

.proyecto-swiper-inner-right-col-description {
  color: #010101;
  text-align: left;
  border-bottom: 1px #0003;
  max-width: 450px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.proyecto-swiper-inner-title {
  color: #7d7d7d;
  letter-spacing: -1.14195px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.proyecto-swiper-inner-line {
  width: 100%;
  height: 1px;
}

.proyecto-swiper-inner-right-col-title {
  color: #010101;
  text-align: left;
  border-bottom: 1px solid #24232033;
  max-width: 450px;
  margin-top: 0;
  margin-bottom: 57px;
  padding-bottom: 30px;
  font-family: Roboto, sans-serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 36px;
  text-decoration: none;
}

.swiper {
  /* overflow: visible; */
}

.swiper.proyecto-swiper-xs {
  /* display: none; */
}

.swiper-wrapper {
  /* grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex; */
}

.swiper-wrapper.proyecto-swiper-inner-right-col-thumbs-wrapper {
  /* grid-column-gap: 40px;
  grid-row-gap: 40px; */
}

.swiper-slide {
  /* object-fit: fill;
  width: auto; */
}

.proyecto-swiper-item {
  width: 858px;
  height: 644px;
  position: relative;
}

.proyecto-swiper-inner-right-col-thumbs {
  width: 146px;
  height: 370px;
  margin-top: 50px;
  overflow: hidden;
}

.proyecto-swiper-item-thumb {
  width: 146px;
  height: 89px;
}

.proyecto-contact-button {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  border-bottom: 0 #000;
  align-items: center;
  margin-top: 60px;
  text-decoration: none;
  display: flex;
}

.text-block-28 {
  border: 0 #000;
  font-family: Roboto, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

.div-block-25 {
  background-color: #242320;
  width: 100%;
  height: 1px;
}

.flex-block-28 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #242320;
  text-decoration: none;
}

.proyecto-relacionado-section {
  background-color: #fff;
}

.proyecto-relacionado-inner {
  grid-row-gap: 0px;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 70px 65px 150px 66px;
  text-decoration: none;
  display: flex;
}

.proyecto-relacionado-inner-head {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.proyecto-relacionado-inner-body {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 100px;
  text-decoration: none;
  display: flex;
}

.proyecto-relacionado-inner-title {
  color: #7d7d7d;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.proyecto-relacionado-inner-line {
  width: 100%;
  height: 1px;
}

.proyecto-next-button {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-bottom: 0 #000;
  align-items: center;
  margin-top: 0;
  text-decoration: none;
  display: flex;
}

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

.text-block-29 {
  color: #242320;
  letter-spacing: -4.17px;
  font-family: Roboto, sans-serif;
  font-size: 66px;
  font-weight: 400;
  line-height: 70px;
}

.proyecto-relacionado-inner-body-head {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.proyecto-all-projects-button {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-bottom: 0 #000;
  align-items: center;
  margin-top: 0;
  text-decoration: none;
  display: flex;
}

.proyecto-all-projects-button-title {
  color: #242320;
  border: 0 #000;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

.img-5 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-top: 30px;
  display: block;
}

.flex-block-30 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 27px;
}

.text-block-30 {
  color: #242320;
  font-family: Roboto, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
}

.flex-block-31 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
}

.text-block-30-copy {
  opacity: .4;
  color: #242320;
  font-family: Roboto, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
}

.img-6,
.img-7,
.img-8 {
  object-fit: contain;
  width: 146px;
  height: 89px;
}

.div-block-26 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: flex-start;
  display: flex;
}

.projects-swiper-full-name {
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-left: 125px;
  font-family: Roboto, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 64px;
}

.navbar-movil-wrapper {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  display: none;
  position: fixed;
}

.navbar-movil-inner {
  z-index: 1;
  position: relative;
}

.navbar-movil {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  text-decoration: none;
  display: flex;
}

.navbar-movil-logo-nav-list {
  grid-column-gap: 193px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.navbar-movil-logo {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 58px;
  text-decoration: none;
  display: flex;
}

.navbar-movil-toggler {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.link-3 {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  text-decoration: none;
  display: none;
}

.proyecto-details-title-line {
  background-color: #a1a1a1;
  width: 100%;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.div-block-27 {
  object-fit: fill;
  width: 100%;
  height: 468px;
  position: relative;
  overflow: hidden;
}

.proyecto-relacionado-details-title-line {
  background-color: #a1a1a1;
  width: 100%;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.proyecto-swiper-inner-left-col-title {
  color: #010101;
  text-align: left;
  border-bottom: 1px solid #24232033;
  max-width: 450px;
  margin-top: 0;
  margin-bottom: 57px;
  padding-bottom: 30px;
  font-family: Roboto, sans-serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 36px;
  text-decoration: none;
  display: none;
}

.proyecto-swiper-inner-left-col-description {
  color: #010101;
  text-align: left;
  border-bottom: 1px #0003;
  max-width: 450px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  display: none;
}

.proyecto-swiper-xs-col-thumbs {
  width: 146px;
  height: 370px;
  margin-top: 50px;
  display: none;
  overflow: hidden;
}

.proyecto-swiper-xs-inner-foot {
  display: none;
}

@media screen and (max-width: 991px) {
  .hero-container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .hero-heading-left {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 1025px) {
  .hero-container {
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block {
    display: none;
  }

  .nav-logo {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
  }

  .hero_1 {
    display: block;
    position: static;
  }

  .heading-2 {
    font-size: 21px;
    line-height: 40px;
  }

  .text-block {
    text-align: left;
    max-width: 230px;
    font-size: 12px;
    line-height: 14px;
  }

  .hero-body {
    flex-flow: column;
  }

  .hero-image {
    height: 100vh;
    display: none;
  }

  .code-embed-2 {
    height: 75vh;
    display: block;
  }

  .container-3 {
    flex-flow: column;
  }

  .hero-award-image,
  .nav-embed-cta {
    display: none;
  }

  .colaboradores {
    padding-top: 66px;
  }

  .text-block-2 {
    width: 60%;
    margin-top: 0;
    font-size: 9px;
    line-height: 15px;
  }

  .text-block-3 {
    font-size: 20px;
    line-height: 25px;
  }

  .container-4 {
    margin-bottom: 60px;
  }

  .flex-block-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    margin-bottom: 100px;
  }

  .scroll-slider {
    margin-top: 0;
    margin-bottom: 133px;
  }

  .filosofia {
    margin-bottom: 60px;
    padding-top: 85px;
    padding-bottom: 60px;
  }

  .flex-block-3-xs {
    margin-top: 30px;
  }

  .flex-block-4 {
    margin-bottom: 60px;
  }

  .text-block-4 {
    margin-top: 0;
    font-size: 12px;
    line-height: 15px;
  }

  .flex-block-6 {
    margin-top: 0;
  }

  .filosofia-imagenes {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    flex-flow: column;
  }

  .code-embed-5 {
    margin-bottom: 10px;
  }

  .div-block-5 {
    margin-top: 0;
    margin-right: 80px;
  }

  .text-block-5,
  .text-block-6 {
    font-size: 9px;
    line-height: 12px;
  }

  .servicios {
    padding-bottom: 50px;
  }

  .heading-3 {
    font-size: 17px;
    line-height: 20px;
  }

  .acabados-arquitectonicos_4 {
    position: static;
  }

  .servicio-inner {
    height: 100vh;
    padding-top: 0;
  }

  .servicio-left-col {
    height: auto;
    margin-top: 115px;
    padding-top: 0;
  }

  .container-6 {
    height: 100vh;
  }

  .flex-block-9 {
    flex-flow: column;
    justify-content: space-between;
    height: 100vh;
  }

  .servicio-right-col {
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    margin-top: 0%;
    margin-bottom: 80px;
    padding-bottom: 0;
  }

  .text-block-8 {
    font-size: 12px;
    line-height: 20px;
  }

  .heading-servicio {
    font-size: 17px;
    line-height: 20px;
  }

  .div-block-6 {
    width: 223px;
  }

  .proyectos-destacados {
    padding-top: 90px;
  }

  .destacados-titulo {
    width: 280px;
    padding-bottom: 60px;
  }

  .proyecto-destacado {
    margin-bottom: 50px;
  }

  .text-block-9 {
    margin-top: 0;
    font-size: 9px;
  }

  .text-block-10 {
    margin-bottom: 15px;
    font-size: 16px;
  }

  .colaboradores-titulo {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .innovacion {
    padding-top: 120px;
  }

  .innovacion-left {
    width: 280px;
  }

  .innovacion-right {
    max-width: 100%;
  }

  .innovacion-tiitulo {
    font-size: 25px;
    line-height: 30px;
  }

  .accordion-component {
    width: auto;
  }

  .accordion-titulo {
    font-size: 12px;
    line-height: 15px;
  }

  .accordion-item-head {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .flex-block-12 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .hero-video {
    display: block;
  }

  .heading-5 {
    max-width: 230px;
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
  }

  .div-block-8 {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .footer_7 {
    flex-flow: column;
    justify-content: space-around;
    height: auto;
    display: flex;
    position: static;
  }

  .footer-logo {
    width: 50px;
    height: 50px;
    margin-bottom: 60px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
  }

  .footer-top {
    align-items: center;
  }

  .text-block-11 {
    height: 20px;
    font-size: 16px;
    line-height: 19px;
  }

  .scroller-bottom {
    height: 20px;
  }

  .scroller-top {
    height: 20px;
    margin-bottom: 20px;
  }

  .footer-links {
    margin-top: 20px;
    padding-top: 20px;
  }

  .footer-nav-links {
    grid-column-gap: 90px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    width: 100%;
    display: grid;
  }

  .footer-link {
    font-size: 10px;
    line-height: 13px;
  }

  .text-block-12 {
    font-size: 8px;
    line-height: 11px;
  }

  .footer-links-left {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    width: 100%;
    margin-bottom: 40px;
  }

  .flex-block-16 {
    flex-flow: column;
    justify-content: flex-start;
    margin-bottom: 0;
  }

  .footer-bottom {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-middle {
    width: 100%;
    margin-bottom: 57px;
  }

  .div-block-9 {
    grid-column-gap: 90px;
    grid-row-gap: 10px;
    justify-items: stretch;
    width: 100%;
  }

  .link-2 {
    font-size: 8px;
    line-height: 11px;
  }

  .text-block-13 {
    font-size: 5px;
  }

  .flex-block-17 {
    justify-content: space-between;
  }

  .text-block-13-copy {
    display: none;
  }

  .flex-block-18 {
    justify-content: space-between;
  }

  .smooth-wrapper {
    height: auto;
  }

  .div-block-10 {
    margin-top: 0;
    margin-left: 40px;
  }

  .colaboradores-servicios_2,
  .proyectos-deportivos_5 {
    position: static;
  }

  .obras-alto-impacto_3 {
    height: 100vh;
    position: static;
  }

  .destacados-innovacion_6 {
    position: static;
  }

  .flex-block-19-lg {
    width: 270px;
    margin-bottom: 66px;
    display: none;
  }

  .manifiesto-titulo {
    text-align: left;
    font-size: 17px;
    font-style: normal;
    line-height: 25px;
  }

  .text-block-14 {
    margin-bottom: 40px;
    font-size: 12px;
    line-height: 15px;
  }

  .proyectos-destacados-titulo {
    padding-bottom: 85px;
  }

  .hero-award-inner {
    width: 160px;
    height: 60px;
  }

  .flex-block-20 {
    top: 12px;
  }

  .hero-award-bg {
    width: 170px;
    height: 70px;
  }

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

  .hero-award {
    bottom: 156px;
    right: 15px;
  }

  .text-block-17 {
    font-size: 6px;
    line-height: 8px;
  }

  .award {
    width: 40px;
    height: 60px;
    display: block;
  }

  .code-embed-9 {
    margin-bottom: 10px;
  }

  .line-container {
    margin-top: 0;
    margin-bottom: 60px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-block-18,
  .text-block-19,
  .text-block-20 {
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
  }

  .code-embed-10,
  .code-embed-11,
  .code-embed-12 {
    width: 20px;
    height: 20px;
  }

  .footer-links-right {
    grid-column-gap: 130px;
    grid-row-gap: 130px;
    flex-flow: row;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 40px;
  }

  .footer-nav-links-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 0;
    display: flex;
  }

  .video-image-2 {
    height: 100vh;
    display: none;
  }

  .video-bottom-embed {
    display: block;
  }

  .text-block-3-copy {
    margin-left: 0;
    font-size: 20px;
    line-height: 25px;
  }

  .building-year {
    display: block;
  }

  .building-year-lg,
  .desarrollo-animation-1-lg {
    display: none;
  }

  .galeria-1.galeria {
    transform: translate(0, 100vh);
  }

  .flex-block-22 {
    width: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .galeria-inner {
    flex-flow: column;
    justify-content: flex-start;
    width: 300px;
    padding-top: 50px;
  }

  .text-block-21 {
    font-size: 19px;
    line-height: 31px;
  }

  .gallery-images {
    width: auto;
  }

  .text-block-22 {
    font-size: 12px;
    line-height: 14px;
  }

  .gallery-top {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    height: auto;
    margin-bottom: 26px;
    display: flex;
  }

  .galeria-wrapper {
    width: auto;
    padding: 30px;
  }

  .estandares {
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
  }

  .desarrollo-animation-2-lg {
    display: none;
  }

  .desarrollo-animation-1 {
    height: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    display: flex;
  }

  .desarrollo-animation-2 {
    text-align: left;
    justify-content: flex-end;
    height: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    display: flex;
  }

  .nav-movil {
    padding-top: 30px;
    display: none;
  }

  .nav-movil-head-close {
    text-align: right;
    border-bottom: 1px solid #595959;
    padding-bottom: 30px;
    font-family: Roboto, sans-serif;
    font-size: 17px;
    font-weight: 400;
  }

  .text-block-24 {
    color: #fff6;
    margin-bottom: 50px;
    font-family: Roboto, sans-serif;
    font-size: 8px;
    font-weight: 400;
  }

  .nav-list-xs {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    align-items: flex-start;
    margin-bottom: 90px;
    display: flex;
  }

  .link-xs {
    font-size: 25px;
    font-weight: 300;
  }

  .nav-movil-head {
    border-top: 1px #000;
    border-bottom: 1px solid #000;
    border-left: 1px #000;
    border-right: 1px #595959;
    width: 100%;
    margin-bottom: 80px;
  }

  .nav-movil-body {
    width: 100%;
  }

  .nav-social {
    border: 1px #595959;
    border-bottom-style: solid;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 30px;
    display: flex;
  }

  .nav-social-link {
    color: #fff6;
    text-transform: uppercase;
    margin-right: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
  }

  .flex-block-25 {
    justify-content: flex-start;
    height: 100vh;
  }

  .container-9 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-modal-foot {
    width: 100%;
  }

  .contact-xs {
    grid-column-gap: 90px;
    grid-row-gap: 10px;
    justify-items: stretch;
    width: 100%;
  }

  .nav-toggler {
    display: block;
  }

  .flex-block-26 {
    justify-content: space-between;
    align-items: center;
  }

  .award-lg {
    width: 40px;
    height: 60px;
    display: none;
  }

  .logos-swiper {
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .div-block-16 {
    font-size: 11px;
  }

  .badge-award {
    width: 69px;
    height: 145px;
    left: 20px;
  }

  .code-embed-14 {
    width: 46px;
    height: 81px;
  }

  .div-block-17 {
    margin-bottom: 30px;
  }

  .div-block-18 {
    font-size: 11px;
    line-height: 16px;
  }

  .div-block-19,
  .div-block-20 {
    font-size: 11px;
  }

  .flex-block-19 {
    width: 270px;
    margin-bottom: 66px;
    display: block;
  }

  .text-block-3-copy {
    font-size: 20px;
    line-height: 25px;
    transform: none;
  }

  .flex-block-27 {
    justify-content: flex-end;
  }

  .flex-block-19-lg-copy {
    width: 270px;
    margin-bottom: 66px;
    display: none;
  }

  .projects-hero-inner {
    grid-row-gap: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .proyectos {
    font-size: 45px;
  }

  .navbar-desktop-wrapper {
    display: none;
  }

  .projects-hero {
    background-color: #0000;
    height: auto;
    padding-bottom: 60px;
  }

  .projects-hero-options {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .projects-button.button-hover-image,
  .text-block-26 {
    font-size: 14px;
    line-height: 14px;
  }

  .projects-slider {
    margin-bottom: 90px;
    padding-top: 90px;
    display: none;
  }

  .projects-slider-inner {
    flex-flow: column;
  }

  .projects-slider-categories {
    grid-row-gap: 10px;
  }

  .projects-slider-swiper {
    flex-flow: column;
    margin-top: 30px;
  }

  .projects-swiper-thumbs.swiper {
    height: 70px;
  }

  .projects-swiper-full.swiper {
    height: 315px;
  }

  .projects-swiper-full-index {
    font-size: 35px;
    line-height: 35px;
  }

  .projects-slider-category {
    font-size: 13px;
  }

  .projects-swiper-wrapper.swiper-wrapper {
    flex-flow: row;
  }

  .img.img-fluid {
    height: 278px;
  }

  .head-scripts {
    display: none;
  }

  .projects-full-swiper-item {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .projects-list-head {
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .projects-list-table-head {
    margin-bottom: 50px;
  }

  .projects-list-table-body {
    width: 100%;
    max-width: 100%;
  }

  .projects-list-table-body-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: 100%;
  }

  .projects-list-table-body-cell,
  .projects-list-table-body-cell.projects-list-table-cell-width {
    width: 100%;
  }

  .projects-list-table-body-cell.projects-list-table-cell-image {
    width: 100%;
    display: none;
  }

  .projects-list-foot {
    padding-left: 0;
    padding-right: 0;
  }

  .text-7 {
    font-family: Roboto, sans-serif;
    font-size: 8px;
  }

  .pagination-controls-numbers {
    display: none;
  }

  .pagination-controls-number-2 {
    font-size: 8px;
  }

  .pagination-controls-button {
    padding: 2px 17px;
  }

  .projects-list {
    align-items: flex-start;
    display: flex;
  }

  .projects-list-table-head-row {
    grid-column-gap: 0px;
    flex-flow: row;
    align-items: flex-start;
  }

  .projects-list-table-head-cell,
  .projects-list-table-head-cell.projects-list-table-cell-width {
    width: 100%;
  }

  .projects-list-table-head-cell.projects-list-table-cell-image {
    width: 100%;
    display: none;
  }

  .text-field {
    letter-spacing: 1px;
    width: 100%;
    font-size: 15px;
    line-height: 15px;
  }

  .projects-search-panel {
    position: relative;
  }

  .projects-hero-section {
    background-color: #ece9e9;
    padding-top: 155px;
  }

  .projects-search-panel-section {
    z-index: 999;
    display: none;
    position: relative;
  }

  .heros-proyecto-inner-content {
    flex-flow: column;
    align-items: flex-start;
  }

  .heros-proyecto-inner-title {
    letter-spacing: 0;
    font-size: 37px;
  }

  .heros-proyecto-inner-right {
    margin-top: 50px;
  }

  .proyecto-main-gallery-inner {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
  }

  .proyecto-details-inner-head {
    grid-row-gap: 0px;
  }

  .proyecto-details-inner-body {
    flex-flow: column;
  }

  .proyecto-details-inner-metadata {
    margin-top: 60px;
  }

  .proyecto-main-gallery-item.proyecto-main-gallery-item-1.proyecto-main-gallery-item-right {
    width: 100%;
    height: 194px;
    margin-bottom: 0;
  }

  .proyecto-main-gallery-item.proyecto-main-gallery-item-4.proyecto-main-gallery-item-margin-top {
    margin-top: 0;
    margin-left: -20px;
    margin-right: -20px;
    padding-right: 0;
  }

  .proyecto-main-gallery-item.proyecto-main-gallery-item-right {
    width: 223px;
    height: 292px;
  }

  .proyecto-main-gallery-item.proyecto-main-gallery-item-2 {
    width: 100%;
    height: 194px;
  }

  .proyecto-details-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .proyecto-swiper-section {
    padding-bottom: 95px;
  }

  .proyecto-swiper-inner {
    padding-bottom: 90px;
    padding-left: 0;
    padding-right: 0;
  }

  .proyecto-swiper-inner-body {
    flex-flow: column;
    margin-top: 80px;
  }

  .proyecto-swiper-inner-left-col {
    height: 240px;
  }

  .proyecto-swiper-inner-right-col,
  .proyecto-swiper-inner-right-col-description,
  .proyecto-swiper-inner-right-col-title {
    display: none;
  }

  .swiper.proyecto-swiper-xs {
    display: block;
  }

  .swiper-wrapper {
    height: 240px;
  }

  .swiper-wrapper.proyecto-swiper-inner-right-col-thumbs-wrapper {
    flex-flow: row;
  }

  .proyecto-swiper-item {
    width: 100%;
    height: 210px;
  }

  .proyecto-swiper-inner-right-col-thumbs {
    width: 320px;
    height: 100px;
    overflow: hidden;
  }

  .proyecto-swiper-inner-foot {
    display: none;
  }

  .text-block-28 {
    font-size: 14px;
  }

  .proyecto-relacionado-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .proyecto-relacionado-inner-head {
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .proyecto-relacionado-inner-body {
    margin-top: 100px;
  }

  .text-block-29 {
    letter-spacing: 0;
    font-size: 25px;
  }

  .proyecto-all-projects-button-title {
    font-size: 14px;
  }

  .text-block-30 {
    font-size: 16px;
  }

  .flex-block-31 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .text-block-30-copy {
    font-size: 16px;
  }

  .div-block-26 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    margin-top: 40px;
    margin-bottom: 0;
  }

  .projects-swiper-full-name {
    margin-left: 67px;
    font-size: 25px;
    line-height: 25px;
  }

  .navbar-movil-wrapper {
    display: flex;
  }

  .navbar-movil-inner {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .img-9 {
    width: 40px;
    height: 11px;
  }

  .link-3 {
    display: block;
    position: absolute;
    top: 80px;
    right: 15px;
  }

  .text-block-31,
  .text-block-32 {
    font-size: 8px;
  }

  .text-block-33,
  .text-block-34,
  .text-block-35 {
    font-size: 15px;
  }

  .img-10 {
    width: 31px;
    height: 31px;
  }

  .div-block-27 {
    height: 258px;
    display: block;
  }

  .proyecto-relacionado-details-title-line {
    margin-bottom: 0;
  }

  .proyecto-swiper-inner-left-col-title,
  .proyecto-swiper-inner-left-col-description {
    display: block;
  }

  .proyecto-swiper-xs-col-thumbs {
    width: 320px;
    height: 100px;
    display: block;
    overflow: hidden;
  }

  .proyecto-swiper-xs-inner-foot {
    display: block;
  }

  #w-node-f9044bf6-45ee-57d9-65b1-7c8364af2eb3-f0f0e6b2 {
    order: 1;
  }

  #w-node-f9044bf6-45ee-57d9-65b1-7c8364af2eb7-f0f0e6b2 {
    order: 3;
  }

  #w-node-f9044bf6-45ee-57d9-65b1-7c8364af2ebb-f0f0e6b2 {
    order: 5;
  }

  #w-node-f9044bf6-45ee-57d9-65b1-7c8364af2eb5-f0f0e6b2 {
    order: 2;
  }

  #w-node-f9044bf6-45ee-57d9-65b1-7c8364af2eb9-f0f0e6b2 {
    order: 4;
  }

  #w-node-f9044bf6-45ee-57d9-65b1-7c8364af2eb3-20aee7b1 {
    order: 1;
  }

  #w-node-f9044bf6-45ee-57d9-65b1-7c8364af2eb7-20aee7b1 {
    order: 3;
  }

  #w-node-f9044bf6-45ee-57d9-65b1-7c8364af2ebb-20aee7b1 {
    order: 5;
  }

  #w-node-f9044bf6-45ee-57d9-65b1-7c8364af2eb5-20aee7b1 {
    order: 2;
  }

  #w-node-f9044bf6-45ee-57d9-65b1-7c8364af2eb9-20aee7b1 {
    order: 4;
  }

  #w-node-f9044bf6-45ee-57d9-65b1-7c8364af2eb3-f9fb3403 {
    order: 1;
  }

  #w-node-f9044bf6-45ee-57d9-65b1-7c8364af2eb7-f9fb3403 {
    order: 3;
  }

  #w-node-f9044bf6-45ee-57d9-65b1-7c8364af2ebb-f9fb3403 {
    order: 5;
  }

  #w-node-f9044bf6-45ee-57d9-65b1-7c8364af2eb5-f9fb3403 {
    order: 2;
  }

  #w-node-f9044bf6-45ee-57d9-65b1-7c8364af2eb9-f9fb3403 {
    order: 4;
  }

  #w-node-f9044bf6-45ee-57d9-65b1-7c8364af2eb3-2a0c2a1f {
    order: 1;
  }

  #w-node-f9044bf6-45ee-57d9-65b1-7c8364af2eb7-2a0c2a1f {
    order: 3;
  }

  #w-node-f9044bf6-45ee-57d9-65b1-7c8364af2ebb-2a0c2a1f {
    order: 5;
  }

  #w-node-f9044bf6-45ee-57d9-65b1-7c8364af2eb5-2a0c2a1f {
    order: 2;
  }

  #w-node-f9044bf6-45ee-57d9-65b1-7c8364af2eb9-2a0c2a1f {
    order: 4;
  }

  #w-node-f9044bf6-45ee-57d9-65b1-7c8364af2eb3-d89dd61b {
    order: 1;
  }

  #w-node-f9044bf6-45ee-57d9-65b1-7c8364af2eb7-d89dd61b {
    order: 3;
  }

  #w-node-f9044bf6-45ee-57d9-65b1-7c8364af2ebb-d89dd61b {
    order: 5;
  }

  #w-node-f9044bf6-45ee-57d9-65b1-7c8364af2eb5-d89dd61b {
    order: 2;
  }

  #w-node-f9044bf6-45ee-57d9-65b1-7c8364af2eb9-d89dd61b {
    order: 4;
  }
}


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

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

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

@font-face {
  font-family: 'Avenir Next';
  src: url('../fonts/Avenir-Next-Medium-Italic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir Next';
  src: url('../fonts/Avenir-Next-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}