/* Pesquisa */
.portal-search {
    visibility: visible;
}

.newsDataPublicacao{
	margin-bottom:30px;
	
}

.documentFirstHeading{
  font-weight: bold;
    font-size: 38px;
}

.banner-redes-sociais {
  width: 100%;
  max-width: 800px;
  height: 108px; /* Ajuste essa altura para bater com a proporção da sua imagem */
  background-image: url('++resource++img/home/bannerredes.png');
  background-size: 100% 100%; /* Ou 'cover' se preferir corte inteligente */
  background-position: center;
  border-radius: 12px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.caixa-banners-principais-home-xs{
display: flex;
            flex-direction: column;

  background-color: #f0f0f0;
  padding-top: 45px;
}

/* O container para os ícones */
.icones-redes-container {
  position: absolute;
  top: 10px;
  right: 11px;
  display: flex;
  gap: 0px; /* Espaçamento entre os ícones */
  align-items: center;
  z-index: 10;
}

/* Estilo para as tags 'a' (os links) que envolvem os ícones */
.link-icone-redes {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 12px; /* Cantos arredondados iguais aos ícones */
  transition: transform 0.2s, box-shadow 0.2s;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
  outline: none;
}

/* Efeito de hover nos links */
.link-icone-redes:hover {
  transform: translateY(-3px); /* Levanta um pouco */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Os ícones de imagem propriamente ditos */
.icone-redes {
  width: 80%;
  height: 80%;
  object-fit: cover; /* Garante que a imagem preencha o container */
  border-radius:10px;
}


.banners-principais-home{
  margin-bottom: 20px;
}

.banners-principais-home-xs{
  margin-bottom: 40px;
}


#select-municipios{
  min-width: 225px;
}

#mapa_brasil {
    width: 97%;
    margin-top: 30px;
}


    #mapa_brasil path { fill:#3CB371 }
    #mapa_brasil a{ text-decoration:none }
    #mapa_brasil a:hover { cursor:pointer; text-decoration:none }
    #mapa_brasil a:hover path{ fill:#556B2F !important }
    #mapa_brasil a:hover .circle { fill:#556B2F !important; cursor:pointer }

#map-RJ path, #map-SP path, #map-ES path, #map-MG path{
	fill:#04a059;
}

#map-SC path, #map-PR path, #map-RS path{
	fill:#6dd630;
}

#map-PI path,#map-PE path,#map-PB path,#map-RN path,#map-AL path,#map-BA path,#map-CE path,#map-SE path{
fill:#00bb7e;
}
#map-AC path, #map-AM path,#map-RR path,#map-AP path, #map-PA path, #map-RO path, #map-TO path{
	fill:#29cc44;    
}    

#map-MS path,#map-MT path,#map-GO path, #map-DF path{
	fill:#2eeb9d;    
}


.filtro-item-tipo-casa{
  float: left;margin-left: 10px;
}

/* Container Grid para alinhar as caixas perfeitamente */
.estado-card {
  background-color: #e2f7e4; /* Fundo verde claro da parte inferior */
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  font-weight: bold;
}

/* Cabeçalho com a sigla do estado */
.estado-header {
  width: 100%;
  text-align: center;
  padding: 8px 0;
  color: white;
  font-size: 1.1rem;
  background-color: #10b981; /* Verde padrão (BA, CE, etc) */
}

.estado-valor {
  padding: 12px 0;
  color: #155724; /* Texto em verde escuro */
  font-size: 1.3rem;
  text-align: center;
}
/* DF - Cinza Escuro */
.card-df .estado-header {
  background-color: #70777a;
}

/* AC, AM, RO, TO... - Verde um pouco mais vivo/claro */
.card-nordeste .estado-header {
  background-color: #00bb7e;
}

/* RS, PR, SC - Verde Alface */
.card-sul .estado-header {
  background-color: #6dd630;
}

.card-norte .estado-header {
  background-color: #29cc44;
}
.card-centro-oeste .estado-header {
  background-color: #2eeb9d;
}


.card-sudeste .estado-header {
  background-color: #04a059;
}



#banner-oficinas{
  margin-top:6px;
}

.link-produto{
    font-size: 13px;
}

.redes-sociais{
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}


.img-principal-noticia img{
margin:auto;	
	
}

li.active{
  font-weight: bold;
}

