/*
	[Initial]
				 */
				 
@charset "UTF-8";

img, object, embed, video {
	max-width: 100%;
	}
	
body{ 
	background:#FFFFFF;
	}

*{
	margin:0;
 	padding:0;
	}
 
*, *::after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
	
html {
	font-size: 50%;
	}
	
.ie6 img {
	width:100%;
	}

.gridContainer { 
	margin-left:auto; 
	margin-right:auto;
	width:100%;
	}


/*
	[Attribute]
				 */
img {
	border:0;
	padding:0;
	margin:0;
	}

.product span img {
}

	
a{ border:0;
   text-decoration:none;
	}



/*
	[Elements]
				 */
	
.content{
	width:100%;
	float:left;
	}

header{
	float:left;
	width:100%;
	}
	
section{
	float:left;
	width:100%;
	}
	
article{
	float:left;
	width:100%;
	}
	
footer{
	float:left;
	width:100%;
	}
	
	

@media only screen and (min-width: 300px) {

	


/*
	[Elements]
				 */
	
.nav ul {
	font-size: 1.8em!important;
}

.container{
	margin:0 auto;
	width:90%;
	height:auto;
	padding:5px 0;
	}

	

/*
	[Background]
				 */
	
.bg-header{
	min-height: auto;
	position: relative;
	z-index: 888;
	background: rgba(255,255,255,1.00)

	}
	
.bg-article{
	background:url(img/bg-article.png) top center no-repeat;
	top: -180px;
	z-index: 7;
	position: relative;
	margin-bottom: -150px
	}

	.bg-footer{
	background:url(img/bg-footer.jpg) center center no-repeat;
	float:left;
	width:100%;
	min-height:auto;
	position:relative;
	margin: 0 auto;
	max-width: 1920px;
	bottom:0px;
	background-position: 50% 0; 
	background-repeat: repeat;
	background-attachment: fixed;
	z-index: 222;
	}	

	.bg-section-page{
	background:url("img/bg-section-page.jpg") center center no-repeat;
	float:left;
	width:100%;
	min-height:auto;
	position:relative;
	margin: 0 auto;
	max-width: 1920px;
	bottom:0px;
	background-position: 50% 0; 
	background-repeat: repeat;
	background-attachment: fixed;
	z-index: 111;
		padding: 0 0 30px;
	}	



/*
	[HEADER]
				 */
		
header h1{
	font-size:0px;
	}		
	
a.logo{
	width:100%;
	padding: 0;
	text-align: center;
	float: left;
	margin: 0;
	}	 
	
	
img.logo{ 
	width:280px;
	margin: 25px 0;
	text-align: center;
	}

	
	.box-header{
		float:left;
		width: 100%;
		margin: 10px 0 0;
	}

	
.number{
	width: 100%;
	margin:0 0 30px;
	padding:0;
	float: right;
	}
	
span.icon-number{
	width: 100%;
	text-align: center;
	float: left;
	}
	
span.icon-number img{
	width:35px;
	text-align: center;
	margin: 10px 0;
	}
	
.number a{
	font-size:16px;
	line-height: 1.5;
	width: 100%;
	text-align: center;
	float: left;
	color:#424242;
	font-family: Segoe, "Segoe UI";
	margin: 2px 0;
	 }


/*
	[ANIMATION]
				 */

#layerslider{
	width: 100%; 
	height:350px;
	right:0;
	background:center center;
	z-index:1;
	position:relative;
	float:left
	}


#layerslider img{
	max-width: auto !important;
	height:350px !important;
	}

	
#layerslider .ls-slide span{
	float:right;
	width:100%;
	text-align:center!important;
	color:#FFFFFF;
	font-family: 'open sans';
	line-height:1.2;
	position:relative;
	font-weight: 600;
	opacity: 1;
	font-size:16px;
	top:110px;
	left: 0;
	}

	#layerslider .ls-slide span	p.size-min{
		font-size: 15px!important;
		letter-spacing: 2px;
		color: #f5f5f5;
		font-weight: 100;
	}
	
	
	
