}

@media (min-width: 768px) {
    #cabecalho .menu .nivel-um {
        margin: 0 !important;
        display: flex !important;
        align-items: flex-start !important; /* Corrigido alig-items para align-items */
        justify-content: flex-start !important;
    }

    .categoria-id-22980288 > a::before {
        content: '\f0c9'; 
        font-family: "FontAwesome";
        margin-right: 8px; 
        color: #fff; 
        font-size: 16px; 
    }

    .categoria-id-22980288 > a:first-of-type {
        display: flex;
        align-items: center; /* Centraliza verticalmente */
        justify-content: center; /* Centraliza horizontalmente */
        text-align: center; /* Alinha o conteúdo do texto no centro */
    }

    #cabecalho .menu .nivel-um {
        width: 100%;
    }
}
