.ocultar {
    display: none !important;
}

.fluentform .ff-el-form-check label.ff-el-form-check-label {
    cursor: pointer;
    font-weight: 400;
    font-family: system-ui;
    font-size: inherit;
    background-color: rgba(0,163,252, 0.1) !important;
    border: 1px solid #00A3FC;
    color: #00A3FC;
    border-radius: 4px;
    display: block;
    padding: 0.6em 0.68em;
    margin: 0.5em 0 0.6em;
    box-sizing: inherit;
}

.fluentform input[type=radio] {
    display: none !important;
}

.fluentform .ff-btn-secondary {
    background-color: #00A3FC !important;
    border-color: #00A3FC !important;
    color: #fff;
    margin-top: 30px;
}

.ff-btn-submit {
    background-color: #00A3FC !important;
    color: #ffffff;
    border: 0;
    padding: 0.65em 1.4em;
    cursor: pointer;
    border-radius: 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .065em;
    -webkit-appearance: none;
    transition: background .3s,color .3s,transform .3s;
    line-height: 1 !important;
    margin-top: 35px;
    text-transform: none;
}

.fluentform .ff-el-form-control {
    border: none !important;
    border-radius: 0 !important;
    color: #495057;
    border-bottom: solid 1px #00A3FC !important;
    background-color: transparent;
}

.fluentform .ff-el-form-control:focus {
    background-color: transparent !important;
}

.displaynone {
    display: none !important;
}

.fluentform .ff-el-group {
    margin-bottom: 0px !important;
}

.fluentform .ff-step-body {
    margin-bottom: 0px !important;
}