.elementor-2786 .elementor-element.elementor-element-1c2bd9d{--display:flex;}.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-2786 .elementor-element.elementor-element-faca0c6{--display:flex;}.elementor-2786 .elementor-element.elementor-element-faca0c6:not(.elementor-motion-effects-element-type-background), .elementor-2786 .elementor-element.elementor-element-faca0c6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFF6FA;}.elementor-widget-eael-contact-form-7 .eael-contact-form-7 .eael-contact-form-7-title{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-eael-contact-form-7 .eael-contact-form-7 .eael-contact-form-7-description{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-eael-contact-form-7 .eael-contact-form-7 .wpcf7-form-control.wpcf7-text, .elementor-widget-eael-contact-form-7 .eael-contact-form-7 .wpcf7-form-control.wpcf7-quiz, .elementor-widget-eael-contact-form-7 .eael-contact-form-7 .wpcf7-form-control.wpcf7-quiz, .elementor-widget-eael-contact-form-7 .eael-contact-form-7 .wpcf7-form-control.wpcf7-textarea, .elementor-widget-eael-contact-form-7 .eael-contact-form-7 .wpcf7-form-control.wpcf7-select{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-eael-contact-form-7 .eael-contact-form-7 .wpcf7-form label, .elementor-widget-eael-contact-form-7 .eael-contact-form-7 .wpcf7-form .wpcf7-quiz-label{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-eael-contact-form-7 .eael-contact-form-7 .wpcf7-form-control::-webkit-input-placeholder{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-eael-contact-form-7 .eael-contact-form-7 .wpcf7-form input[type="submit"]{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-eael-contact-form-7 .eael-contact-form-7 .wpcf7-not-valid-tip{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-2786 .elementor-element.elementor-element-38d3ea1 .eael-contact-form-7 .wpcf7-not-valid-tip{display:block !important;}.elementor-2786 .elementor-element.elementor-element-38d3ea1 .eael-contact-form-7 .wpcf7-validation-errors{display:block !important;}.elementor-2786 .elementor-element.elementor-element-38d3ea1 .eael-contact-form-7-wrapper{text-align:default;}.elementor-2786 .elementor-element.elementor-element-38d3ea1 .eael-contact-form-7 .wpcf7-form p:not(:last-of-type) .wpcf7-form-control-wrap{margin-bottom:0px;}.elementor-2786 .elementor-element.elementor-element-716e2cd{--display:flex;}.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-2786 .elementor-element.elementor-element-767997d .elementor-heading-title{font-family:"Roboto", Sans-serif;font-weight:normal;color:#FFFFFF;}body.elementor-page-2786:not(.elementor-motion-effects-element-type-background), body.elementor-page-2786 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}:root{--page-title-display:none;}body.elementor-page-2786{padding:0px 0px 0px 0px;}@media(max-width:767px){.elementor-2786 .elementor-element.elementor-element-9b0a96a > .elementor-widget-container{margin:-11px -11px -11px -11px;}.elementor-2786 .elementor-element.elementor-element-faca0c6{--margin-top:-37px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2786 .elementor-element.elementor-element-767997d .elementor-heading-title{font-size:14px;line-height:1.5em;letter-spacing:0.2px;}}/* Start custom CSS *//* Remover espaço em brando lateral no mobile */
html, body{
    overflow-x: hidden !important; 
}

.scale-up-center {
    animation: pisca .5s;
    animation-iteration-count: infinite;
}

@keyframes pisca {
    0% {
        transform: scale(1);
    } 50% {
        transform: scale(1.1);
    } 100% {
        transform: scale(1);
    }
}/* End custom CSS */