/* CSS Document */
html, body {
    height: 100%;
}
body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}
#main{flex: 1}

a { text-decoration: none }
.x-small { font-size: 0.75rem !important }
.fw-500 { font-weight: 500 }
.lh-120 {line-height:1.2 }

.linha_vertical_cinza {
    border-left: 0.2em solid #8D8D8D;
    margin-right: 10px;
}

.liner_internas {
    text-align: left;
    text-transform: uppercase;
    font-size: 1.35rem;
    color: #0071ce;
    padding-left: 25px;
    position: relative;
    margin-top: 15px;
    margin-bottom: 20px;
    font-weight: bold;
}
.liner_internas a{color: #0071ce }
.liner_internas:before {
    content: " ";
    height: 22px;
    width: 22px;
    position: absolute;
    top: 0;
    left: 0;
	display:block;
	background-image:url(/images/marcador_bandeira.png)
}
.hover-shadow:hover{
	background: rgba(0,0,0,0.02);
	box-shadow: 0 3px 6px rgb(0 0 0 / 15%)  !important;
}
a.card-body:hover{
	background: rgba(0,0,0,0.02);
	box-shadow: 0 3px 6px rgb(0 0 0 / 15%)  !important;
}
.img-crop {
	object-fit: cover;
	object-position: top;
	transition: all 0.3s linear;
	width: 100%
}


@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
	display: none!important
}
}
@media (max-width: 767px) {
.hidden-xs {
	display: none!important
}
}

/*_____________Controles de paginação________________*/

#page_nav_box {color: #666; font-size: 11px; font-family: Arial, Helvetica, sans-serif; display: flex; justify-content: center;}
#page_nav_box div{min-height:28px; border:#999 1px solid; background-color:#F4F3EF; display: flex; justify-content: center; align-items: center;}
#page_nav_box .disable {border:#ccc 1px solid; text-align:center; background-color: #FFF; font-weight:bold; color:#CCC}
#page_nav_box a{display:block; color:#666; text-decoration:none; font-weight:bold; width:100%; height:100%; display: flex; justify-content: center; align-items: center;}
#pgnav_first{width:25px;margin-right:5px; text-align:center}
#pgnav_prev{width:75px;margin-right:5px}
#pgnav_prev img{margin-right:3px;}
#pgnav_next img{margin-left:3px;}
#pgnav_centro{width:80px;margin-right:5px; height:20px !important}
#pgnav_next{width:75px; margin-right:5px}
#pgnav_last{width:25px;}
#pgnav_first:hover, #pgnav_prev:hover, #pgnav_next:hover, #pgnav_last:hover {background-color:#E6E6E6}
#pgnavgo{width:24px; height:14px; border: 0px solid; color:#005782; font-size:11px; background-color:#E1E0D5; text-align:center}

/*/////////// PÁGINA DE BUSCA //////////////*/

.area_page_busca {
	padding-top: 15px;
	padding-bottom: 30px;
	background-color: #fff;
	border-top: 2px solid #e4e1e1;
}
.area_page_busca:nth-child(even){
  background-color: #fafafa;
}

