body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background: #140d18;
    position: relative;
    
}


html {
    overflow-x: hidden; /* Evita qualquer rolagem extra no documento */
    scroll-behavior: smooth;
}

h1 {
    font-size: 5vw;
    font-family: 'Bold', sans-serif;
    color: #fff;
    padding: 6vw;
}

h2 {
    font-size: 5vw;
    font-family: 'Bold', sans-serif;
    font-weight: 300;
    color: #fff;
    padding: 6vw;
    text-align: center;
}

h3 {
    font-size: 4vw;
    font-family: 'Regular', sans-serif;
    color: #fff;
    padding: 6vw;
}

p {
    font-size: 3.5vw;
    font-family: 'Regular', sans-serif;
    color: #fff;
    padding: 6vw;
    font-weight: 200;
    text-align: center;
}

.color_tl {
    
}

.color_sub_tl{

}

.color_sub_black {
    color: #120e16 !important;
}

.edges {
    border-radius: 8vw;
}

.edges_2 {
    border-radius: 4vw;
}

.edges_3 {
    border-radius: 3.3vw;
}

.edges_4 {
    border-radius: 4vw 0px 4vw 4vw;
}

.gr_txt {
    background: linear-gradient(125deg, #fefcff, #e1d1ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.glass_effect {
    background: rgba(255, 255, 255, 0.1); /* Transparente */
    backdrop-filter: blur(10px); /* Efeito de vidro esfumaçado */
    -webkit-backdrop-filter: blur(10px); /* Para compatibilidade no Safari */
    border: 1px solid rgba(255, 255, 255, 0.3); /* Borda sutil */
    margin-top: 6vw;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Sombra suave para destaque */
}

.shadows {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.598); /* Sombra suave para destaque */
}

.subhead_1 {
    text-align: center;
    opacity: 0;
    transform: translateY(30px); /* Começa deslocado para baixo */
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    position: relative;
    font-weight: 400;
    
}

/* Quando o elemento entra na tela */
.subhead_1.show {
    opacity: 1;
    transform: translateY(-10vw); /* Sobe 10vw da posição original */
    visibility: visible;
}

/* Quando o elemento sai da tela, volta suavemente */
.subhead_1.hide {
    opacity: 0;
    transform: translateY(30px); /* Retorna suavemente à posição original */
}

/* Depois que a transição termina, esconde o elemento */
.subhead_1.hide-hidden {
    visibility: hidden;
}

