@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600,700,800&display=swap");
/* Base */
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Raleway", "Helvetica Neue", Arial, sans-serif;
  color: #4b4a3a;
  background: #ffffff;
  line-height: 1.6;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

img {
  max-width: 100%;
  display: block;
}

/* Navbar */
.navbar {
  background: #ffffff;
  border-bottom: 1px solid rgba(63, 61, 40, 0.1);
  height: 104px;
}
.navbar .navbar-nav {
  gap: 30px;
}
.navbar .navbar-nav .nav-item .nav-link {
  color: #4b4a3a;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: capitalize;
  font-weight: 200;
}
.navbar .navbar-nav .nav-item .nav-link.active {
  font-weight: 700;
}
.navbar .navbar-nav .nav-item .nav-link:hover {
  color: #88856E;
}

.navbar-toggler {
  border-color: rgba(63, 61, 40, 0.2);
}

.navbar-brand img {
  height: 52px;
}

/* Hero (Inicio) */
.hero {
  position: relative;
  background: url("../img/bg-80.jpg") center/cover no-repeat;
  height: 580px;
  color: #ffffff;
  display: flex;
  align-items: center;
  padding: 144px 0 120px;
  box-sizing: border-box;
  overflow: hidden;
}
.hero .container {
  position: relative;
  z-index: 1;
}
.hero h1 {
  font-size: clamp(1.9rem, 3.1vw, 2.8rem);
  font-weight: 400;
}
.hero p {
  max-width: 420px;
  font-weight: 300;
}
.hero .god-rays {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(135deg, transparent 40%, rgba(255, 255, 255, 0.3) 45%, rgba(255, 255, 255, 0.15) 50%, transparent 55%), linear-gradient(110deg, transparent 30%, rgba(255, 255, 200, 0.25) 40%, rgba(255, 255, 200, 0.1) 45%, transparent 50%);
  background-size: 400% 400%, 350% 350%;
  background-position: 0% 0%, 100% 0%;
  animation: movingLight 12s ease-in-out infinite;
}
.hero .god-rays::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 25% 25%, rgba(255, 255, 255, 0.4) 0%, transparent 40%), radial-gradient(ellipse at 75% 35%, rgba(255, 255, 200, 0.3) 0%, transparent 35%);
  animation: pulseLight 12s ease-in-out infinite;
}

@keyframes movingLight {
  0%, 100% {
    background-position: 0% 0%, 100% 0%;
  }
  50% {
    background-position: 100% 100%, 0% 100%;
  }
}
@keyframes pulseLight {
  0%, 100% {
    opacity: 0.6;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
}
.hero-title {
  font-weight: 300;
}

/* Proyecto (Intro + Form) */
.split-section {
  background: #ede9df;
  position: relative;
}
.split-section .info-block {
  padding: 10px 70px;
  min-height: 290px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 400;
}
.split-section .cta-block {
  background: #88856E;
  padding: 32px 25px;
  color: #ffffff;
}
.split-section .cta-block h2 {
  text-transform: none;
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 5px;
}
.split-section .cta-block p {
  font-weight: 400;
  margin-bottom: 15px;
}

.cta-overlap {
  position: relative;
  margin-top: -120px;
  z-index: 2;
}

.card-form {
  background: #ffffff;
  border-radius: 6px;
  padding: 22px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}
.card-form .form-label {
  font-size: 0.85rem;
  color: #8a8772;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 6px;
}

.section-title {
  font-size: 36px;
  font-weight: 800;
  color: #88856E;
}
.section-title span {
  text-transform: none;
  color: #88856E;
  font-weight: 600;
}

.letter-spacing {
  letter-spacing: 0.12em;
}

/* CTA Buttons */
.btn-olive {
  background: #88856E;
  color: #ffffff;
  border-radius: 999px;
  padding: 10px 60px;
  border: none;
  font-size: 14px;
}
.btn-olive:hover {
  background: #3f3d28;
  color: #ffffff;
}

.btn-floating {
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2;
  display: block;
  width: fit-content;
}

/* Conoce el desarrollo */
.project-row {
  background: #ffffff;
  padding: 30px 0 0;
}
.project-row .container-fluid > .row {
  --bs-gutter-x: 0;
  margin-left: 0;
  margin-right: 0;
}
.project-row .container-fluid > .row > [class^=col] {
  padding-left: 0;
  padding-right: 0;
}
.project-row .container-fluid > .row.g-4 {
  column-gap: 1.5rem;
  row-gap: 1.5rem;
}
.project-row .project-card {
  padding: 28px 30px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.project-row .project-card h3 {
  font-size: 1.1rem;
  font-weight: 500;
}
.project-row .project-card h2 {
  font-size: 24px;
  font-weight: 800;
  color: #88856E;
  max-width: 70%;
}
.project-row .project-card p {
  color: #88856E;
  font-size: 20px;
  font-weight: 400;
  max-width: 70%;
}

/* Condiciones de entrega */
.stats-section {
  background: #88856E;
  color: #ffffff;
}
.stats-section h2 {
  font-size: clamp(1.7rem, 2.4vw, 2.4rem);
  font-weight: 600;
  letter-spacing: 0.01em;
}

#inversion .col-lg-8 .dinamic-width {
  max-width: 70%;
}
@media (max-width: 991px) {
  #inversion .col-lg-8 .dinamic-width {
    max-width: 100%;
  }
}
#inversion .col-lg-8 {
  color: #ffffff;
}
#inversion .col-lg-8 h2 {
  font-size: 32px;
  font-weight: 800;
}
#inversion .col-lg-8 p {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 32px;
  opacity: 0.9;
}
#inversion .col-lg-8 .stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 32px;
}
#inversion .col-lg-8 .stat-box {
  display: flex;
  flex-direction: column-reverse;
  gap: 12px;
  text-align: center;
  font-size: 18px;
}
#inversion .col-lg-8 .stat-box strong {
  display: block;
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
  padding: 22px 18px;
  border: 2px solid white;
  border-radius: 22px;
}

