/* =========================================================
   FOOTER INSTITUCIONAL — MENTE ACIMA
   Theme-safe | Elementor-safe | Bard-safe
   ========================================================= */

#ma-footer-institucional {
  all: unset; /* isola de estilos do tema */
  display: block;

  background-color: #ffffff !important;
  color: #111111 !important;

  padding: 32px 20px;
  text-align: center;

  font-family: inherit;
  box-sizing: border-box;
}

/* Garantia de box-model consistente */
#ma-footer-institucional *,
#ma-footer-institucional *::before,
#ma-footer-institucional *::after {
  box-sizing: border-box;
}

/* ================= LOGO ================= */
#ma-footer-institucional img {
  display: block !important;
  margin: 0 auto 18px auto !important;
  max-width: 180px;
  height: auto;
}

/* ================= REDES SOCIAIS ================= */
#ma-footer-institucional .ma-footer-socials {
  display: flex !important;
  justify-content: center !important;
  align-items: center;
  gap: 14px;
  margin: 16px 0;
}

#ma-footer-institucional .ma-footer-socials a {
  color: #111111 !important;
  font-size: 18px;
  text-decoration: none !important;
  line-height: 1;
}

#ma-footer-institucional .ma-footer-socials a:hover {
  opacity: 0.7;
}

/* ================= LINKS ================= */
#ma-footer-institucional .ma-footer-links {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center !important;
  align-items: center;
  gap: 8px;

  font-size: 14px;
  margin: 14px 0;
}

#ma-footer-institucional .ma-footer-links a {
  color: #111111 !important;
  text-decoration: none !important;
}

#ma-footer-institucional .ma-footer-links a:hover {
  text-decoration: underline;
}

/* ================= COPYRIGHT ================= */
#ma-footer-institucional .ma-footer-copy {
  font-size: 13px;
  opacity: 0.75;
  margin-top: 12px;
}

/* ================= BOTÃO TOPO ================= */
#ma-footer-institucional .ma-footer-top {
  margin: 18px auto 0;
  display: inline-block;

  background: transparent !important;
  border: 1px solid #111111 !important;
  color: #111111 !important;

  padding: 6px 12px;
  cursor: pointer;

  font-size: 14px;
}

#ma-footer-institucional .ma-footer-top:hover {
  background: #111111 !important;
  color: #ffffff !important;
}

/* ================= DARK MODE OPCIONAL ================= */
@media (prefers-color-scheme: dark) {
  #ma-footer-institucional {
    background-color: #000000 !important;
    color: #ffffff !important;
  }

  #ma-footer-institucional .ma-footer-socials a,
  #ma-footer-institucional .ma-footer-links a,
  #ma-footer-institucional .ma-footer-top {
    color: #ffffff !important;
    border-color: #ffffff !important;
  }

  #ma-footer-institucional .ma-footer-top:hover {
    background: #ffffff !important;
    color: #000000 !important;
  }
}
