.elementor-13 .elementor-element.elementor-element-9edc993{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-5958c34 *//* ==== ESTILO GERAL DO RODAPÉ ==== */
.footer {
  background: #0a0a0a;
  color: #fff;
  padding: 50px 20px 20px;
  position: relative;
  margin-top: 40px;
  font-family: Arial, sans-serif;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
}

/* ==== COLUNAS ==== */
.footer-col {
  flex: 1;
  min-width: 250px;
}

/* ==== LOGO ==== */
.footer-logo {
  width: 150px;
  margin-bottom: 20px;
}

/* ==== REDES SOCIAIS ==== */
.social-icons a img {
  width: 32px;
  margin-right: 10px;
  transition: 0.3s;
}

.social-icons a img:hover {
  transform: scale(1.1);
}

/* ==== MENU ==== */
.footer-col h4 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #fff;
}

.footer-menu {
  list-style: none;
  padding: 0;
}

.footer-menu li {
  margin-bottom: 8px;
}

.footer-menu li a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.footer-menu li a:hover {
  color: #00c86f;
}

/* ==== FORMULÁRIO ==== */
.newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.newsletter-form input {
  padding: 10px;
  border-radius: 5px;
  border: none;
}

.newsletter-form button {
  padding: 10px;
  background: #00c86f;
  border: none;
  color: #000;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.newsletter-form button:hover {
  background: #00a85c;
}

/* ==== DIREITOS RESERVADOS ==== */
.footer-bottom {
  text-align: center;
  margin-top: 40px;
  font-size: 14px;
  color: #bbb;
}

.footer-bottom a {
  color: #00c86f;
  text-decoration: none;
}

.footer-bottom a:hover {
  text-decoration: underline;
}

/* ==== BOTÃO VOLTAR AO TOPO ==== */
.back-to-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  padding: 12px 16px;
  font-size: 20px;
  background: #00c86f;
  color: #000;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  transition: 0.3s;
}

.back-to-top:hover {
  background: #00a85c;
}

/* Mostrar botão ao rolar */
body:not(.elementor-editor-active) .back-to-top {
  display: block;
}

/* ==== RESPONSIVO ==== */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    text-align: center;
  }
  .social-icons {
    justify-content: center;
  }
}/* End custom CSS */