footer {
  background: #285ff5;
  color: white;
  text-align: center;
  padding: 20px 10px;
}

footer small {
  display: block;
  margin-top: 10px;
}

footer {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.social-media-footer {
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.social-media-footer a {
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0;
  gap: 10px;
}

.social-media-footer a:hover {
  color: #ffd700; /* Amarillo dorado al pasar el mouse */
}

.icon {
  width: 30px; /* Tamaño uniforme de los íconos */
  height: auto;
}
