body > footer {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  width: var(--main-width);
  margin: 4em auto;
}

body > footer h3 {
  font-family: mono;
  text-transform: uppercase;
}

body > footer a {
  font-size: 1.3em;
}

body > footer div {
  display: flex;
  flex-flow: column;
}

body > footer #pleca-unam {
  background-image: url(/images/cultura-unam-pleca-unam.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 20em;
  margin: 0;
}

@media (max-width: 80em) {
  body > footer {
    flex-flow: column;
    width: unset;
  }

  body > footer #pleca-unam {
    order: -1;
    height: 5em;
    margin: auto auto 2em;
  }

  body > footer > div h3 {
    text-align: left;
    padding-left: 2em;
  }

  body > footer > div a {
    text-align: left;
    padding-left: 3em;
  }
}
