.conte_conta_frm{
	width: 770px;
	float: left;	
	margin-bottom: 35px;
	color: #697271;
}

.text_consulta_contact{
	font-size: 25px;
	color: black;
	font-weight: bold;
}

.input_contacto{
	width: 750px;
	height: 38px;
	border-radius: 3px;
	color: #6E6E6E;
	border: 1px solid #E5E5E5;
	margin-top: 15px;
	padding: 0 10px 0 10px;	
}
.campo_contact{
	font-size: 15px;
	color: #697271;	
	float: left;
	width: 100%;
	margin-right: 8px;
	margin-bottom: 20px;	
}
.campo_contact2{
	margin-right: 0;
}

.estilo_textarea_contacto{
	width: 750px;
	height: 140px;
	padding: 10px;
	margin-top: 15px;
	border: 1px solid #E5E5E5;
}

.datos_sucursal{
	float: right;
	text-align: left;	
	width: 370px;
	font-size: 15px;
	color: #697271;
}

.gracias_form{
	text-align: center;
	font-size: 26px;
	color: #72C7D9;
	margin-top: 30px;
}

.btn_otra_consulta{
	width: 250px;
	height: 26px;
	background-color: #72C7D9;
	color: white;
	font-size: 16px;	
	text-align: center;
	border: 0;
	margin: auto;
	margin-top: 50px;
	padding: 7px 0 0 0;
}
.btn_otra_consulta a{
	text-decoration: none;
	color: white;
	display: block;
}
.btn_otra_consulta:hover{	
	background: #72A5D9;
	cursor: pointer;
}

.google_map{	
	width: 100%;
	clear: both;
}

@media screen and (max-width:640px) {
	.conte_conta_frm{
		width: 90%;
		float: left;	
		margin-bottom: 35px;
		color: #697271;
		padding: 0 5% 0 5%;
	}
	.text_consulta_contact{
		font-size: 25px;
		color: black;
		font-weight: bold;
	}

	.input_contacto{
		width: 90%;
		height: 38px;
		border-radius: 3px;
		color: #6E6E6E;
		border: 1px solid #E5E5E5;
		margin-top: 15px;
		padding: 0 5% 0 5%;	
	}
	.campo_contact{
		font-size: 15px;
		color: #697271;	
		float: left;
		width: 100%;
		margin-right: 0px;
		margin-bottom: 20px;	
	}
	.campo_contact2{
		margin-right: 0;
	}

	.estilo_textarea_contacto{
		width: 96%;
		height: 120px;
		padding: 2%;
		margin-top: 15px;
		border: 1px solid #E5E5E5;
	}

	.datos_sucursal{
		float: none;
		text-align: left;	
		width: 100%;
		font-size: 15px;
		color: #697271;
		text-align: center;
	}

}