/*
	[ARTICLE]
				 */
		
	article h1{
		font-family: 'open sans';
		text-align: center;
		color: #4862a3;
		font-weight: bold;
		font-size: 2.4em;
		line-height: 1;
		width: 100%;
		float:left;
		margin: 150px 0 0;
	}
		
 	article h1 span{
	font-size: 16px;
	color: #dd3439;
	letter-spacing: 2px;
	}
	
	
	.line	{
		float:left;
		width: 10%;
		margin: 25px 45% 0;
		height: 1px;
		background: #DFDFDF;
	}
	
	
	.text{
		float:left;
		width: 100%;
		padding: 10px;
		margin: 10px 0;
	}
		
		
	.text p{
		font-family: 'open sans';
		text-align: justify;
		color: #484747;
		font-weight: lighter;
		font-size: 1.7em;
		line-height: 1.7;
		width: 100%;
		float:left;
		margin: 20px 0 0;
	}
	
	
	
	aside{
		float:left;
		width: 100%;
		margin: 50px 0 0;
		text-align: center
	}
	


	ul.atuacao{
		float: left;
		width: 100%;
		text-align: center;
		list-style: none
	}
	
	ul.atuacao li{
		float: left;
		width: 49%;
		padding: 10px;
		text-align: center;
		border: 1px solid rgba(237,237,237,1.00);
		margin: 5px 0.5%
	}
	
	ul.atuacao li:hover{
	opacity: 0.7;
	transition: 1s;
	-webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);

	}
	
	
	
	ul.gallery{
		float: left;
		width: 100%;
		text-align: center;
		list-style: none
	}
	
	ul.gallery li{
		float: left;
		width: 48%;
		padding: 10px;
		text-align: center;
		border: 1px solid rgba(237,237,237,1.00);
		margin: 5px 0.5%;
	}

	ul.gallery li:hover{
	opacity: 0.7;
	transition: 1s;
	-webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
	}

	
	
	
	/*	[CONTACT]	*/

	ul.list-contato{
		float:left;
		list-style: none;
		width: 100%;
	}
	
	ul.list-contato li{
		float:left;
		width: 100%;
		padding: 25px 0;
		text-align: center;
	}
	
	ul.list-contato li:hover{
		opacity: 0.8
	}
	
	ul.list-contato li h2{
		font-family: 'open sans';
		font-size: 16px;
		color: rgba(42,42,42,1.00);
		margin: 10px 0;
	}
	
	ul.list-contato li a{
		font-family: 'open sans';
		font-weight: 100;
		font-size: 13px;
		color: rgba(77,77,77,1.00);
		margin: 5px 0;
		padding: 0 10px;
		float: left;
		text-align: center;
		width: 100%;
	}
	
	.input{
		float:left;
		width: 95%;
		margin: 5px 2.5%;
		padding: 15px;
		background: rgba(0,0,0,0.11);
		color: rgba(157,177,220,1.00);
		font-family: 'open sans';
		border:4px solid rgba(34,60,119,1.00);
		border-radius: 4px;
		font-size: 15px;
	}
	
	.input2{
		float:left;
		width: 95%;
		margin: 5px 2.5%;
		padding: 15px;
		background: rgba(0,0,0,0.11);
		color: rgba(157,177,220,1.00);
		font-family: 'open sans';
		border:4px solid rgba(34,60,119,1.00);
		border-radius: 4px;
		font-size: 15px;
	}
	
	.send_box{
		float:left;
		width: 100%;
		text-align: center;
		margin: 40px 0;
	}
	
	.send{
		padding: 15px 30px;
		text-align: center;
		background: rgba(28,52,106,1.00);
		color: #FFF;
		border: 0;
		border-radius: 4px;
		cursor: pointer;
	}
	
	.send:hover{
		opacity: 0.5;
	}
	
