:root {
  --azul-mayahual: #090449;
  --azul-claro: #ddebec;
  --white: white;
  --dark-blue: #191d23;
  --grey: #343434;
  --chocolate: #56423f;
  --brown: #dabe6a;
  --black: black;
  --azul-gris: #93a5ba;
  --border-radius: 300px;
}

.languaje-box {
  position: fixed;
  display: flex;
  align-items: center;
  bottom: 0;
  z-index: 20;
  inset: auto auto 1rem 1%;
}

.usa-icon {
  width: 47px;
  height: 47px;
  background-color: white;
  display: none;
  cursor: pointer;
  border-radius: 50%;
}

.usa-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  padding: 2px;
}

.spain-icon {
  width: 47px;
  height: 47px;
  background-color: white;
  display: none;
  cursor: pointer;
  border-radius: 50%;
}

.spain-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  padding: 2px;
}

.amenities-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 60px;
  box-sizing: border-box;
  background-color: var(--azul-mayahual);
}

/* Grid de imágenes */
.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 columnas */
  grid-template-rows: repeat(3, 1fr); /* 3 filas */
  gap: 15px; /* Espacio entre imágenes */
  width: 100%; /* Ajusta el ancho para que se vea bien */
  padding-top: 50px;
}

/* Imágenes en formato horizontal */
.grid-container img {
  width: 100%; /* Ocupa todo el espacio disponible */
  height: auto; /* Mantiene la proporción */
  object-fit: cover; /* Recorta la imagen si es necesario */
}

/* Grid de imágenes */
.grid-container2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 3 columnas */
  grid-template-rows: repeat(5, 1fr); /* 3 filas */
  gap: 15px; /* Espacio entre imágenes */
  width: 100%; /* Ajusta el ancho para que se vea bien */
  padding-top: 50px;
}

.mapa-lotes {
  background-color: #090449;
  position: relative;
  padding: 1.5rem 80px;
}

/* Imágenes en formato horizontal */
.grid-container2 img {
  width: 100%; /* Ocupa todo el espacio disponible */
  height: auto; /* Mantiene la proporción */
  object-fit: cover; /* Recorta la imagen si es necesario */
}

/* Contenedor para la animación hover */
.hover-effect {
  overflow: hidden; /* Evita que la imagen sobresalga del contenedor */
  border-radius: 15px; /* Bordes redondeados opcionales */
  position: relative;
}

/* Imagen dentro del contenedor */
.hover-effect img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease-in-out; /* Transición suave */
}

/* Efecto de escala en la imagen al hacer hover en el contenedor */
.hover-effect:hover img {
  transform: scale(1.1); /* Incrementa el tamaño de la imagen en un 10% */
}

/* Gradiente de abajo hacia arriba sobre la imagen */
.amenity-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 60px 20px 20px;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0.4) 60%,
    transparent 100%
  );
  border-radius: 0 0 15px 15px;
  pointer-events: none;
}

/* Título de la amenidad */
.amenity-title {
  display: block;
  color: #ffffff;
  font-family: Montserrat, sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
  padding-top: 10px;
  border-top: 2px solid var(--brown);
  width: fit-content;
}

