.ui-page .nw_widget_div{
    margin: auto;
}
.f_form_by_one .titleStartGroup{
    text-align: center;
    margin: auto;
    font-weight: bold;
    font-size: 24px;
}
body .nw_form_start_group{
    position: relative;
    background-attachment: fixed;
    /* background-position: 0; */
    background-size: cover;
    background-repeat: no-repeat;
    display: none;
}
.containBtnFooter{
    display: none!important;
}
.spantitleencgroup{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
}
body .grupo_container_show{
    display: block;
}
body .f_form_by_one .headerEnc_relative{
    background-color: transparent;
}
.f_form_by_one  .my-header .logotipoHeader{
    margin: 0;
    position: absolute;
    left: 0;
    padding: 10px;
}
.f_form_by_one #myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    z-index: -2;
}
/*.titleStartGroup:before {
    content: ".";
    background-color: rgb(255 255 255 / 48%);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}*/
body .ui-page .addClassContainerByOne .nw_label{
    font-weight: normal;
    font-size: 20px;
}
body .ui-page .addClassContainerByOne .ui-input-text-range input{
    top: auto;
    left: auto;
    right: auto;
    margin: 15px auto;
    padding: 0;
    float: none;
}
body .ui-page .addClassContainerByOne .ui-slider-track{
    margin: auto;
    width: 100%;
}
body .ui-page .addClassContainerByOne{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
}
body .ui-page .addClassContainerByOne .radio_fieldset_nwform{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
}
body .ui-page .addClassContainerByOne .ui-radio{
    margin: auto!important;
}
body .ui-page-theme-a .addClassContainerByOne .ui-input-text,
body .ui-page-theme-a .addClassContainerByOne .ui-input-text-radio,
body .ui-page-theme-a .addClassContainerByOne .ui-controlgroup-controls
{
    margin: auto;
    margin-bottom: 0;
    top: 10%;
    margin-top: 0;
    position: relative;
}

body .ui-page-theme-a .addClassContainerByOne .nw_widget_div_continue{
    margin: auto;
    margin-top: 0;
    top: 20%;
}
.ui-input-text-normal-css input[type=time]{
    width: 160px;
    max-width: 160px;
}
.f_form_by_one .ui-content{
    padding: 0;
    margin: auto!important;
}

@media screen and (max-width: 990px) {
    .f_form_by_one #myVideo {
        height: 100%;
        width: auto;
    }
}