/* PATCH 253 — somente mobile: reduz 18% o logo do topo em relação ao ajuste anterior. */
@media (max-width: 767px){
  .tb-topbar-faith199{overflow:visible!important;}
  .tb-brand-faith199{overflow:visible!important;position:relative!important;z-index:2!important;}
  .tb-brand-logo-faith199{
    width:228px!important; /* 278px - 18% */
    height:83px!important; /* 101px - 18% */
    max-width:none!important;
    object-fit:contain!important;
    object-position:center!important;
    transform:none!important;
    filter:none!important;
  }
}
@media (max-width:390px){
  .tb-brand-logo-faith199{
    width:211px!important; /* 257px - 18% */
    height:77px!important; /* 94px - 18% */
  }
}
