html, body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}
nav.navbar {
  background: #ffffff;
  border-bottom: 2px solid #198754;
}
nav .nav-link {
  font-weight: 500;
  color: #198754 !important;
  transition: 0.3s;
  padding: 0.75rem 1.2rem;
  font-size: 1.05rem;
}
nav .nav-link:hover {
  color: #145c40 !important;
}
footer {
  background: #f8f9fa;
  padding: 20px 0;
  text-align: center;
  font-size: 0.9rem;
}
#denunciaBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1050;
  background: #dc3545;
  color: white;
  border-radius: 50px;
  padding: 12px 20px;
  font-weight: bold;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
#denunciaBtn:hover {
  background: #c82333;
}
h2 {
  margin-bottom: 3rem;
}
.card-membro img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
}
.card-membro {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
h2.mb-custom {
  margin-bottom: 5rem;
}
.justify-text {
  text-align: justify;
}
