.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-b51afab:#6D009D;--e-global-color-f78c292:#282828;--e-global-color-28ca00d:#8E58F4;--e-global-color-ccd5ec3:#34394A;--e-global-color-23da859:#1D1D1D;--e-global-typography-primary-font-family:"Grifter Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Grifter Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;background-color:#000000;}.elementor-kit-6 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;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 */html {
   cursor: url('https://bruxadotrafegopago.com.br/wp-content/uploads/2024/05/mao-svg.svg'), auto;
}

/* Define a keyframe animation for click effect */
@keyframes clickEffect {
   0% {
      transform: scale(1);
   }
   50% {
      transform: scale(0.95);
   }
   100% {
      transform: scale(1);
   }
}

/* Apply the click effect on elements when clicked */
html.click, html.click a, html.click a:hover, a:hover {
   cursor: url('linkdaimagem'), auto;
   animation: clickEffect 0.2s ease-in-out;
}

/* Use JavaScript to add the 'click' class on click */
<script>
   document.addEventListener('click', function() {
      document.documentElement.classList.add('click');
      setTimeout(function() {
         document.documentElement.classList.remove('click');
      }, 200); // Adjust the timeout to match the animation duration
   });
</script>


/*scrollbar horizonta*/
html, body{
width: 100%;
overflow-x: hidden;
}

/*scrollbar vertical duplicada*/
[data-elementor-type="wp-page"]{
    overflow: hidden;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Grifter Sans';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://bruxadotrafegopago.com.br/wp-content/uploads/2024/07/grifterbold1.ttf') format('truetype');
}
/* End Custom Fonts CSS */