footer {
  color: white;
  text-align: center;
  padding: 20px;
  margin-top: 5px;
}

.footer-redes {
  display: flex;
  justify-content: center;
  text-align: center;
}

.footer-redes img {
  max-height: 80px;
  padding: 10px;
}

.footer-links {
  display: flex;
  justify-content: center;
  text-align: center;
}

footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  background: #333;
}

footer ul li {
  margin: 0;
  padding: 0;
}

footer ul li a {
  display: block;
  padding: 10px 15px;
  color: white;
  text-decoration: none;
}

footer ul li a:hover {
  background: #555;
}
