.elementor-344 .elementor-element.elementor-element-211ea87{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--overlay-opacity:0.1;--margin-top:-102px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:146px;--padding-bottom:96px;--padding-left:20px;--padding-right:20px;}.elementor-344 .elementor-element.elementor-element-211ea87:not(.elementor-motion-effects-element-type-background), .elementor-344 .elementor-element.elementor-element-211ea87 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#34D399;}.elementor-344 .elementor-element.elementor-element-211ea87::before, .elementor-344 .elementor-element.elementor-element-211ea87 > .elementor-background-video-container::before, .elementor-344 .elementor-element.elementor-element-211ea87 > .e-con-inner > .elementor-background-video-container::before, .elementor-344 .elementor-element.elementor-element-211ea87 > .elementor-background-slideshow::before, .elementor-344 .elementor-element.elementor-element-211ea87 > .e-con-inner > .elementor-background-slideshow::before, .elementor-344 .elementor-element.elementor-element-211ea87 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-344 .elementor-element.elementor-element-8a3c150{text-align:center;}.elementor-344 .elementor-element.elementor-element-8a3c150 .elementor-heading-title{font-family:var( --e-global-typography-4c5cab3-font-family ), Sans-serif;font-size:var( --e-global-typography-4c5cab3-font-size );font-weight:var( --e-global-typography-4c5cab3-font-weight );line-height:var( --e-global-typography-4c5cab3-line-height );}.elementor-344 .elementor-element.elementor-element-5fef666{--display:flex;}.elementor-344 .elementor-element.elementor-element-5fef666:not(.elementor-motion-effects-element-type-background), .elementor-344 .elementor-element.elementor-element-5fef666 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#34D399;}.elementor-344 .elementor-element.elementor-element-62ca189 > .elementor-widget-container{padding:40px 40px 80px 40px;}@media(max-width:1024px){.elementor-344 .elementor-element.elementor-element-8a3c150 .elementor-heading-title{font-size:var( --e-global-typography-4c5cab3-font-size );line-height:var( --e-global-typography-4c5cab3-line-height );}}@media(max-width:767px){.elementor-344 .elementor-element.elementor-element-211ea87{--padding-top:144px;--padding-bottom:80px;--padding-left:20px;--padding-right:20px;}.elementor-344 .elementor-element.elementor-element-8a3c150 .elementor-heading-title{font-size:var( --e-global-typography-4c5cab3-font-size );line-height:var( --e-global-typography-4c5cab3-line-height );}}/* Start custom CSS *//*ESTILIZAÇÃO GLOBAL DO FORMULARIO*/
.standard-form ul{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.wplms_registration_form ul li+li{
    margin-top: 0;
}

.wplms_registration_form input[type=email]{
    margin: 5px 0;
}

.wplms_registration_form legend {
    border-bottom: 0px !important;
    font-size: 16px;
    font-weight: 600;
}

.wplms_registration_form p.description {
    font-size: 14px;
    margin-left: 5px;
    margin-top: 5px;
}

.standard-form ul li{
    flex: 0 0 49%;
    margin-bottom: 24px;
}
@media(max-width:768px){
    .standard-form ul li{
        flex: 0 0 100%;
        margin-bottom: 16px;
    }
}


.standard-form ul li:nth-child(5),
.standard-form ul li:nth-child(9){
    flex: 0 0 100%;
}


.standard-form ul li:nth-child(){
    flex: 0 0 24%;
}

@media(max-width:1024px){
    .standard-form ul li:nth-child(){
        flex: 0 0 49%;
    }
}

@media(max-width:768px){
    .standard-form ul li:nth-child(){
        flex: 0 0 100%;
    }
}

.standard-form ul li:nth-child(6),
.standard-form ul li:nth-child(7),
.standard-form ul li:nth-child(8){
    flex: 0 0 32%;
}

@media(max-width:1024px){
    .standard-form ul li:nth-child(6),
    .standard-form ul li:nth-child(7),
    .standard-form ul li:nth-child(8){
        flex: 0 0 49%;
    }
}
@media(max-width:768px){
   .standard-form ul li:nth-child(6),
   .standard-form ul li:nth-child(7),
   .standard-form ul li:nth-child(8){
        flex: 0 0 100%;
    }
}



/*SETUP DE INPUT RADIOS*/
.input-options.radio-button-options .option-label{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 20px 8px 1fr;
    grid-template-columns: 20px 1fr;
    -ms-grid-row-align: center;
        align-self: center;
    gap: 8px;
    cursor: pointer;
    margin-bottom: 8px!important;
}

.input-options.radio-button-options .option-label input[type=radio]{
    margin-right: 4px;
    display: block;
}



/*SETUP DE INPUT TEXT*/
.standard-form input{
    color: #000;
    border: none;
    border-radius: 4px;
    padding: 14px 24px;
    font-size: 14px;
    line-height: 22px;
    font-family: inherit;
    width: 100%;
}

.standard-form input::placeholder{
    opacity: 0;
}

.field-visibility-settings-notoggle,
.field-visibility-settings-toggle,
.field-visibility-settings{
    display: none;
}

.field_error .message.error{
    font-size: 9px;
    line-height: 16px;
    padding-right: 20px!important;
}

.field_error .message.error:after{
    font-size: 9px!important;
    right: 5px!important;
    top: 50%!important;
    transform: translateY(-50%);
}

/*SETUP ACEITE*/

.bp-xprofile-checkbox-acceptance-field input[type=checkbox]{
    width: 20px;
}
.bp-xprofile-checkbox-acceptance-field a{
    margin-left: 5px;
    font-weight: bold;
    text-decoration: underline;
    color: =var(--text) !important;;
}


/*SETUP CAMPOS CONDIDIONAIS*/
.standard-form ul li:nth-child(){
    flex: 0 0 100%;
}

.standard-form ul li:nth-child(){
    flex: 0 0 24%
}
@media(max-width:1024px){
    .standard-form ul li:nth-child(){
        flex: 0 0 49%;
    }
}

@media(max-width:768px){
    .standard-form ul li:nth-child(){
        flex: 0 0 100%;
    }
}

.clear-value{
    display: none!important;
}/* End custom CSS */