.subhead_2 {
    opacity: 0;
    transform: translateY(30px); /* Começa levemente deslocado para baixo */
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* Quando o elemento entra na tela */
.subhead_2.show {
    opacity: 1;
    transform: translateY(0);
}

:root {
    /* Definição de posições individuais para cada círculo */
    --circle1-x: 0vw;
    --circle1-y: 10vh;
    
    --circle2-x: 100vw;
    --circle2-y: 60vh;
    
    --circle3-x: 00vw;
    --circle3-y: 400px;

    --circle4-x: 50%;
    --circle4-y: 220px;

    --circle5-x: 50%;
    --circle5-y: 790px;

    --circle6-x: 0vw;
    --circle6-y: 400px;

    --circle7-x: 96%;
    --circle7-y: 800px;

    --circle8-x: 50vw;
    --circle8-y: 300px;

    --circle9-x: 50%;
    --circle9-y: 300px;
}

.smoke-circle {
    position: absolute;
    width: 80vw;
    height: 80vw;
    background: radial-gradient(circle, rgba(227, 179, 225, 0.5) 10%, rgba(255, 100, 50, 0) 70%);
    filter: blur(100px);
    transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none;
}

.smoke-circle.circle1 {
    top: var(--circle1-y);
    left: var(--circle1-x);
}
  
.smoke-circle.circle2 {
    top: var(--circle2-y);
    left: var(--circle2-x);
}
  
.smoke-circle.circle3 {
    top: var(--circle3-y);
    left: var(--circle3-x);
}

.smoke-circle.circle4 {
    background: radial-gradient(circle, rgb(227, 179, 225) 100%, rgba(255, 100, 50, 0) 70%);
    width: 50vw;
    height: 50vw;
    filter: blur(60px);
    border-radius: 50vw;
    top: var(--circle4-y);
    left: var(--circle4-x);
}

.smoke-circle.circle5 {
    background: radial-gradient(circle, rgb(227, 179, 225) 100%, rgba(255, 100, 50, 0) 70%);
    width: 50vw;
    height: 50vw;
    filter: blur(60px);
    border-radius: 50vw;
    top: var(--circle5-y);
    left: var(--circle5-x);
}

.smoke-circle.circle6 {
    background: radial-gradient(circle, rgb(227, 179, 225) 100%, rgba(255, 100, 50, 0) 70%);
    width: 50vw;
    height: 50vw;
    filter: blur(60px);
    border-radius: 50vw;
    top: var(--circle6-y);
    left: var(--circle6-x);
}
  
.smoke-circle.circle7 {
    background: radial-gradient(circle, rgb(227, 179, 225) 100%, rgba(255, 100, 50, 0) 70%);
    width: 50vw;
    height: 50vw;
    filter: blur(60px);
    border-radius: 50vw;
    top: var(--circle7-y);
    left: var(--circle7-x);
}

.smoke-circle.circle8 {
    background: radial-gradient(circle, rgb(227, 179, 225) 100%, rgba(255, 100, 50, 0) 70%);
    width: 50vw;
    height: 50vw;
    filter: blur(60px);
    border-radius: 50vw;
    top: var(--circle8-y);
    left: var(--circle8-x);
}

.smoke-circle.circle9 {
    background: radial-gradient(circle, rgb(227, 179, 225) 100%, rgba(255, 100, 50, 0) 70%);
    width: 50vw;
    height: 50vw;
    filter: blur(60px);
    border-radius: 50vw;
    top: var(--circle9-y);
    left: var(--circle9-x);

}

section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.first_fold {
    height: 110vw;
}

.previous {
    height: 130vw;
}

.facilities {
    height: 230vw;
}

.categories {
    height: 230vw;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(53, 25, 84, 0.615) 50%, rgba(255, 255, 255, 0) 100%);
}

.special_cta {
    height: 200vw;
}

.testimonials {
    height: 150vw;
    background: linear-gradient(0deg, rgba(63, 19, 89, 0.533) 0%, rgba(32, 13, 54, 0.615) 50%, rgba(255, 255, 255, 0) 100%);
}

.quality {
    height: 220vw;
    background: linear-gradient(0deg, rgba(3, 1, 4, 0.533) 0%, rgba(14, 9, 20, 0.615) 50%, rgba(63, 19, 89, 0.533) 100%);
}

.question_telegram {
    height: 390vw;
    background: linear-gradient(0deg, rgba(63, 19, 89, 0.533) 5%, rgba(14, 9, 20, 0.615) 50%, rgba(0, 0, 0, 0.533) 100%);
}

.roll_animation {
    transition: transform 0.6s ease-out;
}

.roll_animation.scrolled {
    transform: translateY(-100px); /* Sobe 10px para um efeito sutil */
}

.special_cta_final {
    height: 200vw;
    background: linear-gradient(0deg, rgba(20, 5, 29, 0.533) 5%, rgba(14, 9, 20, 0.615) 50%, rgba(63, 19, 89, 0.533) 100%);
}


.header {
    width: 90%;
    height: 13vw;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateY(-50px);
    transition: opacity 0.8s ease-out, transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}

.header.show {
    opacity: 1;
    transform: translateY(0);
}

.triggers {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 15vw;
    overflow: hidden; 
}

.icon_telegram {
    width: 7%;
    margin-left: 6vw;
    margin-right: 2vw;
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 1s ease-out, transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}

.trigger_telegram {
    font-size: 3vw;
    padding: 0vw !important;
    color: #cbcbcb !important;
    opacity: 0;
    transform: translateX(-30px); 
    transition: opacity 1s ease-out, transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}

