
/* reglas CSS para formulario */
*{
	margin:auto;
	padding:0px;
	}
label{
	color:#fff;
	}
.form-consulta {max-width: 550px; font-family: 'Source Sans Pro', sans-serif;}
.campo-form {width:100%; height:36px; margin:2px 0 6px; padding-left:6px; box-sizing: border-box; border-radius:3px; border:0; font-family: 'Source Sans Pro', sans-serif; font-size:1em;}
label span {color: #72b626}
textarea {min-height: 150px!important;}
.btn-form {
	width: 30%;
    margin-left: 35%;
	display: inline-block; border:0; background: #72b626; height: 46px;
	line-height: 46px; padding: 0 20px; border-radius: 6px; color:#fff; text-align:center; text-decoration: none; text-transform: uppercase; letter-spacing: 1px}
	@media (max-width: 576px) {
		.form-consulta {max-width: 320px;}
		}
