/* MENU PRINCIPAL - 2 LINHAS NATURAIS E COMPACTAS */
@media (min-width: 992px) {

    #cabecalho .menu.superior .nivel-um {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: flex-start !important;
        align-items: center !important;
        padding: 0 22px !important;
    }

    #cabecalho .menu.superior .nivel-um > li {
        float: none !important;
        width: auto !important;
        margin: 0 28px 0 0 !important;
    }

    #cabecalho .menu.superior .nivel-um > li > a {
        padding: 9px 0 !important;
        margin: 0 !important;
    }

    #cabecalho .menu.superior .nivel-um > li > a .titulo {
        font-size: 16px !important;
        line-height: 20px !important;
        white-space: nowrap !important;
        margin: 0 !important;
    }
}