#lista-eventos{
  font-size: 18px;
  margin-bottom: 30px;
}

#lista-eventos li a{
   color:#0195DA;
}

.dia-de-evento a{
  text-decoration: underline !important;
  text-decoration-color: red !important;
  text-decoration-thickness: 3px !important;
  font-weight: bold !important;

}

.caixa-data-atual{
  border: 1px solid #aaaaaa;
  height: 35px;
  padding-left: 15px;
  padding-top: 5px;
  border-radius: 4px;  
  color:#aaaaaa;
}

#data-atual-calendario::first-letter {
  text-transform: capitalize;
}

.autocomplete-list {
            list-style: none;
            padding: 0;
            margin: 0;
            border: 1px solid #ccc;
            max-width: 250px;
            max-height: 300px; /* Limita a altura para listas grandes */
            overflow-y: auto;   /* Adiciona barra de rolagem se necessário */
            display: none;
        }
        .autocomplete-list li {
            padding: 8px;
            cursor: pointer;
        }
        .autocomplete-list li:hover {
            background-color: #f0f0f0;
        }

.ui-datepicker-title{
   color:#0195DA;
}


@font-face {
  font-family:OpenSans;
  src: url("++resource++static/fonte/OpenSans.ttf");
}

#footer-interlegis {
width: 100%;
    height: 67px;
    background-image: url("++resource++img/home/footer-interlegis.png");
    background-size: contain;
    background-repeat: repeat-x;
    margin-bottom: 0px;
}

/* correção no estilo do menu */
:not(#_) .sf-wrapper .navbar-nav--sf>li>a {
    font-size: 18px!important;
}

#portal-columns {
    margin-left: -1em!important;
}
/* Carousel caption personalizado */
.carousel-caption{
	background: #337ab7;
	text-align: left;
  font-size: 0px;
  padding-right:20px !important;
  color: #fff;
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding-left: 30px !important;
}


.carousel-caption a{padding-left:2em;}
.carousel-caption a h3{padding-left:2em;}

.carousel-caption h2 {
  font-size: 20px;
  margin-top: 10px;
  line-height: 1.4;
  color: #ffffff;
}

.carousel-caption small {
  color: #cccccc;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img{
	 margin:0!important;
}
.carousel{
    width:100%;
}

.carousel .item img{
	height:179px !important;
	width:484px;
	
}
.carousel{
    width:100%;
}

.painel-title-cursos{color:white;}

.datahora-evento-proximos{
  font-size: 14px;
  font-weight: bold;
}


.painel-corpo{padding-left: 26px;}

.painel-corpo li{
	list-style:none;
	padding-bottom:8px;
	padding-right: 15px;
	font-size:14px;
	border-bottom:1px solid #005B9E;
	padding-top: 8px;
	
}

.painel-corpo li:last-child {
  border-bottom: 0;
}
  
.identificacao-site h1{
	  font-family: inherit!important;
    font-weight: bold;
    line-height:1,5em;
}

#linha1 ul {
  list-style: none;
  margin: 5px;
}
#linha2 { margin-top: 20px;
}
#linha2 p{
    text-align: justify;
    font-size: x-large;
    line-height: 1;
    margin: 0px;
}
.slide-link h4{
  text-align: left;
  font-size: x-large;
  line-height: 1;
  margin: 1em 0 0;
  color: #FFF;
  border-top:1px solid #fff;
  

}

.slide-link, .slide-noticia{
  width:125%;   
}

#linha2 a {
  color: #FFF;
  text-decoration: none;
}

#linha2 h2 {
  color: white;
  border-bottom: solid 1px;
  text-align: left;
  font-size: medium;
}
#linha1 .image{
    text-align:center;
    
}
/* #linha2 a:hover, a:focus {
  color: #FFF;
  text-decoration: none;
}
 */
#linha2 div {margin-bottom: 17px;}

#linha3{text-align: justify;}

#linha3 h2 {
    border-bottom: 1px solid;
    font-size: 25px;
}

#linha3 h3{border-bottom: solid 1px #ccc;}

#linha3 h2 {
    border-bottom: 1px solid #ccc;
    color: #6e8cad;
    margin-bottom: 33px;
}

.coluna3 h3 a{
    color:#666;
}

.divisor-horizontal-2px {
  margin-bottom: 2px;
  border-bottom: 2px solid #ccc;
  clear: both;
}

