footer {
  width: 80vw!important;
  margin: -30px auto;
  font-family: 'Arial', Tahoma, Arial, Helvetica, sans-serif;
}

footer h4{
 font-family: 'Arial', Tahoma, Arial, Helvetica, sans-serif;
 font-size:13px;
}

.topo-footer {
  margin-top: 30px;
  background-color: #fff;
  background-image: -webkit-linear-gradient(273deg, #fff 34%, #f1f1e9 35%);
  min-height: 125px;
}

.links-footer {
  display: flex;
  flex-direction: row;
  width: 80vw;
  margin-left: 1vw;
  margin-top: 20px;
justify-content: center;
}

.links-footer > div {
  /* width: 20vw; */
  margin-right: 5.4vw;
}

.footer-list {
  list-style: none;
  font-size: 10px;
  display: flex;
  flex-direction: column;
}

.footer-list > li > a {
  color: #807366 !important;
}

footer ul > li {
  margin-top: 5px;
}

.imgs-footer {
  display: flex;
}

.imgs-footer {
  flex-direction: row;
  width: 100vw;
  margin-left: 10vw;
}

.imgs-footer > img {
  margin-right: 55px;
  margin-bottom: 30px;
  margin-left: 15px;
  line-height: 134px;
  align-self: center;
}

.links-footer p {
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 10px;
}

.links-footer ul li {
  font-size: 11px;
  margin-top: 11px;
}

.links-footer ul li a i.fas {
  color: #01abe9;
}

@media screen and (max-width: 800px) {
  footer {
   width: 100vw!important;

  }

  .imgs-footer {
    flex-direction: column;
    margin-left: 0;
  }

.imgs-footer > img {
    margin-right: 0px;
    margin-left: 0px;
}


  .links-footer {
    flex-direction: column;
    width: 100vw;
    text-align: center;
    margin-left: 0;
  }

  .links-footer > div {
    margin-bottom: 5vh;
  }
  .topo-footer {
    width: 100vw !important;
  }


}
