.footer-web {
  background-color: hsl(215, 11%, 30%);
  padding-top: 2rem;
  padding-bottom: .5rem;
  margin-top: 20px;
}

.footer-web .nav-item-footer a {
  color: #aab2bd;
}

.footer-logo {
  display: flex;
  align-items: center;
}

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

.img-footer-logo {
  width: 100%;
  max-width: 450px;
  display: block;
}

.fs-redes, .fs-redes i {
  font-size: 2.3rem !important;
}


