/* Proteção para a marca oficial, inclusive diante de estilos antigos em cache. */
.cabecalho .marca-logo {
  width: 66px !important;
  height: 66px !important;
  max-width: 66px !important;
  max-height: 66px !important;
  min-width: 66px;
  object-fit: contain;
  flex: 0 0 66px;
}

@media (max-width: 720px) {
  .cabecalho .marca-logo {
    width: 49px !important;
    height: 49px !important;
    max-width: 49px !important;
    max-height: 49px !important;
    min-width: 49px;
    flex-basis: 49px;
  }
}
