
/* reglas CSS para formulario */
.form-consulta {max-width: 100%; background:  #eee; padding: 25px; font-family: 'Arial', 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: 'Arial', sans-serif; font-size:1em;}
label span {color: #f00}
textarea {min-height: 50px!important;}
.btn-form {display: inline-block; border:0; background: #008C8C; height: 46px; line-height: 46px; padding: 0 20px; border-radius: 6px; color:white; text-decoration: none; text-transform: uppercase; letter-spacing: 1px}
.btn-form:hover {background: #444}

/*https://www.laurachuburu.com.ar/tutoriales/formulario-con-envio-php.php*/