/*
	[SECTION]
				 */

	section h2{
		float:left;
		width: 100%;
		text-align: center;
		margin: 35px 0 5px;
		font-family: 'open sans';
		font-weight: bold;
		font-size: 25px;
		letter-spacing: 2px;
		color: #9AA9C8;
	}
	
	
	ul.diferenciais{
		float:left;
		list-style: none;
		width: 100%;
		padding: 5px;
		border-left: 0 ;
		margin: 20px 0;
	}	

	ul.diferenciais li{
		float: left;
		width: 100%;
		margin: 6px 0;
	}	


	ul.diferenciais li span{
		width: 100%;
		float: left;
		text-align: center;
	}	

	ul.diferenciais li p{
		width: 100%;
		float: left;
		font-size: 12px;
		font-family: 'open sans';
		color: #FFF;
		margin-top: 15px;
		text-align: center
	}	

	section p.text-diferenciais{
		float:left;
		width: 100%;
		padding: 25px;
		border: 2px solid rgba(132,190,213,.3);
		border-radius: 20px;
		font-family: 'open sans';
		font-size: 14px;
		line-height: 1.6;
		text-align: justify;
		color: #84BED5;
	}

	.ceo{
		float:left;
		width: 100%;
		margin: 50px 0;
	}
	
	.img-ceo{
		float:left;
		text-align: center;
		width: 100%;
	}
	
	.ceo h3{
		float:left;
		width: 100%;
		text-align: center;
		margin: 10px 0 20px;
		font-family: 'open sans';
		font-weight: bold;
		font-size: 16px;
		letter-spacing: 2px;
		color: #9AA9C8;
	}
	
	.ceo p{
		float:left;
		text-align: center;
		font-size: 13px;
		font-family: 'open sans';
		color: #FFFFFF;
		width: 100%;
		line-height: 1.6;
	}	
	
	
	
/*
	[SERVICES]
				 */

	ul.services {
		float:left;
		width: 100%;
		list-style: none;
		padding: 20px;
		display: flex;
        flex-wrap: wrap;
	}
	
	ul.services li {
		font-size: 15px;
		width: 98%!important;
		margin: 5px 1%;
		padding: 5px 5px 5px 15px;
		font-family: 'open sans';
		border-left: 5px solid #334e91;
		float: left;
		border-bottom: 4px solid rgba(223,223,223,0.2);
	}
	
		ul.services li span{
			font-size: 12px
	}

	
	ul.services li:hover{
		background: rgba(51,78,145,1.00);
		color: #FFF;
		transition: 1s;
		border-radius: 15px;
	}
	
	ul.tecnologia{
		float:left;
		list-style: none;
		width: 100%;
		margin: 15px 0;
		padding: 20px;
	}

	ul.tecnologia li{
		float:left;
		width: 48%;
		padding: 5px;
		margin: 1%;
		border: 1px solid rgba(76,110,187,1.00);
		border-radius: 8px;
		background:rgba(255,255,255,0.19)
	}

	ul.tecnologia li:hover{
		opacity: 0.5;
	}
	
		
	ul.partners{
		float:left;
		width: 100%;
		list-style: none;
	}

	ul.partners li{
		float:left;
		width: 48%;
		padding: 5px;
		border: 1px solid rgba(228,228,228,1.00);
		margin: 1%;
		border-radius:4px; 
	}


	
	
