﻿/* Aplica��o oficial da marca Agenda PSI */
.brand {
  display: flex !important;
  justify-content: center;
  width: 100%;
  min-height: 72px;
  margin: 0 0 18px;
  padding: 7px !important;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(10,8,42,.18);
}
.brand .brand-official {
  width: 100% !important;
  max-width: 196px;
  height: auto !important;
  object-fit: contain !important;
  filter: none !important;
}

.public-brand {
  display: flex !important;
  align-items: center;
  min-width: 190px;
}
.public-brand .brand-official {
  width: 190px !important;
  height: auto !important;
  object-fit: contain !important;
}

@media (max-width: 820px) {
  .public-brand .brand-official { width: 165px !important; }
}
