/* ADMIN BAR
#wpadminbar{
    top:auto;
    bottom:0;
    position:fixed;
}
body.logged-in{
    margin-top:-32px;
}
.admin-bar .site-header{
    top:0px!important;
}
*/
/* HEADER */
.site-header{
    position:sticky;
    z-index:9999;
    top:0px;
    box-shadow:none;
}
.site-header .title-area .custom-logo-link{
    width:100%;
    transition: width 0.5s;
}
.site-header.minimizarLogo .title-area .custom-logo-link{
    width:60px;
}

[id^=menu-header] a{
    color: #168696!important;
    text-decoration:none;
    outline: 0;
    border: none;
    font-weight:bold;
    -moz-outline-style: none;
}
[id^=menu-header] a:hover,[id^=menu-header] .current-menu-item a{
    text-decoration: underline solid 2px #ecc421;
    text-underline-offset:10px;
}
.site-header .title-area{
    position:absolute;
    z-index:99;
}

/* MOBILE */
@media (max-width:959px){
    .site-header{
        border-bottom:1px solid var(--azul);
        position:sticky;
        top:0px;
    }
    .site-header .menu-toggle,.site-header .menu-toggle:hover,.site-header .menu-toggle:focus{
        color:#168696;
    }
    .wp-custom-logo .site-container .title-area{
        max-width:fit-content;
    }
    .site-header .title-area .custom-logo-link img{
        max-height:60px;
    }
    .site-header .title-area{
        position:unset;
    }
}
/* TABLET/DESKTOP */
@media (min-width:960px) {
    .site-header .wrap > .container {
        padding: 0px;
    }
}

/* SITE INNER */
.site-inner{
    padding:0px;
}