.elementor-kit-7{--e-global-color-primary:#0099FF;--e-global-color-secondary:#114285;--e-global-color-text:#0C2C5A;--e-global-color-accent:#81FF03;--e-global-color-b3b8dae:#0C2C5A;--e-global-color-259f72d:#FFFFFF;--e-global-color-ca57e98:#02010100;--e-global-color-0a9906f:#81FF03;--e-global-color-bb71add:#F70505;--e-global-color-193a574:#FFCC00;--e-global-typography-primary-font-size:38px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:1.2em;--e-global-typography-primary-letter-spacing:-1.3px;--e-global-typography-secondary-font-size:34px;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-secondary-letter-spacing:-1px;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-size:16px;--e-global-typography-accent-line-height:1.4em;--e-global-typography-584f656-font-size:24px;--e-global-typography-584f656-font-weight:500;--e-global-typography-584f656-line-height:1.2em;--e-global-typography-584f656-letter-spacing:-0.5px;--e-global-typography-467e6ab-font-size:12px;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 );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:#81FF03;color:var( --e-global-color-text );border-radius:50px 50px 50px 50px;}.elementor-kit-7 button:hover,.elementor-kit-7 button:focus,.elementor-kit-7 input[type="button"]:hover,.elementor-kit-7 input[type="button"]:focus,.elementor-kit-7 input[type="submit"]:hover,.elementor-kit-7 input[type="submit"]:focus,.elementor-kit-7 .elementor-button:hover,.elementor-kit-7 .elementor-button:focus{background-color:#70E000;color:var( --e-global-color-text );}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{font-family:"Montserrat", Sans-serif;font-weight:700;line-height:1.2em;}.elementor-kit-7 h5{font-family:"Montserrat", Sans-serif;line-height:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1340px;}.e-con{--container-max-width:1340px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-7{--e-global-typography-primary-font-size:40px;--e-global-typography-secondary-font-size:30px;--e-global-typography-584f656-font-size:20px;font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{--e-global-typography-primary-font-size:30px;--e-global-typography-secondary-font-size:24px;font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* A classe fica no WIDGET (wrapper), mas o brilho será aplicado no <a class="elementor-button"> */
.cta-brilho .elementor-button,
.cta-brilho a.elementor-button {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color:#0C2C5A;
}

/* Brilho */
.cta-brilho .elementor-button::after,
.cta-brilho a.elementor-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 55%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.55) 50%,
    rgba(255,255,255,0) 100%
  );
  transform: skewX(-20deg);
  pointer-events: none;
  animation: brilhoCTA 2.8s infinite;
}

/* Garante que o brilho respeite o arredondado do botão */
.cta-brilho .elementor-button::after,
.cta-brilho a.elementor-button::after {
  border-radius: inherit;
}

@keyframes brilhoCTA {
  0%   { left: -120%; }
  100% { left: 170%; }
}/* End custom CSS */