
/* reglas CSS para formulario */
.form-consulta {
    max-width: 600px;   
    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-width: thin;
    border-color: #d9d9d9;    
    font-family: 'Source Sans Pro', sans-serif; 
    font-size:1em;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 1px;
    
}
label span {
    color: #f00
}
label{
    min-width: 100%;
    padding-bottom: 10px;
    
  
    
}
textarea {
    min-height: 150px!important;
}
.btn-form {
    display: inline-block; 
    background-color: transparent;
    border:0; 
    height: 46px; 
    line-height: 46px; 
    padding: 0 0px;  
    color:#000000; 
    text-decoration: none; 
    letter-spacing: 2px;
    font-family: 'Source Sans Pro', sans-serif; 
    transition: all ease 1s;
        
}
.btn-form:hover {

}
