.pag.pagContato{
	
}

.pag.pagContato input,
.pag.pagContato textarea{
	font-size:18px;
	font-family: 'Big Shoulders Display', "arial";
	line-height:20px;	
}


@media only screen and (min-width:1161px){
	.contatosTop{
		width:100%;
		padding-left:70px;
		max-width:800px;
		margin:0 auto;
		overflow:hidden;
		margin-top:50px;
		height:100px;
		background-image:url(../images/sombracontato.png);
		background-size:100% 100px;
		background-repeat:no-repeat;
		background-position:bottom;
	}
	
	.contatosTop .itemContato{
		width:50%;
		float:left;
		height:50px;
		line-height:50px;
		padding-left:60px;
		font-size:20px;
		background-size:50px 50px;
		background-repeat:no-repeat;
		background-position:0 0;		
	}
	
	.contatosTop .itemContato.online{background-image:url(../images/icon-whatsapp.png);	}
	.contatosTop .itemContato.mail{background-image:url(../images/icon-mail-balck.png);	}		
}

@media only screen and (max-width:1160px){
	.contatosTop{
		width:90%;
		margin:0 auto;
		overflow:hidden;
		margin-top:20px;
		background-image:url(../images/sombracontato.png);
		background-size:100% 180px;
		background-repeat:no-repeat;
		background-position:bottom;
		padding:0 0 50px 6%;
	}
	
	.contatosTop .itemContato{
		width:100%;
		float:left;
		height:50px;
		line-height:50px;
		padding-left:60px;
		font-size:16px;
		background-size:50px 50px;
		background-repeat:no-repeat;
		background-position:0 0;		
	}
	
	.contatosTop .itemContato.online{background-image:url(../images/icon-whatsapp.png);	}
	.contatosTop .itemContato.mail{background-image:url(../images/icon-mail-balck.png); margin-top:20PX;	}
	
}

.enderecos{
 width:100%;
 max-width:240px; 
 padding:0px; 
 margin:0 auto; 
 overflow:hidden;
}

.endereco{
	padding:20px 10px 20px 62px;
	background-image:url(../images/icon-periscope.png);
	background-position:center left 10px;
	background-repeat:no-repeat;
	background-size:auto 60px;
	font-size:12px;
	text-transform:uppercase;
	float:left;
	width:100%;
	font-size:18px;
}

@media only screen and (max-width:550px){
	.enderecos{
	 width:100%;
	 max-width:300px; 
	 padding:30px; 
	 margin:0 auto; 
	 overflow:hidden;
	}	
	.endereco{
	float:none;
	width:100%;	
	}
}



a.listadeorcamento{ display:none}

ul#listaOrc{
	padding:0;
	list-style:none;
	overflow:hidden;
	max-width:800px;
	margin:0 auto;

}
ul#listaOrc li{
	height:120px;
	line-height:115px;
	display:inline-block;
	width:100%;
	border-bottom:solid 1px rgba(0,0,0,0.5);
}

ul#listaOrc li span{
	float:left;
	display:block;
	padding:5px;
}



ul#listaOrc li span:nth-of-type(1){width:120px;}
ul#listaOrc li span:nth-of-type(2){width:calc(100% - 172px); font-size:16px; text-transform:uppercase; line-height:18px;}
ul#listaOrc li span:nth-of-type(3){width:52px;}


ul#listaOrc li span:nth-of-type(1) img{
	width:100%;
	height:auto;
	border-radius:30%;
}

ul#listaOrc li span:nth-of-type(3) img{
	width:calc(100% - 20px);
	height:auto;
	cursor:pointer;
}


ul#listaOrc li span:nth-of-type(3) img{
	width:100%;
	height:auto;
	border-radius:30%;
}



form#formContato{
	display:block;
	position:relative;
	margin:0 auto;
	width:100%;
	max-width:800px;
	overflow:hidden;
	padding:20px;
}

form#formContato > div{
	float:left;
	padding:5px;
}

form#formContato > div > label{
	display:block;
}

form#formContato > div > input{
	width:100%;
	display:block;
	line-height:40px;
	height:40px;
	padding:0 10px 0 10px;
	border:solid 1px rgba(0,0,0,0.5);	
}

form#formContato > div > textarea{
	width:100%;
	display:block;
	line-height:28px;
	padding:0 10px 0 10px;
	border:solid 1px rgba(0,0,0,0.5);	
}

form#formContato > div.um{width:100%;}
form#formContato > div.dois{width:50%;}
@media only screen and (max-width:600px){form#formContato > div.dois{width:100%;}}

form#formContato button{
	width:calc(100% - 10px);
	height:60px;
	background-image:linear-gradient(#014127,#002516);
	background-position:center bottom;
	color:#FFF;
	border:solid 1px rgba(0,0,0,0.5);
	font-size:18px;
	margin:5px;
}

