/* MMO Cabecera adaptable 1.0.0. Solo el logo de la cabecera. */
#header .header-bottom .navbar-brand,
#header #_desktop_logo > a,
#header #_mobile_logo > a {
  max-width: 200px !important;
}
#header .header-bottom .navbar-brand img,
#header #_desktop_logo img,
#header #_mobile_logo img {
  display: block !important;
  width: 200px !important;
  max-width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
}
#header .header-bottom__h1 {
  margin-bottom: 0 !important;
  line-height: 1 !important;
}
@media (max-width: 767.98px) {
  #header .header-bottom .navbar-brand,
  #header #_desktop_logo > a,
  #header #_mobile_logo > a {
    max-width: min(150px, 40vw) !important;
  }
  #header .header-bottom .navbar-brand img,
  #header #_desktop_logo img,
  #header #_mobile_logo img {
    width: 150px !important;
    max-width: min(150px, 40vw) !important;
    height: auto !important;
  }
}
