.elementor-2 .elementor-element.elementor-element-0b97349{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2 .elementor-element.elementor-element-0b97349:not(.elementor-motion-effects-element-type-background), .elementor-2 .elementor-element.elementor-element-0b97349 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F9F7F4;}.elementor-2 .elementor-element.elementor-element-19680e9{--display:grid;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2 .elementor-element.elementor-element-3da8012{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2 .elementor-element.elementor-element-3da8012.e-con{--align-self:center;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-2 .elementor-element.elementor-element-042823f{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:100px;--padding-bottom:100px;--padding-left:10px;--padding-right:10px;}.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-2 .elementor-element.elementor-element-e1fd9a3{width:initial;max-width:initial;}.elementor-2 .elementor-element.elementor-element-e1fd9a3 .elementor-heading-title{font-family:"Lora", Sans-serif;font-size:35px;font-weight:600;line-height:35px;color:#67323B;}.elementor-2 .elementor-element.elementor-element-d7133c0{width:initial;max-width:initial;}.elementor-2 .elementor-element.elementor-element-d7133c0 .elementor-heading-title{font-family:"Lora", Sans-serif;font-size:18px;font-weight:600;line-height:18px;color:#67323B;}.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-2 .elementor-element.elementor-element-bec1c30{width:initial;max-width:initial;font-family:"Poppins", Sans-serif;font-size:17px;font-weight:400;line-height:19px;color:#67323B;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-2 .elementor-element.elementor-element-037849c .elementor-button{background-color:#20B054;font-family:"Poppins", Sans-serif;font-size:20px;font-weight:600;text-transform:uppercase;fill:#FFFFFF;color:#FFFFFF;border-radius:25px 25px 25px 25px;}.elementor-2 .elementor-element.elementor-element-037849c .elementor-button-content-wrapper{flex-direction:row;}@media(max-width:1024px){.elementor-2 .elementor-element.elementor-element-19680e9{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-2 .elementor-element.elementor-element-19680e9{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-2 .elementor-element.elementor-element-3da8012{--padding-top:50px;--padding-bottom:0px;--padding-left:10px;--padding-right:10px;}.elementor-2 .elementor-element.elementor-element-042823f{--padding-top:50px;--padding-bottom:50px;--padding-left:10px;--padding-right:10px;}.elementor-2 .elementor-element.elementor-element-e1fd9a3{width:100%;max-width:100%;}.elementor-2 .elementor-element.elementor-element-e1fd9a3 .elementor-heading-title{font-size:25px;line-height:25px;}.elementor-2 .elementor-element.elementor-element-d7133c0{width:100%;max-width:100%;}.elementor-2 .elementor-element.elementor-element-d7133c0 .elementor-heading-title{font-size:16px;line-height:16px;}.elementor-2 .elementor-element.elementor-element-bec1c30{width:100%;max-width:100%;font-size:15px;line-height:17px;}.elementor-2 .elementor-element.elementor-element-bec1c30 p{margin-block-end:0px;}.elementor-2 .elementor-element.elementor-element-037849c .elementor-button{font-size:17px;}}/* Start custom CSS for button, class: .elementor-element-037849c */.elementor-2 .elementor-element.elementor-element-037849c .elementor-button{
    animation: pisca 1.5s infinite;
    box-shadow: 0px 0px 20px -5px #62C004; /*mude a cor aqui*/
}

@keyframes pisca {
    70% {
        box-shadow: 0 0 0 30px transparent;
    }
    100% {
        box-shadow: 0 0 0 0 transparent;
    }
}/* End custom CSS */