
/* MENU DE BUSCA */
.botao-busca{
 	background-color: #c04c2b;   
    
    
}
.borda-alpha{
 border-color: white;
    
}
.busca{
 background-color: white;   
}
#auto-complete:focus{
       /* box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(237, 36, 140,.6);*/
    box-shadow: #452d0b;
    border-color: white;
    
}

._42ef ._8u{
    
 color: white !important;  /* cor original white*/       
}

/* Centralizar os itens do menu */
#cabecalho > .conteiner > .menu.superior { text-align: center; }
#cabecalho > .conteiner > .menu.superior .nivel-um > li { float: none; display: inline-block; border-left: 0; margin-right: -3px; }

/* AUMENTAR O TAMANHO DA BARRA DO RODAPÃ‰ */
#rodape .institucional{
    background-image:none;
    padding-bottom: 50px; /AQUI PODE ALTERAR O TAMANHO/
}

#rodape .titulo, #rodape .institucional * { color: #000000; }
    
/* ALINHA NOME DA REDE SOCIAL */

#rodape .redes-sociais {
    top: 5.6pt;
}

/RETIRANDO A BORDA DA REDE SOCIAL/

 #rodape .redes-sociais.borda-principal {
background: #ffffff
box-shadow:none;
}

.gateways-rodape {
background: none;
border:0px;
    
}

/SE QUISER ALTERAR A COR DO NOME DA REDE SOCIAL/
.institucional .redes-sociais .titulo {
    color: #ffffff;   /* Cor original #ffffff*/
}
.banner {
position: relative;
text-align: center !important;
}

.flexslider {
background: 0;
margin: 0;
border: 0px !important;
overflow: hidden;
}
.menu.superior {
width: 100%;
}


element.style {
}
body .barra-inicial .canais-contato span, body .barra-inicial .canais-contato a, body .barra-inicial .canais-contato i, body .barra-inicial .canais-contato ul li span {
color: white; 

}

.conteiner {
max-width: none;
margin: 0 auto;
padding: 0 20px;
}
.banner.tarja {
text-align: center;
}




/Aumentar texto Bem vindo/


/* Menu centralizado na versÃ£o mobile */ 
#cabecalho .conteiner .menu.superior ul {text-align: center}

#cabecalho .conteiner .menu.superior .nivel-um>li {display: ; float: initial
}

/* Menu em toda a tela (conteiner) */
@media (min-width: 768px) {
.menu.superior {width: 100%;position: absolute;top: 152px;left: 0px;}
.logo {margin-bottom: 70px;}
}

.secao-banners .conteiner {
max-width: 100%;
padding: 0;
margin:0;
margin-top: 10px;
border:none;
}

/* Aumentar a letra da pÃ¡gina */
body {
    font-family: Open Sans,sans-serif;
    font-size: 14px;
    line-height: normal;
    color: #666;
}

/* Retirando Borda transparente das redes sociais*/
#rodape .redes-sociais{
background: none !important;
box-shadow: none !important;
border:none !important
}


/Barra flutuante ajuste/
#barraTopo .busca input {
padding: 5px;
color: white;    
}

#barraTopo .busca .botao-busca {
padding: 8px 10px 22px;
border-radius: 0;
}

#barraTopo .carrinho>a i {
height: 31px;
line-height: 32px;
}

#barraTopo
{
    background: white;
    color: white;
}


/*Menu Superior*/
.menu.superior {
background: #442902;
}
.menu.superior .titulo {
color: orange;
}