.nhm-world-section-1-img > figure > div > img{
    filter: brightness(0.65);
}

.gform_wrapper.gravity-theme input[type=color],
.gform_wrapper.gravity-theme input[type=date],
.gform_wrapper.gravity-theme input[type=datetime-local],
.gform_wrapper.gravity-theme input[type=datetime],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=month],
.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gravity-theme input[type=password],
.gform_wrapper.gravity-theme input[type=search],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=time],
.gform_wrapper.gravity-theme input[type=url],
.gform_wrapper.gravity-theme input[type=week],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea{
    font-family: 'Helvetica Neue Bold';
}

.theme-woodmart .nhm-colaborador-4 img{
    height: 800px;
}

.theme-woodmart .nhm-colaborador-4{
    height: auto;
}

.theme-woodmart .gform_required_legend{
    display: none;
}

.gform_wrapper.gravity-theme .gfield_label{
    color: #787878;
}

#field_2_12{
    margin: 10px 0;
}

.gform_wrapper.gravity-theme .gfield-choice-input+label{
    max-width: 100%;
    font-size: 15px;
    text-transform: uppercase;
    color: #787878;
    font-family: 'Helvetica Neue Bold';
}

.theme-woodmart .gform_wrapper.gravity-theme .gfield_label{
    margin-bottom: 10px;
}

.theme-woodmart .nhm-colaborador-4 .vc_col-sm-6:nth-child(2){
    padding: 20px 100px;
}

.form_consent > legend > div > input[type="checkbox"]:checked {
    color: red;
}

.ginput_container_consent input[type="radio"],
.ginput_container_consent input[type="checkbox"]{
    margin-inline-end: 10px;
}

.formulario-colaborador_wrapper .ginput_container_consent label{
    margin-bottom: 2px;
    gap: 5px;
}

.ginput_container_consent label{
    font-size: 15px;
    font-family: 'Helvetica Neue Bold';
    color: #787878;
}

.nhm-colaborador-4 .gform_footer input{
    font-size: 25px;
    font-family: 'Helvetica Neue Bold';
    color: #242424;
}

.theme-woodmart .formulario-colaborador .gfield_checkbox{
    justify-content: flex-start;
    column-gap: 50px;
}

@media screen and (max-width: 768px){

    .vc_mobile .nhm-colaborador-4 .gform_footer input{
        font-size: 20px;
        height: 65px;
        padding: 0;
        margin-top: 15px;
    }

}