html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

#map {
  width: 100%;
  height: 100vh;
}
.popup-imagen {
  width: 100%;       /* Ocupa el ancho del popup */
  height: 170px;      /* REDUCIDO de 180px a 170px */
  object-fit: cover; /* Recorta la foto para que no se estire */
  border-radius: 6px;
  margin-bottom: 6px;