/* V109: logo principal centrado con tamaño fijo y ligeramente más pequeño en la barra de navegación.
   El tamaño no cambia al hacer scroll. */
@media (min-width: 992px) {
  .custom-navbar .nav-center,
  nav.custom-navbar .nav-center,
  .custom-navbar.scrolled .nav-center,
  nav.custom-navbar.scrolled .nav-center {
    max-width: 300px !important;
    width: auto !important;
    overflow: visible !important;
  }

  .custom-navbar .nav-center > a.nav-logo-home-link,
  nav.custom-navbar .nav-center > a.nav-logo-home-link,
  .custom-navbar.scrolled .nav-center > a.nav-logo-home-link,
  nav.custom-navbar.scrolled .nav-center > a.nav-logo-home-link {
    max-width: 300px !important;
    width: auto !important;
    height: 76px !important;
    min-height: 76px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transform: none !important;
  }

  .custom-navbar .nav-center > a.nav-logo-home-link img,
  nav.custom-navbar .nav-center > a.nav-logo-home-link img,
  .custom-navbar.scrolled .nav-center > a.nav-logo-home-link img,
  nav.custom-navbar.scrolled .nav-center > a.nav-logo-home-link img {
    width: auto !important;
    max-width: 250px !important;
    height: auto !important;
    max-height: 27px !important;
    object-fit: contain !important;
    display: block !important;
    transform: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1280px) {
  .custom-navbar .nav-center,
  nav.custom-navbar .nav-center,
  .custom-navbar.scrolled .nav-center,
  nav.custom-navbar.scrolled .nav-center,
  .custom-navbar .nav-center > a.nav-logo-home-link,
  nav.custom-navbar .nav-center > a.nav-logo-home-link,
  .custom-navbar.scrolled .nav-center > a.nav-logo-home-link,
  nav.custom-navbar.scrolled .nav-center > a.nav-logo-home-link {
    max-width: 250px !important;
  }

  .custom-navbar .nav-center > a.nav-logo-home-link img,
  nav.custom-navbar .nav-center > a.nav-logo-home-link img,
  .custom-navbar.scrolled .nav-center > a.nav-logo-home-link img,
  nav.custom-navbar.scrolled .nav-center > a.nav-logo-home-link img {
    max-width: 230px !important;
    max-height: 26px !important;
  }
}
