.elementor-kit-7{--e-global-color-primary:#FFB53C;--e-global-color-secondary:#111315;--e-global-color-text:#FFFFFF;--e-global-color-accent:#004AC3;--e-global-color-b0b7d79:#C5C5C5;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:47.78px;--e-global-typography-primary-font-weight:800;--e-global-typography-primary-letter-spacing:0px;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:23.04px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-secondary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.elementor-widget:not(:last-child){--kit-widget-spacing:10px;}.elementor-element{--widgets-spacing:10px 10px;--widgets-spacing-row:10px;--widgets-spacing-column:10px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.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 */.destaque-amarelo .elementor-button {
    background-color: #FFB53C !important;
    position: relative;
    overflow: hidden !important;
    border: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    animation: ondaGlow 2.5s infinite alternate ease-in-out;
}

.destaque-amarelo .elementor-button:hover {
    transform: scale(1.05);
}

@keyframes ondaGlow {
    0% {
        box-shadow: 0 0 5px rgba(255, 181, 60, 0.3),
                    0 0 10px rgba(255, 181, 60, 0.2);
    }
    100% {
        box-shadow: 0 0 15px rgba(255, 181, 60, 0.8),
                    0 0 25px rgba(255, 181, 60, 0.5),
                    0 0 45px rgba(255, 181, 60, 0.3);
    }
}

.destaque-amarelo .elementor-button::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0) 100%);
    transform: skewX(-25deg);
    z-index: 99; 
    pointer-events: none; 
    animation: luzPassando 2.5s infinite alternate ease-in-out;
}

@keyframes luzPassando {
    0% {
        left: -100%;
    }
    100% {
        left: 200%;
    }
}





.destaque-branco .elementor-button {
    background-color: #FFFFFF !important;
    color: #1A1A1A !important;
    border: none;
    position: relative;
    transition: transform 0.3s ease !important;
    animation: ondaGlowBranca 2.5s infinite alternate ease-in-out;
}

.destaque-branco .elementor-button:hover {
    transform: scale(1.05);
}

@keyframes ondaGlowBranca {
    0% {
        box-shadow: 0 0 5px rgba(255, 255, 255, 0.4),
                    0 0 10px rgba(255, 255, 255, 0.2);
    }
    100% {
        box-shadow: 0 0 20px rgba(255, 255, 255, 0.8),
                    0 0 40px rgba(255, 255, 255, 0.5),
                    0 0 70px rgba(255, 255, 255, 0.3);
    }
}/* End custom CSS */