.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-c74060e:#5F3018;--e-global-color-db60e0f:#5F3018D9;--e-global-color-12f2a45:#2874D4;--e-global-color-c656243:#2562BC;--e-global-color-002d41d:#FFFFFF;--e-global-color-962189c:#111625;--e-global-color-2837b65:#FAF5E5;--e-global-color-9ea3ac3:#000C18;--e-global-color-97a28f7:#477CBB;--e-global-color-097f9aa:#ECECEC;--e-global-color-cebd23c:#000C18;--e-global-color-d02ba0d:#F1B03D;--e-global-color-3b22b9d:#4C0308;--e-global-color-6ee55d9:#DD0D78;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;--e-global-typography-900b8cc-font-family:"gineso";--e-global-typography-900b8cc-font-size:4.4em;--e-global-typography-900b8cc-font-weight:700;--e-global-typography-900b8cc-line-height:1.2em;--e-global-typography-6c3140e-font-family:"Nunito";--e-global-typography-6c3140e-font-size:1.4em;--e-global-typography-6c3140e-font-weight:400;--e-global-typography-6c3140e-line-height:1em;--e-global-typography-d85ff23-font-family:"Nunito";--e-global-typography-d85ff23-font-size:1.6em;--e-global-typography-d85ff23-font-weight:400;--e-global-typography-d85ff23-line-height:1.2em;--e-global-typography-56372e1-font-family:"Inter";--e-global-typography-56372e1-font-size:1.6em;--e-global-typography-56372e1-font-weight:900;--e-global-typography-56372e1-text-transform:uppercase;--e-global-typography-56372e1-line-height:1em;--e-global-typography-56372e1-letter-spacing:0.5px;}.elementor-kit-8 a{color:var( --e-global-color-c656243 );}.elementor-kit-8 a:hover{color:var( --e-global-color-12f2a45 );}.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:1365px){.elementor-kit-8{--e-global-typography-900b8cc-font-size:2.4em;}}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:720px){.elementor-kit-8{--e-global-typography-900b8cc-font-size:3em;}}/* Start custom CSS */html, body {
    overflow-x: hidden!important;
}



/* cursor css */
html {
  cursor:url('https://starlit.world/wp-content/uploads/2025/05/cursor_starlit-2.svg'), auto;
}
a, button, .elementor-button, [role="button"], .cursor-pointer {
  cursor: url('https://starlit.world/wp-content/uploads/2025/06/pointer_starlit_1-3.png'), pointer !important;
}
.sparkle-star {
  position: absolute;
  width: 14px;
  height: 14px;
  pointer-events: none;
  opacity: 1;
  transition: opacity 1.2s ease-out, transform 1.2s ease-out;
  z-index: 9999;
  filter: drop-shadow(0 0 2px rgba(0, 128, 255, 0.5));
}
.sparkle-star svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* scrollbars */
body::-webkit-scrollbar { width: 10px; }
body::-webkit-scrollbar-track { background: #fff; }
body::-webkit-scrollbar-thumb {
  background-color:#2874D4;
  border-radius: 2px;
  border: none;
}

/* float */
.float {
  animation: flutuar 2s ease-in-out infinite alternate;
  pointer-events: none;
}
.float-fast {
  animation: flutuar-fast 1.5s ease-in-out infinite alternate;
  pointer-events: none;
}
@keyframes flutuar {
  0%   { transform: translateY(0px); }
  100% { transform: translateY(-20px); }
}
@keyframes flutuar-fast {
  0%   { transform: translateY(0px); }
  100% { transform: translateY(-15px); }
}

/* sombras */
.shadow-p::after, .shadow-m::after, .shadow-g::after {
  content: '';
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  height: 30px;
  z-index: 0;
  filter: blur(6px);
}
.shadow-p::after {
  width: 200px;
  background: radial-gradient(ellipse at center, rgba(0,0,0,0.3) 0%, transparent 80%);
}
.shadow-m::after {
  width: 300px;
  background: radial-gradient(ellipse at center, rgba(0,0,0,0.3) 0%, transparent 80%);
}
.shadow-g::after {
  width: 400px;
  background: radial-gradient(ellipse at center, rgba(0,0,0,0.3) 0%, transparent 80%);
}

@media screen and (max-width: 767px) {
    .shadow-p::after {
  width: 200px;
}
.shadow-m::after {
  width: 250px;
}
.shadow-g::after {
  width: 300px;
}
}

/* botões */
.btn-light, .btn-dark {
  border-radius: 10em;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 0 0 currentColor;
}
.btn-light {
  border: 1px solid white;
}
.btn-light:hover {
  transform: translateY(-4px) translateX(-2px);
  box-shadow: 2px 5px 0 0 white;
  background-color: #2874d4;
}
.btn-light:active {
  transform: translateY(2px) translateX(1px);
  box-shadow: 0 0 0 0 white;
}
.btn-dark {
  border: 1px solid #251211;
}
.btn-dark:hover {
  transform: translateY(-4px) translateX(-2px);
  box-shadow: 2px 5px 0 0 #251211;
  background-color: white;
}
.btn-dark:active {
  transform: translateY(2px) translateX(1px);
  box-shadow: 0 0 0 0 #251211;
}/* End custom CSS */