/*
Theme Name:   CFQ & Gmaes
Theme URI:    https://cfq.org.br
Description:  Tema personalizado para o Conselho Federal de Química. Consertado por Helen Fernanda.
Author:       Gmaes
Author URI:   https://grupogmaes.com.br/
Template:     understrap
Version:      1.0.6
*/

/* Fonte Outfit do Google */

@font-face {
    font-family: 'Outfit';
    src: url('fonts/outfit-v11-latin-100.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('fonts/outfit-v11-latin-200.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('fonts/outfit-v11-latin-300.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('fonts/outfit-v11-latin-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('fonts/outfit-v11-latin-500.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('fonts/outfit-v11-latin-600.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('fonts/outfit-v11-latin-700.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('fonts/outfit-v11-latin-800.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('fonts/outfit-v11-latin-900.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


/** Configurações Gerais do Tema **/

/** Largura do Tema para dispositivos maiores **/
/* Muito grandes (1200px a 1399.98px) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .container {
        max-width: 1200px !important;
    }
}

/* Extra grandes (1400px a 1599.98px) */
@media (min-width: 1400px) and (max-width: 1599.98px) {
    .container {
        max-width: 1400px !important;
    }
}

/* Ultra grandes */
@media (min-width: 1600px) {
    .container {
        max-width: 1600px !important;
    }
}


/*==================================================*/
/*                 Escala de fontes para títulos     */
/*==================================================*/

/*=========================================*/
/*  Para dispositivos ultra grandes        */
/*  (acima de 1600px)                      */
/*=========================================*/
@media (min-width: 1600px) {
    h1 {
        font-size: 2.75rem; /* Aproximadamente 48px */
    }
    h2 {
        font-size: 2.5rem; /* Aproximadamente 40px */
    }
    h3 {
        font-size: 2rem; /* Aproximadamente 32px */
    }
    h4 {
        font-size: 1.75rem; /* Aproximadamente 28px */
    }
    h5 {
        font-size: 1.5rem; /* Aproximadamente 24px */
    }
    h6 {
        font-size: 1.25rem; /* Aproximadamente 20px */
    }
}

/*=========================================*/
/*  Para dispositivos extra grandes        */
/*  (1400px a 1599.98px)                   */
/*=========================================*/
@media (min-width: 1400px) and (max-width: 1599.98px) {
    h1 {
        font-size: 2.50rem;
    }
    h2 {
        font-size: 2.25rem;
    }
    h3 {
        font-size: 1.875rem;
    }
    h4 {
        font-size: 1.5rem;
    }
    h5 {
        font-size: 1.25rem;
    }
    h6 {
        font-size: 1.125rem;
    }
}

/*=========================================*/
/*  Para dispositivos muito grandes        */
/*  (1200px a 1399.98px)                   */
/*=========================================*/
@media (min-width: 1200px) and (max-width: 1399.98px) {
    h1 {
        font-size: 2.25rem;
    }
    h2 {
        font-size: 2rem;
    }
    h3 {
        font-size: 1.75rem;
    }
    h4 {
        font-size: 1.5rem;
    }
    h5 {
        font-size: 1.25rem;
    }
    h6 {
        font-size: 1rem;
    }
}

/*=========================================*/
/*  Para dispositivos menores que 1200px   */
/*=========================================*/
@media (max-width: 1199.98px) {
    h1 {
        font-size: 2rem;
    }
    h2 {
        font-size: 1.875rem;
    }
    h3 {
        font-size: 1.5rem;
    }
    h4 {
        font-size: 1.25rem;
    }
    h5 {
        font-size: 1.125rem;
    }
    h6 {
        font-size: 1rem;
    }
}
/*==================================================*/

/*==================================================*/
/*            Fonte padrão para o corpo             */
/*==================================================*/

body {
    font-size: clamp(16px, 1.5vw, 18px) !important;
    font-family: 'Outfit', sans-serif !important;
}


/*==================================================*/
/*         Fonte Google para títulos (h1-h6)        */
/*==================================================*/
h1, h2, h3, h4, h5, h6 {
    font-family: 'Outfit', sans-serif !important;
}

h3 {margin-top:40px;}

/* citação - por Helen Fernanda */
blockquote, blockquote:has(p) {font-style:italic !important; border-left:2px lightblue solid !important; margin:20px !important; padding:10px !important;}

/* centralizar - por Helen Fernanda */
.center {text-align:center; margin-left:auto; margin-right:auto;}

/* lista de definição - por Helen Fernanda */
article dt, dt {font-size:110%; color:#00c;}
article dd, dd {text-indent:30px;}

/* legenda de foto - por Helen Fernanda */
div.legenda {font-size:80%; margin-top:0; text-align:center !important; margin-bottom:20px !important; color:#333 !important;}

/* Remover o scroll horizontal no mobile */
html, body {
    overflow-x: hidden;
	scrollbar-color:#1C5988 #fff;
}

/* formatação de item de lista */
li {line-height:1.5em;}

/* padrão dos links das páginas e notícias */
article a, div.entry-content a {color:#1183C6; text-decoration:none; 
	&:link {color:#1183C6;} 
	&:hover {color:#1E3E7D;text-decoration:underline;text-decoration-color:dodgerblue;text-decoration-thickness:5px;text-underline-position:under; text-decoration-skip-ink:none;}}

/* Garantir que os elementos não ultrapassem a largura da tela */
* {
    box-sizing: border-box;
}

/* Verificar que elementos grandes no mobile se ajustem à tela */
@media (max-width: 767px) {
    .container {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.dropdown-menu {
  --bs-dropdown-link-active-bg: #0773b3!important;
}


.logo-wrapper {
  max-width: 200px; /* Defina a largura máxima desejada */
}

.logo-wrapper .custom-logo {
  width: 100%; /* Ajusta a imagem para a largura total do .logo-wrapper */
  height: auto; /* Mantém a proporção da imagem */
}

.logo-wrapper-mobile {
    max-width: 80px; /* ajuste conforme desejado */
}

.logo-wrapper-mobile .custom-logo {
    width: 100%;
    height: auto;
}



/*==================================================*/
/*        Customização Breadcrumb       */
/*==================================================*/

.cfq-breadcrumb {
    margin-top: 20px;
    padding: 10px;
    background-color: #fff;
    border-radius: 5px;
}

.cfq-breadcrumb-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline; /* Garante que os itens sejam exibidos em linha */
}

.cfq-breadcrumb-item {
    font-size: 1rem;
    color: #333;
    display: inline; /* Cada item é exibido em linha */
}

.cfq-breadcrumb-link {
    color: #0773b3;
    text-decoration: none;
}

.cfq-breadcrumb-link:hover {
    text-decoration: underline;
}

.cfq-breadcrumb-item:not(:last-child)::after {
    content: " > "; /* Adiciona o separador */
    color: #999;
}


/*==================================================*/
/*        Customização do Título Arquivo            */
/*==================================================*/

header.entry-header, .pagina-header  {
    text-align: center;
    margin-bottom: 40px;
}

h1.entry-title, .pagina-header h1 {
    margin-top: 10px;
    color: #0773b3;
    font-weight: bold;
    display: inline-block;
    padding: 2px 0;
    border-bottom: 3px solid #0773b3; 
}

@media (max-width: 768px) {
   .pagina-header h1 {
       border-bottom: none;
   }
}

/*==================================================*/
/*        Customização do botão baixar pdf          */
/*==================================================*/

.btn-baixar-pdf {
    background-color: #e0a800;
    color: #000000;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    transition: background-color 0.2s, transform 0.2s;
    white-space: nowrap;
}

.btn-baixar-pdf:hover {
    background-color: #c7a012;
    color: white;
}

@media (max-width: 768px) {
  
    .btn-baixar-pdf {
         margin-top: 15px;
        width: auto;
        text-align: center;
        margin: 0 auto;
    }
}


/*==================================================*/
/*        Customização do botão voltar        */
/*==================================================*/

/* Botão voltar */

.ctn-btn-voltar {
    text-align: center;
    margin-bottom: 24px;
    margin-top: auto; 
}

.btn-voltar {
    background-color: transparent; 
    color: #0773b3; 
    padding: 10px 20px;
    text-decoration: none;
    border: 1px solid #0773b3; 
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
    display: inline-block;
}

.btn-voltar:hover {
    background-color: #0773b3; 
    color: white; 
}

/*==================================================*/
/*        Customização do botão Trnsparente       */
/*==================================================*/

.btn-container-leia-mais-transp{
    text-align: center;
    margin-top: auto; /* Garante que o botão fique no final */
    padding-top: 10px; /* Espaçamento entre o conteúdo e o botão */
}

.btn-leia-mais-transp {
    background-color: transparent;
    color: #0773b3;
    padding: 10px 20px;
    text-decoration: none;
    border: 1px solid #0773b3;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
    display: inline-block;
}

.btn-leia-mais-transp:hover {
    background-color: #0773b3;
    color: #ffffff;
}


/*==================================================*/
/*           Paginação das Páginas Arquivos         */
/*==================================================*/

.arquivo-paginacao {
    display: flex;
    justify-content: center; 
    margin-top: 20px;
    margin-bottom: 40px; 
}

.arquivo-paginacao .page-numbers {
    display: inline-block;
    margin: 0 5px;
    padding: 8px 12px;
    border: 1px solid #ddd;
    color: #0773b3;
    text-decoration: none;
    border-radius: 3px;
}

.arquivo-paginacao .page-numbers.current {
    background-color: #0773b3;
    color: #fff;
    border-color: #0773b3;
}

.arquivo-paginacao .page-numbers:hover {
    background-color: #0056b3;
    border-color: #0056b3;
    color: #fff;
}

@media (max-width: 767px) {
    .arquivo-paginacao .page-numbers {
        margin: 0 3px;
        padding: 6px 10px;
        font-size: 14px; 
    }

    .arquivo-paginacao .page-numbers.current {
        padding: 6px 10px;
    }
}

/*==================================================*/

.fc-toolbar-title {
    text-transform: uppercase;
}

#breadcrumbs {
    margin-top: 20px; 
}



/*=============================================
= Estilização dos elementos da Pagina Inicial =
=============================================*/

/*=============================================
= Estilização menu_regionais.php           =
=============================================*/

.container-regional {
    background-color: #1c5988;
    padding: 5px 0;
}

.regional-menu-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.regional-navbar-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: nowrap;
}

.regional-navbar-nav .regional-nav-item {
    margin: 5px 20px; /* Aumenta o espaçamento entre os itens */
    display: flex;
    align-items: center;
}

.regional-navbar-nav .regional-nav-link {
    font-size: 14px;
    font-weight: bold;
    color: white;
    text-decoration: none;
    padding: 5px;
    white-space: nowrap;
}

/* Aumenta o tamanho das bandeiras do GTranslate para 24px */
.gtranslate_wrapper img {
    width: 24px !important;
    height: 24px !important;
}

.gtranslate_wrapper a {
    margin-right: 5px; /* Espaço entre os links */
}

/* Estilos específicos para mobile */
@media (max-width: 991px) {
    .d-none {
        display: none !important;
    }

    .d-lg-block {
        display: none !important;
    }

    .d-lg-none {
        display: block !important;
    }

    .regional-navbar-nav {
        justify-content: space-around;
    }

    .regional-navbar-nav .regional-nav-item {
        margin: 5px 5px; /* Ajusta o espaçamento no mobile */
    }

    .regional-navbar-nav .regional-nav-link i {
        font-size: 14px; 
        padding: 5px 2px; /* Ajusta o espaçamento ao redor do ícone */
    }
    
    .social-icons-home{
          display: none !important;
    }
    
    .gtranslate_wrapper img {
    width: 22px !important;
    height: 22px !important;
}
 
}

@media (max-width: 1250px) {
    .social-icons-home{
          display: none !important;
    }
}    

/*=============================================
= Estilização menu_desktop.php           =
=============================================*/

/* Contêiner externo para garantir que o fundo azul ocupe toda a largura */
.topo-fundo-container {
  background: 
    /* Gradiente suave: branco -> azul semitransparente */
    linear-gradient(
      to right,
      #fff 0%,                         /* Branco puro até 30% */
      #fff 30%,                        
      rgba(32, 99, 152, 0.7) 70%,      /* Fica mais azul até 70% */
      rgba(32, 99, 152, 0.4) 100%      /* Mais transparente até 100% */
    ),
    /* Imagem ao fundo */
    url("assets/imagens/fundo.webp") no-repeat center right;
  background-size: cover;
  width: 100%;
  padding: 10px 100px;
}


.topo-container {
  width: 100%;
  margin: 0 auto; /* Centraliza o conteúdo dentro do contêiner */
  display: flex;
  align-items: center; 
  padding: 0 30px; 
}

/* Logo */
.topo-site-logo img {
    max-height: 200px; /* Limite de altura para evitar logos exageradamente grandes */
    object-fit: contain;
}

/* Wrapper de Busca para Desktop */
.search-wrapper {
  position: relative;
  width: 400px;
}

/* Formulário de Busca */
.search-form {
  display: flex;
  align-items: center;
  position: relative;
}

.search-field {
  width: 100% !important;
  padding: 15px 40px 15px 20px !important; /* Aumenta o espaçamento interno para manter o texto centralizado */
  border-radius: 30px !important; 
  border: 1px solid #fff !important;
  background-color: #206398 !important;
  color: white !important;
  outline: none !important;
  transition: background-color 0.3s ease, border-color 0.3s ease !important;
  height: 60px !important; 
}

.search-submit {
  position: absolute !important;
  right: 10px !important;
  background: none !important;
  border: none !important;
  color: white !important;
  font-size: 1.5rem !important; 
  cursor: pointer!important;
}

.search-field::placeholder {
  color: #fff !important;
}

.search-field:focus {
  background-color: #206398;
  color: white;
  border-color: white;
  outline: none;
}

/* Acessibilidade */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Estilização personalizada para a navbar destotop */
.desktop-navbar {
  background-color: rgba(255, 255, 255, 0.9); 
  border: 1px solid #ddd;
  padding: 10px 0;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1); 
}

.desktop-navbar .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-grow: 1;
  width: 100%;
}

.desktop-navbar .nav-link {
  color: #333 !important;
  font-weight: 600;
  font-size: 0.938rem;
  padding: 10px 15px;
  text-transform: uppercase;
  transition: color 0.3s ease, background-color 0.3s ease;
  border-radius: 5px;
  white-space: nowrap;
}

.desktop-navbar .nav-link:hover {
  background-color: #f1f1f1; 
  color: #0773b3 !important;
}

.desktop-navbar .nav-link.active {
  background-color: #007bff;
  color: #0773b3 !important;
}

.desktop-navbar .navbar-toggler {
  border: none;
}

.desktop-navbar .navbar-toggler-icon {
  color: #007bff;
  font-size: 1.5rem;
}

/* Estilos para o submenu */
.desktop-navbar .dropdown-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-top: 0; 
  padding: 10px;
  min-width: 200px;
  z-index: 999; /* Certifica-se de que o submenu esteja acima de outros elementos */
}

/* Exibe o submenu ao passar o mouse sobre o item pai e mantém aberto quando o mouse está sobre o submenu */
.desktop-navbar .nav-item:hover .dropdown-menu,
.desktop-navbar .dropdown-menu:hover {
  display: block;
}


/* Responsividade: oculta topo e menu no mobile */
@media (max-width: 991px) {
  .topo-fundo-container {
    display: none !important; 
  }
  .topo-container {
    display: none !important; 
  }
  .desktop-navbar{
    display: none !important; 
  }
}

/*=============================================
= Estilização menu_mobile.php            =
=============================================*/

@media (max-width: 991px) {
  .navbar-mobile {
    background-color: #fff;
    padding: 10px 15px;
    color: #fff;
    border: 1px solid #ddd;
  }

  .mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }

  /* Botão Hambúrguer */
  .navbar-toggler {
    background-color: transparent;
    border: none;
    font-size: 24px;
    color: #206398;
  }

   /* Estilo da logo no mobile */
       .mobile-logo img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto; /* Centraliza horizontalmente */
    }
 

  /* Botão de busca */
  .search-toggle {
    background: transparent;
    border: none;
    color:#206398;
    font-size: 24px;
    cursor: pointer;
  }

  /* Botão de fechar no topo do menu */
  .menu-close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1000;
  }

  .btn-close-menu {
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
  }

  /* Menu fullscreen (quando o menu está aberto no mobile) */
  .fullscreen-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #206398;
    z-index: 9999;
    overflow-y: auto;
    padding-top: 10px;
    transition: opacity 0.3s ease-in-out; /* Transição suave para exibir */
    display: none;
    opacity: 0;
  }

  .fullscreen-menu.show {
    display: block;
    opacity: 1; /* Torna visível quando exibido */
  }

  /* Estilos para o submenu */
  .navbar-nav .dropdown-menu {
    background-color: #206398;
    border: none;
    box-shadow: none;
    margin-top: 0;
    padding-left: 20px;
    max-height: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    transition: max-height 0.5s ease; /* Suave abertura do submenu */
  }

  .navbar-nav .dropdown-menu.show {
    max-height: 500px;
  }

  /* Estilo dos itens do submenu */
  .navbar-nav .dropdown-item {
    color: #fff;
    padding: 10px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .navbar-nav .dropdown-item:hover {
    background-color: #1596d4;
  }

  /* Estilo dos links do menu */
  .navbar-nav .nav-link {
    font-size: 1.2rem;
    padding: 15px 20px;
    color: white;
  }

  /* Campo de busca */
 
/* Barra de busca responsiva */
.search-bar {
    background-color: #206398;
    padding: 8px 15px;
    display: flex;
    align-items: center;
    justify-content: center; /* Centraliza horizontalmente */
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

/* Campo de entrada da busca*/
.search-input {
     padding: 12px 50px 12px 12px; 
    border-radius: 30px;
    border: none;
    background-color: white;
    color: #206398;
    font-size: 16px;
    outline: none;
    width: 100%;
    height: 45px; /* Altura fixa para alinhar com a barra */
    text-align: left;
    display: flex;
    align-items: center;
    position: relative; /* Permite posicionar o ícone absolutamente */
}

/* Ajuste do placeholder */
.search-input::placeholder {
    font-size: 14px;
    color: #7a9bb8;
}

/* Botão de fechar (X) */
.search-close {
    background: none;
    border: none;
    color: white;
    font-size: 2rem;
    cursor: pointer;
    margin-right: 10px;
}

.search-submit {
    background: transparent;
    border: none;
    color: #206398 !important; /* Cor do ícone */
    font-size: 1.5rem;
    cursor: pointer;
    padding: 10px;
    margin-left: -45px; /* Posiciona o ícone dentro do campo de entrada */
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%; 
    transform: translateY(-50%); /* Ajusta a posição vertical */
 }

}

/*=============================================
= Estilização footer.php            =
=============================================*/
.site-footer {
    background-color: #206398;
    color: #fff;
    padding: 40px 0;
    border-top: 4px solid #fff; /* Risco branco no topo do rodapé */
}

.site-footer h2 {
    color: #fff;
    font-size: 24px !important;
    margin-bottom: 20px;
}

.site-footer ul {
    list-style: none;
    padding-left: 0;
}

.site-footer ul li {
    margin-bottom: 10px;
}

.site-footer a {
    color: #fff;
}

.site-footer a:hover {
    text-decoration: underline;
}

.site-footer p {
    margin-bottom: 0;
}

/* Seção de Newsletter */
.newsletter-container {
    display: flex;
    align-items: center;
    background-color: #206398;
    padding: 15px;
    border-radius: 5px;
    max-width: 800px;
    margin: 0 auto;
}

.newsletter-container h2 {
    text-transform: uppercase;
    font-weight: bold;
    color: white;
   font-size: 1.250rem;
    margin: 0;
    padding-right: 15px;
    white-space: nowrap;
}

.newsletter-form {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-grow: 1;
}

.newsletter-form input[type="email"] {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    width: 100%;
    max-width: 300px;
}

.newsletter-form button {
    background-color: #ffc125; 
    color: #333;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2); /* Sombra para profundidade */
    transition: background-color 0.3s, box-shadow 0.3s;
    min-width: 120px; /* Define uma largura mínima */
    text-align: center; 
    white-space: nowrap; 
}

.newsletter-form button:hover {
    background-color: #f0b40e;
}

@media (max-width: 767px) {
 
 .site-footer .row {
        text-align: center;
    }
    .social-icons-footer {
        flex-direction: column;
    }

   .social-icons-footer img {
       width: 24px !important; 
       height: 24px !important;
       
   }
    
    .newsletter-container {
        flex-direction: column; /* Empilha os elementos verticalmente */
        align-items: stretch; /* Alinha os elementos para ocupar a largura completa */
        padding: 20px;
    }
    
    .newsletter-container h2 {
        font-size: 1.2rem !important; 
        margin-bottom: 10px; 
        text-align: center;
    }

    .newsletter-form {
        flex-direction: column; /* Organiza o formulário verticalmente */
        gap: 15px; /* Aumenta o espaçamento entre os itens */
    }

    .newsletter-form input[type="email"] {
        max-width: 100%; /* Faz o campo de e-mail ocupar a largura total */
    }

    .newsletter-form button {
        width: 100%; /* Faz o botão ocupar a largura total */
    }
}


/*=============================================
= Estilização banner-rotativo.php            =
=============================================*/

/*
 * Estilização Banner Rotativo
 *
 * Exemplo de Dimensão Ideal para o Banner:
 * Largura: 1920px
 * Altura: 400px
 */
 
.carousel-image-container {
    width: 100%; /* O container ocupa toda a largura horizontal */
    height: 350px; /* Altura mínima fixa para evitar layout oscilante */
    background-color: #f0f0f0; /* Cor de fundo para o espaço vazio */
    display: flex; /* Alinha a imagem no centro */
    justify-content: center; 
    align-items: center; 
    overflow: hidden; /* Garante que nada ultrapasse o container */
}

.carousel-image-container img {
     object-fit: contain; /* Mantém a imagem completa sem distorção */
        width: 100%; /* Garante que a imagem ocupe toda a largura */
        height: auto; /* Mantém a proporção original da imagem */
}


@media (max-width: 768px) {
    .carousel-image-container {
        width: 100%; /* O container ocupa toda a largura */
        min-height: 98px; /* Altura mínima mais adequada para mobile */
        height: auto; /* Permite ajuste de altura */
    }

    .carousel-image-container img {
        object-fit: contain; /* Mantém a imagem completa sem distorção */
        width: 100%; /* Garante que a imagem ocupe toda a largura */
        height: auto; /* Mantém a proporção original da imagem */
    }
}


/*=============================================
=  Estilização grid-conheca-home.php    =
=============================================*/

.card-titulo-conheca {
   color: #0773b3;
     font-weight: bold;
} 

.card-conheca-subtitulo {
   font-size: 1.5rem;
    color: #333;
    font-weight: bold;
} 

.card-conheca {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-conheca:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.card-conheca .card-body {
    flex-grow: 1;
}
.card-conheca img {
    max-width: 100%;
    height: auto;
    margin-bottom: 1rem;
}

@media (max-width: 768px) {
 
.card-titulo-conheca {
 text-align: center; 
} 
}

/*=============================================
=  Estilização grid-informes-home.php    =
=============================================*/

.informes-banner {
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
    border: 1px solid #f0f0f0;
}

.informes-banner:hover {
    transform: scale(1.02);
}

.informes-banner-content {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.85);
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.informes-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.informes-text-primary {
    color: #0063CF !important;
}

.informes-text-purple {
    color: #8e24aa !important;
}

.informes-btn-outline-primary {
    color: #0063CF;
     text-decoration: none; 
    border: 1px solid #0063CF; 
    background-color: transparent; 
    padding: 0.375rem 0.75rem; 
    border-radius: 5px; 
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.informes-btn-outline-primary:hover {
    background-color: #0063CF;
     text-decoration: none; 
    color: #fff; 
}

.informes-btn-outline-purple {
    color: #8e24aa;
     text-decoration: none; 
    border: 1px solid #8e24aa; 
    background-color: transparent; 
    padding: 0.375rem 0.75rem; 
    border-radius: 5px; 
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.informes-btn-outline-purple:hover {
    background-color: #8e24aa;
     text-decoration: none; 
    color: #fff; 
}


@media (max-width: 768px) {
    .informes-banner-content {
        padding: 10px;
     
    }
    
}




/*=============================================
=  Estilização archive-atos_de_diretoria      =
=============================================*/

.atos-diretoria-item {
  background-color: white;
    margin: 10px 0;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #e1e1e1; 
     border-left: 5px solid #0773b3; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%; 
}

.atos-diretoria-item:hover {
   transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.atos-diretoria-item h2 {
     color: #333;
    font-size: 1.25rem;
    font-weight: bold;
    margin: 0;
}


/* Estilos para dispositivos móveis */
@media (max-width: 768px) {
    
    .atos-diretoria-item {
        flex-direction: column;
        align-items: flex-start;
        padding: 15px; 
        margin-left: 0; 
        margin-right: 0; 
        width: calc(100% - 30px); 
        box-sizing: border-box; 
    }

}


/*=============================================
=  Estilização archive-decreto-lei.php    =
=============================================*/

.decretos-lei-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px;
}

.decretos-lei-card {
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin: 10px;
    padding: 20px;
    width: 300px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.2s;
}

.decretos-lei-card:hover {
    transform: translateY(-5px);
}

.decretos-lei-icon {
    font-size: 50px;
    color: #003366;
}

.decretos-lei-titulo h2 {
    font-size: 18px !important; 
    margin: 10px 0;
    font-weight: bold;
    color: #333 !important; 
}

.decretos-lei-titulo a {
    color: inherit !important; 
    text-decoration: none;
}

.decretos-lei-titulo a:hover {
    text-decoration: underline;
}

.decretos-lei-data {
    font-size: 14px;
    color: #555;
}

.decretos-lei-btn {
    margin-top: 10px;
    background-color: transparent; 
    color: #0773b3; 
    padding: 5px 15px;
    text-decoration: none;
    border: 1px solid #0773b3; 
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
    display: inline-block;
}

.decretos-lei-btn:hover {
    background-color: #0773b3; 
    color: white; 
}

/*=============================================
=  Estilização archive-decretos.php     =
=============================================*/

.decretos-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px;
}

.decreto-card {
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin: 10px;
    padding: 20px;
    width: 300px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.2s;
}

.decreto-card:hover {
    transform: translateY(-5px);
}

.decreto-icon {
    font-size: 50px;
    color: #003366;
}

.decreto-titulo h2 {
    font-size: 18px !important; 
    margin: 10px 0;
    font-weight: bold;
    color: #333 !important; 
}

.decreto-titulo a {
    color: inherit !important; 
    text-decoration: none;
}

.decreto-titulo a:hover {
    text-decoration: underline;
}

.decreto-data {
    font-size: 14px;
    color: #555;
}

.decreto-btn {
    margin-top: 10px;
    color: #0773b3; 
    padding: 5px 15px;
    text-decoration: none;
    border: 1px solid #0773b3; 
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
    display: inline-block;

}

.decreto-btn:hover {
   background-color: #0773b3; 
    color: white; 
}

/*=============================================
=  Estilização archive-galeria-video.php    =
=============================================*/

/* Configuração geral da galeria */
.row.galeria-video {
    margin: 0;
    gap: 15px;
}

/* Configuração do player do YouTube */
.arq-youtube-player {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.arq-youtube-player img,
.arq-youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Botão de play no player */
.arq-youtube-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.arq-youtube-play-button:hover {
    transform: translate(-50%, -50%) scale(1.2);
}

.arq-youtube-play-icon {
    fill: #ff0000;
    width: 30px;
    height: 30px;
}

/* Estilo dos cards de vídeos */
.galeria-video-card {
    padding-left: 10px;
    padding-right: 10px;
    flex: 1 0 calc(33.333% - 20px); /* 3 cards por linha */
    box-sizing: border-box;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.galeria-video-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.galeria-video-details {
    padding: 15px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Títulos dos vídeos */
.galeria-video-title {
    font-size: 1.125rem !important;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}

.galeria-video-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.galeria-video-title a:hover {
    color: #002f60;
}

/* Metadados dos vídeos (data e categoria) */
.galeria-video-meta {
    font-size: 0.9em;
    color: #666;
    display: flex;
    justify-content: space-between;
    margin-top: auto;
}

.galeria-video-date,
.galeria-video-category {
    font-weight: bold;
}

.galeria-video-category {
    text-align: right;
}

@media (max-width: 768px) {

    .galeria-video-card {
        flex: 1 0 100%; /* Um vídeo por linha em telas pequenas */
    }
}

/*=============================================
=  Estilização archive-imprensa.php    =
=============================================*/ 

.cfq-imprensa-card {
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.cfq-imprensa-card-body {
    padding: 20px;
}

.cfq-imprensa-img {
    max-width: 80px;
}

.cfq-imprensa-card-title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
}

.cfq-imprensa-card-text {
    margin-bottom: 15px;
}

.cfq-imprensa-btn {
    background-color: transparent; 
    color: #0773b3; 
    padding: 12px 25px;
    text-decoration: none;
    border: 1px solid #0773b3; 
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
    display: inline-block;
}

.cfq-imprensa-btn:hover {
    background-color: #0773b3; 
    color: #ffffff; 
}

.cfq-imprensa-pagination {
    text-align: center;
    margin-top: 30px;
}

/*=============================================
=  Estilização archive-jurisprudencia.php   =
=============================================*/ 

.jurisprudencia-list-group {
    margin: 0 auto; 
    max-width: 100%; 
    padding: 0 15px; 
}

.jurisprudencia-list-group-item {
    background-color: #ffffff;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    position: relative;
    padding-left: 20px; 
    padding-right: 20px; 
    transition: transform 0.3s;
}

.jurisprudencia-list-group-item:hover {
    transform: translateY(-5px);
}

.borda-lateral::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background-color: #0773b3; 
}

.jurisprudencia-list-group-item h2 {
    font-weight: bold;
    font-size: 20px;
}

.jurisprudencia-list-group-item h2 a {
    color: #333;
    text-decoration: none;
}

.jurisprudencia-list-group-item h2 a:hover {
    text-decoration: underline;
}

/*=============================================
=  Estilização archive-lei.php   =
=============================================*/ 

.arq-leis-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px;
}

.arq-leis-card {
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin: 10px;
    padding: 10px;
    width: 250px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.2s;
}

.arq-leis-card:hover {
    transform: translateY(-5px);
}

.arq-leis-icon {
    font-size: 40px;
    color: #003366;
    margin-bottom: 10px;
}

.arq-leis-titulo {
    font-size: 18px !important;
    margin: 10px 0;
    font-weight: bold;
    color: #333 !important;
    flex-grow: 1;
}

.arq-leis-titulo a {
    color: inherit !important;
    text-decoration: none;
}

.arq-leis-titulo a:hover {
    text-decoration: underline;
}

.arq-leis-data {
    font-size: 14px;
    color: #555;
}

.arq-leis-btn {
    margin-top: 10px;
    background-color: transparent;
    color: #0773b3;
    padding: 5px 15px;
    text-decoration: none;
    border: 1px solid #0773b3;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
    display: inline-block;
}

.arq-leis-btn:hover {
    background-color: #0773b3;
    color: white;
}

/*=============================================
=  Estilização archive-licitacoes.php   =
=============================================*/ 

.licitacao-frase{
text-align: center;
}

/** Layout Geral **/
.licitacao-layout {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}


.licitacao-mobile select {
    width: 100%; 
    background-color: #f9f9f9;
    padding: 12px 15px;
    font-size: 1rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    cursor: pointer;
}

.licitacao-mobile select option {
    color: #333; 
    background-color: #fff; 
}



/** Sidebar Desktop **/
.licitacao-sidebar {
    width: 25%; /* Apenas no desktop */
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
}

.licitacao-sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.licitacao-sidebar ul li a {
    display: block;
    padding: 12px 15px; /* Ajustado para uniformizar tamanho */
    text-align: center; /* Centraliza o texto no botão */
    font-size: 1rem; /* Mesmo tamanho dos selects */
    color: #0773b3;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 5px;
    text-decoration: none;
    border: 1px solid #ddd;
}

.licitacao-sidebar ul li.active a,
.licitacao-sidebar ul li a:hover {
    background: #0773b3;
    color: #fff;
    border-color: #0773b3;
}

/** Conteúdo Principal **/
.licitacao-content {
    flex: 1;
}

/** Filtros **/
.licitacao-filtros {
    display: flex;
    align-items: center; 
    gap: 10px; 
    flex-wrap: nowrap; 
    margin-top: 20px;
    margin-bottom: 20px;
}

.licitacao-filtros select {
    flex: 1;
    background-color: #f9f9f9;
    padding: 12px 15px;
    font-size: 1rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    min-width: 180px; /* Define uma largura mínima */
    cursor: pointer;
}

/** Cards de Licitações **/
.licitacao-card {
    display: flex; 
    justify-content: space-between;
    align-items: center; 
    background: #fff;
    border-left: 5px solid #0773b3;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.licitacao-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.licitacao-card .licitacao-content {
    flex: 1; 
    margin-right: 20px; 
}

.licitacao-card h2 {
    font-size: 1.2rem;
    color: #007bff;
    margin-bottom: 10px;
}

.licitacao-card p {
    font-size: 0.9rem;
    color: #555;
    margin: 5px 0;
}

/** Botão **/
.licitacao-card .licitacao-button {
    flex-shrink: 0; 
}

.licitacao-button a {
    display: inline-block;
    background-color: #e0a800;
    color: #000;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 0.9rem;
    transition: background-color 0.2s ease;
}

.licitacao-button a:hover {
    background-color: #c7a012;
}

@media (max-width: 768px) {
    .licitacao-layout {
        flex-direction: column; /* Empilha os elementos no mobile */
    }

    .licitacao-sidebar {
        width: 100%; /* Sidebar ocupa 100% no mobile */
        margin-bottom: 20px;
    }

    .licitacao-filtros {
        flex-direction: column; /* Filtros em colunas no mobile */
        gap: 10px;
         margin-top: 0px;
    }

    .licitacao-filtros select {
        width: 100%; /* Filtros ocupam toda a largura no mobile */
        flex: none;
    }

    .licitacao-card {
        flex-direction: column; /* Empilha conteúdo e botão no mobile */
        align-items: flex-start;
    }

    .licitacao-card .licitacao-content {
        margin-right: 0; /* Remove o espaço lateral no mobile */
        margin-bottom: 10px; /* Espaço entre o texto e o botão */
    }

    .licitacao-card .licitacao-button {
        width: 100%; /* Botão ocupa toda a largura no mobile */
        text-align: center; /* Centraliza o botão */
    }

    .licitacao-card h3 {
        font-size: 1rem;
    }

    .licitacao-card p {
        font-size: 0.85rem;
    }
}

.licitacao-desktop {
    display: block;
}

.licitacao-mobile {
    display: none;
}

@media (max-width: 768px) {
    .licitacao-desktop {
        display: none;
    }

    .licitacao-mobile {
        display: block;
    }
}

@media (max-width: 768px) {
    /* Ajusta o espaçamento entre os selects no mobile */
    .licitacao-mobile select {
        margin-bottom: 15px; /* Adiciona um espaçamento uniforme */
    }

    /* Ajusta os filtros para alinhamento e espaçamento iguais */
    .licitacao-filtros {
        flex-direction: column; /* Filtros empilhados no mobile */
        gap: 15px; /* Espaçamento uniforme entre os filtros */
        margin-bottom: 20px; /* Espaçamento inferior */
    }

    .licitacao-filtros select {
        width: 100%; /* O select ocupa toda a largura */
        margin-bottom: 15px; /* Espaçamento uniforme entre selects */
    }

    /* Espaçamento uniforme entre os cards */
    .licitacao-card {
        margin-bottom: 20px; /* Espaçamento consistente entre os cards */
    }
}


/*=============================================
=  Estilização archive-noticias e archive-qs e
 archive-crq =
=============================================*/ 

.noticias-arquivo-thumbnail {
    text-align: center;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 1px solid #ddd;
    height: 180px; /* Altura padronizada para a imagem */
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.noticias-arquivo-thumbnail img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.noticias-arquivo-list {
    margin-top: 20px;
}

.crqs-entry-header {
    margin-bottom: 10px;
}

.arquivo-entry-title {
    color: #333;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    min-height: 48px; /* Altura mínima para o título */
}

.noticia-posted-on {
    color: #555; 
}

.arquivo-entry-meta {
    font-size: 14px;
    color: #999;
    margin-bottom: 10px;
}

.arquivo-entry-content {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.5;
    color: #555;
    flex-grow: 1; /* Garante que o conteúdo ocupe o espaço restante */
}

.arquivo-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.noticia-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.noticia-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
}

.arquivo-card-body {
    display: flex;
    flex-direction: column;
    padding: 15px;
    flex-grow: 1; /* Garante que o corpo do card ocupe o espaço restante */
}

/* Destaque para autor do artigo. Por Helen Fernanda. */
.autor {background-color: #f0fff0; border-left: 2px solid #99cc33; padding: 5px;}

/*=============================================
=  Estilização archive-portaria.php  =
=============================================*/ 

/* Filtro de portarias */
.portarias-anos-container {
    text-align: center;
    margin: 20px 0;
}

.portarias-anos-container label {
    font-size: 16px;
    margin-right: 10px;
}

.portarias-anos-container #portarias-ano-select {
    padding: 5px 10px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.portarias-container {
    width: 100%; 
    margin: 0 auto;
    padding: 20px;
    max-height: 600px; 
    overflow-y: auto; /* Habilita scroll vertical se o conteúdo exceder 600px */
    margin-bottom: 50px;
    box-sizing: border-box; /* Garante que o padding não cause overflow */
    overflow-x: hidden; /* Evita overflow horizontal */
}

/* Itens de portarias */
.portarias-item {
    background-color: white;
    border-left: 5px solid #0773b3;
    margin: 10px 0;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #e1e1e1; /* Borda ao redor de todo o item */
     border-left: 5px solid #0773b3; /* Borda mais espessa à esquerda */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
 
}

.portarias-item:hover {
    transform: translateY(-5px);
}

.portarias-item h2 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.portarias-item p {
    margin: 5px 0 0;
    color: #555;
}

.portaria-button {
    margin-left: 20px;
    flex-shrink: 0;
    max-width: 150px;
}



/* Estilos para dispositivos móveis */
@media (max-width: 768px) {
  
    .portarias-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .portaria-button {
        margin-left: 0;
        margin-top: 15px;
        align-self: center;
        width: 100%; /* Garante que o botão ocupe 100% da largura disponível no mobile */
        text-align: center;
    }

}


/*=============================================
=  Estilização archive-resolucao-normativa.php  =
=============================================*/ 

/* Filtro de resoluções */
.normativa-filtro {
    text-align: center;
    margin: 20px 0;
}

.normativa-filtro label {
    font-size: 16px;
    margin-right: 10px;
}

.normativa-filtro .normativa-ano-select {
    padding: 5px 10px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

/* Contêiner de resoluções */
.normativa-container {
    width: 100%; 
    margin: 0 auto;
    padding: 20px;
    max-height: 600px; 
    overflow-y: auto; 
    margin-bottom: 50px;
    box-sizing: border-box; /* Garante que o padding não cause overflow */
    overflow-x: hidden; /* Evita overflow horizontal */
}

/* Itens de resoluções */
.normativa-item {
    background-color: white;
    border-left: 5px solid #0773b3;
    margin: 10px 0;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    width: 100%; 
}

.normativa-item:hover {
    transform: translateY(-5px);
}

.normativa-item h3 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.normativa-item p {
    margin: 5px 0 0;
    color: #555;
}

.normativa-button {
    margin-left: 20px;
    flex-shrink: 0;
    max-width: 150px;
}

@media (max-width: 768px) {
    
    .normativa-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .normativa-button {
        margin-left: 0;
        margin-top: 15px;
        align-self: center;
        width: 100%; 
        text-align: center;
    }

   
}

/*=============================================
=  Estilização archive-resolucao_conjunta.php  =
=============================================*/ 

.resolucao-list {
    padding: 0;
}

.resolucao-item {
    background-color: #ffffff;
    border-radius: 10px;
    border: 1px solid #e1e1e1; /* Borda ao redor de todo o item */
    border-left: 5px solid #0773b3; /* Borda mais espessa à esquerda */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}


.resolucao-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.resolucao-item h2 {
    color: #333;
    font-size: 1.25rem;
    font-weight: bold;
    margin: 0;
}

.resolucao-item p {
    margin: 0;
    color: #666;
}

/* Estilos para dispositivos móveis */
@media (max-width: 768px) {
    
    .resolucao-item {
        flex-direction: column;
        align-items: flex-start;
    }
}

/*=============================================
=  Estilização archive-selecoes.php  =
=============================================*/ 

.selecoes-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.selecoes-item {
    background-color: #ffffff;
    border-radius: 8px;
    border-left: 5px solid #0773b3;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s, box-shadow 0.2s;
}

.selecoes-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.selecoes-item h4 {
    font-weight: bold;
    color: #333;
    font-size: 20px;
    margin-bottom: 10px;
}

.btn-selecoes {
    background-color: #e0a800;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    transition: background-color 0.2s, transform 0.2s;
    white-space: nowrap;
}

.btn-selecoes:hover {
        color: #333;
    border-color: #d39e00;
}

@media (max-width: 768px) {
    
    .selecoes-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .btn-selecoes {
       margin-left: 0;
        margin-top: 15px;
        align-self: center;
        text-align: center;
    }
}

/**
* Estilização da página page-carta-servicos.php
**/

    .servicos-container {
        width: 100%;
        margin: 20px auto;
        padding: 20px;
        background-color: #ffffff;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
    .servicos-container h2 {
       
        color: #0773b3;
        font-weight: bold;
        padding-left: 10px;
        border-left: 2px solid #0773b3; 
    }
    .servicos-container p {
        line-height: 1.6;
    }
    .servicos-container ul {
        padding-left: 20px;
    }
    
    /* Classe para adicionar espaçamento entre seções */
    .spacer {
        margin: 40px 0; 
    }
    
  
/* Container categorias geral */
.categorias-container {
    margin: 20px auto;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.titulo-servicos-categoria {
    text-align: center; 
    color: #0773b3; 
    margin-bottom: 1rem; 
    font-size: 2rem; 
    font-weight: bold;
}

/* Navegação entre abas */
.nav-pills .nav-link {
    background-color: #127EB0;
    color: #fff;
    border-radius: 5px;
    margin: 5px;
}

.nav-pills .nav-link.active {
    background-color: #206398;
}

/* Cartões de serviços */
.card-categoria {
    border: none;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-categoria:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.card-title-servicos {
    color: #0773b3; 
    font-size: 1.25rem;
    font-weight: bold;
}

.servico-card-text {
    font-size: 1rem;
    color: #555;
}

.tit-nome-categoria{
       color: #333; 
     font-size: 1.25rem;
    font-weight: bold;
}

@media (max-width: 768px) {
    .categorias-container {
        padding: 10px;
    }
}


/*=============================================
=          Estilização das páginas          =
=============================================*/


/*=============================================
=  Estilização page-carta-servicos.php        =
=============================================*/

    .servicos-container {
        width: 100%;
        margin: 20px auto;
        padding: 20px;
        background-color: #ffffff;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
    .servicos-container h2 {
       
        color: #0773b3;
        font-weight: bold;
        padding-left: 10px;
        border-left: 2px solid #0773b3; 
    }
    .servicos-container p {
        line-height: 1.6;
    }
    .servicos-container ul {
        padding-left: 20px;
    }
    
    /* Classe para adicionar espaçamento entre seções */
    .spacer {
        margin: 40px 0; 
    }
    
  
/* Container categorias geral */
.categorias-container {
    margin: 20px auto;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.titulo-servicos-categoria {
    text-align: center; 
    color: #0773b3; 
    margin-bottom: 1rem; 
    font-size: 2rem; 
    font-weight: bold;
}

/* Navegação entre abas */
.nav-pills .nav-link {
    background-color: #127EB0;
    color: #fff;
    border-radius: 5px;
    margin: 5px;
}

.nav-pills .nav-link.active {
    background-color: #206398;
}

/* Cartões de serviços */
.card-categoria {
    border: none;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-categoria:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.card-title-servicos {
    color: #0773b3; 
    font-size: 1.25rem;
    font-weight: bold;
}

.servico-card-text {
    font-size: 1rem;
    color: #555;
}

.tit-nome-categoria{
       color: #333; 
     font-size: 1.25rem;
    font-weight: bold;
}

@media (max-width: 768px) {
    .categorias-container {
        padding: 10px;
    }
}

/*=============================================
=  Estilização page-composicao.php        =
=============================================*/

.descricao-container-composicao {
    margin-top: 20px;
    padding: 15px;
    background-color: #f9f9f9;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.descricao-container-composicao p {
    margin: 0;
    line-height: 1.6;
    color: #333333;
}

    .organograma-container {
        width: 100%;
        margin: 0 auto;
         text-align: center;
    }
   
    .organograma-section {
        margin-bottom: 30px;
    }
    .organograma-section h2 {
        background-color: #0773b3;
        
        color: white;
            margin-bottom: 20px; 
        padding: 10px;
        border-radius: 5px;
        margin-top:10px;
        font-size: 1.5em;
    }
    .organograma-section ul {
        list-style: none;
        padding: 0;
    }
    .organograma-section ul li {
        background-color: #f4f4f4;
        margin: 5px 0;
        padding: 10px;
        border-radius: 5px;
        border: 1px solid #ddd;
        font-size: 1em;
    }
    .organograma-sub-section {
        margin-left: 20px;
    }
    .organograma-conselheiros-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .organograma-conselheiros-grid .organograma-sub-section {
        margin-left: 0;
    }
    .organograma-periodos {
        margin-top: 30px;
    }
    .organograma-periodos ul {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        padding: 0;
    }
    .organograma-periodos ul li {
         list-style: none;
        background-color: #f4f4f4;
        padding: 10px;
        border-radius: 5px;
        border: 1px solid #ddd;
        flex: 1 1 auto;
    }
    
.organograma-sub-section h5 {
    margin-top: 20px;
    margin-bottom: 20px; 
    font-weight:bold;
}


.organograma-periodos h5 {
    margin-top: 20px;
    margin-bottom: 20px; 
    font-weight:bold;
}
.organograma-periodos a {
text-decoration: none;
}

.botao-container-composicao {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.botao-composicao {
    background-color: #0773b3;
    color: #ffffff;
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s;
    display: inline-block;
}

.botao-composicao:hover {
    background-color: #055b8c;
    color: #ffffff;
}

    
/*=============================================
=  Estilização  page-composicao.php     =
=============================================*/

.descricao-container-composicao {
    margin-top: 20px;
    padding: 15px;
    background-color: #f9f9f9;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.descricao-container-composicao p {
    margin: 0;
    line-height: 1.6;
    color: #333333;
}

    .organograma-container {
        width: 100%;
        margin: 0 auto;
         text-align: center;
    }
   
    .organograma-section {
        margin-bottom: 30px;
    }
    .organograma-section h2 {
        background-color: #0773b3;
        
        color: white;
            margin-bottom: 20px; 
        padding: 10px;
        border-radius: 5px;
        margin-top:10px;
        font-size: 1.5em;
    }
    .organograma-section ul {
        list-style: none;
        padding: 0;
    }
    .organograma-section ul li {
        background-color: #f4f4f4;
        margin: 5px 0;
        padding: 10px;
        border-radius: 5px;
        border: 1px solid #ddd;
        font-size: 1em;
    }
    .organograma-sub-section {
        margin-left: 20px;
    }
    .organograma-conselheiros-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .organograma-conselheiros-grid .organograma-sub-section {
        margin-left: 0;
    }
    .organograma-periodos {
        margin-top: 30px;
    }
    .organograma-periodos ul {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        padding: 0;
    }
    .organograma-periodos ul li {
         list-style: none;
        background-color: #f4f4f4;
        padding: 10px;
        border-radius: 5px;
        border: 1px solid #ddd;
        flex: 1 1 auto;
    }
    
.organograma-sub-section h5 {
    margin-top: 20px;
    margin-bottom: 20px; 
    font-weight:bold;
}


.organograma-periodos h5 {
    margin-top: 20px;
    margin-bottom: 20px; 
    font-weight:bold;
}
.organograma-periodos a {
text-decoration: none;
}

.botao-container-composicao {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.botao-composicao {
    background-color: #0773b3;
    color: #ffffff;
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s;
    display: inline-block;
}

.botao-composicao:hover {
    background-color: #055b8c;
    color: #ffffff;
}

    
	
	
/*=============================================
=  Estilização  page-contato.php   =
=============================================*/


.page-title-contato  {
      
    margin-top: 10px;
    color: #0773b3;
    display: inline-block;
    padding: 2px 0;
    border-bottom: 3px solid #0773b3; 
 
    margin-top: 20px; 
    margin-bottom: 20px; 
}

@media (max-width: 767px) {
    
  .page-title-contato  {
      text-align: center;
    border-bottom: none; 
}
}


	
/*=============================================
=  Estilização page-crqs.css  =
=============================================*/

.pg-centraliza-texto {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.pg-crqs-container {
    display: flex;
    width: 100%;
    margin: 20px auto;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.pg-list-container {
    width: 50%; 
    border-right: 2px solid #0773b3; 
    padding-right: 20px;
    height: calc(100vh - 60px); 
    overflow-y: auto; 
}

.pg-list h2 {
    font-size: 28px !important; 
    font-weight: bold;
    margin-top: 0;
    background-color: #ffffff;
    padding: 10px;
    border-bottom: 2px solid #0773b3;
}

.pg-list ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.pg-list li {
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.pg-list li:hover {
    background-color: #e0f2f1;
}

.pg-ist li.active {
    background-color: #e0f2f1;
}

.pg-details {
    flex: 1;
    display: none;
    padding: 10px;
    background-color: #e0f2f1;
    border-left: 5px solid #0773b3;
    border-radius: 5px;
    margin-left: 0px; 
}

.pg-details iframe {
    width: 100%;
    height: 500px; 
    border: 0;
    margin-top: 10px;
}


@media (max-width: 768px) {
    .pg-crqs-container {
        flex-direction: column; 
        padding: 15px;
    }

    .pg-list-container {
        width: 100%; 
        border-right: none; 
        padding-right: 0;
        margin-bottom: 20px; 
    }

    .pg-list h2 {
        font-size: 20px !important; 
    }

    .pg-details {
        margin-left: 0; 
        margin-top: 20px; 
        display: block;
    }

    .pg-details iframe {
        height: 300px; 
    }
}

/*=============================================
=  Estilização page-documentos.php  =
=============================================*/
 
 /* Exibe apenas no desktop */
.doc-layout-desktop {
    display: block;
}

.doc-layout-mobile {
    display: none;
}

/* Exibe apenas no mobile */
@media (max-width: 768px) {
    .doc-layout-desktop {
        display: none;
    }

    .doc-layout-mobile {
        display: block;
    }
}


/* --- Sidebar de Categorias --- */
.sidebar-documentos {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
}

.sidebar-documentos h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #333;
}

.sidebar-documentos ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-documentos ul li {
    margin-bottom: 10px;
}

.sidebar-documentos ul li a {
    text-decoration: none;
    color: #0773b3;
    padding: 10px;
    display: block;
    border-radius: 5px;
    font-size: 16px;
    transition: all 0.3s;
}

.sidebar-documentos ul li a:hover,
.sidebar-documentos ul li.active a {
    background-color: #007bff;
    color: #fff;
}

/* --- Filtros de Anos na Horizontal --- */
.doc-filtros-horizontal {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.doc-filtros-datas {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 10px;
    align-items: center;
}

/* --- Botões de Anos --- */
.doc-filtros-datas li a {
    text-decoration: none;
    color: #333;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f8f9fa;
    font-size: 16px;
    transition: all 0.3s;
}

.doc-filtros-datas li a:hover,
.doc-filtros-datas li.active a {
    background-color: #007bff;
    color: #fff;
}

/* --- Dropdown Wrapper --- */
.doc-dropdown-wrapper {
    position: relative;
    display: inline-block;
    width: auto; /* Permite ajustar a largura */
}

.doc-filtros-datas-select {
    width: 160px; 
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f8f9fa;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    appearance: none; /* Remove o estilo padrão */
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari e Chrome */
    transition: all 0.3s;
}

/* Adiciona a seta no wrapper */
.doc-dropdown-wrapper::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    background-color: #333;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    transform: translateY(-50%);
    pointer-events: none;
}

/* Quando o dropdown estiver ativo */
.doc-dropdown-wrapper.active {
    background-color: #0773b3;
    border-color: #0773b3;
}

.doc-dropdown-wrapper.active .doc-filtros-datas-select {
    background-color: #0773b3;
    color: #fff;
}

.doc-filtros-datas-select option {
    color: #333;
    background-color: #fff;
}

/* --- Documentos --- */
.documento-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border: 1px solid #ddd;
    border-left: 5px solid #0773b3;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.documento-content h3 {
    margin: 0 0 10px;
    color: #333;
}

.documento-content p {
    margin: 0;
    color: #666;
}

.no-results p {
    margin-top: 40px;
    text-align: center;
}

/* --- Responsividade --- */
@media (max-width: 768px) {
    .sidebar-documentos {
        margin-bottom: 20px;
    }

    .sidebar-documentos ul li a {
        padding: 8px 12px;
    }

    .doc-filtros-horizontal {
        flex-direction: column;
        align-items: stretch;
    }

    .doc-filtros-datas {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .doc-filtros-datas-select {
        width: 100%;
    }

    .documento-card {
        flex-direction: column;
        align-items: flex-start;
        padding: 15px;
    }

    .documento-content {
        margin-right: 0;
        margin-bottom: 10px;
    }

}

 /* Ajuste dos dropdowns no mobile */
 
    .doc-dropdown-wrapper-mobile {
        position: relative;
        width: 100%; /* O dropdown ocupa toda a largura no mobile */
        margin-bottom: 15px; /* Espaçamento entre os dropdowns */
    }

    .doc-filtros-datas-select-mobile {
        width: 100%; /* Dropdown ocupa 100% da largura */
        padding: 12px 20px; /* Espaçamento interno maior */
        border: 1px solid #ddd;
        border-radius: 5px;
        background-color: #f8f9fa;
        font-size: 16px;
        color: #333;
        cursor: pointer;
        appearance: none; /* Remove o estilo padrão */
        -moz-appearance: none; /* Firefox */
        -webkit-appearance: none; /* Safari e Chrome */
        transition: all 0.3s;
    }

    /* Seta customizada no dropdown */
    .doc-dropdown-wrapper-mobile::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 15px;
        width: 8px;
        height: 8px;
        background-color: #333; /* Cor da seta */
        clip-path: polygon(50% 100%, 0 0, 100% 0); /* Forma de triângulo */
        transform: translateY(-50%);
        pointer-events: none; /* Ignora cliques na seta */
    }

    /* Dropdown ativo */
    .doc-dropdown-wrapper-mobile.active .doc-filtros-datas-select-mobile {
        background-color: #007bff;
        color: #fff;
        border-color: #007bff;
    }

    /* Estilo das opções */
    .doc-filtros-datas-select-mobile option {
        color: #333;
        background-color: #fff;
    }


/* --- Paginação --- */
.pagination-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 40px;
}

.pagination-wrapper ul {
    display: flex;
    gap: 5px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.pagination-wrapper ul li a,
.pagination-wrapper ul li span {
    display: inline-block;
    margin: 0;
    padding: 8px 12px;
    border: 1px solid #ddd;
    color: #0773b3;
    text-decoration: none;
    border-radius: 3px;
    transition: all 0.3s;
}

.pagination-wrapper ul li span {
    pointer-events: none;
}

.pagination-wrapper ul li a:hover {
    background-color: #0056b3;
    color: #fff;
    border-color: #0056b3;
}

.pagination-wrapper ul li .current {
    background-color: #0773b3;
    color: #fff;
    border-color: #0773b3;
}

/*=============================================
=  Estilização page-faq.php =
=============================================*/
    
    .faq-title-header {
    color: #0773b3;
    text-align: center;
   
}

.faq-title-header h1 {
    margin-top: 10px;
    color: #0773b3;
    display: inline-block;
    padding: 2px 0;
    border-bottom: 3px solid #0773b3; 
 
}
      
 .faq-container {
        width: 100%;
        margin: 50px auto;
    }

    .accordion-button {
        font-weight: bold;
        color: #333;
        background-color: #fff;
        border: none;
        border-radius: 5px;
        padding: 15px;
        border: 1px solid #0773b3; 
    }

    .accordion-button:focus {
        box-shadow: none;
    }

    .accordion-body {
        background-color: #f1f1f1;
        padding: 20px;
        border-left: 1px solid #0773b3;
        border-right: 1px solid #0773b3; 
        border-bottom: 1px solid #0773b3; 
    }

    .accordion-button:not(.collapsed) {
        color: #fff;
        background-color: #0773b3;
        border: 1px solid #0773b3; 
    }

    .accordion-item {
        border: 1px solid #0773b3; 
        border-radius: 5px;
        margin-bottom: 15px;
    }
    
    @media (max-width: 768px) {
    .faq-title-header h1 {
        border-bottom: none; 
    }
}
    
/*=============================================
=  Estilização page-feeds.php               =
=============================================*/
    
    .rss-page-feed-container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 20px;
        width: 100%;
        margin: 0 auto;
        padding: 20px;
    }
    
    .rss-page-card {
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        padding: 20px;
        text-align: center;
        transition: transform 0.3s;
    }
    
    .rss-page-card:hover {
        transform: scale(1.05);
    }
    
    .rss-page-icon {
        width: 50px; 
        height: auto;
        margin-bottom: 10px;
    }
    
    .rss-page-btn {
    background-color: transparent;
    color: #0773b3;
    padding: 5px 15px;
    text-decoration: none;
    border: 1px solid #0773b3;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
    display: inline-block;
    }
    
    .rss-page-btn:hover {
        background-color: #0773b3;
        color: #ffffff;
     }
     
	 
/*=============================================
=  Estilização page-legislacao.php               =
=============================================*/

.legislacao-container {
    max-width: 1600px;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.legislacao-card {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s, background-color 0.3s;
    background: linear-gradient(135deg, #ffffff, #e9ecef);
}

.legislacao-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
    background-color: #e2e6ea;
}

.legislacao-card-body {
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.legislacao-card-icon {
    font-size: 3rem;
    color: #0773b3;
    margin-bottom: 15px;
    transition: color 0.3s;
}

.legislacao-card:hover .legislacao-card-icon {
    color: #055a85;
}

.legislacao-card-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 0;
    transition: color 0.3s;
}

.legislacao-card:hover .legislacao-card-title {
    color: #0773b3;
}

.text-decoration-none {
    text-decoration: none;
}

/*=============================================
=  Estilização page-nossa-marca.php         =
=============================================*/

.nossa-marca-content {
    margin: 20px auto;
    padding: 20px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.nossa-marca-logo-section {
    margin-bottom: 40px;
}

.nossa-marca-logo-section h2 {
  text-align: center;
   margin-bottom: 20px;
}

.nossa-marca-logo-section img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.nossa-marca-logo-list {
    list-style-type: none;
    padding-left: 0;
}

.nossa-marca-logo-list li {
    margin-top: 10px;
    margin-bottom: 10px;
}

.nossa-marca-logo-cell, 
.nossa-marca-links-cell {
    text-align: center;
    vertical-align: middle;
}

.nossa-marca-manual-section {
    text-align: center;
}

.nossa-marca-manual-section h2 {
    font-size: 2em;
    margin-bottom: 20px;
}

.nossa-marca-manual-section iframe {
    width: 100%;
    max-width: 100%;
    height: 50vh; /* Altura ajustada para 50% da altura da viewport */
    min-height: 300px; /* Define uma altura mínima para o iframe */
    border: none;
    margin-bottom: 20px;
}

.wp-block-file__embed {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 300px;
}

.nossa-marca-btn-download {
    background-color: #0056b3;
    color: white;
    padding: 10px 20px;
    border: none;
    text-decoration: none;
}


/*=============================================
=  Estilização page-obrigado.php         =
=============================================*/

.pagina-obrigado {
    background-color: #f9f9f9;
    padding: 50px 0;
}

.conteudo-obrigado {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    margin: 0 auto;
}

.obrigado-logo {
    max-width: 150px;
    margin-bottom: 20px;
}

.titulo-obrigado {
    font-size: 36px;
    color: #206398;
    margin-bottom: 15px;
}

.texto-obrigado {
    font-size: 18px;
    color: #333;
    margin-bottom: 30px;
}

.btn-obrigado {
    background-color: #0773b3;
    color: #fff;
    padding: 10px 25px;
    font-size: 16px;
    border-radius: 50px;
    text-transform: uppercase;
}

.btn-obrigado:hover{
    background-color: #1596d4;
    color: #fff;
}

.secao-redes-sociais {
    margin-top: 30px;
}

.secao-redes-sociais p {
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
}

.icones-redes-sociais a {
    font-size: 30px;
    color: #1596d4;
    margin: 0 10px;
    transition: color 0.3s ease;
}

.icones-redes-sociais a:hover {
    color: #0773b3;
}

/*=============================================
=  Estilização page-ornanograma.php        =
=============================================*/

    .organograma-content {
        margin: 20px auto;
        width: 100%;
        padding: 40px;
        background-color: white;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
    }
    .organograma-content h2 {
        font-size: 2em;
        margin-bottom: 20px;
        text-align: center;
        color: #0773b3;
    }
    .organograma-content p {
        font-size: 16px;
        line-height: 1.6;
        text-align: justify;
        margin-bottom: 40px;
    }
    .organograma-btn-download {
        display: block;
        width: fit-content;
        margin: 0 auto;
        background-color: #0056b3;
        color: white;
        padding: 15px 30px;
        border: none;
        text-decoration: none;
        font-size: 1.2em;
        border-radius: 5px;
        transition: background-color 0.3s ease;
    }
    .organograma-btn-download:hover {
        background-color: #004494;
          color: white;
    }
	

/*=============================================
=  Estilização page-regimento-interno.php   =
=============================================*/

    .regimento-container {
        width: 100%;
        margin: 20px auto;
        padding: 20px;
        background-color: #ffffff;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
    
    .regimento-container h2 {
        font-size: 28px;
        color: #0773b3;
        font-weight: bold;
        margin-bottom:10px;
        padding-left: 10px;
         border-left: 2px solid #0773b3; 
    }
    
    .regimento-container p {
         margin-bottom:40px;
    }
    
    .button-regimento {
        display: inline-block;
        padding: 10px 20px;
        margin-top: 10px;
        font-size: 1em;
        color: #ffffff;
        background-color: #0773b3;
        border-radius: 5px;
        text-decoration: none;
        text-align: center;
    }
    
    .button-regimento:hover {
        background-color: #055a8c;
        color: white;
    }
	
/*=============================================
=  Estilização page-resolucoes-ordinarias.php  =
=============================================*/
 
    .ordinarias-container {
        width: 100%;
        margin: 20px auto;
        padding: 20px;
        background-color: white;
        border-radius: 5px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        overflow: hidden; 
    }
    
    .ordinarias-category {
        margin-bottom:40px;
    }
    
    .ordinarias-category h2 {
        font-weight: bold;
        font-size: 20px;
        color: #0773b3;
        border-bottom: 2px solid #0773b3;
        padding-bottom: 5px;
    }
    
    .ordinarias-item {
        background-color: white;
        border-left: 5px solid #b59209;
        margin: 10px 0;
        padding: 15px 20px;
        border-radius: 5px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        cursor: pointer;
        transition: transform 0.2s;
    }
    
    .ordinarias-item:hover,
    .ordinarias-item:focus {
        transform: translateY(-5px);
        outline: none;
    }
    
    .ordinarias-item h3 {
        margin: 0;
        font-size: 1.125rem !important;
        color: #333;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .ordinarias-content {
        display: none;
        margin: 5px 0 0;
        color: #555;
    }
    
    .arrow-down {
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #003366;
    }
    
    .ordinarias-item[aria-expanded="true"] .ordinarias-content {
        display: block;
    }
	
/*=============================================
=  Estilização page-sitemap.php         =
=============================================*/   

.ctn-sitemap h2 {
    color: #0056b3;
    margin-top: 0;
}
.sitemap-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.sitemap-column {
    width: 30%;
}
.ctn-sitemap ul {
    list-style-type: none;
    padding: 0;
}
.ctn-sitemap ul li {
    margin: 5px 0;
}
.ctn-sitemap ul li a {
    text-decoration: none;
    color: #0044cc;
}
.ctn-sitemap ul li a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {

    .sitemap-row {
        flex-direction: column;
    }
    
    .sitemap-column {
        width: 100%;
        margin-bottom: 20px;
    }
}

/*=============================================
=  Estilização page-sobre.php       =
=============================================*/ 
   
    .sobre-container {
        margin: 20px auto; 
        padding: 20px;
        background-color: #ffffff;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }
  
     .sobre-card {
        background-color: #ffffff;
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        padding: 20px;
        margin-bottom: 20px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
    .sobre-sub-titulo {
        margin-top: 0;
        color: #0773b3;
        display: inline-block; 
    }
    .sobre-card p {
        line-height: 1.6;
        color: #333333;
    }
  
    @media (max-width: 768px) {
  
        .sobre-sub-titulo {
        font-size: 20px;
        border-bottom: none;
   
    }
 }
 
 /*=============================================
=  Estilização search.php      =
=============================================*/ 
mark {
    background-color: #ffedb2; /* Amarelo claro */
    color: #000; /* Preto */
    padding: 0 2px; /* Suaviza o destaque */
    font-weight: bold; /* Evidencia o texto */
    border-radius: 3px; /* Adiciona bordas arredondadas */

}
.sem-resultados{
    color: red;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    margin: 20px 0;
}
.page-title-search {
     margin-top: 20px;
}
.card-title-search  {
    font-size: 20px!important;
    color: #333; 
    font-weight: bold;
}
.card-title-search a {
    color: inherit; /* Herda a cor do h2 */
    text-decoration: none;
}
.card-title-search a:hover {
    color: #0056b3; 
}
.card-footer-search {
    background-color: #f8f9fa;
    border-top: none; /* Remove a linha superior */
    text-align: right;
    padding: 10px 15px;
}
.btn-search-leia {
  background-color: transparent;
    color: #0773b3;
    padding: 10px 20px;
    text-decoration: none;
    border: 1px solid #0773b3;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
    display: inline-block;
}
.btn-search-leia:hover {
    background-color: #0773b3;
    color: #ffffff;
    text-decoration: underline;
}
.post-date-search {
    font-size: 0.9rem;
    color: #888;
    margin-bottom: 10px;
}
.card {
    border: 1px solid #ddd;
    border-radius: 8px;
    transition: all 0.3s ease;
}
.card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); 
}
.search-again {
    display: flex;
    justify-content: center;
    margin-top: 20px;
      margin-bottom: 40px;
}

.search-form .form-control {
    width: 500px;
    max-width: 100%;
}

.search-form button {
    padding: 6px 12px;
}

.btn-pesquisar{
    background-color: #0773b3;
    color: #ffff;
    padding: 10px 20px;
    text-decoration: none;
    border: 1px solid #0773b3;
    border-radius: 5px;
    display: inline-block;
}

.btn-pesquisar:hover{
    background-color: #0056b3;
    color: #ffff;
   }

@media (max-width: 767px) {
    .search-again {
        flex-direction: row; /* Coloca o input e o botão lado a lado */
        justify-content: center;
        align-items: center; 
    }

    .search-form .form-control {
        width: 70%; 
        max-width: none; 
        margin-bottom: 0; 
    }

    .search-form button {
        width: 25%; 
        margin-left: 5px; 
    }
}

/*=============================================
=  Estilização single-decreto-lei.php     =
=============================================*/ 

.post-single-decreto-leis {
    background-color: #ffffff;
    border-radius: 15px;
    border: 1px solid #e1e1e1;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
}

.conteudo-decreto-leis {
    margin-top: 20px;
}


/*=============================================
=  Estilização single-decreto.php    =
=============================================*/

.decreto-single .decreto-row {
    justify-content: center;
}

.decreto-single .decreto-col {
    margin: 0 auto;
}

.post-single-decreto {
    background-color: #ffffff;
    border-radius: 15px;
    border: 1px solid #e1e1e1;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
}

.conteudo-decreto {
    margin-top: 20px;
}

.ctn-btn-voltar-decretos {
    text-align: center;
 }

.btn-voltar-decretos {
    background-color: transparent; 
    color: #0773b3; 
    padding: 10px 20px;
    text-decoration: none;
    border: 1px solid #0773b3; 
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
    display: inline-block;
    margin-bottom: 20px;    
}

.btn-voltar-decretos:hover {
     background-color: #0773b3; 
    color: white; 
    text-decoration: underline;
}


/*=============================================
=  single-jurisprudencia.php   =
=============================================*/

.titulo-jurisprudencias {
    text-align: center; 
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
    color: #333;
}

/* Lista de Jurisprudências */
.ultimas-juris-list {
    list-style: none;
    padding: 0;
}

/* Cada item da lista de Jurisprudências */
.ultimas-juris-item {
    margin-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 20px;
}

/* Imagens das Jurisprudências */
.ultimas-juris-thumbnail {
    width: 100%;
    margin-bottom: 10px;
}

.ultimas-juris-thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.ultimas-juris-text {
    text-align: left; 
}

.ultimas-juris-text h4 {
    font-weight: bold;
    color: #333;
    font-size: 18px;
    margin-bottom: 10px;
}

.ultimas-juris-text p {
    font-size: 14px;
    margin-bottom: 10px;
}

/* Oculta a Sidebar Jurisprudências em dispositivos móveis */
@media (max-width: 767px) {
    .sidebar-juris {
        display: none;
    }
}

/*=============================================
=  Estilização single-lei.php   =
=============================================*/

.lei-header-single {
    text-align: center;
    padding: 0 15px;
    box-sizing: border-box;
}



.lei-content-single {
    background-color: #ffffff;
    border-radius: 15px;
    border: 1px solid #e1e1e1;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
}

.lei-text-single {
    font-size: 1rem;
    line-height: 1.6;
    word-wrap: break-word;
    width: 100%;
}


@media (max-width: 768px) {
    .lei-header-single h1 {
        font-size: 1.5rem;
        border-bottom: none;
    }

    .lei-content-single {
        padding: 15px;
    }
}


/*=============================================
=  Estilização single-licitacao.php   =
=============================================*/
       
        .licitacao-details {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }
        .licitacao-detail {
            padding: 10px;
            border-bottom: 1px solid #ccc;
        }
        .licitacao-detail strong {
            display: block;
            font-weight: bold;
        }
        .licitacao-detail span {
            display: block;
            margin-top: 5px;
        }
        .licitacao-detail ul {
            margin-top: 5px;
            list-style-type: none;
            padding: 0;
        }
        .licitacao-detail ul li {
            margin-bottom: 5px;
            display: flex;
            align-items: center;
        }
        .licitacao-detail ul li i {
            margin-right: 10px;
        }
.file-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.file-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 8px;
    border-bottom: 1px solid #ddd;
}

.file-artefato {
    margin-right: 15px; /* Espaçamento entre o artefato e o nome do arquivo */
    padding: 4px 10px;
    border-radius: 4px;
    background-color: #f0f0f0;
    color: #333;
    font-size: 0.9em;
    font-weight: 500;
    white-space: nowrap;
    min-width: 140px; /* Define uma largura mínima fixa para o artefato */
    text-align: center; /* Centraliza o texto dentro da caixa */
}

.file-link {
    color: #000; 
    text-decoration: none;
    display: flex;
    align-items: center;
}

.file-link i {
    margin-right: 10px; /* Espaçamento entre o ícone e o nome do arquivo */
    margin-left: 15px;  /* Espaçamento à esquerda do ícone */
}



/*=============================================
=  Estilização single-noticias.php   =
=============================================*/

.titulo-noticia {
    font-size: 2rem !important;
}

 .ultimas-noticias-widget {
    margin-top: 10px;
    background-color: #f9f9f9;
    padding: 20px;
}

.ultimas-noticias-title{
   font-size: 1.25rem;
	font-weight: bold;
}

.ultimas-noticias-lista {
    list-style-type: none;
    padding-left: 0;
}

.ultimas-noticias-lista li {
    margin-bottom: 10px;
}

.ultimas-noticias-lista a {
    font-size: 1rem;
    color: #333;
    text-decoration: none;
	font-weight: bold;
}

.ultimas-noticias-lista a:hover {
    text-decoration: underline;
}

.ultimas-noticias-lista time {
    display: block;
    font-size: 12px;
    color: #999;
}

.podcast-section-noticias{
    padding: 20px;
}


@media (max-width: 767px) {
      .ultimas-noticias-widget {
        display: none;
    }
}


/*=============================================
=  Estilização single-noticia_crq.php   =
=============================================*/

.ncrqs-post-single-noticias h1{
    font-size: 2rem;
}


.sidebar-widget-noticias-crqs h3 {
     text-align:left;
     font-size: 1.25rem;
    
}


    .sidebar-widget-noticias-crqs {
    margin-top: 10px;
    background-color: #f9f9f9;
    padding: 20px;
}

.ultimas-noticias-crqs-lista {
    list-style-type: none;
    padding-left: 0;
}

.ultimas-noticias-crqs-lista li {
    margin-bottom: 10px;
}

.ultimas-noticias-crqs-lista a {
    font-size: 1rem;
    color: #333;
    text-decoration: none;
}

.ultimas-noticias-crqs-lista a:hover {
    text-decoration: underline;
}

.ultimas-noticias-crqs-lista time {
    display: block;
    font-size: 12px;
    color: #999;
}

  .sistema-cfq-card {
            max-width: 500px;
            background-color: white;
            border-radius: 15px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .sistema-cfq-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
        }

        .sistema-cfq-card-content {
            padding: 25px;
            text-align: center;
        }

        .sistema-cfq-card-title {
            font-size: 22px;
            color: #206398;
            font-weight: bold;
            margin-bottom: 12px;
        }

        .sistema-cfq-card-description {
            font-size: 15px;
            color: #666;
            line-height: 1.6;
            margin-bottom: 20px;
        }

        .sistema-cfq-card-link-container {
            display: flex;
            justify-content: center;
        }

        .sistema-cfq-card-link {
            display: inline-flex;
            align-items: center;
            background-color: #0d75a8;
            color: white;
            padding: 12px 25px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: bold;
            font-size: 16px;
            transition: background-color 0.3s, transform 0.3s;
        }

        .sistema-cfq-card-link:hover {
            color:white;
            transform: translateY(-2px);
        }

        .sistema-cfq-card-link i {
            margin-left: 8px;
            font-size: 16px;
        }

  .sistema-cfq-card-logo {
            display: block;
            margin: 0 auto; 
            width: 60%;
        }

@media (max-width: 767px) {
 .sidebar-widget-noticias-crqs {
        display: none;
    }
}

/*=============================================
=  Estilização single-qs.php                =
=============================================*/

.qs-latest-news-list {
    list-style: none; 
    padding: 0;
    margin: 0;
}

.qs-latest-news-list li {
    list-style: none; /* Remove qualquer marcador dos itens de lista */
    margin: 0;
    padding: 10px;
}

/* Configuração para imagem com estilo padrão */
.qs-latest-news-thumbnail {
    text-align: center;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 1px solid #ddd;
    height: 180px; /* Altura padronizada para a imagem */
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.qs-latest-news-thumbnail img {
    height: 100%;
    width: 100%;
    object-fit: cover; /* Corta a imagem para preencher o contêiner */
    object-position: center; /* Centraliza a imagem dentro do contêiner */
}

/* Restante do estilo */
.qs-news-text {
    text-align: left;
}

/* Sidebar lateral */
.qs-sidebar-widget h3 {
    text-align: center;
    font-weight: bold;
}

.qs-news-text h4 {
    font-weight: bold;
    color: #333;
    font-size: 18px;
    margin-bottom: 10px;
}

.qs-news-text p {
    font-size: 14px;
    margin-bottom: 10px;
}

.qs-news-text .btn {
    font-size: 12px;
    padding: 5px 10px;
}


/* Botão voltar */
.ctn-btn-voltar-qs {
    text-align: center;
    margin-bottom: 24px;
    margin-top: auto; 
}

.btn-voltar-qs {
    background-color: transparent; 
    color: #0773b3; 
    padding: 10px 20px;
    text-decoration: none;
    border: 1px solid #0773b3; 
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
    display: inline-block;
}

.btn-voltar-qs:hover {
    background-color: #0773b3; 
    color: white; 
    text-decoration: underline;
}

@media (max-width: 768px) {
    .qs-sidebar-widget {
        display: none;
    }
}

/*=============================================
=  Estilização single-selecoes.php            =
=============================================*/
    .selecoes-page-title {
    margin-top: 20px;
    color: #0773b3;
    display: inline-block;
    padding: 2px 0;
   
    }
    .selecoes-page-subtitle {
        font-size: 16px;
        color: #666;
        margin-bottom: 30px;
    }
    .selecoes-document-list {
        list-style: none;
        padding: 0;
    }
    .selecoes-document-list li {
        margin-bottom: 15px;
        border-bottom: 1px solid #e6e6e6;
        padding-bottom: 10px;
    }
    .selecoes-document-list a {
        font-size: 18px;
        text-decoration: none;
        color: #000;
        display: inline-flex;
        align-items: center;
        transition: color 0.3s ease;
    }
    .selecoes-document-list a:hover {
        color: #0773b3;
    }
    .selecoes-document-list a::before {
        content: '📄';
        color: #1596d4;
        margin-right: 10px;
        font-size: 20px;
    }
    .selecoes-document-list a span.selecoes-date {
        font-size: 14px;
        color: #999;
        margin-left: 10px;
    }
    
/*=============================================
   =  Estilização Parceiros                  =
=============================================*/

.parceiros-swiper {
text-align: center;
}

.parceiros-swiper h2 {
    color: #0773b3;
    font-weight: bold;
    margin-bottom: 20px;
}

.parceiros-swiper {
    width: 100%;
    padding: 20px 0;
    overflow: hidden; /* Garante que nada ultrapasse os limites */
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}


.swiper-wrapper {
    gap: 10px; /* Garante espaçamento consistente entre slides */
}

.image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 150px; /* Altura fixa para as imagens */
    overflow: hidden; /* Impede que imagens maiores extrapolem */
}

.image-wrapper img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; /* Mantém a proporção da imagem */
}

@media (max-width: 768px) {
    .image-wrapper {
        height: 100px; /* Aumenta a altura das imagens no mobile */
        width: 80%; /* Ajusta a largura para ocupar mais espaço */
    }

    .swiper-slide {
        padding-left: 5px; /* Adiciona espaçamento interno nos slides */
        padding-right: 5px;
    }

    .swiper-wrapper {
        gap: 5px; /* Reduz o espaçamento entre slides no mobile */
    }
}

/*=============================================
 =                 archive-pca               =
=============================================*/

.pca-item-card {
   background-color: white;
    border-left: 5px solid #0773b3;
    margin: 10px 0;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #e1e1e1; 
     border-left: 5px solid #0773b3; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}
.pca-item-card:hover {
   transform: translateY(-5px);
   box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.pca-item-card h2 {
 font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
    margin: 0;
}
.pca-item-card p {
     font-size: 1rem;
    color: #555;
    margin: 5px 0;
    margin-right: 10px;
    line-height: 1.5;
    max-height: 4.5em;
    overflow: hidden; 
    text-overflow: ellipsis; 
    display: -webkit-box;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
}
.btn-sem-arquivo {
    font-size: 0.875rem;
    color: #999; /* Cinza claro */
    font-style: italic;
    text-align: center;
    padding: 0.5rem;
    border: 1px dashed #ccc;
    display: inline-block;
}

/* Estilização do Formulário de Filtro */
#pca-form {
    margin-bottom: 20px;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
#pca-form select {
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

@media (max-width: 768px) {
    .pca-item-card {
        flex-direction: column;
        align-items: flex-start;
        padding: 15px;
        margin: 0;
        width: 100%;
        box-sizing: border-box;
    }
}

/*=============================================
 =                 single-pca               =
=============================================*/

.pca-content {
    margin-bottom: 30px;
    font-size: 1rem;
    line-height: 1.8;
}

/* Detalhes dos arquivos */
.pca-detail {
    margin-top: 20px;
}

.file_pca_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.file_pca_item {
    margin-bottom: 10px;
}

.btn-pca-pdf {
    margin-top: 20px;
    display: inline-flex;
    align-items: center;
    color: #0073b7;
    text-decoration: none;
    font-size: 1rem;
}

.btn-pca-pdf-pca:hover {
    text-decoration: underline;
}

.icon-pdf-pca {
    margin-right: 10px;
  }

.file_pca_item hr {
    border: none;
    height: 1px;
    background-color: #ddd;
    margin: 5px 0;
}

/*=============================================
 =      archive-resolucao-normativa     =
=============================================*/

.resolucao-normativa-item-card {
   background-color: white;
    border-left: 5px solid #0773b3;
    margin: 10px 0;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #e1e1e1; /* Borda ao redor de todo o item */
     border-left: 5px solid #0773b3; /* Borda mais espessa à esquerda */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}
.resolucao-normativa-item-card:hover {
   transform: translateY(-5px);
   box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.resolucao-normativa-item-card h2 {
 font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
    margin: 0;
}
.resolucao-normativa-item-card p {
     font-size: 1rem;
    color: #555;
    margin: 5px 0;
    margin-right: 10px;
    line-height: 1.5;
    max-height: 4.5em;
    overflow: hidden; 
    text-overflow: ellipsis; 
    display: -webkit-box;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
}
.btn-sem-arquivo {
    font-size: 0.875rem;
    color: #999; /* Cinza claro */
    font-style: italic;
    text-align: center;
    padding: 0.5rem;
    border: 1px dashed #ccc;
    display: inline-block;
}

/* Estilização do Formulário de Filtro */
#resolucao-normativa-form {
    margin-bottom: 20px;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
#resolucao-normativa-form select {
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.resolucao-normativa-botoes {
    display: flex;
    gap: 10px;
}

.btn-abrir-post {
     background-color: #0773b3;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    transition: background-color 0.2s, transform 0.2s;
    white-space: nowrap;
}

.btn-abrir-post:hover {
    background-color: #0056b3;
        color: #fff;
}


@media (max-width: 768px) {
    .resolucao-normativa-item-card {
        flex-direction: column; 
        align-items: center; 
        padding: 15px; 
        margin: 0;
        width: 100%; 
        box-sizing: border-box;
    }

    .resolucao-normativa-botoes {
        display: flex;
        justify-content: center; 
        align-items: center; 
        gap: 10px; 
        width: 100%; 
    }

    .btn-abrir-post {
        min-width: 120px; 
        padding: 10px; 
        font-size: 14px;
        text-align: center;
        margin: 0; 
    }
}

/*=============================================
 =          archive-deliberacoes          =
=============================================*/

.deliberacoes-item-card {
   background-color: white;
    border-left: 5px solid #0773b3;
    margin: 10px 0;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #e1e1e1; /* Borda ao redor de todo o item */
     border-left: 5px solid #0773b3; /* Borda mais espessa à esquerda */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}
.deliberacoes-item-card:hover {
   transform: translateY(-5px);
   box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.deliberacoes-item-card h2 {
 font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
    margin: 0;
}
.deliberacoes-item-card p {
     font-size: 1rem;
    color: #555;
    margin: 5px 0;
    margin-right: 10px;
    line-height: 1.5;
    max-height: 4.5em;
    overflow: hidden; 
    text-overflow: ellipsis; 
    display: -webkit-box;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
}
.btn-sem-arquivo {
    font-size: 0.875rem;
    color: #999; /* Cinza claro */
    font-style: italic;
    text-align: center;
    padding: 0.5rem;
    border: 1px dashed #ccc;
    display: inline-block;
}

/* Estilização do Formulário de Filtro */
#deliberacoes-form {
    margin-bottom: 20px;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
#deliberacoes-form select {
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

@media (max-width: 768px) {
    .deliberacoes-item-card {
        flex-direction: column;
        align-items: flex-start;
        padding: 15px;
        margin: 0;
        width: 100%;
        box-sizing: border-box;
    }
}

/*=============================================
 =          archive-atas      =
=============================================*/

.atas-item-card {
   background-color: white;
    border-left: 5px solid #0773b3;
    margin: 10px 0;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #e1e1e1; 
     border-left: 5px solid #0773b3; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}
.atas-item-card:hover {
   transform: translateY(-5px);
   box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.atas-item-card h2 {
 font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
    margin: 0;
}
.atas-item-card p {
     font-size: 1rem;
    color: #555;
    margin: 5px 0;
    margin-right: 10px;
    line-height: 1.5;
    max-height: 4.5em;
    overflow: hidden; 
    text-overflow: ellipsis; 
    display: -webkit-box;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
}
.btn-sem-arquivo {
    font-size: 0.875rem;
    color: #999; /* Cinza claro */
    font-style: italic;
    text-align: center;
    padding: 0.5rem;
    border: 1px dashed #ccc;
    display: inline-block;
}

/* Estilização do Formulário de Filtro */
#atas-form {
    margin-bottom: 20px;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
#atas-form select {
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

@media (max-width: 768px) {
    .atas-item-card {
        flex-direction: column;
        align-items: flex-start;
        padding: 15px;
        margin: 0;
        width: 100%;
        box-sizing: border-box;
    }
}

/*=============================================
 =          archive-sumulas                 =
=============================================*/

.sumulas-item-card {
   background-color: white;
    border-left: 5px solid #0773b3;
    margin: 10px 0;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #e1e1e1; /* Borda ao redor de todo o item */
     border-left: 5px solid #0773b3; /* Borda mais espessa à esquerda */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}
.sumulas-item-card:hover {
   transform: translateY(-5px);
   box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.sumulas-item-card h2 {
 font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
    margin: 0;
}
.sumulas-item-card p {
     font-size: 1rem;
    color: #555;
    margin: 5px 0;
    margin-right: 10px;
    line-height: 1.5;
    max-height: 4.5em;
    overflow: hidden; 
    text-overflow: ellipsis; 
    display: -webkit-box;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
}
.btn-sem-arquivo {
    font-size: 0.875rem;
    color: #999; /* Cinza claro */
    font-style: italic;
    text-align: center;
    padding: 0.5rem;
    border: 1px dashed #ccc;
    display: inline-block;
}

/* Estilização do Formulário de Filtro */
#sumulas-form {
    margin-bottom: 20px;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
#sumulas-form select {
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

@media (max-width: 768px) {
    .sumulas-item-card {
        flex-direction: column;
        align-items: flex-start;
        padding: 15px;
        margin: 0;
        width: 100%;
        box-sizing: border-box;
    }
}

/*=============================================
 =          archive-acordoes                 =
=============================================*/

.acordaos-item-card {
   background-color: white;
    border-left: 5px solid #0773b3;
    margin: 10px 0;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #e1e1e1; /* Borda ao redor de todo o item */
     border-left: 5px solid #0773b3; /* Borda mais espessa à esquerda */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}
.acordaos-item-card:hover {
   transform: translateY(-5px);
   box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.acordaos-item-card h2 {
 font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
    margin: 0;
}
.acordaos-item-card p {
     font-size: 1rem;
    color: #555;
    margin: 5px 0;
    margin-right: 10px;
    line-height: 1.5;
    max-height: 4.5em;
    overflow: hidden; 
    text-overflow: ellipsis; 
    display: -webkit-box;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
}
.btn-sem-arquivo {
    font-size: 0.875rem;
    color: #999; /* Cinza claro */
    font-style: italic;
    text-align: center;
    padding: 0.5rem;
    border: 1px dashed #ccc;
    display: inline-block;
}

/* Estilização do Formulário de Filtro */
#acordaos-form {
    margin-bottom: 20px;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
#acordaos-form select {
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

@media (max-width: 768px) {
    .acordaos-item-card {
        flex-direction: column;
        align-items: flex-start;
        padding: 15px;
        margin: 0;
        width: 100%;
        box-sizing: border-box;
    }
}


/*=============================================
 =          single-documento.php               =
=============================================*/
   .documento-single-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-left: 5px solid #0773b3; 
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    margin-top: 20px;
}

.documento-single-content {
    flex: 1;
    margin-right: 20px;
}

@media (max-width: 768px) {
    .documento-single-box {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
}

/*=============================================
 =          single-portaria.php               =
=============================================*/

    .portaria-single-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-left: 5px solid #0773b3;
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    margin-top: 20px;
    gap: 20px;
}

.portaria-single-content {
    flex: 1;
    margin-right: 20px;
}



@media (max-width: 768px) {
    .portaria-single-box {
        flex-direction: column;
        align-items: flex-start;
    }  
}



/*=============================================
=         Estilização archive-padrao         =
* Archive-controle_frac
=============================================*/ 


.arquivo-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.arquivo-item {
    background-color: #ffffff;
    border-radius: 8px;
    border-left: 5px solid #0773b3;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s, box-shadow 0.2s;
}

.arquivo-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.arquivo-item h4 {
    font-weight: bold;
    color: #333;
    font-size: 20px;
    margin-bottom: 10px;
}

.btn-arquivo {
    background-color: #e0a800;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    transition: background-color 0.2s, transform 0.2s;
    white-space: nowrap;
}

.btn-arquivo:hover {
        color: #333;
    border-color: #d39e00;
}

@media (max-width: 768px) {
    
    .arquivo-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .btn-arquivo {
       margin-left: 0;
        margin-top: 15px;
        align-self: center;
        text-align: center;
    }
}



/* Substitui a imagem quebrada do VLibras por URL funcional */

img[src*="access_icon.svg"] {
  content: url("https://cdn.jsdelivr.net/gh/spbgovbr-vlibras/vlibras-portal@dev/app/assets/access_icon.svg");
}

img[src*="access_popup.jpg"] {
  content: url("https://cdn.jsdelivr.net/gh/spbgovbr-vlibras/vlibras-portal@dev/app/assets/access_popup.jpg");
}