.elementor-kit-7{--e-global-color-primary:#FF3200;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#575757;--e-global-color-accent:#000000;--e-global-color-a668ab7:#000541;--e-global-color-09be3f4:#F6F1EF;--e-global-color-2a82c4c:#9B9B9B;--e-global-typography-primary-font-family:"Frank Ruhl Libre";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Frank Ruhl Libre";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Helvetica";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-secondary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */.e-button-base{
    animation-name: luzes !important;
    animation-duration: 2s !important;
    animation-timing-function: linear !important;
    animation-iteration-count: infinite !important;
    animation-delay: 0s !important;
    animation-direction: normal !important;
    animation-fill-mode: none !important;
    animation-play-state: running !important;
}

@keyframes luzes{
    0%{
        box-shadow: 0 0 10px -20px #BB55CF;
    }
    90%{
        box-shadow: 0 0 0 20px transparent;
    }
    100%{
        box-shadow: 0 0 0 0 transparent;
    }
}/* End custom CSS */