@media (min-width: 768px){
    .menu.superior > ul.nivel-um {
        text-align: center;
    }
    
    .menu.superior .nivel-um>li {
        float: none;
        display:inline-block;
        border-right: none;
        border-left: none;
    }
}

.menu.superior {
    background-color: #167F3E;
}

.menu.superior .titulo {
    color: white;
}
.busca {
    background-color: white;
    border:none;
}