@import 'https://fonts.googleapis.com/css?family=Quicksand:400,700';
body {
	margin:0;
	font-family: 'Quicksand', sans-serif;	
}
#lnTop{
	background:#FFF;
	height:45px;
	line-height:45px;
}

#barMenu{
	height:80px;
	background:#38383a;
	overflow:hidden;
}

#barMenu #logotipo{
	height:70px;
	margin-top:10px;
	float:left;
}

#barMenu #Menu{
	float:left;
	margin-left:10px;
	overflow:hidden;
	height:80px;
}

#barMenu #Menu .itemMenu{
	height:80px;
	line-height:80px;
	font-family: 'Quicksand', sans-serif;
	color:#CCC;
	float:left;
	font-size:16px;
}

#barMenu #Menu .itemMenu a{
	height:80px;
	line-height:80px;
	color:#CCC;
	text-decoration:none;
	display:block;	
	padding:0 10px 0 10px;	
}

#barMenu #Menu .itemMenu[active="yes"] a{
	background:#19bfef;
	color:#FFF;
	display:block;
	padding:0 10px 0 10px;
}


#barMenu #Menu .itemMenu a:hover{
	background:#19bfef;
	color:#FFF;
	display:block;
	padding:0 10px 0 10px;
}
#banner{
	width:1200px;
	height:500px;
}

#banner #quadroTelInicial{
	width:600px;
	background:url(../images/bgquadroinicial.png);
	height:180px;
	position:absolute;
	z-index:1;
	margin-top:320px;
	margin-left:300px;
}

#banner #quadroTelInicial .tel{
	margin-top:20px;
	line-height:70px;
	height:70px;
}

.titulos{
	font-family: 'Quicksand', sans-serif;
	font-size:48px;
	text-align:center;
	color:#363638;
	margin-top:30px;
}

.subTitulos{
	font-family: 'Quicksand', sans-serif;
	font-size:20px;
	color:#000;
	font-weight:700;
}

.texto1{
	color:#777;
	font-size:16px;
	text-align:center;
}

.iptContato{
	font-size:24px;
	height:30px;
	line-height:30px;
	color:#FFF;
	background:none;
	border:solid 1px #FFF;
	font-family: 'Quicksand', sans-serif;
	padding:2px 10px 2px 10px;
	width:500px;
	margin:10px;
		
}

button{
	background:#FFF;
	border:none;
	height:50px;
	color:#333;
	font-size:30px;
	font-family: 'Quicksand', sans-serif;
}

.sobreLicit .itemSobreLicit{
	width:390px;
	margin:5px;
	float:left;
}

.sobreLicit .itemSobreLicit .quadro{
	border:solid 1px #CCC;
	text-align:center;
	font-size:18px;
	color:#333;
	margin-top:86px;px;
}

.sobreLicit .itemSobreLicit .quadro .titulo{
	margin-top:90px;
}

.sobreLicit .itemSobreLicit .quadro .itemQuadro{
	width:173px;
	height:173px;
	position:absolute;
	z-index:1;
	margin-top:-86px;
	margin-left:113px;
}

.sobreLicit .itemSobreLicit .saibamais{
	text-align:center;
	font-size:14px;
	color:#333;
	font-weight:700;
	color:#19bfef;
}


#blocoServicos div:nth-child(1){
	margin-bottom:5px;
	font-weight:700;
}

#blocoServicos .textoServico{
	display:none;
}


/*
#blocoServicos div:nth-child(1){
	background:#096;
}
*/


#blocoServicos .textoServico {
	margin-left:30px;
	font-weight:normal;
	margin-bottom:20px;
}

#iconsCli{
	margin-top:30px;
	margin-bottom:40px;
}

#iconsCli .itemCli{
	width:32%;
	height:auto;
	border:solid 1px #ccc;
	background:#FFF;
	float:left;
	margin:2px;
	overflow:hidden;
}

#iconsCli .itemCli img{
	width:100%;
	height:auto;
}

#overFlow{
	background:#333;
	opacity: 0.5;
    filter: alpha(opacity=50);
	width:500px;
	height:500px;
	position:fixed;
	top:0;
	left:0;
	overflow:hidden;
	z-index:101;
	display:none;
}

#popUp{
	width:1000px;
	background:#FFF;
	border:solid 1px #333;
	position:fixed;
	top:100px;
	left:10px;
	z-index:102;
	min-height:100px;
	display:none;
	overflow:hidden;
}

#conteudoPopUp{
	/*border:solid 1px #006600;*/
	margin:10px;
	overflow:auto;
}