.signed a,
.lis a,
.lis a h1,
.lis a h2,
.lis a p,
.fx{
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.anim {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.noeffect{
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

input,
textarea,
body{
	font-family: 'Fira Sans', sans-serif;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
}

body,
.dib{
	font-size: 14px;
}

body{
}

.site{
	display: block;
	position: relative;
}

.in{
	max-width: 1200px;
}

.header{
	position: relative;
}

.header_txt{
	position: absolute;
	text-align: center;
	width: 100%;
	top: 20px;
}

.header img{
	width: 100%;
}

.header_txt h1{
	font-weight: 700;
	font-style: italic;
	font-size: 120px;
	height: 110px;
	color: #216093;
}

.header_txt h2{
	text-transform: uppercase;
	font-size: 18px;
	color: #216093;
	font-style: italic;
}

.lis{
	padding: 20px 20px 0px 20px;
	position: relative;
	margin: 0 auto;
	max-width: 960px;
}

.lis li{
	padding-bottom: 80px;
	font-size: 22px;
	line-height: 35px;
}

.lis li a{
	color: #216093;
}

.lis li h1{
	font-style: italic;
	font-weight: 700;
	font-size: 45px;
	line-height: 60px;
}

.lis li h2{
	font-size: 30px;
	line-height: 40px;
	font-weight: 300;
	padding-top: 14px;
	padding-bottom: 7px;
}

.lis li a .botao{
	margin-top: 10px;
	padding: 10px 20px;
	border: 1px solid #216093;
	display: inline-block;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-khtml-border-radius: 4px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 20px;
}

.lis li a:hover > h2,
.lis li a:hover > p{
	color: #1A9355;
}

.lis li a:hover > .botao{
	border-color: #1A9355;
	color: #1A9355;
}

.signed .in{
	max-width: 960px;
	padding: 0px 20px;
	padding-bottom: 20px;
}

.signed a img{
	width: 50px;
}


.signed a{
	opacity:0.5;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
}

.signed a:hover{
	opacity:1;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
}









