.elementor-kit-9{--e-global-color-primary:#EF594D;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#F79536;--e-global-typography-primary-font-family:"Agency FB";--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:"Agency FB";--e-global-typography-accent-font-weight:500;overscroll-behavior:auto;--e-page-transition-entrance-animation:e-page-transition-slide-out-up;--e-page-transition-exit-animation:e-page-transition-slide-in-up;--e-page-transition-animation-duration:1300ms;--e-preloader-animation:pulse;--e-preloader-animation-duration:2000ms;--e-preloader-delay:200ms;--e-preloader-width:151px;--e-preloader-opacity:0.8;}.elementor-kit-9 e-page-transition{background-color:transparent;background-image:linear-gradient(128deg, #F79536 0%, var( --e-global-color-primary ) 100%);}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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-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 */body {
  cursor: none;
}
@keyframes cursor-pulse {
  0% {
    box-shadow:
      0 0 6px rgba(255, 200, 60, 0.5),
      0 0 14px rgba(255, 140, 26, 0.4);
  }
  50% {
    box-shadow:
      0 0 18px rgba(255, 200, 60, 1),
      0 0 36px rgba(255, 140, 26, 0.9);
  }
  100% {
    box-shadow:
      0 0 6px rgba(255, 200, 60, 0.5),
      0 0 14px rgba(255, 140, 26, 0.4);
  }
}

.cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;

  background: radial-gradient(circle, #ffd84d, #ff8c1a);
  box-shadow:
    0 0 12px rgba(255, 200, 60, 1),
    0 0 28px rgba(255, 140, 26, 0.8);

  transform: translate(-50%, -50%);
  transition: transform 0.05s ease, width 0.6s ease, height 0.6s ease;
  
  animation: cursor-pulse 1.6s ease-in-out infinite;
}

.cursor.is-link {
  width: 32px;
  height: 32px;
  background: rgba(0,0,0,0);
  border: 2px solid #ffd84d;
  box-shadow:#ff8c1a
    0 0 12px rgba(255, 200, 60, 0.9),
    0 0 24px rgba(255, 140, 26, 0.8);
}

.cursor-trail {
  position: fixed;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9998;

  background: radial-gradient(circle, #ffd84d, #ff8c1a);
  filter: blur(6px);

  transform: translate3d(0, 0, 0);
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Agency FB';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://scriptus.vectornet.etc.br/wp-content/uploads/2025/12/AGENCYB.woff') format('woff');
}
/* End Custom Fonts CSS */