/* CSS Document */

#contato{
	height: 380px;
	background:#9e9e9e;
}

#contato .row{
	margin-left:5%;
	margin-right:5%;
	margin-top:2%;
}

#contato p{
	font-size:12px;
	color:aliceblue;
	line-height: 1px;
	font-weight: 550;
}

#contato .google{
	height: 100px;
	width: 100px;
}

@media(min-width:580px){
	#contato p{
		font-size:12px;
		line-height:1px;
		font-weight:520;
	}
	#contato{
		height:360px;
	}
	#contato .google{
		height: 180px;
		width: 180px;
}
	#contato .row{
	margin-left:5%;
	margin-right:5%;
	margin-top: 4%;
}
}

@media(min-width:850px){
	#contato p{
		font-size:16px;
		line-height:1px;
		font-weight:540;
	}
	#contato{
		height:320px;
	}
	
}

@media(min-width:1024px){
	#contato p{
		font-size:16px;
		line-height:1px;
		font-weight:580;
	}
	#contato{
		height:320px;
	}
	#contato .google{
		height: 250px;
		width: 350px;
}
	#contato .row{
	margin-left:20%;
	margin-right:15%;
	margin-top:1%;
	}
	
	}