.elementor-2902 .elementor-element.elementor-element-f937f9e{--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;--border-radius:0px 0px 0px 0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:25px;--padding-bottom:25px;--padding-left:25px;--padding-right:25px;}.elementor-2902 .elementor-element.elementor-element-f937f9e:not(.elementor-motion-effects-element-type-background), .elementor-2902 .elementor-element.elementor-element-f937f9e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.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-2902 .elementor-element.elementor-element-522c45f{width:var( --container-widget-width, 93% );max-width:93%;--container-widget-width:93%;--container-widget-flex-grow:0;text-align:center;}.elementor-2902 .elementor-element.elementor-element-522c45f.elementor-element{--align-self:center;}.elementor-2902 .elementor-element.elementor-element-522c45f .elementor-heading-title{font-family:"Sora", Sans-serif;font-size:24px;font-weight:600;color:#FFFFFF;}#elementor-popup-modal-2902{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-2902 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-2902 .dialog-close-button{display:flex;}#elementor-popup-modal-2902 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(min-width:768px){.elementor-2902 .elementor-element.elementor-element-f937f9e{--width:100%;}}@media(max-width:1024px){.elementor-2902 .elementor-element.elementor-element-f937f9e{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}@media(max-width:767px){.elementor-2902 .elementor-element.elementor-element-f937f9e{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2902 .elementor-element.elementor-element-522c45f{text-align:center;}.elementor-2902 .elementor-element.elementor-element-522c45f .elementor-heading-title{font-size:14px;}}/* Start custom CSS for html, class: .elementor-element-026e015 */#form form {
    font-family: "sora";
}

#form ._form-content {
    display: flex;
    flex-direction: column;
    color: #fff;
    font-weight: 500;
    line-height: 1;
}

#form ._field-wrapper {
    margin-bottom: 10px;
     margin-top: 5px;
    color: #ffa500;
    line-height: 3;
}

/* Personalizar campos */
#form input {
    font-size: 16px;
    font-weight: 500;
    background: #ffff;
    color: #fff44;
    padding: 10px 16px 10px 16px;
    border-radius: 6px;
    border-color: #ffa500;
    border-width: 1px;
}

#form ::placeholder {
    color: #rgb(#, 0, 0);
}

/* Personalizar botao */
#form ._submit {
    width: 100%;
    border: none;
    color: #000;
    font-weight: 700;
    font-size: 16px;
    border-radius: 6px;
    padding: 15px 20px 19px 20px;
    letter-spacing: 1px;
    transition: all 0s;
    margin-top: 5px;
    background: #39ff14;
}

#formulario ._submit:hover {
    background: #ffc749;
    color: #fff67;
}

#formulario input:focus-visible,
#formulario ._submit:focus-visible {
    outline: none;
    border: 1px solid #fff;
}

/* Mensagem de erro nos campos */
#form ._error-inner {
    margin-bottom: -5px;
    background-color: transparent;
    font-size: 14px;
    font-family: "Roboto";
    color: #f455;
    text-align: left;
    text-decoration: none;
    padding: 5px 0;
    font-weight: 400;
}

#formu input[type="text"]._has_error,
#formulario textarea._has_error {
    border: #da0000 1px solid;
}/* End custom CSS */