/* Amenities y Entorno */
.amenities {
  background: #f6f4ee;
}
.amenities .container-fluid > .row {
  --bs-gutter-x: 0;
  margin-left: 0;
  margin-right: 0;
}
.amenities .container-fluid > .row > .col {
  padding-left: 0;
  padding-right: 0;
}
.amenities .parent {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 390px);
  gap: 0;
  width: 100%;
}
.amenities .parent > div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.amenities .parent > div .content-grid {
  width: 80%;
}
.amenities .div1 {
  grid-area: 1/1/2/3;
}
.amenities .div2 {
  grid-area: 2/1/4/2;
}
.amenities .div3 {
  grid-area: 3/2/4/4;
}
@media screen and (max-width: 767px) {
  .amenities .div3 {
    display: none;
  }
}
.amenities .div4 {
  grid-area: 1/3/3/4;
}
.amenities .div5 {
  grid-area: 2/2/3/3;
}
.amenities .intro {
  padding: 4rem 3rem;
}
.amenities .intro p {
  margin-top: 40px;
  color: #88856E;
  line-height: 1.6;
  font-size: 20px;
  font-weight: 400;
  max-width: 70%;
}
.amenities .img {
  position: relative;
  overflow: hidden;
}
.amenities .img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.amenities .list {
  padding: 3rem;
}
.amenities .list ul {
  color: #88856E;
  line-height: 2;
  font-size: 20px;
}
@media (max-width: 991.98px) {
  .amenities .parent {
    grid-template-columns: 1fr;
    grid-template-rows: auto 250px 200px 250px auto;
  }
  .amenities .div1,
  .amenities .div2,
  .amenities .div3,
  .amenities .div4,
  .amenities .div5 {
    grid-area: auto !important;
  }
  .amenities .intro,
  .amenities .list {
    padding: 2rem;
  }
}

.image-strip {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}

/* Parallax */
.parallax-section {
  position: relative;
  overflow: hidden;
  height: 480px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.parallax-section .parallax-media {
  position: absolute;
  inset: -10% 0;
  width: 100%;
  height: 120%;
  object-fit: cover;
  transform: translateY(0);
  will-change: transform;
}

.parallax-sum {
  background: url("../img/sum.jpg") bottom/cover no-repeat;
}

.parallax-bg {
  background: url("../img/bg-2.jpg") center/cover no-repeat;
}

/* Prensa */
.press-section {
  background: #ede9df;
  padding: 180px 0;
}
.press-section .press-text {
  color: #88856E;
  font-size: 22px;
  max-width: 700px;
  margin: 0 auto 24px;
  line-height: 1.45;
}

.press-strong {
  font-weight: 600;
}

/* Imagenes */
.image-placeholder {
  position: relative;
  background: url("../img/bg-80.jpg") center/cover no-repeat;
  min-height: 140px;
  width: 100%;
}

.image-wide {
  min-height: 220px;
}

.vertical-image {
  min-height: 320px;
}

/* Ubicacion */
.location-banner {
  background: #ffffff;
  padding: 80px 0 0;
}
.location-banner .location-address {
  color: #88856E;
  font-size: 20px;
}

.map-frame,
.map-illustration {
  margin-top: 40px;
  height: 520px;
  background: #ccd1c6;
}

.map-frame iframe,
.map-frame img {
  width: 100%;
  height: 100%;
  min-height: 380px;
  border: 0;
  display: block;
  object-fit: cover;
}

.map-illustration img {
  width: 100%;
  height: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* CTA final */
.cta-footer {
  background: #ffffff;
  padding: 90px 0 90px;
}
.cta-footer p {
  color: #88856E;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 18px;
}

/* Footer */
.footer {
  background: #88856E;
  color: #ffffff;
  padding: 45px 0;
  font-size: 16px;
}
.footer .footer-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
}
.footer .footer-links {
  display: flex;
  gap: 10px;
  align-items: center;
  color: rgba(255, 255, 255, 0.85);
}
.footer .footer-divider {
  opacity: 0.6;
}
.footer .footer-brand img {
  height: 35px;
}
.footer p {
  margin: 0;
  text-align: right;
}
.footer a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
}
.footer a:hover {
  color: #ffffff;
}

