@import url('style-v3.css?v=600');

/* SUPORT TECH V6 — CABECERA DEFINITIVA */
.announcement{display:none!important}
.topbar{
  position:sticky!important;top:0!important;z-index:1000!important;
  display:grid!important;
  grid-template-columns:220px minmax(520px,1fr) auto!important;
  align-items:center!important;
  gap:26px!important;
  min-height:88px!important;
  padding:12px clamp(28px,4vw,72px)!important;
  background:#f7f5ef!important;
  border-bottom:1px solid #d8d4ca!important;
}
.brand{width:220px!important;min-width:220px!important}
.brand img{width:210px!important;max-height:66px!important;opacity:1!important;filter:none!important;object-fit:contain!important}
.site-menu{display:contents!important}
.nav{display:flex!important;justify-content:center!important;align-items:center!important;gap:2px!important;min-width:0!important}
.nav>a{font-size:13px!important;font-weight:800!important;padding:10px 9px!important;white-space:nowrap!important}
.header-tools{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:10px!important}
.nav-search{width:210px!important;flex:0 0 210px!important}
.nav-search input{height:46px!important;font-size:13px!important;border-radius:14px!important}
.currency-switcher{
  width:156px!important;min-width:156px!important;height:46px!important;
  display:flex!important;align-items:center!important;gap:8px!important;
  padding:5px 8px!important;border-radius:14px!important;overflow:hidden!important;
}
.currency-icon{width:31px!important;height:31px!important;flex:0 0 31px!important}
.currency-control{display:block!important;min-width:0!important;flex:1!important}
.currency-control label{display:none!important}
.currency-switcher select{
  appearance:auto!important;-webkit-appearance:menulist!important;
  width:100%!important;min-width:0!important;height:34px!important;
  border:0!important;background:#fff!important;padding:0 20px 0 5px!important;
  font-size:12px!important;font-weight:800!important;color:#17231f!important;
  text-overflow:ellipsis!important;white-space:nowrap!important;overflow:hidden!important;
}
.header-wa{width:46px!important;height:46px!important}

/* Título solicitado */
#preactivado .section-heading h2{max-width:820px!important}

@media(max-width:1420px){
  .topbar{grid-template-columns:190px minmax(450px,1fr) auto!important;gap:16px!important;padding-left:26px!important;padding-right:26px!important}
  .brand{width:190px!important;min-width:190px!important}.brand img{width:185px!important}
  .nav>a{font-size:12px!important;padding-left:7px!important;padding-right:7px!important}
  .nav-search{width:180px!important;flex-basis:180px!important}
  .currency-switcher{width:142px!important;min-width:142px!important}
}
@media(max-width:1180px){
  .topbar{display:flex!important;min-height:74px!important;padding:9px 4%!important}
  .brand{width:auto!important;min-width:0!important}.brand img{width:176px!important;max-height:56px!important}
  .menu-toggle{display:flex!important;margin-left:auto!important}
  .site-menu{display:none!important;position:fixed!important;left:0!important;right:0!important;top:74px!important;background:#f7f5ef!important;padding:20px 4%!important;box-shadow:0 20px 45px rgba(17,32,27,.18)!important}
  .site-menu.open{display:grid!important;gap:18px!important}
  .nav{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:7px!important}
  .nav>a{background:#fff!important;border:1px solid #ddd9cf!important;text-align:center!important;padding:12px!important}
  .header-tools{display:grid!important;grid-template-columns:1fr 160px 46px!important;width:100%!important}
  .nav-search{width:auto!important;flex-basis:auto!important}
  .currency-switcher{width:160px!important;min-width:160px!important}
}
@media(max-width:700px){
  .site-menu{top:70px!important}
  .nav{grid-template-columns:1fr 1fr!important}
  .header-tools{grid-template-columns:1fr 132px!important}
  .currency-switcher{width:132px!important;min-width:132px!important}
  .currency-icon{display:none!important}
  .header-wa{display:none!important}
}
