/* ===== AJUSTE TEXTO SEP | SIGED (SIN TOCAR LOGO) ===== */

/* Contenedor del texto junto al logo */
.navbar-brand span,
.brand span,
.site-title,
.header-title,
.brand-text,
.logo-text,
.navbar-brand strong,
.navbar-brand b {
  display: inline-block !important;
  margin-left: 1.5cm !important; /* 👉 mueve SOLO el texto */
  white-space: nowrap !important;
}

/* Asegura que el logo NO se mueva */
.navbar-brand img,
.brand img,
.logo img {
  margin-left: 0 !important;
}

/* Mobile: ajuste proporcional */
@media (max-width: 768px) {
  .navbar-brand span,
  .brand span,
  .site-title,
  .header-title,
  .brand-text,
  .logo-text {
    margin-left: 0.8cm !important;
  }
}
