@media(min-width:768px){
    .menu.superior {
        position: relative !IMPORTANT;
        transform: none !IMPORTANT;
        top: 0 !important;
        left: 0 !IMPORTANT;
        opacity: 1 !IMPORTANT;
        visibility: visible !IMPORTANT;
    }
    
    .secao-banners {
        padding: 0 !IMPORTANT;
    }
    
    .box-header-full {
        position: relative !IMPORTANT;
        top: 0 !important;
        left: 0 !IMPORTANT;
    }
    
    .menu-desktop-button {
        display: none !important;
    }
    
    body:not(.pagina-inicial) div#corpo {
        padding: 0;
    }
}

@media(max-width:768px){
    .atalhos-mobile {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
    }
    
    div#cabecalho {
        padding: 0;
        position: relative !IMPORTANT;
    }
    
    .box-header-wrapper {
        position: relative !important;
        left: 0;
    }
    #cabecalho .span8.busca-mobile .busca.borda-alpha {
        position: absolute;
        top: -110px;
    }
    
    .active-search #cabecalho .span8.busca-mobile .busca.borda-alpha {
        top: 0 !IMPORTANT;
    }
}


.menu.superior li.categoria-paginas > a > strong {
    font-size: 0 !important;
}

.menu.superior li.categoria-paginas > a > strong:before {
    content: "Institucional";
    font-size: 16px !important;
}