@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
.desenvolvido{
	text-align: center;
	margin-top: 5px;
	color: #b4b4b4;
}
.desenvolvido a{
	color: #b4b4b4;
	text-decoration: none;
}
.desenvolvido a:hover{
	color: #b4b4b4;
	text-decoration: underline;
}
footer{
	background-color: #6cbfa3;
	width: 100%;
	height: 300px;
	margin-top: 40px;
}
.rodape{
	padding: 35px;
	border-left: solid #fff 5px;
}
footer p{
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 1.4em;
	font-weight: 300;
	margin-left: 10px;
}
.var-p-footer{
	font-weight: 700;
}
.tel{
	font-family: 'Lato', sans-serif;
	font-size: 1.8em;
	font-weight: 300;
	margin-top: -15px;
}
.var-tel{
	font-size: 1.4em;
	font-weight: 700;
}
#map{
	height: 300px;
	border-right: solid #fff 5px;
}
@media screen and (max-width: 1200px) {
	
}
@media screen and (max-width: 990px) {
	
}
@media screen and (max-width: 768px) {
	#map{
		border-right: none;
	}
	.rodape{
		border-left: none;
	}
	footer{
		height: 600px;
		text-align: center;
	}
}