@charset "UTF-8";
/* New container for the header - Only applies to large desktops */
.container-wide {
  max-width: 95%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .container-wide {
    /* Ajustable según necesites espacio para redes sociales */
    width: 1416px;
  }
}

/* === TOP BAR === */
.top-header-bar .top-contact {
  flex-grow: 1;
  border-bottom: 1px solid #e9ecef;
  font-weight: 700;
  font-size: 1.7rem;
}
.top-header-bar .top-contact .top-contact__item,
.top-header-bar .top-contact .top-contact__item a {
  color: #323334;
}
.top-header-bar .top-contact .top-contact__item a .fa {
  color: #d81b4a;
}
.top-header-bar .top-contact .top-contact__item:first-child {
  margin-right: 0;
}
@media (min-width: 768px) {
  .top-header-bar .top-contact .top-contact__item:first-child {
    margin-right: clamp(2rem, 3.344vw - 0.569rem, 4rem);
  }
}
.top-header-bar .top-contact .top-contact__item--separator {
  font-weight: 300;
  color: #dedede;
}
@media (min-width: 768px) {
  .top-header-bar .top-contact .top-contact__item--separator {
    display: none;
  }
}
.top-header-bar .top-auth {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 400;
}
.top-header-bar .top-auth .top-auth__item a {
  color: #292929;
}
.top-header-bar .top-auth .btn {
  font-size: 14px;
  padding: 6px 24px;
  border-radius: 20px;
  transition: all 0.3s ease;
  text-transform: capitalize;
}
.top-header-bar .top-auth .btn.btn-outline-default {
  font-weight: 600;
  color: #999fa3;
}
.top-header-bar .top-auth .btn.btn-outline-default:hover {
  color: #333 !important;
  border-color: transparent !important;
}

