@charset "utf-8";


body{
	overflow-x:hidden;
	overflow-y:hidden;
	width:100%;
	height:100%;
	margin:0;
	background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(180,211,66,1) 92%, rgba(180,211,66,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(92%, rgba(180,211,66,1)), color-stop(100%, rgba(180,211,66,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(180,211,66,1) 92%, rgba(180,211,66,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(180,211,66,1) 92%, rgba(180,211,66,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(180,211,66,1) 92%, rgba(180,211,66,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(180,211,66,1) 92%, rgba(180,211,66,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b4d342', GradientType=0 );
	
}


#topo{
	margin-top:0px;
	height:40px;
	width:165px;
	margin:auto;
	
}

.grupo{
 	float:left;
	margin-top:50px;
}

.mapa{
	float:right;
	margin-top:50px;

}

#logo{
	margin-left:-30px;
	margin-top:3%;
	height:150px;
	background-image:url(../imagens/ambiental.png);
	background-repeat:no-repeat;
	background-position:center;
}

#pg {
 	margin:auto;
	width:420px;
	height:600px;
	text-align:center;
	
}
.servicos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #75964D;
	margin: auto;
	font-weight: bold;
}

.contato {
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#fff;
	font-weight: bold;
	
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #75964D;
	margin: auto;
	font-weight: bold;
	margin-bottom:-5px;

}

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#fff;
	font-weight: bold;
}

p{
 margin-bottom:-12px;
}

p2{
	margin-top:10px;	
 margin-bottom:-25px;
 
}