/*=================================================
=                ESTILOS GERAIS                  =
==================================================*/

:root {
  --color-blue-primary: #446DFF; 
  --color-blue-accent: #1D3DFC; 
  --color-blue-accent-hover: #1b39e2; 
  --color-blue-dark: #00284E; 
  --color-blue: #012580;
  --color-blue-light: #7c94fc; 
  --color-blue-text: #4d6983; 
  --color-blue-background: #E3E9FF; 
  
  --color-orange: #FF7A41;
  --color-darkest: #000F5C; 
  
  --color-dark: #202020; 
  --color-medium: #333; 
  --color-light: #555; 
  
  --color-lighter: #aaa; 
  --color-white: #fff; 
  --color-off-white: #f1f1f1; 
}

a {
  color: inherit;
}

p {
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 35px;
  letter-spacing: 0px;
}

.container {
  margin-bottom: 0px;
}

#sp-menu .sp-has-child a::after{
    display: none;
}

#sp-menu .sp-has-child .sp-dropdown {
    display: none;
}

.sp-module.chat_ia_caixa_lateral {
    position: absolute;
    right: 0;
    bottom: 0;
}

.titulo {
  font-family: 'Roboto', sans-serif;
  font-size: 3.62rem;
  font-weight: 600;
  color: var(--color-darkest);
  text-decoration: none;
  letter-spacing: -2px;
}

.page-header h1 {
  position: relative;
  /* display: inline-block; */
}

.page-header h1::before {
  content: '>';
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-110%);
  color: #CD1719;
  font-size: 0.8em;
  line-height: 1;
}

.campo-pesquisa::placeholder {
  color: var(--color-blue-text);
}

.itemid-101 #sp-main-body {
  visibility: hidden;
  display: none;
  padding: 0;
  margin: 0;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-120 {
  margin-bottom: 120px;
}

.chosen-container-single .chosen-single,
.chosen-container-active.chosen-with-drop .chosen-single,
.filter-valor-investido-range input
{
  padding: 8px 12px;
  height: auto;
  box-shadow: none;
  transition: border 0.2s ease;
  background: var(--color-blue-background);
  color: var(--color-blue-primary);
  font-weight: 600;
  border: 1px solid var(--color-blue-background);
}

.chosen-container-single .chosen-single div b {
  margin-top: 50%;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -16px 0px;
}

.chosen-container .chosen-results li.result-selected {
  font-weight: bold;
}

.chosen-container .chosen-drop {
  background: var(--color-blue-background);
  border: 1px solid var(--color-blue-background);
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding-top: 4px;
  box-shadow: none;
  color: var(--color-blue-primary);
  font-weight: 600;
}

.chosen-container .chosen-results li {
  padding: 8px 12px;
  color: var(--color-blue-primary);
  font-weight: 600;
}

.chosen-container .chosen-results li.group-result {
  padding: 12px 6px;
  color: var(--color-blue-dark);
  font-weight: bold;
  font-size: 16px;
}

.chosen-container .chosen-results li.highlighted {
  background: var(--color-blue-primary) !important;
  color: var(--color-blue-background);
}

/* Estados desabilitado */
.chosen-container-disabled .chosen-single {
  background: #eee;
  cursor: not-allowed;
  color: var(--color-lighter);
}

/* Multiselect - área selecionada */
.chosen-container-multi .chosen-choices {
  background: #f9f9f9;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 4px 6px;
  box-shadow: none;
  cursor: text;
  min-height: 38px;
}

/* Multiselect - item */
.chosen-container-multi .chosen-choices li.search-choice {
  background: #e0e0e0;
  border: none;
  border-radius: 4px;
  padding: 4px 8px;
  margin: 4px 6px 4px 0;
  color: var(--color-medium);
}

