.elementor-kit-5{--e-global-color-primary:#F72886;--e-global-color-secondary:#212B37;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--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:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 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){--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: url('https://app.packlp.com/assets/cursor4.svg') 0 0, auto; 
}

html,body{
width:100%;
overflow-x:hidden;
}
[data-elementor-type="wp-page"] {
    overflow: hidden !important;
}




/* Scrollbar com efeito translúcido roxo */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1); /* Fundo quase transparente */
  backdrop-filter: blur(6px); /* Efeito vidro */
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: rgba(155, 89, 182, 0.6); /* Roxo translúcido */
  border-radius: 10px;
  border: 2px solid rgba(247, 40, 134, 0.9); /* borda leve */
  transition: all 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(247, 40, 134, 0.6) /* Roxo mais intenso no hover */
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(247, 40, 134, 0.2);
}/* End custom CSS */