.elementor-kit-8{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-73b6963:#00011A;--e-global-color-611ad48:#FBCD05;--e-global-color-d1ee7bc:#DE2C00;--e-global-color-8ed55e7:#F3F3F3;--e-global-color-9a9e658:#FFFFFF;--e-global-color-4f92c6b:#2E2C2C;--e-global-color-9ea8f16:#002564;--e-global-typography-primary-font-family:"Sora";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Sora";--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:"Sora";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.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 */body::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: radial-gradient(at 20% 80%, #fff 1px, transparent 2px);
    background-size: 2px 2px; /* Ajuste o tamanho do padrão */
    pointer-events: none !important;
    z-index: 9999;
    opacity: 0.03; /* Ajuste conforme necessário */
    mix-blend-mode: plus-lighter;
}

#magic-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, #fff, transparent);
  box-shadow: 0 0 10px 2px #fff;
  mix-blend-mode: screen;
  z-index: 9999;
}

.sparkle {
  position: fixed;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff8b5;
  pointer-events: none;
  opacity: 0.9;
  animation: sparkle 0.6s ease-out forwards;
}

@keyframes sparkle {
  0% {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
  100% {
    transform: scale(0.5) translateY(-20px);
    opacity: 0;
  }
}

@media (max-width: 1024px) {
  #magic-cursor,
  .sparkle {
    display: none !important;
  }
}/* End custom CSS */