/* International brand only; leave the Portuguese site and page layout intact. */
.brand.brand-institutional {
  display: inline-flex;
  width: 244px;
  height: auto;
  aspect-ratio: 760 / 200;
  max-width: 100%;
  flex-shrink: 0;
  padding: 0;
  background: #080b0f;
  border: 0;
  border-radius: 6px;
}
.brand.brand-institutional img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: center;
  filter: none;
}
.brand.footer-logo.brand-institutional { width: 320px; aspect-ratio: 760 / 230; }
@media (max-width: 1120px) and (min-width: 761px) {
  .brand.brand-institutional { width: 200px; }
  .brand.footer-logo.brand-institutional { width: 300px; }
}
@media (max-width: 760px) {
  .brand.brand-institutional { width: 214px; }
  .brand.footer-logo.brand-institutional { width: min(320px, 100%); }
}
