

.barra-inicial {
    background-color: #022c70;
}


#rodape .institucional .titulo {
    font-size: 13px;
    color: #fff;
    letter-spacing: 1.86px;
    font-family: "Nunito Sans";
    text-transform: uppercase;
    font-weight: 800;
}

#rodape .links-rodape li a {
    font-family: "Nunito Sans";
    font-size: 10px;
    color: #fff;
    letter-spacing: 1.43px;
    line-height: 25px;
    text-transform: uppercase;
}


.logo a {
   bottom: -10px;
}


.fundo-secundario, .fundo-secundario *, .fundo-secundario *:hover, .fundo-secundario:hover, .fundo-secundario.botao:hover {
    color: #fff;
}

.ordenar-listagem label {
    background: #022c70;
    
}

.ordenar-listagem #botaoOrdenar {
    background: #222;
}


.coluna .newsletter .titulo{
    background: #022c70;
}


.coluna .newsletter .interno{
    background: #022c70;
}


.coluna .newsletter input[type="text"]{
        background: #fff;
}


.produto .principal .cep button.btn{
        background: #022c70;
}

.produto .principal .cep .input-append.input-prepend input{
    border: 1px solid #022c70;
}

.pagina-carrinho .acao-editar .botao.principal.grande{
    background: #022c70;
}


.identificacao .control-group .submit-email.botao.principal{
    background: #022c70;
}


@media screen and (max-width: 768px) {
    
.listagem .listagem-linha >ul>li {
    min-height: initial;
}

}