
/* reglas CSS para formulario */
.form-consulta {max-width: 90%; background: #eee; padding: 15px; font-family: 'Source Sans Pro', sans-serif;border-radius: 10px;}
.campo-form {width:100%; height:26px; 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: #f00}
textarea {min-height: 60px!important;}
.btn-form {font-size:10px; display: inline-block; border:0; background: #004b9c; height: 30px; line-height: 16px; padding: 0 20px; border-radius: 6px; color:#fff; text-decoration: none; text-transform: uppercase; letter-spacing: 1px}
.btn-form:hover {background: #00a0d5;cursor:pointer}
