/* PATCH V144 FIX33 — correção visual do menu principal e botão Radar da Transparência */
.portal-nav,
nav.portal-nav{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  background:linear-gradient(90deg,#003b86 0%,#064ca8 55%,#0b5fc1 100%)!important;
  min-height:56px!important;
  position:relative!important;
  z-index:30!important;
}
.portal-nav .portal-container{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:0!important;
  overflow-x:auto!important;
  overflow-y:visible!important;
  white-space:nowrap!important;
}
.portal-nav a,
.portal-nav a:link,
.portal-nav a:visited,
.portal-nav .portal-dynamic-links a{
  color:#ffffff!important;
  background:transparent!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:9px!important;
  min-height:56px!important;
  padding:0 22px!important;
  font-size:16px!important;
  font-weight:800!important;
  line-height:1!important;
  text-decoration:none!important;
  text-shadow:0 1px 1px rgba(0,0,0,.18)!important;
  border:0!important;
  border-radius:0!important;
  opacity:1!important;
  visibility:visible!important;
}
.portal-nav a:hover,
.portal-nav a:focus-visible{
  color:#ffffff!important;
  background:rgba(255,255,255,.13)!important;
}
.portal-menu-icon{font-size:20px;line-height:1;color:#ffffff!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:22px}
.portal-header .portal-container{gap:28px!important}.portal-search-area{align-items:center!important}.portal-quick-actions{display:flex!important;align-items:center!important;gap:14px!important;flex-wrap:nowrap!important}
.portal-quick-card,
.portal-quick-card:link,
.portal-quick-card:visited{
  min-width:158px!important;
  width:auto!important;
  height:72px!important;
  padding:10px 16px!important;
  border:1px solid #d7e2f0!important;
  border-radius:14px!important;
  background:#fff!important;
  color:#0b3f91!important;
  display:flex!important;
  flex-direction:row!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  box-shadow:0 8px 24px rgba(7,48,111,.08)!important;
  font-size:15px!important;
  font-weight:850!important;
  line-height:1.15!important;
  text-decoration:none!important;
  white-space:normal!important;
  text-align:left!important;
}
.portal-quick-card:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(7,48,111,.14)!important;border-color:#b8cdeb!important}.portal-quick-card .portal-menu-icon{color:#0b4eb0!important;background:#eef5ff;width:38px;height:38px;border-radius:999px;font-size:20px;flex:0 0 38px;text-shadow:none!important}
.portal-radar-card,
.portal-radar-card:link,
.portal-radar-card:visited{
  min-width:170px!important;
  width:auto!important;
  height:72px!important;
  padding:10px 14px!important;
  border:1px solid #23a447!important;
  border-radius:0!important;
  background:#fff!important;
  color:#0b2e68!important;
  display:flex!important;
  flex-direction:row!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  box-shadow:0 8px 24px rgba(7,48,111,.08)!important;
  font-size:14px!important;
  font-weight:850!important;
  line-height:1.15!important;
  text-decoration:none!important;
  text-align:left!important;
  white-space:normal!important;
}
.portal-radar-card:hover{border-color:#15963b!important;background:#f9fff9!important;transform:translateY(-2px)}.portal-radar-icon{width:40px;height:40px;flex:0 0 40px;border:2px solid #0b4eb0;border-radius:999px;color:#0b4eb0;display:flex;align-items:center;justify-content:center;font-size:30px;line-height:1;font-weight:900}.portal-radar-card img{display:none!important}.portal-pntp-link{display:none!important}
@media(max-width:980px){.portal-header .portal-container{flex-direction:column!important;align-items:flex-start!important}.portal-search-area{width:100%!important;justify-content:flex-start!important;flex-wrap:wrap!important}.portal-search-form{width:min(100%,520px)!important}.portal-quick-actions{flex-wrap:wrap!important}.portal-nav .portal-container{justify-content:flex-start!important}.portal-nav a{padding:0 18px!important;font-size:15px!important}}
@media(max-width:640px){.portal-quick-card,.portal-radar-card{min-width:145px!important;height:64px!important;font-size:13px!important}.portal-nav a{min-height:52px!important;padding:0 14px!important}.portal-menu-icon{font-size:17px}}


/* PATCH V144 FIX33.1 — topo com apenas o botão-imagem PNTP/Radar */
.portal-quick-actions{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:14px!important;
}
.portal-quick-actions > a:not(.portal-pntp-image-button){
  display:none!important;
}
.portal-pntp-image-button,
.portal-pntp-image-button:link,
.portal-pntp-image-button:visited{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:300px!important;
  max-width:34vw!important;
  height:92px!important;
  padding:12px 18px!important;
  border:1px solid #d7e2f0!important;
  border-radius:18px!important;
  background:#ffffff!important;
  box-shadow:0 8px 24px rgba(7,48,111,.08)!important;
  text-decoration:none!important;
  overflow:hidden!important;
}
.portal-pntp-image-button:hover,
.portal-pntp-image-button:focus-visible{
  transform:translateY(-2px)!important;
  box-shadow:0 14px 30px rgba(7,48,111,.14)!important;
  border-color:#b8cdeb!important;
  background:#fff!important;
}
.portal-pntp-image-button img{
  display:block!important;
  width:100%!important;
  max-width:260px!important;
  height:auto!important;
  max-height:70px!important;
  object-fit:contain!important;
}
.portal-radar-card{display:none!important;}
.portal-pntp-link{display:none!important;}
@media(max-width:980px){
  .portal-pntp-image-button{width:260px!important;max-width:100%!important;height:82px!important}
  .portal-pntp-image-button img{max-width:230px!important;max-height:62px!important}
}
@media(max-width:640px){
  .portal-quick-actions{width:100%!important;justify-content:flex-start!important}
  .portal-pntp-image-button{width:220px!important;height:72px!important;padding:10px 14px!important}
  .portal-pntp-image-button img{max-width:200px!important;max-height:54px!important}
}


/* PATCH V144 FIX33.3 — menu principal alinhado à esquerda */
.portal-nav .portal-container,
nav.portal-nav .portal-container,
.portal-dynamic-links{
  justify-content:flex-start!important;
  text-align:left!important;
}
.portal-nav a:first-child{margin-left:0!important;}
