#footer {
  background-color: #445464;
  display: flex;
  justify-content: center;
}

@media (max-width: 768px){
  #footer {
    flex-direction: column;
  }
}

#footer > div {
  width: 100%;
  color: white;
  padding: 30px;
}

#footer > div > ul {
  padding-left: 0px !important;
  list-style: none;
}

@media (max-width: 768px){
  #footer > div {
    text-align: center;
  }
}

#footer > div:nth-child(1) > ul{
  display: flex;
  flex-direction: row;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

#footer > div > ul > li {
  padding: 5px;
}

#footer > div > ul > li > a {
  color: white;
  text-decoration: none;
}

#footer > div:nth-child(1) > span {
  display: flex;
  justify-content: center;
  align-items: center;
}

#listra-final {
  height: 80px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2C3E50;
  color: white;
}