/* ENAMED Tático — aplicação centralizada do novo símbolo da marca. */
:root {
  --enamed-tatico-logo: url('/logo-tatico.png');
}

.nav-brand::before,
.brand::before,
.hero-brand::before,
.brand-top::before,
.dr-footer-logo::before,
.login-logo::before {
  content: '';
  display: inline-block;
  width: 2em;
  height: 2em;
  margin-right: .55em;
  vertical-align: middle;
  background: var(--enamed-tatico-logo) center / contain no-repeat;
}

.nav-brand::before { width: 2.25em; height: 2.25em; }
.hero-brand::before,
.brand::before { width: 2.8em; height: 2.8em; }
.brand-top::before { width: 2.1em; height: 2.1em; }
.dr-footer-logo::before { width: 2.2em; height: 2.2em; }

.pst-brand .nb {
  display: inline-flex;
  align-items: center;
}

.pst-brand .nb::before {
  content: '';
  display: inline-block;
  width: 2.2em;
  height: 2.2em;
  margin-right: .45em;
  background: var(--enamed-tatico-logo) center / contain no-repeat;
}

@media (max-width: 640px) {
  .nav-brand::before { width: 2em; height: 2em; margin-right: .35em; }
  .hero-brand::before,
  .brand::before { width: 2.35em; height: 2.35em; }
}
