/* ===== AJUSTE EXTRA TEXTO SEP | SIGED (SOLO MÓVIL) ===== */

/* SOLO pantallas pequeñas (donde estaba el problema) */
@media (max-width: 768px) {

  /* Texto SEP | SIGED */
  .navbar-brand span,
  .brand span,
  .site-title,
  .header-title,
  .brand-text,
  .logo-text,
  .navbar-brand strong,
  .navbar-brand b {
    margin-left: 3cm !important; /* 1.5cm anterior + 1.5cm extra */
    white-space: nowrap !important;
  }

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