.elementor-2765 .elementor-element.elementor-element-ce48652{--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-style:solid;--border-style:solid;border-width:2px 2px 2px 2px;--border-top-width:2px;--border-right-width:2px;--border-bottom-width:2px;--border-left-width:2px;border-color:#FF8800;--border-color:#FF8800;--border-radius:0px 0px 0px 0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:35px;--padding-bottom:35px;--padding-left:35px;--padding-right:35px;}.elementor-2765 .elementor-element.elementor-element-ce48652:not(.elementor-motion-effects-element-type-background), .elementor-2765 .elementor-element.elementor-element-ce48652 > .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-2765 .elementor-element.elementor-element-4934f3f{text-align:center;}.elementor-2765 .elementor-element.elementor-element-4934f3f .elementor-heading-title{font-family:"Sora", Sans-serif;font-size:22px;font-weight:600;color:#FFFFFF;}#elementor-popup-modal-2765{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-2765 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-2765 .dialog-close-button{display:flex;}#elementor-popup-modal-2765 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for html, class: .elementor-element-b0bb84c */#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: #fff;
    font-weight: 700;
    font-size: 20px;
    border-radius: 6px;
    padding: 15px 20px 19px 20px;
    letter-spacing: 1px;
    transition: all 0s;
    margin-top: 5px;
    background: #ffa500;
}

#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 */