/* Reduzir fonte e padding das categorias */
#cabecalho .conteiner .menu.superior .nivel-um > li > a {
    font-size: 13px !important; /* Diminua se necessário */
    padding: 10px 12px !important; /* Diminua se necessário */
    text-transform: uppercase;
}
/* Compactar o menu superior */
#cabecalho .conteiner .menu.superior {
    text-align: center; /* Centraliza */
}
#cabecalho .conteiner .menu.superior .nivel-um {
    display: flex;
    justify-content: center;
    width: 100%;
}
#cabecalho .conteiner .menu.superior .nivel-um > li {
    float: none;
}