.elementor-kit-8{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}.site-header .header-inner{width:0px;max-width:100%;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@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 */.card {
  transition: transform 0.4s ease;
}

.card:hover {
  transform: translateY(-8px) scale(1.01);
  
}

/* ===========================
   VERSÃO VERDE (ORIGINAL)
=========================== */
.brilhar svg {
  filter: drop-shadow(0 0 5px #00ffaa);
  transition: filter 0.6s ease;
}

.brilhar:hover svg {
  animation: neon-pulse 1.5s infinite alternate;
}

.brilhar:not(:hover) svg {
  animation: neon-pulse-out 0.6s forwards;
}

@keyframes neon-pulse {
  from {
    filter: drop-shadow(0 0 5px #00ffaa);
  }
  to {
    filter: drop-shadow(0 0 15px #00ffaa) drop-shadow(0 0 8px #00ffaa);
  }
}

@keyframes neon-pulse-out {
  from {
    filter: drop-shadow(0 0 15px #00ffaa) drop-shadow(0 0 8px #00ffaa);
  }
  to {
    filter: drop-shadow(0 0 5px #00ffaa);
  }
}


/* ===========================
   VERSÃO AZUL
=========================== */
.brilhar-azul svg {
  filter: drop-shadow(0 0 5px #61D9FF);
  transition: filter 0.6s ease;
}

.brilhar-azul:hover svg {
  animation: neon-pulse-azul 1.5s infinite alternate;
}

.brilhar-azul:not(:hover) svg {
  animation: neon-pulse-out-azul 0.6s forwards;
}

@keyframes neon-pulse-azul {
  from {
    filter: drop-shadow(0 0 5px #61D9FF);
  }
  to {
    filter: drop-shadow(0 0 15px #61D9FF) drop-shadow(0 0 8px #61D9FF);
  }
}

@keyframes neon-pulse-out-azul {
  from {
    filter: drop-shadow(0 0 15px #61D9FF) drop-shadow(0 0 8px #61D9FF);
  }
  to {
    filter: drop-shadow(0 0 5px #61D9FF);
  }
}


/* Esconde apenas no site, não no editor */
body:not(.elementor-editor-active) .lazy-section {
  opacity: 0;
  transform: translateY(0px);
  transition: opacity .6s ease, transform .6s ease;
  will-change: opacity, transform;
}

body:not(.elementor-editor-active) .lazy-section.loaded {
  opacity: 1;
  transform: translateY(0);
}/* End custom CSS */