/*
	[FOOTER]
				 */
				 
	ul.contact{
		float:left;
		width: 100%;
		list-style: none;
		margin: 50px 0 20px;
	}
	
	ul.contact li{
		float:left;
		width: 100%;
		text-align: center;
		margin: 25px 0;
	}

	ul.contact li p{
		font-family: Segoe, "Segoe UI";
		font-size: 15px;
		color: #ffffff;
		margin: 15px 0;
		line-height: 1.6
	}

	ul.contact li a{
		color: #ffffff;
	}

	.line-ans{
		float: left;
		width: 100%;
		margin: 20px 0;
	}
	
	.line-contact{
		width: 50%;
		margin: 10px 25%;
		background: #334e91;
		height: 1px;
		float: left;
	}
	
	
	a.logo-footer{
		float:left;
		width: 0;
		margin: 0;
		text-align: center;
	}
	
	a.ans{
		text-align: center;
		float: left;
		width: 100%;
		font-family: Segoe, "Segoe UI";
		color: #ffffff;
		font-size: 11px;
		text-transform: uppercase;
		padding: 12px 0;
	}
	
	ul.redes{
		float:left;
		width: 40%;
		list-style: none;
		text-align: center;
		margin: 25px 30%;
	}
	
	ul.redes li{
		float:left;
		width: 33.3%;
		text-align: center;
	}
	
	
}







@media only screen and (min-width: 603px) {

	
/*
	[ANIMATION]
				 */

#layerslider{
	height:500px;

	}


#layerslider img{
	height:500px !important;
	}

	
#layerslider .ls-slide span{
	float:right;
	width:100%;
	text-align:center!important;
	color:#FFFFFF;
	font-family: 'open sans';
	line-height:1.2;
	position:relative;
	font-weight: 600;
	opacity: 1;
	font-size:25px;
	top:190px;
	left: 0;
	}

	#layerslider .ls-slide span	p.size-min{
		font-size: 22px!important;
	}


	
		ul.list li{
		width: 50%;
	}


		ul.contact li{
		width: 33.3%;
	}

		ul.contact li p{
			font-size: 12px;
	}

		ul.atuacao li{
		width: 24%;
	}

	ul.tecnologia li{
		width: 23%;
	}

		
	ul.partners li{
		width: 18%;
		margin: 1%;
	}


	
	ul.gallery li{
		width: 24%;
	}
}



@media only screen and (min-width: 1024px) {


/*
	[Elements]
				 */
	
.nav ul {
	font-size: 1.4em!important;
}

	
.container{
	width:1000px;
	}



/*
	[Background]
				 */
	
	
.bg-header{
	min-height: 192px;
	position: fixed;
	z-index: 999999;
	background: url("img/bg-header.png") rgba(255,255,255,0.00)

	}
	
.bg-article{
	top: -180px;
	margin-bottom: -140px;
	}





/*
	[HEADER]
				 */
		
	
a.logo{
	width:30%;
	padding: 0;
	text-align: center;
	margin: 10px 0 0;
	}	 
	
	
img.logo{ 
	width:390px;
	margin: 20px 0;
	text-align: center;
	}
	
	.box-header{
		width: 70%;
		margin: 10px 0 0;
	}

	
.number{
	width: 25%;
	margin:2% 0 0;
	padding:0 15px;
	float: right;
	}
	
span.icon-number{
	width: 100%;
	text-align: center;
	}
	
span.icon-number img{
	width:35px;
	margin: 5px 0;
	}
	
.number a{
	font-size:1.6em;
	line-height: 1.5;
	text-align: center;
	margin: 2px 0;
	 }

.number a:hover{
	opacity: 0.5
	 }


/*
	[ANIMATION]
				 */

#layerslider{
	height:700px;
	}


#layerslider img{
	max-width: auto !important;
	height:916px !important;
	}

	
#layerslider .ls-slide span{
	text-align:center!important;
	line-height:1.2;
	opacity: 1;
	font-size:30px;
	top:320px;
	left: 220px;
	}

	#layerslider .ls-slide span	p.size-min{
		font-size: 25px!important;
		letter-spacing: 7px;
	}

	
	
