.elementor-287 .elementor-element.elementor-element-f3041db:not(.elementor-motion-effects-element-type-background), .elementor-287 .elementor-element.elementor-element-f3041db > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#7C776A;}.elementor-287 .elementor-element.elementor-element-f3041db{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:100px;margin-bottom:0px;}.elementor-287 .elementor-element.elementor-element-f3041db > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}@media(max-width:1024px){.elementor-287 .elementor-element.elementor-element-f3041db{padding:0px 40px 0px 40px;}}/* Start custom CSS for html, class: .elementor-element-1abc1cc *//* Rodapé */
.rodape {
  background: #3e2e11;  /* Cor de fundo (ajuste conforme necessário) */
  color: #fff;
  padding: 40px 0;
  text-align: center;
}

.container-rodape {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.info-rodape {
  margin-bottom: 20px;
}

.info-rodape p {
  font-size: 1rem;
  margin-top: 10px;
}

.logo-horizon {
  max-width: 120px; /* Ajuste o tamanho da logo conforme necessário */
  margin-bottom: 10px;
}

.social-rodape a {
  margin: 0 15px;
  font-size: 1.5rem;
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.social-rodape a:hover {
  color: #FFB635; /* Cor de hover para ícones sociais */
}

.contato-rodape p {
  font-size: 1rem;
  margin-top: 10px;
}

.contato-rodape a {
  color: #FFB635; /* Cor do e-mail */
  text-decoration: none;
}

.contato-rodape a:hover {
  text-decoration: underline;
}

.feito-por p {
  margin-top: 20px;
  font-size: 0.9rem;
}

.feito-por a {
  color: #FFB635; /* Cor para o link "Feito por Horizon X" */
  text-decoration: none;
}

.feito-por a:hover {
  text-decoration: underline;
}/* End custom CSS */