/*////////////////////////////////////////////////////////////////////
//  Estilos para los formularios de Hubspot
////////////////////////////////////////////////////////////////////*/

.hs-form fieldset {
    max-width: none !important;
}
.hs-form .hs-form-field {
    padding: 0 15px !important;
}
.hs-form .input {
    margin: 0 !important;
}
.hs-form .hs-input {
    width: 100% !important;
    margin-bottom: 20px !important;
}
.hs-form input[type="checkbox"] {
    float: none;
    width: auto;
    position: static;
    margin: 0 6px 0 0;
    padding: 0;
    vertical-align: middle;
    display: inline-block!important;
    max-width: 21px;
    -webkit-appearance: checkbox;
}
.hs_submit {
    display: block;
    float: left;
    padding: 0 15px;
    margin-top: 20px;
}
.hs-error-msgs {
    margin: -15px 0 10px;
}
.hs-error-msgs label {
    font-size: 12px;
    color: #f03e3e;
}
.hs-input.error {
    border-color: #f03e3e;
}