/* Placeholder */
.chosen-container .chosen-search input[type="text"] {
  padding: 6px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* Botões */
.saiba-mais {
  background-color: var(--color-blue-accent);
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  font-family: Manrope, sans-serif;
  width: 200px;
  text-align: center;
  margin-top: 26px;
}

.seta-vermelha { 
  position: relative;
  display: inline-block;
}

.seta-vermelha::before {
  content: '>';
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  color: #CD1719;
  font-size: 0.8em;
  line-height: 1;
}

.descricao-duvidas {
  font-weight: 400;
  font-size: 24px;
  line-height: 44px;
  letter-spacing: 0px;
  color: var(--color-blue-text);
}

.descricao {
  font-family: Manrope;
  font-size: 18px;
  font-weight: normal;
  text-wrap: balance;
  width: 100%;
  color: var(--color-blue-text);
}

.topicos {
    background-color: var(--color-blue-background);
    width: 450px;
    text-align: center;
    color: var(--color-blue-accent);
    padding: 4px 8px;
    border-radius: 800px;
    font-family: Manrope, sans-serif;
    letter-spacing: 2px;
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 35px;
    margin-top: 50px;
}

 .download-btn {
  background: white !important;
  border: 1px solid #e0e0e0;
  padding-left: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  color: #333;
}

.pdf-icon {
  background: #5865F2;
  border-radius: 6px 0 0 6px;
  width: 46px;
  height: 100%;
  color: white;
}

.btn-custom-primary { 
    background: linear-gradient(135deg, #446DFF, #3b82f6); 
    border: none; 
}
.btn-custom-primary:hover { 
    background: linear-gradient(135deg, #3b82f6, #2563eb); 
}
.btn-custom-secondary { 
    background: linear-gradient(135deg, #f0f5ff, #e0eaff); 
    border: none; 
    color: rgb(108, 117, 125) !important;
}
.btn-custom-secondary:hover { 
    background: linear-gradient(135deg, #ecf1fc, #e0eaff); 
}

.btn-outline-danger {
    border: 2px solid #dc3545!important;
}

/*=================================================
=               CABEÇALHOS E TOPO                =
==================================================*/
/* Titulo paginas internas */
.page-header {
  min-height: 200px;
}
.page-header h1,
.finder h1{
  text-align: center;
  background: url(../images/bg-topo.svg) top center no-repeat;
  background-size: contain;
}

/*=================================================
  =               ACESSIBILIDADE                 =
==================================================*/
.vlibras{
  top: 45% !important;
}
i._access-icon.material-icons._access{
  width: 40px !important;
  height: 40px !important;
  font-size: 30px !important;
  line-height: 40px !important;
  text-indent: 5px !important;
  border-radius: 8px !important;
  background-color: #2974e0 !important;
  box-shadow: none !important;
  color: rgb(255, 255, 255) !important;
  bottom: auto !important;
  top: 50% !important;
  left: inherit !important;
  right: 0px !important;
  margin: 10px !important;
}
._access-menu._access {
  left: auto !important;
  right: 0 !important;
  width: 15vw !important;
}
._access-menu ul li {
  padding: 5px 0 5px 30px !important;
  margin: 3px !important;
  font-size: 14px !important;
  line-height: 19px !important;
}
._access-menu h3 {
  font-size: 18px !important;
  padding: 10px 30px !important;
}
._access-menu ._menu-close-btn {
  color: #446dff !important;
}
._access-menu ._menu-reset-btn {
  color: #446dff !important;
}

/*=================================================
=               SEÇÃO PESQUISA                  =
==================================================*/
#sp-pesquisa {
  padding-top: 130px;
  background-image: url("/images/backgrounds/top-right-elipse.svg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto;
  position: relative;
}

.elipse-inferior-esquerda {
  position: absolute;
  bottom: -450px;  
  left: -20px;    
  width: auto; 
  height: auto;
  z-index: 0;
}


.titulo-principal {
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: -2px;
  font-family: Roboto;
  font-weight: 500;
  font-style: Medium;
  line-height: 85px;
}

.pontos {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin: 50px;
}

.ponto {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ddd;
}

.ponto:nth-child(1) {
  background: #ff4757;
}

.ponto:nth-child(2) {
  background: #ffa726;
}

.ponto:nth-child(3) {
  background: #42a5f5;
}

.ponto:nth-child(4) {
  background: #ffeb3b;
}

.ponto:nth-child(5) {
  background: #66bb6a;
}

.descricao-principal-1 {
  font-weight: 700;
  font-style: Bold;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: -2px;
  width: 784px;
  margin: 80px auto 0 auto;
  text-align: center;
  color: #7b92a7;
}

.descricao-principal-2 {
    margin-top: 40px;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 0px;
  text-align: center;
  color: #4a6884;
}

.formulario-pesquisa {
  border-radius: 36px;
  border: 1px solid #d6e0f3;
  max-width: 697px;
  margin-top: 100px;
}

.campo-pesquisa {
  border: none;
  background: transparent !important;
  font-size: 0.9rem;
}

.campo-pesquisa:focus {
  outline: none;
  box-shadow: none;
}

.botao-pesquisa {
  background-color: var(--color-blue-accent);
  border-radius: 60px !important;
  font-weight: 500;
}

.botao-pesquisa:hover {
  background-color: var(--color-blue-accent-hover);
}


/*=================================================
=               SEÇÃO CHAT COM IA                  =
==================================================*/

.icon-ia {
  width: 100px;
  height: 100px;
}

.caixa-pergunta-fixa {
    position: fixed;
    bottom: 16px;
    right: 20px;
    z-index: 1000;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    gap: 6px;
    width: 300px;
}

.balao-conversa {
    background-color: #f4fafE;
    border-radius: 10px;
    padding: 12px 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    position: relative;
    border: 1px solid #e0e0e0;
    width: 220px;
    opacity: 1;
    box-shadow: 0px 4px 4px 0px #00000040;
    margin-bottom: 5px;
}

.balao-conversa::after {
    content: '';
    position: absolute;
    bottom: -12px;
    right: 20px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ffffff;
    filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.05));
    border-top-color: #c2c2c2;
    bottom: -12px;
}

.balao-conversa .minimizar-balao {
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 18px;
    color: #888;
    background: transparent;
    cursor: pointer;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
    border: none;
    padding: 0;
}

.balao-conversa p {
    margin: 0 0 10px 0;
    color: var(--color-blue-text);
    line-height: 1.4;
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 0.9rem;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
}

.caixa-pergunta-fixa .balao-conversa .btn {
    height: auto;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 6px;
    min-width: unset;
}
.card-ia {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.card-ia .card {
  width: 300px;
  margin: 20px;
}

@media (max-width: 700px) {
  .card-ia {
    flex-direction: column;
    align-items: stretch;
  }
  .card-ia .card {
    width: 100%;
    margin: 10px 0;
  }
}

/*=================================================
=               SEÇÃO ICONES                  =
==================================================*/

#sp-banner-informacoes {
  margin-top: 130px;
}	

.banner-informacoes-img {
  position: absolute;
  bottom: -460px;  
  right: -400px;    
  width: auto; 
  height: auto;
  z-index: -1;
}

.secao-icones-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  background-color: white;
  padding: 2rem 0.9rem;
  gap: 2rem;
  border-radius: 1rem;
  box-shadow: 0px 30px 80px 0px rgba(0, 60, 175, 0.07);
  list-style: none;
  max-width: 1280px;
}

.secao-icones-item {
  flex: 1 1 200px;
  min-height: 11rem;
  display: grid;
  grid-template-rows: 1fr auto 1fr;
  align-items: center;
  text-align: center;
  
}

.icone-wrapper {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  padding: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.icone-azul {
  color: #446DFE;
}

.bg-azul {
  background-color: #446DFF12;
}

.icone-rosa {
  color: #F36EFF;
}

.bg-rosa {
  background-color: #FDE8FF;
}

.icone-laranja {
  color: #FF7A41;
}

.bg-laranja {
  background-color: #FF7A411F;
}

.icone-verde {
  color: #51FF41;
}

.bg-verde {
  background-color: #41FF4D1F;
}

.secao-icones-titulo {
  font-weight: bold;
  margin-top: 1rem;
  color: var(--color-blue-dark);
  font-size: 1.25rem;
}

.secao-icones-texto {
  margin-top: 0.5rem;
  font-size: 1rem;
  color: var(--color-blue-text);
}

/*=================================================
=               SEÇÃO PROGRAMAS                  =
==================================================*/
.secao-programas {
  background-image: url(/images/backgrounds/programas-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  /* background-position: 50% 160%; */
  min-height: 830px;
  margin-top: 100px;
}

body.itemid-150 ul.menu > li:nth-child(2) > a {
  color: blue !important;
}
/*=================================================
=               SEÇÃO PROJETOS                  =
==================================================*/
.mod_projetos .section-title {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 2rem 0;
}

.mod_projetos .section-title::before,
.mod_projetos .section-title::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #446dff; /* Cor da linha */
}

.mod_projetos .section-title h4 {
  padding: 0 1rem;
  font-weight: bold;
  text-shadow: 1px 2px 3px rgba(50, 50, 50, 0.2);
}
/* Container dos cards com layout em grid responsivo */
.mod_projetos .card-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
  padding: 1rem;
}

/* Estilo base do card usando Bootstrap */
.mod_projetos .card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
  height: 155px;
  border: 2px solid #7066a7;
}
.mod_projetos .card::after {
    background-image: url(../../../images/backgrounds/background_projetos.svg);
    background-position: center left;
    background-size: 36%;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.2;
    border-radius: 1rem;
}
.mod_projetos .area-temas-item:nth-child(1) .card {
    border-color: #ff4757;
}

.mod_projetos .area-temas-item:nth-child(2) .card {
    border-color: #ffa726;
}

.mod_projetos .area-temas-item:nth-child(3) .card {
    border-color: #42a5f5;
}

.mod_projetos .area-temas-item:nth-child(4) .card {
    border-color: #ffeb3b;
}

.mod_projetos .area-temas-item:nth-child(5) .card {
    border-color: #66bb6a;
}

/* Efeito de destaque ao passar o mouse */
.mod_projetos .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.mod_projetos .card-body {
  color: #00284E;
  font-size: 20px;
  margin: 0 auto;
  border-radius: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Imagem do card */
.mod_projetos .card img {
  width: 100%;
  height: auto;
  border-top-left-radius: 0.375rem; /* Bootstrap border-radius */
  border-top-right-radius: 0.375rem;
}

/* Categoria */
.mod_projetos .card .card-subtitle {
  font-size: 0.875rem;
  color: #6c757d; /* cor de texto secundária do Bootstrap */
  margin-top: 0.5rem;
}

/* Nome do item */
.mod_projetos .card .card-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 0;
    line-height: 30px;
}

.carousel-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-bottom: 0;
}

