@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
	border: 0;
}


#introducao_video {
	position: absolute;
	left: 50%;
	top: 50%;
	margin:  -217px 0 0 -365px;
	
	
	
	}


a {
	color: #003300;
	text-decoration:none;
	
	}

body {
	margin: 0;
	padding: 0;
	border: 0;
	/*max-height: 1150px;*/
	font-family:Verdana, Geneva, sans-serif;
	font-size: 62.5%;
	/*color: #000;*/
	background: -webkit-gradient(linear, left top, left bottom, from(#99cccc), to(#fff)); /*Webkit*/
	background: -moz-linear-gradient(top, #99cccc, #fff); /*Firefox*/
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#99cccc', EndColorStr='#ffffff');/* IE */
	
	
}


#wrapper {
	margin: 0;
	padding: 0;
	width: 960px;
	height: 950px;
	margin: auto;
	background: #006666;
	background: url(../imagens/background_3.jpg) repeat-y 0 0;
	z-index: 10;
	/*border: dashed 1px #fff;*/
	}
	
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 3em;
	text-align: center;
	color:#066;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #066;
	}
	
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.5em;
	text-align: left;
	color:#066;
	margin: 0 0 10px 0;
	/*border-bottom: 1px solid #066;*/
	}
	
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	text-align: left;
	color:#066;
	margin: 0 0 15px 0;
	/*border-bottom: 1px solid #066;*/
	}			
			
	
/*========================================================================================================  TOPO  ==========================================================================================================*/

#logo_intelsoft {
	margin: 30px 0 0 30px;
	}	
	
#inpi {
	float: right;
	margin: 0 40px 0 0;
	top: 550px;
	position: relative;
	}	
/*===================================================================================================  MENU PRINCIPAL  =====================================================================================================*/


#wrapper_menu ul {
	margin: 80px 0 0 30px;
	list-style-type:none;
	font-size: 1.3em;
	color: #336666;
	font-weight:bold;
	
	
	}	
	
	
#wrapper_menu ul li {
	width: 200px;
	margin: 10px;
	padding: 10px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	background: #9bb5b0;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#669999)); /*Webkit*/
	background: -moz-linear-gradient(top, #fff, #669999); /*Firefox*/
	/*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#ffffff', EndColorStr='#669999');/* IE */
		
	}
	
	
#wrapper_menu ul li:hover, #wrapper_menu ul li:focus {
	color: #fff;
	background: #003300;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#003300)); /*Webkit*/
	background: -moz-linear-gradient(top, #fff, #003300); /*Firefox*/
	/*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#ffffff', EndColorStr='#003300');/* IE */
		
	}	
	
/********************************************************************************************************** HOME *************************************************************************************************************/	

/*===================================================================================================  OLHO DA PÁGINA  =====================================================================================================*/
				
#olho_da_pagina	{
	background: url(../imagens/olho_da_pagina.png) no-repeat;
	width: 275px;
	height: 155px;
	float: left;
	position: absolute;
	margin: -270px 0 0 360px;
	
	
	}			
/*===================================================================================================  TEXTO DE ENTRADA  =====================================================================================================*/

#texto_de_entrada {
	width: 570px;
	font-size: 1.2em;
	/*font-style:italic;*/
	line-height: 17px;
	float: right;
	margin: -290px 30px 0 0;
	text-align:left;
	/*font-weight: bold;*/
	/*background: rgba(255, 255, 255, 0.7);*/
	padding: 15px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	
	}
	
	
#texto_de_entrada p {
	margin-bottom: 15px;
	font-size: 1.7em;
	line-height: 35px;
	text-align:left;
	padding: 0 30px;
	/*border: #000 dashed 1px;*/
	
	
	
	}
	
#sincout p, #sincout li {
	margin: 0 0 10px 0;
	
	}	
/******************************************************************************************************** HISTÓRICO ********************************************************************************************************/	

#historico {
		width: 570px;
		/*height: 400px;*/
		top: 185px;
		margin-left: 330px;
		position: absolute;
		background: rgba(255, 255, 255, 0.5);
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		z-index: 10;
		}
		
#historico p {
	
	padding: 15px;
	font-size: 1.5em;
	line-height: 30px;
	font-weight: bold;
	margin: 0 0 0 5px;
	text-align: justify;
	}

#historico a {
	
	color:#033;
	
	
	}

#historico a:hover {
	color:#099;
	font-weight: bold;
	
	
	
	}
	
#thumbnails_wrapper {
	width: 500px;
	/*height: 250px;*/
	/*background: rgba(0, 0, 0, 0.2);*/
	color: #fff;
	float: right;
	margin: 20px 30px 0 0;
	padding: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
	
#thumbnails_wrapper img{
	margin: 10px 5px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	}	
	
#thumbnails_wrapper img:hover {
	border: 2px solid #099;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
	}
	
.thumbs {
	/*border: 1px dashed #FF0;*/
	width: 120px;
	height: 100px;
	float: left;
	
	
	}	
/* ===================================================================================================== LIGHTBOXES =======================================================================================================*/


#mask {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	border: 0;
	padding: 0;
	z-index: 9000;
	background: rgba(0,0,0,0.8);
}

