.elementor-kit-6{--e-global-color-primary:#151515;--e-global-color-secondary:#151515;--e-global-color-text:#151515;--e-global-color-accent:#151515;--e-global-typography-primary-font-family:"Helvetica";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Helvetica";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Helvetica";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Helvetica";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:#232222;}.elementor-kit-6 h1{color:#232222;font-family:"Helvetica", Sans-serif;font-size:75px;font-weight:400;letter-spacing:-2px;}.elementor-kit-6 h2{color:#232222;font-family:"Helvetica", Sans-serif;font-size:20px;font-weight:500;}.elementor-kit-6 h3{color:#232222;font-family:"Helvetica", Sans-serif;font-size:75px;font-weight:600;}.elementor-kit-6 h4{font-family:"Helvetica", Sans-serif;font-size:16px;font-weight:400;}.elementor-kit-6 h5{font-family:"Helvetica", Sans-serif;font-size:125px;}.elementor-kit-6 img{border-style:none;filter:brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );transition-duration:0s;}.elementor-kit-6 img:hover{border-style:none;opacity:1;}.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);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-kit-6{--e-global-typography-secondary-font-size:16px;}.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 *//* ATIVAR APENAS NA PUBLICAÇÃO FINAL — remover /* para ativar */
html, html *, html *:hover, body, * {
  cursor: none !important;
}

#cursor-custom {
  position: fixed;
  width: 16px;
  height: 16px;
  background-color: white;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  mix-blend-mode: exclusion;
  transition: width 0.2s ease, height 0.2s ease;
  z-index: 999999;
}

#cursor-custom.cursor-large {
  width: 48px;
  height: 48px;
}

@media (max-width: 768px) {
  #cursor-custom {
    display: none !important;
  }

  body.menu-open .elementor-location-header {
    padding-bottom: 80px;
  }
}/* End custom CSS */