@charset "UTF-8";
/*
    Created on : Jul 3, 2025, 2:34:29 PM
    Author     : Vicente Martín <vicente@elgrupo.es>
*/
footer {
  padding: 0 15px;
  color: #3F3F3F;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 112.5% */
  letter-spacing: 0.005px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 40px;
}
footer::before {
  content: "";
  background: #F5F5F5;
  width: 155px;
  height: 5px;
  margin: 0 auto 22px;
}

.footer-legales {
  display: flex;
  gap: 4px;
  line-height: 1.4em;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}

.footer-legal {
  color: #3F3F3F;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px; /* 156.25% */
  letter-spacing: 0.005px;
  text-decoration: none;
}

/*# sourceMappingURL=footer.css.map */
