.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-e15abce:#FFE500;--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;background-color:#000000;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:420px;}.e-con{--container-max-width:420px;}.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:360px;}.e-con{--container-max-width:360px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:300px;}.e-con{--container-max-width:300px;}}/* Start custom CSS */.fundo-milion-ai {
    background: linear-gradient(-128deg, #0a0a0f, #4F4F4F, #0a0a0f) !important;
    background-size: 400% 400%;
    animation: gradientMove 8s ease infinite, pulse 8s ease-in-out infinite;
}

/* Animação de movimento do gradiente */
@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.fundo-zap-milion {
    position: relative;
    background: linear-gradient(125deg, #0b1c10, #4caf50, #0f111a) !important;
    background-size: 400% 400%;
    animation: gradientMove 10s ease infinite, pulse 3s ease-in-out infinite;
    overflow: hidden; /* Para esconder o ::before fora dos limites */
    z-index: 0;
}



/* Animação do gradiente */
@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

/* Animação de pulsação */
@keyframes pulse {
    0% {
        filter: brightness(1);
    }
    50% {
        filter: brightness(1.1);
    }
    100% {
        filter: brightness(1);
    }
}


.fundo4 {
  background-color: #111;
  background-image: 
    linear-gradient(90deg, #333 1px, transparent 1px),
    linear-gradient(#333 1px, transparent 1px);
  background-size: 40px 40px;
  animation: moverFundo 5s linear infinite;
  padding: 40px;
  color: #eee;
  border-radius: 10px;
}
.fundo5 {
  background-color: #111;
  background-image: radial-gradient(#333 1px, transparent 1px);
  background-size: 20px 20px;
}

/* Keyframes para animar o fundo */
@keyframes moverFundo {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 40px 40px;
  }
}


.linhaslegais{
    display: flex;
    justify-content: space-evenly;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    pointer-events: none;
    user-select: none;
    z-index: 1;
    opacity: .5;
}
    
.linha{width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1) 5px, transparent 5px, transparent);
    background-size: 100% 10px;
    position: relative;}
    
.cor {
  color: #ff4081 !important; /* ou a cor que você quiser */
}

.negrito {
  font-weight: bold !important;
}
.slide-glass {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px) saturate(180%);
  -webkit-backdrop-filter: blur(10px) saturate(180%);
  border-radius: 16px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 4px 0px 16px rgba(0, 0, 0, 0.25); /* sombra só para a direita */
  transition: backdrop-filter 1.5s ease-in-out;
  animation: blurPulse 6s ease-in-out infinite;
}

/* Remover zoom no hover */
.slide-glass:hover {
  transform: none;
}

/* Animação sutil no blur */
@keyframes blurPulse {
  0%, 100% {
    backdrop-filter: blur(10px) saturate(180%);
    -webkit-backdrop-filter: blur(10px) saturate(180%);
  }
  50% {
    backdrop-filter: blur(14px) saturate(180%);
    -webkit-backdrop-filter: blur(14px) saturate(180%);
  }
}
/* BALÃO PRINCIPAL — LIQUID GLASS */
/* BALÃO PRINCIPAL — FUNDO LIQUID GLASS + BORDA BRANCA */
.meu-balao {
    background: rgba(13,13,13,0.55);
    backdrop-filter: blur(18px) saturate(140%);
    -webkit-backdrop-filter: blur(18px) saturate(140%);

    border: 1px solid rgba(255,255,255,0.35);
    border-radius: 28px;
    padding: 40px 35px;

    color: #e8e8e8;
    font-family: "Inter", sans-serif;

    position: relative;
    width: 100%;
    box-shadow:
        0 0 40px rgba(203,255,0,0.08),
        inset 0 1px 0 rgba(255,255,255,0.05);

    overflow: visible;
}

/* BALÃO PRINCIPAL — FUNDO LIQUID GLASS + BORDA BRANCA */
.meu-balao {
    background: rgba(13,13,13,0.55);
    backdrop-filter: blur(18px) saturate(140%);
    -webkit-backdrop-filter: blur(18px) saturate(140%);

    border: 1px solid rgba(255,255,255,0.35);
    border-radius: 28px;
    padding: 40px 35px;

    color: #e8e8e8;
    font-family: "Inter", sans-serif;

    position: relative;
    width: 100%;
    box-shadow:
        0 0 40px rgba(203,255,0,0.08),
        inset 0 1px 0 rgba(255,255,255,0.05);

    overflow: visible;
}


