#divCorpo{
	font-family: fontText;
	background-image: url("../img/contato.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	display: flex;
	padding: 0px 0px 0px -10px;
	margin: 0px;
}
#divFilter{
	width: 100%;
	height: 100%;
	top: 0px;
	padding-top: 90px;
	margin-top: 0px;
	background-color: rgba(0,0,0,0.50);
}
#divContato{
	width: 100%;
	margin: auto;
	
}

#End p, label{
	color: white;
	font-size: 20px;
}

#tbCont tr td{
	text-align: left;
}

#End{
	text-align: center;
}

#divForm{
	display: none;
}

div#divRow{
	text-align: center;
}

#divCol{
	display: inline-table;
	width: 30%;
	text-align: center;
	vertical-align: middle;
	
}

#imgMap{
	width: 90%;
	height: auto;
	margin: auto;
}

h2{
	font-size: 25px
}

h3{
	font-size: 20px;
}

h2, h3{
	color: rgba(254,202,0,1.00);
	font-family: fontTitle;
}
#divEmail{
	padding-bottom: 100px;
	margin: auto;
	text-align: center;
}

#spanEmail a{
	color: rgba(254,202,0,1.00);
	text-decoration: none;
	font-size: 20px;
}
#obs{
	color: white;
}

@media only screen and (max-width: 980px){
	
	#divCorpo{
	font-family: fontText;
	background-image: url("../img/contato.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	display: flex;
	padding: 0px 0px 0px -10px;
	margin: 0px;
}
#divFilter{
	width: 100%;
	height: 100%;
	top: 0px;
	padding-top: 90px;
	margin-top: 0px;
	background-color: rgba(0,0,0,0.50);
}
#divContato{
	width: 100%;
	margin: auto;
	
}

#End p, label{
	color: white;
	font-size: 35px;
}

#tbCont tr td{
	text-align: left;
}

#End{
	text-align: center;
}

#divForm{
}

div#divRow{
	margin-top: 100px;
	text-align: center;
}

#divCol{
	display: inline-table;
	width: 80%;
	text-align: center;
	vertical-align: middle;
	
}

#imgMap{
	width: 90%;
	height: auto;
	margin: auto;
}

h2{
	font-size: 60px
}

h3{
	font-size: 50px;
}

h2, h3{
	color: rgba(254,202,0,1.00);
	font-family: fontTitle;
}
#divEmail{
	padding-bottom: 100px;
	padding-top: 100px;
	margin: auto;
	text-align: center;
}

#spanEmail a{
	color: rgba(254,202,0,1.00);
	text-decoration: none;
	font-size: 50px;
}
	
	input, textarea{
		font-size: 25px;
	}	
	#Botao{
		font-size: 40px;
	}
#obs{
	color: white;
}
	
}