/* El div donde insertas el mapa + el contenedor Leaflet deben medir 100% */
#contenedor-mapa,
#contenedor-mapa .leaflet-container {
  width: 100% !important;
  height: 100% !important;
}
