﻿/* ============================================================
   CABEZOTE â€” Estilos completos
   pinturaelectrostaticacolombia.com
   ============================================================ */

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   NEUTRALIZAR WRAPPERS DE JOOMLA / BOOTSTRAP
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
section#sp-cabezote {
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  background: transparent !important;
  position: sticky !important;
  top: 0 !important;
  z-index: auto !important;
}
@media (min-width: 1024px) {
  section#sp-cabezote {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    background: transparent !important;
    position: relative !important;
    top: 0 !important;
    z-index: 941 !important;
  }
}
@media (max-width: 1023px) {
  section#sp-cabezote {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    background: transparent !important;
    position: sticky !important;
    top: 0 !important;
  }
}

section#sp-cabezote > .container {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}
section#sp-cabezote .container-inner {
  padding: 0 !important;
  margin: 0 !important;
}
section#sp-cabezote .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0 !important;
}
section#sp-cabezote [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
  flex: 0 0 100%;
  max-width: 100%;
}
section#sp-cabezote .sp-column,
section#sp-cabezote .sp-module,
section#sp-cabezote .sp-module-content,
section#sp-cabezote .mod-custom {
  padding: 0 !important;
  margin: 0 !important;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   SITE HEADER
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
/* Alto total del cabezote: 100px (header-inner) + 5px (border-bottom) = 105px */
.site-header {
  background: #1C1C1C;
  box-shadow: 0 1px 0 var(--border-1);
  transition: box-shadow var(--dur-base);
  width: 100%;
  border-bottom: 1px solid #FFC72C;
}
.site-header.scrolled {
  box-shadow: 0 4px 28px rgba(0,0,0,0.12);
}
.site-header > .container,
.site-header .container {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 15px !important;
  margin: 0 auto !important;
  box-sizing: border-box !important;
}

/* hasta 1199px */
@media (max-width: 1199px) {
  .site-header > .container,
  .site-header .container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 15px !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
  }
}

/* 1200px â€“ 1365px */
@media (min-width: 1200px) and (max-width: 1365px) {
  .site-header > .container,
  .site-header .container {
    width: 1330px !important;
    max-width: 100% !important;
    padding: 0 15px !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
  }
  .header-logo img {
    height: 76px !important;
    width: auto;
    object-fit: contain;
    object-position: left center;
    display: block;
  }
  .header-inner .btn-wa             { display: none !important; }
  .header-inner .btn-primary        { display: none !important; }
  /* .hdr-icon-btn--wa              â€” visible 1200pxâ€“1365px */
  .hdr-icon-btn--location        { display: none !important; }
  .hdr-icon-btn--search          { display: none !important; }        /* Icono Buscar */
  .site-nav .nav-item:nth-child(1)  { display: none !important; }  /* Inicio */
  .site-nav .nav-item:nth-child(2)  { display: flex !important; }  /* Productos Industriales */
  .site-nav .nav-item:nth-child(3)  { display: none !important; }  /* Nuestros Servicios */
  .site-nav .nav-item:nth-child(9)  { display: none !important; }  /* Recursos Tecnicos */
  .site-nav .nav-item:nth-child(11) { display: none !important; }  /* Buscar */
  .site-nav .nav-item:nth-child(12) { display: none !important; }  /* ContÃ¡ctenos */
  .nav-label__main {
  font-family: "Poppins", sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 0.8 !important;
  color: inherit !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  display: block !important;
  -webkit-text-stroke: 0.2px currentColor;
}
}

