/* Estilo Checkbox Stress Type */
        .form-check .form-check-input {
            float: none !important;
            margin-left: 0px !important;
        }
        .form-check-label {
            margin: 0px 50px !important;
        }
        .form-switch {
            padding-left: 0px !important;
        }
        .form-check {
            padding-left: 0px !important;
            margin-bottom: 0px !important;
        }
        .form-switch .form-check-input {
            margin-left: 0px !important;
        }

/* Labels */
    .switchLabelAtivo {
        color: black !important;
        transition: 0.2s;
    }
    .switchLabelInativo {
        color: lightgrey !important;
        transition: 0.2s;
    }

    .form-check-label {
        font-weight: bolder;
    }