
/* Correção do logótipo oficial BVA — usa o PNG fornecido sem alterações */
.head .headin{
    min-height:92px;
}
.head .headin .logo-oficial-bva{
    width:110px;
    height:auto;
    max-height:82px;
    object-fit:contain;
    background:transparent;
    border-radius:0;
    padding:0;
    flex:0 0 auto;
}
@media(max-width:760px){
    .head .headin .logo-oficial-bva{
        width:88px;
        max-height:72px;
    }
}
