.elementor-1607 .elementor-element.elementor-element-58f454ec{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1607 .elementor-element.elementor-element-13d27ff8{--display:flex;}.elementor-1607 .elementor-element.elementor-element-7fccc08{--display:flex;}.elementor-1607 .elementor-element.elementor-element-189b6eea{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1607 .elementor-element.elementor-element-34255e9c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for heading, class: .elementor-element-2558db5c *//* Fonte Montserrat */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@900&display=swap');

/* --- CORREÇÃO DE COR: Força Bruta para Branco --- */
.titulo-vsl,
.titulo-vsl h1,
.titulo-vsl h2,
.titulo-vsl h3,
.titulo-vsl h4,
.titulo-vsl span,
.titulo-vsl p,
.titulo-vsl .elementor-heading-title {
    color: #ffffff !important; /* O !important obriga a ficar branco */
    fill: #ffffff !important;  /* Garante branco até em ícones SVG se tiver */
}

/* Configuração Geral do Texto */
.titulo-vsl {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 44px;
    text-align: center;
    line-height: 1.4;
    text-shadow: 0px 4px 15px rgba(0,0,0, 0.9);
    
    /* Renderização suave */
    -webkit-font-smoothing: antialiased;
    transform: translateZ(0);
    position: relative;
    z-index: 1; 
}

/* --- SOLUÇÃO PARA NÃO QUEBRAR O TIKTOK SHOP NO CELULAR --- */
.titulo-vsl .junto {
    white-space: nowrap;
}

/* --- O BLOCO AMARELO (DESTAQUE) --- */
.titulo-vsl .destaque {
    /* Fundo Amarelo + O Brilho (Gradient) */
    background-color: #ffe600;
    background-image: linear-gradient(
        120deg, 
        transparent 30%, 
        rgba(255,255,255,0.8) 50%, 
        transparent 70%
    );
    background-size: 200% 100%; 
    background-position: 100% 0; 
    background-repeat: no-repeat;
    
    /* --- CORREÇÃO DO DESTAQUE: Força Preto aqui dentro --- */
    color: #000000 !important; 
    
    padding: 4px 12px;
    border-radius: 6px;
    
    display: inline-block;
    position: relative; 
    
    /* Glow externo fixo */
    box-shadow: 0px 0px 20px rgba(255, 230, 0, 0.6); 
    
    /* Inclinação */
    transform: skew(-3deg);
    
    /* DUAS ANIMAÇÕES AO MESMO TEMPO */
    animation: 
        tremer-frio-forte 4s ease-in-out infinite,
        mover-fundo-brilho 3s linear infinite;
}

/* Garante que o texto DENTRO do destaque seja preto também */
.titulo-vsl .destaque span {
    color: #000000 !important;
}

/* 1. O TREMOR */
@keyframes tremer-frio-forte {
    0% { transform: skew(-3deg) translateX(0); }
    5% { transform: skew(-3deg) translateX(-4px); } 
    10% { transform: skew(-3deg) translateX(4px); }
    15% { transform: skew(-3deg) translateX(-4px); }
    20% { transform: skew(-3deg) translateX(4px); }
    25% { transform: skew(-3deg) translateX(0); }
    100% { transform: skew(-3deg) translateX(0); }
}

/* 2. O BRILHO (Background) */
@keyframes mover-fundo-brilho {
    0% { background-position: 200% 0; } 
    20% { background-position: -100% 0; } 
    100% { background-position: -100% 0; } 
}

/* 3. A POEIRA CAINDO */
.titulo-vsl .destaque::before {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 50%;
    width: 6px; 
    height: 6px;
    background: transparent; 
    z-index: -1; 
    
    /* Os pixels de poeira */
    box-shadow: 
        -50px 0px 0px #ffe600,  
         50px 0px 0px #ffe600,
        -25px -5px 0px #ffe600, 
         25px -5px 0px #ffe600;
         
    opacity: 0;
    pointer-events: none;
    
    animation: poeira-caindo 4s ease-in-out infinite;
}

@keyframes poeira-caindo {
    0% { opacity: 0; transform: translateY(0px) scale(1); }
    5% { opacity: 1; }
    20% { opacity: 0; transform: translateY(30px) scale(0.5); }
    100% { opacity: 0; transform: translateY(30px); }
}

/* Mobile */
@media (max-width: 768px) {
    .titulo-vsl,
    .titulo-vsl h1,
    .titulo-vsl h2 {
        font-size: 28px !important; /* Ajuste forçado no mobile */
    }
    .titulo-vsl .destaque {
        background-size: 300% 100%; 
    }
    .titulo-vsl .destaque::before {
        box-shadow: 
        -30px 0px 0px #ffe600, 
         30px 0px 0px #ffe600,
        -15px -5px 0px #ffe600,
         15px -5px 0px #ffe600;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-34255e9c *//* Empurra o container para baixo no PC */
.elementor-1607 .elementor-element.elementor-element-34255e9c {
    margin-top: 80px !important;
}

/* Força bruta: Empurra o container MUITO para baixo apenas no celular */
@media (max-width: 768px) {
    .elementor-1607 .elementor-element.elementor-element-34255e9c {
        margin-top: 280px !important; 
    }
}/* End custom CSS */