
/* V283 - Logo do rodapé maior no desktop */
@media(min-width:901px){
  .footer-v210 .footer-logo,
  .footer-v210 .footer-brand-logo,
  .footer-v210-brand .footer-logo,
  .footer-v210-brand img,
  .footer .footer-logo img,
  .footer img.footer-logo{
    max-width:260px!important;
    max-height:120px!important;
    width:auto!important;
    height:auto!important;
    object-fit:contain!important;
  }

  .footer-v210-brand{
    align-items:flex-start!important;
  }

  .footer-v210-brand > a,
  .footer-v210-brand .footer-logo-wrap,
  .footer-v210-brand .brand-logo{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    min-height:120px!important;
  }
}
