/*
#topo-rotativo {
	width: 100%; height: 450px; position: absolute; left: 0; top: 0; z-index: 0; 
	.button {
		font-size: 1em;	padding: 10px 20px;	border-radius: 5px;	color: #FFF; text-decoration: none;
	}
	.tbl {
		display: table; width: 100%; height: 100%; position: absolute; left: 0; top: 0; overflow-x: hidden	
	}
	.tbl-cell {
		display: table-cell; padding: 50px;
	}
	.tbl1 {
		z-index: 1;
	}
	.full {
		width: 100%; height: 100%; position: absolute; left: 0; top: 0; overflow-x: hidden;	background-size: auto 100%; background-repeat: no-repeat;	background-position: top left;
	}
	.tbl2 {
		z-index: 1;
		.paragraph {
			color: $mainColor; color: #FFF;	font-family: $font_titulos; font-size: 3em; padding: 3em; line-height: 1.25;
		}
	}
	#overlay {
		position: absolute;	z-index: 3;	vertical-align: middle;
	}
	#paginacao {
		position: absolute;	left: 0; bottom: 20px;	z-index: 1001;	height: 20px; width: 100%;	padding: 0 20px; display: none;
	}
	.pager {
		width: 25px; height: 20px; line-height: 20px; font-size: 15px; color: #FFF; text-align: center; display: inline-block;
	}
	.arrows_ph {
		position: absolute;
		top: 50%;
		z-index: 98;
		opacity: 1;
		color: #0D1B5E;
		cursor: pointer; 
		display: none;
	}
	.arrows_ph div {
		margin-top: -1.5em;
		margin-left: -0.5em; 
	}
	.arrows_ph div span {
		font-size: 3em; 
	}
	.arrow-l {
		left: 0px; 
	}
	
	.arrow-r {
		right: 0px; 
	}
}
.tit1 {
	font-size: 1.5em; 
}
.tit2 {
	font-size: 1.3em;
}
@media only screen and (min-width : 768px) { 
	#topo-rotativo {
		height:550px;
	}
	.tit1 {
		font-size: 2.5em; 
	}
	.tit2 {
		font-size: 2em;
	}
}
@media only screen and (min-width : 1024px) { 
	#topo-rotativo {
		height:650px;
	}
}
*/
