#proyecto_mapa .map-container {
  width: 100%;
  height: 100%;
  min-height: 500px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

#proyecto_mapa .map-container .map_open_leaflet {
  width: 100% !important;
  height: 100% !important;
  min-height: 500px !important;
  position: relative !important;
  z-index: 1 !important;
}

#proyecto_mapa .map-container #map-loading-indicator {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000 !important;
  color: #fff !important;
  padding: 15px 25px;
  border-radius: 5px;
  z-index: 1000 !important;
  font-weight: bold;
  font-size: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  pointer-events: none;
  white-space: nowrap;
}

#proyecto_mapa .map-container .map_open_leaflet .ol-viewport {
  width: 100% !important;
  max-width: 100% !important;
  height: 475px !important;
  position: relative !important;
  z-index: 1 !important;
}

#proyecto_mapa .map-container .map_open_leaflet .ol-map {
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
}

#proyecto_mapa .map-container .map_open_leaflet .ol-viewport canvas {
  width: 100% !important;
  max-width: 100% !important;
  display: block;
  transform: matrix(1, 0, 0, 1, 0, 0) !important;
  transform-origin: 0 0 !important;
}

@media (max-width: 960px) {
  #proyecto_mapa .map-container {
    min-height: 450px;
    width: 100% !important;
    max-width: 100% !important;
  }
  #proyecto_mapa .map-container .map_open_leaflet {
    min-height: 450px !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  #proyecto_mapa .map-container .map_open_leaflet .ol-viewport {
    width: 100% !important;
    max-width: 100% !important;
    height: 450px !important;
  }
  #proyecto_mapa .map-container .map_open_leaflet .ol-viewport canvas {
    width: 100% !important;
    max-width: 100% !important;
    transform: matrix(1, 0, 0, 1, 0, 0) !important;
    transform-origin: 0 0 !important;
  }
}

@media (max-width: 640px) {
  #proyecto_mapa .map-container {
    min-height: 390px;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #proyecto_mapa .map-container .map_open_leaflet {
    min-height: 390px !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  #proyecto_mapa .map-container .map_open_leaflet .ol-viewport {
    width: 100% !important;
    max-width: 100% !important;
    height: 390px !important;
  }
  #proyecto_mapa .map-container .map_open_leaflet .ol-viewport canvas {
    width: 100% !important;
    max-width: 100% !important;
    transform: matrix(1, 0, 0, 1, 0, 0) !important;
    transform-origin: 0 0 !important;
  }
}
.ol-attribution.ol-unselectable.ol-control.ol-uncollapsible {
  display: none;
}