.carousel {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  width: 100%;
}

.carousel::-webkit-scrollbar {
  display: none;
}

.carousel-item {
  flex: 0 0 auto;
  width: 18rem;
  display: inherit;
  margin: 1rem 0.9rem;
}

.carousel-btn {
  background-color: #E3E9FF;
  color: #446dff;
  border: none;
  padding: 0.4rem 1rem;
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 2;
  transition: background-color 0.3s;
  border-radius: 50%;
}
.carousel-btn.prev{
  left: 1rem;
}
.carousel-btn.next{
  right: 1rem;
}
.carousel-btn:hover {
  background-color: #446dff;
  color: #E3E9FF;
}



/*=================================================
=               SEÇÃO RELATÓRIOS                 =
==================================================*/
#sp-relatorios {
  margin-top: 130px;
}

.relatorios-direita {
  margin-left: 100px;
}

.checklist-relatorios {
  color: var(--color-blue-light);
  font-weight: bold;
  margin-right: 8px;
}

.relatorios li {
  color: var(--color-blue-dark);
  font-weight: bold;
}

.mod-articlesnews {
  display: flex;
  flex-direction: column;
  gap: 38px;
}

.mod-articlesnews__item {
  color: var(--color-darkest);
  font-family: 'Manrope', sans-serif;
  font-weight: bold;
}

