
/* KINESIS-TX - ajuste de logo oficial */
.brand.brand-official{
  display:flex;
  align-items:center;
  text-decoration:none;
  flex:0 0 auto;
}
.brand.brand-official img{
  display:block;
  width:260px;
  height:58px;
  max-width:30vw;
  object-fit:contain;
  object-position:left center;
}
@media (max-width:850px){
  .brand.brand-official img{width:205px;height:50px;max-width:44vw;}
}
@media (max-width:560px){
  .brand.brand-official img{width:165px;height:44px;max-width:50vw;}
}
