/* ========== FOOTER ========== */
.footer {
  background-color: #131210;
  color: #fff;
  padding-top: 2rem;
  font-size: 0.9rem;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
  padding-bottom: 2rem;
}

.footer-logo {
  height: 48px;
  margin-bottom: 1rem;
}

.footer-address {
  line-height: 1.5;
}

.footer-links h4,
.footer-social h4 {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 0.5rem;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}

.social-icons a {
  margin-right: 0.5rem;
}

.social-icons img {
  width: 24px;
  height: 24px;
}

/* Footer bottom */
.footer-bottom {
  text-align: center;
  border-top: 1px solid rgba(255,255,255,0.2);
  padding: 1rem 0;
  font-size: 0.8rem;
}


/* ========== RESPONSIVO FOOTER ========== */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer-links li {
    margin: 0.25rem 0;
  }
}
