.page-id-1041 .site-header {
    background-color: transparent !important;
    position: fixed;
    width: 100%;
    z-index: 1000;
    transition: background-color 0.3s ease-in-out;
}

.page-id-1041 .site-header.solid {
    background-color: rgba(0, 0, 0, 0.9) !important; /* Cambia el color según tu diseño */
}