.elementor-2040 .elementor-element.elementor-element-4505694{--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;--gap:30px 30px;--row-gap:30px;--column-gap:30px;--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );color:var( --e-global-color-primary );}.elementor-2040 .elementor-element.elementor-element-02b507a .elementor-heading-title{font-family:"Lexend Deca - B", Sans-serif;font-size:30px;font-weight:400;line-height:35px;letter-spacing:0.5px;color:var( --e-global-color-text );}.elementor-2040 .elementor-element.elementor-element-e0f2bcf{width:100%;max-width:100%;}#elementor-popup-modal-2040{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-2040 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-2040 .dialog-close-button{display:flex;}#elementor-popup-modal-2040 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}}@media(min-width:768px){.elementor-2040 .elementor-element.elementor-element-4505694{--content-width:1280px;}}@media(max-width:767px){.elementor-2040 .elementor-element.elementor-element-4505694{--content-width:1280px;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--padding-top:15px;--padding-bottom:15px;--padding-left:15px;--padding-right:15px;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}}/* Start custom CSS for shortcode, class: .elementor-element-e0f2bcf *//* --- Estilo geral do formulário --- */
.wpcf7 form {
    font-family: "Lexend Deca", sans-serif;
}

/* --- Inputs e textarea --- */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: "Lexend Deca", sans-serif;
    font-size: 15px;
    box-sizing: border-box;
    background: #fff;
}

/* Placeholder igual ao Elementor */
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    color: #999;
}

/* Campo textarea maior */
.wpcf7 textarea {
    min-height: 120px;
    resize: vertical;
}

/* --- Espaçamento entre campos --- */
.wpcf7 .wpcf7-form-control-wrap {
    margin-bottom: 12px;
    display: block;
}

/* --- Botão --- */
.wpcf7 input[type="submit"] {
    background-color: #004F91;
    color: #fff;
    font-family: "Lexend Deca", sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 16px;
    border: none;
    border-radius: 4px;
    width: 100%;
    cursor: pointer;
    transition: 0.25s;
}

/* Hover do botão */
.wpcf7 input[type="submit"]:hover {
    background-color: #003b6e;
}

/* Remove borda azul ao clicar */
.wpcf7 input:focus,
.wpcf7 textarea:focus {
    border-color: #004F91;
    outline: none;
    box-shadow: 0 0 0 1px rgba(0,79,145,0.3);
}/* End custom CSS */