.elementor-kit-27{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-6305d4d:#962AE0;--e-global-color-a79f749:#EDEDED;--e-global-color-97b6ca0:#E6A0B8;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-preloader-delay:500ms;--e-preloader-color:#FFF;--e-preloader-size:104px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-block-end: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-27 e-page-transition{background-color:#171424;}@media(max-width:1420px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1100px;}.e-con{--container-max-width:1100px;}}@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 */@keyframes pulse-breath {
  0% {
    transform: scale(0.9);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.1); 
    opacity: 1;
  }
  100% {
    transform: scale(0.9);
    opacity: 0.8; 
  }
}


.img-pulsar {
  animation: pulse-breath 10s ease-in-out infinite;
  display: inline-block;
}

@keyframes shhEfeito {
    0% {
        opacity: 0;
        transform: translateY(20px) scale(0.5);
    }
    15% {
        opacity: 1;
        transform: translateY(-20px) scale(1.3); /* Cresce e sobe */
    }
    30% {
        opacity: 1;
        transform: translateY(-50px) scale(1); /* Sobe mais um pouco */
    }
    45% {
        opacity: 0;
        transform: translateY(-80px) scale(0.8); /* Desaparece subindo */
    }
    100% {
        opacity: 0; /* Mantém-se invisível até o fim do ciclo de 5s */
        transform: translateY(-80px) scale(0.8);
    }
}/* End custom CSS */