#map { height: 400px !important; width: 100%; border-radius: 10px; z-index: 1; min-height: 300px; }
.map-info { z-index: 4000; }
.map-container { position: relative; min-height: 400px; }
@media (max-width: 767px) {
    .map-info { position: static !important; max-width: 100% !important; margin-top: 10px; }
    .map-container { min-height: unset; }
    #map { min-height: 250px; height: 250px !important; }
}
.color { color: #018CBC !important; }
.bg-color, .bg-color #header-wrap { background-color: #018CBC !important; }
.page-title { --cnvs-page-title-padding: 2rem; };
.heading-block .before-heading, .before-heading, .bigbefore { font-size: 25px; }

/* Estilo para mejorar legibilidad de títulos sobre imágenes */
h2.text-white {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.5));
}