.brand.platform-brand{display:inline-flex;align-items:center;gap:10px;font-weight:900;color:#1a1042;text-decoration:none;letter-spacing:-.045em;font-size:1.55rem}.brand-mark-logo{width:30px;height:30px;display:inline-grid;place-items:center}.brand-mark-logo img{width:100%;height:100%;display:block}.brand-word{line-height:1}.platform-brand.light{color:#fff}



/* Logo real Postéalo: P cuadrada + logotipo, más grande y pegado */
.platform-brand-lockup{
  gap:4px!important;
  line-height:1;
  display:inline-flex;
  align-items:center;
  text-decoration:none;
  white-space:nowrap;
}
.platform-brand-lockup .brand-icon-img{
  display:block;
  width:42px;
  height:42px;
  object-fit:contain;
  flex:0 0 auto;
}
.platform-brand-lockup .brand-lockup-img{
  display:block;
  width:164px;
  height:auto;
  max-height:48px;
  object-fit:contain;
  flex:0 0 auto;
}
.customer-topbar .platform-brand-lockup .brand-icon-img{width:44px;height:44px}
.customer-topbar .platform-brand-lockup .brand-lockup-img{width:172px}
.platform-brand-lockup.light .brand-icon-img,
.platform-brand-lockup.light .brand-lockup-img{filter:brightness(0) invert(1)}
@media (max-width:700px){
  .platform-brand-lockup{gap:3px!important}
  .platform-brand-lockup .brand-icon-img{width:34px;height:34px}
  .platform-brand-lockup .brand-lockup-img{width:136px}
  .customer-topbar .platform-brand-lockup .brand-icon-img{width:36px;height:36px}
  .customer-topbar .platform-brand-lockup .brand-lockup-img{width:142px}
}
