/* header */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap');

#cabecalho .busca input, #cabecalho .busca input:focus{
    background:none;
    border: 1px solid rgba(0,0,0,.2);
}
/*
.barra-inicial{
    background:#000;
}
.barra-inicial .canais-contato ul li a, .barra-inicial .canais-contato ul li span{
	font-weight:400;
}
.barra-inicial .top-actions .top-action-item a{
	font-weight: 400;
}
.rastreio .form-rastreio span{
	font-weight: 400;
}
#cabecalho .actions>li>a{
    font-weight: 400;
}
#cabecalho .account .account-list li a{
	font-weight: 400;
}
#cabecalho .carrinho .qtd-carrinho{
	font-weight: 400;
}
#cabecalho .carrinho .wrap .total-cart{
    font-weight: 400;
}
*/
/* Body */

.full.menu{
	background:transparent;
    border-top:solid 1px rgba(0,0,0,.2);
}
.full.menu .nivel-dois li a{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight:400;
}
.full.menu .nivel-um>li>a>.titulo{
	font-family: 'Roboto Condensed', sans-serif;
    font-weight:400;
    color: #313131;
}
/* Banner */
.banner .wrap .title-banner{
	display:none;
}
/* Mini Banners */
.sem-banner .caixa-vazia {
    border-width: none !important;
    border-style: none !important; 
    border-radius: none !important;
    background-color: none !important;
}

/* Produtos */
/*
#listagemProdutos.listagem .listagem-item .info-produto, .listagem.aproveite-tambem .listagem-item .info-produto {
    min-height: 110px !important;
}
*/
/* Atributo produto focus */
/*
.atributo-comum .active a span, .atributo-comum a:hover span, .cor-principal, .menu a:hover, a, a:focus, a:hover {
	color: #000000;
}
*/
/* Newsletter */
/*
#barraNewsletter.posicao-rodape .componente{
	padding-bottom:20px;
}
.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .texto-newsletter {
	top:0% !important;
}
*/
/* Footer */
/*
#rodape .institucional {
    background: #fff;
    border-top: solid 1px #313131;
}
#rodape .institucional .titulo {
    color: #313131;
}
#rodape .pagamento-selos {
    background: #f1f1f1;
}
*/