/*
	[ARTICLE]
				 */
		
	article h1{
		text-align: center;
		font-size: 55px;
		line-height: 0.6;
		margin: 170px 0 50px;
	}
		
 	article h1 span{
	font-size: 20px;
	color: #dd3439;
	letter-spacing: 5px;
	}
	
	
	.line	{
		float:left;
		width: 10%;
		margin: 25px 45% 0;
		height: 1px;
		background: #DFDFDF;
	}
	
	
	.text{
		width: 50%;
		padding: 30px 35px;
		margin: 0 2.5%;
		border: 1px solid rgba(178,178,178,0.2);
		border-radius: 4px;
	}
		
		
	.text p{
		font-size: 13px;
		line-height: 1.5;
		margin: 0;
	}
	
	
	
	aside{
		width: 40%;
		margin: 0;
		padding: 0;
	}
	

	aside img:hover{
		opacity: 0.7;
		transition: 1s
	}

	
	
	
	ul.atuacao{
		float: left;
		width: 100%;
		text-align: center;
		list-style: none
	}
	
	ul.atuacao li{
		float: left;
		width: 24%;
		padding: 10px;
		text-align: center;
		border: 1px solid rgba(237,237,237,1.00);
		margin: 5px 0.5%
	}
	
	ul.atuacao li:hover{
	opacity: 0.7;
	transition: 1s;
	-webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);

	}
	
	
	
		/*	[CONTACT]	*/

	ul.list-contato{
		float:left;
		list-style: none;
		width: 100%;
	}
	
	ul.list-contato li{
		float:left;
		width: 50%;
		padding: 10px 5px;
		text-align: center;
	}
	
	ul.list-contato li:hover{
		opacity: 0.8
	}
	
	ul.list-contato li h2{
		font-family: 'open sans';
		font-size: 16px;
		color: rgba(42,42,42,1.00);
		margin: 10px 0;
	}
	
	ul.list-contato li a{
		font-family: 'open sans';
		font-weight: 100;
		font-size: 13px;
		color: rgba(77,77,77,1.00);
		margin: 5px 0;
		padding: 0 10px;
		float: left;
		text-align: center;
		width: 100%;
	}
	

		
	.input{
		float:left;
		width: 45%;
		margin: 5px 2.5%;
		padding: 15px;
		background: rgba(0,0,0,0.11);
		color: rgba(157,177,220,1.00);
		font-family: 'open sans';
		border:4px solid rgba(34,60,119,1.00);
		border-radius: 4px;
		font-size: 15px;
	}
	
	.input2{
		float:left;
		width: 95%;
		margin: 5px 2.5%;
		padding: 15px;
		background: rgba(0,0,0,0.11);
		color: rgba(157,177,220,1.00);
		font-family: 'open sans';
		border:4px solid rgba(34,60,119,1.00);
		border-radius: 4px;
		font-size: 15px;
	}
	
	.send_box{
		float:left;
		width: 100%;
		text-align: center;
		margin: 40px 0;
	}
	
	.send{
		padding: 15px 30px;
		text-align: center;
		background: rgba(28,52,106,1.00);
		color: #FFF;
		border: 0;
		border-radius: 4px;
		cursor: pointer;
	}
	
	.send:hover{
		opacity: 0.5;
	}
	
