
#mapa-iniciativas {
  width: 100%;
  height: 600px;
  min-height: 600px;
  background: #eee;
  
/* ==================================================
   Clusters Leaflet - estilo corporativo único EnerKide
   ================================================== */

/* Todos los clusters, sin importar tamaño */
.leaflet-container .marker-cluster {
  background-color: rgba(39, 90, 94, 0.5) !important;
}

/* Círculo interior del cluster */
.leaflet-container .marker-cluster > div {
  background-color: rgba(39, 90, 94, 0.9) !important;
  color: #ffffff !important;
  font-weight: 600;
  font-family: inherit;
}

/* Texto (número) */
.leaflet-container .marker-cluster span {
  color: #ffffff !important;
}

.mapa-filtros {
  width: 240px;
  font-size: 14px;
}

.mapa-filtros h3 {
  margin-top: 0;
}

.filtro-grupo {
  margin-bottom: 20px;
}

/* En móvil */
@media (max-width: 768px) {
  .mapa-wrapper {
    flex-direction: column;
  }

  .mapa-filtros {
    width: 100%;
  }
}