/* === HEADER SOUTHLAND - FIX DEFINITIVO BASADO EN CAPTURA === */
.header:has(.navbar.new-header-layout) {
  box-shadow: 0 1px 10px rgba(0, 0, 1, 0.12);
}
.navbar.new-header-layout {
  padding-bottom: 20px;
  /* 1. Navbar Base: Contexto de posicionamiento */
}
.navbar.new-header-layout .main-navigation {
  min-height: 90px !important;
  border: none !important;
  margin-bottom: 0 !important;
  background: #fff !important;
  position: relative;
  /* CRÍTICO: Para posicionar hijos */
  display: flex !important;
  /* NUEVO: Convertimos el navbar entero en flex */
  align-items: center !important;
  /* Centra verticalmente todo */
}
.navbar.new-header-layout {
  /* 2. Container Wide: Ocupa todo el ancho disponible dentro del flex */
}
.navbar.new-header-layout .container-wide {
  display: flex !important;
  /* NUEVO: Flex para alinear logo y collapse */
  align-items: center !important;
  justify-content: space-between !important;
  width: 1416px !important;
  max-width: 95% !important;
  margin: 0 auto !important;
  padding: 0 15px !important;
}
@media (min-width: 1200px) {
  .navbar.new-header-layout .container-wide {
    width: 1416px !important;
  }
}
.navbar.new-header-layout {
  /* 3. Logo: Ya no necesita float, flex lo maneja */
}
.navbar.new-header-layout .navbar-header {
  float: none !important;
  /* Quitamos float porque usamos flex */
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  /* flex-shrink: 0 !important; */
}
.navbar.new-header-layout .navbar-header::after, .navbar.new-header-layout .navbar-header::before {
  display: none !important;
  content: none !important;
}
.navbar.new-header-layout .navbar-brand {
  height: 90px !important;
  padding: 15px 0 !important;
  display: flex !important;
  align-items: center !important;
  margin-right: 40px !important;
  /* Espacio entre logo y menú */
}
.navbar.new-header-layout .new-logo {
  max-height: 60px !important;
  width: auto !important;
  height: auto !important;
  display: block !important;
  transition: max-height 0.3s ease;
}
.navbar.new-header-layout {
  /* 4. Navbar Collapse: Anular app.css y hacerlo flex-friendly */
}
.navbar.new-header-layout #new-main-nav.collapse.navbar-collapse {
  display: flex !important;
  /* Gana sobre display: block de app.css */
  flex-grow: 1 !important;
  /* Ocupa el resto del espacio */
  align-items: center !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  border-top: none !important;
  box-shadow: none !important;
  overflow: visible !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar.new-header-layout #new-main-nav.collapse.navbar-collapse {
    display: none !important;
  }
}
.navbar.new-header-layout {
  /* 5. Wrapper Flex Interno: Menú + Extras */
}
.navbar.new-header-layout .header-flex-wrapper {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
}
.navbar.new-header-layout {
  /* 6. Menú Principal */
}
.navbar.new-header-layout .navbar-main {
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
}
.navbar.new-header-layout {
  /* Anular app.css dañado SOLO para este menú */
}
.navbar.new-header-layout .navbar-nav.navbar-main {
  display: flex !important;
  float: none !important;
  justify-content: space-between !important;
  margin: 0 !important;
}
.navbar.new-header-layout .navbar-main > li {
  float: none !important;
  display: inline-flex !important;
  align-items: center !important;
}
.navbar.new-header-layout .navbar-main > li > a {
  font-size: 18px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  padding: 35px 14px !important;
  /* Centrado vertical manual */
  line-height: 1 !important;
  color: #292929 !important;
}
.navbar.new-header-layout .navbar-main > li.active > a,
.navbar.new-header-layout .navbar-main > li > a:hover {
  color: #e31837 !important;
}
.navbar.new-header-layout {
  /* Dropdowns */
}
.navbar.new-header-layout .navbar-main .dropdown-menu {
  top: 100% !important;
  left: 0 !important;
  margin-top: 0 !important;
  border-radius: 0 0 4px 4px !important;
}
.navbar.new-header-layout {
  /* 7. Extras Group (Redes + Search) */
}
.navbar.new-header-layout .header-extras-group {
  display: flex !important;
  align-items: center !important;
  gap: 25px !important;
  margin-left: auto !important;
  flex-shrink: 0 !important;
}
.navbar.new-header-layout {
  /* 8. Redes Sociales */
}
.navbar.new-header-layout .social-icons {
  display: flex;
  gap: 1.6rem !important;
  align-items: center !important;
}
.navbar.new-header-layout .social-icons a {
  height: 2.4rem;
  width: 2.4rem;
  background-color: #999fa3;
  color: #fefefe !important;
  border-radius: 50%;
  transition: all 0.3s !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
}
.navbar.new-header-layout .social-icons a i {
  font-size: 1.4rem;
}
.navbar.new-header-layout .social-icons a:hover {
  transform: translateY(-2px);
  color: #ffffff !important;
  background-color: #e31837 !important;
}
.navbar.new-header-layout {
  /* 9. Buscador */
}
.navbar.new-header-layout .header-search-wrapper .navbar-form {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.navbar.new-header-layout .header-search-wrapper .input-group {
  height: 5rem;
}
@media (min-width: 992px) {
  .navbar.new-header-layout .header-search-wrapper .xdsoft_autocomplete {
    max-width: none;
  }
}
.navbar.new-header-layout .header-search-wrapper .form-control {
  border-radius: 12px 0 0 12px !important;
  height: 5rem;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .navbar.new-header-layout .header-search-wrapper .form-control {
    width: clamp(18.5rem, 26.265vw - 7.554rem, 32rem);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar.new-header-layout .header-search-wrapper .form-control {
    width: clamp(18.5rem, 26.265vw - 7.554rem, 32rem);
  }
}
.navbar.new-header-layout .header-search-wrapper .btn-search {
  border-radius: 0 12px 12px 0 !important;
  background-color: #e31837;
  border-color: #e31837 !important;
  color: white !important;
  height: 100% !important;
  width: 5rem;
}
.navbar.new-header-layout .header-search-wrapper .btn-search:hover {
  background-color: #fc003f;
}
.navbar.new-header-layout .header-search-wrapper .btn-search .fa {
  font-size: 1.6rem;
}
.navbar.new-header-layout {
  /* 10. Responsive Fixes */
}
@media (max-width: 991px) {
  .navbar.new-header-layout .social-icons {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .navbar.new-header-layout {
    padding-bottom: 0 !important;
    /* Móvil: Volver a estructura vertical */
  }
  .navbar.new-header-layout .main-navigation {
    display: block !important;
    /* Desactivar flex en móvil */
  }
  .navbar.new-header-layout .container-wide {
    display: block !important;
  }
  .navbar.new-header-layout .navbar-header {
    width: 100% !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 10px 0 !important;
  }
  .navbar.new-header-layout .navbar-toggle {
    margin: 0 !important;
    float: right !important;
  }
  .navbar.new-header-layout {
    /* En móvil, el collapse debe comportarse normalmente */
  }
  .navbar.new-header-layout #new-main-nav.collapse.navbar-collapse {
    display: none !important;
    /* Ocultar hasta que se active */
    width: 100% !important;
  }
  .navbar.new-header-layout #new-main-nav.collapse.in {
    display: block !important;
    /* Mostrar cuando está abierto */
  }
  .navbar.new-header-layout .header-flex-wrapper {
    flex-direction: column !important;
    align-items: flex-start !important;
    padding: 10px 0 !important;
  }
  .navbar.new-header-layout .navbar-main {
    width: 100% !important;
    flex-direction: column !important;
    margin-bottom: 15px !important;
  }
  .navbar.new-header-layout .navbar-main > li {
    width: 100% !important;
    border-bottom: 1px solid #eee !important;
  }
  .navbar.new-header-layout .navbar-main > li > a {
    padding: 15px 0 !important;
    width: 100% !important;
  }
  .navbar.new-header-layout .header-extras-group {
    width: 100% !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    margin-left: 0 !important;
  }
  .navbar.new-header-layout .input-group-sm .form-control {
    width: 100% !important;
  }
}

/* SideNav */
#dps-sidenav.sidenav-menu-is-open {
  z-index: 5;
}
@media (min-width: 768px) {
  #dps-sidenav.sidenav-menu-is-open {
    overflow: visible;
  }
}
#dps-sidenav .dropdown-menu {
  float: none;
}