/*=================================================
=               SEÇÃO DESTAQUES                  =
==================================================*/
#sp-destaques {
  background-image: url(/images/backgrounds/secao-destaques.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: -490px center;
}

#sp-destaques .titulo {
  text-align: center;
  margin-top: 130px;
}


.item-destaque {
  max-width: 410px;
  height: 530px;
  background-color: white;
  border-radius: 8px;
  flex: 1 1 calc(33.333% - 15px);
  box-sizing: border-box;
  overflow: hidden;
}

.img-destaque {
  width: 410px;
  height: 320px;
  background-color: gray;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

.texto-destaque {
  padding: 25px;
}

#sp-destaques .mod-articles-category-title {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 25px;
  letter-spacing: 0px;
  color: var(--color-blue-dark);
}

#sp-destaques .mod-articles-category-introtext {
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 40px;
  letter-spacing: -0.3px;
  color: var(--color-blue-dark);
}

#sp-destaques .mod-articlescategory {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  max-width: 1800px; 
  margin: 0 auto; /* centraliza */
}

#sp-destaques .sp-module-content ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

.modulo-bt-destaque{
  text-align: center;
  padding-top: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.button-acessar-pagina {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0px 20px;
  background-color: var(--color-blue-accent);
  color: white;
  text-decoration: none; 
  font-family: Manrope, sans-serif;
  font-size: 16px;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  min-width: 300px;
  height: 50px;
}

.button-acessar-pagina:hover {
  background-color: var(--color-blue-background);
}

.button-acessar-pagina .text-link {
  display: inline-block;
  /* width: 100%; */
}

.button-acessar-pagina .arrow {
  display: block;
  margin-left: 10px;
  background-color: var(--color-blue-text);
  color: white;
  border-radius: 45%;
  padding: 5px 10px 5px 12px;
  font-size: 13px;
  line-height: 1;
  float: right;
  text-align: right;
}

/*=================================================
=               SEÇÃO NÚMEROS                    =
==================================================*/
.stats-section {
  height: auto;
  min-height: 370px;
  overflow: hidden;
  display: flex;
  justify-items: center;
  align-items: center;
}

.stats-card {
  z-index: 10;
  background-color: var(--color-white);
  border-radius: 30px;
  height: 257px;
  box-shadow: 0px 30px 80px 0px rgba(14, 100, 215, 0.04);
  padding: 20px 15px;
}

.stats-row {
  display: flex;
  height: 100%;
  justify-content: space-between;
  text-align: center;
  list-style: none;
  padding-left: 0;
  flex-wrap: wrap;
}

.stats-item {
  flex: 1;
  min-width: 200px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 18px;
  padding: 20px;
  position: relative;
}

/* Adiciona o bullet acima do item */
.stats-item::before {
  content: '●';
  display: block;
  font-size: 20px;
  color: var(--color-orange);
  margin-bottom: 0px;
  text-align: center;
}

.stats-number {
  color: var(--color-blue-accent);
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 3.75rem;
  line-height: 1;
  letter-spacing: 0px;
  text-align: center;
}

.stats-desc {
  color: var(--color-blue-dark);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0px;
  text-align: center;
}

/*=================================================
=                SEÇÃO VÍDEOS                    =
==================================================*/
#sp-videos {
  min-height: 655px;
}

