.elementor-13 .elementor-element.elementor-element-0765cea{--display:flex;--padding-top:32px;--padding-bottom:32px;--padding-left:16px;--padding-right:16px;}.elementor-13 .elementor-element.elementor-element-0765cea:not(.elementor-motion-effects-element-type-background), .elementor-13 .elementor-element.elementor-element-0765cea > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1A1A1A;}.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-13 .elementor-element.elementor-element-a5115b4{text-align:center;}.elementor-13 .elementor-element.elementor-element-a5115b4 .elementor-heading-title{font-family:"fontes", Sans-serif;font-size:30px;font-weight:600;color:#F7B808;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-13 .elementor-element.elementor-element-9ab559d{text-align:center;font-family:"fontes", Sans-serif;font-size:18px;font-weight:400;color:#F9F9F9;}#elementor-popup-modal-13{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-13 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-13 .dialog-close-button{display:flex;}#elementor-popup-modal-13 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for html, class: .elementor-element-4dfc61d */#formulario form{
    font-family: "Poppins";
}

#formulario .mauticform_wrapper{
    display: flex;
    flex-direction: column;
}

#formulario input{
    font-size: 14px;
    background: #fff;
    border: 1px solid #fff;
    height: 50px;
    margin-bottom: 10px;
}

#mauticform_input_formulariocheckout_submit{
    width: 100%;
    height: 55px;
    border: none;
    background: #F7B808;
    font-weight: 700;
    color: #111
}

#mauticform_input_formulariocheckout_submit:hover{
    background: #fff;
    color: #f22982;
    transform: scale(1.05);
}

#formulario input:focus-visible,
#mauticform_input_formulariocheckout_submit{
    outline: none;
}/* End custom CSS */