
.sticky-header-class {
    position: fixed;
    width: 100%;
    z-index: 120;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    margin: 0 !important;
}

/* .wp-block-search__button {
    background-color: rgba(0,0,0,0.0) !important;
} */

 .fondo-sticky-header {
    z-index: 0;    
    min-width: 100vw;  
    position: fixed;
    top: 0;
    left: 0;
} 

.fondo-sticky-header-inicial {
    /* background-color: var(--wp--preset--color--primary); */
    background-color:rgba(0,0,0,0.0) !important;
}

/* .fondo-sticky-header-rolando {
    background-color:var(--wp--preset--color--primary);
} */


/**/
.nav-menu_visible {
    display: block;
}

#sticky-header, #fondo-sticky-header {
    transition: top 0.3s ease; opacity: 0.3s ease;
}

/* #sticky-header.esconder-headersmart {   
}

#fondo-sticky-header.esconder-headersmart {
} */

