.elementor-kit-9{--e-global-color-primary:#EF594D;--e-global-color-secondary:#54595F;--e-global-color-text:#F2ECBC;--e-global-color-accent:#D5976D;--e-global-color-8fe6bd5:#E67A09;--e-global-color-c98b5f5:#582800;--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-size:19px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Agency FB";--e-global-typography-accent-font-weight:500;background-color:#060000;font-family:"Roboto", Sans-serif;font-size:19px;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:1000ms;--e-preloader-animation:pulse;--e-preloader-animation-duration:900ms;--e-preloader-delay:200ms;--e-preloader-width:151px;--e-preloader-opacity:0.8;}.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{background-color:var( --e-global-color-8fe6bd5 );font-family:"Agency FB", Sans-serif;color:#FFFCFC;}.elementor-kit-9 e-page-transition{background-color:transparent;background-image:linear-gradient(128deg, #F79536 0%, var( --e-global-color-primary ) 100%);}.elementor-kit-9 h1{font-family:"Montserrat", Sans-serif;}.elementor-kit-9 h2{font-family:"Montserrat", Sans-serif;}.elementor-kit-9 h3{font-family:"Montserrat", Sans-serif;}.elementor-kit-9 h4{font-family:"Montserrat", Sans-serif;}.elementor-kit-9 h5{font-family:"Montserrat", Sans-serif;}.elementor-kit-9 h6{font-family:"Montserrat", Sans-serif;}.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 *//* Desktop only */
@media (min-width: 1025px) {

/*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(5px);

  transform: translate3d(0, 0, 0);
}
}

/* Mobile / Tablet */
@media (max-width: 1024px) {

  .cursor,
  .cursor-trail {
    display: none !important;
  }

  body {
    cursor: auto !important;
  }

}

.main-header__inner .main-header__widgets{
    flex: 0!important;
}

.main-header__inner {
  justify-content: space-between;
}




.mfp-iframe-holder .mfp-close {
  right: -0px!important;

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