
/* ===== Footer RNT ===== */
.footer-rnt {
  font-family: "Segoe UI", Tahoma, sans-serif;
}

/* Secção de Links Úteis */
.footer-rnt .links-uteis {
  background-color: #f2f2f2;
  padding: 2rem 0;
}

.footer-rnt .links-uteis h5 {
  color: #006699;
  font-weight: 700;
  margin-bottom: 1rem;
}

.footer-rnt .links-uteis a {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 8px;
  color: #006699;
  font-size: 0.9rem;
  text-decoration: none;
}

.footer-rnt .links-uteis a:hover {
  text-decoration: underline;
  color: #006699;
}

.footer-rnt .links-uteis p {
  font-size: 0.9rem;
  color: #333;
}

/* Rodapé final */
.footer-rnt footer {
  background-color: #111;
  color: #fff;
}

.footer-rnt footer .overlay {
  background: rgba(0, 0, 0, 0.75);
  padding: 1.5rem 0;
}

.footer-rnt footer p {
  font-size: 0.85rem;
  margin: 0;
}

/* Responsivo */
@media (max-width: 768px) {
  .footer-rnt .links-uteis a {
    display: block;
    margin-bottom: 6px;
  }

  .footer-rnt .links-uteis .col-md-9,
  .footer-rnt .links-uteis .col-md-3 {
    margin-bottom: 1rem;
  }

  .footer-rnt footer p {
    text-align: center;
  }
}