.container-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 30vh;
  background-color: var(--primary-color-verde); /* Verde escuro */
  color: white;
  overflow: hidden
}

.titulo-footer {
  font-size: 13px;
}

.texto-politica-privacidade:hover {
  color: var(--secondary-color-amarelo);

}

.container-footer h3 {
  display: flex;
  font-size: 18px;
  color: white;
  text-decoration: none;
  margin-top: 10px;
}