/* Cor do fundo e texto do menu */
#cabecalho > .conteiner > .menu.superior, #cabecalho > .conteiner > .menu.superior .com-filho > a i { background-color: #50a826; }
#cabecalho > .conteiner > .menu.superior .titulo { color: #ffffff; }

/* 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; }

/* Cabeçalho arredondado */
#cabecalho .busca { padding: 0; border: none; background: transparent; }
#cabecalho .busca input { padding: 10px 5px 10px 15px; border-radius: 10px; }
#cabecalho .busca .botao-busca { height: 42px; top: 0; right: 0; border-radius: 10px; border-top-left-radius: 0; border-bottom-left-radius: 0; width: 55px; font-size: 18px; }
.acoes-conta>li i { border-radius: 5px; }
.carrinho { border-radius: 10px; }
.carrinho>a i { border-top-left-radius: 10px; border-bottom-left-radius: 10px; }

/* Alterar visual do bloco redes sociais */
.redes-sociais{
border-top: 0;
position: relative!important;
padding-bottom: 10px!important;
}

/* tirando bordas superiores e inferiores para as redes sociais */
rodape .institucional{
padding: 0;
}
rodape .conteiner{
padding: 0px 20px;
}

.gateways-rodape{

/* background-image: linear-gradient(to bottom,#fff,#f5f5f5); */
 /*border-radius: 6px; */
/* border: 1px solid #ddd; */
/* width: 100%; */
}


#rodape .titulo, #rodape .institucional * { color: #000000; border-bottom: 0px solid;}

/* cor do menu lateral */
.menu.lateral .nivel-dois, .menu.lateral .nivel-tres, .menu.lateral .nivel-um>li>a{ background-color: #FAFAFA; }

/* cor da letra do menu lateral */
.menu.lateral .nivel-um li>a strong, .menu.lateral.fechado .com-filho>ul.nivel-dois>li>a, body .menu.lateral .nivel-dois a{ color: BLACK; }

/* ESCONDER BARRA SUPERIOR */
#barraTopo{ display: none!important; }

/* CABEÇALHO EM NEGRITO */
#cabecalho > .conteiner > .menu.superior .nivel-um > li {
    float: none;
    display: inline-block;
    border-left: 0;
    margin-right: -3px;
    font-weight: bold;
}

/* MENU SUPERIOR COM BORDAS ARREDONDADAS */
#cabecalho > .conteiner > .menu.superior {
border-radius:15px;
}