@font-face {
    font-family: 'OpenSansLight';
    src: url('../fonts/OpenSans-Light.eot');
    src: url('../OpenSans-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Light.woff') format('woff'),
         url('../fonts/OpenSans-Light.ttf') format('truetype'),
         url('../fonts/OpenSans-Light.svg#OpenSansLight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansRegular';
    src: url('../fonts/OpenSans-Regular.eot');
    src: url('../OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular.woff') format('woff'),
         url('../fonts/OpenSans-Regular.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular.svg#OpenSansLight') format('svg');
    font-weight: normal;
    font-style: normal;
}
body{
	font-family: 'OpenSansRegular';
	font-size: 13px;
}
.clear{
	clear: both;
}
.container{
	max-width: 1170px;
	height: 100%;
	margin:0 auto;
	position: relative;
	z-index: 9998;
}
header{
	width: 100%;
	min-height: 680px;
	position: relative;
	background: url(../img/header2.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
header:before{
	content:'';
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bf224d+0,36295a+100 */
	background: rgba(191,34,77); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(191,34,77,.9) 0%, rgba(54,41,90,.9) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(191,34,77,.9) 0%,rgba(54,41,90,.9) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(191,34,77,.9) 0%,rgba(54,41,90,.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf224d', endColorstr='#36295a',GradientType=1 ); /* IE6-9 */
	z-index: 0;
}
header nav{
	position: fixed;
	width: 100%;
	z-index: 9999;
	transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
}
header nav #navResp{
	display: none;
	position: absolute;
	right: 20px;
	top:35px;
	z-index: 9999;
	color: #fff;
	font-size: 20px;
	border:thin solid #fff;
	padding: 5px 8px;
	border-radius: 3px;
	cursor: pointer;
}
header nav .logo{
	margin-top: 30px;
	float: left;
	transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
}
header nav ul{
	list-style: none;
	margin-top: 60px;
	float: right;
	transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
}
header nav ul li{
	display: inline-block;
	color: #fff;
	padding: 10px 30px;
	border:thin solid rgba(255,255,255,.1);
	border-radius: 3px;
	transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
}
header nav ul li:hover{
	border:thin solid #fff;
	background: #fff;
	color: #000;
}
header h2{
	width: 500px;
	position: relative;
	top:235px;
	color: #fff;
	margin:0 auto;
	text-align: center;
}
header h2 span{
	display: inline-block;
	font-size: 50px;
}
header .noteCygnus{
	width: 771px;
	height: 393px;
	background: url(../img/cygnusSistema2.png) no-repeat;
	position: relative;
	margin:0 auto;
	top:260px;
}
.sobre{
	width: 100%;
	padding: 120px 0px;
}
.sobre h2{
	text-align: center;
	font-family: 'OpenSansLight';
	text-transform: uppercase;
}
.sobre span.subTitle{
	display: table;
	text-align: center;
	margin:0px auto 50px auto;
	font-size: 15px;
	padding-bottom: 10px;
	border-bottom: thin solid #ddd;
}
.sobre p{
	margin:0px auto 10px auto;
	text-align: justify;
	padding: 0px 10px;
}
.sobre .bloco{
	float: left;
	padding: 10px;
	width:33.33333333333333%;/* 390px */
}
.sobre .bloco span.iconSobreA{
	display: table;
	margin:0px auto 30px auto;
	width: 84px;
	height: 62px;
	background: url(../img/iconSobre1.png) no-repeat;
}
.sobre .bloco span.iconSobreB{
	display: table;
	margin:0px auto 30px auto;
	width: 84px;
	height: 62px;
	background: url(../img/iconSobre2.png) no-repeat;
}
.sobre .bloco span.iconSobreC{
	display: table;
	margin:0px auto 30px auto;
	width: 84px;
	height: 62px;
	background: url(../img/iconSobre3.png) no-repeat;
}
.lei{
	width: 100%;
	min-height: 660px;
	position: relative;
	background: url(../img/report.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 120px 0px;
}
.lei:before{
	content:'';
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bf224d+0,36295a+100 */
	background: rgba(191,34,77); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(191,34,77,.9) 0%, rgba(54,41,90,.9) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(191,34,77,.9) 0%,rgba(54,41,90,.9) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(191,34,77,.9) 0%,rgba(54,41,90,.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf224d', endColorstr='#36295a',GradientType=1 ); /* IE6-9 */
	z-index: 0;
}
.lei h2{
	text-align: center;
	font-family: 'OpenSansLight';
	text-transform: uppercase;
	color:#fff;
	display: table;
	margin:0 auto;
	padding: 3px 20px;
	border-radius: 100px;
	
	text-shadow:1px 2px 1px #000;
}
.lei h3{
	text-align: left;
	font-family: 'OpenSansLight';
	text-transform: uppercase;
	color:#fff;
	font-size: 14px;
}
.lei h3 span{
	display: block;
	font-size: 25px;
}
.lei span.subTitle{
	display: table;
	text-align: center;
	margin:0px auto 50px auto;
	font-size: 15px;
	padding-bottom: 10px;
	border-bottom: thin solid #ddd;
	color: #fff;
}
.lei p{
	color: #fff;
}
.lei p.resumo{
	margin:20px auto;
	text-align: justify;
	padding: 15px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bf224d+0,36295a+100 */
	background: rgba(255,255,255,.3);
}
.lei .boxSubSecao{
	width: 100%;
	height: 130px;
	background: #592550;
	position: relative;
	padding-top: 10px;
	padding-left: 20px;
	border-radius: 3px;
}
.lei .boxSubSecao .seta{
	width: 20px;
	height: 20px;
	background: #592550;
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    position: absolute;
    bottom:-8px;
    left:50%;
}
.lei .descSubSecao{
	margin:0 auto;
	padding: 30px 0px;
	width: 60%;
	background: #fff;
	color: #000;
	border-top:4px solid #000;
}
.lei .descSubSecao p{	
	text-align: justify;
	padding: 0px 20px;
	color: #000;
}
.lei .boxSubSecaoRight{
	width: 250px;
	height: 250px;
	background: #BF224D;
	position: relative;
	float: right;
	padding-top: 70px;
	padding-left: 20px;
	margin-top: 50px;
}
.lei .boxSubSecaoRight .seta{
	width: 20px;
	height: 20px;
	background: #BF224D;
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    position: absolute;
    top:15px;
    left: -10px;
}
.lei .descSubSecaoRight{
	float: left;
	width: 880px;
	min-height: 250px;
	margin-top: 50px;
	padding: 5px 10px;
}
.lei .descSubSecaoRight p{
	text-align: justify;
	padding-right: 20px;
}
.recursos{
	width: 100%;
	min-height: 400px;
	background: #fff;
	padding-top: 70px;
	padding-bottom: 70px;
}
.recursos h2{
	text-align: center;
	font-family: 'OpenSansLight';
	text-transform: uppercase;
}
.recursos span.subTitle{
	display: table;
	text-align: center;
	margin:0px auto 50px auto;
	font-size: 15px;
	padding-bottom: 10px;
	border-bottom: thin solid #ddd;
}
.recursos h3{
	color: #000;
	font-size: 16px;
	font-family: 'OpenSansLight';
	text-align: center;
}
.recursos h3 span{
	display: inline-block;
	font-weight: bold;
	font-family: 'OpenSansRegular';
	background: #B6224D;
	color: #fff;
	padding: 3px 5px;
	border-radius: 2px;
}
.recursos .bloco{
	width: 33.33333333333333%;
	float: left;
	margin-top: 20px;
	padding: 15px;
}
.recursos .bloco h4{
	text-align: center;
}
.recursos .bloco p{
	text-align: justify;
}
.recursos .bloco span.iconTrans{
	width: 84px;
	height: 62px;
	display: block;
	background: url(../img/iconTransparencia2.png);
	margin: 0 auto;
}
.recursos .bloco span.iconCloud{
	width: 84px;
	height: 62px;
	display: block;
	background: url(../img/iconPlatoformaOnline.png);
	margin: 0 auto;
}
.recursos .bloco span.iconTreinamento{
	width: 84px;
	height: 62px;
	display: block;
	background: url(../img/iconTreinamento2.png);
	margin: 0 auto;
}
.recursos .bloco span.iconSeguranca{
	width: 84px;
	height: 62px;
	display: block;
	background: url(../img/iconSeguranca.png);
	margin: 0 auto;
}
.recursos .bloco span.iconSuporte{
	width: 84px;
	height: 62px;
	display: block;
	background: url(../img/iconSuporte.png);
	margin: 0 auto;
}
.contato{
	width: 100%;
	min-height: 660px;
	position: relative;
	background: url(../img/contato.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 70px 0px;
}
.contato:before{
	content:'';
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bf224d+0,36295a+100 */
	background: rgba(191,34,77); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(191,34,77,.9) 0%, rgba(54,41,90,.9) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(191,34,77,.9) 0%,rgba(54,41,90,.9) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(191,34,77,.9) 0%,rgba(54,41,90,.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf224d', endColorstr='#36295a',GradientType=1 ); /* IE6-9 */
	z-index: 0;
}
.contato h2{
	text-align: center;
	font-family: 'OpenSansLight';
	text-transform: uppercase;
	color:#fff;
	display: table;
	margin:0 auto;
	padding: 3px 20px;
	border-radius: 100px;
	
	text-shadow:1px 2px 1px #000;
}
.contato h3{
	text-align: center;
	font-family: 'OpenSansLight';
	color:#fff;
	font-size: 14px;
}
.contato form{
	max-width: 700px;
	margin:0 auto 40px auto;
}
.contato input[type="text"]{
	width: 100%;
	display: block;
	padding: 10px 5px;
	margin-bottom: 3px;
	border-radius: 2px;
	border:thin solid #ddd;
}
.contato textarea{
	width: 100%;
	min-height: 100px;
	display: block;
	padding: 10px 5px;
	margin-bottom: 3px;
	border-radius: 2px;
	border:thin solid #ddd;
	resize: none;
}
.contato button{
	display: table;
	padding: 10px 60px;
	margin:10px auto;
	background: #B6224D;
	border:none;
	color: #fff;
	border-radius: 50px;
	text-transform: uppercase;
	transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
}
.contato button:hover{
	background: #fff;
	color: #000;
}
.contato span{
	display: block;
	text-align: center;
	color: #fff;
}
footer{
	width: 100%;
	min-height: 60px;
	background: #000;
	padding-top: 13px;
}
footer img{
	display: table;
	margin:0 auto;
}


/* MEDIA QUERIES */
@media screen and (max-width: 990px){
	header nav{
		padding-bottom: 20px;
	}
	header nav .logo{
		float: none;
		display: table;
		margin:0px auto 20px auto !important;
	}
	header nav ul{
		float: none;
		display: table;
		margin:0 auto !important;
	}
	header nav ul li{
		margin-right: 5px;
	}
	.recursos .bloco{
		width: 80%;
		float: none;
		border:thin solid #rgba(255,255,255,.5);
		border-right: none;
		border-bottom: thin solid rgba(255,255,255,.1);
		margin: 0px auto 30px auto;
		padding-bottom: 20px;
		min-height: auto;
	}
	.recursos .bloco h4{
		border-bottom: none;
	}
	.recursos .bloco p{
		text-align: center;
	}
}
@media screen and (max-width: 850px){
	.noteCygnus{
		display: none;
	}
	header h2{
		top:300px;
	}
	.sobre{
		padding-top: 180px;
	}
	.sobre .bloco{
		float: none;
		width: 100%;
		border:thin solid #eee;
		margin-bottom: 5px;
	}
	.lei{
		padding-top: 180px;
	}
	.lei .descSubSecao{
		width: 95%;
	}
	.recursos{
		padding-top: 180px;
	}
	.recursos .bloco{
		width: 100%;
		text-align: justify;
		border:thin solid #eee;
		margin-bottom: 5px;
	}
}
@media screen and (max-width: 720px){
	.sobre, .recursos, .contato{
		padding-top: 165px;
	}
}
@media screen and (max-width: 650px){
	header nav{
		padding-bottom: 0;
	}
	header nav .logo{
		float: left;
	}
	header nav ul{
		display: none;
		float: none;
		background: rgba(182,34,77,.9);
		padding: 0;
		position: absolute;
		width: 100%;
		top:102px;
		left: 0;
	}
	header nav #navResp{
		display: block;
		float: right;
	}
	header nav ul li{
		display: block;
		width: 100%;
	}
	header nav ul a li{
		text-decoration: none !important;
		text-transform: uppercase;
		text-align: center;
	}
	header nav{
	position: fixed;
	width: 100%;
	z-index: 9999;
	transition: all ease 0s;
	-moz-transition: all ease 0s;
	-webkit-transition: all ease 0s;
	-o-transition: all ease 0s;
	-ms-transition: all ease 0s;
	}
	.recursos .bloco p{
		width: 100%;
	}
}
@media screen and (max-width: 630px){
	.noteCygnus{
		display: none !important;
	}
	header h2{
		width: 100%;
		top:300px;
		font-size: 25px;
	}
	header h2 span{
		font-size: 30px;
	}
}