.elementor-9 .elementor-element.elementor-element-c569019{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-9 .elementor-element.elementor-element-c569019:not(.elementor-motion-effects-element-type-background), .elementor-9 .elementor-element.elementor-element-c569019 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#009EDF;}.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-9 .elementor-element.elementor-element-87e6abd{width:var( --container-widget-width, 19.303% );max-width:19.303%;--container-widget-width:19.303%;--container-widget-flex-grow:0;}.elementor-9 .elementor-element.elementor-element-87e6abd.elementor-element{--flex-grow:0;--flex-shrink:0;}/* Start custom CSS for image, class: .elementor-element-87e6abd *//* Define a animação de piscar */
@keyframes flicker {
    0% {
        filter: brightness(100%); /* Brilho normal no início */
    }
    50% {
        filter: brightness(150%); /* Mais claro no meio da animação (ajuste este valor para o tom desejado) */
    }
    100% {
        filter: brightness(110%); /* Retorna ao brilho normal no final */
    }
}

/* Aplica a animação à logomarca */
.elementor-element-87e6abd img {
    animation: flicker 2s infinite alternate ease-in-out; /* Nome da animação, duração, repetição, direção e função de temporização */
}/* End custom CSS */