/*
  FOOTER v 1.1;
  07/2023;
  João Diogo Pereira;
*/

.footer__retangulo {
border-top: solid 1px #a06141;
background-color: #fcb94d;
border-radius: 15px 15px 0 0;
}

.footer-menu__item a {
  font-size: 11px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #4c2715;
  text-transform: uppercase;
  text-decoration: none;
}

.copyright-area *{
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #4c2715;
}

.copyright-area a, .footer-menu__item a{
  border-bottom: solid 1px transparent;
  transition: all .3s ease-in-out;
}

.copyright-area a:hover, .footer-menu__item a:hover{
  color: #4c2715;
  border-bottom: solid 1px #4c2715;
}

footer ul{
  padding:0;
  margin:0;
}

.footer__main__content *:last-child{
  margin-bottom:0;
}

.footer__main__content {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #292e3d;
}

footer .custom-logo {
  max-width: 160px;
  height: auto;
}