#lightboxes .window {
	position:fixed;
	margin: 0 -10px;
	width:800px;
	display:none;
	z-index:9999;
	/*padding:40px;*/
	padding: 0;
	background: #fff;
	font-size: 14px;
	color: #066;
	border: 10px solid #99cccc;
	border-radius: 10px;
	text-align:justify;
	
}	
	
.close {
	position: absolute;
	float: right;
	top:0;
	right: 0;
	padding: 10px;
	
	}		
	
		
/******************************************************************************************************** SISTEMAS ********************************************************************************************************/	

#texto_sistemas {
		width: 570px;
		/*height: 400px;*/
		top: 195px;
		margin-left: 330px;
		position: absolute;
		background: rgba(255, 255, 255, 0.7);
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		
		}

#texto_sistemas ul {
		color: #066;
		font-size: 1.4em;
		/*font-weight: bold;*/
		padding: 15px;
		text-align:justify;
			
	}
	
#texto_sistemas li {
		margin: 15px 0 15px 30px;
			
	}	
	
#texto_sistemas li:hover {
		font-weight:bold;
			
	}		
	
	
/**************************************************************************************************** FEIRAS & EVENTOS ********************************************************************************************************/	
	
	
#feiras_e_eventos {
		width: 570px;
		/*height: 400px;*/
		top: 195px;
		margin-left: 350px;
		position: absolute;
		background: rgba(255, 255, 255, 0.7);
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		
	}	
	
.fotos_wrapper {
	padding: 20px;
	/*border: #000 1px dashed;*/
	margin: 0 0 0 50px;
	
	}	

.fotos {
	padding: 0 5px;
	width: 110px;
	height: 90px;
	float: left;
	/*border: 1px #000 dashed;*/
	}
	
	
	
	
.fotos_wrapper img {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	width: 100px;
	}
	
.fotos_wrapper img:hover {
	border: 2px solid #099;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
	}							
/******************************************************************************************************** CLIENTES ********************************************************************************************************/	
	
#logo_clientes {
		width: 550px;
		/*height: 400px;*/
		top: 195px;
		margin-left: 350px;
		position: absolute;
		background: rgba(255, 255, 255, 0.7);
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		
	}	
	
.clientes_wrapper {
	padding: 20px;
	/*border: #000 1px dashed;*/
	/*margin: 0 0 0 55px;*/
	
	}	

.clientes {
	width: 96px;
	height: 30px;
	padding: 15px;
	/*height: 160px;*/
	float: left;
	/*border: 1px #000 solid;*/
		}
		
.img_clientes {
	width: 120px;



}		
	
/*.fotos_wrapper img {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	
	}
	
.fotos_wrapper img:hover {
	border: 2px solid #099;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
	}*/
	
	
/********************************************************************************************** RESPONSABILIDADE SOCIAL ********************************************************************************************************/

#texto_resp_social {
	width: 550px;
		/*height: 400px;*/
		top: 195px;
		margin-left: 350px;
		position: absolute;
		
		background: rgba(255, 255, 255, 0.7);
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	
	}
	
	
#texto_resp_social p {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 30px;
	padding: 15px;
	text-align: justify;
	
	
	
	}
	
#projetos_resp_social p, #projetos_resp_social li {
	margin: 0 0 10px 0;
	
	}	
	
#certificados_wrapper {
	width: 500px;
	/*height: 250px;*/
	/*background: rgba(0, 0, 0, 0.2);*/
	color: #fff;
	float: right;
	margin: 20px 30px 0 0;
	padding: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
	
#certificados_wrapper img{
	margin: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	}	
	
#certificados_wrapper img:hover {
	border: 2px solid #099;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
	}	
	
/********************************************************************************************** CONTATO ********************************************************************************************************/
								
								
#contato_wrapper {
		width: 570px;
		/*height: 500px;*/
		top: 195px;
		margin-left: 330px;
		position: absolute;
		background: rgba(255, 255, 255, 0.7);
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		
		}



#form_de_contato {
	width: 400px;
	/*height:600px;*/
	padding: 50px;
	/*left: 50%;*/
	margin: -20px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	color: #036;
	}
	
#form_de_contato tr td{
	height:30px;
	padding: 5px;
		
	}	
	

#limpa, #ok {
	width: 100px;
	float: right;
	margin: 0 0 0 10px;
	color: #fff;
	font-size: 1em;
	font-weigth: bold;
	background:#9F0;
	padding:  2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#009999), to(#003333)); /*Webkit*/
	background: -moz-linear-gradient(top, #009999, #003333); /*Firefox*/
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#009999', EndColorStr='#003333');/* IE */
	
	}

#limpa:hover, #ok:hover {
	cursor:pointer;
	background: -webkit-gradient(linear, left top, left bottom, from(#00cccc), to(#006666)); /*Webkit*/
	background: -moz-linear-gradient(top, #00cccc, #006666); /*Firefox*/
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#00cccc', EndColorStr='#006666');/* IE */
	
	}
	
.form_campos {
	width: 100%;
	padding: 5px;
	height: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 2px 2px 5px #000;
	-moz-box-shadow: 2px 2px 5px #000;
	-webkit-box-shadow: 2px 2px 5px #000;
	
	}		
.dropdown {
	width: 100%;
	height: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 2px 2px 5px #000;
	-moz-box-shadow: 2px 2px 5px #000;
	-webkit-box-shadow: 2px 2px 5px #000;
	}		