.icon_telegram.show {
    opacity: 1;
    transform: scale(1);
}

.trigger_telegram.show {
    opacity: 1;
    transform: translateX(0);
}

.headline {
    padding-top: 0vw !important;
    padding-bottom: 0vw !important;
}

.subheadline {
    text-align: left;
    padding-top: 0vw;
    margin-top: -2vw;
}

.cta_buttom {
    width: 100%;
    height: 15vw;
    display: flex;
    align-items: center;
}

.btn-glow {
    position: relative;
    display: inline-block;
    font-size: 4vw;
    font-weight: 900;
    font-family: 'Bold', sans-serif;
    color: rgb(44, 38, 46);
    width: 60vw;
    height: 13vw;
    border: none;
    margin-left: 5vw;
    cursor: pointer;
    text-transform: uppercase;
    overflow: hidden;
    background: linear-gradient(165deg, #fefcff, #cdb2ff);
    transition: transform 0.3s ease-in-out;
    
    /* Sombra inicial */
    box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.9);
    
    /* Animação da sombra com pulso suave */
    animation: shadow-pulse 3s ease-in-out infinite alternate;
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.btn-glow.show {
    opacity: 1;
    transform: translateX(0);
}


@keyframes shadow-pulse {
    0% {
        box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.9);
    }
    50% {
        box-shadow: 0px 0px 25px rgba(200, 200, 200, 0.2);
    }
    100% {
        box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.9);
    }
}

.btn-glow::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%; /* Começa fora do botão */
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.8;
    transform: skewX(-30deg);
    animation: shine-effect 2s infinite linear;
}

