/*
 Theme Name:     utwd Child
 Theme URI:      https://utwd.com.ar
 Description:    Divi Child Theme 
 Author:         utwd
 Author URI:     https://utwd.com.ar
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
/* Navegación fija y transparente en escritorio */
@media only screen and (min-width: 981px) {
    #top-header {
        position: fixed;
        width: 100%;
        background-color: transparent;
        z-index: 9999;
        transition: background-color 0.3s ease;
    }

    #top-header.nav-black {
        background-color: black;
    }
}
