.elementor-kit-36{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#000000;--e-global-color-text:#707070;--e-global-color-accent:#A7FF00;--e-global-color-b716320:#DA1A1D;--e-global-color-3f05e59:#A51417;--e-global-color-51c54f5:#840C0F;--e-global-color-494633f:#C0C0C0;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-size:49px;--e-global-typography-primary-font-weight:500;--e-global-typography-primary-line-height:55px;--e-global-typography-secondary-font-family:"Manrope";--e-global-typography-secondary-font-size:32px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Manrope";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-size:25px;--e-global-typography-accent-font-weight:500;background-color:#FFFFFF;color:#000000;}.elementor-kit-36 e-page-transition{background-color:#FFBC7D;}.elementor-kit-36 a{color:var( --e-global-color-primary );}.elementor-kit-36 a:hover{color:var( --e-global-color-primary );}.elementor-kit-36 button,.elementor-kit-36 input[type="button"],.elementor-kit-36 input[type="submit"],.elementor-kit-36 .elementor-button{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:20px;--container-default-padding-right:20px;--container-default-padding-bottom:20px;--container-default-padding-left:20px;}.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:1366px){.elementor-kit-36{--e-global-typography-primary-line-height:44px;--e-global-typography-text-font-size:16px;}.elementor-kit-36 button,.elementor-kit-36 input[type="button"],.elementor-kit-36 input[type="submit"],.elementor-kit-36 .elementor-button{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:1024px){.elementor-kit-36{--e-global-typography-primary-font-size:36px;--e-global-typography-secondary-font-size:30px;--e-global-typography-text-font-size:16px;--e-global-typography-accent-font-size:22px;}.elementor-kit-36 button,.elementor-kit-36 input[type="button"],.elementor-kit-36 input[type="submit"],.elementor-kit-36 .elementor-button{font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-36{--e-global-typography-primary-font-size:30px;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-size:24px;--e-global-typography-secondary-line-height:1.4em;--e-global-typography-text-font-size:15px;--e-global-typography-text-line-height:1.2em;--e-global-typography-accent-font-size:22px;}.elementor-kit-36 button,.elementor-kit-36 input[type="button"],.elementor-kit-36 input[type="submit"],.elementor-kit-36 .elementor-button{font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html {
    cursor: url('https://lucasartsdesigner.com.br/wp-content/uploads/2025/12/cursor-LADesigner-04.svg'), auto;
}

a:hover {
    cursor: url('https://lucasartsdesigner.com.br/wp-content/uploads/2026/01/cursor-CLIQUE-LADesigner-01.1.svg'), auto;
}

/* Container com rolagem */
.sidebar-scroll {
  overflow-y: auto;
}

/* Scrollbar */
.sidebar-scroll::-webkit-scrollbar {
  width: 6px;
}

/* Fundo da scrollbar */
.sidebar-scroll::-webkit-scrollbar-track {
  background: #1e1e1e;
  border-radius: 10px;
}

/* Barra de rolagem */
.sidebar-scroll::-webkit-scrollbar-thumb {
  background-color: #bfbfbf;
  border-radius: 10px;
  border: 2px solid #1e1e1e; /* cria o efeito "flutuante" */
}

/* Hover */
.sidebar-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #d0d0d0;
}


*:focus:not(:focus-visible) {
    outline: none;
    box-shadow: none;
}

.naometoque{user-select:none; pointer-events:none;}

.linered{text-decoration: line-through;
  text-decoration-color: red;}
  
}

/* ---------- CONFIGURAÇÃO: atribua a classe 'custom-scrollbar' ao container no Elementor (Avançado > Classes CSS) ---------- */

/* Container com rolagem vertical */
.custom-scrollbar {
  overflow-y: auto;            /* ativa rolagem vertical */
  max-height: 480px;           /* ajuste conforme necessário */
  position: relative;          /* para efeitos que precisem de posicionamento */
  -webkit-overflow-scrolling: touch; /* rolagem suave em iOS */
}

/* ===== WebKit (Chrome, Edge, Safari) ===== */
.custom-scrollbar::-webkit-scrollbar {
  width: 12px;                 /* largura da barra */
  height: 12px;
}

.custom-scrollbar::-webkit-scrollbar-track {
  background: rgba(0,0,0,0.04); /* cor do trilho */
  border-radius: 12px;
  margin: 6px 0;               /* espaço entre trilho e borda (opcional) */
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #6c63ff 0%, #3b82f6 100%); /* gradiente do "polegar" */
  border-radius: 12px;
  min-height: 40px;            /* altura mínima do thumb para usabilidade */
  border: 3px solid rgba(255,255,255,0.12); /* cria um “halo” sobre o track */
  box-shadow: 0 1px 3px rgba(0,0,0,0.15) inset;
  transition: transform 180ms ease, background 180ms ease;
}

/* Thumb em hover / active (maior contraste) */
.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  transform: scaleX(1.02);
  background: linear-gradient(180deg, #5a4bff 0%, #2563eb 100%);
}

/* Thumb quando o usuário “agarra” (active) */
.custom-scrollbar::-webkit-scrollbar-thumb:active {
  transform: scale(0.98);
  box-shadow: 0 2px 6px rgba(0,0,0,0.22) inset;
}

/* ===== Fallback / Firefox ===== */
/* Firefox permite largura e cor via propriedades próprias */
.custom-scrollbar {
  scrollbar-width: thin;                        /* thin | auto | none */
  scrollbar-color: #3b82f6 rgba(0,0,0,0.04);   /* thumb color + track color */
}

/* ===== Auto-hide overlay effect (opcional): deixa a barra discreta até hover ===== */
.custom-scrollbar {
  /* thumb mais translúcido por padrão */
}
.custom-scrollbar::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, rgba(59,130,246,0.85), rgba(108,99,255,0.85));
  opacity: 0.8;
}
.custom-scrollbar:not(:hover)::-webkit-scrollbar-thumb {
  opacity: 0.45;
  transition: opacity 220ms ease;
}
.custom-scrollbar:not(:hover)::-webkit-scrollbar-track {
  background: transparent;
}

/* ===== Responsividade: desativa customização no mobile (opcional) ===== */
@media (max-width: 767px) {
  .custom-scrollbar {
    scrollbar-width: auto;
  }
  .custom-scrollbar::-webkit-scrollbar {
    width: 8px;
  }
  .custom-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 8px;
    min-height: 30px;
  }
}

/* ===== Acessibilidade: respeitar preferências do usuário ===== */
@media (prefers-reduced-motion: reduce) {
  .custom-scrollbar::-webkit-scrollbar-thumb {
    transition: none;
  }/* End custom CSS */