.rodape {
  background-color: #000000;
  color: #f4f4f4;
  padding: 3rem 2rem 2rem;
  font-size: 0.95rem;
}

.rodape-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}

.rodape-item img {
  height: 50px;
  margin-bottom: 1rem;
  text-align: center;
}

.rodape-item h4 {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  color: #ffffff;
}

.rodape-item p,
.rodape-item li {
  margin-bottom: 0.5rem;
  color: #ccc;
}

.rodape-item ul {
  list-style: none;
  padding: 0;
}

.rodape-item a {
  color: #ccc;
  text-decoration: none;
}

.rodape-item a:hover {
  color: var(--cor-principal);
}

.rodape-final {
  text-align: center;
  border-top: 1px solid #333;
  padding-top: 1rem;
  font-size: 0.85rem;
  color: #aaa;
}