.container-topbar{
  height: 50px;
  padding: 10px;
  background: var(--bg-topbar);
  border-bottom: 1px solid var(--border-bottom-topbar);
  position: fixed;
  width: 100%;
  z-index: 100000;
}
.logo-topbar{
  width: 141px;
  max-width: 100%;
  height: auto;
  min-width: 117px;
}
