@media (min-width: 776px) {
    
.bem-vindo {
    display: none!important;
}
.superior {
    display: flex;
	justify-content: flex-end;
}
h2 .logo .cor-secundaria {
    display:block!important;
}
.acoes-conta .cor-secundaria {
   	display:inline!important;
}
.barra-inicial {
    background-color: #000;
}
.icon-facebook, .icon-instagram {
    background:#000!important;
}
.busca {
	background-color: #fff!important;
    border: none!important;
    height:50px;
    right: 15px;
    top: -35px;
}
#auto-complete {
    border-radius: 0!important;
    border: solid 2px #000!important;
    box-shadow:#fff!important;
    height:40px;
    top:-50px
}
.botao-busca {
    background: none;
    border: none;
    right: 25px!important;
    top:15px!important;
}
.icon-search:before {
    color: #000;
    font-size:22px;
}
#barraTopo {
	display:none!important;    
}    
    
}
#rodape .institucional {
background:#000!important
}
.pagamento-selos {
background:#fff!important;    
}