/* Imagen Fondo Contacto */
.hero-section {
  background: url(/img/Edificio-AV-Latino/RC_EdificioL2315_Final-07.webp) no-repeat center 70%;
  background-size: cover;
  width: 100%;
  height: 60rem;
  color: white;
  margin-bottom: 9rem;
  position: relative;
  z-index: 0;
}

.hero-section .container {
  height: 80%;
  z-index: 1;
  position: relative;
}

/* Main */
@media screen and (min-width: 991px) {
  .imagen__inicio {
    width: 100%;
    max-width: 500px;
    height: 600px;
  }
}

.galeria .img-galeria {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

.img-zoom-out {
  object-position: center 100%; /* mueve la imagen hacia arriba (muestra más parte inferior) */
}
