.elementor-312 .elementor-element.elementor-element-c297259{--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-312 .elementor-element.elementor-element-fabd7a2{width:100%;max-width:100%;}.elementor-312 .elementor-element.elementor-element-7ede0c2{--display:flex;}/* Start custom CSS for html, class: .elementor-element-fabd7a2 *//* ===== FOOTER BASE ===== */
.site-footer {
  background: #ffffff;
  color: #000000;
  padding: 2rem 1rem 1rem;
  font-size: 0.95rem;
  border-top: 1px solid #e5e7eb;
  max-width: 100%;
  overflow-x: hidden; /* impede scroll horizontal */
}

.footer-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e5e7eb;
}

/* todas as colunas iguais */
.footer-col {
  text-align: justify;
}

.footer-col h4 {
  color: #000000;
  margin-bottom: 0.75rem;
  font-size: 1.1rem;
  font-weight: bold;
}

.footer-col p {
  margin: 0.25rem 0;
  line-height: 1.5;
}

.footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 0.5rem;
}

.footer-col ul li a {
  text-decoration: none;
  color: #000000;
  transition: color 0.3s ease;
}

.footer-col ul li a:hover {
  color: #16a34a;
  font-weight: bold;
}

/* ===== BOTTOM ===== */
.footer-bottom {
  text-align: center;
  margin-top: 1.5rem;
  font-size: 0.9rem;
  color: #000000;
}

.footer-bottom a {
  color: #000000;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-bottom a:hover {
  color: #16a34a;
}

/* ===== MOBILE (até 768px) ===== */
@media (max-width: 768px) {
  .footer-container {
    grid-template-columns: 1fr;  /* empilha as colunas */
    gap: 1.5rem;
    /* Removido o padding: 1rem; aqui para confiar no padding do .site-footer */
  }

  /*
   * CORREÇÃO:
   * Removidos 'margin: 0 auto;' e 'max-width: 90%;'
   * para que as colunas herdem o alinhamento da esquerda
   * definido pelo padding do .site-footer (padding: 2rem 1rem 1rem;)
   */
  .footer-col {
    text-align: left; /* agora todos ficam alinhados à esquerda */
    /* Removidas: margin: 0 auto; e max-width: 90%; */
  }

  .footer-col ul {
    padding-left: 0;
  }

  .footer-col ul li {
    margin-bottom: 0.4rem;
  }

  .footer-bottom {
    font-size: 0.85rem;
    padding: 1rem 0;
  }
}/* End custom CSS */