.interna_contato {
	background: url("../img/imagens FreePic/contact us/fale-conosco2.png") no-repeat center;
	background-size: cover;
}

/*Orçamento*/

.contato {
	padding: 40px 0;
}

.contato_form {
	padding-right: 60px;
}

.contato_form label{
	display: block;
	font-family: Century Gothic, "Times New Roman", serif;
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 4px;
}

.contato_form input {
	display: block;
	width: 100%;
	border: 1px solid #343735;
	background: none;
	padding: 7px 10px;
	margin-bottom: 10px;
	outline: none;
	font-size: 14px;
	font-family: Century Gothic, "Times New Roman", serif;
}

.contato_form textarea {
	display: block;
	width: 100%;
	height: 120px;
	border: 1px solid #343735;
	background: none;
	padding: 7px 10px;
	margin-bottom: 20px;
	outline: none;
	font-size: 14px;
	font-family: Century Gothic, "Times New Roman", serif;
}

.contato_form button {
	padding: 7px 40px;
	color: #A2CC49;
	background: #343537;
	border-color: #343735: 
}

.btn btn-cinza{
	border-color: #343735;
}

.btn{
	border: 2px solid #343537;
	padding: 10px 30px;
	background-color: #343537;
	color: #A2CC49;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .1em;
	transition: all .5s ease;
}

.btn:hover {
	color: #A2CC49;
	border-color: #A2CC49;
}

.btn.btn-preto:hover {
	color: #A2CC49;
	border-color: #A2CC49;
}

.orcamento_dados {
	color: #fff;
}

.contato_dados h3{
	font-size: 18px;
	line-height: 25px;
	text-transform: uppercase;
	color: #107B4A;
	font-weight: bold;
}

.contato_dados span {
	display: block;
	font-size: 18px;
	line-height: 30px;
	font-family: Century Gothic, "Times New Roman", serif;
}

.contato_dados span:nth-of-type(even) {
	margin-bottom: 30px;
}

.contato_dados ul {
	margin-top: 10px;
}

.contato_dados ul li {
	display: inline-block;
	margin-right: 10px;
}

.contato_dados ul li a {
	border: 3px solid #B9B9BB;
	display: block;
	padding: 10px;
}

.contato_dados ul li a:hover {
	border-color: #A2CC49;
}

.contato_mapa {
	margin-bottom: 10px;
	align-items: center;
}