img.brand-logo,
img[src$="logotipo_Implanc.png"] {
  display: block;
  height: auto !important;
  max-width: 100%;
  object-fit: contain;
}

.brand-logo--navbar,
.navbar-brand img[src$="logotipo_Implanc.png"] {
  width: 210px !important;
  max-height: 46px;
}

.brand-logo--modal,
.modal-title img[src$="logotipo_Implanc.png"] {
  width: min(270px, 70vw) !important;
  max-height: 72px;
  margin-left: auto;
  margin-right: auto;
}

.brand-logo--sidebar,
.side-mw img[src$="logotipo_Implanc.png"] {
  width: min(280px, 80%) !important;
  max-height: 70px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767.98px) {
  .brand-logo--navbar,
  .navbar-brand img[src$="logotipo_Implanc.png"] {
    width: 155px !important;
    max-height: 38px;
  }
}
