/* Identidade compartilhada pelo site público, aplicativo e páginas legais. */
.brand {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #163f49;
  text-decoration: none;
  font-size: 1.05rem;
  font-weight: 850;
  line-height: 1.1;
  letter-spacing: -.6px;
  text-align: left;
}
.brand img {
  display: block;
  width: 39px;
  height: 39px;
  object-fit: contain;
  flex-shrink: 0;
}
.brand > span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  text-align: left;
  white-space: nowrap;
}
.brand em {
  display: block;
  margin: 0;
  color: #ef746c;
  font-size: .57em;
  font-style: normal;
  font-weight: inherit;
  line-height: 1.1;
  letter-spacing: 1.3px;
  white-space: nowrap;
}
