.mc-brand-runtime {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  padding: 14px 12px 10px;
  margin: 0 auto 8px;
  text-decoration: none;
  line-height: 1;
  z-index: 20;
}

.mc-brand-runtime img {
  display: block;
  width: auto;
  height: auto;
  max-width: 190px;
  max-height: 58px;
  object-fit: contain;
}

.erp-sidebar .mc-brand-runtime,
.sidebar .mc-brand-runtime,
aside .mc-brand-runtime {
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

body.gc-app-menu-left-collapsed .mc-brand-runtime img,
.erp-sidebar.collapsed .mc-brand-runtime img,
.sidebar.collapsed .mc-brand-runtime img {
  max-width: 44px;
  max-height: 44px;
}

.mc-brand-login-runtime {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 18px;
  width: 100%;
}

.mc-brand-login-runtime img {
  max-width: 260px;
  max-height: 120px;
  object-fit: contain;
}

@media (max-width: 760px) {
  .mc-brand-runtime img {
    max-width: 150px;
    max-height: 48px;
  }

  .mc-brand-login-runtime img {
    max-width: 220px;
  }
}

/* AJUSTE LOGO MULTICOLEGIOS X2 */
.mc-brand-runtime {
  padding: 22px 12px 18px !important;
  margin-bottom: 14px !important;
}

.mc-brand-runtime img {
  max-width: 380px !important;
  max-height: 116px !important;
}

.mc-brand-login-runtime img {
  max-width: 520px !important;
  max-height: 240px !important;
}

body.gc-app-menu-left-collapsed .mc-brand-runtime img,
.erp-sidebar.collapsed .mc-brand-runtime img,
.sidebar.collapsed .mc-brand-runtime img {
  max-width: 88px !important;
  max-height: 88px !important;
}

@media (max-width: 760px) {
  .mc-brand-runtime img {
    max-width: 300px !important;
    max-height: 96px !important;
  }

  .mc-brand-login-runtime img {
    max-width: 440px !important;
  }
}
/* FIN AJUSTE LOGO MULTICOLEGIOS X2 */
