.section {
  margin-bottom: 170px;
}
@media (max-width: 600px) {
  .section {
    margin-bottom: 120px;
  }
}

.footer__gradient {
  background: url("https://www.jorgeaj.com/dev/elgrupo/elgrupo/wp-content/themes/elgrupo/assets/images/footer-gradient.svg");
  block-size: 24px;
  background-size: cover;
}
.footer__menu-legales {
  padding-block-end: 50px;
}
.footer__menu-legales ul {
  display: flex;
  justify-content: center;
  column-gap: 41px;
}
@media screen and (width <= 600px) {
  .footer__menu-legales ul {
    flex-direction: column;
    align-items: center;
  }
}
.footer__menu-legales ul li a {
  font-size: 14px;
  color: #D10074;
  font-weight: 600;
}
.footer__menu-legales ul li a:hover {
  text-decoration: underline;
}
.footer__copyright {
  padding-block-start: 40px;
  padding-block-end: 18px;
}
@media screen and (width <= 600px) {
  .footer__copyright {
    font-size: 16px;
    text-align: center;
  }
}/*# sourceMappingURL=footer.css.map */