footer.footer {
  height: 808px;

  background: #FEE326;
}

footer.footer div.container {
  padding: 44px 194px;

}

footer.footer div.footer__links {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

footer.footer div.footer__links ul.footer__links__left,
footer.footer div.footer__links ul.footer__links__center,
footer.footer div.footer__links ul.footer__links__right {
  color: #743618;
  font-size: 0.875rem;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;

  padding: 24px;

  gap: 18px;
  display: flex;
  flex-direction: column;
  justify-self: flex-start;
}

footer.footer div.footer__links ul.footer__links__left {
  justify-self: flex-start;
}

footer.footer div.footer__links ul.footer__links__center {
  justify-self: center;
}

footer.footer div.footer__links ul.footer__links__right {
  justify-self: flex-end;
}

footer.footer div.footer__links li.footer__links__item a {
  color: #743618;
  text-decoration: none;
}

footer.footer div.footer__copy {
  margin-top: 24px;
  padding: 24px;
}

footer.footer div.footer__copy p {
  color: #743618;
  font-size: 0.875rem;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
}

#logos-rodape{
  
}

#logos-rodape li{
    display:block;
    margin-bottom: 1.3rem;
}
#logos-rodape li.unitedlogo{
    padding-left: 2rem;

}

#logos-rodape img{
height: 49px;
}
