@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

/* DARK MODE */
html.dark-mode, body.dark-mode {
  --cor-principal: #ffb764;
  --cor-secundaria: #fe9e22;
  --cor-clara: #202b36;
  --cor-escura: #131b24;
  --cor-contraste: #2b4f81;
  --cor-cinza: #181f29;
  --cor-hover: #b05e07;
  --cor-gradient: linear-gradient(135deg, #272727 0%, #313949 100%);
  --cor-gradient-dark: linear-gradient(135deg, #fe9e22 0%, #b05e07 100%);
  --shadow-light: 0 2px 18px 0 #0008;
  --shadow-strong: 0 6px 16px #2b4f81aa;
  --radius: 8px;
  background: var(--cor-escura) !important;
  color: #e3e6ea !important;
}
.dark-mode h1,
.dark-mode h2,
.dark-mode h3,
.dark-mode .bloco-links-titulo {
  color: #fff !important;
}
.dark-mode article,
.dark-mode .conteudo,
.dark-mode .card-vaga,
.dark-mode #search form,
.dark-mode #filtros-form,
.dark-mode .pj-footer,
.dark-mode .cookie-banner,
.dark-mode .msg-alerta,
.dark-mode .bloco-links-painel {
  background: var(--cor-clara) !important;
  color: #e3e6ea !important;
  border-color: #fff !important;
  box-shadow: var(--shadow-light) !important;
}
.dark-mode a,
.dark-mode .linkultil { color: #fff !important; }
.dark-mode a:hover,
.dark-mode .linkultil:hover { color: var(--cor-secundaria) !important; }
.dark-mode .card-vaga,
.dark-mode .msg-alerta { border-left: solid 4px var(--cor-secundaria) !important; }
.dark-mode .btn-botao1,
.dark-mode .btn-ver,
.dark-mode .bloco-links-btn,
.dark-mode #filtros-form button[type="submit"],
.dark-mode form.form-contato button,
.dark-mode form.form-contato input[type="submit"] {
  background: var(--cor-gradient) !important;
  color: #fff !important;
  border-bottom: solid 2px #fff !important;
}
.dark-mode .btn-botao1:hover,
.dark-mode .btn-ver:hover,
.dark-mode .bloco-links-btn:hover,
.dark-mode #filtros-form button[type="submit"]:hover,
.dark-mode form.form-contato button:hover,
.dark-mode form.form-contato input[type="submit"]:hover {
  background: var(--cor-gradient-dark) !important;
  color: #222 !important;
  border-bottom: solid 2px #222 !important;
}
.dark-mode #top-bar,
.dark-mode .TopLinks,
.dark-mode .pj-footer-bottom {
  background: var(--cor-cinza) !important;
  color: #e3e6ea !important;
}
.dark-mode #search_header {
  background: #242e3b !important;
  color: #fff !important;
}
.dark-mode input,
.dark-mode select,
.dark-mode textarea,
.dark-mode .input-group input[type="text"] {
  background: var(--cor-cinza) !important;
  color: #e3e6ea !important;
  border-color: var(--cor-clara) !important;
}
.dark-mode input:focus,
.dark-mode select:focus,
.dark-mode textarea:focus {
  border-color: var(--cor-secundaria) !important;
  background: #222 !important;
  color: #fff !important;
}
.dark-mode ::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #fff 0%, var(--cor-escura) 100%);
}
.dark-mode ::-webkit-scrollbar-track {
  background: linear-gradient(180deg, #222 60%, var(--cor-cinza) 100%);
}
.dark-mode .socialimg { filter: grayscale(100%) brightness(1.8) invert(1);}
.dark-mode .socialimg:hover { filter: none; }

.dark-mode #header_top {
    background: transparent; color:#fff !important;
}

.dark-mode .card-codigo
{
    background: transparent; color:#fff !important;
}

.dark-mode .btn-pagina ativo
{
    background: transparent; color:#fff !important;
}

.dark-mode .btn-pagina 
{
    background: transparent; color:#fff !important;
}

.dark-mode .resumo p { color:#fe9e22; }

.dark-mode #location-modal .modal-box { background: #090d12;}

/* DARK MODE */



* { box-sizing: border-box; margin: 0; padding: 0; }
html, body {
  margin: 0;
  padding: 0;
  background: url(https://www.popularjobs.com.br/imagens/picpoint.webp);
  font-family: 'Montserrat', 'Segoe UI', Arial;
  color: #034d80;
}
h1, h2, h3 {
  font-weight: 700;
  margin-top: 0;
  line-height: 1.3;
}
h1 {
  font-size: clamp(1.8rem, 5vw, 2.3rem);
  margin: 16px auto;
  text-align: center;
  color:#034d80 !important;
}
h2 {
  font-size: clamp(1.2rem, 3vw, 1.5rem);
  margin-bottom: 12px;
  color:#fe9e22 !important;
}
h3 {
  font-size: clamp(1rem, 2.5vw, 1.12rem);
  margin-bottom: 8px;
}
a { text-decoration: none; }

ul { margin:15px; }
li { margin-bottom:15px; }

or { color: #fe9e22; }
bl { color: #034d80; }

hr {
    border: none;
  height: 1px;
  max-width: 25%;
  margin: 3px auto;
  background: linear-gradient(
    90deg,
    rgba(243,243,243,0) 0%,
    #f3f3f3 40%,
    #c0c0c0 50%,
    #f3f3f3 60%,
    rgba(243,243,243,0) 100%
  );
  box-shadow: 0 2px 8px 0 rgba(0,0,0,0.07);
  display: block;
}

input { box-shadow: inset 0 2px 2px #8f8f8f; }

#Logo {
  max-width: 140px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  display: block;
  transition: margin 0.3s;
}

header {
    padding: 10px;
}

#header_top {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 12px;
    margin: 20px 0px 20px 0px;
    padding: 15px;
    background: #fff;
    border-left: 2px solid rgb(3, 77, 128);
    border-radius: 8px;
    max-width: 990px;
}
@media (max-width: 600px) { #header_top { margin: 20px 10px 20px 10px; }}

#header_tag {
    margin: -15px auto 0 auto;
    background: linear-gradient(135deg, #fe9e22 0%, #fdab41 50%, #b05e07 100%);;
    text-align: center;
    display: block;
    padding: 8px 48px;
    border-radius: 0px 0px 36px 36px;
    text-shadow: rgba(0, 0, 0, 0.05) 0px 2px 12px;
    width: fit-content;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
} 

.titulo-centralizado {
  max-width: 880px;
  margin: 0 auto 32px auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.titulo-centralizado h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #18557e;
  margin-bottom: 8px;
  margin-top: 0;
  line-height: 1.15;
}
.titulo-centralizado .subtitulo-vagas {
  display: block;
  color: #fe9e22;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 4px;
}
.titulo-centralizado span {
  display: inline;
}

/* Responsivo na raça! */
@media (max-width: 600px) {
  .titulo-centralizado {
    max-width: 98vw;
    padding: 0 6px;
  }
  .titulo-centralizado h1 {
    font-size: 1.3rem;
  }
  .titulo-centralizado .subtitulo-vagas {
    font-size: 1rem;
  }
}


article {
  max-width: 880px;
  display:block; 
  font-size: 0.9rem;
  line-height: 1.6;
  color: #1a1a1aba;
  word-wrap: break-word;
  margin: 0 auto;
 }
 
time {
   margin:20px;
   text-align: center;
   display:block; clear:both;
   color:#fe9e22;
}

.resumo {
  background: transparent;
  margin:2px 20px 20px 20px;
}
.resumo p { font-size: 16px; line-height: 175%; color:#034d80; }

.conteudo {
  margin:10px;
  padding: 25px;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
  border-left: solid 2px #034d80;
  border-radius: 8px;
}
.linkultil { color:#034d80; text-decoration: underline; }
.linkultil:hover { color:#fe9e22; }


/* HOME */
.hero-section {
  position: relative;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
  overflow: hidden;
  margin-bottom: 20px;
}
.background-image {
  position: absolute;
  inset: 0;
  background: url('https://popularjobs.com.br/imagens/home-background-compressed.jpg') center center/cover no-repeat;
  opacity: 0.9;
  z-index: 1;
}
.background-overlay {
  position: absolute;
  inset: 0;
  background: #cbced54d;
  z-index: 2;
}
.text-wrapper {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 880px;
}
.text-bg {
  position: absolute;
  inset: 0;
  background: #14182066;
  box-shadow: 0 4px 32px 0 rgba(0,0,0,0.10);
  z-index: 1;
  border-radius: 12px;
  pointer-events: none;
}
.text-wrapper h1 {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
  text-shadow: 0px 2px 12px #222, 0 1px 1px #fe9e22, 0 0 4px #000;
  font-size: clamp(1.4rem, 6vw, 2.2em);
  margin: 0;
  padding: 40px 5vw 20px 5vw;
  line-height: 1.25;
  word-break: break-word;
}
.text-wrapper .subheadline {
  color: #fff;
  font-size: clamp(0.85rem, 4vw, 1.3rem);
  text-shadow: 0 2px 14px #000, 0 2px 6px #fff, 0 1px 0 #000;
  font-weight: normal;
  margin-top: 12px;
  margin-bottom: 8px;
  text-align: center;
  z-index: 2;
  display: block;
  line-height: 1.2;
}
@media (max-width: 700px) {
  .hero-section {
    min-height: 220px;
    padding: 14vw 0 8vw 0;
  }
  .background-image,
  .background-overlay {
  }
  .text-wrapper {
    max-width: 98vw;
    width: 100vw;
    padding: 0 1vw;
  }
  .text-bg {
    border-radius: 15px;
    min-height: 85px;
    left: 2vw; right: 2vw; top: 0; bottom: 0;
  }
  .text-wrapper h1 {
    font-size: clamp(1.1rem, 6vw, 1.5rem);
    padding: 20px 5vw 15px 5vw;
    text-shadow: 0 2px 8px #000a, 0 1px 0 #fe9e22;
  }
  .text-wrapper .subheadline {
    font-size: clamp(0.81rem, 4vw, 1.09rem);
    margin: 5px 0 0 0;
    padding: 0 2vw;
    line-height: 1.3;
    text-shadow: 0 2px 9px #000a, 0 1px 0 #fe9e22;
  }
  #Logo { max-width: 98px; }
}
.botoes-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  width: 100%;
  margin: 17px 0 10px 0;
}
.btn-botao1 {
  display: inline-block;
  border-bottom: solid 2px #034d80;
  padding: 10px 20px;
  background: linear-gradient(135deg, #fe9e22 0%, #fdab41 50%, #b05e07 100%);
  color: #fff;
  border-radius: 4px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.7px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.btn-botao1:hover {
  background: linear-gradient(135deg, #034d80 0%, #025182 50%, #022f4a 100%);
  color: #fff;
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 6px 16px rgba(254,158,34,0.15);
  border-bottom: solid 2px #fe9e22;
}
.buscasRecentes_cidade { color: #fe9e22; font-weight: normal; display:block; font-size: 12px; margin-top: 1.6px; font-style: italic; }
.buscasRecentes_cidade:hover { color: #034d80; }
/* HOME */

/* CARDS */
.lista-vagas {
  display: grid;
  gap: clamp(16px, 4vw, 24px);
  margin: 20px auto;
  padding: 0 12px;
  max-width: 880px;
}
.card-vaga {
  border: 1px solid #e5eaf1;
  border-radius: 5px;
  padding: 28px 18px 28px 18px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(3,77,128,0.07);
  transition: border-color 0.2s, box-shadow 0.2s;
  border-left: solid 4px #034d80;
}
.card-vaga:hover {
  border-color: #fe9e22;
  box-shadow: 0 6px 16px rgba(254,158,34,0.13);
}
.card-vaga h3, .card-vaga p {
  margin: 0 0 8px;
}
.card-vaga p {
  color: #5d6774;
  font-size: 0.95rem;
}
.card-cidade {
  color: #fe9e22; margin-bottom: 8px; display:block; 
}
.card-data, .btn-ver {
  display: inline-block;
  vertical-align: middle;
  float: right;
  border-bottom: solid 2px #fe9e22;
}
.card-data {
  color: grey;
  font-size: 0.9rem;
}
.card-codigo {
  font-weight: normal;
  font-size: 13px;
  background:#f3f3f3; border-radius: 5px; padding: 3px 13px;
  vertical-align:middle;
  width:fit-content;
}
@media (max-width: 900px) {
  #Logo { max-width: 115px; }
  .card-codigo { display: block; }
}
.btn-ver {
  padding: 10px 20px;
  background: linear-gradient(135deg, #034d80 0%, #025182 50%, #022f4a 100%);
  color: #fff;
  border-radius: 4px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.7px;
  text-decoration: none;
  transition: all 0.2s ease;
  float: right;
}
.btn-ver:hover {
  background: linear-gradient(135deg, #fe9e22 0%, #fdab41 50%, #b05e07 100%);
  color: #034d80;
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 6px 16px rgba(254,158,34,0.15);
  border-bottom: solid 2px #034d80;
}

.card-intercalado { display:block; color: #fdab41; }

/* CARDS */

/* ALERT MSG */
.msg-alerta { background: #FFF3E0; border-left: 3px solid #fe9e22; padding: 16px; margin: 16px auto; max-width: 880px; color: #C87A11; font-size:13px; line-height: 150%; border-radius: 7px; }
@media (max-width: 600px) { .msg-alerta { margin: 16px; } }

.msg-alerta-green { background: #e0ffe9b3; border-left: 3px solid #395b1f; padding: 16px; margin: 16px auto; max-width: 880px; color: #395b1f; font-size: 13px; line-height: 150%; border-radius: 7px; }
@media (max-width: 600px) { .msg-alerta { margin: 16px; } }

/* ALERT MSG */

/* PAGINACAO */
.paginacao {
  margin: 20px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
}

.coluna-paginacao {
  display: inline-block;
  vertical-align: top;
  max-width: 880px;
  max-width: 365px;
  min-width: 300px;
  margin: 0 16px 32px 0;
  box-sizing: border-box;
}

@media (max-width: 600px) {
  .coluna-paginacao {
    display: block;
    max-width: 98%;
    margin: 0 0 24px 0;
  }
}

.coluna-paginacao.responsiva {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  max-width: 880px;
}

.coluna-paginacao.responsiva a {
  display: block;
}

/* Mobile: um por linha */
@media (max-width: 600px) {
  .coluna-paginacao.responsiva {
    flex-direction: column;
    align-items: center;
  }

  .coluna-paginacao.responsiva a {
    width: 100%;
  }
}


.btn-pagina, .btn-nav {
  padding: 12px 18px;
  background: #fff;
  border-left: 2px solid #fe9e22;
  box-shadow: 0 2px 12px 0 rgba(3,77,128,0.09);
  border-radius: 3px;
  color: #034d80;
  margin: 5px;
  font-size: 0.9rem;
  transition: all 0.15s ease;
  max-width: 350px; 
  max-height: 100px;
}
.btn-pagina.ativo, .btn-nav.ativo, .btn-pagina:hover, .btn-nav:hover {
  background: linear-gradient(135deg, #fe9e22 0%, #fdab41 50%, #b05e07 100%);
  color: #fff;
  border-color: #034d80;
  transform: translateY(-2px);
}
.info-pagina {
  margin-top: 10px;
  font-size: 0.95rem;
  color: #5d6774;
  text-align: center;
}
/* PAGINACAO */


#btnEscolherCurriculo {
  padding: 12px 18px;
  background: linear-gradient(135deg, #fe9e22 0%, #fdab41 50%, #b05e07 100%);
  border-left: 5px solid #034d80;
  box-shadow: 0 2px 12px 0 rgba(3,77,128,0.09);
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  margin: 5px;
  font-size: 0.9rem;
  transition: all 0.15s ease;
  max-width: 350px; 
  max-height: 100px;
}
#btnEscolherCurriculo:hover { opacity: 0.7; }


/* MENU */
#top-bar {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  background: #fff;
  box-shadow: 0 2px 12px 0 rgba(3,77,128,0.09);
  transition: background 0.3s, box-shadow 0.3s, justify-content 0.3s;
  position: relative;
  z-index: 999;
}
#top-bar.scrolled {
  background: #fff;
  box-shadow: 0 2px 12px 0 rgba(3,77,128,0.09);
  position: fixed;
  top: 0;
  left: 0;
  justify-content: flex-start;
  animation: fadeInDown 0.4s;
}
@keyframes fadeInDown {
  from { transform: translateY(-100%); }
  to { transform: translateY(0); }
}
#theme-toggle { position:fixed;top:23px;right:25px;z-index:9999;padding:4px;border-radius:6px;border:none;background:#fff;color:#fff;box-shadow:0 2px 12px #0003;cursor:pointer; }
#location-toggle { position:fixed;top:23px;right:66px;z-index:9999;padding:6px;border-radius:6px;border:none;background:#fff;box-shadow:0 2px 12px #0003;cursor:pointer; } 
.menu-toggle {
  font-size: 2.2rem;
  background: transparent;
  color: #034d80;
  border: none;
  border-radius: 8px;
  margin: 0px 12px 12px 0px;
  cursor: pointer;
  display: none;
  transition: background 0.2s, color 0.2s;
  z-index: 2001;
}

.menu-toggle.active, .menu-toggle:hover {
  color: #fe9e22;
}
.TopLinks {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 12px 8px 12px;
  background: linear-gradient(135deg, #034d80 0%, #025182 50%, #022f4a 100%);
  position: relative;
  width: 100%;
  box-shadow: none;
  z-index: 100;
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.2s;
  zoom: 0.9;
}
.TopLinks.hide {
  display: none !important;
}
.TopLinks.show {
 display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 91px;
left: 0;
width: 100%;
background: linear-gradient(135deg, #034d80 0%, #025182 50%, #022f4a 100%);
box-shadow: 0 3px 12px #034d8033;
z-index: 2000;
opacity: 1;
pointer-events: auto;
animation: fadeInDown 0.4s;

}
.TopLinks a {
  font-size: 15px;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-color: #fe9e22;
  text-underline-offset: 9px;
  color: #fff;
  padding: 15px;
  min-width: 180px !important;
  text-align:center;
  background: none;
  transition: background 0.2s, color 0.2s;
  box-shadow: 0 3px 12px #034d8033;
  text-transform: uppercase;
  margin: -5px 0px 0px 0px;
}
.TopLinks a:hover,
.menu-dropdown.open > .menu-dropdown-toggle {
  background: linear-gradient(135deg, #fe9e22 0%, #fdab41 50%, #b05e07 100%) !important;
  color: #fff !important;
  box-shadow: 0 1px 8px #fe9e2250 !important;
  border-color: #fe9e22 !important;
  border-radius: 5px;
  text-decoration-color: #034d80;
  text-underline-offset: 9px;
}

.menu-dropdown {
  position: relative;
  display: inline-block;
}
.menu-dropdown-toggle {
  cursor: pointer;
  display: inline-block;
  min-width: 250px;
  width: 99.5%;
}
.menu-dropdown-content {
  display: none;
  position: absolute;
  top: 105%;
  left: 0;
  background: linear-gradient(135deg, #fe9e22 0%, #fdab41 50%, #b05e07 100%);
  padding: 10px 0;
  min-width: 250px;
  width:auto; 
  box-shadow:
    0 8px 20px rgba(0, 0, 0, 0.4),
    0 4px 10px rgba(3, 77, 128, 0.6);
  z-index: 1000;
  flex-direction: column;
  border-radius: 5px;
}

.menu-dropdown-content a {
    display: block;
    padding: 18px;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
    color: #fe9e22;
    text-transform: uppercase;
    text-decoration: none;
    border: solid 1px #fe9e22;
    margin: 4px 10px;
    background: linear-gradient(135deg, #034d80 0%, #025182 50%, #022f4a 100%);
    box-shadow: 0 3px 12px #034d8033;
}
.menu-dropdown-content a:hover {
  background: linear-gradient(135deg, #034d80 0%, #025182 50%, #022f4a 100%) !important;
  opacity: 0.7;
  color: #034d80;
}
.menu-dropdown:hover .menu-dropdown-content,
.menu-dropdown.open .menu-dropdown-content {
  display: flex;
}

@media (max-width: 700px) {
  .TopLinks a {
    margin: 0px 10px 0px 10px;
    text-align: left;
  }
  #top-bar {
    padding: 7px 8px;
    justify-content: flex-start !important;
  }
  .menu-toggle {
    font-size: 2rem;
    padding: 3px 9px;
  }
  .TopLinks {
    display: none !important;
    flex-direction: column;
    align-items: stretch;
    padding: 0;
    background: linear-gradient(135deg, #034d80 0%, #025182 50%, #022f4a 100%);
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    box-shadow: 0 3px 12px #034d8033;
    gap: 0;
    z-index: 2000;
    opacity: 0;
    pointer-events: none;
  }
  .TopLinks.show {
    display: block !important;
    opacity: 1;
    pointer-events: auto;
    animation: fadeInDown 0.4s;
    top: 80px;
    padding: 10px;
  }
  .TopLinks a {
    display: block !important;
    font-size: 0.95rem !important;
    padding: 14px 12px !important;
    margin: 4px 10px !important;
    border: 1px solid #fe9e22 !important;
    background: none;
    box-shadow: 0 3px 12px #034d8033;
    width: 97% !important;
    border-radius: 5px;
  }

  .menu-dropdown-toggle {
    display: none !important; 
  }

  .menu-dropdown-content {
    position: static !important;
    display: flex !important;
    flex-direction: column;
    background: none;
    box-shadow: none;
    padding: 0;
    gap: 0;
  }

  .menu-dropdown-content a {
    font-size: 0.95rem;
    padding: 14px 12px;
    margin: 4px 10px;
    border: 1px solid #fe9e22;
    background: none;
    box-shadow: 0 3px 12px #034d8033;
  }

  .menu-dropdown {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}

/* MENU */

/* BUSCA */
#search {
  max-width: 880px;
  margin: 44px auto 18px auto;
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
}

#search_header {
  background: linear-gradient(135deg, #fe9e22 0%, #fdab41 50%, #b05e07 100%);
  margin: -39px 0 0 0;
  padding: 11px 40px 10px 40px;
  position: absolute;
  z-index: 2;
  border-radius: 12px 52px 0 0;
  color: #fff;
  text-align: center;
  box-shadow: 0 2px 24px 0 rgba(254, 158, 34, 0.18);
  font-weight: bold;
  font-size: 15px;
}
.pisca-texto {
  display: inline-block;
  animation: piscarAumentar 1.3s infinite cubic-bezier(0.5,0,0.5,1);
  transition: color 0.2s;
}
@keyframes piscarAumentar {
  0% {
    opacity: 1;
    transform: scale(1);
    color: #fff;
    text-shadow: 0 0 4px #fff5;
  }
  45% {
    opacity: 0.6;
    transform: scale(1.08);
    color: #ffe8cc;
    text-shadow: 0 0 14px #fff8;
  }
  55% {
    opacity: 1;
    transform: scale(1.1);
    color: #fff;
    text-shadow: 0 0 24px #fff;
  }
  100% {
    opacity: 1;
    transform: scale(1);
    color: #fff;
    text-shadow: 0 0 4px #fff5;
  }
}
#search form {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 16px;
  background: linear-gradient(135deg, #034d80 0%, #025182 50%, #022f4a 100%);
  border: 1px solid #e5eaf1;
  border-radius: 0 6px 6px 6px;
  box-shadow: 0 2px 8px rgba(3,77,128,0.07);
  padding: 16px 20px 12px 20px;
  max-width: 100%;
  border-bottom: solid 4px #fe9e22;
}
.input-group {
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  min-width: 0;
}
.input-group label {
  margin-bottom: 6px;
  font-weight: 500;
  color: #fff;
  font-size: 0.99rem;
  letter-spacing: 0.3px;
  white-space: nowrap;
}
.input-group input[type="text"] {
  width: 100%;
  padding: 10px 14px;
  font-size: 1rem;
  background: #f9fafb;
  border: 1px solid #c7d1dc;
  border-radius: 4px;
  transition: border-color 0.18s, box-shadow 0.18s;
  color: #000 !important;
}
.input-group input[type="text"]:focus {
  border-color: #fe9e22;
  box-shadow: 0 2px 8px #fe9e2222;
}
#search button[type="submit"] {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 9px 20px;
  background: linear-gradient(135deg, #fe9e22 0%, #fdab41 50%, #b05e07 100%);
  color: #fff;
  text-align: center;
  border: 2px solid #034d80;
  border-radius: 4px;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s, border-color 0.2s, transform 0.15s;
  box-shadow: 0 2px 8px rgba(3,77,128,0.07);
}
#search button[type="submit"]:hover  {
  background: #fff;
  color: #fe9e22;
  border-color: #fe9e22;
  box-shadow: 0 5px 16px #fe9e2240;
  transform: translateY(-2px) scale(1.03);
}
#search button[type="submit"] svg {
  width: 18px;
  height: 18px;
  fill: #034d80;
  margin-right: 1px;
  transition: fill 0.2s;
}
#search button[type="submit"]:hover svg {
  fill: #fff;
}
@media (max-width: 700px) {
  #search {
    max-width: 99vw;
    margin: 45px 13px 14px 13px;
    box-shadow: 0 2px 12px 0 rgba(3, 77, 128, 0.09);
  }
  #search form {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 30px 4vw 30px 4vw;
  }
  .input-group {
    width: 100%;
  }
  .input-group input[type="text"] {
    font-size: 0.99rem;
    padding: 13px 10px;
  }
  #search button[type="submit"] {
    padding: 13px;
    text-align: center;
    border-radius: 6px;
    width: 100%;
    justify-content: center;
  }
}
.input-group {
  position: relative;
  width: 100%;
}

/* Auto-complete */
ul[id^="lista-"] {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  border: 1.4px solid #034d80;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 8px 24px 0 #2B4F8111;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%; 
  z-index: 50;
  max-height: 310px;
  overflow-y: auto;
  min-width: 100%;
  transition: box-shadow .15s;
  display: none;
  font-family: inherit;
  line-height: 1.2; /* reduz altura da linha */
}

ul[id^="lista-"].ativo {
  display: block;
}

ul[id^="lista-"]:empty {
  display: none;
}

ul[id^="lista-"] li {
  padding: 10px 16px;
  font-size: 1.05rem;
  color: #034d80;
  border-bottom: 1px solid #034d80;
  cursor: pointer;
  background: #fff;
  transition: background .17s, color .17s;
  user-select: none;
  letter-spacing: .01em;
  line-height: 1.3; /* controla altura compacta */
  margin: 0;
}

ul[id^="lista-"] li:last-child {
  border-bottom: none;
}

ul[id^="lista-"] li:hover,
ul[id^="lista-"] li.selecionado,
ul[id^="lista-"] li:focus {
  background: linear-gradient(135deg, #fe9e22 0%, #fdab41 50%, #b05e07 100%);
  color: #fff;
  outline: none;
}

ul[id^="lista-"] li:not(:hover):not(.selecionado):not(:focus) {
  background: #fff;
  color: #2B4F81;
}

@media (max-width: 600px) {
  ul[id^="lista-"] {
    font-size: .98rem;
    max-height: 200px;
    border-radius: 0 0 9px 9px;
    box-shadow: 0 4px 12px 0 #2B4F8133;
  }

  ul[id^="lista-"] li {
    padding: 10px 12px;
    font-size: .95rem;
    line-height: 1.25;
  }
}


/* Filtros  */
#filtros-form {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  background: #f8fafc;
  border: 1.5px solid #e5eaf1;
  border-radius: 10px;
  padding: 14px 18px;
  margin: 0 auto 14px auto;
  box-shadow: 0 1px 8px rgba(3,77,128,0.07);
  align-items: flex-end;
  max-width: 880px;
  box-sizing: border-box;
}
.filtro-group {
  display: flex;
  flex-direction: column;
  min-width: 160px;
  flex: 1 1 160px;
  margin-bottom: 0;
}
.filtro-group label {
  color: #2b4f81;
  font-size: 0.97rem;
  margin-bottom: 5px;
  font-weight: 500;
  letter-spacing: .01em;
}
#filtros-form select {
  padding: 9px 13px;
  border-radius: 4px;
  border: 1.1px solid #c7d1dc;
  background: #fff;
  color: #034d80;
  font-size: 1.01rem;
  transition: border-color 0.18s;
  outline: none;
}
#filtros-form select:focus {
  border-color: #fe9e22;
}
#filtros-form button[type="submit"] {
  background: #fff;
  color: #fe9e22;
  border: 2px solid #fe9e22;
  font-weight: 700;
  border-radius: 4px;
  padding: 9px 22px;
  font-size: .98rem;
  cursor: pointer;
  margin-left: 10px;
  transition: background .19s, color .19s, border-color .19s, box-shadow .17s;
  box-shadow: 0 1px 6px rgba(254,158,34,0.08);
  text-transform: uppercase;
  letter-spacing: .02em;
}
#filtros-form button[type="submit"]:hover {
  background: linear-gradient(135deg, #fe9e22 0%, #fdab41 50%, #b05e07 100%);
  color: #fff;
  border-color: #034d80;
  box-shadow: 0 2px 12px #fe9e2220;
}
@media (max-width: 700px) {
  #filtros-form {
    flex-direction: column;
    gap: 0;
    padding: 12px 15px 10px 15px;
    margin: 10px;
    max-width: 99vw;
    align-items: stretch;
    background: #f8fafc;
    box-shadow: 0 1px 8px rgba(3,77,128,0.07);
    border-radius: 10px;
    box-sizing: border-box;
  }
  .filtro-group {
    width: 100%;
    min-width: 0;
    flex: none;
    margin-bottom: 5px;
  }
  .filtro-group:last-child {
    margin-bottom: 0;
  }
  #filtros-form select {
    font-size: 1rem;
    padding: 10px 9px;
    min-height: 38px;
    margin-bottom: 0;
  }
  #filtros-form button[type="submit"] {
    width: 100%;
    margin: 12px 0 0 0;
    padding: 13px 0;
    font-size: 1rem;
    border-radius: 7px;
    min-height: 44px;
  }
}
/* BUSCA */

/* LINHA MOBILE */
.mobr { display: none; }
@media (max-width: 600px) { .mobr { display: block; width: 100%; height: 0; clear:both; } }
/* LINHA MOBILE */

/* LINHA NOVA */
.line { display: block; width: 100%; height: 0; clear:both; }
/* LINHA NOVA */

/* FOOTER */
.pj-footer {
  background: linear-gradient(135deg, #034d80 0%, #025182 50%, #022f4a 100%);
  border-top: solid 5px #fe9e22;
  color: #fff;
  padding: 0;
  width: 100%;
  margin-top: 60px;
  box-shadow: 0 -4px 24px 0 rgba(3, 77, 128, 0.10);
}
.pj-footer-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 24px 12px 24px;
  gap: 36px;
}
.pj-footer-logo img {
  width: 170px;
  height: auto;
  display: block;
  margin-bottom: 10px;
  filter: drop-shadow(0 2px 10px #034d8033);
}
.pj-footer-links {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.pj-footer-section {
  min-width: 120px;
}
.pj-footer-title {
  color: #fe9e22;
  font-weight: 600;
  margin-bottom: 6px;
  font-size: 1rem;
  display: block;
  letter-spacing: 1px;
}
.pj-footer-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pj-footer-section ul li {
  margin-bottom: 20px;
}
.pj-footer-section ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 14.5px;
  opacity: 0.86;
  transition: color 0.2s, opacity 0.2s;
  border-bottom: 2px solid transparent;
  padding-bottom: 4px;
  border-bottom: 2px solid #fff;
}
.pj-footer-section ul li a:hover {
  color: #fe9e22;
  opacity: 1;
  border-bottom: 2px solid #fe9e22;
}
.pj-footer-bottom {
  background: #02335e;
  text-align: center;
  font-size: 0.98rem;
  padding: 25px;
  color: #fff;
  letter-spacing: .02em;
}
.pj-footer-bottom .cor-laranja {
  color: #fe9e22;
  font-size: 1.08em;
}
@media (max-width: 800px) {
  .pj-footer-container {
    flex-direction: column;
    align-items: center;
    gap: 28px;
    padding: 28px 12px 10px 12px;
  }
  .pj-footer-links {
    gap: 24px;
    flex-direction: column;
    align-items: center;
  }
  .pj-footer-section {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .pj-footer-logo img {
    width: 120px;
  }
  .pj-footer-container {
    padding: 16px 2vw 4px 2vw;
  }
  .pj-footer-title {
    font-size: 0.98rem;
  }
  .pj-footer-section ul li a {
    font-size: 0.95rem;
  }
  .pj-footer-bottom {
    font-size: 0.92rem;
    padding: 9px 2vw 5px 2vw;
  }
}
#socialbox {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(135deg, rgb(254, 158, 34) 0%, rgb(253, 171, 65) 50%, rgb(176, 94, 7) 100%);
  width: auto;
  margin: 65px 0px -65px 0px;
  border-top: solid 4px #034d80;
}
.socialimg {
  width: 45px;
  filter: grayscale(200%) brightness(8) invert(0);
  transition: filter 0.3s;
}
.socialimg:hover {
  filter: grayscale(100%) brightness(8) invert(2);
}
/* FOOTER */

/* VOLTAR TOPO */
#voltar-topo {
  zoom: 0.8;
  position: fixed;
  right: 50px;
  bottom: 80px;
  z-index: 100;
  cursor: pointer;
  background: linear-gradient(135deg, #034d80 0%, #025182 50%, #022f4a 100%);
  border-radius: 50%;
  box-shadow: 0 2px 18px #fe9e2244;
  padding: 12px;
  transition: opacity 0.3s, transform 0.3s;
  opacity: 0;
  pointer-events: none;
  border: 2px solid #fe9e22;
}
#voltar-topo svg {
  display: block;
}
#voltar-topo:hover {
  background: linear-gradient(135deg, #fe9e22 0%, #fdab41 50%, #b05e07 100%);
  border-color: #034d80;
  transform: scale(1.12);
}
#voltar-topo:hover polyline {
  stroke: #034d80 !important;
}
#voltar-topo.mostrar {
  opacity: 1;
  pointer-events: auto;
}
/* VOLTAR TOPO */

/* SCROLL */
::-webkit-scrollbar {
  width: 8px;
  background: #fff;
}
::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #fe9e22 0%, #fe9e22 20%, #034d80 80%, #024071 100%);
  border-radius: 8px;
  box-shadow: 0 0 6px 1px #fe9e2255;
}
::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #fe9e22 0%, #034d80 100%);
  box-shadow: 0 0 8px 2px #fe9e2299;
}
::-webkit-scrollbar-track {
  background: linear-gradient(180deg, #fff 60%, #034d80 100%);
  border-radius: 8px;
  box-shadow: inset 0 0 8px #034d8022;
}
* {
  scrollbar-width: thin;
  scrollbar-color: #fe9e22 #034d80;
}
/* SCROLL */

/* FORMULÁRIO CONTATO */
form.form-contato {
  max-width: 880px;
  padding: 10px;
  color: #034d80;
  font-size: 1rem;
}
form.form-contato label {
  font-weight: 600;
  margin-bottom: 7px;
  color: #034d80;
  letter-spacing: .04em;
  display: block;
}
form.form-contato input,
form.form-contato select,
form.form-contato textarea {
  width: 100%;
  margin: 7px 0 19px 0;
  padding: 12px 11px;
  border-radius: 5px;
  border: 1.4px solid #034d80;
  font-size: 1em;
  font-family: inherit;
  background: #f7fafb;
  color: #034d80;
  transition: border-color 0.19s, box-shadow 0.19s;
  outline: none;
  box-shadow: 0 1px 6px 0 #034d8012;
  resize: vertical;
  min-height: 42px;
}
form.form-contato input:hover,
form.form-contato select:hover,
form.form-contato textarea:hover,
form.form-contato input:focus,
form.form-contato select:focus,
form.form-contato textarea:focus,
form.form-contato input:active,
form.form-contato select:active,
form.form-contato textarea:active {
  border: solid 2px #fe9e22 !important;
  cursor: pointer;
  box-shadow: 0 2px 12px #fe9e2233;
}
form.form-contato input[type="email"]:invalid,
form.form-contato input[type="text"]:invalid,
form.form-contato textarea:invalid {
  border-color: #034d80;
}
form.form-contato textarea {
  min-height: 85px;
  max-height: 350px;
}
form.form-contato button,
form.form-contato input[type="submit"], 
.candidatura {
  font-family: 'Montserrat', 'Segoe UI', Arial;
  background: linear-gradient(135deg, #fe9e22 0%, #fdab41 50%, #b05e07 100%);
  color: #fff;
  padding: 14px 0;
  border: 0;
  border-radius: 6px;
  font-size: 1.1em;
  font-weight: bold;
  letter-spacing: .04em;
  cursor: pointer;
  width: 100%;
  transition: background 0.18s, color 0.18s, box-shadow 0.22s, transform 0.13s;
  box-shadow: 0 2px 8px rgba(3,77,128,0.07);
  text-transform: uppercase;
  border-bottom: solid 4px #034d80;
}
form.form-contato button:hover,
form.form-contato input[type="submit"]:hover,
.candidatura:hover {
  background: linear-gradient(135deg, #034d80 0%, #025182 50%, #022f4a 100%);
  color: #fe9e22;
  box-shadow: 0 4px 22px #fe9e2260;
  transform: translateY(-2px) scale(1.03);
  border-bottom: solid 4px #fe9e22;
}
form.form-contato input[name="campo_oculto"] {
  display: none !important;
  opacity: 0 !important;
  height: 0 !important;
  pointer-events: none;
}
@media (max-width: 700px) {
  form.form-contato {
    max-width: 98vw;
    margin: 22px 2vw;
    padding: 16px 3vw 12px 3vw;
    border-radius: 9px;
  }
  form.form-contato label {
    font-size: 0.98em;
    margin-bottom: 4px;
  }
  form.form-contato input,
  form.form-contato select,
  form.form-contato textarea {
    padding: 10px 7px;
    font-size: 0.97em;
    margin-bottom: 13px;
  }
  form.form-contato button,
  form.form-contato input[type="submit"] {
    padding: 12px 0;
    font-size: 1em;
    border-radius: 5px;
  }
}
.msg-feedback {
  display: flex;
  flex-direction: column;
  text-align: left;
  line-height: 150%;
  font-size: 15px;
  padding: 24px;
  transition: opacity 0.7s, transform 0.5s;
  box-shadow: 0 2px 24px #05966922;
}
.msg-feedback.sucesso {
  background: #198754;
  color: #fff;
  animation: aparecerMsg 1.2s;
}
.msg-feedback.erro {
  background: #ffc107;
  color: #000;
  animation: aparecerMsg 1.2s;
}
@keyframes aparecerMsg {
  from { opacity: 0; transform: translateY(12px);}
  to { opacity: 1; transform: translateY(0);}
}
.form-contato {
  transition: opacity 0.7s;
}
.form-contato.oculta {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
.checkbox-termo {
    width: 5px;
    height: 5px;
    vertical-align: middle;
    margin-right: 6px;
    accent-color: #034d80;
  }
  .label-termo {
    font-weight: normal !important;
    font-size: 0.97em;
    color: #4b5563;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .link-termo {
    color: #fe9e22;
    text-decoration: underline;
  }
/* FORMULÁRIO CONTATO */

/* taggo */
.icon-briefcase {
  width: 1.2em;
  height: 1.2em;
  display: inline-block;
  vertical-align: top;
  fill: currentColor; 
  transition: fill 0.2s;
  cursor: pointer;
  color: #fff;
} 
/* taggo */

/* Lupa laranja */
.icon-lupa-laranja {
  color: #fe9e22;
  width: 1.1em;
  height: 1.1em;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}
/* Lupa laranja */

/* Lupa branca */
.icon-lupa-branca {
  color: #fff;
  width: 1.1em;
  height: 1.1em;
  display: inline-block;
  vertical-align: top;
  margin-top: 0;
  transition: color 0.2s;
}
/* Lupa branca */

/* filtro */
.icon-filtro {
  color: #034d80;
  width: 1.1em;
  height: 1.1em;
  vertical-align: top;
  margin-top: 0px;
  transition: color 0.2s;
}
.icon-filtro:hover {
  opacity: 0.7;
}
/* filtro */

/* icones top */
.icon-menu {
  width: 1.0em;
  height: 1.0em;
  vertical-align: middle;
  margin-right: 3px;
  margin-top: -2px;
  stroke: #fff;
  transition: stroke 0.2s;
}
.menu-item:hover .icon-menu {
  stroke: #fe9e22;
}
/* icones top */

/* icones alerta */
.icon-alerta {
  width: 1.0em;
  height: 1.0em;
  vertical-align: middle;
  margin-right: 3px;
  margin-top: -2px;
  stroke: #fff;
  fill: none;
}
.icon-alerta rect,
.icon-alerta circle {
  fill: #fff;
}
.icon-alerta polygon {
  stroke: #fff;
  fill: none;
}
.icon-back {
  width: 1.0em;
  height: 1.0em;
  vertical-align: middle;
  margin-right: 3px;
  margin-top: -2px;
  stroke: #034d80;
  fill: none;
}
.icon-back rect,
.icon-back circle {
  fill: #034d80;
}
.icon-back polygon {
  stroke: #034d80;
  fill: none;
}
.icon-file {
  width: 1.0em;
  height: 1.0em;
  vertical-align: middle;
  margin-right: 3px;
  margin-top: -2px;
  stroke: #034d80;
  fill: none;
}
.icon-file rect,
.icon-file circle {
  fill: #034d80;
}
.icon-file polygon {
  stroke: #034d80;
  fill: none;
}

.icon-location {
  width: 1.0em;
  height: 1.0em;
  vertical-align: middle;
  margin-right: 3px;
  margin-top: -2px;
  stroke: #034d80;
  fill: none;
}

.icon-location_bco {
  width: 1.0em;
  height: 1.0em;
  vertical-align: middle;
  margin-right: 3px;
  margin-top: -2px;
  stroke: #fff;
  fill: none;
}

/* icones alerta */

/* Links assistenciais */
.bloco-links-painel {
  background: #fafafa;
  padding: 12px;
  border-left: solid 2px #d8d8d8;
  max-width:900px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.bloco-links-titulo {
  font-size: 1.18rem;
  color: #034d80;
  margin-bottom: 2px;
}
.bloco-links-sep {
  border-bottom: 1px solid #e4e4e4;
  margin: 0 0 6px 0;
}
.bloco-links-info {
  font-size: 0.99rem;
  color: #555;
  margin: 0 0 2px 0;
  font-style: normal;
}
.bloco-links-btn {
  text-transform: uppercase;
  background: linear-gradient(135deg, #034d80 0%, #025182 50%, #022f4a 100%);
  border-bottom: solid 4px #fe9e22;
  color: #fff;
  padding: 13px 0;
  margin: 0 0 6px 0;
  border-radius: 8px;
  text-align: center;
  font-weight: 700;
  letter-spacing: .5px;
  font-size: 1rem;
  box-shadow: 0 2px 8px 0 rgba(254,158,34,0.11);
  cursor: pointer;
  transition: background 0.3s, box-shadow 0.3s;
}
.bloco-links-btn:hover {
  background: linear-gradient(135deg, #fe9e22 0%, #fdab41 50%, #b05e07 100%);
  border-bottom: solid 4px #034d80;
  box-shadow: 0 2px 16px 0 rgba(254,158,34,0.22);
}
@media (max-width: 520px) {
  .bloco-links-painel {
    max-width: 98vw;
    padding: 14px 4vw;
    gap: 11px;
    border-radius: 11px;
  }
  .bloco-links-btn {
    font-size: .67rem;
    padding: 11px 0;
    border-radius: 7px;
  }
}
/* Links assistenciais */

/* Lista de Beneficios */
.beneficio {
  display: flex;
  align-items: center;
  font-size: 1.08em;
  margin-bottom: 6px;
  gap: 8px;
  padding: 5px 0 5px 4px;
  border-bottom: 1px dashed #f2c97d;
}
.beneficio:last-child {
  border-bottom: none;
}
/* Lista de Beneficios */

/* COOKIES CONSENT */
.cookie-banner {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  color: #034d80;
  font-size: 0.95rem;
  line-height: 1.5;
  max-width: 880px;
  width: 95%;
  box-shadow: 0 4px 18px rgba(3,77,128,0.14);
  padding: 18px 20px;
  z-index: 9999;
  border-left: solid 4px #fe9e22;
  border-radius: 8px;
  animation: fadeInUp 0.6s ease-out;
}
.cookie-text {
  margin: 0 0 14px 0;
  color: #034d80;
}
.cookie-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate(-50%, 30px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
@media (max-width: 600px) {
  .cookie-banner {
    padding: 16px;
    font-size: 0.9rem;
    width: 95vw;
  }
}
/* COOKIES CONSENT */

/* POPUP LOCAL */
#location-modal {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: #0009;
  z-index: 99999;
  justify-content: center;
  align-items: center;
}

#location-modal .modal-box {
  background: linear-gradient(135deg, rgb(3, 77, 128) 0%, rgb(2, 81, 130) 50%, rgb(2, 47, 74) 100%);
  color: #fff;
  padding: 22px 24px;
  border-radius: 14px;
  max-width: 92%;
  width: 330px;
  box-shadow: 0 6px 24px #0003;
  text-align: center;
  position: relative;
  border: 1.6px solid #e5eaf1;
}

#location-modal h3 {
  margin: 0 0 14px 0;
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
}

.autocomplete-wrapper {
  position: relative;
  width: 100%;
}

#local-popup {
  width: 100%;
  padding: 11px 14px;
  border-radius: 4px;
  border: 1.1px solid #c7d1dc;
  background: #f9fafb;
  color: #000;
  font-size: 0.99rem;
  transition: border-color 0.18s, box-shadow 0.18s;
  box-sizing: border-box;
}

#local-popup:focus {
  border-color: #fe9e22;
  box-shadow: 0 2px 8px #fe9e2215;
  outline: none;
}

#lista-cidades-popup {
  position: absolute;
  top: 92%;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1.4px solid #034d80;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 8px 24px #2B4F8111;
  z-index: 9999;
  max-height: 260px;
  overflow-y: auto;
  padding: 0;
  margin-top: 6px;
  list-style: none;
  display: none;
  transition: box-shadow 0.15s;
  line-height: 1.2;
  font-family: inherit;
}

#lista-cidades-popup li {
  padding: 10px 16px;
  font-size: 1.03rem;
  color: #034d80;
  border-bottom: 1px solid #034d80;
  background: #fff;
  cursor: pointer;
  transition: background 0.17s, color 0.17s;
  user-select: none;
  letter-spacing: 0.01em;
  line-height: 1.3;
  margin: 0;
}

#lista-cidades-popup li:last-child {
  border-bottom: none;
}

#lista-cidades-popup li:hover,
#lista-cidades-popup li.selecionado {
  background: linear-gradient(135deg, #fe9e22 0%, #fdab41 50%, #b05e07 100%);
  color: #fff;
}

#location-modal button {
  margin-top: 18px;
  padding: 11px 24px;
  background: linear-gradient(135deg, #fe9e22 0%, #fdab41 50%, #b05e07 100%);
  border: 2px solid #034d80;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  font-size: 0.97rem;
  text-transform: uppercase;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s, border-color 0.2s, transform 0.15s;
  box-shadow: 0 2px 8px rgba(3,77,128,0.07);
}

#location-modal button:hover {
  background: #fff;
  color: #fe9e22;
  border-color: #fe9e22;
  box-shadow: 0 5px 16px #fe9e2240;
  transform: translateY(-2px) scale(1.03);
}

#location-modal a {
  display: block;
  font-size: 12px;
  text-decoration: underline;
  color: #666;
  margin-top: 10px;
}

/* Responsivo */
@media (max-width: 600px) {
  #location-modal .modal-box {
    width: 94%;
    padding: 20px 16px;
  }

  #local-popup {
    font-size: 0.97rem;
    padding: 12px;
  }

  #lista-cidades-popup {
    font-size: 0.95rem;
    max-height: 200px;
  }

  #lista-cidades-popup li {
    padding: 10px 14px;
    font-size: 0.96rem;
    line-height: 1.25;
  }

  #location-modal button {
    width: 100%;
    padding: 13px 0;
    font-size: 1rem;
    border-radius: 7px;
  }
}

/* POPUP LOCAL  */

