:root{
  --er-header-height:77px;
  --er-header-brand:#404040;
  --er-header-brand-dark:#2f2f2f;
  --er-header-ink:#253044;
  --er-header-line:#e1e5eb;
  --er-drawer-dark:#303030;
  --er-drawer-light:#fff;
}
.er-skip-link:focus{clip:auto!important;width:auto;height:auto;left:16px;top:16px;z-index:10020;padding:10px 14px;border:2px solid var(--er-header-brand);border-radius:6px;background:#fff;color:#111}
.er-site-header--international{position:sticky;top:0;z-index:980;width:100%;height:var(--er-header-height);min-height:var(--er-header-height);border-top:4px solid var(--er-header-brand);border-bottom:1px solid var(--er-header-line);background:rgba(255,255,255,.98);box-shadow:0 1px 0 rgba(47,59,82,.04);backdrop-filter:saturate(140%) blur(7px)}
.er-header__inner{width:min(1380px,calc(100% - 40px));height:72px;margin:auto;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:clamp(18px,2.5vw,40px)}
.er-header__brand{width:234px;height:40px;display:flex;align-items:center;flex:0 0 auto}
.er-header__logo-image,.er-header__brand img{display:block;width:234px;height:40px;max-width:100%;object-fit:contain;object-position:left center}
.er-header__actions{position:relative;height:72px;display:flex;align-items:center;gap:8px}
.er-header__icon-button{width:42px;height:42px;padding:0;display:flex;align-items:center;justify-content:center;border:1px solid transparent;border-radius:50%;background:#fff;color:var(--er-header-ink);cursor:pointer}
.er-header__icon-button:hover,.er-header__icon-button:focus-visible,.er-header__icon-button[aria-expanded=true]{border-color:#cbd2dc;background:#f3f5f8;color:var(--er-header-brand)}
.er-header__icon-button svg{width:20px;height:20px;fill:currentColor}
.er-header-search{position:relative}
.er-header-search__panel{position:absolute;top:52px;right:0;width:min(440px,calc(100vw - 32px));min-height:62px;padding:10px;display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:8px;border:1px solid #d6dce4;border-radius:10px;background:#fff;box-shadow:0 20px 50px rgba(47,59,82,.18)}
.er-header-search__panel[hidden]{display:none}
.er-header-search__panel input{width:100%;height:42px;min-width:0;padding:0 12px;border:1px solid #cbd2dc;border-radius:7px;outline:0}
.er-header-search__panel input:focus{border-color:var(--er-header-brand);box-shadow:0 0 0 3px rgba(47,59,82,.12)}
.er-header-search__submit{height:42px;padding:0 14px;border:0;border-radius:7px;background:var(--er-header-brand);color:#fff;font-weight:800;cursor:pointer}
.er-header-search__submit:hover{background:var(--er-header-brand-dark)}
.er-header-search__close{width:38px;height:38px;padding:0;border:0;border-radius:50%;background:#edf0f4;color:#536070;font-size:27px;cursor:pointer}
.er-header__menu{display:flex}
.er-header__menu span,.er-header__menu span:before,.er-header__menu span:after{width:20px;height:2px;display:block;background:currentColor}
.er-header__menu span{position:relative}.er-header__menu span:before,.er-header__menu span:after{content:"";position:absolute;left:0}.er-header__menu span:before{top:-6px}.er-header__menu span:after{top:6px}

/* Drawer V22.5 — escuro no conteúdo editorial e branco no institucional. */
.er-header-backdrop{position:fixed;inset:0;z-index:990;background:rgba(20,27,39,.58);backdrop-filter:blur(1px)}
.er-header-drawer{position:fixed;top:0;right:0;z-index:1000;width:min(390px,94vw);height:100dvh;padding:0;overflow:hidden;background:var(--er-drawer-dark);box-shadow:-24px 0 60px rgba(20,27,39,.28);transform:translateX(104%);visibility:hidden;transition:transform .22s ease,visibility .22s ease;color:#fff}
.er-header-drawer.is-open{transform:translateX(0);visibility:visible}
.er-header-drawer__scroll{height:100%;overflow:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#8c8c8c transparent}
.er-header-drawer__dark{background:var(--er-drawer-dark);color:#fff}
.er-header-drawer__top{position:sticky;top:0;z-index:3;min-height:64px;padding:11px 18px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid rgba(255,255,255,.12);background:rgba(48,48,48,.98)}
.er-header-drawer__brand{width:164px;height:38px;display:flex;align-items:center}
.er-header-drawer__brand img{display:block;width:164px;height:38px;object-fit:contain;object-position:left center;filter:grayscale(1) brightness(0) invert(1);opacity:.98}
.er-header-drawer__top-actions{display:flex;align-items:center;gap:4px}
.er-header-drawer__search,.er-header-drawer__close{width:38px;height:38px;padding:0;display:grid;place-items:center;border:0;border-radius:50%;background:transparent;color:#fff!important;cursor:pointer}
.er-header-drawer__search:hover,.er-header-drawer__search:focus-visible,.er-header-drawer__close:hover,.er-header-drawer__close:focus-visible{background:rgba(255,255,255,.1)}
.er-header-drawer__search svg{width:20px;height:20px;fill:currentColor}.er-header-drawer__close{font-size:30px;line-height:1}
.er-header-drawer__nav{padding:4px 0 12px}
.er-header-drawer__group{padding:0 20px}.er-header-drawer__group+ .er-header-drawer__group{border-top:1px solid rgba(255,255,255,.11)}
.er-header-drawer__group h2{margin:0;padding:17px 0 9px;color:#fff!important;font-size:12px!important;font-weight:850!important;line-height:1.2!important;letter-spacing:.08em!important;text-transform:uppercase!important}
.er-header-drawer__group ul{margin:0;padding:0 0 12px;list-style:none}
.er-header-drawer__group li{margin:0}
.er-header-drawer__group a{min-height:42px;padding:8px 0;display:flex;align-items:center;justify-content:space-between;gap:12px;color:#fff!important;-webkit-text-fill-color:#fff!important;font-size:14px;font-weight:730;line-height:1.3}
.er-header-drawer__group a:after{content:"›";flex:0 0 auto;color:#d5d5d5;font-size:20px;line-height:1;transform:translateY(-1px)}
.er-header-drawer__group a:hover,.er-header-drawer__group a:focus-visible{color:#fff!important;text-decoration:underline;text-underline-offset:4px}

.er-header-drawer__light{padding:20px;background:var(--er-drawer-light);color:#31343a}
.er-header-drawer__light h2{margin:0 0 12px;color:#31343a!important;font-size:11px!important;font-weight:850!important;line-height:1.2!important;letter-spacing:.08em!important;text-transform:uppercase!important}
.er-header-drawer__social{padding-bottom:20px;border-bottom:1px solid #d7d9dd}
.er-header-drawer__social-list{display:flex;flex-wrap:wrap;gap:10px}
.er-header-drawer__social-link{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:50%;background:#444;color:#fff!important;-webkit-text-fill-color:#fff!important}
.er-header-drawer__social-link:hover,.er-header-drawer__social-link:focus-visible{background:#2f2f2f;color:#fff!important;transform:translateY(-1px)}
.er-header-drawer__social-link svg{width:19px;height:19px;fill:currentColor}.er-header-drawer__social-link svg path{fill:currentColor}
.er-header-drawer__institutional{padding:20px 0 14px}
.er-header-drawer__institutional ul{margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:0 18px;list-style:none;border-top:1px solid #d7d9dd}
.er-header-drawer__institutional li{border-bottom:1px solid #e3e5e8}
.er-header-drawer__institutional a{min-height:43px;padding:9px 0;display:flex;align-items:center;color:#41464f!important;-webkit-text-fill-color:#41464f!important;font-size:12px;font-weight:620;line-height:1.35}
.er-header-drawer__institutional a:hover,.er-header-drawer__institutional a:focus-visible{color:#105296!important;text-decoration:underline;text-underline-offset:3px}
.er-header-drawer__signature{padding:16px 0 4px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid #d7d9dd;color:#555}
.er-header-drawer__signature span{font-family:Georgia,"Times New Roman",serif;font-weight:800;letter-spacing:.02em}.er-header-drawer__signature small{color:#777;font-size:10px;text-align:right}
.er-header-ui-open{overflow:hidden}

@media(max-width:1180px){.er-header__inner{gap:16px}.er-header__brand,.er-header__logo-image,.er-header__brand img{width:196px}}
@media(max-width:960px){:root{--er-header-height:69px}.er-header__inner{width:calc(100% - 24px);height:64px;grid-template-columns:minmax(0,1fr) auto;gap:8px}.er-header__brand,.er-header__logo-image,.er-header__brand img{width:min(185px,46vw);height:40px}.er-header__actions{height:64px;gap:4px}.er-header__icon-button{width:40px;height:40px}.er-header-search__panel{position:fixed;top:76px;right:12px;left:12px;width:auto}}
@media(max-width:420px){.er-header__inner{width:calc(100% - 18px)}.er-header__brand,.er-header__logo-image,.er-header__brand img{width:min(155px,44vw)}.er-header-search__panel{grid-template-columns:minmax(0,1fr) auto}.er-header-search__submit{display:none}.er-header-drawer{width:min(370px,96vw)}.er-header-drawer__institutional ul{gap:0 14px}}
@media(prefers-reduced-motion:reduce){.er-header-drawer{transition:none}.er-header-drawer__social-link{transition:none}}


/* V22.5.2 — cores do drawer são propriedade do componente, não da página. */
.er-header-drawer .er-header-drawer__dark .er-header-drawer__group a,
.er-header-drawer .er-header-drawer__dark .er-header-drawer__group a:link,
.er-header-drawer .er-header-drawer__dark .er-header-drawer__group a:visited,
.er-header-drawer .er-header-drawer__dark .er-header-drawer__group a:hover,
.er-header-drawer .er-header-drawer__dark .er-header-drawer__group a:focus-visible{color:#fff!important;-webkit-text-fill-color:#fff!important}
.er-header-drawer .er-header-drawer__dark .er-header-drawer__group a:after{color:#d5d5d5!important;-webkit-text-fill-color:#d5d5d5!important}
.er-header-drawer .er-header-drawer__light .er-header-drawer__institutional a,
.er-header-drawer .er-header-drawer__light .er-header-drawer__institutional a:link,
.er-header-drawer .er-header-drawer__light .er-header-drawer__institutional a:visited{color:#41464f!important;-webkit-text-fill-color:#41464f!important}
.er-header-drawer .er-header-drawer__light .er-header-drawer__social-link,
.er-header-drawer .er-header-drawer__light .er-header-drawer__social-link:link,
.er-header-drawer .er-header-drawer__light .er-header-drawer__social-link:visited{color:#fff!important;-webkit-text-fill-color:#fff!important}