/* #linha3 h3{
    font-size:27px;
}
#linha3 h4 {
    border-bottom: 1px solid #ccc;
    color: #666;
    font-size: 23px;
    padding: 12px 0;
} */

/* #linha3 h4 a{
    color: #666!important;
} */

.coluna3 h3{
    color:#666;
}

.link-calendario-agenda-interlegis{
  padding-left:40px;
  margin-bottom: 5px;
}

.links-lai{
   background-color: #f5f5f5;
   border: solid 1px #ccc;
   margin-top: 68px;
   padding-top: 10px;
   padding-bottom: 10px;
}

.links-lai ul li{
margin-bottom: 5px;
}

.links-lai ul li a {
    margin-left: 15px;
}

.banner_leideacesso{
    margin-top:16px;
}

#toolbar {
    overflow: auto;
}
#portal-breadcrumbs {
    float: left;
}
#portal-breadcrumbs {
    display: block;
}
#portal-breadcrumbs {
    font-size: 80%;
    margin-bottom: 1em;
    margin-left: 0.25em;
}


#linha1 img {
    height: 58px;
}

.titulo h3 {
    text-align: center;
    width: 176px;
}

.row1_col h3 a {
  color: #3e6892!important;
  font-size: 16px;
}

.text-row1{
    text-align: left;
/*     color: #333;
    font-size: 14px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
 */}

.dropdown-toggle {
/*     color: #817777; */
    font-size: 18px;
/*     font-weight: bold; */
}

/* .navbar-inverse .navbar-nav > li > a{
  font-size:15px!important;
}
 */
 
.guia-lai{
   margin-top:35px;
 }

.guia-lai img{
   width:6%;
   float:left;
}

#guia-lai-texto {
    float: left;
    margin-left: 20px;
}

 .pesquisa-faq{
 float:right;
 }
 
.pergunta_LAI{
 margin-left:25px;
 }
 
.resposta_LAI{
   margin-left:25px;
 } 
 
.caixa_grande_LAI{
    margin-top:80px;
}

#content {
    font-size:100% !important;
}

#content .discreet {
    font-size: 100% !important;
}

.text-row1 a{
    font-size:13px !important;
  color:#565656 !important;
}

.text-participationt{
    font-size:13px !important;
  text-align: left;
}

.text-participationt a{
    color:#565656 !important;
}

#parent-fieldname-text h3{
     margin-bottom: 2.5px;
}

.caixa-sumario-evento {
    font-weight: 400;
    background: #fafafa;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.17);
    padding: 20px 12px 12px 0px;
    margin-left: 5px;
}    

.caixa-sumario-evento li{
	margin-bottom:10px;
	
}


.card-header-orgao{
  padding-left: 25px;
  padding-top: 25px;
  padding-bottom: 10px;
  
}

.orgao-atendido{
margin-top:30px;margin-bottom:60px; border: 1px solid rgba(0, 0, 0, .125);background-color: rgba(0, 0, 0, .03);border-radius: 4px;
	
}

.orgao-atendido td,th{
	border-left: 0 !important;
	border-right: 0 !important;
	border-top: 0 !important;
	padding-top: 10px;
	padding-left: .25rem; 
	padding-right: .27rem;
}

.orgao-atendido table{
    border-left: 0px;
    border-right: 0px;
	border-top: 0 !important;
	background-color: #f8f9fa;
	padding: .25rem .25rem;
}

.card-title-orgao {
  background-color: rgba(0, 0, 0, .03);
  padding-left: 24px;
  border-left: 5px solid #ee6e73;
  margin-bottom: 10px;
  font-weight: 500;
}    

.item-arquivo-orgao{
    position: relative;
    display: block;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    border-radius: 4px;
}

.item-arquivo-orgao:last-child{
    margin-bottom: 5px;
	
}


.container-imagem-mais-destaques {
  /* Essencial para que a legenda (position: absolute) se posicione dentro dele. */
  position: relative; 
  display: inline-block; /* Para que a div não ocupe toda a largura */
}

.container-imagem-mais-destaques a img {
  width: 366px;
  height: 176px;
  margin-bottom: 2em;
}



.caption-mais-destaques{
  position: absolute;
  bottom: 0; 
  left: 0; 
  width: 100%; 
  
  /* Estilos de legenda */
  background-color: rgba(0, 0, 0, 0.7); 
  color: white;
  padding: 10px;
  text-align: center;
}

