.request-form .js-form-item {
    width: 42%;
    float: left;
    margin: .5em;
}
.texto-formulario {
    float: left;
    text-align:center;
   font-size: 1.1em;
}
.js-form-item.form-item.js-form-type-textarea.form-type-textarea.js-form-item-comentario.form-item-comentario {
    clear: both;
    width: 88%;
}
.js-form-item.form-item.js-form-type-checkbox.form-type-checkbox.js-form-item-terminos-y-condiciones.form-item-terminos-y-condiciones {
    width: 80%;
}
.request-form div#edit-actions--2 {
    clear: both;
}
p#texto-mail {
    color: #2a7fca;
    font-weight: bold;
   font-size: 1.5em !important;
   
}