.background-hero {
  position: absolute;
  width: 100%;
  height: 100vh;
  background-image: url(../images/Render-1.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  top: 0;
  left: 0;
  right: 0;
  filter: brightness(0.8);
}

.w-embed-youtubevideo {
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg");
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.ipad {
  display: none;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@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: #fff;
  background-color: #191d23;
  font-family: Nohemi, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 110%;
}

h1 {
  letter-spacing: -0.03em;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 24px;
  font-size: 170px;
  font-weight: 200;
  line-height: 80%;
}

h2 {
  letter-spacing: -0.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  font-weight: 200;
  line-height: 120%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 200;
  line-height: 100%;
}

h4 {
  letter-spacing: -0.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 200;
  line-height: 105%;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 0;
}

.container {
  flex-flow: column;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 60px 20px;
  display: block;
}

.container.c-nav {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  padding-top: 1.875em;
  padding-bottom: 1.875em;
  display: grid;
  position: static;
}

.container.c-home-blog {
  z-index: 3;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 13em;
  display: flex;
  position: relative;
}

.container.no-lr-padding {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container.no-top-padding {
  z-index: 2;
  padding-top: 70px;
  padding-bottom: 60px;
  padding-left: 40px;
  position: relative;
}

.container.c-about-legacy {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.container.relative-z-2 {
  background-image: url("../images/pexels-catiamatos-1072179-1.jpg");
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.container.c-blog-cms {
  z-index: 3;
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.container.no-bottom-padding {
  padding-bottom: 60px;
}

.container.formulario {
  z-index: 6;
  padding-top: 85px;
  position: relative;
}

.container.renders {
  background-color: var(--azul-mayahual);
  position: relative;
}

.container.carrousel {
  padding-top: 0;
  padding-bottom: 70px;
}

.container.greca-box {
  padding-left: 0;
  padding-right: 0;
}

.container.cards {
  background-color: var(--azul-claro);
}

.carrousel {
  position: relative;
  z-index: 2;
}

.container.carrousel-inicio {
  padding-top: 20px;
  overflow: hidden;
  padding-bottom: 120px;
}

.container.blog {
  padding-bottom: 60px;
}

.sg-container {
  grid-row-gap: 80px;
  flex-direction: column;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  display: flex;
}

.sg-container.no-top-padding {
  padding-top: 0;
}

.sg-container.no-buttom-padding {
  padding-bottom: 0;
}

.paragraph-16px {
  color: #fff;
  letter-spacing: 0.01em;
  max-width: 210px;
  margin-left: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.paragraph-16px.brochure {
  max-width: 400px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.paragraph-18px {
  color: #fff;
  letter-spacing: -0.01em;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.white {
  color: #fff;
  text-decoration: none;
}

.sg-heading {
  letter-spacing: -1px;
  font-size: 30px;
  font-weight: 300;
  line-height: 110%;
}

.sg-heading.manrope {
  font-family: Manrope, sans-serif;
}

.class-example {
  color: #4b5563;
  border-radius: 4px;
  padding: 5px 10px 5px 0;
  font-size: 20px;
  font-weight: 400;
}

.paragraph-14px {
  color: #fff;
  letter-spacing: -0.01em;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
  text-decoration: none;
}

.paragraph-14px.max-width {
  max-width: 400px;
  font-weight: 500;
}

.paragraph-14px.black {
  color: var(--white);
  font-weight: 700;
}

.font-details-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.font-details-wrapper.top-margin {
  margin-top: 50px;
}

.sg-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.sg-wrapper.heading-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 2px solid #e5e7eb26;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  padding-top: 30px;
  padding-bottom: 30px;
  display: grid;
}

.sg-wrapper.colors {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.sg-wrapper.typeface {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sg-wrapper.typeface.border,
.sg-wrapper.active-border {
  border-bottom: 1px solid #d1d5db1a;
  padding-bottom: 60px;
}

.bottom {
  border: 1px solid #e5e7eb1f;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  padding: 25px;
}

.top {
  background-color: #fff;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  padding: 80px 25px 25px;
}

.top.black {
  background-color: #000;
}

.top.dark-blue {
  background-color: var(--dark-blue);
}

.top.grey {
  background-color: var(--grey);
}

.top.chocolate {
  background-color: var(--chocolate);
}

.top.brown {
  background-color: var(--brown);
}

.sg-logo {
  width: 180px;
}

.sg-text-big {
  font-size: 250px;
  font-weight: 400;
  line-height: 100%;
}

.sg-text-big.manrope {
  font-family: Manrope, sans-serif;
}

.sg-text {
  white-space: nowrap;
}

.sg-text.light {
  color: #b6b6b6;
}

.sg-background {
  background-color: #f9fafb00;
  border: 2px #e5e7eb;
  padding: 0;
}

.styleguide-wrapper {
  overflow: hidden;
}

.sg-inner.font-details {
  grid-column-gap: 15px;
  display: flex;
}

.sg-inner.title-details {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.paragraph-20px {
  color: #fff;
  letter-spacing: -0.01em;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}

.paragraph-12px {
  color: #fff;
  letter-spacing: -0.01em;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
}

.paragraph-12px.brown {
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
  font-size: 17px;
}

.paragraph-12px.black {
  color: var(--black);
}

.page-wrapper {
  contain: paint;
  position: relative;
}

.page-wrapper.bg-grey {
  background-color: var(--grey);
}

.navbar {
  z-index: 3;
  position: relative;
}

.nav-links-wrapper {
  grid-column-gap: 3.125em;
  grid-row-gap: 3.125em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-links-wrapper._2 {
  display: none;
}

.menu-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #f7f0ec;
  text-transform: uppercase;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  font-family: Nohemi, sans-serif;
  font-size: 70px;
  font-weight: 300;
  line-height: 90%;
  text-decoration: none;
  transition: all 0.35s;
  display: flex;
  position: static;
}

.menu-link:hover {
  color: var(--brown);
}

.menu-link.w--current {
  font-family: Montserrat, sans-serif;
  font-size: 55px;
  font-weight: 500;
}

.menu-link._1 {
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 500;
}

.menu-link._2,
.menu-link._3,
.menu-link._4,
.menu-link._5 {
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 500;
}

.nav-link-inner {
  grid-column-gap: 1.875em;
  grid-row-gap: 1.875em;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-link {
  color: #fff;
  letter-spacing: -0.01em;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.nav-brand-logo {
  min-width: 85px;
}

.nav-button {
  border: 2px solid var(--brown);
  background-color: var(--brown);
  color: #1f1f1f;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  max-width: none;
  padding: 0.95em 0.7em 0.75em;
  text-decoration: none;
  transition: all 0.4s;
  display: flex;
  overflow: hidden;
}

.nav-button:hover {
  background-color: #0000;
}

/* Botón CTA documentación legal */
.legal-cta-btn {
  margin-top: 2rem;
  width: fit-content;
  font-weight: 600;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  padding: 0.85em 2.2em 0.75em;
  transition: background-color 0.35s ease, color 0.35s ease, border-color 0.35s ease;
}

.legal-cta-btn:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #090449;
}

.legal-cta-btn:hover .text-block {
  color: #090449;
}

@media screen and (max-width: 767px) {
  .legal-cta-btn {
    margin-top: 0.8rem;
    padding: 1em;
    font-size: 12px;
  }
}

.nb-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hh-mask {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  overflow: hidden;
  margin-top: -7em;
}

.home-hero {
  background-color: var(--azul-mayahual);
  height: 100vh;
  min-height: 100vh;
  position: relative;
}

.hh-images {
  z-index: 1;
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 961px;
  height: 100%;
  max-height: 697px;
  display: flex;
  position: absolute;
}

.hh-sticky {
  width: 100%;
  height: 300vh;
  position: absolute;
  inset: 3% 0% 0%;
}

.hh-image-position {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  overflow: visible;
}

.hh-image-position._3 {
  z-index: 1;
  width: 285px;
  height: 406px;
  position: absolute;
  inset: auto;
}

.hh-image-position._4 {
  z-index: 4;
  width: 395px;
  height: 287px;
  margin-top: 40px;
  position: absolute;
  inset: auto auto auto 0%;
}

.hh-image-position._2 {
  z-index: 2;
  width: 423px;
  height: 227px;
  position: absolute;
  inset: auto 193px 0 auto;
}

.hh-image-position._1 {
  z-index: 3;
  width: 385px;
  height: 241px;
  position: absolute;
  inset: auto 0% 40px auto;
}

.hh-image-position._5 {
  z-index: 0;
  width: 363px;
  height: 242px;
  margin-top: 0;
  position: absolute;
  inset: auto 88px auto auto;
}

.hh-image-position._6 {
  z-index: 4;
  width: 380px;
  height: 200px;
  margin-top: 0;
  position: absolute;
  inset: 45px auto auto 110px;
}

.hh-heading {
  z-index: 3;
  color: #c49e7b;
  text-align: center;
  letter-spacing: -0.02em;
  font-size: 15vw;
  line-height: 90%;
  position: relative;
}

.hh-heading-wrapper {
  margin-top: 140px;
}

.hh-heading._3 {
  color: var(--brown);
  padding-top: 60px;
  padding-bottom: 0;
  font-family: Brittanysignature, sans-serif;
  font-size: 140px;
  font-weight: 400;
  line-height: 100%;
}

.hh-mask._3 {
  padding-bottom: 80px;
  margin-bottom: -150px;
}

.hh-heading._1 {
  color: var(--white);
  letter-spacing: -0.04em;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 170px;
  font-weight: 600;
  line-height: 120%;
}

.hh-heading._2 {
  color: var(--brown);
  padding-top: 60px;
  padding-bottom: 0;
  font-family: Brittanysignature, sans-serif;
  font-size: 140px;
  font-weight: 400;
  line-height: 100%;
}

.hh-mask._2 {
  margin-top: -4.5em;
  padding-bottom: 30px;
}

.hh-image {
  object-fit: cover;
  width: 426px;
  max-width: none;
}

.hh-image._3 {
  z-index: 1;
  width: auto;
  height: 490px;
}

.hh-image._6 {
  z-index: 1;
  width: 100%;
}

.hh-image._2 {
  z-index: 1;
  width: 470px;
}

.hh-image._5 {
  z-index: 1;
  width: 410px;
}

.hh-image._4 {
  z-index: 1;
  width: 450px;
}

.hh-image._1 {
  z-index: 1;
}

.hh-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hh-content {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  top: 0;
  bottom: auto;
  overflow: hidden;
}

.hh-image-gradient {
  z-index: 2;
  background-color: #191d2366;
  width: 100%;
  height: 100%;
  position: absolute;
}

.home-hero-paragraph {
  color: var(--brown);
  text-align: center;
  background-position: 0 0;
  background-size: 100% 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  padding: 70px 40px;
  font-size: 20px;
  line-height: 130%;
  width: 88%;
}

.pincelada-modificada {
  width: 72%;
  margin-bottom: -30px;
}

.home-carousel {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hc-content {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hc-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image._2 {
  height: 99%;
}

.hc-inner {
  width: 590px;
  height: 700px;
  position: relative;
}

.hc-inner.big {
  width: 590px;
  height: 700px;
}

.hc-gradient {
  background-color: #0006;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hc-heading {
  text-align: center;
  padding: 0 0 0 10px;
  font-family: Mariyam, sans-serif;
  font-size: min(10.6vw, 150px);
  line-height: 174%;
}

.hc-heading:hover {
  color: #fff;
}

.hc-heading.lotes {
  letter-spacing: 0.02em;
  font-family: Brittanysignature, sans-serif;
  font-size: min(10.6vw, 120px);
  font-weight: 400;
  overflow: visible;
  padding-left: 0;
  color: var(--brown);
}

.hc-heading.lotes-2 {
  letter-spacing: 0.01em;
  font-family: Montserrat, sans-serif;
  font-size: min(10.6vw, 100px);
  font-weight: 600;
  overflow: visible;
  margin-top: -40px;
}

.button-circle-lottie {
  border: 1px solid #a78463e6;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 220px;
  display: flex;
  position: relative;
}

.button-circle-lottie.button-220px {
  z-index: 2;
  border-color: #a78463cc;
  position: absolute;
  bottom: -16%;
}

.button-circle-lottie._2 {
  z-index: 3;
  width: 120px;
  height: 120px;
  margin-top: -200px;
  position: relative;
}

.button-circle-lottie.button-close-menu {
  border-color: #a7846399;
  width: 144px;
  height: 144px;
  position: absolute;
  inset: auto -5.5% auto auto;
}

.button-circle-lottie.amenidades {
  width: 60px;
  height: 60px;
}

.lottie {
  width: 103%;
  height: 102%;
  position: absolute;
  inset: auto;
}

.section {
  position: relative;
}

.section.s-carousel {
  z-index: 2;
  background-color: var(--azul-mayahual);
  padding-bottom: 30px;
  position: relative;
  padding-top: 30px;
}

.section.circle-home-design {
  z-index: 2;
  justify-content: center;
  align-items: flex-start;
  margin-top: -210px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.bg-grey {
  background-color: var(--azul-mayahual);
  display: block;
}

.section.bg-grey.blog {
  background-color: var(--azul-mayahual);
}

.section.bg-grey.casa-tarjetas {
  z-index: auto;
  background-color: var(--azul-claro);
}

.section.s-vertical-carousel {
  background-color: var(--azul-mayahual);
  justify-content: end;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.section.s-home-blog {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  overflow: hidden;
}

.section.circle-quote {
  z-index: 19;
  justify-content: center;
  align-items: flex-start;
  margin-top: -100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.circle-quote.no-margin {
  z-index: 3;
  margin-top: 0;
}

.section.circle-quote.exception,
.section.circle-quote.inicio {
  margin-top: -150px;
}

.section.s-footer {
  z-index: 1;
  background-color: var(--azul-mayahual);
  position: relative;
}

.section.circle-about-cards {
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
  position: relative;
}

.section.s-about-cards {
  z-index: 1;
  position: relative;
}

.section.s-cta {
  z-index: 1;
  background-color: #343434;
  position: relative;
}

.section.s-sustainble {
  z-index: 2;
  background-color: var(--dark-blue);
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section.circle-blog {
  z-index: 2;
  color: var(--dark-blue);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -100px;
  display: flex;
  position: relative;
}

.section.relative-z-2 {
  width: auto;
}

.section.mapa-lotes {
  background-color: var(--white);
  color: var(--white);
  height: 100vh;
  display: flex;
}

.section.bg-white {
  background-color: #fff;
}

.section.bg-question {
  background-color: var(--azul-mayahual);
}

.home-fill-text {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120vh;
  padding-bottom: 210px;
  display: flex;
  position: relative;
}

.hft-image {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hft-gradient {
  background-image: linear-gradient(
    180deg,
    var(--azul-mayahual),
    #191d2333 34%,
    #191d2300
  );
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hft-content {
  z-index: 2;
  color: #ffffff1a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hft-wrapper {
  text-align: left;
  letter-spacing: -0.01em;
  white-space: nowrap;
  flex: none;
  justify-content: center;
  align-items: center;
  max-width: none;
  font-family: Nohemi, sans-serif;
  font-size: min(75px, 6.25vw);
  font-weight: 300;
  line-height: 112%;
  position: relative;
  overflow: hidden;
}

.hft-heading {
  color: #fff;
  letter-spacing: -0.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nohemi, sans-serif;
  font-size: min(75px, 6.25vw);
  font-weight: 300;
  line-height: 112%;
}

.hft-heading._1st,
.hft-heading._2nd,
.hft-heading._3rd {
  white-space: nowrap;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hft-heading._4th {
  position: absolute;
  overflow: hidden;
}

.heading-mask {
  perspective: 700px;
  padding: 0;
  overflow: hidden;
}

.heading-animation:hover {
  color: #fff;
}

.circle-shape {
  z-index: -1;
  background-color: var(--grey);
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  width: 180%;
  height: 100%;
  position: absolute;
  top: auto;
  bottom: auto;
  right: auto;
  overflow: visible;
}

.circle-shape._2 {
  background-color: var(--dark-blue);
  width: 200%;
}

.circle-shape._3 {
  z-index: -1;
  background-color: var(--white);
  width: 130%;
}

.circle-shape._4 {
  z-index: -1;
  background-color: #ddebec;
  width: 125%;
  top: auto;
}

.circle-shape._5 {
  background-color: var(--azul-gris);
  width: 202%;
}

.circle-shape._6 {
  background-color: var(--chocolate);
  width: 240%;
}

.circle-bg {
  z-index: -1;
  background-color: var(--dark-blue);
  width: 100%;
  height: 0%;
  position: absolute;
  inset: auto 0% 0%;
}

.circle-bg.bg-white {
  background-color: var(--white);
}

.circle-bg.bg-brown {
  background-color: #ddebec;
}

.circle-bg.bg-chocolate {
  background-color: var(--chocolate);
}

.circle-bg.circle-bg-chocolate {
  background-color: var(--azul-gris);
}

.circle-bg.video-casa {
  background-color: var(--grey);
  overflow: visible;
}

.hd-heading {
  color: white;
  -webkit-text-stroke-color: #93a5ba;
  white-space: nowrap;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: min(15vw, 240px);
  font-weight: 700;
  line-height: 100%;
}

.big-heading-carousel {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  display: flex;
}

.home-design {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

._1 {
  overflow: hidden;
}

.hd-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--azul-mayahual);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
  margin-top: 50px;
}

.circle-button {
  z-index: 2;
  background-color: var(--azul-gris);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 122px;
  height: 122px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.circle-button.cb-project-cms {
  width: 63px;
  height: 63px;
}

.circle-button.form-button {
  background-color: var(--azul-gris);
  border: 0;
  padding: 0;
  cursor: pointer;
}

.circle-button-hover {
  z-index: 1;
  background-color: var(--brown);
  border-radius: 100%;
  width: 70%;
  height: 70%;
  position: absolute;
}

.circle-button-arrow {
  z-index: 2;
  filter: invert();
  position: relative;
}

.hd-wrapper {
  z-index: 2;
  text-align: center;
  max-width: 440px;
  position: relative;
}

.hd-image-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 732px;
  display: flex;
}

.hd-video {
  z-index: 1;
  mix-blend-mode: luminosity;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.hc-heading-wrapper {
  position: absolute;
}

.home-studies {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}

.case-studies-carousel {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.case-studies-carousel.blog-page {
  margin-top: 100px;
  margin-bottom: 100px;
}

.case-studies-carousel.amenidades {
  background-color: var(--azul-mayahual);
}

.case-studies-line {
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.case-studies-carousel-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.case-studies-carousel-inner {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hs-slider {
  background-color: #ddd0;
  justify-content: center;
  align-items: flex-end;
  height: auto;
  padding-bottom: 150px;
  display: flex;
}

.slide-nav {
  display: none;
}

.hs-slide {
  border-radius: 0;
  max-width: 28vw;
  height: auto;
  margin-right: 20px;
  padding: 0;
  font-size: 1vw;
}

.mask {
  border-radius: 0;
  width: 390px;
  height: auto;
  margin-right: auto;
  overflow: visible;
}

.hs-card {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #f7f0eb;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 310px;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.hsc-header {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: auto;
  display: flex;
}

.hsc-header-card {
  border: 1px solid #a7846380;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 31px;
  height: 31px;
  display: flex;
}

.hs-image {
  object-fit: contain;
  width: 100%;
  height: 270.797px;
}

.hsc-project {
  color: var(--black);
  letter-spacing: -0.03em;
  z-index: 3;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: auto;
  padding-right: 20px;
  font-family: Manrope, sans-serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 130%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.left-arrow {
  border: 1px solid #ac835e80;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-right: 125px;
  display: flex;
  inset: auto auto 0%;
  overflow: visible;
}

.hs-hover {
  background-color: var(--brown);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 122px;
  height: 122px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.left-arrow-icon {
  width: 33px;
}

.right-arrow {
  border: 1px solid #ac835e80;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-left: 125px;
  display: flex;
  inset: auto auto 0%;
  overflow: visible;
}

.right-arrow-icon {
  width: 33px;
  transform: rotate(180deg);
}

.imagen-palmeritas {
  position: absolute;
  top: 1%;
  opacity: 0.3;
}

.imagen-palmeritas_2 {
  position: absolute;
  top: 0;
  opacity: 0.3;
}

.vertical-carousel {
  height: 370px;
  margin-top: 150px;
  margin-bottom: 70px;
  position: relative;
}

.vertical-carousel_box {
  display: grid;
  grid-template-columns: 1fr 1fr; /* Columnas iguales */
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 21vw 60px 100px 60px;
  gap: 20px; /* Espacio entre las columnas */
}

.vertical-carousel_title {
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 65px;
  font-weight: 700;
  color: var(--brown);
  line-height: 4rem;
  justify-items: center;
  padding-left: 30px;
}

.vc-wrapper {
  justify-items: center;
}

@media (max-width: 884px) {
  .vertical-carousel_box {
    grid-template-columns: 1fr; /* Solo una columna */
    text-align: center; /* Centrar texto en pantallas pequeñas */
  }

  .grid-container {
    grid-template-columns: repeat(
      2,
      1fr
    ); /* 2 columnas en pantallas medianas */
    grid-template-rows: auto;
  }

  .grid-container2 {
    grid-template-columns: 1fr; /* 1 sola columna en pantallas pequeñas */
  }
}

.vc-linear {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
}

.vc-linear._1 {
  background-image: linear-gradient(180deg, var(--azul-mayahual) 38%, #fff0);
  height: 50%;
  inset: 0% 0% auto;
}

.vc-linear._2 {
  background-image: linear-gradient(180deg, #fff0 14%, var(--azul-mayahual));
  height: 50%;
  inset: auto 0% 0%;
}

.vertical-carousel-images {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.vc-image {
  object-fit: cover;
  width: 15%;
}

.vc-image._1 {
  width: 20%;
  height: 16%;
  position: absolute;
  top: 22%;
  left: 12%;
  overflow: clip;
}

.vc-image._2 {
  width: 12%;
  height: 19%;
  position: absolute;
  top: 53%;
  left: 15%;
}

.vc-image._3 {
  width: 12%;
  height: 15%;
  position: absolute;
  top: 78%;
  left: 44%;
}

.vc-image._4 {
  width: 12%;
  height: 18%;
  position: absolute;
  top: 55%;
  left: auto;
  right: 8%;
}

.vc-image._5 {
  filter: brightness(90%) saturate(130%) contrast(130%);
  width: 18%;
  height: 18%;
  position: absolute;
  top: 21%;
  left: auto;
  right: 12%;
}

.vc-image._6 {
  width: 17%;
  height: 15%;
  position: absolute;
  top: 14%;
  left: auto;
  right: 38%;
  overflow: clip;
}

.home-blog {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.hb-background {
  width: 100%;
  height: 100%;
  position: absolute;
}

.hb-gradient {
  z-index: 2;
  background-color: #00000080;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hb-card {
  background-color: var(--azul-mayahual);
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  max-width: 410px;
  height: 100%;
  padding: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.collection-list {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hb-hover {
  background-color: #93a5ba;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.hb-content {
  z-index: 1;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  min-height: 450px;
  display: flex;
  position: relative;
}

.hb-top {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  flex-flow: column;
  font-family: Manrope, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 110%;
  text-decoration: none;
  display: flex;
}

.hb-image {
  object-fit: cover;
  width: 100%;
  height: 256px;
}

.hb-bottom {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.hb-circle {
  background-color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: auto auto 20px 20px;
  overflow: hidden;
}

.hb-arrow {
  filter: invert();
}

.hb-arrow-absolute {
  filter: invert();
  position: absolute;
}

.services {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 0;
  font-size: 1vw;
  display: flex;
  position: relative;
  width: 100%;
}

.services-heading {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 100%;
  padding-bottom: 8px;
}

.services-header {
  z-index: 2;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.services-cards {
  z-index: 2;
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.services-card {
  width: min(36.2vw, 579px);
  height: min(65vh, 738px);
  padding: 40px;
  position: relative;
  overflow: hidden;
}

.services-card._1 {
  flex: none;
  justify-content: flex-start;
  align-items: flex-end;
  width: min(36.2vw, 400px);
  height: min(65vh, 500px);
  padding-left: 30px;
  display: flex;
}

.services-card._2 {
  flex: none;
  justify-content: flex-start;
  align-items: flex-end;
  width: min(36.2vw, 400px);
  height: min(65vh, 500px);
  margin-top: 250px;
  padding-bottom: 30px;
  padding-left: 30px;
  display: flex;
}

.services-card._3 {
  flex: none;
  justify-content: flex-start;
  align-items: flex-end;
  width: min(36.2vw, 400px);
  height: min(65vh, 500px);
  margin-top: 500px;
  padding-left: 30px;
  display: flex;
}

.sc-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.sc-content {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0000;
  flex-flow: column;
  max-width: 250px;
  display: flex;
  position: relative;
}

.sc-circle {
  border: 2px solid #fff6;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 41px;
  height: 41px;
  display: flex;
}

.services-background {
  z-index: 1;
  width: 100%;
  height: 110%;
  position: absolute;
  inset: 0% 0% auto;
  opacity: 0.5;
}

.services-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.button-icon._2 {
  width: 25px;
}

.quote {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.quote-heading {
  color: var(--azul-mayahual);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 90px;
  font-weight: 700;
}

.form-block {
  width: 100%;
  max-width: 617px;
}

.text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--brown);
  color: var(--dark-blue);
  letter-spacing: -0.01em;
  background-color: #fff0;
  margin-bottom: 0;
  padding: 0 0 15px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 110%;
}

.text-field:focus {
  padding: 0;
}

.text-field::placeholder {
  color: var(--black);
  text-transform: uppercase;
  font-weight: 500;
}

.form {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  opacity: 1 !important;
}

.checkbox {
  cursor: pointer;
  border: 1px solid #a78463;
  border-radius: 100%;
  width: 42px;
  height: 27px;
  margin-top: 0;
  margin-right: 10px;
}

.checkbox.w--redirected-checked {
  background-color: #a78463;
  background-size: 15px;
  border-style: none;
}

.checkbox._2 {
  border-color: var(--brown);
  width: 27px;
}

.checkbox._2.w--redirected-checked {
  background-color: var(--brown);
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.checkbox-label {
  color: #6b6563;
  max-width: 400px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.checkbox-link {
  color: #191d23;
  text-decoration: none;
}

.form-button {
  background-color: var(--brown);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 94px;
  height: 94px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.form-button-hover {
  background-color: var(--dark-blue);
  border-radius: 100%;
  width: 80%;
  height: 80%;
  position: absolute;
  inset: auto;
}

.form-button-arrow {
  z-index: 2;
  position: relative;
}

.submit-button {
  z-index: 3;
  background-color: #3898ec00;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.footer {
  grid-column-gap: 110px;
  grid-row-gap: 110px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-top {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-heading {
  color: var(--brown);
  font-family: Montserrat, sans-serif;
  font-size: min(60px, 6.25vw);
  font-weight: 700;
  transition-property: color;
  transition-duration: 0.45s;
  transition-timing-function: ease;
}

.footer-heading:hover {
  color: #8e8e8e;
}

.ft-text-wrapper {
  text-align: center;
}

.footer-bottom {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-social {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-social-circle {
  border: 1px solid #a7846399;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.fb-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 30px;
  display: flex;
}

.fb-wrapper {
  text-transform: uppercase;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.fb-grey {
  color: #8e8e8e;
}

.fb-inner {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.fb-inner._2 {
  justify-content: center;
  align-items: flex-end;
}

.about-hero {
  height: 100vh;
  position: relative;
}

.ah-background {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.ah-gradient {
  background-image: linear-gradient(#0000, #191d23);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.about-hero-content {
  justify-content: space-between;
  align-items: center;
  margin-top: -290px;
  display: flex;
  position: static;
}

.ah-heading-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ah-heading {
  padding-bottom: 17px;
  font-family: Montserrat, sans-serif;
  font-size: min(10.62vw, 110px);
  font-weight: 700;
}

.ah-heading-small {
  color: var(--brown);
  letter-spacing: 0.01em;
  margin-top: 0;
  margin-left: 1.3em;
  padding-top: 0;
  font-family: Brittanysignature, sans-serif;
  font-size: min(10.62vw, 130px);
  position: relative;
}

.ah-wrapper {
  grid-row-gap: 10px;
  background-color: #e6e6e6;
  border-radius: 100px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 6px 40px 6px 20px;
  text-decoration: none;
  display: flex;
}

.ah-inner {
  grid-column-gap: 5px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.ah-inner-image {
  object-fit: cover;
  padding-bottom: 2px;
}

.ah-inner-text-wrapper {
  grid-row-gap: 2px;
  color: var(--black);
  text-transform: uppercase;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.ah-inner-text {
  color: var(--dark-blue);
  letter-spacing: 0.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.about-hero-text {
  color: var(--white);
  letter-spacing: 0.09em;
  text-transform: uppercase;
  max-width: 500px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: 10%;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
}

.about-cards {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-card-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.about-card {
  background-color: #56423f;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 411px;
  height: 544px;
  padding: 40px;
  text-decoration: none;
  display: flex;
}

.about-card-wrapper {
  grid-row-gap: 14px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Manrope, sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.about-card-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nohemi, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
}

.all-caps {
  text-transform: uppercase;
}

.about-design {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 400px;
  display: flex;
}

.ad-heading {
  color: #fff6;
  white-space: nowrap;
  padding-top: 0;
  font-size: min(15vw, 240px);
  font-weight: 300;
  line-height: 100%;
}

.ad-content {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ad-wrapper {
  text-align: center;
  max-width: 440px;
}

.ad-image-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 732px;
  display: flex;
}

.ad-video {
  z-index: 1;
  mix-blend-mode: luminosity;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.as-lines-wrapper {
  z-index: 4;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% auto 48px;
  overflow: hidden;
}

.as-circle {
  z-index: 5;
  border: 1px solid #142163;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 106px;
  height: 106px;
  display: flex;
  position: relative;
}

.as-line {
  z-index: 4;
  width: 100%;
  position: relative;
  inset: auto 0%;
}

.about-scroll {
  z-index: 4;
  pointer-events: auto;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  margin-top: 0;
  display: flex;
  position: absolute;
  inset: auto 0% auto 136px;
}

.as-line-absolute {
  z-index: 4;
  background-color: #f1b841;
  width: 20vw;
  height: 6px;
  position: absolute;
  inset: 0%;
}

.as-text {
  z-index: 2;
  color: #142163;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}

.as-text-wrapper {
  z-index: 5;
  background-color: #a78463;
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
  left: -27px;
  overflow: hidden;
}

.as-circle-inner {
  background-color: #f1b841;
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

.horizontal-scroll-content {
  z-index: 5;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.horizontal-scroll {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.al-heading {
  max-width: 473px;
  margin-bottom: auto;
}

.al-content {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  display: flex;
}

.al-content._1 {
  margin-top: 0;
  margin-right: 280px;
}

.al-content._2 {
  margin-right: 250px;
  position: relative;
}

.al-content._3 {
  margin-top: 0;
  margin-right: 350px;
}

.al-content._4 {
  margin-top: 120px;
  margin-right: 200px;
  position: relative;
}

.al-content._5 {
  margin-top: 42px;
  margin-right: 295px;
}

.al-content._6 {
  margin-top: 120px;
  margin-right: 200px;
  position: relative;
}

.about-legacy {
  height: 100%;
}

.al-heading-number._1 {
  z-index: 2;
  position: relative;
  top: 63px;
}

.al-heading-number._3 {
  z-index: 3;
  position: relative;
  top: 66px;
  left: 159px;
}

.al-heading-number._4 {
  z-index: 3;
  position: relative;
  top: -49px;
  left: -81px;
}

.al-heading-number._5 {
  z-index: 2;
  position: relative;
  top: 63px;
  left: -53px;
}

.al-heading-number._6 {
  z-index: 3;
  position: relative;
  top: -65px;
  left: -81px;
}

.al-image {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 426px;
  height: 273px;
  display: flex;
  position: relative;
  overflow: visible;
}

.al-image._2 {
  width: 361px;
  height: 335px;
}

.al-image._3 {
  width: 284px;
  height: 373px;
}

.al-image._4 {
  width: 361px;
  height: 334px;
}

.al-image._5 {
  height: 284px;
}

.al-image._6 {
  width: 280px;
  height: 380px;
}

.al-mask {
  z-index: 2;
  background-color: var(--brown);
  height: 0%;
  position: absolute;
  inset: 0%;
}

.al-text {
  letter-spacing: -0.01em;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}

.al-text._1 {
  max-width: 277px;
}

.al-text._2 {
  max-width: 138px;
}

.al-text._3 {
  max-width: 248px;
}

.al-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  display: flex;
}

.al-circle {
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 185px;
  height: 185px;
  display: flex;
  position: relative;
}

.al-circle-arrow {
  position: absolute;
  inset: auto 0% auto auto;
}

.al-circle-text {
  background-color: var(--brown);
  padding: 5px;
  position: absolute;
  left: -34.5px;
}

.track-flex {
  justify-content: flex-start;
  align-items: stretch;
  margin-right: -100vw;
  display: flex;
}

.track {
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
  transform: translate(0%);
}

.section-height {
  width: 100%;
  height: 500vw;
}

.sticky-element {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: scroll;
}

.sticky-element.disable-overflow {
  overflow: hidden;
}

.sticky-wrapper {
  position: absolute;
  inset: 0%;
}

.section-wrapper {
  background-color: var(--brown);
  width: 100%;
  padding-bottom: 100vh;
  position: relative;
}

.about-team {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 200px;
  display: flex;
  position: relative;
}

.at-text-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.at-heading {
  color: var(--brown);
  max-width: 641px;
}

.at-text {
  letter-spacing: 0.01em;
  text-transform: uppercase;
  max-width: 343px;
  font-family: Manrope, sans-serif;
  font-weight: 500;
  line-height: 140%;
}

.at-graphic-image {
  position: absolute;
  inset: auto 10% 0% auto;
}

.faq {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.faq.faq-margin-bottom {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
}

.faq-cards {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: -150px;
  margin-bottom: 150px;
  display: flex;
}

.faq-card {
  background-color: var(--dark-blue);
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 410px;
  height: 540px;
  padding: 40px 60px 60px;
  display: flex;
}

.faq-card._1 {
  background-color: var(--azul-gris);
  color: var(--dark-blue);
}

.faq-card._2,
.faq-card._3 {
  background-color: var(--azul-gris);
}

.fc-content {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
}

.fc-heading {
  color: var(--azul-mayahual);
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.ipad-excepcion {
  display: block;
}

.brown {
  color: var(--brown);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}

.faq-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
  position: relative;
}

.faq-heading {
  color: var(--brown);
  margin-left: -150px;
  font-family: Mariyam, sans-serif;
  transform: rotate(-90deg);
}

.accordion-item {
  border: 1px #999797;
  border-bottom-color: #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.faq-paragraph {
  color: var(--black);
  margin-bottom: 35px;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
}

.acordion-text-wrapper {
  grid-row-gap: 30px;
  flex-direction: column;
  width: 411px;
  display: flex;
}

.faq-wrapper {
  grid-column-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1050px;
  margin-top: 40px;
  display: flex;
}

.accordion-item-trigger {
  color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.accordion-wrapper {
  width: 100%;
}

.accordion-item-content {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-right: 0;
  display: flex;
  overflow: hidden;
}

.accordion-text {
  color: var(--brown);
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-family: Manrope, sans-serif;
  font-weight: 500;
  line-height: 120%;
}

.accordion-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.accordion-icon-line {
  background-color: var(--brown);
  width: 10px;
  height: 1px;
}

.accordion-icon-line._2 {
  width: 1px;
  height: 10px;
  position: absolute;
}

.accordion-line-wrapper {
  background-color: #e0d9d6;
  width: 100%;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.accordion-line {
  background-color: var(--brown);
  width: 70%;
  height: 1px;
  position: relative;
}

.accordion-item-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.services-hero {
  width: 100%;
  height: 300vh;
}

.services-hero-sticky {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.services-hero-section {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.services-hero-heading {
  z-index: 3;
  color: #f7f0ec;
  mix-blend-mode: difference;
  font-size: min(11vw, 170px);
  line-height: 90%;
  position: relative;
}

.services-hero-heading._2 {
  left: -92%;
}

.services-hero-content {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.services-hero-content._2 {
  z-index: 2;
  mix-blend-mode: difference;
  margin-left: 150px;
  position: relative;
}

.services-hero-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 380px;
  height: 160px;
  overflow: hidden;
}

.services-hero-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.services-hero-image-gradient {
  background-color: #191d2333;
  position: absolute;
  inset: 0%;
}

.services-hero-text {
  text-transform: uppercase;
  max-width: 300px;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}

.services-hero-image-contet {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.services-content {
  background-color: var(--dark-blue);
  position: relative;
  overflow: hidden;
}

.sc-backgrounds {
  z-index: 1;
  background-color: var(--dark-blue);
  width: 100%;
  height: 100%;
}

.sc-background {
  width: 100%;
  height: 150vh;
  position: relative;
}

.sc-background._2 {
  z-index: 2;
}

.sc-background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.sc-background-linear {
  background-image: linear-gradient(
    #0000,
    #191d2321 0%,
    #191d23 44% 50%,
    #191d23 66%,
    #191d2369 83%,
    #fff0
  );
  width: 100%;
  height: 150vh;
  position: absolute;
  inset: auto 0% -45%;
}

.sc-background-linear._2 {
  background-image: linear-gradient(
    #0000,
    #191d2321 30%,
    #191d23 44% 50%,
    #191d23 66%,
    #191d2369 83%,
    #fff0
  );
  bottom: -44%;
}

.sc-background-linear._1 {
  z-index: 3;
  background-image: linear-gradient(
    #0000,
    #191d2321 19%,
    #191d23 44% 50%,
    #191d23 66%,
    #191d2369 83%,
    #fff0
  );
}

.services-wrapper {
  z-index: 4;
  position: absolute;
  inset: 0% 0% auto;
}

.services-inner {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 150vh;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
}

.services-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.services-heading-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.services-block-text {
  text-align: center;
  letter-spacing: -0.01em;
  max-width: 330px;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}

.services-inner-card {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 580px;
  height: 740px;
  padding: 40px 40px 80px;
  display: flex;
  position: relative;
}

.services-inner-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.services-inner-card-content {
  z-index: 2;
  grid-row-gap: 30px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 335px;
  font-family: Manrope, sans-serif;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.servies-inner-card-circle {
  grid-column-gap: 10px;
  border: 1px solid #fff3;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  display: flex;
}

.services-inner-card-number {
  color: #c49e7b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nohemi, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
}

.button {
  z-index: 2;
  background-color: var(--azul-gris);
  color: #000;
  text-transform: uppercase;
  border-radius: 60px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-hover {
  z-index: -1;
  background-color: #fff;
  border-radius: 100%;
  width: 104%;
  height: 60px;
  position: absolute;
  inset: auto;
}

.cta {
  z-index: 3;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-cards {
  z-index: 3;
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  background-color: var(--azul-claro);
  justify-content: center;
  align-items: center;
  margin-top: -100px;
  margin-bottom: 25px;
  padding-bottom: 200px;
  display: flex;
  position: relative;
}

.cta-card {
  background-color: var(--azul-mayahual);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 410px;
  height: 540px;
  margin-top: -60px;
  padding: 40px 60px 60px;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  display: flex;
  position: relative;
}

.cta-card._2 {
  background-color: #56423f;
}

.cta-card-heading {
  z-index: 2;
  color: var(--brown);
  font-family: Montserrat, sans-serif;
  font-size: 90px;
  font-weight: 700;
  line-height: 100%;
  position: relative;
}

.cta-card-hover {
  background-color: var(--azul-gris);
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.cta-card-hover._2 {
  background-color: var(--dark-blue);
}

.relative-z-2 {
  z-index: 2;
  flex: 0 auto;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  position: relative;
}

.cta-heading {
  pointer-events: none;
  color: #c49e7b;
  font-family: Mariyam, sans-serif;
  font-size: min(10.6vw, 170px);
}

.cta-heading._2 {
  color: var(--white);
  letter-spacing: 0.01em;
  font-family: Brittanysignature, sans-serif;
  font-size: min(10.6vw, 100px);
}

.cta-background-imge {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
}

.projects-hero {
  z-index: -1;
  width: 100%;
  min-height: 100vh;
  position: relative;
}

.projects-hero-section {
  z-index: -1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.projects-hero-left {
  background-color: var(--azul-mayahual);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding-top: 200px;
  padding-bottom: 60px;
  padding-left: 60px;
  display: flex;
}

.project-hero-heading {
  color: var(--white);
  letter-spacing: 0;
  text-transform: uppercase;
  max-width: 400px;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 100%;
}

.projects-hero-left-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  display: flex;
  position: absolute;
  bottom: 4%;
  left: 3%;
}

.projects-hero-left-wrapper {
  border: 1.27px solid #a78463;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 19px;
  height: 28px;
  display: flex;
}

.project-hero-left-bar {
  background-color: var(--white);
  width: 1px;
  height: 12px;
  position: relative;
  overflow: hidden;
}

.project-hero-left-bar-absolute {
  background-color: var(--brown);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.project-hero-right {
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.project-hero-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.project-hero-image._1 {
  z-index: 3;
  position: relative;
}

.project-hero-image._2 {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.project-hero-card {
  z-index: 3;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--azul-gris);
  color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 390px;
  padding: 15px 15px 15px 14px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.phc-images-wrapper {
  width: 100%;
  height: 310px;
  position: relative;
  overflow: hidden;
}

.phc-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.phc-image._1 {
  z-index: 3;
  text-align: center;
  position: relative;
}

.phc-image._2 {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.phc-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.phc-wrapper {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  font-weight: 300;
  line-height: 100%;
  display: flex;
}

.phc-heading {
  padding-top: 0;
  font-size: 35px;
  font-weight: 300;
  line-height: 130%;
}

.phc-heading._1 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  position: static;
}

.phc-heading._2 {
  opacity: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  position: absolute;
  bottom: 20.5%;
}

.phc-text {
  color: #fff9;
  text-align: center;
  letter-spacing: -0.01em;
  text-transform: none;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

.phc-text._1 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.phc-text._2 {
  opacity: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  position: absolute;
  bottom: 7%;
}

.phc-bar-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.phc-bar-inner {
  background-color: #fff3;
  width: 50%;
  height: 1px;
  position: relative;
  overflow: hidden;
}

.phc-bar {
  background-color: #fff;
  width: 100%;
  height: 1px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.projects-heading {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 120%;
}

.projects-section {
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 200vh;
  display: flex;
}

.projects-sticky {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.projects-image-mask {
  border-radius: var(--border-radius);
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.projects-image {
  background-image: url("../images/Alberca-dia-1.jpg");
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.projects-studies {
  background-color: var(--dark-blue);
}

.projects-studies._1 {
  background-color: var(--azul-mayahual);
  padding-top: 40px;
  padding-bottom: 40px;
}

.projects-studies-text-wrapper {
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0 auto;
  padding: 70px 90px;
  position: relative;
  z-index: 2;
}

.projects-studies-cards {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.projects-studies-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0000;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.collection-list-wrapper-projects-cards {
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.collection-list-wrapper-projects-cards._2 {
  top: -150px;
}

.collection-list-projects-cards {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.collection-list-projects-cards._2 {
  justify-content: center;
  align-items: flex-start;
  position: relative;
  top: 200px;
}

.collection-list-projects-cards._1 {
  border-radius: 0;
  justify-content: center;
  align-items: flex-end;
}

.collection-item-projects-cards {
  width: 100%;
  max-width: 607px;
  height: 680px;
  margin-bottom: 200px;
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.collection-item-projects-cards.margin {
  margin-bottom: 100px;
}

.psc-header-circle {
  z-index: 3;
  border: 1px solid #a78463;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 31px;
  height: 31px;
  margin-right: 10px;
  display: flex;
  position: relative;
}

.psc-header-circle._2 {
  z-index: 3;
  position: relative;
  bottom: auto;
  left: auto;
}

.psc-heading {
  z-index: 3;
  color: var(--brown);
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 130%;
  position: relative;
}

.psc-text {
  z-index: 3;
  color: var(--white);
  letter-spacing: -0.01em;
  max-width: 350px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  position: relative;
}

.psc-image {
  z-index: 2;
  object-fit: cover;
  width: 100%;
  position: absolute;
  inset: auto 0% 20px;
}

.psc-hover {
  z-index: 1;
  background-color: var(--brown);
  width: 100%;
  height: 10%;
  position: absolute;
  inset: auto 0% 0%;
}

.projects-cta {
  z-index: auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-top: 50px;
  display: flex;
  position: relative;
}

.pc-text-wrapper {
  z-index: 4;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.pc-heading {
  color: var(--azul-mayahual);
  text-transform: uppercase;
  max-width: 570px;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 700;
}

.pc-heading.video-casa {
  color: var(--white);
  text-transform: uppercase;
  font-size: 75px;
}

.pc-text {
  color: var(--azul-mayahual);
  letter-spacing: 0.01em;
  text-transform: none;
  max-width: 500px;
  font-family: Montserrat, sans-serif;
  font-size: 17.5px;
  font-weight: 500;
  line-height: 140%;
}

.pc-text.video-casa {
  color: var(--white);
  text-transform: none;
}

.pc-image {
  width: 100%;
  max-width: 1100px;
  margin-top: 30px;
}

.projects-cms-hero {
  z-index: -1;
  width: 100%;
  min-height: 100vh;
  position: relative;
}

.pch-section {
  z-index: -1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.pch-left {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--azul-mayahual);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 720px;
  height: 100%;
  padding-top: 150px;
  padding-bottom: 60px;
  padding-left: 60px;
  display: flex;
}

.pch-right {
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.pch-heading {
  letter-spacing: -0.05em;
  width: 600px;
  max-width: none;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 100%;
}

.pch-left-content {
  flex-flow: column;
  justify-content: center;
  height: auto;
  display: flex;
  position: static;
}

.pch-left-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.pch-gallery {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--brown);
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  display: flex;
}

.pch-gallery._2 {
  background-color: var(--brown);
}

.pch-images-gallery {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 95px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pch-images-gallery._2 {
  width: 130px;
  height: 85px;
}

.pch-single-image-gallery {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.pch-gallery-icon {
  width: 54px;
  height: 54px;
  position: absolute;
  inset: auto;
}

.pch-left-inner {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  letter-spacing: -0.01em;
  flex-flow: column;
  font-family: Manrope, sans-serif;
  font-weight: 500;
  line-height: 120%;
  display: flex;
}

.pch-right-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.pch-right-text {
  letter-spacing: -0.01em;
  max-width: 130px;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  position: absolute;
  inset: auto auto 30px 30px;
}

.project-cms-content {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.pcc-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  letter-spacing: -0.03em;
  flex-flow: column;
  width: 30%;
  font-family: Manrope, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 110%;
  display: flex;
  position: static;
}

.pcc-left-max-width {
  max-width: 210px;
}

.pcc-right {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  width: 70%;
  display: flex;
}

.pcc-right-max-width {
  max-width: 830px;
}

.pcc-right-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  width: 100%;
  display: flex;
}

.pcc-right-inner {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  letter-spacing: -0.01em;
  flex-flow: column;
  width: 50%;
  font-family: Manrope, sans-serif;
  font-weight: 400;
  line-height: 130%;
  display: flex;
}

.pcc-right-quote {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.pcc-right-review h1 {
  margin-bottom: 30px;
  padding-top: 0;
  font-family: Manrope, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 100%;
}

.pcc-right-review h6 {
  color: var(--brown);
  letter-spacing: -0.01em;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.pcc-right-review p {
  letter-spacing: -0.01em;
  font-family: Manrope, sans-serif;
  font-weight: 500;
  line-height: 120%;
}

.project-cms-images {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.pci-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.pci-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 65%;
  display: flex;
}

.pci-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  letter-spacing: -0.01em;
  flex-flow: column;
  font-family: Manrope, sans-serif;
  font-weight: 500;
  line-height: 120%;
  display: flex;
}

.pci-image-wrapper {
  position: relative;
}

.pci-image-wrapper._1 {
  width: 35%;
  height: 394px;
  position: relative;
  overflow: hidden;
}

.pci-image-wrapper._2 {
  width: 100%;
  height: 838px;
}

.pci-image-wrapper._3 {
  width: 100%;
  height: 100%;
}

.pci-image-mask {
  background-color: var(--grey);
  width: 100%;
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.project-cms-image {
  width: 100%;
  height: 705px;
}

.project-cms-sustainble {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 105px;
  margin-right: 10px;
  display: flex;
}

.pcs-logo {
  height: 160px;
  margin-bottom: 0;
}

.pcs-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--grey);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 650px;
  display: flex;
}

.pcs-text {
  color: var(--white);
  letter-spacing: -0.01em;
  max-width: 511px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.project-cms-sustainble-background {
  z-index: 5;
  opacity: 1;
  object-fit: none;
  width: 100%;
  height: 110%;
  margin-top: 30px;
  margin-left: 20px;
  position: absolute;
  inset: 0%;
}

.bg-project-cms {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.bg-project-cms-image-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
}

.bg-project-cms-image-gradient {
  background-color: #00000080;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.collection-list-wrapper-single-project {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.collection-list-single-project {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.collection-item-single-project {
  width: 100%;
  max-width: 410px;
  height: 513px;
  margin-bottom: 200px;
}

.single-project-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #191d23;
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.spc-header-circle {
  z-index: 2;
  border: 1px solid #a7846380;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 31px;
  height: 31px;
  display: flex;
  position: relative;
}

.spc-header-circle._2 {
  position: absolute;
  left: 60px;
}

.spc-heading {
  z-index: 2;
  color: #fff;
  padding-top: 0;
  font-family: Manrope, sans-serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 130%;
  position: relative;
}

.spc-text {
  z-index: 2;
  color: var(--white);
  letter-spacing: -0.01em;
  max-width: 230px;
  font-family: Manrope, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 120%;
  position: relative;
}

.spc-image {
  z-index: 2;
  object-fit: cover;
  width: 100%;
  position: absolute;
  inset: auto 0% 20px;
}

.spc-hover {
  z-index: 1;
  background-color: var(--brown);
  width: 100%;
  height: 10%;
  position: absolute;
  inset: auto 0% 0%;
}

.blog-hero {
  z-index: -1;
  width: 100%;
  min-height: 100vh;
  position: relative;
}

.blog-hero-section {
  z-index: -1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.blog-hero-left {
  background-color: var(--grey);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 50%;
  height: 100%;
  padding-top: 150px;
  padding-bottom: 60px;
  padding-left: 60px;
  display: flex;
}

.blog-hero-right {
  z-index: 2;
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.blog-hero-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-hero-card {
  z-index: 3;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  object-fit: cover;
  background-color: #a78463;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 390px;
  padding: 15px 15px 15px 14px;
  display: flex;
  position: absolute;
}

.collection-list-wrapper-blog-hero {
  width: 100%;
}

.bhc-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  letter-spacing: -0.01em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-family: Manrope, sans-serif;
  font-weight: 400;
  line-height: 130%;
  display: flex;
}

.bhc-image {
  object-fit: cover;
  width: 100%;
  height: 291px;
}

.bhc-button {
  background-color: var(--black);
  color: #fff;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bhc-button-text {
  z-index: 2;
  mix-blend-mode: difference;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  position: relative;
}

.blog-hero-right-gradient {
  background-color: #0000004d;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog-text {
  text-align: center;
  letter-spacing: 0.01em;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}

.collection-list-blog {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row-reverse wrap;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.blog-card {
  background-color: #0000;
  border-radius: 15px;
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  max-width: none;
  height: 100%;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bc-content {
  z-index: 1;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  min-height: 450px;
  display: flex;
  position: relative;
}

.bc-top {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #000;
  flex-flow: column;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 110%;
  text-decoration: none;
  display: flex;
}

.bc-image {
  object-fit: cover;
  width: 100%;
  height: 256px;
}

.bc-bottom {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.bc-circle {
  background-color: var(--black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: auto auto 20px 20px;
  overflow: hidden;
}

.bc-arrow-absolute {
  position: absolute;
}

.cta-background-image-wrapper {
  background-image: url("../images/justus-menke-RaWSEnux3xc-unsplash-1.jpeg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cta-bg-gradient {
  background-color: #0006;
  width: 100%;
  height: 100%;
}

.blog-cms-hero {
  background-color: #0000;
  width: 100%;
  min-height: 100vh;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.bch-left {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 50%;
  padding-top: 150px;
  padding-left: 60px;
  display: flex;
  position: relative;
}

.bch-left-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.bch-left-content._2 {
  letter-spacing: -0.01em;
  max-width: 600px;
  margin-bottom: 150px;
  font-family: Manrope, sans-serif;
  font-weight: 500;
  line-height: 120%;
}

.bch-left-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.bch-right {
  width: 50%;
  position: relative;
  overflow: hidden;
}

.bch-right-gradient {
  background-color: #0006;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bch-right-content {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.bch-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  filter: brightness(0.85);
}

.blog-cms-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.blog-cms-navbar {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  letter-spacing: -0.01em;
  background-color: #56423f;
  border-top: 1px solid #fff3;
  border-bottom: 1px solid #fff3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Manrope, sans-serif;
  font-weight: 400;
  line-height: 140%;
  display: grid;
  position: sticky;
  top: -1px;
}

.bcn-left {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: center;
  line-height: 140%;
  display: flex;
}

.bcn-left-button {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.bcn-left-line {
  background-color: #ffffff1a;
  width: 1px;
  height: 42px;
}

.bcn-center {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bcn-logo {
  width: 35px;
}

.bcn-right {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bcn-right-social {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bcn-right-social-link {
  border: 0.5px solid #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.blog-cms-wrapper {
  max-width: 830px;
}

.blog-cms-rich h1 {
  margin-top: 70px;
  margin-bottom: 30px;
  padding-top: 0;
  font-family: Manrope, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 110%;
}

.blog-cms-rich p {
  letter-spacing: -0.01em;
  margin-bottom: 20px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.blog-cms-horizontal-image {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 70px;
  display: flex;
}

.blog-cms-image-wrapper {
  width: 50%;
  height: 312px;
  position: relative;
  overflow: hidden;
}

.blog-cms-image-wrapper._2 {
  height: 480px;
}

.blog-cms-image-gradient {
  background-color: #00000080;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog-cms-box {
  letter-spacing: -0.01em;
  border: 7px solid #705653;
  border-bottom-width: 32px;
  justify-content: center;
  align-items: center;
  padding: 37px 0;
  font-family: Manrope, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bcb-icon._1 {
  position: absolute;
  inset: auto auto -18% -1%;
}

.bcb-icon._2 {
  position: absolute;
  inset: -8% -1% auto auto;
}

.bch-heading {
  max-width: 600px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.bcn-right-line {
  background-color: #ffffff1a;
  width: 1px;
  height: 42px;
}

.contact-hero {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.contact-hero-heading {
  color: var(--white);
  padding-bottom: 23px;
  font-family: Montserrat, sans-serif;
  font-size: 240px;
  font-weight: 600;
}

.contact-hero-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-hero-small-heading {
  z-index: 2;
  color: var(--brown);
  letter-spacing: 0.01em;
  margin-top: -50px;
  font-family: Brittanysignature, sans-serif;
  font-size: 140px;
  position: relative;
}

.contact-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.contact-wrapper {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-flow: column;
  width: 50%;
  max-width: none;
  display: flex;
}

.contact-inner {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  letter-spacing: -0.01em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  display: flex;
}

.contact-inner-heading {
  letter-spacing: -0.01em;
  font-size: 35px;
  font-weight: 500;
  line-height: 120%;
}

.contact-social {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f {
  border: 1px solid #ac835e4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.contact-map {
  justify-content: center;
  align-items: center;
  width: 40%;
  min-width: auto;
  height: 62vh;
  display: flex;
  position: relative;
}

.contact-map-image {
  object-fit: fill;
  width: 100%;
  height: 100%;
  margin-top: 0;
  position: absolute;
}

.contact-map-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  letter-spacing: 0.05em;
  justify-content: flex-start;
  align-items: center;
  max-width: 130px;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 110%;
  display: flex;
}

.contact-map-wrapper._1 {
  position: absolute;
  inset: 4% 21% auto auto;
}

.contact-map-wrapper._2 {
  max-width: 140px;
  position: absolute;
  bottom: 44%;
  left: 29%;
}

.contact-map-circle {
  border: 2.2px solid var(--brown);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 49px;
  height: 49px;
  display: flex;
}

.contact-map-circle-inner {
  background-color: #fff;
  border-radius: 100%;
  width: 14px;
  height: 14px;
}

.contact-map-location {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: 23%;
  left: 46%;
}

.cml-box {
  color: #000;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  background-color: #fff;
  padding: 15px 20px;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 110%;
}

.contact-map-logo-circle {
  background-color: var(--brown);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.cml-mask {
  overflow: hidden;
}

.form-open {
  z-index: 20;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #191d23c7;
  justify-content: flex-end;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.form-open._1 {
  position: fixed;
  inset: 0% 0% 0% auto;
}

.form-open-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f7f0eb;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  max-width: 600px;
  padding: 60px 100px 50px;
  line-height: 100%;
  display: flex;
}

.form-open-heading {
  color: var(--brown);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 700;
}

.form-open-heading.form-title {
  color: var(--azul-mayahual);
}

.form-open-button {
  background-color: var(--azul-gris);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 142px;
  height: 142px;
  transition: background-color 0.3s;
  display: flex;
  position: relative;
}

.form-open-button:hover {
  background-color: var(--brown);
}

.form-open-button-hover {
  background-color: var(--chocolate);
  width: 100%;
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.form-open-button-icon {
  z-index: 2;
  position: relative;
}

._404-section {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

._404-content {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bg-chocolate {
  background-color: var(--chocolate);
  min-height: 100vh;
}

._404-heading {
  color: #191d23;
  font-size: 250px;
  line-height: 90%;
}

._404-small-heading {
  color: #fff;
  margin-top: -118px;
  font-family: Mariyam, sans-serif;
  font-size: 85px;
  line-height: 90%;
}

._404-heading-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

._404-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  letter-spacing: -0.01em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 480px;
  font-family: Manrope, sans-serif;
  font-weight: 500;
  line-height: 130%;
  display: flex;
}

.menu {
  z-index: 100;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  letter-spacing: -0.01em;
  text-transform: uppercase;
  background-color: #191d23b3;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  font-family: Manrope, sans-serif;
  font-weight: 500;
  line-height: 120%;
  display: none;
  position: sticky;
  inset: 0% 0 0% 0%;
  overflow: visible;
}

.menu-wrapper {
  background-color: #191d23;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 70%;
  height: 100vh;
  min-height: 100vh;
  padding: 50px 100px 50px 70px;
  display: flex;
  position: sticky;
  inset: 0% auto auto;
}

.menu-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.menu-links {
  z-index: 3;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.menu-info {
  z-index: 2;
  grid-column-gap: 180px;
  grid-row-gap: 180px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.menu-info-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.menu-bottom {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  display: flex;
  position: relative;
}

.menu-bottom-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.menu-bottom-wrapper._2 {
  justify-content: center;
  align-items: flex-end;
}

.menu-bottom-grey {
  color: #8e8e8e;
}

.menu-bottom-links {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.menu-button-wrapper {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.menu-button-icon {
  width: 19px;
  transform: rotate(45deg);
}

.menu-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-transform: uppercase;
  cursor: pointer;
  display: flex;
}

.menu-button._2 {
  display: none;
}

.cta-heading-mask {
  pointer-events: none;
  text-align: center;
  padding: 0 116px 120px;
  position: absolute;
}

.cta-heading-mask.alcance {
  padding-bottom: 0;
}

.form-contact {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.blog-cms-image-mask {
  z-index: 2;
  background-color: var(--chocolate);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog-cms-image-mask._1,
.blog-cms-image-mask._2 {
  inset: auto 0% 0%;
}

.blog-hero-mask {
  z-index: 4;
  background-color: var(--grey);
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.utility-wrapper {
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
}

.utility-text {
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.utility-text h6 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 25px;
  line-height: 120%;
}

.utility-text h1 {
  letter-spacing: -0.02em;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: Nohemi, sans-serif;
  font-size: 70px;
  font-weight: 300;
  line-height: 100%;
}

.utility-text a {
  color: var(--brown);
  text-decoration: none;
}

.utility-text blockquote {
  border: 1px solid #cf0;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 30px;
}

.utility-text ol {
  color: #ffffff59;
  padding-left: 30px;
  list-style-type: disc;
}

.utility-text h5 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Nohemi, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 100%;
}

.utility-text h2 {
  letter-spacing: -0.01em;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: Nohemi, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 100%;
}

.utility-text h6 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 700;
  line-height: 100%;
}

.utility-text h3 {
  letter-spacing: -0.01em;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: Nohemi, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 100%;
}

.utility-text h4 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Nohemi, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 100%;
}

.utility-text p {
  color: #fff;
  letter-spacing: -0.01em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 130%;
}

.link-wrapper {
  perspective: 700px;
  color: #fff;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.text-link-absolute {
  color: var(--brown);
  letter-spacing: -0.01em;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.circle-button-arrow-absolute {
  z-index: 2;
  position: absolute;
}

.circle-button-arrow-back {
  background-color: var(--brown);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.circle-button-arrow-back.cb-blog-cms {
  width: 63px;
  height: 63px;
}

.circle-button-x {
  z-index: 3;
  position: relative;
}

.link-maps {
  color: #f7f0ec;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.35s;
}

.link-maps:hover {
  color: #8d8d8d;
}

.text-block {
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.link-block {
  text-decoration: none;
  transition: all 0.37s;
}

.logo-mexo {
  transition: transform 0.45s;
}

.logo-mexo:hover {
  transform: scale(1.07);
}

.link-block-2 {
  text-decoration: none;
}

.div-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.menu-social {
  -webkit-text-stroke-color: #fff;
  background-color: #0000;
  width: 30px;
  transition: transform 0.28s;
}

.menu-social:hover {
  transform: scale(1.07);
}

.menu-social-2 {
  width: 18px;
  height: auto;
  transition: transform 0.28s;
  position: static;
}

.menu-social-2:hover {
  transform: scale(1.1);
}

.text-block-2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  margin-top: 18px;
  font-size: 14px;
}

.planes {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 90%;
}

.mapa-disponibilidad {
  height: 100vh;
}

.section-2.s-cta {
  z-index: 1;
  background-color: var(--dark-blue);
  position: relative;
}

.cta-card-heading-2 {
  z-index: 2;
  color: #a78463;
  font-family: Nohemi, sans-serif;
  font-size: 90px;
  font-weight: 300;
  line-height: 100%;
  position: relative;
}

.container-2 {
  flex-flow: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px 0;
}

.container-2.r {
  padding-top: 60px;
  padding-bottom: 60px;
}

.accordion-line-2 {
  background-color: var(--azul-mayahual);
  width: 70%;
  height: 1px;
  position: relative;
}

.fc-heading-2 {
  color: #a78463;
  font-family: Nohemi, sans-serif;
  font-weight: 300;
}

.brown-2 {
  color: #a78463;
}

.faq-card-2 {
  background-color: #191d23;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 410px;
  height: 540px;
  padding: 40px 60px 60px;
  display: flex;
}

.faq-heading-2 {
  color: var(--azul-gris);
  text-align: left;
  margin-left: 0;
  padding-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 100px;
  font-weight: 700;
}

.accordion-text-2 {
  color: var(--azul-gris);
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 120%;
}

.accordion-icon-line-2 {
  background-color: #a78463;
  width: 10px;
  height: 1px;
}

.accordion-icon-line-2._2 {
  width: 1px;
  height: 10px;
  position: absolute;
}

.faq-paragraph-2 {
  color: #000;
  margin-bottom: 35px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
}

.image-2 {
  margin-bottom: 3px;
  margin-left: 2px;
  padding-left: 0;
}

.contact-map-circle-2 {
  border: 2.2px solid #a78463;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 49px;
  height: 49px;
  display: flex;
}

.contact-map-location-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: 29%;
}

.contact-map-2 {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: relative;
}

.brown-3 {
  color: var(--brown);
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.contact-wrapper-2 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-flow: column;
  max-width: 450px;
  display: flex;
}

.contact-content-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.contact-social-circle {
  border: 1px solid #ac835e4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.contact-inner-heading-2 {
  letter-spacing: -0.01em;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.container-3 {
  flex-flow: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 60px;
}

.container-3.no-bottom-padding {
  padding-bottom: 0px;
}

.contact-map-logo-circle-2 {
  cursor: pointer;
  background-color: #a78463;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.contact-map-image-2 {
  margin-top: -150px;
}

.link-block-3 {
  text-decoration: none;
}

.litte-1 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.litte-2 {
  opacity: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  position: absolute;
}

.parrafo {
  letter-spacing: normal;
  width: 377px;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 125%;
  display: block;
}

.parrafo._1 {
  width: auto;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.flex-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 400px;
  margin-top: 0;
  margin-bottom: 110px;
  margin-left: 0;
  display: flex;
  position: relative;
}

.video {
  width: 20%;
  max-width: 100%;
  height: 16%;
  position: absolute;
  top: 22%;
  left: 15%;
  overflow: clip;
}

.div-block-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  width: 100%;
  display: flex;
}

.text-block-3,
.text-block-4,
.text-block-5 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.list-item {
  padding-top: 0;
}

.list-item.terminos {
  margin-top: 5px;
  margin-bottom: 5px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.text-block-6,
.text-block-7 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  line-height: 135%;
}

.text-field-2 {
  color: #a78463;
  letter-spacing: -0.01em;
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #a78463;
  margin-bottom: 0;
  padding: 0 0 15px;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 110%;
}

.text-field-2:focus {
  padding: 0;
}

.text-field-2::placeholder {
  color: #a78463;
  text-transform: uppercase;
  font-weight: 500;
}

.circle-button-hover-2 {
  z-index: 1;
  background-color: #000;
  border-radius: 100%;
  width: 70%;
  height: 70%;
  position: absolute;
}

.section-4 {
  position: relative;
}

.section-4.circle-quote {
  z-index: 20;
  justify-content: center;
  align-items: flex-start;
  margin-top: -150px;
  display: flex;
  position: relative;
}

.circle-button-2 {
  background-color: #a78463;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 122px;
  height: 122px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.circle-bg-2 {
  z-index: -1;
  background-color: #343434;
  width: 100%;
  height: 0%;
  position: absolute;
  inset: auto 0% 0%;
}

.circle-bg-2.bg-white {
  background-color: #fff;
}

.circle-shape-2 {
  z-index: -1;
  background-color: #343434;
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  width: 180%;
  height: 100%;
  position: absolute;
  top: auto;
  bottom: auto;
  right: auto;
}

.circle-shape-2._3 {
  z-index: -1;
  background-color: #fff;
  width: 130%;
}

.quote-heading-2 {
  color: #a78463;
}

.container-4 {
  width: 100%;
  max-width: none;
}

.container-5 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100vh;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.image-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.container-6 {
  position: absolute;
}

.container-6.bg-image {
  background-color: #0000;
  background-image: linear-gradient(0deg, #000000d9, #fff0 51%);
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
}

.renders {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.renders-collection {
  width: 50%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.renders-collection-list {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.renders-collection-item {
  width: 100%;
  max-width: 607px;
  height: 680px;
  margin-bottom: 200px;
  margin-left: 0;
  margin-right: 0;
}

.render-content {
  width: 100%;
}

.image-4 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.container-7 {
  z-index: 2;
  background-color: #0000;
  background-image: linear-gradient(0deg, #000c, #fff0 63%);
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
}

.container-7.bg-renders {
  background-image: linear-gradient(0deg, #000000e0, #fff0 27%);
  width: 100%;
  overflow: visible;
}

.container-8 {
  max-width: none;
  margin-left: 0;
  margin-right: auto;
}

.container-8.renders-content {
  margin-bottom: 30px;
  margin-left: 25px;
}

.icons-flex {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.image-5,
.image-6 {
  filter: invert();
}

.post-image-details {
  border-radius: 10px;
  width: 100%;
}

.heading-display {
  color: var(--white);
  letter-spacing: -0.02em;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
}

.featured-blog-sub-content {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.big-text {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
}

.big-text.blog-item-date {
  opacity: 0.5;
  color: var(--white);
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.horizontal-line {
  background-color: #222;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.horizontal-line.post-details {
  background-color: var(--white);
  color: var(--white);
  height: 4px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.stretch-content-horizontal {
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  display: flex;
}

.card-item {
  background-image: linear-gradient(#222529, #222529);
  border-radius: 18px;
  flex-direction: row;
  flex: 1;
  justify-content: space-around;
  padding: 30px 25px;
  font-weight: 500;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 2px #2b333d;
}

.card-item:hover {
  text-decoration: none;
}

.button-2 {
  z-index: 5;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #0f0f11;
  text-transform: none;
  background-color: #fff;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 10px 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  transition: color 0.35s, background-color 0.35s,
    opacity 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: flex;
  position: relative;
}

.button-2:hover {
  opacity: 0.9;
  color: #0f0f11cc;
}

.blog-cta-image {
  margin-bottom: 1em;
}

.card-item-content {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.rich-text {
  max-width: 720px;
}

.post-details-grid {
  grid-column-gap: 3em;
  grid-row-gap: 0em;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 2fr;
  width: 100%;
  max-width: 830px;
  display: flex;
}

.post-details-sticky {
  position: sticky;
  top: 100px;
}

.text-block-8 {
  color: var(--white);
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.image-7 {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.text-block-9 {
  color: var(--white);
  font-size: 20px;
  line-height: 110%;
}

.container-9 {
  position: absolute;
}

.container-9.bg-eventos {
  z-index: 2;
  background-image: linear-gradient(0deg, #000c, #fff0 52%);
  border-radius: 15px;
  width: 100%;
  max-width: none;
  height: 100%;
}

.subtittle {
  color: #ffffff80;
  margin-top: 20px;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.data-subtittle {
  z-index: 2;
  color: var(--brown);
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  position: relative;
}

.hidden {
  overflow: hidden;
}

.rese-as {
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 90px;
  font-weight: 700;
}

.slider-left-arrow,
.slider-right-arrow {
  display: none;
}

.feedback-card-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  min-width: 100%;
  max-width: 25vw;
  height: 100%;
  min-height: 300px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.feedback-card-container:hover {
  text-decoration: none;
}

.feedback-text {
  color: #fffc;
  letter-spacing: 0.05em;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.card-noise-bg {
  z-index: -1;
  opacity: 0.03;
  background-image: url("../images/Noisy.png");
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.slider-nav {
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 3px;
  font-size: 9px;
  display: none;
  inset: auto 0% -50px 0;
}

.feedback-item-content {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.card {
  z-index: 1;
  background-image: linear-gradient(140deg, #ffffff1a, #ffffff0d);
  border-radius: 20px;
  min-height: 100px;
  padding: 4em;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px #00000080, inset 0 1px 2px #ffffff1a;
}

.card.feedback-card {
  background-color: #090449;
  background-image: none;
  min-height: 100%;
  padding: 1.5em;
  box-shadow: inset 0 1px 2px #ffffff1a;
}

.slider {
  background-color: #0000;
  min-width: 380px;
  max-width: 25vw;
  height: auto;
  overflow: visible;
}

.slider-mask {
  width: 100%;
  height: auto;
  overflow: visible;
}

.feedback-image-holder {
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 10px 2px 0;
}

.slider-container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 100px;
  display: flex;
  overflow: hidden;
}

.feedback-position {
  color: #ffffff80;
  font-family: Manrope, sans-serif;
  font-size: 14px;
}

.feedback-image-circle {
  background-color: #383838;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  margin-bottom: 20px;
  padding-top: 15px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feedback-image-circle.feedback-color-rose {
  background-color: #ffc7d6;
}

.feedback-image-circle.feedback-color-green {
  background-color: #383838;
}

.feedback-image-circle.feedback-color-yellow {
  background-color: #ffd9a2;
}

.feedback-image-circle.feedback-color-violet {
  background-color: #383838;
}

.feedback-image {
  width: 100%;
  max-width: 100%;
  position: absolute;
}

.slide {
  cursor: default;
  width: 100%;
  height: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.feedback-author {
  color: #fff;
  letter-spacing: 0.05em;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
  display: flex;
}

.feedback-name-and-position {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.hs-slide-2 {
  max-width: 24.375vw;
  height: auto;
  margin-right: 20px;
  padding: 0;
  font-size: 1vw;
}

.mask-2 {
  width: 390px;
  height: auto;
  margin-right: auto;
  overflow: visible;
}

.hs-slider-2 {
  background-color: #ddd0;
  justify-content: center;
  align-items: flex-end;
  height: auto;
  margin-bottom: 150px;
  padding-bottom: 150px;
  display: flex;
}

.hs-slider-2.slider-videos {
  margin-bottom: 0;
  padding-left: 60px;
  padding-right: 60px;
}

.hsc-project-2 {
  z-index: 3;
  color: var(--white);
  letter-spacing: -0.03em;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: auto;
  font-family: Manrope, sans-serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 130%;
  position: relative;
}

.hs-hover-2 {
  background-color: #a78463;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 122px;
  height: 122px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.hs-card-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 490px;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.datos {
  background-color: #334164;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  max-width: none;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
}

.div-block-3 {
  background-color: var(--brown);
  width: 100%;
  height: 2px;
}

.heading {
  color: var(--white);
}

.datos-container {
  border-bottom: 2px solid var(--white);
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.datos-container.exception {
  padding-left: 0;
  padding-right: 1rem;
}

.datos-container.noborder {
  border-bottom-width: 0;
}

.datos-left {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  width: auto;
  height: auto;
  display: flex;
}

.datos-left.next {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: flex-start;
}

.datos-right.next {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.datos-right.next._1 {
  margin-right: 0;
}

.text-small {
  color: #ffffff80;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Manrope, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.text-big {
  margin-left: -10px;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 100px;
  font-weight: 700;
}

.text-block-10 {
  letter-spacing: 1px;
  border: 0 solid #fff;
  border-radius: 0%;
  margin-top: 0;
  margin-left: 1px;
  padding: 0;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.circle {
  border: 0 solid #000;
  border-radius: 0%;
}

.circle-container {
  cursor: pointer;
  background-color: #0000;
  border-radius: 50%;
  flex-flow: column;
  width: 50px;
  height: 50px;
  margin-bottom: 1px;
  display: block;
  position: relative;
}

.image-8 {
  object-fit: fill;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.text-semibig {
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.checboxes {
  width: 100%;
}

.contado {
  border: 1px solid var(--white);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.3rem 1rem;
  display: flex;
}

.checkboxes {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.apartado {
  border: 1px solid var(--white);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.3rem 1rem;
  display: flex;
}

.contado-left {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.contado-tittle {
  font-family: Manrope, sans-serif;
  font-size: 19px;
  font-weight: 500;
}

.contado-subtittle {
  color: var(--white);
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.apartado-left {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.text-block-11 {
  font-family: Manrope, sans-serif;
  font-size: 19px;
  font-weight: 500;
}

.text-block-12 {
  font-family: Manrope, sans-serif;
  font-weight: 300;
}

.buttons {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.cotizar {
  border: 1px solid var(--white);
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px 50px;
  display: flex;
}

.apartar {
  border: 2px solid var(--white);
  cursor: pointer;
  padding: 15px 50px;
}

.code-embed {
  object-fit: fill;
  border-radius: 0;
  width: 90%;
  height: 80%;
}

.text-block-13,
.text-block-14 {
  font-family: Manrope, sans-serif;
  font-size: 19px;
  font-weight: 500;
}

.circle-checkbox {
  background-color: #fff;
  border-radius: 50%;
  width: 33px;
  height: 33px;
}

.circle-checkbox._2 {
  border: 2px solid var(--white);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 3px 2px 2px;
  display: flex;
  position: relative;
}

.circle-checkbox._1 {
  border: 2px solid var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 3px 2px 2px;
  display: flex;
  position: relative;
}

.check {
  width: 100%;
  height: 100%;
  position: relative;
  left: auto;
}

.check._2 {
  display: none;
}

.image-9 {
  object-fit: scale-down;
  width: 60%;
  height: 100%;
}

.image-10 {
  object-fit: fill;
  width: 65%;
  max-width: none;
  height: 100%;
  transform: rotate(0);
}

.imagenes-fixed {
  background-image: url("../images/PET-PARK-1.jpg");
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  max-width: none;
  height: 100vh;
}

.imagenes-fixed._1 {
  color: var(--white);
  background-image: url("../images/Mision-1-1.jpg");
  position: relative;
}

.imagenes-fixed._2 {
  background-image: url("../images/Mahahual-983092_3.jpg");
  background-position: 100%;
  position: relative;
}

.imagenes-fixed._3 {
  background-image: url("../images/Legalidades-1.jpg");
  position: relative;
}

.div-block-4 {
  background-image: linear-gradient(0deg, var(--dark-blue) 10%, #fff0 55%);
  width: 100%;
  height: 100%;
  position: absolute;
}

.text-fixed {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #191d2399;
  width: 40%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.text-fixed._1 {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #191d23b3;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  padding: 5rem 4rem;
  display: flex;
}

.text-fixed._1.right {
  align-items: flex-end;
  inset: 0% 0% 0% auto;
}

.text-fixed._2 {
  width: 36%;
  inset: 0% 0% 0% auto;
}

.text-fixed._3 {
  width: 36%;
  inset: 0% auto 0% 0%;
}

.mision-tittle {
  color: var(--white);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 95px;
  font-weight: 700;
}

.mision-subtittle {
  color: var(--brown);
  letter-spacing: 1px;
  -webkit-text-stroke-color: var(--white);
  text-transform: uppercase;
  margin-top: -10px;
  margin-left: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.mision-subtittle.vision {
  color: var(--brown);
  text-align: right;
}

.mision-subtittle.legal {
  color: var(--brown);
  margin-top: -10px;
  margin-left: 0;
}

.mision-content {
  text-align: left;
  letter-spacing: 1px;
  margin-top: 2rem;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 130%;
}

.mision-content.vision {
  text-align: right;
}

.text-block-15 {
  width: 580px;
  max-width: none;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 130%;
}

.div-block-5 {
  z-index: -1;
  width: 100%;
  min-height: 100vh;
  position: relative;
}

.image-11 {
  width: 23px;
}

.code-embed-2 {
  width: 100%;
}

.mapa {
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.video-yotuube {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 0;
  background-color: var(--azul-mayahual);
}

.youtube-3 {
  height: auto;
  width: 80%;
  height: 100%;
}

.video-yotuube2 {
  position: relative;
  width: 80%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0 100px 0;
  z-index: 2;
}

.youtube-4 {
  height: auto;
  width: 100%;
  height: 100%;
}

.youtube {
  z-index: 4;
  width: 1000px;
  max-width: none;
  height: 800px;
  max-height: none;
}

.youtube-2 {
  z-index: 4;
  width: 500%;
  height: 100px;
}

.animation {
  width: 100%;
  height: 100vh;
  display: block;
  position: relative;
  overflow: hidden;
}

.code-embed-3 {
  width: 100%;
  height: 100%;
}

.image-12 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-12.fondo {
  display: block;
}

.image-12.fondo.mobile {
  display: none;
}

.barco {
  z-index: 2;
  width: 39%;
  position: absolute;
  bottom: 18%;
  left: 0%;
}

.avion {
  z-index: 2;
  width: 32%;
  position: absolute;
  inset: 7% 1% auto auto;
}

.div-block-6 {
  position: absolute;
}

.white-bg {
  z-index: 4;
  background-color: var(--grey);
  transform-origin: top;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.image-13 {
  filter: invert();
  position: absolute;
  top: 15%;
  left: 10%;
}

.icons {
  z-index: 2;
  filter: invert();
  color: #fff;
  position: absolute;
  top: 18%;
  left: 7%;
}

.icons-title {
  z-index: 2;
  color: white;
  letter-spacing: -0.05em;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 102px;
  font-weight: 700;
  line-height: 100%;
  position: static;
  text-shadow: 2px 2px 30px rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
  top: 7%;
  left: 8%;
}

.perfil {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.container-10 {
  z-index: 200;
  background-color: var(--white);
  width: 200px;
  height: 500px;
  position: fixed;
  inset: 0% auto auto 0%;
}

.div-block-7 {
  position: fixed;
}

.pch-left-text {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  max-width: 600px;
  margin-top: 0;
  display: flex;
}

.text-block-16 {
  color: var(--white);
  text-transform: none;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 500;
  position: static;
  bottom: 15%;
  right: 15%;
}

.link {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--dark-blue);
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  padding: 0.8rem 1.8rem;
  text-decoration: none;
  transition: background-color 0.3s;
  display: flex;
  position: absolute;
  bottom: 7%;
  right: 5%;
}

.link:hover {
  background-color: var(--chocolate);
}

.bg-gradient {
  z-index: 2;
  background-image: linear-gradient(0deg, #191d23cc, #fff0 70%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.body {
  background-color: var(--azul-mayahual);
  overflow: visible;
}

.div-block-8 {
  background-color: #da3b3b;
  position: static;
}

.div-block-9 {
  background-image: linear-gradient(0deg, #000000b3, #fff0 28%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hs-slide-3 {
  max-width: 24.375vw;
  height: auto;
  margin-right: 20px;
  padding: 0;
  font-size: 1vw;
}

.mask-3 {
  width: 390px;
  height: auto;
  margin-right: auto;
  overflow: visible;
}

.right-arrow-2 {
  border: 1px solid #a7846399;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-left: 125px;
  display: flex;
  inset: auto auto 0%;
  overflow: visible;
}

.right-arrow-2._2 {
  border-color: #a7846399;
}

.left-arrow-2 {
  border: 1px solid #a7846399;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-right: 125px;
  display: flex;
  inset: auto auto 0%;
  overflow: visible;
}

.left-arrow-2._2 {
  border-color: #a7846399;
}

.image-14 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.galeria {
  z-index: 1;
  position: absolute;
  inset: auto 3% 6% auto;
}

.icons-subtitle {
  z-index: 2;
  color: white;
  letter-spacing: -0.05em;
  justify-content: flex-start;
  align-items: center;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-size: 68px;
  font-weight: 600;
  text-shadow: 2px 2px 30px rgba(0, 0, 0, 0.7);
  line-height: 180%;
  display: block;
  position: static;
}

.div-block-10 {
  width: auto;
  position: absolute;
  top: 16%;
  left: 28%;
}

.mask-animation {
  z-index: 2;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: -50px;
  padding-bottom: 20px;
  padding-left: 25px;
  padding-right: 20px;
  line-height: 110%;
  display: inline-flex;
  overflow: hidden;
}

.mask-animation._2 {
  padding-bottom: 20px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 100%;
}

.div-block-11 {
  position: absolute;
  top: 7%;
  left: 8%;
  overflow: hidden;
}

.paso-title {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-17 {
  font-family: Manrope, sans-serif;
  font-weight: 500;
}

.paso {
  color: var(--brown);
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.menu-bottom-links-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-circle-lottie-2 {
  border: 1px solid #a78463;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 220px;
  display: flex;
  position: relative;
}

.button-circle-lottie-2.button-close-menu {
  width: 144px;
  height: 144px;
  position: absolute;
  inset: auto -5.5% auto auto;
}

.menu-link-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #f7f0ec;
  text-transform: uppercase;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  font-family: Nohemi, sans-serif;
  font-size: 70px;
  font-weight: 300;
  line-height: 90%;
  text-decoration: none;
  transition: all 0.35s;
  display: flex;
  position: static;
}

.menu-link-2:hover {
  color: #a78463;
}

.menu-wrapper-2 {
  background-color: #191d23;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 65%;
  min-height: 100vh;
  padding: 50px 100px;
  display: flex;
  position: relative;
}

.menu-2 {
  z-index: 100;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  letter-spacing: -0.01em;
  text-transform: uppercase;
  background-color: #191d23b3;
  width: 100%;
  min-height: 100vh;
  font-family: Manrope, sans-serif;
  font-weight: 500;
  line-height: 120%;
  display: none;
  position: absolute;
  inset: 0%;
}

.text-link-absolute-2 {
  color: #a78463;
  letter-spacing: -0.01em;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  position: absolute;
  inset: 0%;
}

.text-block-18,
.text-block-19,
.text-block-20 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.menu-mobile {
  display: none;
}

.text-block-24 {
  font-family: Montserrat, sans-serif;
}

.whatsapp {
  z-index: 20;
  background-color: #0000;
  position: fixed;
  inset: auto 1% 1rem auto;
  display: none;
}

.whasapp-image {
  width: 60px;
  height: 60px;
}

.bold-text {
  font-weight: 600;
}

.paragraph {
  color: white;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 135%;
  text-transform: uppercase;
}

.heading-2,
.heading-3,
.heading-4,
.heading-5,
.heading-6,
.heading-7,
.heading-8,
.heading-9,
.heading-10,
.heading-11 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.heading-12 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.text-block-26 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.small-b {
  display: none;
}

.text-block-27 {
  color: white;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 130%;
  text-transform: uppercase;
}

.heading-13,
.heading-14,
.heading-15 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.text-block-28 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  line-height: 135%;
}

.text-block-29 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.heading-16,
.heading-17,
.heading-18 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.whatsapp-link {
  transform-style: preserve-3d;
  transition: transform 0.5s;
}

.whatsapp-link:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}

.text-block-30 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.heading-19,
.heading-20 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.image-15 {
  z-index: 3;
  object-fit: fill;
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.greca {
  z-index: 3;
  width: 100%;
}

.greca._2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
}

.imagen-greca {
  width: 100%;
  height: auto;
  position: absolute;
  top: 5px;
  z-index: 3;
}

.body-2,
.body-3 {
  background-color: var(--azul-mayahual);
}

.text-block-31,
.text-block-32,
.text-block-33,
.text-block-34 {
  color: var(--brown);
}

.menu-social-3 {
  transform-style: preserve-3d;
  transition: transform 0.28s;
}

.menu-social-3:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}

.image-16 {
  position: absolute;
}

.pincelada {
  z-index: 2;
  width: 570px;
  position: absolute;
  bottom: 2%;
}

.pincelada-dorada {
  z-index: 2;
  justify-content: flex-end;
  align-items: center;
  width: 700px;
  margin-right: -120px;
  display: block;
  position: static;
  top: 33%;
  left: 20%;
}

.pincelada-content {
  z-index: 3;
  color: var(--dark-blue);
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  position: static;
  bottom: 20%;
  left: 8%;
}

.pincelada-content._2 {
  z-index: 3;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
  position: static;
  bottom: 11%;
  left: 10%;
}

.pincelada-content._3 {
  z-index: 3;
  font-size: 23px;
  bottom: 6%;
}

.pincelada-dorada-2 {
  z-index: 3;
  width: 380px;
  position: static;
  bottom: 9%;
  left: 6.5%;
}

.body-4 {
  background-color: var(--azul-mayahual);
}

.text-block-35 {
  color: var(--brown);
  -webkit-text-stroke-color: var(--brown);
}

.text-block-36,
.text-block-37,
.text-block-38 {
  color: var(--brown);
}

.body-5,
.body-6,
.body-7 {
  background-color: var(--azul-mayahual);
}

.body-8 {
  background-color: var(--white);
}

.absolute-text {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
  top: 5%;
  left: 3%;
}

.pincelada-container {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-top: -50px;
  display: inline-flex;
  position: relative;
}

.absolute-content {
  z-index: 3;
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  background-image: url("../images/Pincelada.png");
  background-position: 0 0;
  background-size: 100% 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  position: absolute;
  bottom: 3%;
  left: 2%;
}

.text-block-39,
.text-block-40,
.text-block-41,
.text-block-42,
.text-block-43,
.text-block-44 {
  color: var(--brown);
}

.image-17 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.image-18 {
  width: 100%;
  position: absolute;
  top: 3%;
  left: 0;
}

.linea-dorada {
  width: 100%;
  position: absolute;
  top: 0;
}

.image-19 {
  z-index: 3;
  position: absolute;
  right: -10%;
}

.image-19.palmera {
  width: 600px;
  display: block;
  top: 6%;
  left: 0%;
  right: auto;
}

.image-20 {
  width: 200px;
  position: absolute;
}

.image-20.faro {
  width: 20%;
  position: static;
  bottom: 0;
  left: 0;
}

.faro-container {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 117%;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}

.image-21 {
  width: 50%;
}

.image-21.luz-derecha {
  margin-top: -75px;
  margin-left: -75px;
}

.image-22 {
  width: 50%;
}

.image-22.luz-izquierda {
  width: 6%;
  margin-top: -60px;
  margin-right: -67px;
}

.faro {
  width: auto;
  height: 100%;
  display: block;
  position: static;
  bottom: 0;
  left: 0;
}

.linea-dorada-2 {
  z-index: 3;
  transform-style: preserve-3d;
  width: 100%;
  position: absolute;
  inset: 0 0 auto;
  transform: rotateX(180deg) rotateY(0) rotateZ(0);
}

.linea-dorada-3 {
  z-index: 3;
  width: 100%;
  margin-top: 0;
  position: absolute;
  inset: auto 0 0;
}

.image-23 {
  opacity: 0.35;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.linea-dorada-portada {
  position: relative;
  bottom: auto;
  left: auto;
}

.linea-dorada-4 {
  transform-style: preserve-3d;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: rotateX(180deg) rotateY(0) rotateZ(0);
}

.linea-dorada-portada-2 {
  z-index: 3;
  margin-top: 0;
  position: relative;
  top: 0;
  bottom: 0%;
  left: 0;
}

.image-24 {
  position: absolute;
}

.image-24.hojitas {
  width: 145px;
  bottom: -30px;
  left: 0;
}

.image-24.hojitas._2 {
  transform-style: preserve-3d;
  display: none;
}

.palmera-2 {
  z-index: 3;
  width: 350px;
  position: absolute;
  top: 4%;
  right: 0;
}

.lineas-izquierda {
  width: 100%;
  height: 100%;
  position: static;
  top: 5%;
  left: 0;
  right: 0;
}

.lineas-derecha {
  width: 100%;
  height: 100%;
  position: static;
  bottom: 5%;
  left: 0;
  right: 0;
}

.lineas-izquierda-container {
  width: 100%;
  height: 40%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.lineas-derecha-container {
  width: 100%;
  height: 40%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.pincelada-dorada-3 {
  position: relative;
  bottom: -10px;
  width: 60%;
}

.linea-dorada-5 {
  transform-style: preserve-3d;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: rotateX(180deg) rotateY(0) rotateZ(0);
}

.linea-dorada-6 {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.image-25 {
  z-index: 3;
  width: 100px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.linea-dorada-footer {
  transform-style: preserve-3d;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: rotateX(180deg) rotateY(0) rotateZ(0);
  z-index: 2;
}

.service-image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.menu-small {
  display: flex;
  align-items: center;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  position: fixed;
  z-index: 90;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(7px);
  border-radius: 15px;
  padding: 0.75rem 0.8rem 0.75rem 1.3rem;
  gap: 1rem;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}

.logo-small {
  height: auto;
  width: 7.5rem;
}

.b-small {
  cursor: pointer;
  height: 2.5rem;
  width: 2.4rem;
}

.boton {
  transition: 0.5s;
}

.boton:hover {
  transform: scale(1.1);
  transition: 0.3s;
}

@media screen and (min-width: 1440px) {
  .project-hero-card {
    transform: none;
  }

  .hft-wrapper {
    font-size: min(110px, 6.25vw);
    line-height: 110%;
  }

  .hft-heading {
    font-size: min(110px, 6.25vw);
    line-height: 110%;
  }

  .hc-heading.lotes {
    font-size: min(10.6vw, 140px);
  }

  .hc-heading.lotes-2 {
    font-size: min(10.6vw, 130px);
    margin-top: -50px;
  }

  .button-2 {
    z-index: 4;
    position: relative;
  }

  .blog-cta-image {
    text-align: left;
    flex: 0 auto;
  }

  .card-item-content {
    text-align: left;
    cursor: pointer;
    align-items: flex-start;
  }

  .post-details-grid {
    grid-row-gap: 0em;
  }

  .feedback-text {
    font-size: 15.1px;
  }

  .slider-container {
    padding-top: 0;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    padding-top: 60px;
    padding-bottom: 65px;
  }

  .vertical-carousel_box {
    padding: 25vw 60px 100px 60px;
  }

  .vertical-carousel_title {
    margin: 0;
    font-family: Montserrat, sans-serif;
    font-size: 85px;
    font-weight: 700;
    color: var(--brown);
    line-height: 5.5rem;
    justify-items: center;
    padding-left: 60px;
  }

  .container.no-lr-padding {
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .home-hero-paragraph {
    padding: 100px 100px;
    margin-bottom: 80px;
  }

  .pincelada-modificada {
    width: 65%;
    margin-bottom: -50px;
  }

  .section.s-carousel {
    padding-top: 30px;
  }

  .container.no-top-padding {
    padding-top: 80px;
    padding-bottom: 90px;
  }

  .menu-link._1,
  .menu-link._1.w--current,
  .menu-link._2,
  .menu-link._3,
  .menu-link._4,
  .menu-link._5 {
    font-size: 70px;
  }

  .hh-sticky {
    top: 3%;
  }

  .hh-heading._2 {
    color: var(--brown);
    font-size: 180px;
  }

  .hh-heading-wrapper {
    margin-top: 120px;
  }

  h4 {
    font-size: 70px;
    line-height: 110%;
  }

  .hh-mask._3 {
    margin-bottom: -190px;
    padding-bottom: 95px;
  }

  .hh-heading._1 {
    color: var(--white);
    font-size: 220px;
  }

  .section.circle-quote,
  .section.circle-quote.inicio {
    margin-top: -150px;
  }

  .section.s-sustainble {
    margin-top: 0;
  }

  .home-design {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .hs-slider {
    padding-bottom: 160px;
  }

  .vc-image._1 {
    left: 15%;
  }

  .vc-image._3 {
    height: 15%;
    top: 76%;
    overflow: hidden;
  }

  .vc-image._4 {
    overflow: hidden;
  }

  .vc-image._6 {
    top: 17%;
  }

  .services-cards {
    background-color: #0000;
    width: 100%;
    margin-left: 0;
  }

  .services-image {
    opacity: 0.4;
    object-fit: cover;
    display: inline-flex;
    position: absolute;
  }

  .quote {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .checkbox {
    width: 27px;
  }

  .checkbox-label {
    font-size: 14px;
  }

  .about-hero {
    height: 925px;
  }

  .about-hero-content {
    margin-top: -240px;
  }

  .ah-heading {
    font-size: min(10.62vw, 130px);
  }

  .ah-heading-small {
    font-size: min(10.62vw, 150px);
  }

  .services-inner {
    padding-bottom: 0;
  }

  .cta {
    height: 100vh;
  }

  .cta-background-imge {
    height: auto;
  }

  .projects-hero-left {
    background-color: var(--azul-mayahual);
  }

  .project-hero-heading {
    max-width: 500px;
  }

  .project-hero-card {
    transform: none;
  }

  .projects-heading {
    max-width: 900px;
    margin-top: 150px;
    font-size: 50px;
  }

  .projects-image {
    background-image: url("../images/Alberca-dia-1.jpg");
  }

  .projects-studies._1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .projects-studies-text-wrapper {
    margin-top: 0;
    padding-right: 170px;
    padding-left: 170px;
  }

  .projects-studies-cards {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    justify-content: center;
    align-items: center;
  }

  .collection-list-wrapper-projects-cards._2 {
    top: -150px;
  }

  .collection-list-projects-cards {
    justify-content: center;
    align-items: flex-start;
  }

  .collection-list-projects-cards._1 {
    justify-content: center;
    align-items: flex-end;
  }

  .collection-item-projects-cards.margin {
    margin-bottom: 200px;
  }

  .pc-text {
    max-width: 550px;
    font-size: 20px;
  }

  .pch-heading {
    font-size: 60px;
  }

  .bch-heading {
    max-width: 800px;
  }

  .contact-hero {
    margin-top: 100px;
  }

  .contact-map-location {
    top: 25%;
    left: 47%;
  }

  .form-open {
    display: none;
  }

  .form-open-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: center;
    max-width: 810px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .form-open-heading {
    font-size: 82px;
  }

  .form-open-heading.form-title {
    color: var(--azul-mayahual);
    font-size: 76px;
    display: block;
  }

  .form-open-button {
    width: 162px;
    height: 162px;
  }

  .menu {
    display: none;
  }

  .menu-wrapper {
    width: 65%;
    padding-left: 100px;
  }

  .menu-links {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .form-contact {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .container-2 {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .flex-container {
    max-width: 600px;
  }

  .rese-as {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .slider-container {
    margin-bottom: 0;
  }

  .feedback-image-circle,
  .feedback-image-circle.feedback-color-green,
  .feedback-image-circle.feedback-color-violet {
    background-color: #383838;
  }

  .hs-card-2 {
    background-color: #0000;
  }

  .datos {
    background-color: #334164;
    width: 35%;
  }

  .div-block-3 {
    background-color: var(--white);
  }

  .heading {
    color: #fff;
  }

  .image-10 {
    width: 65%;
  }

  .imagenes-fixed._2 {
    background-image: url("../images/Mahahual-983092_3.jpg");
    background-position: 100%;
  }

  .text-fixed._1 {
    align-items: flex-start;
    width: 45%;
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .text-fixed._3 {
    inset: 0% auto 0% 0%;
  }

  .mision-tittle {
    font-size: 110px;
  }

  .mision-subtittle {
    color: #e2bd9a;
    font-size: 16px;
  }

  .mision-content {
    font-size: 21px;
  }

  .text-block-15 {
    width: 600px;
    font-size: 18px;
    line-height: 130%;
  }

  .youtube-2 {
    width: 800px;
  }

  .youtube-container {
    height: 100%;
  }

  .image-12 {
    width: 100%;
    height: 100%;
  }

  .barco {
    bottom: 15%;
  }

  .avion {
    top: 5%;
    right: 2%;
  }

  .white-bg {
    display: block;
  }

  .icons-title {
    font-size: 140px;
  }

  .pch-left-text {
    margin-top: -30px;
  }

  .icons-subtitle {
    font-size: 93px;
  }

  .mask-animation {
    top: 19%;
  }

  .mask-animation._2 {
    top: 7%;
  }

  .paragraph {
    font-size: 44px;
  }

  .text-block-27 {
    font-size: 41px;
  }

  .greca._2 {
    margin-bottom: 0;
  }

  .pincelada {
    width: 700px;
  }

  .pincelada-dorada {
    width: 800px;
    top: 35%;
    left: 18%;
  }

  .pincelada-content {
    font-size: 33px;
    bottom: 22.5%;
    left: 9%;
  }

  .pincelada-content._2 {
    font-size: 33px;
    bottom: 13%;
    left: 11%;
  }

  .pincelada-content._3 {
    font-size: 28px;
    bottom: 7.5%;
    left: 9%;
  }

  .pincelada-dorada-2 {
    width: 450px;
    bottom: 11%;
    left: 7%;
  }

  .absolute-content {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-top: 50px;
    padding-bottom: 50px;
    bottom: 5%;
    left: 3%;
  }

  .linea-dorada-portada {
    bottom: auto;
  }

  .linea-dorada-portada-2 {
    bottom: 0%;
  }

  .image-24.hojitas {
    width: 200px;
  }

  .lineas-derecha {
    object-fit: fill;
    max-width: none;
  }

  .lineas-izquierda-container {
    height: 50%;
    padding-bottom: 0;
  }

  .lineas-derecha-container {
    height: 50%;
  }

  .service-image-2 {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 120px;
  }

  h2 {
    font-size: 80px;
  }

  h3 {
    font-size: 65px;
  }

  h4 {
    font-size: 50px;
  }

  .container {
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .container.c-nav {
    flex-flow: row-reverse wrap-reverse;
    justify-content: space-between;
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
  }

  .container.relative-z-2 {
    overflow: visible;
  }

  .sg-wrapper.heading-box,
  .sg-wrapper.typeface {
    grid-template-columns: 1fr;
  }

  .sg-background {
    padding-left: 0;
  }

  .nav-links-wrapper.mb {
    display: none;
  }

  .menu-link {
    font-size: 60px;
  }

  .menu-link._1.w--current,
  .menu-link._2,
  .menu-link._3,
  .menu-link._4,
  .menu-link._5 {
    font-size: 49px;
  }

  .nav-link-inner {
    display: none;
  }

  .hh-mask._2 {
    margin-top: -6.0125em;
  }

  .hh-images {
    transform: scale3d(0.8, 0.8, 0.8);
  }

  .hh-image-position._3 {
    width: 240px;
    height: 360px;
  }

  .hh-image-position._4 {
    width: 330px;
    height: 220px;
  }

  .hh-image-position._2 {
    width: 360px;
    height: 180px;
  }

  .hh-image-position._1 {
    width: 300px;
    height: 180px;
  }

  .hh-image-position._5 {
    width: 300px;
    height: 200px;
  }

  .hh-image-position._6 {
    width: 300px;
    height: 160px;
    top: 9%;
  }

  .hh-heading._2 {
    font-size: 120px;
  }

  .hh-heading._1 {
    font-size: 170px;
  }

  .hh-image._3 {
    height: 400px;
  }

  .hh-image._6 {
    width: 100%;
  }

  .hh-image._2 {
    width: 400px;
  }

  .hh-image._5 {
    width: 350px;
  }

  .hh-image._4 {
    width: 390px;
  }

  .hh-image._1 {
    width: 330px;
  }

  .hh-image-wrapper._2 {
    width: 100%;
    height: 100%;
  }

  .hc-inner {
    width: 600px;
    height: 400px;
  }

  .hc-inner.big {
    width: 390px;
    height: 500px;
  }

  .hc-heading {
    padding-top: 0;
    font-size: 12vw;
  }

  .hc-heading.lotes {
    font-size: min(10.6vw, 80px);
  }

  .button-circle-lottie {
    width: 180px;
    height: 180px;
  }

  .button-circle-lottie.button-close-menu {
    right: -14.5%;
  }

  .section.s-vertical-carousel {
    z-index: 5;
  }

  .section.s-sustainble {
    justify-content: center;
    top: -50px;
    overflow: visible;
  }

  .hft-wrapper {
    padding-left: 0;
    padding-right: 5px;
    font-size: 80px;
  }

  .hft-heading {
    font-size: 80px;
  }

  .hft-heading._1st {
    padding-right: 0;
    font-size: 70px;
    display: block;
    top: 5%;
  }

  .hft-heading._2nd {
    font-size: 70px;
    top: 5%;
  }

  .hft-heading._3rd {
    font-size: 70px;
    top: 5%;
    overflow: hidden;
  }

  .circle-shape._5 {
    width: 250%;
  }

  .circle-shape._6 {
    width: 280%;
  }

  .circle-button-hover {
    display: none;
  }

  .hs-slide {
    width: 390px;
    max-width: none;
  }

  .mask {
    width: 390px;
  }

  .hsc-project {
    font-size: 20px;
  }

  .hs-hover {
    display: none;
  }

  .vertical-carousel-images {
    z-index: 5;
  }

  .vc-image._1,
  .vc-image._2 {
    left: 5%;
  }

  .vc-image._3 {
    top: 75%;
  }

  .vc-image._4 {
    top: 55%;
    right: 5%;
  }

  .vc-image._5 {
    right: 8%;
  }

  .vc-image._6 {
    right: 43%;
  }

  .hb-background {
    height: 100%;
  }

  .hb-top {
    font-size: 16px;
  }

  .services-card {
    width: min(31.2vw, 579px);
    padding: 35px;
  }

  .quote-heading {
    text-align: center;
  }

  .footer-heading {
    font-size: min(40px, 6.25vw);
  }

  .fb-content {
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 30px;
  }

  .about-hero {
    height: 480px;
  }

  .about-hero-content {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .ah-heading {
    font-size: 12vw;
  }

  .ah-heading-small {
    margin-left: 1.4em;
    font-size: 12vw;
  }

  .ah-wrapper {
    margin-left: auto;
  }

  .about-card-content {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .about-card {
    height: 450px;
    padding: 30px;
  }

  .about-card-heading {
    font-size: 35px;
  }

  .as-lines-wrapper {
    height: 6px;
  }

  .about-scroll {
    left: 78px;
  }

  .horizontal-scroll {
    left: auto;
  }

  .at-text-wrapper {
    flex-flow: column;
  }

  .at-graphic-image {
    width: 200px;
    right: 0%;
  }

  .faq-cards {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .faq-card {
    height: 450px;
    padding: 30px;
  }

  .fc-heading {
    font-size: 55px;
  }

  .brown {
    font-size: 14px;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .button-hover {
    display: none;
  }

  .cta {
    flex-flow: row;
    height: auto;
  }

  .cta-cards {
    flex-flow: column;
  }

  .cta-card {
    height: 380px;
    padding: 40px;
  }

  .cta-card-heading {
    font-size: 60px;
  }

  .cta-heading {
    padding-top: 0;
    font-size: 12vw;
  }

  .projects-hero-section {
    flex-flow: column;
  }

  .projects-hero-left {
    width: 100%;
  }

  .project-hero-heading {
    max-width: none;
  }

  .project-hero-right {
    width: 100%;
  }

  .project-hero-card {
    max-width: 300px;
    margin-top: 150px;
  }

  .phc-images-wrapper {
    height: 190px;
  }

  .phc-heading {
    font-size: 30px;
  }

  .projects-studies-cards {
    grid-column-gap: 75px;
    grid-row-gap: 75px;
  }

  .collection-item-projects-cards {
    height: 480px;
  }

  .psc-heading {
    font-size: 31px;
  }

  .psc-hover {
    display: none;
  }

  .pc-text-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    align-items: center;
  }

  .pc-heading {
    text-align: center;
    max-width: none;
    font-size: 90px;
  }

  .pc-text {
    text-align: center;
    max-width: 600px;
  }

  .projects-cms-hero {
    height: 1100px;
    min-height: auto;
  }

  .pch-section {
    flex-flow: column;
    height: auto;
  }

  .pch-left {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 0;
    padding-right: 60px;
  }

  .pch-right {
    width: 100%;
    height: 140vh;
    padding: 20px 60px 40px;
  }

  .pch-heading {
    max-width: none;
    font-size: 7.5vw;
  }

  .pch-left-content {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .pch-left-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .pch-images-gallery._2 {
    width: 100px;
    height: 55px;
  }

  .pch-gallery-icon._2 {
    width: 45px;
    height: 45px;
  }

  .pch-right-image {
    border-radius: 20px;
    width: 648px;
    height: 70vh;
  }

  .pch-right-text {
    max-width: 250px;
  }

  .project-cms-content {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .pcc-right-wrapper {
    flex-flow: column;
  }

  .pcc-right-inner {
    width: 100%;
  }

  .pci-image-wrapper._1 {
    height: 300px;
  }

  .pci-image-wrapper._2 {
    height: 650px;
  }

  .project-cms-image {
    height: 430px;
  }

  .project-cms-sustainble-background {
    object-fit: cover;
    margin-top: 100px;
    inset: 0%;
  }

  .collection-item-single-project {
    height: 390px;
  }

  .spc-heading {
    font-size: 2.8vw;
  }

  .blog-hero {
    height: 1000px;
    min-height: auto;
  }

  .blog-hero-section {
    flex-flow: column;
  }

  .blog-hero-left,
  .blog-hero-right {
    width: 100%;
    height: 50%;
  }

  .blog-hero-card {
    max-width: 300px;
    top: auto;
  }

  .bhc-image {
    height: 210px;
  }

  .collection-list-blog {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .bc-top {
    font-size: 16px;
  }

  .bch-left {
    padding-right: 30px;
  }

  .blog-cms-navbar {
    flex-flow: column wrap-reverse;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .blog-cms-box {
    font-size: 3.3vw;
  }

  .bch-heading {
    font-size: 3.8vw;
  }

  .bcn-right-line {
    display: none;
  }

  .contact-hero {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    margin-top: 0;
  }

  .contact-hero-heading {
    font-size: 22vw;
  }

  .contact-hero-small-heading {
    margin-top: -1.0875em;
    font-size: 9vw;
  }

  .contact-content {
    flex-flow: column;
  }

  .contact-map {
    width: 100%;
    min-width: 100%;
  }

  .contact-map-image {
    margin-top: -10px;
  }

  .contact-map-wrapper._1 {
    top: 15%;
  }

  .contact-map-wrapper._2 {
    bottom: 37%;
    left: 31%;
  }

  .form-open-wrapper {
    padding: 70px;
  }

  .form-open-button {
    flex: none;
    width: 100px;
    height: 100px;
  }

  .form-open-button-icon {
    width: 30px;
  }

  ._404-small-heading {
    margin-top: -100px;
    font-size: 70px;
  }

  .menu {
    display: none;
  }

  .menu-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    width: 79%;
    padding-left: 50px;
    padding-right: 50px;
  }

  .menu-info {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-content: space-between;
  }

  .cta-heading-mask {
    padding-bottom: 57px;
    display: none;
  }

  .planes {
    text-align: center;
    font-size: 90px;
  }

  .cta-card-heading-2 {
    font-size: 60px;
  }

  .fc-heading-2 {
    font-size: 55px;
  }

  .faq-card-2 {
    height: 450px;
    padding: 30px;
  }

  .contact-content-2 {
    flex-flow: column;
  }

  .contact-map-image-2 {
    margin-top: -10px;
  }

  .div-block-2 {
    flex-flow: column;
    align-items: center;
  }

  .circle-button-hover-2 {
    display: none;
  }

  .quote-heading-2 {
    text-align: center;
  }

  .button-2 {
    font-weight: 500;
  }

  .post-details-grid {
    grid-column-gap: 2em;
    grid-row-gap: 0em;
  }

  .card {
    padding: 2em;
  }

  .hs-slide-2 {
    width: 390px;
    max-width: none;
  }

  .mask-2 {
    width: 390px;
  }

  .hsc-project-2 {
    font-size: 20px;
  }

  .hs-hover-2 {
    display: none;
  }

  .datos {
    width: 100%;
    height: 50%;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .datos-container {
    border-bottom-width: 1px;
    justify-content: space-between;
    margin-bottom: 5px;
    padding-bottom: 10px;
  }

  .datos-container.exception {
    margin-bottom: 5px;
    padding-bottom: 10px;
  }

  .datos-left.next,
  .datos-right.next {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .text-small {
    font-size: 11px;
  }

  .text-big {
    font-size: 60px;
  }

  .text-block-10 {
    font-size: 11px;
  }

  .circle-container {
    width: 40px;
    height: 40px;
  }

  .text-semibig {
    font-size: 20px;
  }

  .contado {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .checkboxes {
    flex-flow: row;
    justify-content: flex-start;
  }

  .apartado {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .contado-left {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
  }

  .contado-tittle {
    font-size: 15px;
  }

  .contado-subtittle {
    width: 80%;
    font-size: 13px;
  }

  .apartado-left {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
  }

  .text-block-11 {
    font-size: 15px;
  }

  .text-block-12 {
    width: 80%;
    font-size: 13px;
  }

  .buttons {
    justify-content: flex-start;
  }

  .cotizar,
  .apartar {
    border-width: 1px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-13,
  .text-block-14 {
    font-size: 15px;
  }

  .circle-checkbox._2,
  .circle-checkbox._1 {
    width: 20px;
    height: 20px;
  }

  .imagenes-fixed._3 {
    line-height: 120%;
  }

  .text-fixed._1 {
    width: 50%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .mision-tittle {
    font-size: 60px;
  }

  .mision-subtittle {
    margin-top: -5px;
    margin-left: 0;
    font-size: 13px;
  }

  .mision-content {
    margin-top: 0.7rem;
    font-size: 13px;
  }

  .youtube-container {
    width: 90%;
  }

  .barco {
    width: 38%;
    bottom: 25%;
    left: 0%;
  }

  .white-bg {
    display: block;
  }

  .icons-title {
    font-size: 70px;
  }

  .pch-left-text {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .hs-slide-3 {
    width: 390px;
    max-width: none;
  }

  .mask-3 {
    width: 390px;
  }

  .icons-subtitle {
    font-size: 65px;
  }

  .mask-animation {
    top: 18%;
  }

  .mask-animation._2 {
    top: 8%;
  }

  .button-circle-lottie-2 {
    width: 180px;
    height: 180px;
  }

  .button-circle-lottie-2.button-close-menu {
    right: -14.5%;
  }

  .menu-link-2 {
    font-size: 60px;
  }

  .menu-wrapper-2 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .text-block-18,
  .text-block-19,
  .text-block-20 {
    font-size: 70px;
  }

  .text-block-21 {
    font-size: 13px;
  }

  .text-block-22,
  .text-block-23 {
    font-size: 14px;
  }

  .menu-mobile {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-bottom: 70px;
  }

  .sg-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .menu-link {
    font-size: 43px;
  }

  .hc-heading {
    font-size: 11vw;
  }

  .hc-heading.lotes {
    font-size: min(10.6vw, 45px);
  }

  .button-circle-lottie.button-close-menu {
    right: -19.5%;
  }

  .hft-wrapper,
  .hft-heading {
    font-size: 55px;
  }

  .collection-list {
    flex-flow: column;
  }

  .footer-heading {
    font-size: min(30px, 6.25vw);
  }

  .about-hero {
    height: 500px;
  }

  .acordion-text-wrapper {
    width: 100%;
  }

  .faq-wrapper {
    width: 100%;
    margin-top: 0;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .services-hero-content._2 {
    margin-left: 0;
  }

  .services-hero-text {
    display: none;
  }

  .cta {
    height: auto;
  }

  .cta-cards {
    flex-flow: wrap;
  }

  .cta-heading {
    font-size: 14vw;
  }

  .cta-background-imge {
    object-fit: cover;
    height: 100%;
    top: 0%;
  }

  .bg-project-cms {
    height: auto;
    padding-bottom: 150px;
  }

  .collection-list-single-project {
    flex-flow: column;
  }

  .collection-item-single-project {
    margin-bottom: 0;
  }

  .spc-hover {
    display: none;
  }

  .blog-hero {
    height: 800px;
  }

  .blog-cms-hero {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    height: 1030px;
    min-height: auto;
    padding-left: 30px;
  }

  .bch-left {
    width: 100%;
    height: 40%;
    padding-right: 30px;
  }

  .bch-left-content._2 {
    margin-bottom: 0;
  }

  .bch-right {
    width: 100%;
    height: 50%;
  }

  .bch-heading {
    font-size: 6vw;
  }

  .contact-hero {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .contact-hero-heading {
    font-size: 20vw;
  }

  .contact-map-wrapper {
    display: none;
  }

  .contact-map-wrapper._1 {
    top: 9%;
    right: 2%;
  }

  .contact-map-location {
    top: 22%;
  }

  .form-open-heading {
    font-size: 55px;
  }

  ._404-heading {
    font-size: 35vw;
  }

  ._404-small-heading {
    margin-top: -69px;
    font-size: 8vw;
  }

  .menu-info,
  .menu-bottom {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .menu-bottom-wrapper._2 {
    justify-content: center;
    align-items: flex-start;
  }

  .cta-heading-mask {
    padding-left: 45px;
    padding-right: 45px;
  }

  .text-block-2 {
    text-align: center;
  }

  .contact-map-location-2 {
    top: 22%;
  }

  .content {
    width: 100%;
  }

  .heading-display {
    font-size: 50px;
  }

  .big-text {
    font-size: 20px;
  }

  .card-item {
    flex-direction: column;
  }

  .card-item-content {
    align-self: auto;
  }

  .post-details-grid {
    grid-row-gap: 0em;
    grid-template-columns: 1fr;
  }

  .feedback-item-content {
    align-self: auto;
  }

  .slider {
    min-width: 320px;
  }

  .datos {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .button-circle-lottie-2.button-close-menu {
    right: -19.5%;
  }

  .menu-link-2 {
    font-size: 43px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 80px;
  }

  .hh-mask._3 {
    padding-bottom: 50px;
    margin-bottom: 10px;
  }

  .video-yotuube {
    height: 55vh;
    padding: 80px 0;
  }

  .video-yotuube2 {
    height: 55vh;
    padding: 80px 0;
  }

  .youtube-3 {
    border-radius: 5%;
    width: 90%;
  }

  .youtube-4 {
    border-radius: 5%;
    width: 90%;
    margin-bottom: 30px;
  }

  .vertical-carousel_box {
    padding: 80px 15px 40px 15px;
  }

  .vertical-carousel_title {
    font-size: 42px;
    line-height: 2.5rem;
    padding-left: 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
  }

  .heading-3,
  .heading-4,
  .heading-5,
  .heading-6 {
    font-weight: 500;
    font-size: 27px;
  }

  h2 {
    font-size: 60px;
  }

  h3 {
    font-size: 50px;
  }

  .small-b {
    display: block;
  }

  .small-n {
    display: none;
  }

  .projects-studies._1 {
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    padding: 30px 5px 0;
  }

  .container.c-nav {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .container.c-home-blog {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container.no-lr-padding {
    padding-bottom: 40px;
  }

  .container.no-top-padding {
    padding-top: 50px;
    padding-bottom: 60px;
    padding-left: 5px;
  }

  .container.relative-z-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container.formulario {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container._1 {
    padding-bottom: 30px;
  }

  .container.renders {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container.blg {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container.carrousel {
    padding-bottom: 30px;
  }

  .paragraph-14px,
  .paragraph-14px.black {
    font-weight: 700;
  }

  .sg-wrapper.active-border {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .sg-text-big {
    font-size: 200px;
  }

  .sg-background {
    padding-left: 0;
  }

  .nav-links-wrapper {
    display: none;
  }

  .nav-links-wrapper._2 {
    display: block;
  }

  .menu-link {
    font-size: 8.8vw;
  }

  .nav-brand-logo {
    width: 60px;
    min-width: auto;
  }

  .nav-button {
    padding-left: 25px;
    padding-right: 25px;
  }

  .hh-mask._2 {
    margin-top: -2.2em;
  }

  .hh-images {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  .hh-image-position._3 {
    width: 120px;
    height: 180px;
  }

  .hh-image-position._4 {
    width: 165px;
    height: 110px;
  }

  .hh-image-position._2 {
    width: 180px;
    height: 90px;
    bottom: 30%;
    right: 36%;
  }

  .hh-image-position._1 {
    width: 150px;
    height: 90px;
    bottom: 31%;
  }

  .hh-image-position._5 {
    width: 150px;
    height: 100px;
    right: 0%;
  }

  .hh-image-position._6 {
    width: 180px;
    height: 90px;
    top: 30%;
    left: auto;
    right: 6%;
  }

  .hh-heading._2 {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 19vw;
    transform: translateY(100%);
  }

  .hh-heading._1 {
    font-size: 19vw;
    font-weight: 600;
  }

  .hh-image._3 {
    height: 240px;
  }

  .hh-image._6 {
    width: 100%;
  }

  .hh-image._2 {
    width: 210px;
  }

  .hh-image._5 {
    width: 180px;
  }

  .hh-image._4 {
    width: 190px;
  }

  .hh-image._1 {
    width: 180px;
  }

  .home-hero-paragraph {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 16px;
    padding-bottom: 30px;
    margin-bottom: 0;
  }

  .hc-heading.lotes-2 {
    margin-top: -20px;
    line-height: 50px;
    font-size: min(10.6vw, 25px);
  }

  .hc-content,
  .hc-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .hc-inner {
    width: 300px;
    height: 200px;
  }

  .hc-inner.big {
    width: 200px;
    height: 250px;
  }

  .hc-heading {
    font-size: 13vw;
  }

  .hc-heading.lotes {
    letter-spacing: 0.03em;
    font-size: min(12.6vw, 80px);
  }

  .button-circle-lottie {
    width: 100px;
    height: 100px;
  }

  .button-circle-lottie._2 {
    display: none;
  }

  .button-circle-lottie.button-close-menu {
    width: 100px;
    height: 100px;
    right: -17.5%;
  }

  .button-circle-lottie.button-close-menu.mobile {
    right: auto;
  }

  .lottie {
    display: none;
  }

  .section.bg-grey.casa-tarjetas {
    padding-bottom: 40px;
  }

  .section.circle-quote {
    margin-top: -130px;
  }

  .section.s-footer {
    z-index: 2;
    padding-top: 30px;
  }

  .section.circle-about-cards {
    margin-top: 0;
  }

  .section.s-cta {
    z-index: 2;
    margin-top: -50px;
  }

  .section.s-sustainble {
    margin-top: 0;
    top: 0;
  }

  .section.circle-blog {
    margin-top: 150px;
  }

  .section.mapa-lotes {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .hft-wrapper,
  .hft-heading {
    font-size: 30px;
  }

  .hft-heading._1st,
  .hft-heading._2nd,
  .hft-heading._3rd {
    font-size: 22px;
  }

  .heading-animation {
    font-size: 16px;
  }

  .circle-shape._2 {
    width: 280%;
  }

  .circle-shape._3 {
    width: 180%;
  }

  .circle-shape._5 {
    width: 300%;
  }

  .circle-shape._6 {
    width: 430%;
  }

  .grid-container {
    grid-template-columns: 1fr; /* 1 sola columna en pantallas pequeñas */
  }

  .grid-container2 {
    grid-template-columns: 1fr; /* 1 sola columna en pantallas pequeñas */
  }

  .hd-heading {
    font-size: min(15vw, 480px);
  }

  .big-heading-carousel {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .home-design {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    margin-top: 25px;
  }

  .hd-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .circle-button.form-button {
    width: 74px;
    height: 74px;
  }

  .hd-image-wrapper {
    height: 150px;
  }

  .home-studies {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .case-studies-carousel {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .case-studies-carousel.amenidades {
    margin-bottom: 80px;
  }

  .hs-slider {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 130px;
  }

  .hs-slide,
  .mask {
    width: 100%;
  }

  .hs-card {
    height: 300px;
  }

  .hsc-project {
    padding-right: 20px;
  }

  .left-arrow {
    width: 80px;
    height: 80px;
    margin-right: 100px;
  }

  .left-arrow-icon {
    width: 25px;
  }

  .right-arrow {
    width: 80px;
    height: 80px;
    margin-left: 100px;
  }

  .right-arrow-icon {
    width: 25px;
  }

  .vc-image._2 {
    height: 12%;
    left: 3%;
  }

  .vc-image._3 {
    width: 20%;
    top: 70%;
    left: 41%;
  }

  .vc-image._4 {
    top: 56%;
  }

  .collection-list {
    flex-flow: column;
  }

  .hb-content {
    min-height: 425px;
  }

  .services {
    margin-top: 25px;
  }

  .services-heading {
    font-size: 50px;
  }

  .services-header {
    margin-bottom: 0;
  }

  .services-cards {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .services-card {
    width: 80%;
    height: 400px;
  }

  .services-card._1 {
    justify-content: flex-start;
    align-items: flex-end;
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .services-card._2,
  .services-card._3 {
    width: 90%;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-icon {
    width: 20px;
  }

  .quote {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    margin-top: 0;
  }

  .quote-heading {
    font-size: 46px;
    font-weight: 700;
  }

  .text-field {
    padding-bottom: 5px;
  }

  .checkbox {
    flex: none;
    width: 27px;
  }

  .footer {
    grid-column-gap: 100px;
    grid-row-gap: 50px;
    padding-bottom: 110px;
  }

  .footer-top {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .footer-heading {
    font-size: min(17px, 6.25vw);
  }

  .footer-bottom {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .footer-social-circle {
    width: 60px;
    height: 60px;
  }

  .fb-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .fb-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .fb-inner {
    justify-content: center;
    align-items: center;
  }

  .about-hero {
    height: 460px;
  }

  .about-hero-content {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: -100px;
    padding-right: 0;
  }

  .ah-heading-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .ah-heading {
    text-align: left;
    font-size: 13vw;
  }

  .ah-heading-small {
    margin-top: -0.3em;
    margin-left: 1.2em;
    font-size: 15vw;
  }

  .ah-wrapper {
    margin-left: auto;
    margin-right: 0;
    padding: 8px 20px;
  }

  .ah-inner-image {
    width: 40px;
    height: 40px;
  }

  .ah-inner-text {
    font-size: 12px;
  }

  .about-hero-text {
    text-align: center;
    max-width: none;
    margin-top: 90px;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    font-weight: 600;
  }

  .about-card-content {
    flex-flow: column;
  }

  .about-design {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    margin-top: 30px;
  }

  .ad-image-wrapper {
    height: 150px;
  }

  .al-heading {
    max-width: 350px;
  }

  .at-heading {
    font-size: 13vw;
  }

  .at-text {
    font-size: 14px;
  }

  .at-graphic-image {
    width: 70px;
  }

  .faq.faq-margin-bottom {
    padding-left: 10px;
    padding-right: 10px;
  }

  .faq-cards {
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 0;
  }

  .fc-heading {
    font-weight: 700;
  }

  .brown {
    font-weight: 600;
  }

  .faq-content {
    margin-top: 0;
  }

  .faq-heading {
    margin-left: -100px;
    font-size: 60px;
  }

  .accordion-item {
    padding: 0;
  }

  .faq-paragraph {
    padding-top: 0;
  }

  .services-hero {
    z-index: 1;
    position: relative;
  }

  .services-hero-section {
    z-index: 1;
  }

  .sc-background {
    height: 1060px;
  }

  .sc-background-linear._2 {
    bottom: -49%;
  }

  .sc-background-linear._1 {
    bottom: -37%;
  }

  .services-inner {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .services-inner-card {
    width: 90%;
    max-width: 580px;
    height: 550px;
  }

  .cta {
    padding: 20px 10px;
  }

  .cta-cards {
    margin-top: 0;
  }

  .cta-card {
    height: 400px;
    margin-top: 0;
  }

  .cta-card-heading {
    margin-bottom: 5px;
  }

  .cta-heading {
    font-size: 13vw;
  }

  .projects-hero {
    height: 130vh;
    min-height: auto;
  }

  .projects-hero-left {
    height: 60%;
    padding-top: 200px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .project-hero-heading {
    font-size: 8.5vw;
  }

  .projects-hero-left-content {
    display: none;
  }

  .project-hero-right {
    height: 50%;
  }

  .project-hero-card {
    max-width: 250px;
    margin-top: 150px;
  }

  .phc-images-wrapper {
    height: 150px;
  }

  .phc-wrapper {
    font-size: 3vw;
  }

  .phc-heading {
    font-size: 20px;
  }

  .phc-heading._1 {
    font-size: 22px;
  }

  .phc-heading._2 {
    font-size: 22px;
    bottom: 33%;
  }

  .phc-text {
    font-size: 2.5vw;
  }

  .phc-text._1 {
    font-size: 13px;
  }

  .phc-text._2 {
    font-size: 13px;
    bottom: 10%;
    left: 20px;
    right: 20px;
  }

  .projects-heading {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 8vw;
  }

  .projects-image {
    background-position: 50%;
  }

  .projects-studies-text-wrapper {
    margin-bottom: 0;
    padding-bottom: 60px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .projects-studies-cards {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .collection-list-wrapper-projects-cards {
    width: 100%;
  }

  .collection-list-wrapper-projects-cards._2,
  .collection-list-projects-cards._2 {
    top: 0;
  }

  .collection-item-projects-cards,
  .collection-item-projects-cards.margin {
    margin-bottom: 50px;
  }

  .psc-hover {
    display: none;
  }

  .pc-text-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .pc-heading {
    font-size: 41px;
    font-weight: 700;
  }

  .pc-heading.video-casa {
    font-size: 42px;
  }

  .pc-text {
    font-size: 14px;
  }

  .projects-cms-hero {
    height: 1000px;
  }

  .pch-left {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 50%;
    padding-top: 128px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .pch-right {
    height: 50%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .pch-heading {
    width: 100%;
    font-size: 7.4vw;
  }

  .pch-left-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .pch-images-gallery._2 {
    height: 60px;
    overflow: hidden;
  }

  .pch-right-image {
    border-radius: 0;
    width: 100%;
    height: 100%;
  }

  .project-cms-content {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
  }

  .pcc-left {
    flex-flow: column;
    width: 100%;
  }

  .pcc-left-max-width {
    max-width: none;
  }

  .pcc-right {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    width: 100%;
  }

  .pcc-right-max-width {
    font-weight: 200;
  }

  .pcc-right-review h1 {
    font-size: 30px;
  }

  .pci-image-wrapper._1 {
    height: 250px;
  }

  .pci-image-wrapper._2 {
    height: 500px;
  }

  .project-cms-image {
    height: 350px;
  }

  .project-cms-sustainble {
    margin-top: 50px;
    margin-bottom: 80px;
  }

  .pcs-logo {
    height: 100px;
  }

  .pcs-text {
    font-weight: 500;
  }

  .project-cms-sustainble-background {
    object-fit: cover;
  }

  .collection-list-wrapper-single-project {
    width: 100%;
  }

  .spc-image {
    object-fit: contain;
    height: 191.719px;
  }

  .blog-hero-left {
    height: 50%;
    padding-top: 128px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-hero-right {
    height: 50%;
  }

  .blog-hero-card {
    max-width: 250px;
    top: auto;
  }

  .bhc-content {
    font-size: 14px;
  }

  .bhc-image {
    height: 160px;
  }

  .collection-list-blog {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .bc-content {
    min-height: 425px;
  }

  .blog-cms-hero {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 920px;
    padding-left: 0;
  }

  .bch-left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    height: 47%;
    padding-left: 20px;
    padding-top: 60px;
    padding-right: 20px;
  }

  .bch-left-content._2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    font-size: 12px;
  }

  .blog-cms-rich h1 {
    font-size: 40px;
  }

  .blog-cms-rich p {
    font-size: 14px;
  }

  .blog-cms-image-wrapper {
    height: 210px;
  }

  .blog-cms-image-wrapper._2 {
    height: 380px;
  }

  .blog-cms-box {
    text-align: center;
    font-size: 5.2vw;
  }

  .bcb-icon._1 {
    width: 42px;
  }

  .bcb-icon._2 {
    width: 45px;
  }

  .bch-heading {
    opacity: 0;
    font-size: 7.4vw;
  }

  .contact-hero {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .contact-hero-heading {
    text-align: center;
    font-size: 75px;
  }

  .contact-hero-small-heading {
    margin-top: -1em;
    font-size: 50px;
  }

  .contact-inner {
    justify-content: center;
    align-items: center;
  }

  .contact-inner-heading {
    max-width: 80%;
    font-size: 30px;
  }

  .f {
    width: 60px;
    height: 60px;
  }

  .contact-map-image {
    height: 80%;
  }

  .form-open {
    min-height: 100vh;
    display: none;
    inset: 0% 0% auto;
  }

  .form-open-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
    padding: 25px;
  }

  .form-open-heading {
    font-size: 7.5vw;
  }

  .form-open-button {
    width: 70px;
    height: 80px;
  }

  .form-open-button-icon {
    width: 20px;
  }

  ._404-small-heading {
    margin-top: -64px;
    font-size: 9vw;
  }

  ._404-wrapper {
    font-size: 12px;
  }

  .menu {
    display: none;
  }

  .menu-wrapper {
    width: 80%;
  }

  .menu-bottom-links {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .menu-button-icon {
    width: 20px;
  }

  .menu-button._2 {
    display: flex;
  }

  .cta-heading-mask {
    padding-bottom: 3.125em;
    padding-left: 1.8em;
    padding-right: 1.8em;
    display: none;
    overflow: visible;
  }

  .utility-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .utility-text p {
    font-size: 14px;
  }

  .text-block-2 {
    font-size: 12px;
  }

  .planes {
    font-size: 42px;
    font-weight: 700;
    line-height: 100%;
  }

  .section-2.s-cta {
    z-index: 2;
  }

  .container-2 {
    padding: 75px 30px;
  }

  .container-2.r {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-heading-2 {
    text-align: center;
    margin-left: 0;
    font-size: 46px;
    line-height: 120%;
  }

  .faq-paragraph-2 {
    padding-top: 0;
  }

  .contact-map-2 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .brown-3 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
  }

  .contact-wrapper-2 {
    padding-bottom: 50px;
  }

  .contact-social-circle {
    width: 60px;
    height: 60px;
  }

  .contact-inner-heading-2 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    font-weight: 600;
  }

  .container-3 {
    padding: 75px 30px;
  }

  .container-3.no-bottom-padding {
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .litte-1,
  .litte-2 {
    font-size: 13px;
  }

  .parrafo._1 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 14px;
  }

  .flex-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .text-block-3,
  .text-block-4,
  .text-block-5 {
    font-size: 18px;
    line-height: 120%;
  }

  .section-4.circle-quote {
    margin-top: -130px;
  }

  .circle-shape-2._3 {
    width: 180%;
  }

  .quote-heading-2 {
    font-size: 12vw;
  }

  .container-5 {
    height: 80vh;
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .container-8.renders-content {
    margin-left: 10px;
    margin-right: 10px;
  }

  .content {
    width: 100%;
  }

  .heading-display {
    font-size: 34px;
  }

  .big-text.blog-item-date {
    font-weight: 600;
  }

  .button-2 {
    height: 42px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .post-details-grid {
    grid-row-gap: 0em;
  }

  .text-block-8 {
    font-size: 16px;
  }

  .text-block-9 {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 500;
  }

  .rese-as {
    font-size: 14vw;
  }

  .feedback-card-container {
    min-height: 340px;
  }

  .feedback-text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .card {
    padding: 1.5em;
  }

  .card.feedback-card {
    border-radius: 0;
    width: 100%;
    padding-left: 0.5em;
    padding-right: 0.5em;
  }

  .slider {
    min-width: 280px;
  }

  .slide {
    padding-left: 0;
    padding-right: 0;
  }

  .hs-slide-2,
  .mask-2 {
    width: 100%;
  }

  .hs-slider-2 {
    padding-bottom: 150px;
  }

  .hs-slider-2.slider-videos {
    z-index: 5;
    padding-bottom: 110px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 30px;
  }

  .hs-card-2 {
    height: 450px;
  }

  .datos {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .datos-container.exception {
    padding-right: 1.7rem;
  }

  .datos-left {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .text-small {
    font-size: 10px;
  }

  .text-big {
    margin-left: -5px;
    font-size: 50px;
    font-weight: 600;
  }

  .text-block-10 {
    margin-top: 1px;
    font-size: 10px;
  }

  .circle-container {
    width: 35px;
    height: 35px;
  }

  .text-semibig {
    font-size: 15px;
  }

  .contado {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }

  .checkboxes {
    flex-flow: column;
  }

  .apartado {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }

  .contado-tittle {
    font-size: 14px;
  }

  .contado-subtittle,
  .text-block-12 {
    font-size: 12px;
  }

  .buttons {
    justify-content: flex-start;
    align-items: center;
  }

  .cotizar,
  .apartar {
    padding-left: 30px;
    padding-right: 30px;
  }

  .code-embed {
    width: 100%;
    height: 100%;
  }

  .image-10 {
    height: 50%;
  }

  .imagenes-fixed._1 {
    background-attachment: scroll;
    height: 80vh;
    margin-bottom: 0;
  }

  .imagenes-fixed._2,
  .imagenes-fixed._3 {
    height: 80vh;
    margin-bottom: 0;
  }

  .text-fixed._1 {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    width: 100%;
    height: 45%;
    padding-left: 1rem;
    padding-right: 1rem;
    inset: auto 0% 0%;
  }

  .text-fixed._1.right {
    inset: auto 0% 0%;
  }

  .text-fixed._1.legal {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-top: 5rem;
  }

  .mision-tittle {
    font-size: 48px;
  }

  .mision-subtittle {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 600;
  }

  .mision-subtittle.vision {
    margin-top: 0;
  }

  .mision-subtittle.legal {
    margin-top: -5px;
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 140%;
  }

  .mision-content {
    text-transform: none;
    margin-top: 0;
    font-size: 12px;
    font-weight: 500;
  }

  .text-block-15 {
    opacity: 0;
    width: 100%;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 500;
    z-index: 2;
  }

  .text-block-15.nosotros {
    opacity: 1;
  }

  .youtube-container {
    width: 95%;
  }

  .image-12.fondo {
    margin-right: 0;
    display: none;
  }

  .image-12.fondo.mobile {
    display: block;
  }

  .barco {
    width: 600px;
    max-width: none;
    bottom: 24%;
    left: -380px;
  }

  .avion {
    width: 54%;
    top: 22%;
    right: 0%;
  }

  .white-bg {
    display: block;
  }

  .icons-title {
    font-size: 43px;
  }

  .pch-left-text {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .hs-slide-3,
  .mask-3 {
    width: 100%;
  }

  .right-arrow-2 {
    width: 80px;
    height: 80px;
    margin-left: 100px;
  }

  .left-arrow-2 {
    width: 80px;
    height: 80px;
    margin-right: 100px;
  }

  .galeria {
    bottom: 5%;
    right: 2%;
  }

  .icons-subtitle {
    font-size: 29px;
  }

  .mask-animation {
    margin-bottom: -25px;
  }

  .paso {
    font-weight: 700;
  }

  .menu-bottom-links-2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .button-circle-lottie-2 {
    width: 100px;
    height: 100px;
  }

  .button-circle-lottie-2.button-close-menu {
    width: 100px;
    height: 100px;
    right: -17.5%;
  }

  .menu-link-2 {
    font-size: 8.8vw;
  }

  .menu-wrapper-2 {
    width: 80%;
  }

  .menu-2 {
    display: none;
  }

  .amenities-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 80px 10px;
    box-sizing: border-box;
    background-color: var(--azul-mayahual);
  }

  .text-block-18,
  .text-block-19,
  .text-block-20 {
    font-size: 22px;
  }

  .menu-mobile {
    z-index: 100;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: #191d23d9;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    height: 100vh;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
    position: fixed;
    inset: 0% 0% auto;
  }

  .mobile-top {
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
  }

  .text-mobile {
    text-transform: uppercase;
    font-family: Manrope, sans-serif;
    font-weight: 500;
  }

  .mobile-links {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .link-mobile {
    text-decoration: none;
  }

  .link-mobile.w--current {
    font-family: Manrope, sans-serif;
    font-weight: 500;
    text-decoration: none;
  }

  .link-mobile-text {
    color: var(--white);
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-size: 28px;
    font-weight: 600;
  }

  .mobile-contact {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .mobile-redes {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .mobile-direccion {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 150px;
    display: flex;
  }

  .mobile-tittle-redes {
    color: var(--brown);
    text-align: left;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 600;
  }

  .mobile-icons-redes {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .instagram,
  .facebook {
    width: 25px;
    height: 25px;
  }

  .mobile-title-direccion {
    color: var(--brown);
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 600;
  }

  .mobile-content-direccion {
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 120%;
  }

  .mobile-legal {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .legal {
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 600;
  }

  .legal._2024 {
    color: #858585;
  }

  .link-block-4,
  .link-block-5,
  .link-block-6 {
    color: var(--white);
    text-decoration: none;
  }

  .text-block-24 {
    text-align: center;
  }

  .text-block-25 {
    font-size: 12px;
  }

  .whatsapp {
    bottom: 2%;
    right: 2%;
  }

  .whasapp-image {
    width: 50px;
    height: 50px;
  }

  .paragraph {
    font-size: 18px;
    line-height: 130%;
  }

  .heading-12 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-27 {
    font-size: 14px;
    line-height: 130%;
  }

  .heading-13,
  .heading-14,
  .heading-15,
  .heading-17,
  .heading-18 {
    font-weight: 700;
  }

  .text-block-30 {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }

  .greca._2 {
    height: 40px;
    position: relative;
  }

  .imagen-greca {
    object-fit: cover;
    height: auto;
  }

  .pincelada-dorada {
    width: 270px;
    margin-right: -30px;
  }

  .pincelada-content {
    font-size: 19px;
  }

  .pincelada-content._2 {
    font-size: 23px;
  }

  .pincelada-content._3 {
    font-size: 17px;
  }

  .body-8 {
    background-color: var(--azul-mayahual);
  }

  .pincelada-container {
    margin-top: -20px;
  }

  .absolute-content {
    padding-top: 30px;
    padding-bottom: 30px;
    bottom: 18.5%;
  }

  .youtube-5,
  .youtube-6 {
    margin-bottom: 30px;
  }

  .image-18 {
    object-fit: none;
    width: 100%;
    height: 15px;
  }

  .linea-dorada {
    object-fit: cover;
    height: 20px;
    left: 0;
    right: 0;
  }

  .image-19.palmera,
  .faro-container {
    display: none;
  }

  .linea-dorada-2,
  .linea-dorada-3 {
    object-fit: cover;
    height: 20px;
  }

  .linea-dorada-portada {
    margin-top: 0;
    position: relative;
  }

  .linea-dorada-4 {
    object-fit: cover;
    height: 20px;
  }

  .linea-dorada-portada-2 {
    margin-top: 5px;
    margin-bottom: 20px;
  }

  .image-24.hojitas {
    opacity: 0;
    width: 65px;
  }

  .image-24.hojitas._2 {
    display: inline-flex;
    left: auto;
    right: 0;
    transform: rotateX(0) rotateY(-180deg) rotateZ(0);
  }

  .palmera-2 {
    width: 250px;
  }

  .pincelada-dorada-3 {
    bottom: -5px;
    right: -10px;
  }

  .linea-dorada-5,
  .linea-dorada-6,
  .linea-dorada-footer {
    object-fit: cover;
    height: 20px;
  }
}

#w-node-eef4972b-f5c9-fa1d-5e8d-e49409547b95-09547b89 {
  justify-self: center;
}

#w-node-eef4972b-f5c9-fa1d-5e8d-e49409547b97-09547b89 {
  justify-self: end;
}

#w-node-fe22b3a6-38a4-5933-68e1-d0505ef22284-0225749b,
#w-node-fe22b3a6-38a4-5933-68e1-d0505ef22284-ce941ac7,
#w-node-fe22b3a6-38a4-5933-68e1-d0505ef22284-38a80cd7 {
  grid-area: 2 / 1 / 3 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-eef4972b-f5c9-fa1d-5e8d-e49409547b8b-09547b89 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-fe22b3a6-38a4-5933-68e1-d0505ef2227c-0225749b {
    grid-column: span 1 / span 1;
  }

  #w-node-fe22b3a6-38a4-5933-68e1-d0505ef22284-0225749b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fe22b3a6-38a4-5933-68e1-d0505ef2227c-ce941ac7 {
    grid-column: span 1 / span 1;
  }

  #w-node-fe22b3a6-38a4-5933-68e1-d0505ef22284-ce941ac7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fe22b3a6-38a4-5933-68e1-d0505ef2227c-38a80cd7 {
    grid-column: span 1 / span 1;
  }

  #w-node-fe22b3a6-38a4-5933-68e1-d0505ef22284-38a80cd7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@font-face {
  font-family: "Brittanysignature";
  src: url("../fonts/BrittanySignature.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nohemi";
  src: url("../fonts/Nohemi-ExtraLight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mariyam";
  src: url("../fonts/Mariyam.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nohemi";
  src: url("../fonts/Nohemi-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