/* Forms */
.form-control,
.form-select {
  border-radius: 4px;
  border: 1px solid rgba(63, 61, 40, 0.2);
  font-size: 0.9rem;
}
.form-control:focus,
.form-select:focus {
  border-color: #88856E;
  box-shadow: 0 0 0 0.15rem rgba(136, 133, 110, 0.25);
}

/* Support for index2 layout blocks */
.card-info {
  background: #ffffff;
  border-radius: 6px;
  padding: 24px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.stats {
  background: #88856E;
  color: #ffffff;
  border-radius: 6px;
  padding: 20px;
}

.highlight {
  background: #ede9df;
  border-radius: 6px;
  padding: 20px;
}

.gallery-block {
  background: #FAF9F4;
  border-radius: 6px;
  padding: 20px;
}

.section-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}

/* Responsive */
@media (min-width: 992px) {
  .split-section .info-block,
  .split-section .cta-block {
    padding: 46px 52px;
  }
  .hero {
    min-height: 710px;
  }
  .cta-overlap {
    margin-top: -120px;
  }
  .map-frame,
  .map-illustration {
    min-height: 360px;
  }
  .parallax-section {
    min-height: 360px;
  }
}
@media (max-width: 991px) {
  .navbar {
    height: auto;
    padding: 8px 0;
  }
  .navbar .navbar-nav {
    gap: 12px;
    padding: 12px 0;
  }
  .hero {
    height: auto;
    min-height: 460px;
    padding: 104px 0 80px;
  }
  .hero h1 {
    font-size: clamp(1.6rem, 4.4vw, 2.2rem);
  }
  .split-section .info-block {
    padding: 24px;
    min-height: auto;
    font-size: 18px;
  }
  .split-section .cta-block {
    padding: 24px;
  }
  .cta-overlap {
    margin-top: 0;
  }
  .section-title {
    font-size: 28px;
  }
  .btn-olive {
    padding: 10px 28px;
  }
  .project-row .project-card h2,
  .project-row .project-card p {
    max-width: 100%;
  }
  .project-row .project-card h2 {
    font-size: 20px;
  }
  .project-row .project-card p {
    font-size: 18px;
  }
  #inversion .col-lg-8 {
    padding: 32px 24px !important;
  }
  #inversion .col-lg-8 h2 {
    font-size: 26px;
  }
  #inversion .col-lg-8 p {
    font-size: 18px;
    margin-bottom: 24px;
  }
  #inversion .col-lg-8 .stat-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  #inversion .col-lg-8 .stat-box strong {
    font-size: 36px;
    padding: 16px 14px;
  }
  .amenities .parent {
    grid-template-rows: auto 220px 200px 220px auto;
  }
  .parallax-section {
    height: 360px;
  }
  .press-section {
    padding: 120px 0;
  }
  .location-banner {
    padding: 50px 0 0;
  }
  .map-frame,
  .map-illustration {
    height: 360px;
  }
  .cta-footer {
    padding: 70px 0 70px;
  }
  .cta-footer p {
    font-size: 18px;
  }
  .footer {
    font-size: 14px;
  }
  .footer .footer-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .footer .footer-links {
    justify-content: center;
  }
  .footer p {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .hero {
    min-height: 420px;
    padding: 96px 0 64px;
  }
  .section-title {
    font-size: 24px;
  }
  .project-row {
    padding: 20px 0 0;
  }
  .project-row .project-card {
    padding: 22px;
  }
  #inversion .col-lg-8 {
    padding: 28px 20px !important;
  }
  #inversion .col-lg-8 .stat-box {
    font-size: 16px;
  }
  #inversion .col-lg-8 .stat-box strong {
    font-size: 32px;
  }
  .amenities .parent {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .amenities .div2 {
    order: 1;
  }
  .amenities .div1 {
    order: 2;
  }
  .amenities .div4 {
    order: 3;
  }
  .amenities .div3 {
    order: 4;
  }
  .amenities .div5 {
    display: none;
  }
  .amenities .intro,
  .amenities .list {
    padding: 1.5rem;
  }
  .amenities .img {
    min-height: 220px;
  }
  .amenities .intro p,
  .amenities .list ul {
    font-size: 16px;
  }
  .parallax-section {
    height: 280px;
  }
  .press-section {
    padding: 90px 0;
  }
  .press-section .press-text {
    font-size: 18px;
  }
  .location-banner {
    padding: 40px 0 0;
  }
  .map-frame,
  .map-illustration {
    height: 300px;
    margin-top: 24px;
  }
  .cta-footer {
    padding: 60px 0;
  }
}

/*# sourceMappingURL=style.css.map */