/* 1366px â€“ 1599px */
@media (min-width: 1366px) and (max-width: 1599px) {
  .site-header > .container,
  .site-header .container { max-width: 1560px !important; }
  .header-logo img { height: 78px !important; }
  .site-nav .nav-item:nth-child(1)  { display: none !important; }  /* Inicio */
  .site-nav .nav-item:nth-child(2)  { display: flex !important; }  /* Productos Industriales */
  .site-nav .nav-item:nth-child(3)  { display: flex !important; }  /* Nuestros Servicios */
  .site-nav .nav-item:nth-child(11) { display: none !important; }  /* Buscar */
  .site-nav .nav-item:nth-child(12) { display: none !important; }  /* ContÃ¡ctenos */
  .header-inner .btn-wa { display: none !important; }             /* Boton grande WhatsApp */
  .header-inner .btn-primary { display: none !important; }         /* Cotizar */
  .hdr-icon-btn--wa          { display: none !important; }         /* Icono WA */
  .hdr-icon-btn--location    { display: none !important; }         /* Icono UbicaciÃ³n */
  .hdr-icon-btn--search      { display: flex !important; }         /* Icono Buscar */
  .nav-icon-btns { margin-left: 4px !important; }
  .header-inner .asesoria-trigger,
  .header-inner .cotizar-trigger {
    width: max-content !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}

/* 1600px en adelante: ancho fijo del contenedor */
@media (min-width: 1600px) {
  .site-header > .container,
  .site-header .container {
    max-width: 1680px !important;
  }
}

/* 1600px â€“ 1919px: ocultar Ã­tems de nav + Cotizar + iconos circulares WA y Location */
@media (min-width: 1600px) and (max-width: 1919px) {
  .site-nav .nav-item:nth-child(1)  { display: none !important; }  /* Inicio */
  .site-nav .nav-item:nth-child(2)  { display: flex !important; }  /* Productos Industriales */
  .site-nav .nav-item:nth-child(3)  { display: flex !important; }  /* Nuestros Servicios */
  .site-nav .nav-item:nth-child(11) { display: none !important; }  /* Buscar */
  .site-nav .nav-item:nth-child(12) { display: none !important; }  /* ContÃ¡ctenos */
  .header-inner .btn-wa             { display: none !important; }  /* Boton grande WhatsApp */
  .header-inner .btn-primary        { display: none !important; }  /* Cotizar */
  .hdr-icon-btn--wa                 { display: flex !important; }  /* Icono circular WhatsApp */
  .hdr-icon-btn--location           { display: none !important; }  /* Icono circular UbicaciÃ³n */
}

/* 1920px en adelante */
@media (min-width: 1920px) {
  .site-header > .container,
  .site-header .container {
    max-width: 1830px !important;
  }
  /* Ocultar Ã­tems de nav que no aparecen en esta vista */
  .site-nav .nav-item:nth-child(1)  { display: none !important; } /* Inicio */
  .site-nav .nav-item:nth-child(11) { display: none !important; } /* Buscar */
  .site-nav .nav-item:nth-child(12) { display: none !important; } /* ContÃ¡ctenos */
  /* Ocultar iconos circulares innecesarios */
  .hdr-icon-btn--wa       { display: none !important; }
  .hdr-icon-btn--location { display: none !important; }
  /* Espaciado del header-inner */
  .header-inner {
  gap: 12px; }
  /* Phone pill mÃ¡s compacto */
  /* Botones pill */
  .header-inner .btn-sm { padding: 10px 18px; }
  .header-inner .btn-primary { padding: 10px 18px !important; }
  /* Nav sin gaps, padding ajustado */
  .nav-list { gap: 2px; }
  .nav-link { padding: 13px 10px 7px !important; }
  /* Botones icono */
  .nav-icon-btns { gap: 8px; margin-left: 6px; }
  .hdr-icon-btn { width: 48px; height: 48px; }
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   HEADER INNER
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
/* 100px de contenido + 5px border-bottom del site-header = 105px totales */
.header-inner {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 100px;
  overflow: visible;
  min-width: 0;
  width: 100%;
  box-sizing: border-box;
}
.site-nav {
  flex: 1 1 auto;
  min-width: 0;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   LOGO
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.header-logo {
  flex-shrink: 0;
  display: block;
  line-height: 0;
  text-decoration: none;
}
.header-logo img {
  height: 80px;
  width: auto;
  object-fit: contain;
  object-position: left center;
  display: block;
}
.header-logo-fallback {
  display: none;
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1;
  color: var(--text-1);
}
.header-logo-fallback em {
  font-style: normal;
  color: var(--orange);
  display: block;
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   PHONE PILL
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   BOTONES
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 26px; border-radius: var(--r-full);
  font-family: 'Barlow', sans-serif;
  font-size: 1.00rem; font-weight: 600; letter-spacing: 0.02em;
  transition: all var(--dur-base) var(--ease);
  white-space: nowrap; cursor: pointer;
  border: 1.5px solid transparent;
  text-decoration: none;
}
.btn-primary {
  background: #FFC72C;
  color: #000;
  border-color: #D59B02;
  text-transform: uppercase;
}
.btn-primary:hover {
  background: #111; border-color: #999;
  transform: translateY(-2px); color: #fff;
  text-transform: uppercase;
}
.btn-ghost {
  background: transparent; color: var(--text-1); border-color: var(--border-2);
}
.btn-ghost:hover {
  background: var(--bg-1); border-color: var(--border-3); transform: translateY(-2px);
}
.btn-wa {
  background: #25D366; color: #fff; border-color: #25D366;
}
.btn-wa:hover { background: #1ebe59; transform: translateY(-2px); color: #fff; }
.header-inner .btn-wa i { font-size: 2.3rem; }
.header-inner .btn-primary { padding: 12px 0px !important; text-transform: uppercase !important; }
.header-inner .btn-primary i { font-size: 1.6rem; }
.header-inner .btn-wa { text-transform: uppercase !important; }
.btn-sm { padding: 7px 14px; font-size: 0.84rem; }
.header-inner .btn-sm { padding: 6px 16px 6px 10px; font-size: 0.88rem; }
.header-inner .cotizar-trigger {
  width: 140px !important;
  height: 40px !important;
  min-width: 140px !important;
  padding: 0 !important;
  background: #FFC72C !important;
  border: 1px solid #D59B02 !important;
  border-radius: 3px !important;
  box-shadow: none !important;
  color: #000 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  line-height: 1;
  text-transform: uppercase !important;
  font-family: "Inter",system-ui,sans-serif;
}
.header-inner .cotizar-trigger .arrow {
  color: #000;
}
.header-inner .cotizar-trigger:hover {
  background: #FFF !important;
  border-color: #999 !important;
  color: #000 !important;
}
.header-inner .cotizar-trigger:hover .arrow {
  color: #000;
}

.header-inner .asesoria-trigger {
  width: 140px !important;
  height: 40px !important;
  min-width: 140px !important;
  padding: 0 !important;
  background: #1C1C1C !important;
  border: 1px solid #FFC72C !important;
  border-radius: 3px !important;
  box-shadow: none !important;
  color: #FFC72C !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  line-height: 1;
  text-transform: uppercase !important;
  font-family: "Inter",system-ui,sans-serif;
}
.header-inner .asesoria-trigger .arrow {
  color: #FFC72C;
}
.header-inner .asesoria-trigger:hover {
  background: rgb(255, 199, 44) !important;
  border-color: rgb(213, 155, 2) !important;
  color: rgb(0, 0, 0) !important;
}
.header-inner .asesoria-trigger:hover .arrow {
  color: #000;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   NAVEGACIÃ“N PRINCIPAL â€” lista
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.nav-list {
  display: flex;
  align-items: stretch;
  gap: 2px;
  height: 100px;
  width: auto;
  list-style: none;
  padding: 0; margin: 0;
  font-family: 'Barlow', sans-serif;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   NAV ITEM
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.nav-item {
  position: relative;
  display: flex;
  align-items: center;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   NAV LINK â€” estilo cerrajerÃ­a
   Hover/activo: fondo naranja sÃ³lido, texto blanco
   Cuando tiene dropdown abierto: bordes redondeados arriba
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.nav-link {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0;
  padding: 2px 6px 7px !important;
  border-radius: 5px;
  color: #fff;
  white-space: nowrap;
  transition: all 0.3s;
  text-decoration: none;
  height: 93px;
  box-sizing: border-box;
  line-height: 1.2 !important;
  text-align: center;
  position: relative;
  margin-top: 8px;
}
.nav-link:hover,
.nav-link.active {
  background: var(--orange);
  color: #fff;
}
/* Cuando el item tiene dropdown y estÃ¡ en hover: redondear solo arriba */
.nav-item:hover > .nav-link {
  background: #FFC72C;
  color: #000;
  border-radius: 5px 5px 0 0;
}

/* LÃ­neas del label (main + sub) */
.nav-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.nav-label__main {
  font-family: "Poppins", sans-serif !important;
  font-size: 14.5px !important;
  font-weight: 700 !important;
  line-height: 0.8 !important;
  color: inherit !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  display: block !important;
  -webkit-text-stroke: 0.2px currentColor;
}
.nav-label__sub {
  font-family: "Poppins", sans-serif !important;
  font-size: 14.5px !important;
  font-weight: 500 !important;
  color: inherit !important;
  opacity: 0.72;
  letter-spacing: 0 !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  display: block !important;
  transition: opacity var(--dur-fast);
  -webkit-text-stroke: 0;
}

/* Font-size reducido 1200pxâ€“1365px â€” va DESPUÃ‰S de las reglas base para ganar el !important */
@media (min-width: 1200px) and (max-width: 1365px) {
  .nav-label__main {
  font-family: "Poppins", sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 0.8 !important;
  color: inherit !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  display: block !important;
  -webkit-text-stroke: 0.2px currentColor;
}
}

/* Font-size reducido 1366pxâ€“1599px â€” va DESPUÃ‰S de las reglas base para ganar el !important */
@media (min-width: 1366px) and (max-width: 1599px) {
  .nav-label__main {
  font-family: "Poppins", sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 0.8 !important;
  color: inherit !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  display: block !important;
  -webkit-text-stroke: 0.2px currentColor;
}
}
/* Al hacer hover (fondo naranja): sub visible al 100% */
.nav-item:hover > .nav-link .nav-label__sub,
.nav-link.active .nav-label__sub {
  opacity: 1;
  color: #000 !important;
}

/* Flechita hacia abajo â€” solo en items que tienen dropdown */
.nav-arrow {
  font-size: 0.65rem !important;
  color: var(--orange) !important;
  display: block !important;
  align-self: center;
  margin: 3px 0 0 0;
  flex-shrink: 0;
  line-height: 1;
  transition: transform var(--dur-base) var(--ease), color 0.3s;
  -webkit-text-stroke: 0.5px currentColor !important;
}
.nav-item:hover > .nav-link .nav-arrow {
  transform: rotate(180deg);
  color: #000 !important;
}
/* Sin flechita en iconos */
.nav-link--icon .nav-arrow { display: none !important; }

/* â”€â”€ Ãcono-only (Inicio / Contacto) â”€â”€ */
.nav-link--icon {
  width: 54px;
  height: 54px;
  padding: 0;
  border: 3px solid rgba(240,78,35,0.45);
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  font-size: 28px;
  color: transparent;
  transition: border-color var(--dur-fast);
  text-decoration: none;
  flex-shrink: 0;
  margin: 0 4px;
  box-sizing: border-box;
}
.nav-link--icon i {
  font-size: 26px;
  color: transparent;
  -webkit-text-stroke: 1.2px var(--text-1);
  transition: -webkit-text-stroke-color var(--dur-fast), color var(--dur-fast);
}
.nav-link--icon:hover i   { -webkit-text-stroke-color: var(--orange); }
.nav-link--icon.active i  { -webkit-text-stroke-color: var(--orange); }

/* Inicio â€” casa con outline oscuro */
.nav-link--icon[title="Inicio"] i {
  font-size: 24px;
  -webkit-text-stroke: 2.5px var(--text-1);
  color: transparent !important;
}
.nav-link--icon[title="Inicio"]:hover i {
  -webkit-text-stroke: 2.5px #000 !important;
  color: transparent !important;
}
.nav-link--icon[title="Inicio"].active i {
  -webkit-text-stroke-color: var(--orange) !important;
}

/* Contacto â€” sobre relleno naranja */
.nav-link--icon[title="ContÃ¡ctenos"] i {
  -webkit-text-stroke: 0 !important;
  color: var(--orange) !important;
  font-size: 22px;
}
.nav-link--icon[title="ContÃ¡ctenos"]:hover i {
  color: #000 !important;
}

/* Hover ambos: borde oscuro */
.nav-link--icon[title="Inicio"]:hover,
.nav-link--icon[title="ContÃ¡ctenos"]:hover {
  border-color: rgba(0,0,0,0.45) !important;
}

/* Anular hover naranja del nav-item padre â€” mantener borde circular */
.nav-item:hover > .nav-link--icon {
  background: transparent !important;
  border-radius: 50% !important;
  color: transparent !important;
}
.nav-link--icon::after { display: none !important; }

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   DROPDOWN
   Alineado al borde izquierdo del item padre,
   conexiÃ³n fluida con el fondo naranja del hover
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.nav-item .dropdown {
  display: none !important;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border-top: 3px solid var(--orange);
  box-shadow: 0 8px 30px rgba(0,0,0,0.15);
  list-style: none;
  margin: 0;
  padding: 8px 0;
  min-width: 260px;
  z-index: 10000;
  border-radius: 0 0 8px 8px;
}
.nav-item:hover .dropdown {
  display: none !important;
}
/* Ãšltimos Ã­tems: alinear a la derecha para no salirse de pantalla */
.nav-item:last-child .dropdown,
.nav-item:nth-last-child(2) .dropdown,
.nav-item:nth-last-child(3) .dropdown {
  left: auto;
  right: 0;
  transform: none;
}

/* Items del dropdown */
.nav-item .dropdown li a {
  display: block !important;
  padding: 9px 20px !important;
  font-family: 'Roboto', sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  color: #242B3A !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  transition: background 0.2s, color 0.2s !important;
  border-bottom: 1px solid rgba(0,0,0,0.05) !important;
  line-height: 1.2 !important;
  background: transparent !important;
}
.nav-item .dropdown li:last-child a {
  border-bottom: none !important;
}
.nav-item .dropdown li a:hover {
  background: var(--orange) !important;
  color: #fff !important;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   HAMBURGER (mÃ³vil)
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  width: 40px; height: 40px;
  padding: 9px;
  border-radius: var(--r-md);
  border: 1.5px solid var(--border-2);
  background: var(--bg-1);
  transition: all var(--dur-fast);
  cursor: pointer;
}
.hamburger:hover { border-color: var(--orange); background: var(--orange-muted); }
.hamburger:hover span { background: #000; }
.hamburger span {
  display: block;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: all var(--dur-base) var(--ease);
  transform-origin: center;
}
.hamburger.open span:nth-child(1) { transform: rotate(45deg) translate(4.5px,4.5px); }
.hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.open span:nth-child(3) { transform: rotate(-45deg) translate(4.5px,-4.5px); }

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   MOBILE NAV OVERLAY
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.nav-overlay {
  position: fixed; inset: 0; z-index: 99998;
  background: rgba(0,0,0,0.45);
  backdrop-filter: blur(4px);
  opacity: 0; pointer-events: none;
  transition: opacity var(--dur-base);
}
.nav-overlay.open { opacity: 1; pointer-events: all; }

@media (max-width: 1023px) {
  .nav-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    backdrop-filter: blur(4px);
    opacity: 0;
    pointer-events: none;
    transition: opacity var(--dur-base);
  }
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   MOBILE NAV PANEL
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.mobile-nav {
  position: fixed; top: 0; right: 0;
  width: min(380px, 92vw); height: 100dvh; z-index: 99999;
  background: var(--bg-0);
  border-left: 1px solid var(--border-1);
  box-shadow: -12px 0 48px rgba(0,0,0,0.14);
  display: flex; flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.42s var(--ease);
  overflow-y: auto;
}
.mobile-nav.open { transform: translateX(0); }

.mobile-nav__head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px; border-bottom: 1px solid var(--border-1);
}
.mobile-nav__head img {
  object-fit: contain;
  margin: auto;
  width: 180px;
  height: auto;
}
.mobile-nav__close {
  width: 36px; height: 36px; border-radius: var(--r-md);
  background: var(--bg-1); border: 1.5px solid var(--border-1);
  color: var(--text-2);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.02rem; transition: all var(--dur-fast); cursor: pointer;
}
.mobile-nav__close:hover { background: var(--orange); border-color: var(--orange); color: #fff; }

.mobile-nav__info {
  background: var(--bg-dark);
  padding: 14px 20px;
  display: grid; gap: 8px;
}
.mobile-nav__info-item {
  display: flex; align-items: center; gap: 10px;
  font-size: 0.90rem; color: rgba(255,255,255,0.5);
}
.mobile-nav__info-item i   { color: var(--orange); font-size: 0.82rem; width: 14px; }
.mobile-nav__info-item a   { color: rgba(255,255,255,0.7); text-decoration: none; }
.mobile-nav__info-item a:hover { color: #fff; }

.mobile-nav-list { padding: 8px; flex: 1; list-style: none; margin: 0; }
.mobile-nav-list li a {
  display: flex; align-items: center; gap: 14px; padding: 12px 14px;
  border-radius: var(--r-md); color: var(--text-2);
  font-size: 1.02rem; font-weight: 600; transition: all var(--dur-fast);
  text-decoration: none;
}
.mobile-nav-list li a i { width: 20px; text-align: center; color: var(--text-3); font-size: 0.96rem; flex-shrink: 0; }
.mobile-nav-list li a:hover,
.mobile-nav-list li a.active { color: var(--text-1); background: var(--bg-1); }
.mobile-nav-list li a:hover i,
.mobile-nav-list li a.active i { color: var(--orange); }

/* â”€â”€ AcordeÃ³n mÃ³vil â”€â”€ */
.mobile-nav-list { padding: 8px; flex: 1; list-style: none; margin: 0; }

.mobile-nav-item { border-bottom: 1px solid var(--border-1); }
.mobile-nav-item:last-child { border-bottom: none; }

.mobile-nav-link,
.mobile-nav-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 13px 14px;
  border-radius: var(--r-md);
  color: var(--text-2);
  font-family: 'Barlow', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: all var(--dur-fast);
}
.mobile-nav-link i,
.mobile-nav-btn i:first-child {
  width: 20px;
  text-align: center;
  color: var(--text-3);
  font-size: 0.96rem;
  flex-shrink: 0;
}
.mobile-nav-link:hover,
.mobile-nav-btn:hover {
  color: var(--text-1);
  background: var(--bg-1);
}
.mobile-nav-link:hover i,
.mobile-nav-btn:hover i:first-child { color: var(--orange); }

/* Chevron del acordeÃ³n */
.mobile-nav-chevron {
  margin-left: auto;
  font-size: 0.75rem;
  color: var(--text-3);
  transition: transform 0.25s;
  flex-shrink: 0;
}
.mobile-nav-item--open > .mobile-nav-btn .mobile-nav-chevron {
  transform: rotate(180deg);
  color: var(--orange);
}
.mobile-nav-item--open > .mobile-nav-btn {
  color: var(--text-1);
  background: var(--bg-1);
}

/* Sub-menÃº */
.mobile-nav-sub {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0 0 6px 44px;
}
.mobile-nav-item--open > .mobile-nav-sub { display: block; }
.mobile-nav-sub li a {
  display: block;
  padding: 8px 12px;
  font-family: 'Barlow', sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text-3);
  text-decoration: none;
  border-radius: var(--r-md);
  transition: all var(--dur-fast);
  line-height: 1.3;
}
.mobile-nav-sub li a:hover {
  color: var(--orange);
  background: var(--bg-1);
}
/* Bullet naranja */
.mobile-nav-sub li a::before {
  content: 'â€º';
  color: var(--orange);
  margin-right: 6px;
  font-weight: 700;
}

.mobile-nav-section-title {
  padding: 16px 14px 4px;
  font-size: 0.73rem; font-weight: 800; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--text-3);
}
.mobile-nav__footer {
  padding: 16px; border-top: 1px solid var(--border-1);
  display: grid; gap: 10px;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   BOTONES ICONO CIRCULARES (Email, WA, Buscar, UbicaciÃ³n)
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.nav-icon-btns {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  margin-left: 0;
}
.hdr-icon-btn {
  width: 52px; height: 52px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  text-decoration: none;
  transition: all 0.3s;
  flex-shrink: 0;
  cursor: pointer;
  border: 2px solid rgba(0,0,0,0.15);
  background: transparent;
  overflow: hidden;
  box-sizing: border-box;
}
.hdr-icon-btn img {
  width: 26px; height: 26px;
  object-fit: contain;
}

/* Email â€” cÃ­rculo naranja relleno */
.hdr-icon-btn--email {
  background: #FFC72C;
  border-color: #D59B02;
}
.hdr-icon-btn--email:hover {
  background: #FFF;
  border-color: #999;
  transform: scale(1.08);
}

/* WhatsApp â€” cÃ­rculo verde relleno */
.hdr-icon-btn--wa {
  background: #25D366;
  border-color: #25D366;
  color: #fff;
  font-size: 1.6rem;
}
.hdr-icon-btn--wa:hover {
  background: #1ebe59;
  border-color: #1ebe59;
  transform: scale(1.08);
  color: #fff;
}

/* Buscar â€” cÃ­rculo con borde */
.hdr-icon-btn--search { border-color: #FFF !important; }
.hdr-icon-btn--search .icon-default { display: block; filter: brightness(0) invert(1); }
.hdr-icon-btn--search .icon-hover   { display: none; }
.hdr-icon-btn--search:hover { border-color: #FFC72C !important; transform: scale(1.08); }
.hdr-icon-btn--search:hover .icon-default { display: none; }
.hdr-icon-btn--search:hover .icon-hover   { display: block; }

/* UbicaciÃ³n â€” cÃ­rculo con borde */
.hdr-icon-btn--location .icon-default { display: block; }
.hdr-icon-btn--location .icon-hover   { display: none; }
.hdr-icon-btn--location:hover { border-color: var(--orange); transform: scale(1.08); }
.hdr-icon-btn--location:hover .icon-default { display: none; }
.hdr-icon-btn--location:hover .icon-hover   { display: block; }

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   RESPONSIVE
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
/* â”€â”€ Tablet horizontal (1024px â€“ 1199px): nav visible, texto un poco mÃ¡s compacto â”€â”€ */
@media (min-width: 1024px) and (max-width: 1199px) {
  .nav-link {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0;
    padding: 2px 6px 7px !important;
    border-radius: 5px;
    color: #080808;
    white-space: nowrap;
    transition: all 0.3s;
    text-decoration: none;
    height: 93px;
    box-sizing: border-box;
    line-height: 1.2 !important;
    text-align: center;
    position: relative;
    margin-top: 8px;
  }
  .nav-label__main {
  font-family: "Poppins", sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 0.8 !important;
  color: inherit !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  display: block !important;
  -webkit-text-stroke: 0.2px currentColor;
}
}

/* â”€â”€ 1080px â€“ 1129px: mostrar icono ubicaciÃ³n â”€â”€ */
@media (min-width: 1080px) and (max-width: 1129px) {
  .hdr-icon-btn--location { display: flex !important; }
}

/* â”€â”€ 1130px â€“ 1199px: mostrar icono WA circular â”€â”€ */
@media (min-width: 1130px) and (max-width: 1199px) {
  .hdr-icon-btn--wa       { display: flex !important; }
  .hdr-icon-btn--location { display: flex !important; }
}

/* â”€â”€ 1140px â€“ 1199px: mostrar Nuestra Empresa â”€â”€ */
@media (min-width: 1140px) and (max-width: 1199px) {
  .site-nav .nav-item:nth-child(2) { display: flex !important; } /* Nuestra Empresa */
}

/* â”€â”€ Tablet vertical + Celular horizontal + Celular vertical (â‰¤ 1023px): hamburger â”€â”€ */
/* Alto total: 70px (header-inner) + 5px (border-bottom) = 75px */
@media (max-width: 1023px) {
  .site-nav { display: none; }
  .hamburger {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 40px;
    height: 40px;
    padding: 11px 8px;
    border-radius: var(--r-md);
    border: 1.5px solid var(--border-2);
    background: #141414;
    transition: all var(--dur-fast);
    cursor: pointer;
  }
  .header-inner {
  justify-content: space-between; height: 70px; }
  .header-logo img {
    height: 55px;
    width: auto;
    object-fit: contain;
    object-position: left center;
    display: block;
  }
}

/* â”€â”€ 850px â€“ 1023px â”€â”€ */
@media (min-width: 850px) and (max-width: 949px) {
  .header-inner .btn-wa { display: none !important; } /* BotÃ³n texto WhatsApp */
}

/* â”€â”€ 950pxâ€“1023px: ocultar btn-wa texto, mostrar icono circular WA â”€â”€ */
@media (min-width: 950px) and (max-width: 1023px) {
  .header-inner .btn-wa      { display: none !important; }
  .hdr-icon-btn--wa          { display: flex !important; }
}

/* â”€â”€ 768px â€“ 849px â”€â”€ */
@media (min-width: 768px) and (max-width: 849px) {
  .header-inner .btn-primary { display: none !important; }
  .header-inner .btn-wa      { display: none !important; }
  .header-inner .btn-sm      { display: none !important; }
}

/* â”€â”€ BotÃ³n telÃ©fono circular: oculto por defecto, visible solo hasta 441px â”€â”€ */
.hdr-icon-btn--phone              { display: none; }
.hdr-icon-btn--phone .icon-default { display: block; }
.hdr-icon-btn--phone .icon-hover   { display: none; }
.hdr-icon-btn--phone:hover         { border-color: var(--orange); transform: scale(1.08); }
.hdr-icon-btn--phone:hover .icon-default { display: none; }
.hdr-icon-btn--phone:hover .icon-hover   { display: block; }

/* â”€â”€ hasta 441px: ocultar search y location, mostrar phone â”€â”€ */
@media (max-width: 441px) {
  .hdr-icon-btn--search { display: none !important; }
  .hdr-icon-btn--location { display: none !important; }
  .hdr-icon-btn--phone  { display: flex !important; }
}

/* â”€â”€ hasta 343px: ocultar botÃ³n telÃ©fono â”€â”€ */
@media (max-width: 343px) {
  .hdr-icon-btn--phone { display: none !important; }
}

/* â”€â”€ hasta 509px: ocultar telÃ©fono pill, mostrar WhatsApp circular â”€â”€ */
@media (max-width: 509px) {
  .hdr-icon-btn--wa       { display: flex !important; }
  .hdr-icon-btn           { width: 44px !important; height: 44px !important; }
  .nav-icon-btns          { gap: 5px !important; }
  .hdr-icon-btn img       { width: 23px !important; height: 23px !important; object-fit: contain !important; }
}
/* â”€â”€ 442px â€“ 509px: mostrar location y search â”€â”€ */
@media (min-width: 442px) and (max-width: 509px) {
  .hdr-icon-btn--location { display: flex !important; }
  .hdr-icon-btn--search   { display: flex !important; }
}

/* â”€â”€ hasta 392px: ocultar botÃ³n WhatsApp circular â”€â”€ */
@media (max-width: 392px) {
  .hdr-icon-btn--wa { display: none !important; }
}

/* â”€â”€ 510px â€“ 575px: ocultar botÃ³n Search â”€â”€ */
@media (min-width: 510px) and (max-width: 575px) {
  .hdr-icon-btn--search { display: none !important; }
}

/* â”€â”€ 510px â€“ 629px: ocultar botÃ³n WhatsApp circular â”€â”€ */
@media (min-width: 510px) and (max-width: 629px) {
  .hdr-icon-btn--wa { display: none !important; }
}

/* â”€â”€ 510px â€“ 699px: ocultar botÃ³n ubicaciÃ³n â”€â”€ */
@media (min-width: 510px) and (max-width: 699px) {
  .hdr-icon-btn--location { display: none !important; }
}

/* â”€â”€ Celular horizontal (501px â€“ 767px) â”€â”€ */
@media (max-width: 767px) {
  .header-inner .btn-sm { display: none; }
  .header-logo img { height: 52px; }
}

/* â”€â”€ Celular vertical (â‰¤ 500px) â”€â”€ */
@media (max-width: 500px) {
  .header-logo img { height: 46px; }
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   FIXED â€” cabezote
   Se pega arriba al hacer scroll.
   top usa variables calculadas por JS:
     --topbar-h        = altura real del topbar
     --topbar-ticker-h = topbar + ticker juntos
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

/* â‰¤ 500px â€” topbar + cabezote + ticker fijos (orden: topbar â†’ cabezote â†’ ticker) */
@media (max-width: 500px) {
  section#sp-cabezote {
    position: fixed !important;
    top: var(--topbar-h, 39px) !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 941 !important;
  }
}

/* 501px â€“ 1599px â€” el JS maneja el fixed al hacer scroll */
@media (min-width: 501px) and (max-width: 1599px) {
  section#sp-cabezote {
    position: relative !important;
    top: unset !important;
    left: unset !important;
    width: unset !important;
    z-index: 941 !important;
  }
}

/* 1600px â€“ 1919px â€” topbar + cabezote fijos */
@media (min-width: 1600px) and (max-width: 1919px) {
  section#sp-cabezote {
    position: fixed !important;
    top: var(--topbar-h, 39px) !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 941 !important;
  }
}

/* â‰¥ 1920px â€” topbar + cabezote + ticker fijos */
@media (min-width: 1920px) {
  section#sp-cabezote {
    position: fixed !important;
    top: var(--topbar-h, 39px) !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 941 !important;
  }
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   HEADER SCALE WRAP
   Wrapper que agrupa topbar + cabezote + ticker.
   transform: scale(0.9) desde 1024px.
   El wrapper maneja el fixed â€” las secciones
   adentro quedan en flujo normal (relative).
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

/* Base */
#header-scale-wrap {
  position: relative;
  width: 100%;
  z-index: 950;
}

/* Secciones adentro: sin posicionamiento individual
   (anula las reglas fixed de topbar/ticker/cabezote CSS) */
#header-scale-wrap section#sp-topbar,
#header-scale-wrap section#sp-ticker-bar,
#header-scale-wrap section#sp-cabezote {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: 100% !important;
}

/* JerarquÃ­a de capas dentro del wrapper:
   topbar encima de todo, cabezote en medio, ticker al fondo */
#header-scale-wrap section#sp-topbar    { z-index: 3 !important; }
#header-scale-wrap section#sp-cabezote  { z-index: 2 !important; }
#header-scale-wrap section#sp-ticker-bar{ z-index: 1 !important; }

/* Scale a partir de 1024px
   width: 100%/0.9 compensa el scale para que visualmente
   ocupe el 100% del ancho de pantalla */
@media (min-width: 1024px) {
  #header-scale-wrap {
    transform: scale(0.85);
    transform-origin: top left;
    width: calc(100% / 0.85);
  }
}

/* Estado fijo â€” clase aÃ±adida por JS */
#header-scale-wrap.is-fixed {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
}

@media (min-width: 1024px) {
  #header-scale-wrap.is-fixed {
    width: calc(100% / 0.85) !important;
  }
}

/* â”€â”€ 900pxâ€“1023px: mostrar botÃ³n telÃ©fono circular â”€â”€ */
@media (min-width: 900px) and (max-width: 1023px) {
  .hdr-icon-btn--phone { display: flex !important; }
}

/* â”€â”€ 768pxâ€“849px: mostrar todos los botones de nav-icon-btns â”€â”€ */
@media (min-width: 768px) and (max-width: 849px) {
  .nav-icon-btns .hdr-icon-btn--email    { display: flex !important; }
  .nav-icon-btns .hdr-icon-btn--wa       { display: flex !important; }
  .nav-icon-btns .hdr-icon-btn--search   { display: flex !important; }
  .nav-icon-btns .hdr-icon-btn--location { display: flex !important; }
  .nav-icon-btns .hdr-icon-btn--phone    { display: flex !important; }
}

/* â”€â”€ hasta 1023px: tamaÃ±o iconos nav â”€â”€ */
@media (max-width: 1023px) {
  .nav-icon-btns .hdr-icon-btn {
    width: 44px !important;
    height: 44px !important;
  }
  .nav-icon-btns .hdr-icon-btn img {
    width: 23px !important;
    height: 23px !important;
    object-fit: contain !important;
  }
}

/* â”€â”€ Hasta 1023px: botÃ³n WhatsApp imagen 50px â”€â”€ */
@media (max-width: 1023px) {
  .btn.btn-wa.btn-sm img { height: 50px !important; }
  .btn.btn-primary.btn-sm img { height: 37px !important; }
}

/* â”€â”€ 768pxâ€“949px: botÃ³n llamar 44px â”€â”€ */
@media (min-width: 768px) and (max-width: 949px) {
}

/* â”€â”€ 510pxâ€“767px: botÃ³n llamar 42px â”€â”€ */
@media (min-width: 510px) and (max-width: 767px) {
}

/* â”€â”€ 700pxâ€“767px: mostrar botÃ³n telÃ©fono circular â”€â”€ */
@media (min-width: 700px) and (max-width: 767px) {
  .hdr-icon-btn--phone { display: flex !important; }
}

/* â”€â”€ 630pxâ€“699px: mostrar botÃ³n telÃ©fono circular â”€â”€ */
@media (min-width: 630px) and (max-width: 699px) {
  .hdr-icon-btn--phone { display: flex !important; }
}

/* â”€â”€ 576pxâ€“629px: mostrar icono circular WhatsApp â”€â”€ */
@media (min-width: 576px) and (max-width: 629px) {
  .hdr-icon-btn--wa { display: flex !important; }
}

/* â”€â”€ 510pxâ€“575px: mostrar icono circular WhatsApp â”€â”€ */
@media (min-width: 510px) and (max-width: 575px) {
  .hdr-icon-btn--wa { display: flex !important; }
}

/* â”€â”€ 1024pxâ€“1069px: mostrar botÃ³n buscar â”€â”€ */
@media (min-width: 1024px) and (max-width: 1069px) {
  .hdr-icon-btn--search { display: flex !important; }
}

/* â”€â”€ 1070pxâ€“1119px: mostrar botÃ³n ubicaciÃ³n â”€â”€ */
@media (min-width: 1070px) and (max-width: 1119px) {
  .hdr-icon-btn--location { display: flex !important; }
}

/* â”€â”€ Desde 1366px: borde negro sÃ³lido en botÃ³n buscar y ubicaciÃ³n â”€â”€ */
@media (min-width: 1366px) {
  .hdr-icon-btn--search   { border: 2px solid #FFF !important; }
  .hdr-icon-btn--location { border: 2px solid rgba(0,0,0,1) !important; }
}

/* â”€â”€ Desde 1024px: nav-arrow como cÃ­rculo naranja 7x7px â”€â”€ */
@media (min-width: 1024px) {
  .nav-arrow {
    font-size: 0 !important;
    width: 7px !important;
    height: 7px !important;
    border-radius: 50% !important;
    background: #FFC72C !important;
    display: inline-block !important;
    flex-shrink: 0 !important;
  }
  .nav-link:hover .nav-arrow,
  .nav-link:active .nav-arrow,
  .nav-item:hover .nav-arrow,
  .nav-item.is-open .nav-arrow {
    background: #000 !important;
  }
}

/* â”€â”€ Ãconos del menÃº principal (solo desde 1024px) â”€â”€ */
.nav-icon-menu { display: none !important; }

@media (min-width: 1024px) {
  .nav-icon-menu--default { display: block !important; height: 18px !important; width: auto !important; margin-bottom: 11px; margin-top: 1px; }
  .nav-icon-menu--hover   { display: none !important; }
  .nav-item:hover > .nav-link .nav-icon-menu--default { display: none !important; }
  .nav-item:hover > .nav-link .nav-icon-menu--hover   { display: block !important; height: 18px !important; width: auto !important; margin-bottom: 11px; margin-top: 1px; }
  .nav-link.active .nav-icon-menu--default { display: none !important; }
  .nav-link.active .nav-icon-menu--hover   { display: block !important; height: 18px !important; width: auto !important; margin-bottom: 11px; margin-top: 1px; }
}

/* â”€â”€ Desde 1024px: fondo degradado en site-header â”€â”€ */
@media (min-width: 1024px) {
  .site-header {
    background: #1C1C1C;
  }
}
/* IMPROCOL optimización móvil: reserva inicial del bloque fijo para reducir CLS en celular vertical. */
@media (max-width: 500px) {
  body.site {
    padding-top: 154px;
  }
}

/* PC grande: separar Cotización de los botones de contacto */
@media (min-width: 1600px) {
  .header-inner .cotizar-trigger {
    margin-left: 4px !important;
    transform: translateX(-6px) !important;
  }
}
/* 1366px - 1599px: botones Asesoria y Cotizacion con ancho segun contenido */
@media (min-width: 1366px) and (max-width: 1599px) {
  .header-inner .asesoria-trigger,
  .header-inner .cotizar-trigger {
    width: max-content !important;
    min-width: 0 !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}
.hdr-icon-btn--wa i,
.hdr-icon-btn--wa:hover i,
.hdr-icon-btn--wa:focus i,
.hdr-icon-btn--wa:active i,
.hdr-icon-btn--wa:visited i {
  color: #fff !important;
}
/* 1200px - 1365px: botones Asesoria y Cotizacion con ancho segun contenido */
@media (min-width: 1200px) and (max-width: 1365px) {
  .header-inner .asesoria-trigger,
  .header-inner .cotizar-trigger {
    width: max-content !important;
    min-width: 0 !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}
/* Hasta 1199px: cabezote en modo hamburguesa. Desde 1200px: menu principal. */
@media (max-width: 1199px) {
  .site-nav {
    display: none !important;
  }
  .hamburger {
    display: flex !important;
    flex-direction: column !important;
  }
}

@media (min-width: 1200px) {
  .site-nav {
    display: flex !important;
  }
  .hamburger {
    display: none !important;
  }
}
/* 0px - 1199px: estilo del boton hamburguesa */
@media (max-width: 1199px) {
  .hamburger {
    width: 44px !important;
    height: 44px !important;
    border-radius: 9px !important;
    border: 2px solid #FFC72C !important;
    background: #000 !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
  }
  .hamburger span,
  .hamburger:hover span,
  .hamburger.open span {
    background: #fff !important;
  }
}
/* 0px - 1199px: forzar lineas blancas del boton hamburguesa */
@media (max-width: 1199px) {
  #hamburger span,
  #hamburger:hover span,
  #hamburger.open span {
    display: block !important;
    width: 22px !important;
    height: 3px !important;
    background-color: #fff !important;
    background: #fff !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}
/* 0px - 1199px: boton hamburguesa cuadrado perfecto */
@media (max-width: 1199px) {
  #hamburger {
    width: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;
    box-sizing: border-box !important;
    padding: 9px !important;
  }
}
/* Menu móvil IMPROCOL: línea gráfica industrial */
.mobile-nav {
  background: #1C1C1C !important;
  border-left: 1px solid rgba(255,199,44,0.35) !important;
  box-shadow: -18px 0 48px rgba(0,0,0,0.45) !important;
}
.mobile-nav__head {
  background: #111 !important;
  border-bottom: 1px solid rgba(255,199,44,0.35) !important;
  padding: 18px 18px !important;
}
.mobile-nav__head img {
  width: 230px !important;
  max-width: 72% !important;
  height: auto !important;
  margin: 0 !important;
}
.mobile-nav__close {
  background: #FFC72C !important;
  border: 1px solid #D59B02 !important;
  color: #000 !important;
  border-radius: 6px !important;
}
.mobile-nav__close:hover {
  background: #fff !important;
  border-color: #999 !important;
  color: #000 !important;
}
.mobile-nav__info {
  background: #111 !important;
  border-bottom: 1px solid rgba(255,199,44,0.22) !important;
  padding: 14px 18px !important;
}
.mobile-nav__info-item {
  color: #D6D6D2 !important;
  font-family: "Inter", system-ui, sans-serif !important;
  font-size: 0.88rem !important;
  line-height: 1.35 !important;
  text-decoration: none !important;
}
.mobile-nav__info-item i {
  color: #FFC72C !important;
}
.mobile-nav__info-item a,
.mobile-nav__info-item span {
  color: #D6D6D2 !important;
}
.mobile-nav-list {
  background: #1C1C1C !important;
  padding: 10px !important;
}
.mobile-nav-section-title {
  color: #FFC72C !important;
  font-family: "Inter", system-ui, sans-serif !important;
  letter-spacing: 0 !important;
  padding: 12px 12px 8px !important;
}
.mobile-nav-item {
  border-bottom: 1px solid rgba(255,199,44,0.14) !important;
}
.mobile-nav-link,
.mobile-nav-btn {
  color: #F4F4F2 !important;
  border-radius: 6px !important;
  font-family: "Inter", system-ui, sans-serif !important;
  font-size: 0.96rem !important;
  font-weight: 700 !important;
  padding: 13px 12px !important;
}
.mobile-nav-link i,
.mobile-nav-btn i:first-child {
  color: #FFC72C !important;
}
.mobile-nav-link:hover,
.mobile-nav-btn:hover,
.mobile-nav-item--open > .mobile-nav-btn {
  background: #FFC72C !important;
  color: #000 !important;
}
.mobile-nav-link:hover i,
.mobile-nav-btn:hover i:first-child,
.mobile-nav-item--open > .mobile-nav-btn i {
  color: #000 !important;
}
.mobile-nav__footer {
  background: #111 !important;
  border-top: 1px solid rgba(255,199,44,0.35) !important;
  padding: 14px !important;
}
.mobile-nav__footer .btn {
  min-height: 42px !important;
  border-radius: 5px !important;
  font-family: "Inter", system-ui, sans-serif !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}
.mobile-nav__footer .btn-primary,
.mobile-nav__footer .btn-wa {
  background: #FFC72C !important;
  border: 1px solid #D59B02 !important;
  color: #000 !important;
}
.mobile-nav__footer .btn-primary i,
.mobile-nav__footer .btn-wa i {
  color: #000 !important;
}
.mobile-nav__footer .btn-ghost {
  background: #1C1C1C !important;
  border: 1px solid #FFC72C !important;
  color: #FFC72C !important;
}
/* Menu móvil IMPROCOL: botón Llamar ahora en blanco */
.mobile-nav__footer .btn-primary {
  background: #fff !important;
  border: 1px solid #999 !important;
  color: #000 !important;
}
.mobile-nav__footer .btn-primary i {
  color: #000 !important;
}
/* Menu móvil IMPROCOL: botón WhatsApp verde */
.mobile-nav__footer .btn-wa {
  background: #25D366 !important;
  border: 1px solid #1ebe59 !important;
  color: #fff !important;
}
.mobile-nav__footer .btn-wa i {
  color: #fff !important;
}
/* 0px - 1199px: estilo final del boton hamburguesa */
@media (max-width: 1199px) {
  #hamburger {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    width: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;
    padding: 8px !important;
    box-sizing: border-box !important;
    border: 2px solid #FFC72C !important;
    border-radius: 9px !important;
    background: #000 !important;
  }
  #hamburger span,
  #hamburger:hover span,
  #hamburger.open span {
    display: block !important;
    width: 22px !important;
    height: 3px !important;
    background: #fff !important;
    background-color: #fff !important;
    border-radius: 3px !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}
/* 0px - 1199px: menu movil por encima del topbar */
@media (max-width: 1199px) {
  .nav-overlay {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    height: 100dvh !important;
    z-index: 2147483646 !important;
  }
  .mobile-nav {
    top: 0 !important;
    height: 100dvh !important;
    z-index: 2147483647 !important;
  }
}
/* 0px - 1199px: capas con menu movil abierto */
@media (max-width: 1199px) {
  body.mobile-menu-open #header-scale-wrap {
    z-index: 1 !important;
  }
  body.mobile-menu-open .nav-overlay {
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100dvh !important;
    z-index: 2147483646 !important;
  }
  body.mobile-menu-open .mobile-nav {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: auto !important;
    left: auto !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    z-index: 2147483647 !important;
  }
}
/* 768px - 1024px: mostrar botones asesoria y cotizacion */
@media (min-width: 768px) and (max-width: 1024px) {
  .header-inner {
    justify-content: flex-start !important;
    gap: 0 !important;
  }
  .header-inner .asesoria-trigger,
  .header-inner .cotizar-trigger {
    display: inline-flex !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .header-inner .asesoria-trigger + .cotizar-trigger {
    margin-left: 0 !important;
    transform: translateX(-1px) !important;
  }
  .header-inner .hamburger {
    margin-left: auto !important;
  }
}
/* 0px - 1199px: apariencia uniforme del boton hamburguesa */
@media (max-width: 1199px) {
  #hamburger,
  .hamburger {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    width: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;
    padding: 0 !important;
    border: 3px solid #FFC72C !important;
    border-radius: 12px !important;
    background: #000 !important;
    box-sizing: border-box !important;
  }
  #hamburger span,
  #hamburger:hover span,
  #hamburger.open span,
  .hamburger span,
  .hamburger:hover span,
  .hamburger.open span {
    display: block !important;
    width: 22px !important;
    height: 3px !important;
    background: #fff !important;
    background-color: #fff !important;
    border-radius: 3px !important;
    opacity: 1 !important;
  }
}
/* 1024px - 1199px: misma apariencia del boton hamburguesa */
@media (min-width: 1024px) and (max-width: 1199px) {
  #hamburger,
  .hamburger {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    width: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;
    padding: 0 !important;
    border: 3px solid #FFC72C !important;
    border-radius: 12px !important;
    background: #000 !important;
    box-sizing: border-box !important;
  }
  #hamburger span,
  #hamburger:hover span,
  #hamburger.open span,
  .hamburger span,
  .hamburger:hover span,
  .hamburger.open span {
    display: block !important;
    width: 22px !important;
    height: 3px !important;
    background: #fff !important;
    background-color: #fff !important;
    border-radius: 3px !important;
    opacity: 1 !important;
  }
}
/* 0px - 1199px: boton hamburguesa identico en todo el rango */
@media (max-width: 1199px) {
  button#hamburger.hamburger {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;
    padding: 0 !important;
    gap: 5px !important;
    border: 3px solid #FFC72C !important;
    border-radius: 12px !important;
    background: #000 !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    appearance: none !important;
    -webkit-appearance: none !important;
  }
  button#hamburger.hamburger span {
    display: block !important;
    width: 22px !important;
    height: 3px !important;
    min-height: 3px !important;
    max-height: 3px !important;
    padding: 0 !important;
    margin: 0 !important;
    background: #fff !important;
    background-color: #fff !important;
    border-radius: 3px !important;
    opacity: 1 !important;
  }
}
/* 0px - 1199px: ocultar boton grande de WhatsApp */
@media (max-width: 1199px) {
  .header-inner > a.btn.btn-wa.btn-sm {
    display: none !important;
  }
}
/* Botón ubicación: misma apariencia del botón buscar */
.hdr-icon-btn--location {
  border-color: #FFF !important;
}
.hdr-icon-btn--location .icon-default {
  display: block !important;
  filter: brightness(0) invert(1) !important;
}
.hdr-icon-btn--location .icon-hover {
  display: none !important;
  filter: brightness(0) saturate(100%) invert(77%) sepia(91%) saturate(672%) hue-rotate(344deg) brightness(102%) contrast(101%) !important;
}
.hdr-icon-btn--location:hover {
  border-color: #FFC72C !important;
  transform: scale(1.08);
}
.hdr-icon-btn--location:hover .icon-default {
  display: none !important;
}
.hdr-icon-btn--location:hover .icon-hover {
  display: block !important;
}
/* 768px - 1023px: organizacion del cabezote tipo tablet */
@media (min-width: 768px) and (max-width: 1023px) {
  .header-inner {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 10px !important;
  }
  .header-logo {
    flex: 0 0 auto !important;
    margin-right: auto !important;
  }
  .header-logo img {
    height: 58px !important;
    width: auto !important;
  }
  .header-inner .asesoria-trigger,
  .header-inner .cotizar-trigger {
    display: inline-flex !important;
    flex: 0 0 120px !important;
    width: 120px !important;
    min-width: 120px !important;
    max-width: 120px !important;
    height: 34px !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
  }
  .nav-icon-btns {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin-left: 10px !important;
  }
  .nav-icon-btns .hdr-icon-btn {
    display: flex !important;
    width: 42px !important;
    height: 42px !important;
  }
  .header-inner .hamburger,
  button#hamburger.hamburger {
    margin-left: 8px !important;
    flex: 0 0 44px !important;
  }
}
/* 0px - 1199px: hamburguesa siempre a la derecha */
@media (max-width: 1199px) {
  .header-inner > button#hamburger.hamburger {
    margin-left: auto !important;
    margin-right: 0 !important;
  }
}
/* 768px - 1023px: distribucion final del cabezote tablet */
@media (min-width: 768px) and (max-width: 1023px) {
  .header-inner {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    width: 100% !important;
  }
  .site-nav,
  .header-inner > a.btn.btn-wa.btn-sm {
    display: none !important;
  }
  .header-logo {
    flex: 0 1 auto !important;
    margin-right: auto !important;
  }
  .header-logo img {
    height: 56px !important;
    width: auto !important;
  }
  .header-inner .asesoria-trigger,
  .header-inner .cotizar-trigger {
    display: inline-flex !important;
    flex: 0 0 118px !important;
    width: 118px !important;
    min-width: 118px !important;
    max-width: 118px !important;
    height: 34px !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
  }
  .nav-icon-btns {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin-left: 10px !important;
    flex: 0 0 auto !important;
  }
  .nav-icon-btns .hdr-icon-btn--email,
  .nav-icon-btns .hdr-icon-btn--wa,
  .nav-icon-btns .hdr-icon-btn--search,
  .nav-icon-btns .hdr-icon-btn--location {
    display: flex !important;
  }
  .nav-icon-btns .hdr-icon-btn--phone {
    display: none !important;
  }
  .nav-icon-btns .hdr-icon-btn {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    max-width: 42px !important;
  }
  .nav-icon-btns .hdr-icon-btn img {
    width: 22px !important;
    height: 22px !important;
    object-fit: contain !important;
  }
  .header-inner > button#hamburger.hamburger {
    margin-left: auto !important;
    margin-right: 0 !important;
    flex: 0 0 44px !important;
  }
}
/* 0px - 767px: ocultar boton Asesoria del cabezote */
@media (max-width: 767px) {
  .header-inner .asesoria-trigger {
    display: none !important;
  }
}
/* Botón teléfono: misma apariencia del botón buscar */
.hdr-icon-btn--phone {
  border-color: #FFF !important;
}
.hdr-icon-btn--phone .icon-default {
  display: block !important;
  filter: brightness(0) invert(1) !important;
}
.hdr-icon-btn--phone .icon-hover {
  display: none !important;
  filter: brightness(0) saturate(100%) invert(77%) sepia(91%) saturate(672%) hue-rotate(344deg) brightness(102%) contrast(101%) !important;
}
.hdr-icon-btn--phone:hover {
  border-color: #FFC72C !important;
  transform: scale(1.08);
}
.hdr-icon-btn--phone:hover .icon-default {
  display: none !important;
}
.hdr-icon-btn--phone:hover .icon-hover {
  display: block !important;
}
/* 0px - 767px: botones del cabezote mas compactos */
@media (max-width: 767px) {
  .header-inner .cotizar-trigger {
    width: 118px !important;
    min-width: 118px !important;
    max-width: 118px !important;
    height: 36px !important;
    font-size: 12px !important;
  }
  .nav-icon-btns {
    gap: 6px !important;
  }
  .nav-icon-btns .hdr-icon-btn {
    width: 39px !important;
    height: 39px !important;
    min-width: 39px !important;
    max-width: 39px !important;
  }
  .nav-icon-btns .hdr-icon-btn img {
    width: 20px !important;
    height: 20px !important;
    object-fit: contain !important;
  }
  .nav-icon-btns .hdr-icon-btn--wa i {
    font-size: 22px !important;
  }
}
/* 768px - 1023px: botones agrupados a la derecha junto a hamburguesa */
@media (min-width: 768px) and (max-width: 1023px) {
  .header-logo {
    margin-right: auto !important;
  }
  .header-inner .asesoria-trigger {
    margin-left: auto !important;
  }
  .header-inner .cotizar-trigger {
    margin-left: 0 !important;
  }
  .nav-icon-btns {
    margin-left: 0 !important;
  }
  .header-inner > button#hamburger.hamburger {
    margin-left: 6px !important;
    margin-right: 0 !important;
  }
}
/* 1024px - 1199px: botones agrupados a la derecha junto a hamburguesa */
@media (min-width: 1024px) and (max-width: 1199px) {
  .header-logo {
    margin-right: auto !important;
  }
  .header-inner .asesoria-trigger {
    margin-left: auto !important;
  }
  .header-inner .cotizar-trigger {
    margin-left: 0 !important;
  }
  .nav-icon-btns {
    margin-left: 0 !important;
  }
  .header-inner > button#hamburger.hamburger {
    margin-left: 6px !important;
    margin-right: 0 !important;
  }
}
/* 1024px - 1199px: separar Asesoria y Cotizacion */
@media (min-width: 1024px) and (max-width: 1199px) {
  .header-inner .asesoria-trigger + .cotizar-trigger {
    margin-left: 8px !important;
  }
}
/* 1024px - 1199px: separar Cotizacion del boton contacto */
@media (min-width: 1024px) and (max-width: 1199px) {
  .nav-icon-btns {
    margin-left: 10px !important;
  }
}
/* 0px - 767px: botones agrupados a la derecha junto a hamburguesa */
@media (max-width: 767px) {
  .header-logo {
    margin-right: auto !important;
  }
  .header-inner .asesoria-trigger {
    display: none !important;
  }
  .header-inner .cotizar-trigger {
    display: inline-flex !important;
    margin-left: 8px !important;
  }
  .nav-icon-btns {
    display: flex !important;
    margin-left: 10px !important;
  }
  .header-inner > button#hamburger.hamburger {
    margin-left: 6px !important;
    margin-right: 0 !important;
  }
}
/* 1024px - 1199px: margen derecho hamburguesa */
@media (min-width: 1024px) and (max-width: 1199px) {
  .header-inner > button#hamburger.hamburger {
    margin-left: 6px !important;
    margin-right: 10px !important;
  }
}
/* 1024px - 1199px: tamano hamburguesa 54px */
@media (min-width: 1024px) and (max-width: 1199px) {
  .header-inner > button#hamburger.hamburger {
    width: 54px !important;
    min-width: 54px !important;
    max-width: 54px !important;
    height: 54px !important;
    min-height: 54px !important;
    max-height: 54px !important;
    flex: 0 0 54px !important;
  }
}
/* 0px - 519px: ocultar boton Cotizacion del cabezote */
@media (max-width: 519px) {
  .header-inner .cotizar-trigger {
    display: none !important;
  }
}
/* 510px - 519px: mostrar Buscar y Ubicacion */
@media (min-width: 510px) and (max-width: 519px) {
  .nav-icon-btns .hdr-icon-btn--search,
  .nav-icon-btns .hdr-icon-btn--location {
    display: flex !important;
  }
}
/* 0px - 767px: tamano hamburguesa 40px */
@media (max-width: 767px) {
  .header-inner > button#hamburger.hamburger {
    width: 40px !important;
    min-width: 40px !important;
    max-width: 40px !important;
    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
    flex: 0 0 40px !important;
  }
}

