/* JETpred 10.24.9 — normalização de cabeçalho e CTA da Central Web */
/* Remove barras superiores redundantes e concentra ações no cabeçalho principal. */
.site-header .utility-bar,.local-header .utility{display:none!important}
.site-header,.site-head,.local-header{box-shadow:0 8px 28px rgba(5,24,40,.06)}
.site-header .container.nav-row{min-height:88px!important}
.site-header .brand img{max-height:78px!important;width:auto!important}
.site-header .header-cta{border-radius:14px!important;min-height:46px!important;padding:0 17px!important}
.site-header .header-client,
.site-head .client,
.local-header .client-button{
  position:relative!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;
  gap:10px!important;min-height:48px!important;border-radius:14px!important;padding:10px 15px!important;
  border:1px solid rgba(97,196,255,.34)!important;background:linear-gradient(135deg,#071a2c 0%,#0d3552 58%,#176fa8 100%)!important;
  color:#fff!important;text-decoration:none!important;box-shadow:0 10px 24px rgba(7,26,44,.18)!important;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease!important;white-space:nowrap!important;
}
.site-header .header-client:hover,.site-head .client:hover,.local-header .client-button:hover{
  transform:translateY(-1px)!important;box-shadow:0 14px 30px rgba(7,26,44,.24)!important;border-color:rgba(143,207,255,.72)!important;
}
.site-header .header-client:before,.site-head .client:before,.local-header .client-button:before{
  content:"";width:8px;height:8px;border-radius:50%;background:#62d7ff;box-shadow:0 0 0 5px rgba(98,215,255,.12);flex:0 0 auto;
}
.site-header .header-client-copy{display:flex!important;flex-direction:column!important;gap:1px!important;min-width:0!important}
.site-header .header-client-copy strong,.site-head .client strong,.local-header .client-button strong{font-size:13px!important;line-height:1.05!important;letter-spacing:.01em!important}
.site-header .header-client-copy small,.site-head .client small,.local-header .client-button small{font-size:10px!important;line-height:1.15!important;color:rgba(255,255,255,.72)!important;font-weight:650!important}
.site-header .header-client-main-icon{width:19px!important;height:19px!important;opacity:.95}
.site-header .header-client-hours{display:none!important}
.site-header .header-client-external{width:13px!important;height:13px!important;opacity:.72;margin-left:1px!important}
.site-head .head-row{min-height:88px!important}
.local-header .nav{min-height:84px!important}
.local-header .client-button>span{display:flex!important;flex-direction:column!important;gap:1px!important}
@media (min-width:1360px){
 .site-header .container.nav-row{grid-template-columns:minmax(140px,168px) minmax(520px,1fr) auto minmax(210px,236px)!important;gap:18px!important}
 .site-header .header-client{min-width:210px!important;max-width:236px!important;width:auto!important}
}
@media (min-width:1081px) and (max-width:1359px){
 .site-header .container.nav-row{grid-template-columns:minmax(132px,160px) minmax(470px,1fr) minmax(196px,216px)!important;gap:14px!important}
 .site-header .header-client{min-width:196px!important;max-width:216px!important;width:auto!important}
}
@media (max-width:1080px){
 .site-header .header-client{min-width:178px!important;max-width:196px!important;width:auto!important}
}
@media (max-width:620px){
 .site-header .container.nav-row{min-height:76px!important}
 .site-header .brand img{max-height:64px!important}
 .site-header .header-client{min-width:142px!important;max-width:152px!important;padding:8px 10px!important;gap:7px!important}
 .site-header .header-client-copy strong{font-size:11px!important}
 .site-header .header-client-copy small{font-size:8.7px!important}
 .site-header .header-client-main-icon{display:none!important}
 .site-head .client,.local-header .client-button{padding:9px 11px!important;font-size:12px!important}
 .site-head .client small,.local-header .client-button small{display:none!important}
}
