@charset "utf-8";



#main{

	width: 1200px;

	margin:  0 auto;

	overflow: hidden;

	padding-top: 220px;

}

#backgroundImage{

	display: none;

}

.distributeBlk{

	float: left;

	width: 100%;

	overflow: hidden;

	display: flex;

	justify-content: space-between;

	flex-wrap: wrap;

	padding-top: 70px;

}

#pageBanner{

	position: absolute;

	width: 100%;

	left: 50%;

	margin-left: -50%;

	margin-top: -80px;

	height: 130px;

	background-color: #333;

	background-image: url(../images/layout/chips_instalados.jpg);

	background-size: cover;

	background-position: center;
	
	
	
	
	
	
	
	/*position: absolute;

	width: 100%;

	left: 50%;

	margin-left: -50%;

	margin-top: -80px;

	height: 130px;

	background-color: #666;*/

}



#pageTitle{





	width: 100%;





	text-align: center;





	color: #FFF;





	padding: 25px 0 15px 0;





	font-size: 40px;





	text-shadow: 1px 1px 2px #000000;





}





#pageSubTitle{





	width: 100%;





	text-align: center;





	color: #FFF;


	padding: 45px;


	font-size: 26px;





	text-shadow: 1px 1px 2px #000000;





}





.installItem{





	width: 250px;





	height: 200px;





	background-color: #FFF;





	margin-bottom: 30px;





}





.installImage{





	width: 100%;





	float: left;





}





.installVeiculo{





	width: 100%;





	float: left;





	text-align: center;





	margin-top: 5px;





}





a.infolink:link, a.infolink:visited{





	padding: 2px 5px;





	border: 1px solid #006011;





	border-radius: 5px;





	color:#006011;





}





a.infolink:hover{





	border: 1px solid #333;





	color:#333;





}





.pageSearch{

	width: 100%;

	text-align: center;

	overflow: hidden;

	margin-bottom: 30px;

}

.pageSearch input[type='text']{

	width: 470px;

	height: 40px;

	padding: 5px;

	border-radius: 5px;

	border: 1px solid #CCC;

	font-size: 20px;

}

.pageSearch input[type='submit']{

	width: 80px;

	height: 40px;

	padding: 5px;

	border-radius: 5px;

	border: 1px solid #CCC;

}

.termoBusca{

	font-family: dtebold;

	font-size: 24px;

	width: 100%;

	text-align: center;

	overflow: hidden;

	margin-bottom: 30px;

}

.termoBuscaClose{

	width: 16px;

	height: 16px;

	background-image: url("../images/layout/termoclose.png");

	background-size: contain;

	cursor: pointer;

	display: inline-block;

}





@media(max-width: 1220px) {



	#main{

		width: 920px;

	}







}











@media(max-width: 960px) {





	#main{

		width: 600px;

		padding-top: 180px;

	}





}





@media(max-width: 640px) {

	#main{

		width: 300px;

		padding-top: 90px;

	}

	#pageBanner{

		margin-top: 0px;

	}

	.distributeBlk{

		padding-top: 160px;

	}

	.installItem{

		width: 300px;

		height: 230px;

		background-color: #FFF;

		margin-bottom: 30px;

	}

	.pageSearch input[type='text']{

		width: 210px;

	}

}