.area_page_title{
	padding-top:20px;
	padding-bottom:20px;
	margin-bottom:30px;
	background-color: rgba(0,0,0,0.06);
	border-top:1px solid rgba(0, 0, 0, 0.05);
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.search_page_busca {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.search_page_busca form{
	width: 100% /*600px*/;
	max-width: 100%;
}
.box_form_busca {
	background: transparent;
	border: none;
	width: 100% /*600px*/;
	max-width: 100%;
	display: inline-block;
	position: relative;
	padding: 0;
}

.search_page_busca .busca_input_text {
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 8px 8px 0 0;
	padding: 0 173px 0 10px;
	height: 42px;
	display: block;
	font-size: 1.2rem;
}
.box_form_busca button.submit {
	position: absolute;
	right: 121px;
	top: 1px;
	height: calc(100% - 2px);
	width: 55px;
	background: #fff;
	border: none;
	border-right: 1px solid #ddd;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.box_form_busca button.btn_filtro {
	position: absolute;
	right: 1px;
	top: 1px;
	height: calc(100% - 2px);
	width: 120px;
	text-transform: uppercase;
	background: #fff;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius:0 8px 0 0;
	cursor: pointer;
	font-size: 0.8rem;
	font-weight: 600;
}
.btn_aplicar_filtro {
	display: inline-block;
	border-radius: 25px;
	border: 2px solid #444;
	text-transform: uppercase;
	padding: 10px 35px;
	font-size: 0.8rem;
	line-height: 0.8rem;
	font-weight: 700;
	color: #444;
	cursor:pointer
}
.btn_aplicar_filtro:hover {
	background: #444;
	color: #fff;
	text-decoration: none
}
.box_form_busca button.submit:hover, .box_form_busca button.btn_filtro:hover {
	background:#eee;
}
.btn_filtro i:after {
    content: "\f106";
}
.btn_filtro.collapsed i:after {
    content: "\f107";
}
.box_filtro_busca{
	width:100% /*600px*/;
	max-width: 100%;
	padding:16px;
	background-color:#FFF;
	border:1px solid #ddd;
	display:flex;
	flex-wrap: wrap;
	text-align:left;
	color:#222;
	font-size:.9rem
}

.title_sessao_busca {
	font-weight: 600;
	font-size: 1.9rem;
}
.title_sessao_busca a{
	color:#1d6cde
}

/*//////////// MAIS FILTROS DE BUSCAS OFFCANVAS /////////////*/

.bt_mais_filtros {
	position: absolute;
	top: 0px;
	right: 0;
	width: 66px;
	font-size: 0.8rem;
	padding: 5px;
	background-color:#0071ce;
	color:#fff;
}
.bt_mais_filtros:hover{
	color:#fff;
	background-color:#004d8d;
}
.container_mais_filtros{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	position: fixed;
	top: 200px;
	left:0;
	right:0
}
@media (max-width: 1199px) {
  .container_mais_filtros{
		top: 224px;
	}
}
@media (min-width: 1400px) {
  .container_mais_filtros {
	max-width: 1447px;
  }
}

@media (max-width: 991px) {
  .container_mais_filtros, #offcanvasFiltros {
	  display:none
  }
}


/*////////// LISTAGEM DE ITENS ///////////*/

.row_listagem {
	display: flex;
	flex-direction: column;
	/*margin-right: -15px;
	margin-left: -15px;*/
	/*background:#f8f8f8*/	
}
.item_listagem {
	border-top: 1px solid #e3e3e3;
	padding: 25px 0;
	display:flex;
	transition:color 0.2s ease;
	position:relative
}
.item_listagem p{color:#666;}
/*.item_listagem:hover {	background-color:rgba(0,0,0,0.01)}*/
.item_listagem:hover h4 {color:#007AC4}
.item_listagem:hover p{color:#000}
.item_listagem_img {
	overflow: hidden;
	position: relative;
	flex: 0 0 25%;
	min-width: 170px;
	margin-right: 14px;
	
	display: flex;
	align-items: center;
}
.item_listagem_img img {
	transition: transform 0.2s ease-out;
	border-radius:4px
}
.item_listagem:hover img {
	transform: scale(1.05);
}
.item_listagem_caption{
	flex: 1 0 0;
	position:relative
}
.item_listagem_data, .item_listagem_data_xs{
	position:absolute;
	color:#a7a7a7;
	font-size:0.8rem;
	bottom:-5px
}
.item_listagem h4 {
	color: #000;
	font-size: 1.3rem;
	font-weight: 600;
	margin-bottom: 5px;
}
.item_listagem h5 {
	color: #004a78;
	font-size: 0.8rem;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 5px;
}
@media (min-width: 576px) {
	.item_listagem_data_xs{display:none}
	.item_listagem_img {max-height: 160px}
}
@media (min-width: 1200px) {
.item_listagem_img {
	flex: 0 0 20% !important;
}
}

@media (max-width: 575px) {
	.bg-listagem-mobile {background: #e2e2e240}
	.item_listagem_data{ display:none}
	.item_listagem {
		flex-direction: column-reverse;
		background-color: #fff;
		padding: 15px 15px 30px;
		box-shadow: 0 1px 2px 1px rgba(0,0,0,0.2) /*0 2px 2px 0 rgba(0,0,0,0.1)*/;
		border: 0;
		margin-bottom: 12px;
		border-radius: 3px;
		margin-top: 2px;
	}
	.item_listagem:hover {	background-color: #fff}
	.item_listagem_caption{font-size:90%; padding:0}
	.item_listagem_caption h5 {font-size:.7rem}
	.item_listagem_caption h4{font-size:1.1rem}
	.item_listagem_data_xs{bottom:5px}
	.item_listagem_img{max-height: calc((100vw - 60px) / 1.4); margin:0}
}

/*//////// NOTÍCIAS //////////*/

@media (max-width: 575px){
	.wrap-img-noticias{
		padding-right:0;
	}
	.item-noticia .fs-5{font-size:1rem !important}
}
@media (min-width: 768px) {
	.img-noticias{
		height: 207px; 
	}
}
@media (min-width: 992px) {
  .img-noticias{
	  height: 110px; 
  }
  .item-noticia .fs-5{font-size:1.05rem !important}
}
@media (min-width: 1200px) {
	.img-noticias{
		height: 135px; 
	}
}
@media (min-width: 1400px) {
	.img-noticias{
		height: 160px; 
	}
}

.cabecalho_filtro {
    font-size: 1rem;
    font-weight: 500;
}
.cabecalho_filtro span{
	color: #6c757d;
}
.label-filtros {
    position: absolute;
    top: -9px;
    left: 10px;
    background-color: #fff;
    color: #b8b9ba;
    font-size: 0.75rem;
    font-weight: 500;
}

/*//////// NOTÍCIA //////////*/

/*//////// CREDÍTOS FIXOS NA FOTO //////*/
.w3cgWrapper{position:relative}
.credito_foto{
    position: absolute;
    top: 6px;
    right: 4px;
    color: #ffffffde;
    font-size: 11px;
    text-shadow: #222 1px 1px 1px;	
}
.w3cgLegenda:empty {
   display: none;
}

blockquote{
    border-left: 0.3em solid #EB2939;
    padding-left: 1rem
}

blockquote p{
    font-size:1.3rem !important;
    font-weight:bold !important;
    line-height: 1.5 !important
}
.titulo {
    color: #0071ce;
    font-weight: 500;
    font-size: 2.2rem;
    margin-bottom: 30px;
}
@media (max-width: 575px) {
    .titulo{font-size:1.5rem !important}
}
.txt_noticia{font-size: 1.24rem;}
.txt_noticia p {
	line-height: 1.7;
	font-weight: normal;
	margin-bottom:30px
}
.twitter-tweet, .instagram-media {
	margin-left: auto !important;
	margin-right: auto !important;
}
/*/////// VEJA MAIS NOTÍCIAS //////////*/

@media (max-width: 575px) {
.wrap-img-noticias-vejamais { padding-right: 0px }
.item-noticia-vejamais { border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }
}
@media (min-width: 576px) and (orientation: landscape) {
.img-noticias-vejamais { height: 143px; }
}
@media (min-width: 768px) {
.img-noticias-vejamais { height: 224px; }
}
@media (min-width: 992px) {
.img-noticias-vejamais { height: 144px; }
}
@media (min-width: 1200px) {
.img-noticias-vejamais { height: 174px; }
}
@media (min-width: 1400px) {
.img-noticias-vejamais { height: 204px; }
}

/*//////////////////////// CONTROLES DE MIDIAS ///////////////////////////////*/

.w3cgWrapper {
	background-color:#f1f3f4; 
	margin:0 0 16px 0; 
	line-height:0;
	display:block
}
.w3cgLegenda {
	font-size: 0.9rem;
    color: #fff;
    line-height: 1.4;
    padding: 4px 8px;
    display: block;
	background-color:#323232;
	white-space: pre-wrap;
    word-wrap: break-word;
}
.w3cgLegenda:empty {display: none;}

.w3cgWrapper img{width:100%; height:auto}
.w3cgWrapper video, .w3cgWrapper audio{width:100%}
.w3cgWrapper iframe{width:100%; aspect-ratio: 1.77777778; background-color:#000}

.w3cgAlignLeft	{float:left; width:400px; margin-right:15px;}
.w3cgAlignCenter{width:100%; margin-right:auto; margin-left:auto; margin-bottom:15px;}
.w3cgAlignRight	{float: right; width:400px; margin-left:15px;}

@media (max-width: 767px) {
	.w3cgAlignLeft	{width:50%;}
	.w3cgAlignRight	{width:50%;}
}
/*//////////// FIM DOS CONTROLES DE MÍDIAS ////////////////*/




/*/////////// PAUTAS //////////*/

.campos_pautas {
	margin-top: 0;
	margin-bottom: 2rem;
	font-size:1rem
}

@media (max-width: 575px){
	.item-pauta .fs-5{font-size:1.1rem !important}
}

/*/////////// GALERIA DE FOTOS /////////////*/

@media (max-width: 575px){
	.wrap-img-fotos{
		padding:0;
	}
	.item-fotos .fs-5{font-size:1rem !important}
	.item-fotos .col{padding-right:2px}
	.item-fotos .card-body{
		padding-top:4px;
		padding-bottom:4px;
	}
	.item-fotos .card{
		border-radius:0;
	}
}
@media (min-width: 768px) {
	.img-fotos{
		height: 207px; 
	}
}
@media (min-width: 992px) {
  .img-fotos{
	  height: 110px; 
  }
  .item-fotos .fs-5{font-size:1.05rem !important}
}
@media (min-width: 1200px) {
	.img-fotos{
		height: 135px; 
	}
}
@media (min-width: 1400px) {
	.img-fotos{
		height: 160px; 
	}
}


.card-deck {
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap; 
	align-items: stretch;
}
.card-deck .card {
	display: block;
}
@media (max-width: 575px){
	.card-deck .card {
		flex-basis: 100%; /* change this value for each breakpoint*/
	}
}
@media (min-width: 576px){
	.card-deck .card {
		flex-basis: 49%; /* change this value for each breakpoint*/
		/*margin-left:5px;
		margin-right:5px*/
	}
}

/*////////////// INCLUDES INTERNAS ///////////////*/
.badge-aside{
	font-size: 0.7em;
    font-weight: 700;
    line-height: 1;
    text-align: inherit !important;
    white-space: inherit !important;
}

.img-asides{
	object-fit: cover; 
	object-position: top;
}
@media (min-width: 576px){
	.img-asides{
		height: 144px; 
	}
}
@media (min-width: 768px) {
	.img-asides{
		height: 136px; 
	}
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
	.img-asides{
		height: 92px;
	}
}
@media (min-width: 1400px) {
	.img-asides{
		height: 111px;
	}
}

/*/////// ACESSIBILIDADE ////////////*/

.grade_teclas, .grade_navagadores{ border: 1px solid #ddd}
.grade_row {
    display: flex;
    border-bottom: 1px solid #ddd;
    min-height: 40px;
}
.grade_row:nth-child(even){
    background-color:#f9f9f9
}
.grade_esq{
    flex: 0 0 60px;
    display: flex;
    align-items: center;
}
.grade_dir{
    flex:1;
    display: flex;
    align-items: center;
    padding-left:10px
}
.grade_teclas .tecla{
    background-color:#6c757d;
    color:#FFF;
    font-size:1.2rem;
    font-weight: bold;
    justify-content: center;
}

.grade_navagadores .grade_esq{
    flex: 0 0 40%;
    display: flex;
    align-items: center;
    padding-left:10px
}

/*/////// HIERÁRQUICAS /////*/

.caminho {
    font-size:0.9rem;
    color:#002959;
}
.caminho span{margin:0 5px; font-size:1.2rem}
.caminho a{
    color:#002959;
}
.caminho a:hover{
    color: #007ac4;
}
.area_page_title{
    padding-top:20px;
    padding-bottom:20px;
    margin-bottom:30px;
    background-color: rgba(0,0,0,0.03);
    border-top:1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.area_page_title h1 {
    margin: 0 0 -1px 0;
    display: inline-block;
    font-size: 2.2em;
    line-height: 42px;
	color:#002959;
}

/*/////////// CONTEÚDO - TEXTOS /////////////*/
.caixa_submenus{
    margin-top:20px;
    border-top: 2px solid rgba(0,0,0,.3);
}
.item_submenu a {
    color:#666;
    border-top: 1px solid rgba(0,0,0,.1);
    padding:15px 0;
    display:flex;
    font-weight:600;
    align-items: center;
    transition: all 0.2s ease-out;
}
.item_submenu a i{ font-size:1.5rem}
.item_submenu a i.fa-external-link-alt{font-size:0.8rem}
.item_submenu a:hover{
    color: #007ac4;
    background-color: rgba(0,0,0,0.03);
    
}

/*/////// MAPA DO SITE ///////////*/

.mapasite h4{
	font-size:1.5rem;
	color:red;
}
.mapasite li a{
	font-size:1.05rem;
	font-weight:normal;
}