@keyframes shine-effect {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

.btn-glow:hover {
    animation: grow-shrink 0.6s ease-in-out;
}

@keyframes grow-shrink {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.prize {
    width: 25vw;
    height: 12.5vw;
    border: 1px solid rgb(253, 224, 255); /* Borda sutil */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5vw;
    opacity: 0;
    transform: translateX(50px); /* Começa deslocado para a direita */
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.prize.show {
    opacity: 1;
    transform: translateX(0);
}

.icon_prize {
    width: 20%;
    margin-right: 2vw;
}

.trigger_prize {
    font-family: 'Bold', sans-serif;
    font-weight: 700;
    font-size: 3.5vw;
    padding: 0vw;
}

.slider{
    position: relative;
    width: 100%;
    height: 120vw;
    overflow: hidden;
    z-index: 10;
}
.item{
    position: absolute;
    width: 65vw;
    height: 100vw;
    text-align: justify;
    padding: 20px;
    transition: 0.5s;
    left: calc(40% - 28vw);
    top: 0;
}

#next, #prev{
    position: absolute;
    top: 40%;
    color: #fff;
    background-color: transparent;
    border: none;
    font-size: xxx-large;
    font-family: monospace;
    font-weight: bold;
    left: 400px;
}

#next{
    left: unset;
    right: 400px;
}

.slider_content {
    width: 100%;
    height: 100%;
}

.carousel-container {
    width: 100%; 
    height: 250vw;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: -10vw;
}

.carousel {
    display: flex;
    width: 100%;
    gap: 5vw;
    overflow-x: auto; /* Permite a rolagem horizontal */
    scroll-behavior: smooth; /* Faz a rolagem ser suave */
    scrollbar-width: none; /* Remove a barra de rolagem no Firefox */
    -ms-overflow-style: none; /* Remove a barra de rolagem no IE/Edge */
    padding: 20px;
    cursor: grab;
}

.carousel::-webkit-scrollbar {
    display: none; /* Remove a barra de rolagem no Chrome/Safari */
}

.carousel-item {
    flex: 0 0 80%; /* Ocupa 60% da largura da tela */
    height: 175vw; /* Altura proporcional */
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 24px;
    font-weight: bold;
    border-radius: 10px;
    text-align: center;
    user-select: none;
    scroll-snap-align: center; /* Garante que o item pare centralizado */
}

.carousel-item-coringa {
    flex: 0 0 5%; /* Ocupa 60% da largura da tela */
}



.carousel-container {
    opacity: 0;
    transform: translateY(-50px); /* Começa deslocado para cima */
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* Quando o elemento entra na tela */
.carousel-container.show {
    opacity: 1;
    transform: translateY(0);
}

.iphone {
    width: 90%;
    z-index: 2;
}

.info-facilities {
    width: 100%;
    height: 85vw;
    margin-top: -25vw;
    background: linear-gradient(135deg, #ffffff, #fbf9ff);
    z-index: 1;
}

.icon_telegram_facilities {
    width: 10%;
    margin-right: 2vw;
}

.info_txt_facilities_container-total {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 30vw;
    margin-bottom: 8vw;
    gap: 20px; /* opcional: espaçamento entre os itens */
}

.info_txt_facilities_container {
    background: linear-gradient(165deg, #fefcff, #cdb2ff);
    width: 32vw;
    border-radius: 2vw;
    height: 8vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: -1.7vw;
}

.info_title_facilities {
    padding: 0;
    font-size: 2vw;
}

.info_txt_facilities {
    padding: 0vw 5vw 0vw 5vw;
    font-size: 2.5vw;
    font-weight: 200;
}

.categories_headline {
    margin-top: -13vw;
    padding: 5vw 15vw;
}

.categories-menu {
    display: flex;
    flex-wrap: wrap;
    width: 95%;
    justify-content: center;
    gap: 2vw;
}

.category-btn {
    padding: 2.7vw 7vw;
    border: none;
    background: #fefbff;
    color: rgb(92, 79, 120);
    font-size: 3vw;
    font-family: 'Medium', sans-serif;
    font-weight: 700 !important;
    cursor: pointer;
    transition: background 0.3s;
}

.category-btn:hover {  
    background: linear-gradient(125deg, #fefcff, #e1d1ff);
    background: linear-gradient(165deg, #fefcff, #cdb2ff);
    transition: transform 0.3s ease-in-out;
    border: 1px solid rgb(185, 146, 207);
    box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.9);
    animation: shadow-pulse 3s ease-in-out infinite alternate;
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.category-btn.active {
    background: linear-gradient(165deg, #fefcff, #cdb2ff);
    box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.9);
    border: 1px solid rgb(185, 146, 207);
    transform: scale(1.05);
    transition: all 0.3s ease-in-out;
}

.container_categories_carousel {
    width: 90%;
    overflow: hidden;
    position: relative;
    margin-top: 8vw;
    display: flex;
    justify-content: center;
}

.categories-carousel {
    display: flex;
    gap: 15px;
    width: 100%;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.categories-carousel::-webkit-scrollbar {
    display: none;
}

/* ESTILIZAÇÃO DA DIV QUE ENVOLVE A IMAGEM */
.category-item {
    flex: 0 0 70%;
    height: 110vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1); /* Transparente */
    backdrop-filter: blur(10px); /* Efeito de vidro esfumaçado */
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 8vw;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    padding: 5vw;
}

/* ESTILIZAÇÃO INDIVIDUAL DA IMAGEM DENTRO DA DIV */
.category-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 6vw;
}

.headline_special_cta {
    padding: 0;
    font-size: 8vw;
}

.sub_headline_special_cta {
    padding: 0;
    margin-top: -2vw;
}

.special_cta_block {
    position: relative;
    width: 100%;
    height: 150vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.special_cta_container {
    width: 70%;
    height: 100vw;
    background: linear-gradient(125deg, #ffffff, #d0b6ff);
    z-index: 2;
    
}

.separator_special_cta {
    width: 100%;
    height: 18vw;
    display: flex;
    align-items: center;
}

.separator_special_cta11 {
    width: 100%;
    height: 18vw;
    margin-top: -14vw;
    display: flex;
    align-items: center;
    margin-bottom: 10vw;

}

.branding-special-cta {
    width: 100%;
    height: 63vw;
}

.icon_telegram_special_cta {
    width: 10%;
    margin-left: 5vw;
    margin-right: 2vw;
}

.separator_txt_telegram_special_cta {
    color: #000;
    font-size: 2vw;
    padding: 0;
    font-weight: 500;
}





.special_cta_btn-glow {
    position: relative;
    font-size: 4vw;
    font-weight: 900;
    font-family: 'Bold', sans-serif;
    color: rgb(245, 216, 255);
    width: 60vw;
    height: 13vw;
    margin-left: 5vw;
    cursor: pointer;
    text-transform: uppercase;
    overflow: hidden;
    background: linear-gradient(165deg, #202020, #3b2c56);
    transition: transform 0.3s ease-in-out;
    
    /* Aplicando múltiplas animações */
    animation: 
        borderRun 1.5s infinite linear, 
        pulsateGlow 3s infinite alternate ease-in-out;
}

.special_cta_btn-glow::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%; /* Começa fora do botão */
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(198, 198, 198, 0.172) 50%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.8;
    transform: skewX(-30deg);
    animation: shine-effect 2s infinite linear;
}


@keyframes borderRun {
    0% { border: 2px solid transparent; }
    50% { border: 2px solid rgb(101, 56, 128); }
    100% { border: 2px solid transparent; }
}

@keyframes pulsateGlow {
    0% {
        box-shadow: 0 0 10px rgba(86, 62, 94, 0.5), 
                    0 0 20px rgba(245, 216, 255, 0.3), 
                    0 0 30px rgba(245, 216, 255, 0.2);
    }
    50% {
        box-shadow: 0 0 20px rgba(245, 216, 255, 0.8), 
                    0 0 40px rgba(245, 216, 255, 0.6), 
                    0 0 60px rgba(245, 216, 255, 0.4);
    }
    100% {
        box-shadow: 0 0 10px rgba(245, 216, 255, 0.5), 
                    0 0 20px rgba(245, 216, 255, 0.3), 
                    0 0 30px rgba(245, 216, 255, 0.2);
    }
}








.floating-3 {
    height: 12vw;
}

.comment_floating_container {
    
}

.floating_img {
    width: 50%;
    height: 7vw;
    margin-top: -7.5vw;
    margin-bottom: 2vw;
}

/* Posições fixas dentro do container */

.floating-element {
    position: absolute; /* Permite posicioná-los dentro do container */
    width: 35vw;
    
    height: 14vw;
    border-radius: 4vw 0px 4vw 4vw;
    background-color: #120e1683;
    color: #fff;
    font-size: 2.5vw;
    padding: 3vw;
    display: flex;
    flex-direction: column;
    font-family: 'Regular', sans-serif;
    font-weight: 200;
}

.floating-1 {
    top: 70vw;
    left: 4vw;
    z-index: 3;
    transform: rotate(-15deg); /* Começa sem rotação */
    transition: transform 0.1s linear; /* Suaviza a rotação */
}

.floating-2 {
    top: 20vw;
    right: 3vw;
    transform: translateY(-50%);
    z-index: 3;
    transform: rotate(-15deg); /* Começa sem rotação */
    transition: transform 0.1s linear; /* Suaviza a rotação */
}

.floating-3 {
    bottom: 12vw;
    left: 55%;
    transform: translateX(-50%);
    z-index: 1;
    transform: rotate(-15deg); /* Começa sem rotação */
    transition: transform 0.1s linear; /* Suaviza a rotação */
}

.floating-3-edit {
    width: 33vw;
    height: 10vw;
}

.floating-3-edit-img {
    width: 50%;
    height: 7vw;
    margin-top: -7.5vw;
    margin-bottom: 3vw;
}

.custom-carousel-wrapper {
    width: 100%;
    margin-top: 15vw;
    overflow: hidden;
    position: relative;
    height: 45vw;         /* Altura baseada em vw para responsividade */
  }
  
  /* Container interno com os slides alinhados em linha */
  .custom-carousel {
    display: flex;
    transition: transform 0.5s ease;
    will-change: transform;
  }
  
  /* Cada slide individual */
  .custom-slide {
    flex: 0 0 auto;
    width: 60vw;
    height: 30vw;
    margin: 5vw 2.2vw;
    background: #3131317b;
    color: #333;
    font-size: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
  }

  .transparent {
    background: #31313100;
  }

   /* Destaque para o slide ativo */
   .transparent.active {
    border: 0.5px solid rgba(255, 255, 255, 0) !important; /* Borda sutil */
    font-weight: bold;
    background: rgba(117, 117, 117, 0) !important; /* Transparente */
    backdrop-filter: blur(10px); /* Efeito de vidro esfumaçado */
    -webkit-backdrop-filter: blur(10px); /* Para compatibilidade no Safari */
    margin-top: 1vw;
    /* Animação da sombra com pulso suave */
    animation: shadow-pulse-transparent 3s ease-in-out infinite alternate;
  }

  @keyframes shadow-pulse-transparent {
    0% {
        box-shadow: 0px 0px 15px rgba(67, 61, 61, 0) !important;
    }
    50% {
        box-shadow: 0px 0px 25px rgba(200, 200, 200, 0) !important;
    }
    100% {
        box-shadow: 0px 0px 15px rgba(76, 34, 85, 0) !important;
    }
    }

  
  /* Destaque para o slide ativo */
  .custom-slide.active {
    border: 0.5px solid rgb(255, 255, 255); /* Borda sutil */
    font-weight: bold;
    background: rgba(117, 117, 117, 0.181); /* Transparente */
    backdrop-filter: blur(10px); /* Efeito de vidro esfumaçado */
    -webkit-backdrop-filter: blur(10px); /* Para compatibilidade no Safari */
    margin-top: 1vw;
    /* Animação da sombra com pulso suave */
    animation: shadow-pulse-testimonials 3s ease-in-out infinite alternate;
    transition: opacity 1s ease-out, transform 1s ease-out;
  }

  @keyframes shadow-pulse-testimonials {
    0% {
        box-shadow: 0px 0px 15px rgba(67, 61, 61, 0.9);
    }
    50% {
        box-shadow: 0px 0px 25px rgba(200, 200, 200, 0.2);
    }
    100% {
        box-shadow: 0px 0px 15px rgba(76, 34, 85, 0.9);
    }
    }

.cta_buttom-testimonials {

    width: 100%;
    height: 15vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-glow-testimonials {
    position: relative;
    display: inline-block;
    font-size: 4vw;
    font-weight: 900;
    font-family: 'Bold', sans-serif;
    color: rgb(44, 38, 46);
    width: 80vw;
    height: 13vw;
    border: none;
    cursor: pointer;
    text-transform: uppercase;

    overflow: hidden;
    background: linear-gradient(165deg, #fefcff, #cdb2ff);
    transition: transform 0.3s ease-in-out;
    
    /* Sombra inicial */
    box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.9);
    
    /* Animação da sombra com pulso suave */
    animation: shadow-pulse 3s ease-in-out infinite alternate;

    transition: opacity 1s ease-out, transform 1s ease-out;
}


@keyframes shadow-pulse {
    0% {
        box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.9);
    }
    50% {
        box-shadow: 0px 0px 25px rgba(200, 200, 200, 0.2);
    }
    100% {
        box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.9);
    }
}

.btn-glow-testimonials::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%; /* Começa fora do botão */
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.8;
    transform: skewX(-30deg);
    
    animation: shine-effect 2s infinite linear;
}

@keyframes shine-effect {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

.prize-testimonials {
    width: 25vw;
    height: 12.5vw;
    border: 1px solid rgb(253, 224, 255); /* Borda sutil */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5vw;
    transition: opacity 1s ease-out, transform 1s ease-out;
}


.loading-bar-container {
    width: 100%;
    height: 5px; /* Altura da barra */
    background-color: transparent; /* Cor de fundo da barra */
    overflow: hidden;
    position: relative;
    margin-top: 15vw;
  }
  
  .loading-bar {
    position: absolute;
    left: -35vw; /* Inicia fora da área visível */
    width: 30%; /* Largura da parte animada */
    height: 100%;
    border-radius: 500vw;
    background: linear-gradient(165deg, #fefcff, #cdb2ff);
    box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.9);
    
    /* Combinação de múltiplas animações */
    animation: moveBar 2.5s infinite ease-in-out, shadow-pulse 3s infinite ease-in-out alternate;
    
    /* Transições combinadas */
    transition: opacity 1s ease-out, transform 1s ease-out, transform 0.3s ease-in-out;
  }
  
  @keyframes moveBar {
    0% {
      left: -30%;
    }
    50% {
      left: 100%;
    }
    100% {
      left: 100%;
    }
  }
  
  @keyframes shadow-pulse {
    0% {
      box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.9);
    }
    50% {
      box-shadow: 0px 0px 25px rgba(255, 255, 255, 0.7);
    }
    100% {
      box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.9);
    }
  }

  .headline_quality {
    text-align: center;
    font-weight: 300;
  }

  .quality-container {
    width: 85%;
    height: 50vw;
    background: rgba(255, 255, 255, 0.1); /* Transparente */
    backdrop-filter: blur(10px); /* Efeito de vidro esfumaçado */
    -webkit-backdrop-filter: blur(10px); /* Para compatibilidade no Safari */
    margin-top: 6vw;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Sombra suave para destaque */
    display: flex;
    flex-direction: column;
}

.container-txt-quality {
    width: 100%;
    height: 40vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-txt-quality p {
    font-size: 3vw;
    font-weight: 100 !important;
}

.title-quality-container {
    width: 100%;
    height: 10vw;
    margin-top: 8vw;
    margin-bottom: -5vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.img-quality {
    width: 10%;
}

.title-quality-container-txt {
    padding: 0;
    margin-left: 3vw;
}

.quality-container p {
    padding: 1.5vw 7vw;
}

.separator_question_telegram {
    width: 100%;
    height: 10vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon_telegram_question_telegram {
    width: 8%;
    margin-right: 2vw;
}

.separator_txt_question_telegram {
    padding: 0;
}

.sub_headline_question_telegram {
    margin-top: -3vw;
}

.cta_buttom-testimonials2 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 3.5vw;
}


.seta-multiplas {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    margin-top: 10vw;
  }
  
  .parte {
    width: 12px;
    height: 12px;
    border-left: 2px solid rgb(255, 255, 255);
    border-bottom: 2px solid rgb(255, 255, 255);
    transform: rotate(-45deg);
    opacity: 0.2;
    animation: piscar 1.2s infinite;
  }
  
  .parte1 { animation-delay: 0s; }
  .parte2 { animation-delay: 0.2s; }
  .parte3 { animation-delay: 0.4s; }
  .parte4 { animation-delay: 0.6s; }
  .parte5 { animation-delay: 0.8s; }
  
  @keyframes piscar {
    0% { opacity: 0.2; }
    50% { opacity: 1; }
    100% { opacity: 0.2; }
  }

  .quality-container-question_telegram {
    width: 85%;
    height: 40vw;
    background: rgba(0, 0, 0, 0.432); /* Transparente */
    backdrop-filter: blur(10px); /* Efeito de vidro esfumaçado */
    -webkit-backdrop-filter: blur(10px); /* Para compatibilidade no Safari */
    margin-top: 6vw;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.36); /* Sombra suave para destaque */
    display: flex;
    border: solid 0.5px #d0b6ff;
    flex-direction: column;
}

.quality-container-question_telegram-1 {
    width: 85%;
    height: 50vw;
    background: rgba(0, 0, 0, 0.432); /* Transparente */
    backdrop-filter: blur(10px); /* Efeito de vidro esfumaçado */
    -webkit-backdrop-filter: blur(10px); /* Para compatibilidade no Safari */
    margin-top: 6vw;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.36); /* Sombra suave para destaque */
    display: flex;
    border: solid 0.5px #d0b6ff;
    flex-direction: column;
}


.title-quality-container-question_telegram {
    width: 100%;
    height: 10vw;
    margin-top: 4vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
}

.img-quality-question_telegram {
    width: 10%;
    margin-left: 5vw;
}

.title-quality-container-txt {
    padding: 0;
    margin-left: 3vw;
}

.quality-container-question_telegram p {
    padding: 0vw 6vw;
    text-align: left;
}

.quality-container-question_telegram-1 p {
    padding: 0vw 6vw;
    margin-bottom: 5vw;
    text-align: left;
}


.cta_buttom-testimonials-baixar {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 3.5vw;
}

.btn-glow-testimonials-baixar  {
    position: relative;
    display: inline-block;
    font-size: 2vw;
    font-weight: 900;
    font-family: 'Bold', sans-serif;
    color: rgb(44, 38, 46);
    width: 35vw;
    height: 8vw;
    border: none;
    cursor: pointer;
    margin: 0 2vw;
    text-transform: uppercase;
    overflow: hidden;
    background: linear-gradient(165deg, #fefcff, #cdb2ff);
    transition: transform 0.3s ease-in-out;
    
    /* Sombra inicial */
    box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.9);
    
    /* Animação da sombra com pulso suave */
    animation: shadow-pulse 3s ease-in-out infinite alternate;

    transition: opacity 1s ease-out, transform 1s ease-out;
}






.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none; /* começa invisível */
    justify-content: center;
    align-items: center;
    z-index: 999;
    overscroll-behavior: contain; /* previne "scroll bounce" no mobile */
  }
  
  .popup {
    background: linear-gradient(125deg, #ffffff, #d0b6ff);
    width: 70%;
    height: 100vw;
    border-radius: 5vw;
    
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    padding: 6vw;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }
  
 .alinhesubn {
    width: 90%;
    margin-left: -5vw;
    display: flex;
    align-items: center;
    margin-right: 6vw;

 }

 .alinheta {
    width: 5%;
    font-size: 7vw;
    align-items: end;
    justify-content: end;
    display: flex;
 }

 
.popup input {
    width: 95%;
    margin: 1vw;
    height: 12vw;
    border-radius: 3vw;
    border: 1px solid #ccc;
  }

  form {
    width: 100%;
    overflow: hidden;
    margin-bottom: 5vw;
    display: flex;
    flex-direction: column;
    align-items: center;

  }

  input {
    padding-left: 15px; /* ajuste o valor como preferir */
    font-size: 16px;
  }
.special_cta_buttom22 {
    margin-top: 5vw;
}

.special_cta_btn-glow-sumit {
    position: relative;
    font-size: 4vw;
    font-weight: 900;
    font-family: 'Bold', sans-serif;
    color: rgb(245, 216, 255);
    width: 66vw;
    height: 13vw;
    cursor: pointer;
    text-transform: uppercase;
    overflow: hidden;
    background: linear-gradient(165deg, #202020, #3b2c56);
    transition: transform 0.3s ease-in-out;
    
    /* Aplicando múltiplas animações */
    animation: 
        borderRun 1.5s infinite linear, 
        pulsateGlow 3s infinite alternate ease-in-out;
}

.special_cta_btn-glow-sumit::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%; /* Começa fora do botão */
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(198, 198, 198, 0.172) 50%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.8;
    transform: skewX(-30deg);
    animation: shine-effect 2s infinite linear;
}

.maildfigite {
    color: #000 !important;
    padding: 0;
}

input::placeholder {
    color: #c4c4c4;              /* Cor do texto */
    font-size: 10px;          /* Tamanho da fonte */
    font-style: italic;       /* Opcional: deixa o texto em itálico */
    opacity: 1;   
    /* Garante que a cor apareça com força total */
  }

  .noscroll {
    position: fixed;
    width: 100%;
    overflow: hidden;
  }

 
  .popup-overlay.active {
    display: flex;
}

.headline_special_cta1 {
    font-size: 6vw;
}

.congratulations {
    text-align: center;
    font-size: 6vw;
}