.logotipo-asociado {
max-height: 150px !important;
}
@supports (object-fit: cover) {
.logotipo-asociado {
height: 100%;
object-fit: contain;
object-position: center center;
}
}