.menu.superior {
    background: #0C8B2E !important;
    
}

.conteudo-topo .busca-mobile {
    background-color: #0C8B2E;
}

.menu.superior .nivel-um>li {
    background: #0C8B2E;
}

.atalhos-mobile ul {
    background: #3d2519;
}
.flex-active-slide{
    border:1px solid #ccc;
   box-sizing: border-box;
}




@media (min-width: 768px){

.menu.superior ul {
    max-width: 1600px; 
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center !important;
    border: 0px solid red;
}
}