body{
  background-color: #ffffff;
  background-image: linear-gradient(315deg, #ffffff 0%, #d7e1ec 74%);
	background-repeat: no-repeat;
}

section.interna_contato{
  background: url("../imgs/contato.jpg") no-repeat center;
  background-size: cover;
  width: 100%;
  height: 286px;
}

.interna_contato h1{
	padding: 20px;
}

.contato {
  margin-top: 20px;
	padding: 40px 0;
}

.contato_form {
	padding-right: 5%;
	padding-left: 5%;
}

.contato_form label{
	display: block;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 4px;
}

.contato_form input {
	display: block;
	width: 100%;
	border: 3px solid #708090;
	background: none;
	padding: 7px 10px;
	margin-bottom: 10px;
	outline: none;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", serif;
}

.contato_form textarea {
	display: block;
	width: 100%;
	height: 120px;
	border: 3px solid #708090;
	background: none;
	padding: 7px 10px;
	margin-bottom: 20px;
	outline: none;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", serif;
}

.contato_form button {
  color: #708090;
  border: 3px solid #708090;
	padding: 7px 40px;
	background: none;
}

iframe.mapa{
	padding-top: 25px;
	max-width: 100%;
	height: 500px;
}

@media only screen and (max-width: 1300px) and (min-width: 1000px){
	.contato{
		width: 960px;
	}
	.contato_form{
		width: 100%;
		
	}
	
	iframe.mapa{
		width: 960px;
	}
}

@media only screen and (max-width: 1000px) and (min-width: 788px){
	.contato{
		width: 768px;
	}
	.contato_form{
		width: 100%;
	}
	iframe.mapa{
		width: 768px;
	}
}

@media only screen and (max-width: 788px) and (min-width: 630px){
	.contato{
		width: 460px;
	}
	.contato_form{
		width: 100%;
	}
}