@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Lato:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');

.menu.full .categoria-marcas, .menu.full .categoria-paginas{
    background-color: transparent;
}
label[for="usarCupom"] .cor-secundaria{
    color: #000000 !important;
}
#rodape .links-rodape-atendimento .contact{
    padding-bottom: 8px;
}
#rodape .links-rodape-atendimento .contact,
#rodape .links-rodape-atendimento .location{
    margin: 0;
}
#rodape .institucional{
    min-height: 0;
}
#rodape .gateways-rodape{
    display: flex;
}
#rodape .pagamento-selos .titulo{
    padding-top: 0;
}
.banner {
    padding-bottom: 30px;
}
/* Correção AlphaTheme cfd4f21d-7583-4ed3-af44-66e8fa73cfed */
body {
    opacity: 1 !important;
}
#rodape .conteiner{
  max-width: 1600px !important;
  width: 90% !important;
  margin: 0 auto !important;
}
#rodape .span9{
  width: 100% !important;
  float: none !important;
}
#rodape .span3{
  display: none !important;
}
@media screen and (max-width: 1024px){
  #rodape .conteiner{
    max-width: 100% !important;
    width: 100% !important;
  }
}

/* Títulos: Categorias, Institucional, Contatos */
#rodape .titulo{
  font-family: 'Lato', sans-serif !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  color: #E4DFDF !important;
}

/* Textos normais (links, parágrafos) */
#rodape .links-rodape a,
#rodape .links-rodape-atendimento,
#rodape .links-rodape-atendimento .contact,
#rodape .office-mapa,
#rodape .office-hours,
#rodape .office-mapa p{
  font-family: 'Lato', sans-serif !important;
  font-weight: 400 !important;
  font-size: 15px !important;
  color: #E4DFDF !important;
}

/* Partes em destaque (strong/b), tipo "Whatsapp:" e o valor ao lado */
#rodape strong,
#rodape b{
  font-family: 'Lato', sans-serif !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  color: #E4DFDF !important;
}

/* Ajuste do "Atendimento": rótulo normal, valor em negrito */
#rodape .office-hours .title{
  font-weight: 400 !important;
}
#rodape .office-hours p:not(.title){
  font-weight: 700 !important;
}
.a-marca .conteiner .span6 .titulo{
  font-family: 'Bebas Neue', cursive !important;
  font-weight: 400 !important;
  font-size: 26px !important;
}
.botao-comprar.desativo{
  background-color: #345A46 !important;
  border-color: #345A46 !important;
  opacity: 1 !important;
}

/* Oculta toda a seção "Pague com" e "Selos" */
.pagamento-selos {
  display: none !important;
}

/* Faz a coluna principal do rodapé ocupar a largura total */
.institucional .span9 {
  width: 100% !important;
}

/* Oculta a coluna vazia "Social" */
.institucional .span3 {
  display: none !important;
}
/* Oculta e remove o espaço da coluna vazia */
.institucional .span3 {
  display: none !important;
  width: 0 !important;
}

/* Expande o conteúdo para ocupar tudo */
.institucional .span9 {
  width: 100% !important;
  margin-left: 0 !important;
}

/* Distribui as 3 colunas internas igualmente */
.institucional .span9 .span4 {
  width: 33.33% !important;
}