footer ul {
  position: relative;
  width: 100%;
  float: left;
  display: block;
  top: 20px;
  margin-bottom: 30px;
}

footer ul li {
  font-size: 16px;
  font-weight: 400;
  list-style-type: none;
}

footer ul li a {
  text-decoration: none;
}

footer ul li a:hover {
  text-decoration: underline;
  color: #5c666f;
}

.legales {
  background-color: white;
  color: #1e242b;
}

.legales p {
  text-align: center;
  line-height: 20px;
  margin-top: 25px;
}

.legales a {
  color: #272d4e;
  font-weight: 600;
}

.legales a:hover {
  text-decoration: underline;
  color: #1e242b;
}

.icono-rs img {
  max-width: 20px;
  min-height: 20px;
}
