.area_contato{
	margin:60px 0;  
}

.campo input{
	width:100%; 
	margin-bottom:10px; 
	padding:5px; 
	font-size:15px; 
    border: none;
    box-shadow: 4px 4px 6px #dbd7d7;
}
.campo textarea{
	width:100%; 
	margin-top:10px; 
	padding:5px; 
	font-size:15px; 
	border: none;
    box-shadow: 4px 4px 6px #dbd7d7;
}

.btn_campo{ 
	width:100%;
	margin-top:20px;


}

.btn_campo input{ 
	width:100%;
	color:#fff;
	background-color:#335792;
	border-top-left-radius:10px;
	border-bottom-right-radius:10px; 
	border:1px solid #335792;
	padding:10px; 
	font-size:15px; 
	box-shadow: 4px 4px 6px #dbd7d7;
}

.area_contato_title{
	width:100%;
	margin-bottom:20px;
	padding: 0;

}
.area_contato_title h2{
	color:#335792;
}
.mapa{
	height: 451.6px;
}
.mapa iframe{
	width:100%; 
	height:100%;
	
}

form{
	margin-block-end:0;
	
}
.ajax-loader{
	display: none!important;
}

.area_contato .file label#selectlabel{
	background-color:#335792;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	margin: 10px;
	padding: 6px 20px;
}

/**/

#selecao_de_arquivo{
	display:none;
}
