/* Custom Header Logo Styles */

/* Logo normal (desktop) */
.navbar-brand .logo.logo-dark {
  height: 90px !important;
  width: auto !important;
  max-width: none !important;
}

/* Logo mobile */
.navbar-brand .logo.logo-mobile {
  height: 40px !important;
  width: auto !important;
  max-width: none !important;
}

/* Asegurar que el navbar-brand no restrinja el logo */
.navbar-brand {
  display: inline-flex;
  align-items: center;
  padding: 0;
}
