.banner.tarja a:first-child{
     display:block;
}
.banner.tarja a{
     display:none;
}

#listagemProdutos.listagem .titulo-categoria strong, #listagemProdutos.listagem>.titulo, .listagem.aproveite-tambem .titulo-categoria strong, .listagem.aproveite-tambem>.titulo{
        text-transform: capitalize;
}


@media only screen and (max-width: 767px) {

.banner.tarja a img{
    display:block !important;
    height: auto;
}
.banner.tarja a{
    display:block !important;   
}
.banner.tarja a:first-child{
    display:none !important;;
} 
    
}

.full.menu, #cabecalho, #barraNewsletter.posicao-rodape, #rodape .sobre-loja-rodape .logo a{
    background-color: #2c4491;
}
#listagemProdutos.listagem .listagem-item .acoes-produto .botao-comprar, .listagem.aproveite-tambem .listagem-item .acoes-produto .botao-comprar{
    background: #ff8200;
}
.bandeiras-produto .bandeira-promocao, .scrollToTop{
    background: #004197;
}
span.fundo-principal.bandeira-promocao:before {
    border-left: 15px solid #004197;
}
#rodape .sobre-loja-rodape .more{
    background: #ff8200;
    border:2px solid #ff8200;
}
#rodape .sobre-loja-rodape .more:hover{
    background:none;
    color:#ff8200;
}
.full.menu .conteiner .nivel-um>li.offers>a>.titulo{
  /*  color: #ff8200 !important; */
}
.full.menu .conteiner .nivel-um>li.offers .icon path{
        fill: #ffce00 !important;
}
#rodape .titulo{
        color: #404040 !important;
}

.icon-chevron-right:before {
    color: #ffffff;
}

.hidden-phone .support-items .contact p{
    display:none;
}


.menu.superior {
    background-color: #016699 !important;
    color: #fff !important;
    background: #016699;
    background: -moz-linear-gradient(top, #016699 0%, #004466 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #016699), color-stop(100%, #004466));
    background: -webkit-linear-gradient(top, #016699 0%, #004466 100%);
    background: -o-linear-gradient(top, #016699 0%, #004466 100%);
    background: -ms-linear-gradient(top, #016699 0%, #004466 100%);
    background: linear-gradient(to bottom, #016699 0%, #004466 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd0000', endColorstr='#a30101', GradientType=0 );
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.menu.superior .nivel-um>li {
    border-left: 1px solid #016699;
}

.busca .botao-busca {
    height: 45px;
    top: 0;
    right: 0;
    background: #016699;
    background: -moz-linear-gradient(top, #016699 0%, #004466 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(221,0,0,1)), color-stop(100%, rgba(163,1,1,1)));
    background: -webkit-linear-gradient(top, #016699 0%, #004466 100%);
    background: -o-linear-gradient(top, #016699 0%, #004466 100%);
    background: -ms-linear-gradient(top, #016699 0%, #004466 100%);
    background: linear-gradient(to bottom, #016699 0%, #004466 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd0000', endColorstr='#a30101', GradientType=0 );
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#rodape .titulo {    
    color: #E4E5E6;
}

.botao.principal {
    background: #339933;
    background: -moz-linear-gradient(top, #339933  0%, #33cc33 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #339933), color-stop(100%, #33cc33));
    background: -webkit-linear-gradient(top, #339933 0%, #33cc33 100%);
    background: -o-linear-gradient(top, #339933 0%, #33cc33 100%);
    background: -ms-linear-gradient(top, #339933 0%, #33cc33 100%);
    background: linear-gradient(to bottom, #339933 0%, #33cc33 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd0000', endColorstr='#a30101', GradientType=0 );
}

