footer {
  display: flex;
  background-color: var(--black);
  font-size: 1em;
  clear: both;
  width: 100%;
}

footer div {
  flex: 1;
  color: var(--white);
  padding: 2em;
}

footer label {
  font-weight: bold;
  text-transform: uppercase;
}

footer ul {
  list-style-type: none;
  padding-left: 1em;
}

footer label {
  flex: 1;
  color: var(--white);
}

footer a {
  display: block;

  margin: 0;
  line-height: normal !important;

  font-weight: bold;
  font-size: small;
  color: var(--white);

  padding: 0.5em;
}

footer a:hover {
  color: var(--white-active);
}

footer #pleca-unam img {
  display: block;
  margin: auto;
}

/* mobile specifics */
@media (max-width: 72em) {
  footer {
    display: block;
    height: auto !important;

    line-height: unset;
    padding: 2em;
  }

  footer div {
    padding: 1em;
  }

  footer a {
    margin: 0;
  }
}