/*
	[SERVICES]
				 */

	ul.services {
		float:left;
		width: 100%;
		list-style: none;
		padding: 20px;
		display: flex;
        flex-wrap: wrap;
	}
	
	ul.services li {
		font-size: 15px;
		width: 31.3%!important;
		margin: 5px 1%;
		padding: 5px 5px 5px 15px;
		font-family: 'open sans';
		border-left: 5px solid #334e91;
		float: left;
		border-bottom: 4px solid rgba(223,223,223,0.2);
	}
	
		ul.services li span{
			font-size: 12px
	}

	
	ul.services li:hover{
		background: rgba(51,78,145,1.00);
		color: #FFF;
		transition: 1s;
		border-radius: 15px;
	}
	
	ul.tecnologia{
		float:left;
		list-style: none;
		width: 80%;
		margin: -30px 10% 20px;
		padding: 20px;
	}

	ul.tecnologia li{
		float:left;
		width: 23%;
		padding: 0;
		margin: 1%;
		border: 1px solid rgba(76,110,187,1.00);
		border-radius: 8px;
	}
	
	ul.partners{
		float:left;
		width: 100%;
		list-style: none;
	}

	ul.partners li{
		float:left;
		width: 18%;
		padding: 5px;
		border: 1px solid rgba(228,228,228,1.00);
		margin: 1%;
		border-radius:4px; 
	}

	ul.partners li:hover{
		opacity: 0.5;
		transition: 1s;
	}

		ul.gallery{
		float: left;
		width: 100%;
		text-align: center;
		list-style: none
	}
	
	ul.gallery li{
		float: left;
		width: 24%;
		padding: 10px;
		text-align: center;
		border: 1px solid rgba(237,237,237,1.00);
		margin: 5px 0.5%;
	}

	

/*
	[SECTION]
				 */

	section h2{
		float:left;
		width: 100%;
		text-align: center;
		margin: 50px 0;
		font-family: 'open sans';
		font-weight: bold;
		font-size: 35px;
		letter-spacing: 4px;
		color: #9AA9C8;
	}
	
	
	ul.diferenciais{
		float:left;
		list-style: none;
		width: 50%;
		padding: 15px;
		border-left: 5px solid rgba(34,60,119,1.00);
		margin: 20px 0;
	}	

	ul.diferenciais li{
		float: left;
		width: 100%;
		margin: 6px 0;
	}	

	ul.diferenciais li:hover{
		-webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
		opacity: 0.6;
		transition: 1s
}

	ul.diferenciais li span{
		width: 10%;
		float: left;
		text-align: center;
	}	

	ul.diferenciais li p{
		width: 90%;
		float: left;
		font-size: 13px;
		font-family: 'open sans';
		color: #FFF;
		margin-top: 6px;
		text-align: left;
	}	

	section p.text-diferenciais{
		float:left;
		width: 50%;
		padding: 25px;
		border: 2px solid rgba(132,190,213,.3);
		border-radius: 20px;
		font-family: 'open sans';
		font-size: 14px;
		line-height: 1.6;
		text-align: justify;
		color: #84BED5;
		margin-top: 45px;
	}

	.ceo{
		float:left;
		width: 70%;
		margin: 80px 15%;
	}
	
	.img-ceo{
		float:left;
		text-align: center;
		width: 100%;
	}
	
	.ceo h3{
		float:left;
		width: 100%;
		text-align: center;
		margin: 10px 0 20px;
		font-family: 'open sans';
		font-weight: bold;
		font-size: 20px;
		letter-spacing: 4px;
		color: #9AA9C8;
	}
	
	.ceo p{
		float:left;
		text-align: center;
		font-size: 13px;
		font-family: 'open sans';
		color: #FFFFFF;
		width: 100%;
		line-height: 1.6;
	}
	
	
/*
	[FOOTER]
				 */
				 
	ul.contact{
		margin: 50px 0;
	}
	
	ul.contact li{
		width: 33.3%;
		margin: 0;
	}

	ul.contact li:hover{
	opacity: 0.6;
	transition: 1s;
	-webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
	}

	ul.contact li p{
		font-size: 15px;
		margin: 15px 0;
		line-height: 1.6
	}


	.line-ans{
		float: left;
		width: 100%;
		margin: 30px 0;
	}
	

	
	a.logo-footer{
		width: 20%;
		margin: -20px 0 0;
	}
	
	a.ans{
		width: 60%;
		font-size: 11px;
		padding: 12px 0
	}
	
	ul.redes{
		width: 15%;
		margin: 0 2%;
	}
	
	ul.redes li{
		width: 20%;
		margin: 0;
	}
	
	ul.redes li:hover{
		opacity: 0.6
	}
	
}
