/* Modal */
.modal-galeria {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.modal-galeria.active {
  display: flex;
  opacity: 1;
  pointer-events: auto;
}

.modal-contenido {
  max-width: 90%;
  max-height: 80%;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.modal-contenido.show {
  opacity: 1;
}

.modal-controles {
  display: flex;
  gap: 1rem;
  z-index: 1;
}

.modal-controles button {
  background: none;
  border: none;
  font-size: 2rem;
  color: white;
  cursor: pointer;
}

.cerrar {
  position: absolute;
  top: 10px;
  right: 20px;
  color: white;
  font-size: 2rem;
  cursor: pointer;
  z-index: 1;
}


.container-hero {
  position: relative;
  height: 100%;
  width: 100%;
}

.hero-logo {
  position: absolute;
  top: 5rem;
  left: 0;
  right: 0;  
  text-align: center;
}

.hero-logo img {
  margin: auto;
  width: 100%;
  max-width: 460px;
  padding: 0px 20px;
}
.container-desarrollo-proyecto .hero {
  background: none !important;
}

.titulo-hero {
  position: absolute;
  bottom: 90px;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0px 20px;
}

.titulo-hero h1 {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
  font-size: 5rem;
}

.titulo-hero h3 {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
  font-size: 3rem;
}

.container-desarrollo-proyecto .hero-image {
  filter: brightness(75%);
  height: 89vh;
  background-position: top !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
}

#navbar-menu {
  background-color: #3e3e1f !important;
}

.container-desarrollo-proyecto {
  margin-top: 80px;
}


.container-galeria-renders {
  padding: 1.4rem 1.4rem;
  background: #e6e3d9;
}

.container-galeria {
  height: 100%;
  /*min-height: 255px;*/
}

.container-galeria .col {
  text-align: center;
}

.container-galeria img {
  height: 100%;
  width: 100%;
}

.render-fullscreen img {
  width: 100%;
  height: auto;
}





.desarrollo-info p,
.desarrollo-info li,
.desarrollo-info label,
.desarrollo-info button {
  font-family: "FeatureDisplay", sans-serif !important;
  color: #3e3e1f;
  font-size: 1.6rem;
}

.section-desarrollo-info {
  padding: 4rem 3rem;
  background: #e6e3d9;
}

.desarrollo-info {
  display: flex;
  width: 100%;
}

.info-izq {
  width: 50%;
  padding: 1rem;
}

.info-der {
  width: 50%;
  padding: 1rem;
}

.precio-tamano p {
  color: #a87946;
}

.desarrollo-info .titulo-amenidades {
  color: #a87946;
}

.desarrollo-info .titulo-registro {
  color: #a87946;
  font-size: 4.5rem;
  line-height: 1.2;
  text-align: center;
}

.registro p {
  color: #000;
  text-align: justify;
}

.registro {
  padding-top: 8rem;
}


.contact-form {
  position: relative;
  z-index: 1;
}

.form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.form-group.full-width {
  flex: 100%;
}

label {
  font-size: 0.9rem;
  color: #444;
  margin-bottom: 5px;
}

input,
textarea {
  border: none;
  border-bottom: 1px solid #555;
  background: transparent;
  padding: 5px;
  font-size: 1rem;
  outline: none;
}

textarea {
  resize: none;
}

.contact-btn {
  background-color: #a87946;
  color: #fff;
  padding: 10px 25px;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  transition: background 0.3s ease;
  width: 100%;
}

.contact-btn:hover {
  background-color: #8c5e2a;
}

.desarrollo-info .registro label {
  font-size: 1.1rem;
}

.desarrollo-info .registro button.contact-btn {
  color: #e6e3d9;
  font-size: 1.1rem;
}



.mapa img {
  width: 100%;
  height: 97vh;
}




.container-galeria-ilustrativa {
  padding: 1.4rem 1.4rem;
  background: #e6e3d9;
}


.hero-image {
  width: 100%;
  min-height: 100vh;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  display: block;
}

.desarrollo-info span {
  font-family: "FeatureDisplay", sans-serif !important;
  color: #a87946;
}

@media (max-width: 1180px) {
  .titulo-hero h1 {
    font-size: 4.5rem;
  }

  .titulo-hero h3 {
    font-size: 2.5rem;
  }

  .row.container-galeria {
    min-height: auto;
  }

  .render-fullscreen img {
    height: auto;
  }

  .mapa img {
    height: auto;
  }

  .desarrollo-info p,
  .desarrollo-info li,
  .desarrollo-info label,
  .desarrollo-info button {
    font-size: 1.3rem;
  }

  .desarrollo-info .titulo-registro {
    font-size: 3.4rem;
  }

  .contact-form input {
    width: 100%;
  }
}

@media (max-width: 780px) {
  .row.container-galeria {
    display: grid;
  }

  .container-galeria .col {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .desarrollo-info {
    display: grid;
  }

  .info-izq {
    width: 100%;
  }

  .info-der {
    width: 100%;
  }
}

@media (max-width: 580px) {
  .titulo-hero h1 {
    font-size: 2.5rem;
  }

  .titulo-hero h3 {
    font-size: 1.6rem;
  }

  .desarrollo-info p,
  .desarrollo-info li,
  .desarrollo-info label,
  .desarrollo-info button {
    font-size: 1.1rem;
    text-align: justify;
  }

  .desarrollo-info .titulo-registro {
    font-size: 2.5rem;
  }

  .section-desarrollo-info {
    padding: 3rem 1rem;
  }

  .desarrollo-info .registro button.contact-btn {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .titulo-hero h1 {
    font-size: 2rem;
  }

  .titulo-hero h3 {
    font-size: 1.1rem;
  }

  .desarrollo-info p,
  .desarrollo-info li,
  .desarrollo-info label,
  .desarrollo-info button {
    font-size: 1rem;
    text-align: justify;
  }

  .desarrollo-info .titulo-registro {
    font-size: 1.8rem;
  }

  .form-row {
    display: block;
    margin-bottom: 0px;
  }

  .form-group {
    padding: 8px 0px;
  }

  .hero-logo img {
    max-width: 380px;
  }
}