.map-container {
  flex: 1;
  height: 100%;
  background-image: url(../img/background.webp);
  display: flex;
  flex-direction: column;
  padding: 16px;
}

.map-container {
    width: 100%;
    min-height: 750px; /* asegura altura suficiente */
  }

  .map-container iframe {
    width: 100%;
    height: 750px; /* cambia este valor según lo necesites */
    border: 0;
    border-radius: 12px;
    display: block;
  }

.map-container{
  height: 400px;
}

@media (min-width: 768px) {
  #map {
    min-height: 500px;
  }
}
