@media(max-width:769px){
#cabecalho .head-mobile {
height: 66px;
}
#cabecalho input#auto-complete {
top: 57px;
}
.secao-banners {
margin-top: 20px;
}
.row-fluid.banner.mini-banner {
display: flex;
flex-direction: column;
align-items: center;
}
}
@media(min-width:769px){
.row-fluid.banner.mini-banner {
display: flex;
justify-content: center;
}
.secao-banners {
    margin-top: 56px;
}
}
.menu.superior .nivel-um>li:nth-child(4) .nivel-dois {
    left: -40% !important;
}
.menu.superior .nivel-um>li:nth-child(5) .nivel-dois {
    left: -168% !important;
}

#cabecalho .menu.superior .nivel-um>li:nth-child(6) .nivel-dois {
    margin-left: 0;
}