/* SOMBRA / PROFUNDIDADE DO RETÂNGULO */
.elementor-element-36772fe::after {
    content: "";
    position: absolute;
    top: -6px;
    left: calc(40px + 6px);

    width: 138px;
    height: 6px;

    background: rgba(0,0,0,0.25);
    backdrop-filter: blur(4px);

    border-radius: 4px;
    z-index: 2;
}

/* RESPONSIVO */
@media (max-width:520px){
    .meu-balao {
        padding: 28px 20px;
        border-radius: 20px;
    }

    .elementor-element-36772fe::before {
        left: 20px;
        width: 110px;
    }

    .elementor-element-36772fe::after {
        left: 26px;
        width: 98px;
    }
}


/* Ajustes responsivos */
@media (max-width:520px){
    .elementor-element-36772fe { 
        padding: 28px 20px; 
        border-radius: 20px;
    }

    .elementor-element-36772fe::before {
        left: 20px;
        width: 110px;
    }

    .elementor-element-36772fe::after {
        left: 26px;
        width: 98px;
    }
}
.cor2 {
background: linear-gradient(to right, #ffd94d, #FAF792);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    filter: brightness(1.6);
}
<script>
(function(){
  function initFadeScroll(){
    const elements = document.querySelectorAll('.fade-scroll');
    if(!elements.length) return;

    const observer = new IntersectionObserver((entries)=>{
      entries.forEach(entry=>{
        entry.target.classList.toggle('is-visible', entry.isIntersecting);
      });
    }, { threshold: 0.25 });

    elements.forEach(el => observer.observe(el));
  }

  // 1) tenta quando a página carrega
  window.addEventListener('load', initFadeScroll);

  // 2) tenta de novo depois (Elementor às vezes injeta depois do load)
  setTimeout(initFadeScroll, 600);
  setTimeout(initFadeScroll, 1500);

  // 3) se estiver dentro do editor/Elementor frontend hooks
  if (window.elementorFrontend && elementorFrontend.hooks) {
    elementorFrontend.hooks.addAction('frontend/element_ready/global', initFadeScroll);
  }
})();
</script>

/* CONTAINER DO ITEM */
.elementor-kit-6 .modulo1 {
  padding: 10px;
}

/* CARD DO MÓDULO */
.elementor-kit-6 .elementor-carousel-image,
.elementor-kit-6 .swiper-slide img {
  border-radius: 14px;
  background: rgba(15,18,28,0.55);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);

  border: 1px solid rgba(255,255,255,0.08);

  box-shadow:
    0 12px 30px rgba(0,0,0,0.35),
    inset 0 1px 0 rgba(255,255,255,0.04);

  transition:
    box-shadow .35s cubic-bezier(.22,.61,.36,1),
    border-color .35s ease;
}

/* REMOVE ZOOM DO ELEMENTOR */
.elementor-kit-6 .swiper-slide img {
  transform: none !important;
}

/* HOVER — ELEGANTE, SEM SHOW */
.elementor-kit-6 .swiper-slide:hover img {
  box-shadow:
    0 20px 45px rgba(0,0,0,0.45),
    inset 0 1px 0 rgba(255,255,255,0.06);

  border-color: rgba(255,255,255,0.14);
}

/* SETAS DO CARROSSEL */
.elementor-kit-6 .elementor-swiper-button {
  background: rgba(0,0,0,0.4);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  width: 42px;
  height: 42px;

  box-shadow: 0 8px 20px rgba(0,0,0,0.35);
}

.elementor-kit-6 .elementor-swiper-button:hover {
  background: rgba(0,0,0,0.6);
}

/* DOTS (PAGINAÇÃO) */
.elementor-kit-6 .swiper-pagination-bullet {
  background: rgba(255,255,255,0.25);
  width: 6px;
  height: 6px;
  opacity: 1;
}

.elementor-kit-6 .swiper-pagination-bullet-active {
  background: #ffffff;
}
/* CONTAINER DO ITEM */
.elementor-kit-6 .modulo2 {
  padding: 10px;
}

