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

@font-face {
	font-family: font;
    src: url(aller_rg.ttf);
}

@font-face {
	font-family: font2;
    src: url(aller.ttf);
}

@font-face {
	font-family: font3;
    src: url(corbel.ttf);
}

@font-face {
	font-family: font4;
    src: url(corbelb.ttf);
}

.teste{
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);	text-rendering: optimizeLegibility !important;	-webkit-font-smoothing: antialiased !important;	
	
}
h1{
	font-family:font;
	}
h2{
	font-family:font2;
}


body, html {
	border:0;
	margin:0;
	color:#4D4D4D;
}
body{
	
}
.fixa_topo{
	position:fixed;
	width:100%;
	z-index:99;
		
}

.header{
	width:100%;
	height:	200px;
	float:left;
	background-color:#ffffff;
}
.menu{
	width:100%;
	height:45px;
	background-color:#0C118A;
	float:left;
}
.menu_content{
	padding-left:250px;
	font-family:font3;
	color:#fff;
	height:45px;
	margin:auto;
	width:900px;	
}
.menu_item{
	
	float:left;
	padding-left:19px;
	padding-right:19px;
	font-size:14px;
	line-height:45px;

}

.active{
	background-color:#3058BF;
	
}
.banner{
	width:100%;
	float:left;
}
.content{
	
	width:900px;	
	margin:auto;
}

.sobre{
	margin-top:333px;
	width:100%;
	height:930px;
	float:left;
	background-color:#fff;	
}
.pontos{
	margin-top:235px;
	width:100%;
	height:506px;
	float:left;
	background-color:#fff;	
}
.identificacao{
	margin-top:235px;
	width:100%;
	height:900px;
	float:left;
	background-color:#fff;	
}
.video{
	margin-top:50px;
	width:100%;
	height:250px;
	background-color:#fff;	
	float:left;
}

.separador{
	width:100%;
	height:150px;
	background-color:#CCC;
	float:left;	
}

.clientes{
	width:100%;
	height:1100px;
	background-color:#FFF;	
	float:left;
	margin-top:30px;
}

img.cliente {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
  opacity:0.5;
  
}

img.cliente:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
  opacity:1;
  -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  
}

#img_efeito{
  opacity:0.5;
  
}

#img_efeito2{
  opacity:0.9;
  
}

#img_efeito:hover, #img_efeito2:hover  {
  filter: none;
  opacity:1;
  -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
  
}

.contato{
	padding-top:50px;
	width:100%;
	height:400px;	
	background-color:#3058BF;
	float:left;
	
	
	
}

.form{
	border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	height:30px;
	width:400px;
	margin:5px;
	border-style:solid;
	border-width:1px;
	border-color:#cccccc;
	font-family:font;
	color:#afafcc;
	font-size:14px;
	
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;	

	
}
.rodape{
	width:100%;
	height:170px;
	float:left;
	background-color:#fff;

}

@-moz-document url-prefix(){
	#pontos_gambi{
		margin-top:-45px;
		
	}
	
}