#footer-box {
  background-color: #000031;
  height: auto;
}

#footer-box #logos a {
  width: auto;
  display: flex;
  justify-content: center;
}

#redes,
#logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2em;
  flex-wrap: wrap;
  padding-bottom: 2.5vh;
}

#logos {
  justify-content: space-around;
  width: 80%;
  margin: auto;
  margin-bottom: 68px;
}

#logos img {
  width: 175px;
}

#direction {
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.25rem;
}

#footer-box {
  background-color: #000031;
  height: auto;
  padding-top: 70px;
  padding-bottom: 60px;
}

#footer-box #logos a {
  width: 200px;
  display: flex;
  justify-content: center;
}

#redes,
#logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2em;
  flex-wrap: wrap;
}

#logos {
  justify-content: space-around;
  width: 80%;
}

#direction {
  font-size: 1rem;
  line-height: 1.25rem;
}

@media (max-width: 992px) {
  #footer-box {
    height: auto;
    padding-top: 98px;
    padding-bottom: 100px;
  }

  #footer-box #logos img {
    width: 179px;
  }

  #logos {
    justify-content: center;
    gap: 60px;
    padding-bottom: 7.5vw;
  }

  #direction {
    font-size: 15px;
    line-height: 1rem;
  }
}
