footer {
  background-color: #1a1a1a;
  color: #f0f0f0;
  padding: 40px 20px;
  font-family: "Segoe UI", sans-serif;
}

.footer_col {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.footer_logo {
  width: 160px;
  margin-bottom: 20px;
}

.footer_row {
  margin: 8px 0;
  font-size: 1rem;
}

.footer_row.centered {
  text-align: center;
}

.footer_row a {
  color: #f0f0f0;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer_row a:hover {
  color: #ffcc00;
}

.icone_footer {
  margin-top: 20px;
}

.icone_footer a {
  display: inline-block;
  margin: 0 10px;
}

.icone_footer img {
  width: 32px;
  height: 32px;
  filter: brightness(0) invert(1);
  transition: transform 0.3s ease;
}

.icone_footer img:hover {
  transform: scale(1.1);
}
