/* ICONES REDES SOCIAIS */

.lista-redes .icon-facebook {
    background-color: #000;
}

.lista-redes .icon-instagram {
    background: #000;
    /* background: -webkit-linear-gradient(305deg,#3051f1 10%,#c92bb7 70%) no-repeat; */
    /* background: linear-gradient(145deg,#3051f1 10%,#c92bb7 70%) no-repeat; */
}

/* LOGO */
.logo a img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 80%;
}

/* BUSCA */



/* MENU */

/* cor do menu */
#cabecalho > .conteiner > .menu ul {
    margin: 0;
    background-color: #fff;
}


/* remover linha do menu */
#cabecalho > .conteiner > .menu.superior .nivel-um > li {
border: 0;
padding: 0 14px;
}

/* 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; 
}

/* cor texto hover */
#cabecalho > .conteiner > .menu.superior .titulo:hover { 
    color: #FC8127; 
}

/* trocar cor da setinha */
#cabecalho > .conteiner > .menu.superior .fundo-secundario, .fundo-secundario *, .fundo-secundario *:hover, .fundo-secundario:hover, .fundo-secundario.botao:hover {
    color: #000;
}
#cabecalho > .conteiner > .menu.superior .fundo-secundario {
    background-color: #fff;
}

#cabecalho > .conteiner > .menu.superior .fundo-secundario:hover {
    background-color: #fff;
}

/* PESQUISAR */

/* arredondar pesquisa */
.conteudo-topo .busca {border: 0;background: transparent;padding: 0;}

.conteudo-topo .busca input {width: 100%;box-sizing: border-box;height: 40px;border-radius: 30px;padding: 0 40px 0 20px;}

.conteudo-topo .busca button {height: 35px;padding: 0;width: 35px;line-height: 35px;border-radius: 100%;top: 3px;right: 3px;}

.conteudo-topo .carrinho {border-radius: 30px;}

.conteudo-topo .carrinho>a i {border-top-left-radius: 20px;border-bottom-left-radius: 20px;}


.busca.borda-alpha {background: none;border: none;padding: 0;}
.busca input {padding: 10px;border-radius: 0;box-shadow: none;}
.conteiner > .busca .botao-busca {padding: 13px 14px 27px;top: 0;}
.conteiner > .busca .botao-busca:hover {padding: 13px 14px 27px;top: 0; color: #fff;}

/* CARRINHO */

/* fundo branco */
table th {
    background-color: #fff;
}

.tabela-carrinho .bg-dark {
    background-color: #fff;
}

/* WHATSAPP FIXO */
.whatsapp-fixo {
	position: fixed;
	bottom:30px;
	left:30px;
	z-index: 999;
}

/* RODAPE */

#rodape .institucional
{
background-image: none;
}

#rodape .titulo, #rodape .institucional {
color: #ffffff;
}

#rodape
.pagamento-selos {
background-color: #CFCFCF;
}

.pagamento-selos { background-image: none; }

#rodape
.institucional {
background-color: #696969;
}

#rodape .redes-sociais {
background-color: #000000
}

/* Quadro atras do Facebook */
#rodape .redes-sociais {
top: 0px;
border: 0;
bottom: none;
background: transparent;
box-shadow: 0 0px 0px 0 rgba(0,0,0,0.3);
}

#rodape span.titulo.cor-secundaria.hidden-phone {
color: white;
}

/*Alterar a cor dos icones das redes sociais */
.barra-inicial .icon-facebook{background: none;}
.barra-inicial .icon-instagram{background: none;}
.barra-inicial .icon-bold{background: none;}

#rodape .redes-sociais .icon-instagram {
background: none;
}

#rodape .redes-sociais .icon-facebook {
background: #000000;
}

#rodape .redes-sociais .icon-bold {
background: none;
}


