#navbar-menu {
  background-color: #3e3e1f !important;
}

#desarrollos-section {
  padding-top: 87px;
}

.container-info-desarrollos {
  padding: 50px 95px;
}

#desarrollos-info {
  padding: 0px 25px;
  background: #e6e3d9;
}

.info-desarrollos {
  color: #3e3e1f;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
}

.info-desarrollos p {
  margin-bottom: 0px;
}

.info-desarrollos p span {
  color: #a87946;
}

.banner-desarrollos img {
  width: 100%;
}

.galeria {
  padding: 2rem;
  background: #f2ebe5;
  text-align: center;
}

.galeria-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
  justify-items: center;
}

.galeria-grid img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.galeria-grid img:hover {
  transform: scale(1.03);
}

/* 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;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
  background: #e9e5d9;
}

.page-item .page-link {
  background: #d6d1c3;
  color: #000;
  border: none;
}

.page-item.active .page-link {
  background: #3e3e1f;
  color: #fff;
  border: none;
}

.price {
  font-size: 1.6rem;
}

.section-proyectos-hero.maravi {
  margin-top: 80px;
}

.hero-image {
  filter: brightness(75%);
  height: 89vh;
  background-position: top !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
}

.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;
}

.hero-image {
  width: 100%;
  min-height: 100vh;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  display: block;
}

.luxury-info > a {
  color: #3e3e1f !important;
  text-decoration: none !important;
}
.luxury-info p > a:nth-child(1) {
  color: #3e3e1f;
  text-decoration: none;
}

@media (max-width: 1180px) {
  .info-desarrollos {
    font-size: 22px;
  }

  .titulo-hero h1 {
    font-size: 4.5rem;
  }

  .titulo-hero h3 {
    font-size: 2.5rem;
  }
}

@media (max-width: 980px) {
  .maravi .hero-logo img {
    max-width: 260px !important;
  }

  .vima .hero-logo img {
    max-width: 170px !important;
  }

  .alisia .hero-logo img {
    max-width: 340px !important;
  }
}

@media (max-width: 780px) {
  .info-desarrollos {
    font-size: 20px;
  }

  .container-info-desarrollos {
    padding: 50px 22px;
  }
}

@media (max-width: 580px) {
  .titulo-hero h1 {
    font-size: 2.5rem;
  }

  .titulo-hero h3 {
    font-size: 1.6rem;
  }
}

@media (max-width: 480px) {
  .info-desarrollos {
    font-size: 18px;
  }

  .container-info-desarrollos {
    padding: 50px 0px;
  }

  .hero-logo img {
    max-width: 380px;
  }

  .titulo-hero h1 {
    font-size: 2rem;
  }

  .titulo-hero h3 {
    font-size: 1.1rem;
  }

  .maravi .hero-logo img {
    max-width: 230px !important;
  }

  .vima .hero-logo img {
    max-width: 150px !important;
  }

  .alisia .hero-logo img {
    max-width: 290px !important;
  }
}