.display {
  display: flex;
  justify-content: center;
  align-items: center;
}

footer {
  min-height: 100px;
  padding: 1% 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  background-color: #212235;
}

.lista_padre li {
  list-style: none;
}

.div_footer_logo {
  text-align: center;
}

.footer_logo {
  color: #fff;
  font-size: 1.2em;
}

.footer_links a {
  font-size: 0.9em;
  color: #fff;
}