html, body {
  background-color: #ffffff !important;
  color: #1a1a1a !important;
}

:root {
  color-scheme: only light;
}

.footer {
  background-color: #4f5b66;
  font-family: "Raleway", sans-serif;
}
.footer .container p {
  color: white;
  letter-spacing: 1pt;
}
.footer .container .legales a {
  color: white;
  padding: 5%;
}
.footer .container .legales a:hover {
  color: #47d7ac;
}/*# sourceMappingURL=footer.css.map */