/* CARD DO MÓDULO */
.elementor-kit-6 .elementor-carousel-image,
.elementor-kit-6 .swiper-slide img {
  border-radius: 14px;
  background: rgba(15,18,28,0.55);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);

  border: 1px solid rgba(255,255,255,0.08);

  box-shadow:
    0 12px 30px rgba(0,0,0,0.35),
    inset 0 1px 0 rgba(255,255,255,0.04);

  transition:
    box-shadow .35s cubic-bezier(.22,.61,.36,1),
    border-color .35s ease;
}

/* REMOVE ZOOM DO ELEMENTOR */
.elementor-kit-6 .swiper-slide img {
  transform: none !important;
}

/* HOVER — ELEGANTE, SEM SHOW */
.elementor-kit-6 .swiper-slide:hover img {
  box-shadow:
    0 20px 45px rgba(0,0,0,0.45),
    inset 0 1px 0 rgba(255,255,255,0.06);

  border-color: rgba(255,255,255,0.14);
}

/* SETAS DO CARROSSEL */
.elementor-kit-6 .elementor-swiper-button {
  background: rgba(0,0,0,0.4);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  width: 42px;
  height: 42px;

  box-shadow: 0 8px 20px rgba(0,0,0,0.35);
}

.elementor-kit-6 .elementor-swiper-button:hover {
  background: rgba(0,0,0,0.6);
}

/* DOTS (PAGINAÇÃO) */
.elementor-kit-6 .swiper-pagination-bullet {
  background: rgba(255,255,255,0.25);
  width: 6px;
  height: 6px;
  opacity: 1;
}

.elementor-kit-6 .swiper-pagination-bullet-active {
  background: #ffffff;
}
.liquid-glass-container {
  position: relative;
  background: none; /* vamos usar o ::before para o efeito */
  border-radius: 12px;
  overflow: hidden;
  padding: 2rem;
  color: white;
  z-index: 1;
}

.liquid-glass-container::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
    to bottom,
    transparent,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.3),
    transparent
  );
  backdrop-filter: blur(45px) saturate(180%);
  -webkit-backdrop-filter: blur(25px) saturate(180%);
}

#notif-box {
    position: fixed;
    bottom: 30px;
    left: 30px;

    background: rgba(255,255,255,0.18);
    backdrop-filter: blur(12px) saturate(160%);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.32);
    color: #ffffff;

    padding: 10px 16px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.25);

    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 500;
    width: 240px;

    opacity: 0;
    transition: opacity .25s ease;
    z-index: 999999;
    pointer-events: none;
}

.notif-avatar {
    background: rgba(255,255,255,0.25);
    border: 1px solid rgba(255,255,255,0.35);
    backdrop-filter: blur(10px);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    flex-shrink: 0;
}

.notif-show {
    opacity: 1 !important;
}
 
#notif-box2 {
    position: fixed;
    bottom: 30px;
    left: 30px

    background: rgba(255,255,255,0.18);
    backdrop-filter: blur(12px) saturate(160%);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.32);
    color: #ffffff;

    padding: 10px 16px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.25);

    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 500;
    width: 240px;

    opacity: 0;
    transition: opacity .25s ease;
    z-index: 999999;
    
    pointer-events: none;
}

.notif-avatar2 {
    background: rgba(255,255,255,0.25);
    border: 1px solid rgba(255,255,255,0.35);
    backdrop-filter: blur(10px);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    flex-shrink: 0;
}

.notif-show2 {
    opacity: 1 !important;
}
/* Chrome, Edge, Opera e outros WebKit */
::-webkit-scrollbar {
  width: 8px;     /* Largura da rolagem vertical */
  height: 8px;    /* Altura da rolagem horizontal */
}

/* Trilha (coluna de fundo) invisível */
::-webkit-scrollbar-track {
  background: transparent;
}

/* Alça branca (thumb) */
::-webkit-scrollbar-thumb {
  background-color: #ffffff; /* branco puro */
  border-radius: 8px;
}

/* Hover: pode manter branco ou escurecer levemente */
::-webkit-scrollbar-thumb:hover {
  background-color: #e0e0e0; /* branco levemente acinzentado */
}

/* Firefox */
html {
  scrollbar-width: thin;
  scrollbar-color: #ffffff transparent;
}/* End custom CSS */