/*** === NEW FOOTER === ***/
/* Footer Background & Overlay */
.new-footer * {
  float: none !important;
}
.new-footer {
  background-color: #292929;
  /* 2. La imagen transparente como textura */
  background-image: url("/img/footer-bg-graphic.png");
  background-repeat: no-repeat;
  background-position: right 60px bottom -266px;
  /* Ajusta según el tipo de imagen */
  /* background-size: cover; */
  position: relative;
  padding: 8rem 0 2rem;
  font-size: 1.5rem;
  font-weight: 300;
  color: #fefefe;
  margin-top: 40px;
  /* Dark overlay for readability */
  /* &::before {
      content: '';
      position: absolute;
      inset: 0;
      background: rgb(72 73 74 / 50%);
      z-index: 0;
  } */
}
.new-footer .container-wide {
  position: relative;
  z-index: 2;
}
.new-footer .new-footer__logo {
  width: 240px;
  height: auto;
}
.new-footer {
  /* Vertical CMYK Bar Styling */
}
.new-footer .cmyk-vertical-bar {
  width: 6px;
  height: 100%;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.new-footer .cmyk-vertical-bar .cmyk-seg {
  flex: 1;
}
.new-footer .cmyk-vertical-bar .cmyk-seg.cyan {
  background: #24abe2;
}
.new-footer .cmyk-vertical-bar .cmyk-seg.magenta {
  background: #e90d8c;
}
.new-footer .cmyk-vertical-bar .cmyk-seg.yellow {
  background: #fcee22;
}
.new-footer .cmyk-vertical-bar .cmyk-seg.black {
  background: #020303;
}
@media (max-width: 767px) {
  .new-footer .cmyk-divider-col {
    display: none !important;
  }
}
.new-footer {
  /* Footer Search Form Adaptation */
}
.new-footer .new-footer__search-wrapper .navbar-form {
  padding-inline: 0;
  margin-inline: 0;
  box-shadow: none;
}
.new-footer .new-footer__search-wrapper {
  /* Forzar al grupo a medir exactamente el 100% de la columna */
}
.new-footer .new-footer__search-wrapper .input-group {
  display: flex !important;
  width: 100% !important;
}
.new-footer .new-footer__search-wrapper .form-control {
  background-color: rgba(255, 255, 255, 0.95);
  border: none;
  color: #333;
  border-radius: 12px 0 0 12px;
  border: 2px solid #d81b4a;
}
.new-footer .new-footer__search-wrapper {
  /* Obligar al contenedor del plugin a ocupar solo el espacio restante */
}
.new-footer .new-footer__search-wrapper .xdsoft_autocomplete {
  /* Cambia de inline-block a block */
  display: block !important;
  /* Toma todo el espacio libre restante */
  flex: 1 1 auto !important;
  /* Anula por completo el pixelaje fijo (los 551px) del JS */
  width: auto !important;
  position: relative !important;
}
.new-footer .new-footer__search-wrapper {
  /* Completely protect the dropdown menu by isolating its internal styles. */
}
.new-footer .new-footer__search-wrapper .xdsoft_autocomplete_dropdown {
  min-width: 100%;
  /* Resets inheritance so it uses its own plugin styles */
  color: initial;
  /* If the plugin uses a white background and dark text, secure it here: */
  background-color: #fff;
}
.new-footer .new-footer__search-wrapper .xdsoft_autocomplete_dropdown *:not(.active, .active *) {
  /* Forces the dropdown's offspring to be dark */
  color: #464749;
}
.new-footer .new-footer__search-wrapper {
  /* Controls the maximum width of the form. */
}
.new-footer .new-footer__search-wrapper .xdsoft_autocomplete,
.new-footer .new-footer__search-wrapper .xdsoft_autocomplete_dropdown {
  max-width: 320px;
}
.new-footer .new-footer__search-wrapper {
  /* Hacer que los inputs (visible y fantasma) llenen su nuevo contenedor fluido */
}
.new-footer .new-footer__search-wrapper .xdsoft_input,
.new-footer .new-footer__search-wrapper .xdsoft_autocomplete_hint {
  width: 100% !important;
  box-sizing: border-box !important;
}
.new-footer .new-footer__search-wrapper {
  /* Evitar que el botón se encoja o se deforme */
}
.new-footer .new-footer__search-wrapper .input-group-btn {
  display: block !important;
  /* Mantiene su tamaño nativo basado en el icono */
  flex: 0 0 auto !important;
  width: auto !important;
}
.new-footer .new-footer__search-wrapper .input-group-btn .btn-search-footer {
  height: 100% !important;
  width: 50px;
  padding: 0;
  background-color: #d81b4a !important;
  border-color: #d81b4a !important;
  color: #fff !important;
  border-radius: 0 12px 12px 0;
  transition: all 0.2s ease;
}
.new-footer .new-footer__search-wrapper .input-group-btn .btn-search-footer:hover {
  background-color: #fc003f !important;
  transform: scale(1.05);
}
.new-footer .new-footer__ctas .btn {
  font-size: 14px;
  padding: 6px 24px;
  border-radius: 20px;
  transition: all 0.3s ease;
  text-transform: capitalize;
}
.new-footer .new-footer__ctas .btn-primary:hover {
  background-color: #fc003f;
}
.new-footer {
  /* Typography & Links */
}
.new-footer .new-footer__heading {
  color: #d81b4a;
  font-weight: 800;
  font-size: 2.2rem;
  /* letter-spacing: 1px; */
  margin-bottom: 20px;
}
.new-footer .new-footer__links-list a {
  color: #e5e5e5;
  text-decoration: none;
  display: block;
  padding: 6px 0;
  transition: 0.2s;
}
.new-footer .new-footer__links-list a:hover {
  color: #fff;
  padding-left: 5px;
}
.new-footer .new-footer__social-icons {
  display: flex;
  gap: 1.6rem;
  flex-wrap: wrap;
}
.new-footer .new-footer__social-icons a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background-color: #fefefe;
  color: #464749;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease;
}
.new-footer .new-footer__social-icons a i {
  font-size: 1.4rem;
  line-height: 2.4rem;
  pointer-events: none;
}
.new-footer .new-footer__social-icons a:hover {
  transform: translateY(-2px);
}
.new-footer .new-footer__phones {
  /* Reset completo para la lista de contacto */
}
.new-footer .new-footer__phones .contact-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 100%;
}
.new-footer .new-footer__phones {
  /* Cada línea de contacto como bloque flexible */
}
.new-footer .new-footer__phones .contact-item {
  /* Asegura que ocupe toda la línea disponible */
  display: block;
  margin-bottom: 6px;
  line-height: 1.4;
  word-wrap: break-word;
  /* Evita que números largos rompan el layout */
}
.new-footer .new-footer__phones {
  /* Etiqueta (Toll Free:, Phone:, Fax:) */
}
.new-footer .new-footer__phones .contact-label {
  font-weight: 700;
  color: #ffffff;
  /* Blanco para contraste en fondo oscuro */
  margin-right: 5px;
}
.new-footer .new-footer__phones {
  /* Enlaces telefónicos (Magenta corporativo) */
}
.new-footer .new-footer__phones .contact-link {
  font-weight: 700;
  color: #d81b4a;
  text-decoration: none;
  transition: color 0.2s ease;
}
.new-footer .new-footer__phones .contact-link:hover {
  color: #ff0241;
  /* Magenta más claro al hover */
  text-decoration: underline;
}
.new-footer .new-footer__phones {
  /* Valor no cliqueable (Fax) */
}
.new-footer .new-footer__phones .contact-value {
  color: #ffffff;
}
.new-footer .new-footer__bottom-bar {
  opacity: 0.6;
}
.new-footer {
  /* Responsive Adjustments for BS3 */
}
@media (max-width: 991px) {
  .new-footer .new-footer__col-brand {
    margin-bottom: 30px;
  }
  .new-footer .new-footer__col-links {
    margin-bottom: 30px;
  }
}/*# sourceMappingURL=global.css.map */