/* Logo institucional oficial. El fondo oscuro asegura el contraste del archivo original. */
.official-brand {
  width: 164px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--navy);
}

.official-brand img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.official-brand.footer-brand {
  width: 178px;
  height: 92px;
  background: transparent;
  justify-content: flex-start;
  overflow: visible;
}

.official-brand.footer-brand img {
  width: 96px;
  height: 96px;
}

@media (max-width: 520px) {
  .official-brand { width: 134px; height: 66px; }
  .official-brand img { width: 62px; height: 62px; }
}
