/*
 Theme Name:   Global PI 2024 Child
 Description:  Global PI 2024 Child Theme
 Template:     globalpi
 Text Domain:  globalpi-child
*/

/* INSERTAR NUEVOS ESTILOS */

/* Fix Burger Menu */

@media only screen and (min-width:980px) {

#top-menu {
        display: block;
    }
    
#et_mobile_nav_menu {
        display: none
    }
    
.et_fixed_nav #main-header, .et_fixed_nav #top-header {
    position: fixed;
}
    
} /* Fin 980px */

header#main-header {
    background-color: #ccc;
}

.home #main-header.et-fixed-header #logo, .page-id-16 #main-header #logo, .page-id-18 #main-header #logo, .page-id-20 #main-header #logo, .page-id-22 #main-header #logo {
    display: none;
}

.home #main-header #logo-color {
    display: none;
}

.home #main-header.et-fixed-header #logo-color {
    display: inline-block;
    transition: 0.4s;
}

#logo, #logo-color {
    max-height: 80%;
}

.home #logo-color {
    display: inline-block;
    float: none;
    max-height: 80%;
    margin-bottom: 0;
    vertical-align: middle;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
}