@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,200&display=swap');


.menu.superior .nivel-um > li > a > strong {
    font-family: 'Fraunces', sans-serif !important;
}

.listagem-item .acoes-produto .botao.principal {
  color: #ffffff;
  background: #EA7A00;
}

.breadcrumbs ul li:last-child a {
    background: #EA7A00;
}

.banner.mini-banner {
    display: flex;
    margin-top: 17px;
    justify-content: center;
}

.full-banners{
    width:100%;  
}

#rodape .institucional {
    background-color: #000 !important;
}

#rodape .titulo,  #operation strong {
    color: #EA7A00 !important;
}

#rodape .links-rodape li a, #rodape p {
    color: #fff !important;
}

#rodape div .contato li a {
    color: #fff !important;
}

.r-sociais ul li i {
    color: #fff !important;
}

#rodape> div:last-child p {
    color: #292a2a !important;
}

:root {
    --cor_primaria: #EA7A00;
    --cor_texto_botao_hover: #fff;
    --cor_botao_hoover: #894802;
    --cor_icones: #EA7A00;
    --cor_icones_hover: #EA7A00;
    --cor_botao: #EA7A00;
    --cor_newsletter: #EA7A00;
    --pre_cabecalho: #EA7A00;
}

@media screen and (max-width: 1024px) {
        #rodape .institucional, #rodape .pagamento-selos {
        padding-bottom: 0;
        background: #000;
    }
}