a,img {border: none;}
.transicao {-webkit-transition:all ease-out 0.5s;-moz-transition:all ease-out 0.5s;-o-transition:all ease-out 0.5s;-ms-transition:all ease-out 0.5s;transition:all ease-out 0.5s;}	

.ativo {opacity: 1!important; filter:alpha(opacity=100)!important;}
 #noticia-imagem{
	text-align: left;
	background-image: url(../img/164201720144b1a7349-447d-4f39-b32a-80d680f8b190.jpg);
	background-size: cover;
	background-position: 0% 26%;
	position: relative;
	display: inline-block;
	width: 67%;
	position: relative;
	height: 100%;
	z-index: 3;
}
#figure_slide {
	min-width: 100%; 
	height:100%; 
	left: 0; right: 0; 
	top: 0;
	margin: 0 auto;
	position: relative;
	z-index: 0; 
	overflow: hidden;
}
#figure_slide img{
	min-width: 100%;
	min-height: 100%;
	margin-top: 0%;
	top: 0;
	opacity: 0;
	z-index: 0;
	position: absolute;
	height: 120px;
	object-fit: cover;
}

figcaption{
	position: relative; 
	display: inline-block;
	height: 100%;
	top: 0;
	z-index: 5;
	width: 30%; 
	font-family: "Kaushan Script","Lato","arial"; 
	color: #FFF; 
	font-size: 14pt; 
	background: #1a2640;
}
figcaption div{
	display: table;
	height: 100%;
	width: 100%;
	text-align: center;
}
figcaption h1{
	width: 95%;
	left: 0;
	right: 0;
	line-height: 40px !important; 
	padding: 0;
	margin: 0 auto;
	display: table-cell;
	vertical-align: middle;
}

@media all and (max-width: 800px){
	figcaption{
		width: 100%;
		height: 50%;
	}
	figcaption h1{
	line-height: 20px !important; 
		font-size: 12pt;
	}
	#figure_slide{
		width: 100%;
	}
	 #noticia-imagem{
	 	width: 100%;
		height: 50%;
	}
	#destaques{
		height: 125vw;
	}
}