/* Header negro - SOLO el header con máxima especificidad */
/* Usar selectores muy específicos para evitar afectar otras partes */

html body #header {
    background-color: #000000 !important;
    background: #000000 !important;
    background-image: none !important;
}

html body .header-top {
    background-color: #000000 !important;
    background: #000000 !important;
    background-image: none !important;
}

html body .header-nav {
    background-color: #000000 !important;
    background: #000000 !important;
    background-image: none !important;
}

/* Para Elementor header específicamente */
html body .elementor-location-header {
    background-color: #000000 !important;
    background: #000000 !important;
    background-image: none !important;
}

html body .elementor-section[data-elementor-type="header"] {
    background-color: #000000 !important;
    background: #000000 !important;
    background-image: none !important;
}
