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;}
 
#figure_slide {
	width: 100%; 
	height:100%; 
	left: 0; right: 0; 
	margin-right: auto; margin-left: auto; 
	position: absolute;
	top: 0; margin-top: 0;
	z-index: 0; 
	overflow: hidden;
}
#figure_slide img{
	width: 100%;
	margin-top: 0px;
	opacity: 0;
	height: auto;
	z-index: 0;
	position: absolute;
}

figcaption{
	display: table;
	position: relative; 
	z-index: 1;
	
	padding: 0 2.5%;
	width: 95%; 
	height: 100%;
	
	left: 0;
	right: 0;
	top: 0px;
	bottom: 0px;
	margin: auto;
	
	font-family: "Kaushan Script","Lato","arial"; 
	color: #F7A30A; 
	font-size: 24pt; 
	text-align: center;
	line-height: 75px; 
}
figcaption h1{
	text-shadow: 0px 0px 2px white;
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	display: table-cell;
	vertical-align: middle;
}
@media all and (max-width: 700px){
	figcaption h1{
		font-size: 20pt; 
		line-height: 55px; 

	}
}