/* ===== TÍTULO GENERAL (ESPACIOS VERDES) ===== */
.titulo-general {
    background-color: #d4f7d4 !important;
    /* Verde clarito forzado */
    padding: 15px !important;
    border-radius: 6px !important;
    text-align: center !important;
    margin: 20px auto !important;
    max-width: 1000px !important;
    width: 95% !important;
    display: block !important;
}

.titulo-general h2 {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 2em !important;
    font-weight: bold !important;
    color: #006400 !important;
    /* Verde oscuro forzado */
    text-transform: uppercase !important;
    margin: 0 !important;
    /* Sombra de relieve idéntica a la captura del OK */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3) !important;
}