.sessao-videos {
  margin-top: 50px;
}

.separador-videos {
  background-image: url("/images/backgrounds/separador-videos.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
}

/*=================================================
=                SEÇÃO CALENDÁRIO                =
==================================================*/
#sp-calendario {
  margin-top: 90px;
}

/*=================================================
=                SEÇÃO DÚVIDAS                   =
==================================================*/
#sp-duvidas {
  margin-top: 90px;
}

.secao-duvidas {
  min-height: 946px;
}

/*=================================================
=                Media Queries                   =
==================================================*/
@media (max-width: 1800px) {
  .secao-programas {
    background-size: auto;
    background-position: center 120px;
  }
}

@media (max-width: 1024px) {
   #sp-pesquisa {
    padding-top: 80px;
    background-size: 600px 600px;
    background-position: 500px -170px;
  }

  .seta-vermelha::before {
    left: -15px;
    font-size: 0.6em;
  }

  .elipse-inferior-esquerda {
    position: absolute;
    bottom: -200px;  
    left: -180px;    
    width: 50%; 
    height: 50%;
  }
  .descricao-principal-1 {
    width: 100%;
  }

  .descricao-principal-2 {
    width: 100%;
  }

  .secao-icones-container {
    padding: 2rem;
  }

  .secao-icones-item {
    max-width: 45%;
  }

  #sp-relatorios {
    margin-top: 0px;
  }

  .relatorios-direita {
    margin-left: 10px;
  }

  .titulo {
    font-size: 2.4rem;
  }

  .descricao {
    font-size: 1rem;
  }

  h1 {
    font-size: 2.8rem;
    text-align: center;
  }

}

@media (max-width: 768px) {
  #sp-pesquisa {
    padding-top: 80px;
    background-size: contain;
    background-position: 130px -50px;
  }

  .balao-conversa {
    padding: 6px 6px;
  }

  .balao-conversa p {
    font-size: 0.8rem;
  }

  .balao-conversa .minimizar-balao {
    top: 0px;
    right: 5px;
    font-size: 0.7rem;
}

  .balao-conversa .btn {
    height: auto;
    font-size: 12px !important;
    background-color: var(--color-blue-accent);
  }

  .icon-ia {
    width: 65px;
    height: 65px;
    padding-right: 0px;
  }

  .titulo-principal {
    font-size: 3rem;
    line-height: normal;
  }

  .descricao-principal-1 {
    font-size: 1.5rem;
    width: 100%;
  }

  .descricao-principal-2 {
    font-size: 1.3rem;
    margin-top: 30px;
    width: 100%;
  }

  .elipse-inferior-esquerda {
    position: absolute;
    bottom: -200px;  
    left: -25px;    
    width: 40%; 
    height: 40%;
  }

  #iframe-wrapper {
    padding: 0 !important;
  }

  .stats-card {
    margin: 30px 5%;
    padding: 15px;
    height: auto;
  }

  .secao-icones-item {
    max-width: 100%;
  }

  .stats-number {
    font-size: 3rem;
    margin-bottom: 10px;
  }
}

@media (max-width: 480px) {
  .stats-number {
    font-size: 3rem;
  }

  .stats-desc {
    font-size: 1rem;
    line-height: 1.4;
  }
  .elipse-inferior-esquerda {
    z-index: -1;
  }
}



