/* CABEÇALHO */
#cabecalho,
#cabecalho .full.menu {
  background: #3e7155 !important;
}

#cabecalho .full.menu ul li a strong {
  color: #ffffff !important;
  transition: all 0.5s;
}

#cabecalho .full.menu ul li a strong:hover {
  color: #ffffff !important;
}

/* MINI BANNER */
.mini-banner {
  margin-bottom: 0;
  justify-content: center;
  display: flex;
}

.mini-banner .sem-banner {
  text-align: center;
  display: none !important;
}

/* BREADCRUMBS */
.breadcrumbs {
  display: none !important;
}

/* TÍTULO */
.secao-principal .conteudo h1 {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  color: #12171c; /* ESCOLHA UMA COR AQUI */
}

/* PRODUTO SHADOW */
.listagem-item .produto-sobrepor {
  box-shadow: 0 0 4px 1px #f2f2f2;
}

/* CORES PREÇO / BOTÕES */
.preco-produto.destaque-preco.com-promocao,
.preco-promocional {
  color: #cc5b44 !important;
}

.botao-comprar {
  background: #cc5b44 !important;
}

.tag-comprar.fundo-principal {
  background: #3e7155 !important;
}

/* MOBILE (classes do tema) */
.visible-phone {
  background: #3e7155 !important;
}

/* NEWSLETTER */
#barraNewsletter {
  background: #cff1e0 !important;
}

#barraNewsletter p {
  color: #3e7155 !important;
}

#barraNewsletter button {
  background: #cc5b44 !important;
  border: 1px solid #FFFFFF !important;
}

/* RODAPÉ */
#rodape .institucional,
#rodape > div:nth-child(3) {
  background: #3e7155 !important;
  color: #FFFFFF !important;
}

#btn-aceito-cookies {
  background: #cc5b44 !important;
  border: 1px solid #FFFFFF !important;
}

/* LINKS RODAPÉ */
#rodape .institucional ul li a:hover {
  color: #3e7155 !important;
}

#rodape .redes-sociais ul li a:hover {
  border-color: #3e7155 !important;
}

#rodape .lista-redes ul li:first-child {
  display: inherit !important;
}

/* EXTRAS */
.footer-business-hour {
  display: none !important;
}

/* AJUSTES MOBILE */
@media screen and (max-width: 500px) {
  .float-contact {
    display: inherit !important;
  }

}
