/* 28c4.com — logo central na barra superior (bem maior que o h-8 padrão) */

.navbar.navtop-color {
  min-height: 5.25rem;
  align-items: center;
}

.navbar.navtop-color > div {
  min-height: 5.25rem;
  align-items: center;
}

.navbar.navtop-color img.responsive-image {
  height: 4.75rem !important;
  max-height: 4.75rem !important;
  width: auto !important;
  max-width: min(62vw, 240px) !important;
  object-fit: contain !important;
}

.navbar.navtop-color a[href="/"] {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  line-height: 0;
}