/*=================================================
=               PÁGINA RELATÓRIOS                  =
==================================================*/


/* Responsividade menu*/
@media screen and (max-width: 992px) {
  .col-3 {
    width: 100%;
  }

  .menu-relatorios {
    padding: 15px;
    background-color: #f4fafE;
    padding-left: revert-layer!important;
  }

  .menu-relatorios::before {
    display: block;
  }

  .menu-relatorios ul.menu {
    display: none;
  }

  .menu-relatorios.menu-open ul.menu {
    display: block;
  }
  .content-left {
    padding: 15px;
    background-color: #f4fafE!important;
  }


}

/* menu*/
  .menu-relatorios {
    border: 0px !important;
    padding: 30px;
    border-radius: 10px;
    background-color: white;

  }

  .article-details .article-header h1, .article-details .article-header h2 {
    font-family: Manrope, sans-serif;
    font-weight: 500;
    font-size: 58px;
    color: var(--color-darkest);
  }

  .menu-relatorios ul{
    padding-left: 0px;;
  }

  .menu-relatorios ul>li {
      display: block;
      border-bottom: 0px !important;
      padding: 13px 5px;
      font-family: Manrope, sans-serif;
      font-weight: 500;
      font-size: 18px;
      letter-spacing: 0px;
  }

  /* Destaque para o item selecionado */
  .menu-relatorios ul li.current.active,
  .menu-relatorios ul li.current{
    background: #446DFF26 !important;
    /* color: white ; */
    border-radius: 8px;
    top: 21px;
    left: 30px;
    border-radius: 7px;

  }

  .menu-relatorios ul>li a {
    padding-left:15px;
  }
  .menu-relatorios ul>li.current.active a {
    color: var(--color-blue-primary) !important;
    font-weight: bold;
  }
  .menu-oculto{
    display: none;
  }

/* Apresentação */

.custom-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 1rem;
}

.custom-box {
  background-color: var(--color-white);
  border-radius: 15px;
  padding: 40px 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.icon-image {
  width: auto;
  height: auto;
  margin-bottom: 15px;
}

.icon-text {
  font-family: Manrope, sans-serif;
  margin-top: 10px;
  font-size: 18px;
  color: var(--color-light);
}

.subtitle-relatorios {
  font-family: Manrope, sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 37px;
  letter-spacing: 0px;
  color: var(--color-darkest);
}


/* página relatórios*/


.opcoes-row {
  margin-top: 30px;
}

.button-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 200px;
}

.btn {
  height: 50px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  transition: background-color 0.3s ease;
}

.download-pdf-btn-custom {
  width: 261px !important;
  height: 54px !important;
  background-color: var(--color-blue-accent) !important;
  border-color: var(--color-blue-accent) !important;
}

.download-pdf-btn-custom:hover {
  background-color: var(--color-blue-accent-hover) !important;
  border-color: var(--color-blue-accent-hover) !important;
}

.relatorio-dados-btn-custom {
  width: 261px !important;
  height: 54px !important;
  background-color: #f1f3f9 !important;
  border-color: #f1f3f9 !important;
  color: #00284E !important;
}

.relatorio-dados-btn-custom:hover {
  background-color: #e5e9f4 !important;
  border-color: #e5e9f4 !important;
  color: #00284E !important;
}

.itens-relatorios {
  font-family: Manrope, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 42px;
  letter-spacing: 0px;

}

/* página gráficos*/
.tipos-graficos {
  color: var(--color-blue-dark);
  font-weight: bold;
}

.bt-proximografico {
  width: 220px;
  height: 55px;
  top: 758px;
  left: 591px;
  border: 2px solid #FFF7F7;
  border-radius: 5px;
  background-color: var(--color-blue-primary);
  color: white;

}

.btn .dropdown-custom {
  position: relative;
  display: inline-block;
}

.dropdown-btn {
  background-color: var(--color-blue-accent-hover);
  color: var(--color-white);
  padding: 10px 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  width: 220px;
  height: 39px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
}

.arrow {
  margin-left: 10px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: var(--color-white);
  min-width: 220px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 5px;
}

.dropdown-content a {
  color: var(--color-medium);
  padding: 10px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: var(--color-off-white);
}

.dropdown-custom:hover .dropdown-content {
  display: block;
}



/* página relatórios - Inteligência Artificial */
.checklist-relatorios {
  color: var(--color-blue-light);
  font-weight: bold;
  margin-right: 8px;
}


