@font-face {
  font-family: Avenir;
  src: url('../fonts/Avenir-Light-07.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenir;
  src: url('../fonts/Avenir-Medium-09.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Avenir;
  src: url('../fonts/Avenir-Roman-12.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenir;
  src: url('../fonts/Avenir-Heavy-05.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenir;
  src: url('../fonts/Avenir-Oblique-11.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Avenir 03";
  src: url('../fonts/Avenir-Black-03.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa V 4 Compatibility";
  src: url('../fonts/fa-v4compatibility.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --gris: #383a39;
  --verde-oscuro: #43504d;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

body {
  color: #333;
  font-family: Avenir, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.section {
  color: #fff;
  background-image: linear-gradient(#000000b3, #fff0 51%, #000000b3);
  height: 100vh;
  padding: 10px 50px 50px;
}

.container {
  min-width: 1200px;
}

.navbar {
  background-color: #ddd0;
}

.nav-menu {
  text-align: right;
  border-top: 2px solid #fff;
  width: 100%;
  margin-top: 10px;
}

.image {
  width: 150px;
}

.nav-link {
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 500;
}

.nav-link.w--current {
  color: #fff;
  font-family: "Avenir 03", Arial, sans-serif;
  font-weight: 700;
}

.nav-link.cta {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  border-bottom-right-radius: 15px;
}

.heading {
  color: #fff;
  font-family: "Avenir 03", Arial, sans-serif;
}

.heading._2 {
  margin-bottom: 30px;
}

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

.button {
  text-transform: uppercase;
  background-color: #3898ec00;
  border: 2px solid #fff;
  margin-top: 10px;
  font-weight: 700;
  transition: all .2s;
}

.button:hover {
  color: #000;
  background-color: #fff;
}

.div-block {
  text-align: right;
  position: absolute;
  inset: auto 4% 8% auto;
}

.div-block.proyectos {
  bottom: 17%;
}

.section-2 {
  background-color: var(--gris);
  color: #fff;
  padding-top: 60px;
  padding-bottom: 40px;
}

.heading-2 {
  text-align: center;
  text-transform: uppercase;
}

.cell {
  justify-content: flex-start;
  align-items: stretch;
  transition: all .2s;
}

.div-block-2 {
  background-color: #fff;
  width: 30px;
  height: 1px;
  margin-left: 10px;
  margin-right: 10px;
}

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

.socials-logos {
  width: 50px;
}

.text-block-2 {
  margin-right: 10px;
  font-family: "Fa Solid 900", Arial, sans-serif;
  display: inline;
}

.text-block-3 {
  font-size: 16px;
  display: inline;
}

.list-item {
  margin-bottom: 10px;
}

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

.text-block-4 {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}

.section-3 {
  background-color: var(--gris);
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  padding-top: 85px;
  padding-bottom: 85px;
}

.heading-3 {
  color: #000;
  text-transform: uppercase;
  font-family: "Avenir 03", Arial, sans-serif;
  font-size: 50px;
  line-height: 55px;
}

.heading-3.white {
  color: #fff;
}

.heading-3._2 {
  margin-top: 0;
  margin-bottom: 20px;
}

.text-span {
  font-family: Avenir, Arial, sans-serif;
  font-size: 45px;
  font-weight: 300;
}

.text-span-2 {
  font-size: 55px;
}

.waves-gradient-hero-1 {
  z-index: 9;
  background-image: linear-gradient(#fff0, #faebe300);
  height: 220px;
  position: absolute;
  inset: -1px 0% auto;
}

.waves-gradient-hero-1.bottom {
  background-image: linear-gradient(0deg, #fff0, #faebe300);
  inset: auto 0% -1px;
}

.waves-image-hero-1 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.waves-image-wrap-hero-1 {
  width: 100%;
  height: 410px;
  overflow: hidden;
}

.waves-inside-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.waves-inside-hero-1.reverse {
  justify-content: flex-end;
}

.waves-item-gallery-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.waves-gallery-hero-1 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  max-width: 600px;
  height: 740px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.waves-column-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.waves-column-hero-1.column-one, .waves-column-hero-1.column-two {
  width: 31%;
}

.waves-column-hero-1.column-three {
  width: 33%;
}

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

.button-2 {
  color: #000;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  font-size: 18px;
  transition: all .2s;
}

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

.section-4 {
  background-image: linear-gradient(173deg, var(--gris) 59%, white 58%);
  color: #fff;
  background-position: 0 0;
  background-size: auto;
  min-height: 100vh;
  padding-top: 50px;
  padding-bottom: 50px;
}

.heading-4 {
  text-align: center;
  margin-bottom: 60px;
  font-family: "Avenir 03", Arial, sans-serif;
  font-size: 40px;
  line-height: 45px;
}

.heading-4.valores {
  background-image: linear-gradient(#fff0, #000c);
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  height: 100px;
  margin-bottom: 0;
  display: flex;
}

.paragraph {
  text-align: center;
}

.div-block-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  height: 450px;
}

.div-block-3._1 {
  background-image: url('../images/Garita_1.avif');
}

.div-block-3._2 {
  background-image: url('../images/Recurso-3_1.avif');
}

.div-block-3._3 {
  background-image: url('../images/Recurso-42x-opt_1.avif');
}

.div-block-4 {
  background-color: var(--verde-oscuro);
  border-radius: 20px;
  flex-flow: column;
  min-height: 650px;
  transition: all .2s;
  display: flex;
  box-shadow: 4px 5px 16px 5px #0000004d;
}

.div-block-4:hover {
  transform: translate(0, -10px);
}

.div-block-5 {
  text-align: center;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  padding: 10px 20px 20px;
  display: flex;
}

.heading-5 {
  text-align: center;
  text-transform: uppercase;
  font-family: "Avenir 03", Arial, sans-serif;
}

.flex-block-2 {
  flex: 1;
}

.heading-6 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

.flex-block-3 {
  padding-left: 20px;
  padding-right: 20px;
}

.flex-block-3._2 {
  margin-top: 10px;
}

.image-2 {
  margin-right: 5px;
}

.text-block-5 {
  text-align: left;
  font-size: 12px;
}

.button-3 {
  color: #000;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  transition: all .2s;
}

.button-3:hover {
  color: #fff;
  background-color: #fff0;
}

.quick-stack {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 40px;
}

.section-5 {
  height: 95vh;
}

.link-block {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  mix-blend-mode: multiply;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  width: 25%;
  height: 95vh;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 5px 0 30px 12px #00000080;
}

.link-block:hover {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.link-block._1 {
  background-image: url('../images/cabales_1.avif');
  background-position: 83%;
}

.link-block._2 {
  background-image: url('../images/4-b_1.avif');
  background-position: 66%;
}

.link-block._3 {
  background-image: url('../images/curiosos_1.avif');
}

.link-block._4 {
  background-image: url('../images/detallista_1.avif');
  background-position: 54%;
  background-size: auto;
}

.section-6 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.slide {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  width: 23%;
  height: 400px;
  margin-left: 1%;
  margin-right: 1%;
}

.slide._1 {
  background-image: url('../images/Pano-Agora-Aerea-04_1.avif');
  background-position: 78%;
  background-size: cover;
}

.slide._2 {
  background-image: url('../images/NU-Pano-001_3.avif');
  background-position: 50%;
  background-size: cover;
}

.slide._3 {
  background-image: url('../images/city_haus02_1.avif');
  background-position: 46% 83%;
  background-size: auto;
}

.slide._4 {
  background-image: url('../images/Annia_Fachada_2021.avif');
  background-position: 50%;
  background-size: cover;
}

.slide._5 {
  background-image: url('../images/IMG_3071.avif');
  background-position: 50%;
  background-size: cover;
}

.slide._6 {
  background-image: url('../images/Naridia-11_1.avif');
  background-size: 400px;
}

.slide._7 {
  background-image: url('../images/DSC_1641.avif');
  background-position: 50%;
  background-size: cover;
}

.slide._8 {
  background-image: url('../images/IMG_3649-1_1.avif');
  background-position: 50%;
  background-size: cover;
}

.slide._9 {
  background-image: url('../images/IMG_3712.avif');
  background-position: 50%;
  background-size: cover;
}

.slide._10 {
  background-image: url('../images/03-ANKORI---Fachada-Lateral-Izquierda-Esquina-4a-Av-DIA_1.avif');
  background-position: 50%;
  background-size: cover;
}

.slide._11 {
  background-image: url('../images/Martel_Vista-Exterior-1_1.avif');
  background-position: 50%;
  background-size: cover;
}

.slide._12 {
  background-image: url('../images/Asenia-3_1.avif');
  background-position: 50%;
  background-size: cover;
}

.slider {
  background-color: #ddd0;
  height: auto;
  margin-top: 40px;
  display: none;
}

.slide-nav {
  display: none;
}

.left-arrow {
  justify-content: center;
  align-items: center;
  width: 25px;
  display: flex;
  inset: 0% auto 0% -3%;
}

.image-3 {
  transform: rotate(180deg);
}

.right-arrow {
  justify-content: center;
  align-items: center;
  width: 25px;
  display: flex;
  inset: 0% -3% 0% auto;
}

.flex-block-4 {
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080);
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.white-vertical-line {
  background-color: #fff;
  width: 1px;
  height: 50px;
}

.white-vertical-line._30 {
  height: 30px;
}

.heading-7 {
  text-align: center;
  text-transform: uppercase;
  font-family: "Avenir 03", Arial, sans-serif;
  font-size: 25px;
}

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

.white-horizontal-line {
  background-color: #fff;
  width: 10px;
  height: 1px;
}

.flex-block-6 {
  justify-content: center;
  align-items: center;
}

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

.button-4 {
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #000;
  transition: all .2s;
}

.button-4:hover {
  color: #fff;
  background-color: #000;
}

.flex-block-7 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.proyect-info {
  color: #fff;
  background-image: linear-gradient(#fff0, #000c 87%);
  border-radius: 10px;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 10px;
}

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

.list {
  padding-left: 20px;
}

.slider-copy {
  background-color: #ddd0;
  width: 300px;
  height: auto;
  margin-top: 40px;
  display: none;
}

.mask-copy {
  position: static;
  overflow: hidden;
}

.slide-copy {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  height: 400px;
  margin-left: 1%;
  margin-right: 1%;
}

.slide-copy._1 {
  background-image: url('../images/Pano-Agora-Aerea-04_1.avif');
  background-position: 78%;
  background-size: cover;
}

.slide-copy._2 {
  background-image: url('../images/NU-Pano-001_3.avif');
  background-position: 50%;
  background-size: cover;
}

.slide-copy._3 {
  background-image: url('../images/city_haus02_1.avif');
  background-position: 46% 83%;
  background-size: auto;
}

.slide-copy._4 {
  background-image: url('../images/Annia_Fachada_2021.avif');
  background-position: 50%;
  background-size: cover;
}

.slide-copy._5 {
  background-image: url('../images/IMG_3071.avif');
  background-position: 50%;
  background-size: cover;
}

.slide-copy._7 {
  background-image: url('../images/DSC_1641.avif');
  background-position: 50%;
  background-size: cover;
}

.slide-copy._8 {
  background-image: url('../images/IMG_3649-1_1.avif');
  background-position: 50%;
  background-size: cover;
}

.slide-copy._9 {
  background-image: url('../images/IMG_3712.avif');
  background-position: 50%;
  background-size: cover;
}

.slide-copy._10 {
  background-image: url('../images/03-ANKORI---Fachada-Lateral-Izquierda-Esquina-4a-Av-DIA_1.avif');
  background-position: 50%;
  background-size: cover;
}

.slide-copy._11 {
  background-image: url('../images/Martel_Vista-Exterior-1_1.avif');
  background-position: 50%;
  background-size: cover;
}

.slide-copy._12 {
  background-image: url('../images/Asenia-3_1.avif');
  background-position: 50%;
  background-size: cover;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.slide-img {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.slide-divider {
  background-color: #ff7a00;
  width: 4em;
  height: .1em;
  margin-top: 2em;
}

.text-f-13 {
  color: #000;
  white-space: nowrap;
  font-family: Oswald, sans-serif;
  font-size: 1.05em;
  font-weight: 300;
  line-height: 1;
}

.text-f-13.all-caps {
  letter-spacing: .15em;
  text-transform: uppercase;
}

.text-f-13.all-caps.light-grey-font {
  color: #fff9;
}

.swiper-slide {
  opacity: .9;
  filter: grayscale();
  color: #ffffff80;
  align-items: center;
  display: flex;
}

.carousel-arrow-w {
  cursor: pointer;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.carousel-arrow-w.arrow-next {
  margin-right: 2em;
}

.carousel-arrow-w.arrow-previous {
  margin-left: 2em;
}

.slide-2 {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.location {
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
  display: flex;
}

.gradient-bg {
  z-index: -1;
  width: auto;
  height: 175%;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.slide-img-overlay {
  z-index: 1;
  background-image: linear-gradient(#0000, #0000 50%, #00000080 65%, #000000bf);
  width: 100%;
  height: 100%;
  position: absolute;
}

.swiper-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  display: flex;
}

.swiper-wrapper.first-swiper-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.slide-content {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-bottom: 3em;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.heading-8 {
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.75em;
  font-weight: 400;
  line-height: 1;
}

.carousel-arrows {
  z-index: 4;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center end;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.swiper.first-swiper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.carousel-arrow-icon {
  z-index: 4;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 1.25em;
  position: relative;
}

.carousel-arrow-oval {
  z-index: 3;
  background-color: #ff7a00;
  border-radius: 100%;
  width: 3.25em;
  height: 3.25em;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.carousel-arrow-oval.next-arrow {
  inset: 0% 0% 0% auto;
}

.carousel-arrow {
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  display: flex;
  position: relative;
}

.carousel-arrow.arrow-next {
  padding-left: 0;
  padding-right: 1em;
}

.slider-2 {
  margin-bottom: 4em;
  display: none;
  position: relative;
  overflow: visible;
}

.cell-copy {
  justify-content: flex-start;
  align-items: stretch;
}

.section-banner {
  color: #fff;
  background-image: linear-gradient(#0000004a, #000000b3), url('../images/proyectos_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 100vh;
  padding: 50px;
}

.proyectos-container {
  align-items: stretch;
}

.proyecto-header {
  cursor: pointer;
  border-top: 1px solid #000;
  justify-content: space-between;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.proyecto-content {
  padding-bottom: 20px;
}

.text-block-8 {
  color: #fff;
  background-color: #000;
  border-bottom-right-radius: 15px;
  padding: 10px 40px;
  font-size: 20px;
  font-style: italic;
  line-height: 25px;
}

.heading-9 {
  text-align: right;
  text-transform: uppercase;
  flex: 1;
  margin-top: 30px;
  margin-right: 40px;
  font-weight: 400;
}

.link-block-2 {
  width: 30px;
  margin-top: 30px;
}

.text-block-9 {
  font-size: 18px;
}

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

.flex-block-8 {
  border-top: 1px solid #000;
  justify-content: space-between;
}

.div-block-6 {
  text-align: center;
  border-right: 1px solid #000;
  width: 20%;
  padding: 10px;
}

.div-block-6._2 {
  border-right-style: none;
}

.div-block-7 {
  background-color: var(--verde-oscuro);
  width: 30px;
  height: 100%;
  margin-right: 20px;
}

.cell-4 {
  flex-flow: row;
}

.div-block-8 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-left: 30px solid #000;
  border-top-right-radius: 40px;
  flex: 1;
  height: 450px;
}

.div-block-8._1 {
  background-image: url('../images/Garita_1.avif');
}

.div-block-8._2 {
  background-image: url('../images/Mesa-de-trabajo-1_1.avif');
}

.div-block-8._3 {
  background-image: url('../images/CBD_Monterrey-Escuintla_Garita_1.avif');
  background-position: 50%;
}

.div-block-8._4 {
  background-image: url('../images/Martel_Vista-Exterior-1_1.avif');
}

.div-block-8._5 {
  background-image: url('../images/03-ANKORI---Fachada-Lateral-Izquierda-Esquina-4a-Av-DIA_1.avif');
}

.div-block-8._6 {
  background-image: url('../images/IMG_3712.avif');
}

.div-block-8._7 {
  background-image: url('../images/IMG_3649-1_1.avif');
}

.div-block-8._8 {
  background-image: url('../images/DSC_1641.avif');
}

.div-block-8._9 {
  background-image: url('../images/Naridia-11_1.avif');
  background-size: 500px;
}

.div-block-8._10 {
  background-image: url('../images/IMG_3071.avif');
}

.div-block-8._11 {
  background-image: url('../images/Annia_Fachada_2021.avif');
}

.div-block-8._12 {
  background-image: url('../images/city_haus02.jpg');
  background-position: 47% 80%;
  background-size: 1200px;
}

.div-block-8._13 {
  background-image: url('../images/NU-Pano-001_3.avif');
  background-position: 71%;
  background-size: 500px;
}

.div-block-8._14 {
  background-image: url('../images/Pano-Agora-Aerea-04_1.avif');
  background-position: 79%;
  background-size: 700px;
}

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

.rich-text-block {
  text-align: justify;
  border-top: 1px solid #000;
  padding-top: 20px;
  font-size: 16px;
  line-height: 25px;
}

.cell-5 {
  padding-top: 20px;
}

.button-5 {
  text-transform: uppercase;
  background-color: #444;
  border-radius: 30px;
  margin-top: 40px;
  padding: 12px 30px;
}

.heading-10 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 500;
}

.section-7 {
  background-color: #000;
  background-image: url('../images/Recurso-22x.avif');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 100vh;
  padding: 50px;
}

.paragraph-2 {
  color: #fff;
  text-align: justify;
}

.body {
  color: #000;
  line-height: 25px;
}

.quick-stack-3 {
  margin-top: 40px;
  padding: 0;
}

.tab-link {
  opacity: .3;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 9px 30px;
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
  display: flex;
}

.tab-link.w--current {
  opacity: 1;
  background-color: #fff;
}

.tabs-menu {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.image-4 {
  width: 20px;
  margin-left: 5px;
}

.valores-container {
  align-items: stretch;
}

.valores-heading {
  justify-content: space-between;
}

.valores-content {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 500px;
}

.valores-content._1 {
  background-image: url('../images/4-b_1.avif');
}

.valores-content._2 {
  background-image: url('../images/cabales_1.avif');
}

.valores-content._3 {
  background-image: url('../images/curiosos_1.avif');
}

.valores-content._4 {
  background-image: url('../images/detallista_1.avif');
}

.flex-block-9 {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  align-items: stretch;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-11 {
  margin-bottom: 20px;
  font-weight: 500;
}

.tab-pane {
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
}

.div-block-9 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/shutterstock_2392251695_1.avif');
  background-position: 0 0, 50% 90%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 500px;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.section-8 {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
}

.text-span-3 {
  font-family: Avenir, Arial, sans-serif;
  font-weight: 300;
}

.flex-block-10 {
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  inset: auto 0% 0%;
}

.section-9 {
  flex-flow: column;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.div-block-10 {
  background-color: var(--gris);
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-10.nav-de-home {
  display: none;
}

.div-block-11 {
  background-image: linear-gradient(88deg, #000000cf 25%, #fff0), url('../images/shutterstock_678225592_2.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex: 1;
  padding-bottom: 60px;
  padding-left: 100px;
  display: flex;
}

.div-block-12 {
  border-left: 1px solid #fff;
  justify-content: flex-start;
  align-items: flex-end;
  width: 45%;
  padding-left: 20px;
  display: flex;
}

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

.cell-6 {
  flex-flow: column;
  align-items: stretch;
}

.map {
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 100%;
  min-height: 600px;
}

.text-field {
  background-color: #fff9;
  border: 1px #000;
  border-radius: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 17px;
}

.text-field::placeholder {
  color: #000;
}

.text-field.text-area {
  border-bottom-right-radius: 0;
  min-width: 100%;
  max-width: 100%;
  height: 300px;
}

.select-field {
  color: #000;
  background-color: #fff9;
  border: 1px #000;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 20px;
  padding: 8px 20px;
  font-size: 17px;
}

.cell-7 {
  flex-flow: row;
  align-items: stretch;
}

.slider-trigger-right, .slider-trigger-left {
  z-index: 50;
  position: absolute;
  inset: 0%;
}

.c-slider-btn {
  cursor: pointer;
  margin-left: 10px;
  margin-right: 10px;
}

.main-slider-nav-arrow {
  display: none;
}

.sub-slide-container {
  width: 100%;
  height: 100%;
}

.play-btn {
  z-index: 50;
  width: 25px;
  height: 25px;
  transform: translate(3px);
}

.main-slider-container {
  width: 100%;
  height: 90vh;
  position: relative;
  overflow: hidden;
}

.sub-slider-container {
  padding-right: 20vw;
  position: relative;
  overflow: hidden;
}

.c-slide-btn-block {
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  display: flex;
  position: relative;
}

.first-slider-container {
  z-index: 10;
  position: relative;
}

.main-slide-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

._w-slider-btn {
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 15px;
  display: flex;
  position: relative;
}

.main-slider {
  background-color: #222;
  flex-direction: column;
  height: 85vh;
}

.main-slider.desktop {
  background-color: #fff;
  height: 80vh;
}

.main-slider.mobile {
  display: none;
}

.sub-slider {
  background-color: #0000;
  width: 350px;
  height: 25vh;
}

.ci-slider-btn-loading {
  opacity: .5;
  border-radius: 1000px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.c-main-slide-title {
  margin-bottom: 20px;
}

.sub-slider-slide {
  perspective: 1000px;
  width: 350px;
  padding: 1vh 1vw;
  transform: perspective(1000px);
}

.sub-slider-nav-dots {
  display: none;
}

.c-slider-btn-circle {
  border: 1px solid #000;
  border-radius: 1000px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.main-slider-nav-dots {
  display: none;
}

.sub-slider-mask {
  overflow: visible;
}

._w-slide-btn {
  position: relative;
}

.c-main-slide-description {
  color: #fff;
  width: 50vw;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.4em;
}

.c-play-btn {
  z-index: 50;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.c-funtext {
  z-index: 15;
  padding: 40px 10px 60px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.main-slide-wrapper {
  background-image: linear-gradient(#33333359, #33333359), url('../images/1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.main-slide-wrapper._4 {
  background-image: url('../images/Annia_Fachada_2021.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.main-slide-wrapper._3 {
  background-image: url('../images/city_haus02.jpg');
  background-position: 50% 82%;
  background-repeat: no-repeat;
  background-size: 2000px;
}

.main-slide-wrapper._2 {
  background-image: url('../images/NU-Pano-001_3.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.main-slide-wrapper._1 {
  background-image: url('../images/Pano-Agora-Aerea-04_1.avif');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.main-slide-wrapper._5 {
  background-image: linear-gradient(#33333359, #33333359), url('../images/IMG_3071.avif');
  background-size: auto, cover;
}

.main-slide-wrapper._6 {
  background-image: url('../images/NARIDIA_1.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.main-slide-wrapper._7 {
  background-image: url('../images/DSC_1641.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.main-slide-wrapper._8 {
  background-image: url('../images/IMG_3649-1_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.main-slide-wrapper._9 {
  background-image: url('../images/IMG_3712.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.main-slide-wrapper._10 {
  background-image: url('../images/03-ANKORI---Fachada-Lateral-Izquierda-Esquina-4a-Av-DIA_1.avif');
  background-position: 50% 82%;
  background-repeat: no-repeat;
  background-size: cover;
}

.main-slide-wrapper._11 {
  background-image: url('../images/Martel_Vista-Exterior-1_1.avif');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.main-slide-wrapper._12 {
  background-image: url('../images/Asenia-6.jpeg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.main-slide-wrapper._13 {
  background-image: url('../images/CBD_Monterrey-Escuintla_Garita_1.avif');
  background-size: cover;
}

.main-slide-wrapper._14 {
  background-image: url('../images/Garita_1.avif');
  background-size: cover;
}

.ci-main-slide-content {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.sub-slide-wrapper {
  background-color: #333;
  background-image: linear-gradient(to top, #13131380, #0000 30%), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 10px;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 10px #13131380;
}

.sub-slide-wrapper._3 {
  background-image: url('../images/city_haus02.jpg');
  background-position: 45% 62%;
  background-repeat: no-repeat;
  background-size: 1000px;
}

.sub-slide-wrapper._4 {
  background-image: url('../images/Annia_Fachada_2021.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub-slide-wrapper._5 {
  background-image: url('../images/IMG_3071.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub-slide-wrapper._1 {
  background-image: url('../images/Pano-Agora-Aerea-03_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub-slide-wrapper._2 {
  background-image: url('../images/NU-Pano-001_3.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
}

.sub-slide-wrapper._6 {
  background-image: url('../images/NARIDIA_1.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub-slide-wrapper._7 {
  background-image: url('../images/DSC_1641.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub-slide-wrapper._8 {
  background-image: url('../images/IMG_3649-1_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub-slide-wrapper._9 {
  background-image: url('../images/IMG_3712.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub-slide-wrapper._10 {
  background-image: url('../images/03-ANKORI---Fachada-Lateral-Izquierda-Esquina-4a-Av-DIA_1.avif');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub-slide-wrapper._11 {
  background-image: url('../images/Martel_Vista-Exterior-1_1.avif');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub-slide-wrapper._12 {
  background-image: url('../images/Asenia-1_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub-slide-wrapper._13 {
  background-image: linear-gradient(0deg, #13131380, #0000 30%), url('../images/Garita_1.avif');
}

.sub-slide-wrapper._14 {
  background-image: linear-gradient(0deg, #13131380, #0000 30%), url('../images/CBD_Monterrey-Escuintla_Garita_1.avif');
}

.second-slider-container {
  z-index: 20;
  align-items: flex-end;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.main-slide-title {
  color: #fff;
  letter-spacing: 20px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5em;
  font-weight: 700;
  line-height: 1em;
  position: relative;
}

.sub-slide-title {
  color: #fff;
  text-align: right;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px;
  font-size: .8em;
  font-weight: 700;
  line-height: 1em;
}

.c-slide-btn-loading {
  z-index: 30;
  border: 2px dashed #ffffff80;
  border-radius: 1000px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.b-slider-control {
  align-items: center;
  display: flex;
}

.c-slide-btn {
  justify-content: center;
  align-items: center;
  display: flex;
}

.c-slide-btn-frame {
  z-index: 10;
  border: 1px solid #ffffff80;
  border-radius: 1000px;
  width: 100%;
  height: 100%;
  position: relative;
}

._w-slider-control {
  padding-left: 20px;
  padding-right: 20px;
}

.sub-slider-nav-arrow {
  display: none;
}

.c-slider-btn-icon {
  z-index: 10;
  filter: invert();
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.c-slider-btn-loading {
  border: 1px dashed #000;
  border-radius: 1000px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.c-main-slide-content {
  text-align: center;
}

.funtext {
  opacity: .03;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 10vw;
  font-weight: 900;
  line-height: 1em;
  position: relative;
}

.cell-8 {
  align-items: stretch;
}

.image-5 {
  width: 100%;
}

.lightbox-link {
  margin-bottom: 10px;
}

.big-lightbox {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 600px;
}

.big-lightbox._1 {
  background-image: url('../images/villas-SL-1_1.avif');
}

.big-lightbox._2 {
  background-image: url('../images/Asenia-1_2.avif');
  background-position: 50% 100%;
}

.big-lightbox._3 {
  background-image: url('../images/CBD-Escuintla_1.avif');
}

.big-lightbox._4 {
  background-image: url('../images/martel-1_1.avif');
}

.big-lightbox._5 {
  background-image: url('../images/Ankori-1_1.avif');
}

.big-lightbox._6 {
  background-image: url('../images/IMG_20240415_120403.avif');
}

.big-lightbox._7 {
  background-image: url('../images/20240823_170943.avif');
}

.big-lightbox._8 {
  text-align: left;
  background-image: url('../images/burgo_1.avif');
}

.big-lightbox._9 {
  background-image: url('../images/naridia-1_1.avif');
}

.big-lightbox._10 {
  background-image: url('../images/ikaria-1.jpg');
}

.big-lightbox._11 {
  background-image: url('../images/annia-1.jpeg');
}

.big-lightbox._12 {
  background-image: url('../images/cityhaus-1_1.avif');
  background-position: 79% 56%;
  background-size: 1700px;
}

.big-lightbox._13 {
  background-image: url('../images/NU-Pano-006_1.avif');
}

.big-lightbox._14 {
  background-image: url('../images/IMG_3234.avif');
}

.cell-9 {
  align-items: stretch;
}

.small-lightbox {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 92px;
}

.small-lightbox._1 {
  background-image: url('../images/villas-SL-2_1.avif');
}

.small-lightbox._2 {
  background-image: url('../images/villas-SL-3.jpg');
}

.small-lightbox._3 {
  background-image: url('../images/villas-SL-4.jpeg');
}

.small-lightbox._4 {
  background-image: url('../images/villas-SL-5_1.avif');
}

.small-lightbox._5 {
  background-image: url('../images/villas-SL-6.jpg');
}

.small-lightbox._6 {
  background-image: url('../images/villas-SL-7.jpg');
}

.small-lightbox._7 {
  background-image: url('../images/Asenia-2.jpeg');
  background-position: 50% 100%;
}

.small-lightbox._8 {
  background-image: url('../images/Asenia-6.jpeg');
}

.small-lightbox._9 {
  background-image: url('../images/Asenia-4.jpeg');
}

.small-lightbox._10 {
  background-image: url('../images/Asenia-1_2.avif');
  background-position: 50% 30%;
}

.small-lightbox._11 {
  background-image: url('../images/Asenia-6.jpeg');
  background-position: 50% 100%;
}

.small-lightbox._12 {
  background-image: url('../images/Asenia-7.jpeg');
  background-position: 50% 100%;
}

.small-lightbox._13 {
  background-image: url('../images/martel-2_1.avif');
}

.small-lightbox._14 {
  background-image: url('../images/martel-3_1.avif');
}

.small-lightbox._15 {
  background-image: url('../images/martel-4.jpg');
}

.small-lightbox._16 {
  background-image: url('../images/martel-5_1.avif');
}

.small-lightbox._17 {
  background-image: url('../images/martel-6.jpg');
}

.small-lightbox._18 {
  background-image: url('../images/martel-7.jpg');
}

.small-lightbox._19 {
  background-image: url('../images/Ankori-2.jpeg');
}

.small-lightbox._20 {
  background-image: url('../images/Ankori-3_1.avif');
}

.small-lightbox._21 {
  background-image: url('../images/Ankori-4_1.avif');
}

.small-lightbox._22 {
  background-image: url('../images/Ankori-5.jpeg');
}

.small-lightbox._23 {
  background-image: url('../images/Ankori-6.jpeg');
}

.small-lightbox._24 {
  background-image: url('../images/Anlori-7_1.avif');
}

.small-lightbox._25 {
  background-image: url('../images/IMG_2227.avif');
}

.small-lightbox._26 {
  background-image: url('../images/IMG_2282.avif');
}

.small-lightbox._27 {
  background-image: url('../images/IMG_2272.avif');
}

.small-lightbox._28 {
  background-image: url('../images/IMG_2259.avif');
}

.small-lightbox._29 {
  background-image: url('../images/IMG_2254.avif');
}

.small-lightbox._30 {
  background-image: url('../images/IMG_2238.avif');
}

.small-lightbox._31 {
  background-image: url('../images/20240823_170532.avif');
}

.small-lightbox._32 {
  background-image: url('../images/IMG_3214.avif');
}

.small-lightbox._33 {
  background-image: url('../images/20240823_170813.avif');
}

.small-lightbox._34 {
  background-image: url('../images/IMG_3193.avif');
}

.small-lightbox._35 {
  background-image: url('../images/IMG_3187.avif');
}

.small-lightbox._36 {
  background-image: url('../images/IMG_3671.avif');
}

.small-lightbox._37 {
  background-image: url('../images/burgo-4.NEF.jpg');
}

.small-lightbox._38 {
  background-image: url('../images/burgo-1.jpg');
}

.small-lightbox._39 {
  background-image: url('../images/burgo-3_1.avif');
}

.small-lightbox._40 {
  background-image: url('../images/burgo-5_1.avif');
}

.small-lightbox._41 {
  background-image: url('../images/burgo-7.jpeg');
}

.small-lightbox._42 {
  background-image: url('../images/burgo-2_1.avif');
}

.small-lightbox._43 {
  background-image: url('../images/naridia-2_1.avif');
}

.small-lightbox._44 {
  background-image: url('../images/naridia-3.jpg');
}

.small-lightbox._45 {
  background-image: url('../images/naridia-4_1.avif');
}

.small-lightbox._46 {
  background-image: url('../images/naridia-5.jpg');
}

.small-lightbox._47 {
  background-image: url('../images/naridia-6_1.avif');
}

.small-lightbox._48 {
  background-image: url('../images/naridia-7_1.avif');
}

.small-lightbox._49 {
  background-image: url('../images/ikaria-7_1.avif');
  background-position: 50% 60%;
}

.small-lightbox._50 {
  background-image: url('../images/ikaria-2.jpg');
}

.small-lightbox._51 {
  background-image: url('../images/ikaria-3_1.avif');
}

.small-lightbox._52 {
  background-image: url('../images/ikaria-4_1.avif');
}

.small-lightbox._53 {
  background-image: url('../images/ikaria-5_1.avif');
}

.small-lightbox._54 {
  background-image: url('../images/ikaria-6_1.avif');
}

.small-lightbox._55 {
  background-image: url('../images/annia-2_1.avif');
}

.small-lightbox._56 {
  background-image: url('../images/annia-3_1.avif');
}

.small-lightbox._57 {
  background-image: url('../images/annia-4_1.avif');
}

.small-lightbox._58 {
  background-image: url('../images/annia-5.jpeg');
}

.small-lightbox._59 {
  background-image: url('../images/annia-6_1.avif');
}

.small-lightbox._60 {
  background-image: url('../images/annia-7.jpg');
}

.small-lightbox._61 {
  background-image: url('../images/cityhaus-2_1.avif');
  background-position: 50% 100%;
}

.small-lightbox._62 {
  background-image: url('../images/cityhaus-3.jpg');
  background-position: 50% 67%;
}

.small-lightbox._63 {
  background-image: url('../images/cityhaus-4_1.avif');
}

.small-lightbox._64 {
  background-image: url('../images/cityhaus-5.jpg');
}

.small-lightbox._65 {
  background-image: url('../images/cityhaus-6_1.avif');
}

.small-lightbox._66 {
  background-image: url('../images/cityhaus-7.jpg');
}

.small-lightbox._67 {
  background-image: url('../images/NU_2017_117.avif');
}

.small-lightbox._68 {
  background-image: url('../images/NU-Pano-005_1.avif');
}

.small-lightbox._69 {
  background-image: url('../images/NU-Pano-004_1.avif');
  background-position: 50% 72%;
}

.small-lightbox._70 {
  background-image: url('../images/NU-Pano-003_1.avif');
}

.small-lightbox._71 {
  background-image: url('../images/NU-Pano-002_1.avif');
}

.small-lightbox._72 {
  background-image: url('../images/NU-Pano-001_3.avif');
  background-position: 50% 20%;
}

.small-lightbox._73 {
  background-image: url('../images/Pano-Agora-PH_1.avif');
}

.small-lightbox._75 {
  background-image: url('../images/Pano-Agora-Lobby-01_1.avif');
}

.small-lightbox._74 {
  background-image: url('../images/Pano-Agora-Pergola-005_1.avif');
  background-position: 50% 100%;
}

.small-lightbox._76 {
  background-image: url('../images/Pano-Agora-Aerea-04_1.avif');
}

.small-lightbox._77 {
  background-image: url('../images/Pano-Agora-Aerea-03_1.avif');
}

.small-lightbox._78 {
  background-image: url('../images/Pano-Agora-Aerea-01_1.avif');
  background-position: 50% 60%;
  background-size: 400px;
}

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

.flex-block-12 {
  justify-content: center;
  align-items: center;
}

.lightbox-link-2 {
  color: #000;
  border: 1px solid #000;
  border-radius: 20px;
  padding: 10px 20px;
  text-decoration: none;
  transition: all .2s;
}

.lightbox-link-2:hover {
  color: #fff;
  background-color: #000;
}

.small-lightbox-asenia {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 92px;
}

.small-lightbox-asenia._1 {
  background-image: url('../images/villas-SL-2_1.avif');
}

.small-lightbox-asenia._2 {
  background-image: url('../images/villas-SL-3.jpg');
}

.small-lightbox-asenia._3 {
  background-image: url('../images/villas-SL-4.jpeg');
}

.small-lightbox-asenia._4 {
  background-image: url('../images/villas-SL-5_1.avif');
}

.small-lightbox-asenia._5 {
  background-image: url('../images/villas-SL-6.jpg');
}

.small-lightbox-asenia._6 {
  background-image: url('../images/villas-SL-7.jpg');
}

.slider-3 {
  background-color: #fff0;
  width: 100%;
  height: auto;
}

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

.heading-11 {
  text-transform: uppercase;
  font-family: "Avenir 03", Arial, sans-serif;
  font-size: 50px;
  line-height: 55px;
}

.flex-block-13 {
  justify-content: center;
  align-items: flex-start;
  width: 50%;
}

.flex-block-14 {
  justify-content: center;
  align-items: stretch;
}

.div-block-13 {
  z-index: 10000;
  background-image: linear-gradient(#000c, #000c);
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-14 {
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  position: relative;
}

.link-block-3 {
  width: 25px;
  position: absolute;
  inset: 4% 3% auto auto;
  transform: rotate(45deg);
}

.section-10 {
  padding-top: 100px;
}

.heading-3-copy {
  color: #000;
  font-family: "Avenir 03", Arial, sans-serif;
  font-size: 50px;
  line-height: 55px;
}

.heading-3-copy.white {
  color: #fff;
}

.heading-3-copy._2 {
  margin-top: 0;
  margin-bottom: 20px;
}

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

.heading-12 {
  margin-top: 0;
}

.heading-13 {
  margin-bottom: 0;
  font-family: "Avenir 03", Arial, sans-serif;
}

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

.heading-14 {
  text-align: center;
  margin-top: 0;
}

.cell-12 {
  flex-flow: row;
}

.div-block-15 {
  background-color: #000;
  width: 3px;
  height: 250px;
  margin-right: 10px;
}

.quick-stack-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 0;
}

.div-block-16 {
  border: 1px solid #000;
  width: 100%;
  height: 150px;
}

.div-block-16._1 {
  background-image: url('../images/shutterstock_2613778263.jpg');
  background-position: 50%;
  background-size: 300px;
  transition: all .2s;
}

.div-block-16._1:hover {
  background-size: 350px;
}

.div-block-16.black {
  background-color: #000;
}

.div-block-16.dark-gray {
  background-color: #444;
}

.div-block-16._2 {
  background-image: url('../images/shutterstock_2480370099_1.avif');
  background-position: 64%;
  background-size: 400px;
  transition: all .2s;
}

.div-block-16._2:hover {
  background-size: 450px;
}

.div-block-16.dark-green {
  background-color: #43504d;
}

.div-block-16.ankori {
  background-image: url('../images/03-ANKORI---Fachada-Lateral-Izquierda-Esquina-4a-Av-DIA_1.avif');
  background-position: 50%;
  background-size: 200px;
  transition: all .2s;
}

.div-block-16.ankori:hover {
  background-size: 250px;
}

.div-block-16._3 {
  background-image: url('../images/shutterstock_2626472647.jpg');
  background-position: 59% 69%;
  background-size: 300px;
  transition: all .2s;
}

.div-block-16._3:hover {
  background-size: 350px;
}

.div-block-17 {
  border: 1px solid #000;
  width: 100%;
  height: 300px;
}

.div-block-17.city-haus {
  background-image: url('../images/city_haus02.jpg');
  background-position: 45% 70%;
  background-size: 1200px;
  transition: all .2s;
}

.div-block-17.city-haus:hover {
  background-size: 1300px;
}

.div-block-17._3 {
  background-image: url('../images/shutterstock_2584595703_1.avif');
  background-position: 24%;
  background-size: 500px;
  transition: all .2s;
}

.div-block-17._3:hover {
  background-size: 600px;
}

.quick-stack-8 {
  padding-bottom: 0;
}

.div-block-copy {
  text-align: right;
  position: absolute;
  inset: auto 4% 8% auto;
}

.section-11 {
  display: none;
}

.div-de-nav {
  display: block;
}

.flex-block-15 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
}

.flex-block-16 {
  background-color: var(--verde-oscuro);
  color: #fff;
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 350px;
  margin-top: -110px;
  padding-top: 133px;
  padding-bottom: 40px;
}

.flex-block-16._2 {
  margin-top: -76px;
}

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

.div-block-18 {
  display: flex;
}

.text-block-13 {
  font-family: "Avenir 03", Arial, sans-serif;
}

.image-6 {
  border-radius: 30px;
  position: relative;
}

.collection-list {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.quick-stack-9 {
  border: 1px solid #000;
  border-radius: 100px;
}

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

.cell-13._2 {
  align-items: stretch;
}

.heading-15 {
  color: var(--verde-oscuro);
  text-align: center;
  font-weight: 400;
}

.select-field-2 {
  color: #000;
  text-align: center;
  background-color: #f3f3f300;
  border: 1px #000;
  font-weight: 600;
}

.cell-14 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
}

.submit-button {
  background-color: var(--verde-oscuro);
  text-transform: uppercase;
  border-radius: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "Avenir 03", Arial, sans-serif;
  font-weight: 900;
}

.text-block-14 {
  display: none;
}

.rangeslider_wrapper {
  align-items: center;
  padding: 1rem 1.5rem;
  display: block;
  position: relative;
}

.rangeslider_track {
  background-color: #c5c5c5;
  border-radius: 999rem;
  width: 96%;
  height: .25rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.rangeslider_handle {
  z-index: 1;
  background-color: var(--verde-oscuro);
  cursor: grab;
  border-radius: 999rem;
  flex: none;
  width: 1rem;
  height: 1rem;
  position: absolute;
}

.rangeslider_handle:focus {
  background-color: var(--verde-oscuro);
  width: 1.2rem;
  height: 1.2rem;
}

.rangeslider_fill {
  background-color: var(--verde-oscuro);
  width: 20%;
  height: 100%;
  position: absolute;
}

.rangeslider_input {
  display: none;
}

.range_values {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: .5rem;
  display: flex;
}

.div-block-19 {
  z-index: 10000;
  background-image: url('../images/Recurso-22x.avif'), linear-gradient(#000000e6, #000000e6);
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-20 {
  background-color: #fff;
  border-radius: 20px;
  width: 50%;
  padding: 30px;
  position: relative;
}

.heading-16 {
  color: var(--verde-oscuro);
  text-align: center;
  font-family: "Avenir 03", Arial, sans-serif;
}

.text-field-2 {
  border: 1px none var(--verde-oscuro);
  color: var(--verde-oscuro);
  background-color: #f1f1f1;
  border-radius: 20px;
}

.text-field-2::placeholder {
  color: var(--verde-oscuro);
}

.select-field-3 {
  color: var(--verde-oscuro);
  background-color: #f1f1f1;
  border: 1px #000;
  border-radius: 20px;
}

.submit-button-2 {
  background-color: var(--verde-oscuro);
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.banner-propiedades {
  color: #fff;
  background-image: url('../images/fondo-propiedades_Mesa-de-trabajo-1-copia-23.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 400px;
  padding: 50px;
  position: relative;
}

.div-block-copy {
  text-align: left;
  inset: auto auto 10% 10%;
}

.success-message {
  background-color: #0853001c;
}

.error-message {
  color: #000;
}

.link-block-4 {
  border: 1px dotted #fff;
  border-radius: 50px;
  padding: 20px;
  display: block;
  position: absolute;
  inset: auto 46% 4% auto;
  transform: rotate(90deg);
}

.heading-17 {
  text-transform: uppercase;
  margin-top: -5px;
  font-weight: 400;
}

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

.non-cms-list {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.item {
  justify-content: flex-start;
  align-items: center;
  width: 31%;
  margin-bottom: 40px;
  margin-left: 1%;
  margin-right: 1%;
}

@media screen and (min-width: 1920px) {
  .slider-2 {
    margin-bottom: 8em;
  }
}

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

  .section-2 {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .section-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-3, .heading-3.white {
    font-size: 45px;
    line-height: 50px;
  }

  .text-span {
    font-size: 40px;
    line-height: 45px;
  }

  .text-span-2 {
    font-size: 50px;
  }

  .waves-gradient-hero-1 {
    height: 140px;
  }

  .waves-image-wrap-hero-1 {
    height: 320px;
  }

  .waves-gallery-hero-1 {
    width: 100%;
    height: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-4 {
    font-size: 35px;
  }

  .div-block-3 {
    height: 300px;
  }

  .div-block-4 {
    min-height: 450px;
  }

  .section-5 {
    height: auto;
  }

  .link-block {
    background-size: 600px;
    width: 50%;
    height: 500px;
  }

  .link-block:hover {
    background-size: 650px;
  }

  .link-block._4 {
    background-size: 600px;
  }

  .link-block._4:hover {
    background-size: 650px;
  }

  .container-2 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .heading-9 {
    font-size: 25px;
  }

  .link-block-2 {
    width: 25px;
  }

  .div-block-7 {
    width: 20px;
    margin-right: 10px;
  }

  .div-block-8 {
    border-left-width: 20px;
  }

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

  .heading-10 {
    font-size: 25px;
  }

  .tab-link {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 25px;
  }

  .image-4 {
    width: 15px;
  }

  .valores-content {
    height: 400px;
  }

  .section-9 {
    min-height: auto;
  }

  .div-block-10 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-11 {
    flex: 0 auto;
    height: 600px;
    padding-left: 40px;
  }

  .div-block-12 {
    width: 90%;
  }

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

  .map {
    height: 400px;
  }

  .menu-button {
    color: #fff;
  }

  .flex-block-11 {
    flex-flow: wrap;
  }

  .main-slider-container {
    height: 80vh;
  }

  .main-slider {
    height: 100vh;
  }

  .main-slider.desktop {
    display: none;
  }

  .main-slider.mobile {
    height: 80vh;
    display: block;
  }

  .main-slider-nav-dots {
    background-image: linear-gradient(to top, #131313bf, #0000);
    display: block;
  }

  .c-funtext {
    display: none;
  }

  .main-slide-wrapper._13 {
    background-image: url('../images/CBD_Monterrey-Escuintla_Garita_1.avif');
    background-position: 50%;
  }

  .main-slide-wrapper._14 {
    background-image: url('../images/Garita_1.avif');
    background-position: 50%;
  }

  .second-slider-container {
    display: none;
  }

  .main-slide-title {
    letter-spacing: 15px;
    font-size: 4.5em;
  }

  .c-slide-btn-loading {
    display: none;
  }

  .c-main-slide-content {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .flex-block-13 {
    width: 100%;
    margin-bottom: 20px;
  }

  .flex-block-14 {
    flex-flow: column;
  }

  .div-block-14 {
    width: 70%;
  }

  .heading-3-copy, .heading-3-copy.white {
    font-size: 45px;
    line-height: 50px;
  }

  .div-block-16 {
    height: 100px;
  }

  .div-block-17 {
    height: 200px;
  }

  .div-block-17._3 {
    background-position: 37%;
  }

  .link-block-4._2 {
    inset: auto 1% 1% auto;
  }

  .item {
    width: 48%;
  }
}

@media screen and (max-width: 767px) {
  .section {
    height: 500px;
  }

  .container {
    width: 100%;
  }

  .nav-menu {
    background-color: #000000d9;
    margin-top: 0;
  }

  .nav-link {
    border-bottom: 1px solid #fff;
  }

  .nav-link.cta {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-style: none;
    border-right-style: none;
    border-bottom-right-radius: 0;
  }

  .heading {
    font-size: 30px;
  }

  .heading.center, .text-block.center {
    text-align: center;
  }

  .div-block.home {
    display: none;
  }

  .section-2 {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .heading-3, .heading-3.white {
    font-size: 40px;
    line-height: 45px;
  }

  .text-span {
    font-size: 35px;
    line-height: 40px;
  }

  .text-span-2 {
    font-size: 45px;
  }

  .link-block {
    width: 100%;
    height: 350px;
  }

  .section-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .proyecto-header {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-8 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-9 {
    text-align: center;
    margin-right: 10px;
  }

  .link-block-2 {
    margin-top: 33px;
  }

  .flex-block-8 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-6 {
    border-bottom: 1px solid #000;
    border-right-style: none;
    width: 100%;
  }

  .tab-link {
    width: 50%;
  }

  .tabs-menu {
    flex-flow: wrap;
  }

  .valores-content {
    height: 300px;
  }

  .div-block-9 {
    text-align: center;
  }

  .div-block-10.nav-de-home {
    display: block;
  }

  .div-block-11 {
    padding-left: 20px;
  }

  .div-block-12 {
    width: 95%;
  }

  .menu-button.w--open {
    background-color: #c8c8c800;
  }

  .play-btn {
    width: 20px;
    height: 20px;
  }

  .main-slider-container {
    height: 500px;
  }

  .c-slide-btn-block {
    width: 12vw;
    height: 12vw;
  }

  .main-slider.mobile {
    height: 500px;
  }

  .c-main-slide-description {
    width: auto;
    margin-bottom: 10px;
    font-size: 1em;
  }

  .ci-main-slide-content {
    text-align: left;
    align-items: flex-start;
    width: 70%;
  }

  .main-slide-title {
    letter-spacing: 5px;
    font-size: 3em;
  }

  .c-slide-btn {
    width: 30%;
    padding: 3vw;
  }

  .c-main-slide-content {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .div-block-14 {
    width: 85%;
    padding: 35px;
  }

  .heading-3-copy, .heading-3-copy.white {
    font-size: 40px;
    line-height: 45px;
  }

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

  .div-block-15 {
    display: none;
  }

  .div-block-16 {
    height: 200px;
  }

  .div-block-16.ankori {
    background-position: 50%;
    background-size: cover;
  }

  .div-block-16.ankori:hover, .div-block-16._3, .div-block-16._3:hover {
    background-size: cover;
  }

  .div-block-17 {
    height: 400px;
  }

  .div-block-17._3, .div-block-17._3:hover {
    background-size: cover;
  }

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

  .div-block-copy {
    text-align: center;
    position: static;
  }

  .section-11 {
    background-color: var(--verde-oscuro);
    color: #fff;
    padding-top: 20px;
    padding-bottom: 40px;
    display: block;
  }

  .div-de-nav, .div-block-copy.home {
    display: none;
  }

  .link-block-4 {
    right: 43%;
  }

  .item {
    width: 98%;
  }
}

@media screen and (max-width: 479px) {
  .section {
    height: 250px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block.proyectos {
    bottom: 10%;
  }

  .waves-gradient-hero-1 {
    top: -1px;
  }

  .waves-gradient-hero-1.bottom {
    bottom: -1px;
  }

  .waves-gallery-hero-1 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .waves-column-hero-1 {
    width: 48%;
  }

  .waves-column-hero-1.column-one, .waves-column-hero-1.column-two {
    flex: none;
  }

  .proyect-info {
    padding-bottom: 40px;
  }

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

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .text-f-13, .text-f-13.all-caps.light-grey-font {
    font-size: 1.2em;
  }

  .carousel-arrow-w.arrow-next {
    margin-right: 1em;
  }

  .carousel-arrow-w.arrow-previous {
    margin-left: 1em;
  }

  .heading-8 {
    font-size: 3.25em;
  }

  .carousel-arrows {
    margin-top: 2.5em;
  }

  .section-banner {
    height: 90vh;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
  }

  .text-block-8 {
    font-size: 18px;
  }

  .heading-9 {
    font-size: 20px;
    line-height: 25px;
  }

  .link-block-2 {
    width: 20px;
  }

  .heading-10 {
    font-size: 20px;
  }

  .section-7 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-link {
    width: 100%;
  }

  .section-9 {
    position: relative;
  }

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

  .c-slide-btn-block {
    width: 20vw;
    height: 20vw;
  }

  .c-main-slide-description {
    text-align: center;
  }

  .ci-main-slide-content {
    align-items: center;
    width: 85%;
  }

  .main-slide-title {
    text-align: center;
    font-size: 10vw;
  }

  .c-main-slide-content {
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
  }

  .big-lightbox, .small-lightbox, .small-lightbox-asenia {
    height: 150px;
  }

  .flex-block-13 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-14 {
    width: 95%;
    padding: 20px;
  }

  .link-block-3 {
    top: 2%;
  }

  .div-block-16 {
    height: 150px;
  }

  .div-block-17 {
    height: 300px;
  }

  .section-11 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .play-pause-button {
    width: 30px;
  }

  .banner-propiedades {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-copy {
    margin-top: 60px;
  }

  .link-block-4 {
    border: 1px dotted #fff;
    border-radius: 50px;
    padding: 18px 15px 20px;
    display: block;
    position: absolute;
    inset: auto 40% 1% auto;
    transform: rotate(90deg);
  }

  .link-block-4._2 {
    inset: auto 2% 1% auto;
  }
}

#w-node-_19510c9f-b947-2b51-ec19-c34290aeffb7-57d2e947 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-d3c29cd3-c9bc-faf6-14db-7b5406f3ec4d-57d2e947 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-d3c29cd3-c9bc-faf6-14db-7b5406f3ec4e-57d2e947, #w-node-d3c29cd3-c9bc-faf6-14db-7b5406f3ec4f-57d2e947 {
  grid-row: span 2 / span 2;
}

#w-node-_5369f020-cdf2-9dc5-ef11-b414dabdccff-57d2e947 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_5369f020-cdf2-9dc5-ef11-b414dabdcd01-57d2e947, #w-node-e937e66c-569d-95a5-0b53-2ab065c4e7c5-57d2e947 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-f11e40bb-ab3a-ec30-927f-b8cada54ad04-da54ad02 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-a0d568cd-2ec4-b661-1372-00d6f539f05e-676141ee {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_1abd6326-5559-a123-d7fa-be3f3453b5ec-676141ee {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .25fr;
}

#w-node-_770da57f-79fe-6c3e-d29e-04d9f8e4ab5d-676141ee {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_952490b6-6cee-f440-cf6d-f0faac380d6f-676141ee {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .25fr;
}

#w-node-b5ae3a1c-a954-bca8-00e6-fec9f6253bb6-676141ee {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_2a065ece-7430-e161-4f4b-0816c923abf2-676141ee {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .25fr;
}

#w-node-_26459221-7da8-7fee-c48b-3eb7b92f853d-676141ee {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_700990c8-98fe-67c3-20ce-8dfd4eb02106-676141ee {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .25fr;
}

#w-node-_43927023-fa58-0192-e8df-2b1158be682c-676141ee {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_9ac911cd-eef1-3ae1-2749-16878bdc3574-676141ee {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .25fr;
}

#w-node-ee84f334-a247-d23b-7b77-b8fe59a7f5c2-676141ee {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-ac830662-b1be-a8af-958a-ff3570cf386d-676141ee {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .25fr;
}

#w-node-_3f0df489-f095-b77b-fc30-bfe1365be43f-676141ee {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_2e53d10d-0673-0969-4d3b-81193024ad9a-676141ee {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .25fr;
}

#w-node-_9a9e051e-9ea6-d781-07e7-4f4053e64bde-676141ee {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-dee6bb63-3bd6-8c49-9580-c33703b9eabb-676141ee {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .25fr;
}

#w-node-b1c6836e-f303-5353-b2bb-c6e90b1c126f-676141ee {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-f078be24-f996-6a04-e30f-0a62f490c90b-676141ee {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .25fr;
}

#w-node-ea527a8f-5d86-a883-423b-bc2a39ad248c-676141ee {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-c00e1177-e177-aed1-442c-a4d058b9428c-676141ee {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .25fr;
}

#w-node-db9fd85e-a387-0709-50ae-36e2f1f9ea2e-676141ee {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_4b9a3de0-b242-7993-fcea-1114eb54bea9-676141ee {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .25fr;
}

#w-node-a21db140-ef70-78bb-9e6f-d6af3e99d80d-676141ee {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_9e754e1f-e64c-1849-c86d-ddf390109f4f-676141ee {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .25fr;
}

#w-node-fb639d83-50e4-9685-ac76-87ecea137e2f-676141ee {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-beb4793a-2e0d-4cc0-2e70-f4296e7bf6e4-676141ee {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .25fr;
}

#w-node-d124b12a-aa8c-25a6-da20-69d9ea33f220-676141ee {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-ad07ee50-f1fb-6132-ed95-1e831956b070-676141ee {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .25fr;
}

#w-node-_730a4381-5b12-20ea-0d30-a618843d5133-ef9df1a5 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_15c64da2-13bd-0dd9-7510-1da8f1893683-3f0dccf8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d99886b4-5d6b-3324-8f87-69bd5f63176c-e38c1ff1, #w-node-d99886b4-5d6b-3324-8f87-69bd5f63176c-f9518c4a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1.25fr 1fr .75fr;
}

@media screen and (max-width: 991px) {
  #w-node-_19510c9f-b947-2b51-ec19-c34290aeffb7-57d2e947 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-a0d568cd-2ec4-b661-1372-00d6f539f05e-676141ee, #w-node-_770da57f-79fe-6c3e-d29e-04d9f8e4ab5d-676141ee, #w-node-b5ae3a1c-a954-bca8-00e6-fec9f6253bb6-676141ee, #w-node-_26459221-7da8-7fee-c48b-3eb7b92f853d-676141ee, #w-node-_43927023-fa58-0192-e8df-2b1158be682c-676141ee, #w-node-ee84f334-a247-d23b-7b77-b8fe59a7f5c2-676141ee, #w-node-_3f0df489-f095-b77b-fc30-bfe1365be43f-676141ee, #w-node-_9a9e051e-9ea6-d781-07e7-4f4053e64bde-676141ee, #w-node-b1c6836e-f303-5353-b2bb-c6e90b1c126f-676141ee, #w-node-ea527a8f-5d86-a883-423b-bc2a39ad248c-676141ee, #w-node-db9fd85e-a387-0709-50ae-36e2f1f9ea2e-676141ee, #w-node-a21db140-ef70-78bb-9e6f-d6af3e99d80d-676141ee, #w-node-fb639d83-50e4-9685-ac76-87ecea137e2f-676141ee, #w-node-d124b12a-aa8c-25a6-da20-69d9ea33f220-676141ee {
    grid-template-rows: auto;
    grid-template-columns: .5fr .5fr;
  }

  #w-node-_730a4381-5b12-20ea-0d30-a618843d5134-ef9df1a5 {
    grid-column: span 2 / span 2;
  }

  #w-node-_15c64da2-13bd-0dd9-7510-1da8f1893683-3f0dccf8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d99886b4-5d6b-3324-8f87-69bd5f63176c-e38c1ff1, #w-node-d99886b4-5d6b-3324-8f87-69bd5f63176c-f9518c4a {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d3c29cd3-c9bc-faf6-14db-7b5406f3ec4d-57d2e947 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-d3c29cd3-c9bc-faf6-14db-7b5406f3ec4e-57d2e947, #w-node-d3c29cd3-c9bc-faf6-14db-7b5406f3ec4f-57d2e947, #w-node-b923a357-3e6b-60d5-37bd-4fc0bbf6473a-57d2e947, #w-node-_2d09d2a6-762b-2c86-6356-93956667af5d-57d2e947 {
    grid-column: span 3 / span 3;
  }

  #w-node-_5369f020-cdf2-9dc5-ef11-b414dabdccff-57d2e947 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_5369f020-cdf2-9dc5-ef11-b414dabdcd01-57d2e947 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-a8913e47-aa72-4895-9dbd-d84e317d3b5c-57d2e947 {
    grid-column: span 2 / span 2;
  }

  #w-node-e937e66c-569d-95a5-0b53-2ab065c4e7c5-57d2e947 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_7b856df7-02f3-1354-e5a8-67a8c3e2a14b-57d2e947, #w-node-_8ae1fee0-8a9f-e009-e7ae-3487ed95102f-57d2e947 {
    grid-column: span 2 / span 2;
  }

  #w-node-f11e40bb-ab3a-ec30-927f-b8cada54ad04-da54ad02 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  #w-node-f11e40bb-ab3a-ec30-927f-b8cada54ad05-da54ad02 {
    grid-column: span 4 / span 4;
  }

  #w-node-f11e40bb-ab3a-ec30-927f-b8cada54ad07-da54ad02, #w-node-f11e40bb-ab3a-ec30-927f-b8cada54ad13-da54ad02, #w-node-a0d568cd-2ec4-b661-1372-00d6f539f05f-676141ee, #w-node-a0d568cd-2ec4-b661-1372-00d6f539f062-676141ee {
    grid-column: span 2 / span 2;
  }

  #w-node-_770da57f-79fe-6c3e-d29e-04d9f8e4ab5d-676141ee {
    grid-template-rows: auto;
    grid-template-columns: .5fr .5fr;
  }

  #w-node-_770da57f-79fe-6c3e-d29e-04d9f8e4ab5e-676141ee, #w-node-_770da57f-79fe-6c3e-d29e-04d9f8e4ab5f-676141ee, #w-node-b5ae3a1c-a954-bca8-00e6-fec9f6253bb7-676141ee, #w-node-b5ae3a1c-a954-bca8-00e6-fec9f6253bba-676141ee, #w-node-_26459221-7da8-7fee-c48b-3eb7b92f853e-676141ee, #w-node-_26459221-7da8-7fee-c48b-3eb7b92f8541-676141ee, #w-node-_43927023-fa58-0192-e8df-2b1158be682d-676141ee, #w-node-_43927023-fa58-0192-e8df-2b1158be6830-676141ee, #w-node-ee84f334-a247-d23b-7b77-b8fe59a7f5c3-676141ee, #w-node-ee84f334-a247-d23b-7b77-b8fe59a7f5c6-676141ee, #w-node-_3f0df489-f095-b77b-fc30-bfe1365be440-676141ee, #w-node-_3f0df489-f095-b77b-fc30-bfe1365be443-676141ee, #w-node-_9a9e051e-9ea6-d781-07e7-4f4053e64bdf-676141ee, #w-node-_9a9e051e-9ea6-d781-07e7-4f4053e64be2-676141ee, #w-node-b1c6836e-f303-5353-b2bb-c6e90b1c1270-676141ee, #w-node-b1c6836e-f303-5353-b2bb-c6e90b1c1273-676141ee, #w-node-ea527a8f-5d86-a883-423b-bc2a39ad248d-676141ee, #w-node-ea527a8f-5d86-a883-423b-bc2a39ad2490-676141ee, #w-node-db9fd85e-a387-0709-50ae-36e2f1f9ea2f-676141ee, #w-node-db9fd85e-a387-0709-50ae-36e2f1f9ea32-676141ee, #w-node-a21db140-ef70-78bb-9e6f-d6af3e99d80e-676141ee, #w-node-a21db140-ef70-78bb-9e6f-d6af3e99d811-676141ee, #w-node-fb639d83-50e4-9685-ac76-87ecea137e30-676141ee, #w-node-fb639d83-50e4-9685-ac76-87ecea137e33-676141ee, #w-node-d124b12a-aa8c-25a6-da20-69d9ea33f221-676141ee, #w-node-d124b12a-aa8c-25a6-da20-69d9ea33f224-676141ee {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f11e40bb-ab3a-ec30-927f-b8cada54ad07-da54ad02, #w-node-f11e40bb-ab3a-ec30-927f-b8cada54ad13-da54ad02 {
    grid-column: span 4 / span 4;
  }

  #w-node-_1abd6326-5559-a123-d7fa-be3f3453b5ec-676141ee {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr .25fr;
  }

  #w-node-_1abd6326-5559-a123-d7fa-be3f3453b5ed-676141ee, #w-node-_1abd6326-5559-a123-d7fa-be3f3453b5f0-676141ee {
    grid-column: span 2 / span 2;
  }

  #w-node-_952490b6-6cee-f440-cf6d-f0faac380d6f-676141ee {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr .25fr;
  }

  #w-node-_952490b6-6cee-f440-cf6d-f0faac380d70-676141ee, #w-node-_952490b6-6cee-f440-cf6d-f0faac380d71-676141ee {
    grid-column: span 2 / span 2;
  }

  #w-node-_2a065ece-7430-e161-4f4b-0816c923abf2-676141ee {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr .25fr;
  }

  #w-node-_2a065ece-7430-e161-4f4b-0816c923abf3-676141ee, #w-node-_2a065ece-7430-e161-4f4b-0816c923abf6-676141ee {
    grid-column: span 2 / span 2;
  }

  #w-node-_700990c8-98fe-67c3-20ce-8dfd4eb02106-676141ee {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr .25fr;
  }

  #w-node-_700990c8-98fe-67c3-20ce-8dfd4eb02107-676141ee, #w-node-_700990c8-98fe-67c3-20ce-8dfd4eb0210a-676141ee {
    grid-column: span 2 / span 2;
  }

  #w-node-_9ac911cd-eef1-3ae1-2749-16878bdc3574-676141ee {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr .25fr;
  }

  #w-node-_9ac911cd-eef1-3ae1-2749-16878bdc3575-676141ee, #w-node-_9ac911cd-eef1-3ae1-2749-16878bdc3578-676141ee {
    grid-column: span 2 / span 2;
  }

  #w-node-ac830662-b1be-a8af-958a-ff3570cf386d-676141ee {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr .25fr;
  }

  #w-node-ac830662-b1be-a8af-958a-ff3570cf386e-676141ee, #w-node-ac830662-b1be-a8af-958a-ff3570cf3871-676141ee {
    grid-column: span 2 / span 2;
  }

  #w-node-_2e53d10d-0673-0969-4d3b-81193024ad9a-676141ee {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr .25fr;
  }

  #w-node-_2e53d10d-0673-0969-4d3b-81193024ad9b-676141ee, #w-node-_2e53d10d-0673-0969-4d3b-81193024ad9e-676141ee {
    grid-column: span 2 / span 2;
  }

  #w-node-dee6bb63-3bd6-8c49-9580-c33703b9eabb-676141ee {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr .25fr;
  }

  #w-node-dee6bb63-3bd6-8c49-9580-c33703b9eabc-676141ee, #w-node-dee6bb63-3bd6-8c49-9580-c33703b9eabf-676141ee {
    grid-column: span 2 / span 2;
  }

  #w-node-f078be24-f996-6a04-e30f-0a62f490c90b-676141ee {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr .25fr;
  }

  #w-node-f078be24-f996-6a04-e30f-0a62f490c90c-676141ee, #w-node-f078be24-f996-6a04-e30f-0a62f490c90f-676141ee {
    grid-column: span 2 / span 2;
  }

  #w-node-c00e1177-e177-aed1-442c-a4d058b9428c-676141ee {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr .25fr;
  }

  #w-node-c00e1177-e177-aed1-442c-a4d058b9428d-676141ee, #w-node-c00e1177-e177-aed1-442c-a4d058b94290-676141ee {
    grid-column: span 2 / span 2;
  }

  #w-node-_4b9a3de0-b242-7993-fcea-1114eb54bea9-676141ee {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr .25fr;
  }

  #w-node-_4b9a3de0-b242-7993-fcea-1114eb54beaa-676141ee, #w-node-_4b9a3de0-b242-7993-fcea-1114eb54bead-676141ee {
    grid-column: span 2 / span 2;
  }

  #w-node-_9e754e1f-e64c-1849-c86d-ddf390109f4f-676141ee {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr .25fr;
  }

  #w-node-_9e754e1f-e64c-1849-c86d-ddf390109f50-676141ee, #w-node-_9e754e1f-e64c-1849-c86d-ddf390109f53-676141ee {
    grid-column: span 2 / span 2;
  }

  #w-node-beb4793a-2e0d-4cc0-2e70-f4296e7bf6e4-676141ee {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr .25fr;
  }

  #w-node-beb4793a-2e0d-4cc0-2e70-f4296e7bf6e5-676141ee, #w-node-beb4793a-2e0d-4cc0-2e70-f4296e7bf6e8-676141ee {
    grid-column: span 2 / span 2;
  }

  #w-node-ad07ee50-f1fb-6132-ed95-1e831956b070-676141ee {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr .25fr;
  }

  #w-node-ad07ee50-f1fb-6132-ed95-1e831956b071-676141ee, #w-node-ad07ee50-f1fb-6132-ed95-1e831956b074-676141ee {
    grid-column: span 2 / span 2;
  }

  #w-node-d99886b4-5d6b-3324-8f87-69bd5f63176c-e38c1ff1, #w-node-d99886b4-5d6b-3324-8f87-69bd5f63176c-f9518c4a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Light-07.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Medium-09.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Book-01.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Roman-12.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Heavy-05.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Oblique-11.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir 03';
  src: url('../fonts/Avenir-Black-03.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa V 4 Compatibility';
  src: url('../fonts/fa-v4compatibility.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}