.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:#000A0E;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );text-transform:var( --e-global-typography-text-text-transform );font-style:var( --e-global-typography-text-font-style );text-decoration:var( --e-global-typography-text-text-decoration );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}@media(max-width:1024px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}}@media(max-width:767px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}}/* 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 */