
/* LOGOS OFICIAIS — preservadas na estrutura atual */
.brand-logo{display:block;object-fit:contain}
.header__logo--image{display:flex;align-items:center}
.header__logo--image img{width:150px;max-height:54px;object-fit:contain}
.page-brand-logo{display:block;margin:0 0 2rem;object-fit:contain}
.page-brand-logo--holding{width:min(220px,55vw);max-height:180px}
.page-brand-logo--vivi{width:min(220px,55vw);max-height:180px}
@media(max-width:768px){
 .header__logo--image img{width:120px;max-height:44px}
 .page-brand-logo{margin-bottom:1.4rem}
}