.esconder-flickering {
  /* Visibilidade oculta é mais eficaz para este problema do que display: none */
  visibility: hidden; 
  opacity: 0; 
  
}

.estados-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
    gap: 16px;
    width: 100%;
    max-width: 900px;
    padding-top: 20px;
    padding-left: 27px;
    padding-right: 27px;
}

#mapa-mobile{
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 45px;
  margin-bottom:60px;
}

#link-outras-ufs{
  float:right;color:#005B9E;font-size: 18px;
}

#link-todos-tipo-casa{
  margin-right: 12px;
}

.filtro-vinculo-container {
            background-color: #fbfbfb;
            border: 1px solid #e0e0e0;
            border-radius: 8px;
            padding: 16px 20px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.02);

            /* O SEGREDO DO ALINHAMENTO E QUEBRA DE LINHA */
            display: flex;
            align-items: center;
            flex-wrap: wrap; /* Faz os itens irem para a linha de baixo se faltar espaço */
            gap: 12px;       /* Espaçamento uniforme entre os elementos */
            margin-top: 50px;
}

/* TEXTO DA ESQUERDA (Filtrar por tipo de vínculo) */
.filtro-vinculo-label {
            color: #6c757d;
            font-weight: 700;
            font-size: 14px;
            margin-right: 8px;
            white-space: nowrap; /* Impede que este texto quebre no meio das palavras */
}

/* ESTILO PADRÃO DOS BOTÕES / ITENS */
.filtro-vinculo-item {
            display: inline-flex;
            justify-content: space-between;
            align-items: center;
            background-color: #f8f9fa;
            border: 1px solid #ccd5e0;
            border-radius: 6px;
            padding: 8px 14px;
            min-width: 120px; /* Garante um tamanho mínimo confortável */
            height: 38px;
            text-decoration: none;
            cursor: pointer;
            transition: all 0.2s ease;
}

/* Texto dentro do botão */
.filtro-vinculo-nome {
            color: #1a65a4;
            font-size: 13px;
            font-weight: 600;
}

/* Número dentro do botão */
.filtro-vinculo-qtd {
            color: #727b84;
            font-size: 14px;
            font-weight: 700;
            margin-left: 15px;
}

/* --- ESTADO ATIVO ("Todos") --- */
.filtro-vinculo-item.ativo {
            background-color: #8da4be;
            border-color: #8da4be;
}
        
.filtro-vinculo-item.ativo .filtro-vinculo-nome,
.filtro-vinculo-item.ativo .filtro-vinculo-qtd {
            color: #ffffff;
}

/* Efeito de passar o mouse nos botões inativos */
.filtro-vinculo-item:not(.ativo):hover {
            background-color: #edf2f7;
            border-color: #1a65a4;
}


@media only screen and (min-width: 992px) {
.descricao-orgao{
	padding-left:0px !important;
}

.carousel-caption {
    padding-bottom: 10px !important;
}

#banner-oficinas{
    border-right: 2px solid #b8b8b8;

}

}

@media only screen and (max-width: 993px) {

.orgao-atendido td,th{
  padding-right: 1.40rem !important;
}

.redes-sociais{
  justify-content: center;
  gap: 70px;
  margin-top: 40px;
}

}

@media (min-width: 768px){
.estados-grid {
  display:none; 

}

#mapa-mobile {
  display:none; 

}

}


/* ocultar o botão ações, compartilhamento e estado */
#plone-contentmenu-workflow, #contentview-local_roles, #plone-contentmenu-actions{
	    display:none;
}

/* Menu de exibição */
#plone-contentmenu-display{display:none!important}


@media only screen and (max-width: 462px) {

#item-btn-todos-eventos{
  display:none;
}


#link-outras-ufs{
  float:none;
}
}

@media (max-width: 1110px){
.filtro-vinculo-item {
    display: block;
    margin-bottom:15px;
    border-radius: 2px;
}

.filtro-vinculo-container {
  display: block;
  border-radius: 2px;
}

.filtro-vinculo-label{
  margin-bottom: 10px;
  display: block;
  font-size: 17px;
}

.filtro-vinculo-qtd{
  font-size: 16px;
  float: right;
}

.filtro-vinculo-nome {
  font-size: 16px;
}

#link-todos-tipo-casa{
  margin-right: 0px;
}


}