/*=================================================
=               PÁGINA DESTAQUES                  =
==================================================*/

/* 
.destaques-page h1 {
  text-align: center;
} */


.itens-destaquescols-2 .article .article-intro-image {
  width: 410px;
  height: 320px;
  background-color: gray;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.itens-destaquescols-2 .article {
  max-width: 410px;
  height: 530px;
  background-color: white;
  border-radius: 8px;
  box-sizing: border-box;
}

/*=================================================
=               BREADCRUMB                       =
==================================================*/
.breadcrumb {
  background-color: unset;
  color: #000F5C;
  display: block;
  text-align: center;
}

.breadcrumb .item {
  display: inline-block;
}

.breadcrumb .item i {
    margin-left: 10px;
    margin-right: 5px;
    font-size: 12px;
}

.breadcrumb .active{
  color: #4F28F0;
}

/*=================================================
=               FINDER                           =
==================================================*/
.finder .form-control{
  height: 50px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.finder .awesomplete {
  width: calc(100% - 120px);
}
.finder .search-results.list-striped li {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}

/*=================================================
=               CSS Personalizado para Artigos                           =
==================================================*/

/* Estilo geral do artigo */
body.itemid-105 .article-details {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

/* Imagem principal do artigo */
body.itemid-105 .article-full-image {
  width: 100%;
  margin-bottom: 0;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}

body.itemid-105 .article-full-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

/* Conteúdo do artigo */
body.itemid-105 .content-article {
  padding: 0;
}

/* Cabeçalho do artigo */
body.itemid-105 .article-header {
  padding: 20px 25px 0;
}

/* Título do artigo */
/* body.itemid-105 .article-header h1 {
  color: #003366;
  font-size: 24px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.3;
} */

/* Corpo do texto */
body.itemid-105 [itemprop="articleBody"] {
  padding: 0 25px;
  color: #444;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 25px;
}

body.itemid-105 [itemprop="articleBody"] p {
  margin-bottom: 20px;
}
/* Estilo para subtítulos/perguntas */
body.itemid-105 [itemprop="articleBody"] h1{
  color: #003366;
  font-weight: 500;
  font-size: 33px;
  line-height: 41px;
  letter-spacing: -0.5px;
  margin-top: 30px;
  margin-bottom: 15px;
}

/* Estilo para subtítulos/perguntas */
body.itemid-105 [itemprop="articleBody"] h2,
body.itemid-105 [itemprop="articleBody"] h3,
body.itemid-105 [itemprop="articleBody"] strong {
  color: #003366;
  font-weight: 500;
  font-size: 24px;
  line-height: 35px;
  letter-spacing: -0.5px;
  margin-top: 30px;
  margin-bottom: 15px;
}


/* Tags */
body.itemid-105 .tags {
  padding: 0 25px;
  margin-top: 20px;
  display: flex;
  align-items: center;
}

body.itemid-105 .tags::before {
  content: "Tag:";
  font-size: 14px;
  color: #666;
  margin-right: 10px;
}


body.itemid-105 .tags li {
  display: inline-block;
  margin-right: 8px;
  list-style: none;
}

body.itemid-105 .tags li a {
  display: inline-block;
  font-size: 13px;
  color: #666;
  text-decoration: none;
  padding: 3px 8px;
  border-radius: 4px;
  /* background-color: #f5f5f5; */
  background-color: white;
  transition: all 0.3s ease;
}

body.itemid-105 .tags li a:hover {
  background-color: #e0e0e0;
  color: #333;
}

/* Compartilhamento social */
body.itemid-105 .article-ratings-social-share {
  padding: 0 25px;
  margin-top: 30px;
  border-top: 1px solid #f0f0f0;
  padding-top: 10px;
  padding-bottom: 10px;
}

body.itemid-105 .social-share-icon ul {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  padding: 0;
  margin: 0;
}

body.itemid-105 .social-share-icon ul li {
  margin-left: 10px;
}

body.itemid-105 .social-share-icon ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #f5f5f5;
  color: #666;
  transition: all 0.3s ease;
}

body.itemid-105 .social-share-icon ul li a:hover {
  background-color: #4267B2;
  color: #fff;
}

body.itemid-105 .social-share-icon ul li a.twitter:hover {
  background-color: #1DA1F2;
}

body.itemid-105 .social-share-icon ul li a.linkedin:hover {
  background-color: #0077B5;
}

/* Responsividade */
@media (max-width: 768px) {
  body.itemid-105 .article-header h1 {
    font-size: 22px;
  }

  body.itemid-105 .article-header::before {
    font-size: 13px;
  }

  body.itemid-105 [itemprop="articleBody"] {
    font-size: 15px;
  }

  body.itemid-105 .tags {
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .col-lg-8 {
      flex: 0 0 auto;
      width: 100% !important;
  }
}


/*==============================================================
=               CSS Personalizado para Página Destaques                           =
================================================================*/


.articles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 410px));
  row-gap: 40px;
  column-gap: 40px;
  justify-content: start;
}

.article-card {
  max-width: 410px;
  height: 540px;
  width: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  border: 1px solid #E8E8E8;
}

.article-card.hidden {
      display: none !important;
  }

.article-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

.card-image {
  height: 320px;
  background: linear-gradient(135deg, #b8b8b8, #d0d0d0);
  overflow: hidden;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.card-content {
  padding: 20px;
  height: calc(540px - 320px);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.card-meta {
  color: #202020;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0px;
}

.card-title {
  color: #00284E;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0px;
}

.card-title:hover {
  color: #1557b0;
}

input[type="text"].search-box {
  width: 100%;
  padding: 20px 16px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: transparent;
  font-size: 14px;
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 17px;
  line-height: 100%;
  letter-spacing: 0px;
}

.search-box:focus {
  outline: none;
  border-color: #4285f4;
  box-shadow: 0 0 0 2px rgba(66, 133, 244, 0.2);
}

.sidebar-section {
  margin-top: 40px;
}

.sidebar-title {
  color: #00284E;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0px;
  margin-top: 20px;
}

.year-filter a {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0px;
  transition: all 0.2s ease;
  border-bottom: 1px solid #ddd;
  color: #333;
}

.year-filter a.active {
  color: #4285f4;
}

.tag-badge {
  display: inline-block;
  padding: 8px 16px;
  margin: 5px 5px 5px 0;
  background: #fff;
  border: 1px solid rgb(241, 241, 241);
  border-radius: 4px;
  color: #00284E;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
}

.tag-badge.selected {
  background: #446DFF;
  color: white;
  border-color: #446DFF;
}

.tags-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}

.article-card.hidden {
  display: none;
}
@media (max-width: 1400px) {
  .articles-grid {
      gap: 30px;
  }
}

@media (max-width: 1300px) {
  #sp-logo > div > div > a > img {
    width: 50px !important;
    height: auto !important;
  }

  li.sp-menu-item a {
    padding: 7px !important;
  }
}

@media (max-width: 1200px) {
  .article-card {
      width: 100%;
      max-width: 380px;
  }
  .articles-grid {
      gap: 30px;
      grid-template-columns: repeat(auto-fill, minmax(320px, 380px));
  }
}

@media (max-width: 992px) {
  .articles-grid {
      grid-template-columns: repeat(auto-fill, minmax(280px, 350px));
      gap:30px;
  }
  
  .article-card {
      max-width: 350px;
  }
}

@media (max-width: 768px) {
  .articles-grid {
      grid-template-columns: 1fr;
      gap: 15px;
  }
  
  .article-card {
      max-width: 100%;
      height: auto;
      min-height: 500px;
  }
  
  .card-image {
      height: 250px;
  }
}

@media (max-width: 576px) {
  .article-card {
      height: auto;
      min-height: 450px;
  }
  
  .card-image {
      height: 200px;
  }
  
  .card-title {
      font-size: 20px;
      line-height: 28px;
  }
  
  .search-box {
      font-size: 16px;
  }
}



/*=================================================
=                   RODAPÉ                        =
==================================================*/

.menu.menu-rodape {
  display: flex;
  flex-direction: column;
}

#sp-bottom3 .menu.menu-rodape li {
    margin-bottom: 0; 
}

#sp-bottom3 .menu.menu-rodape li > a {
  color: var(--color-blue-text);
  text-align: left;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: 0px;
  font-size: 1.125rem;
}


#sp-bottom3 > .sp-column {
  display: flex;
  justify-content: space-around;
}

#sp-footer .container .row .sp-column  {
    border-top: 1px solid #00000017;
    padding-top: 20px;
    }

/*==============================================================
=               CSS Logos RODAPÉ                          =
================================================================*/

.logo-container {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  gap: 35px; /* espaço entre as logos */
  flex-wrap: wrap; /* permite quebrar linha em telas pequenas */
  padding: 10px;
}

.logo-container img {
  max-height: 60px; /* altura máxima proporcional */
  height: auto;
  width: auto;
  object-fit: contain;
}
