/* DISPLAYS NONE */

.span.badge.badge-plus.aviso-desconto {
    font-size: 1rem;
}

.steps {
    display: none;
    /* Esconde todas as sessões */
}

.steps.active {
    display: block;
    /* Mostra apenas a sessão ativa */
}

.btn-nav {
    display: none;
}

img.header-mobile {
    display: none;
}

.card-mobile {
    max-width: 100%;
    height: auto;
}


/* SESSÃO DO RESULTADO */

.resultado-section {
    display: none;
}


/* PRODUTOS RECOMENDADOS */

#energia-renovada,
#pro-imunidade,
#foco-total,
#melatonina,
#equilibrio,
#extrato-laranja,
#curcuma,
#beleza-natural,
#nutri-vegan {
    display: none;
}


/* TESTES */

.bg-primary {
    background: linear-gradient(-45deg, #6B3FA0, #68C9D0, #D058A0, #ffde17);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
    height: 100vh;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

txt-destaque {
    color: #FFF;
}

svg {
    position: fixed;
    /* Necessário para que o z-index funcione */
    z-index: 0;
    /* Ainda visível, mas abaixo do conteúdo */
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    height: 100vh;
}


/* TESTE BG  */


/* SESSÃO DE START DO QUIZ */

.main-container {
    max-width: 80vw;
    border-radius: 10px;
    /* DEIXA O QUIZ ARREDONDADO */
    margin: 20px auto;
    background-color: #D058A0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.left-section {
    background: url('../img/header-lp.png') center center/cover no-repeat;
    padding: 2.5rem;
    min-width: 20vw;
    min-height: 75vh;
}

.right-section {
    background-color: #D058A0;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4rem;
    overflow-y: auto;
    min-width: 40vw;
    min-height: 75vh;
    max-height: 80vh;
}


/* .right-section input {
    margin: 20px;
}  SEPARA O CHECK DOS TERMOS */


/* BOTÕES DO QUIZ */

.btn-quiz {
    background-color: #fff;
    color: #6B3FA0;
    border: none;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 20px;
    border-radius: 100px;
    margin: 10px 0;
    --bs-btn-active-color: #6B3FA0;
    --bs-btn-active-bg: #ffde17;
    --bs-btn-active-border-color: #ffde17;
    --bs-btn-color: #6B3FA0;
    --bs-btn-bg: #fff;
    --bs-btn-border-color: #fff;
}

.btn-quiz:hover {
    background-color: #fff;
    transition: 0.5s;
    color: #6B3FA0;
}

.nav-steps {
    background-color: #6B3FA0;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 20px;
    border-radius: 100px;
    --bs-btn-active-color: #6B3FA0;
    --bs-btn-active-bg: #fff;
    --bs-btn-active-border-color: #fff;
    --bs-btn-color: #6B3FA0;
    --bs-btn-bg: #fff;
    --bs-btn-border-color: #fff;
}

.nav-steps:hover {
    background-color: #fff;
    transition: 0.5s;
    color: #6B3FA0;
}

.btn-nav {
    display: flex;
    /* Faz com que os botões sejam organizados em uma linha */
    justify-content: center;
    /* Centraliza os botões horizontalmente */
    gap: 10px;
    /* Espaço entre os botões */
    padding: 20px 0;
}

.btn-nav .nav-steps {
    flex: 0 1 auto;
    /* Garante que os botões mantenham suas dimensões padrão */
}


/* BOTÕES SOCIAIS */

.circular-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background-color: #d058a0;
    /* Fundo roxo */
    padding: 20px;
}

.circular-btn {
    width: 35px;
    height: 35px;
    background-color: #ffde17;
    /* Amarelo */
    border-radius: 50%;
    /* Torna o botão circular */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
    /* Sombra */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.circular-btn i {
    font-size: 20px;
    /* Tamanho dos ícones */
    color: #6b3fa0;
    /* Cor do ícone */
}

.circular-btn:hover {
    transform: scale(1.1);
    /* Efeito de escala ao passar o mouse */
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.5);
    /* Sombra mais forte */
}


/* INPUTS DO FORM */

input#Termos {
    width: 15px;
}

.input-lp-nome,
.input-lp-nome:focus {
    border-radius: 100px;
    background: transparent;
    border: 2px solid #fff;
    text-align: center;
    font-size: 20px;
    color: #ffde17;
}

::placeholder {
    color: #ffde17 !important;
    opacity: 1 !important;
}


/* LINKS */

a.links-lp {
    color: #ffde17;
    font-weight: 600;
}


/* CALENDÁRIO */

.input-lp-data {
    font-size: 1.3rem;
    color: #FFF;
    font-weight: 600;
    border: 3px solid #ffde17;
    border-radius: 100px !important;
    padding: 10px;
    min-width: 30vw;
    background-color: #D058A0;
    text-align: center;
}

.suggestion-box {
    background: #ffde17 !important;
    border: none !important;
    font-weight: 700;
    border-radius: 0px 0px 10px 10px;
}


/* CHECKBOX */

.form-check-lp {
    background-color: #D058A0;
    border: 3px solid #ffde17;
    border-radius: 100px !important;
}

.form-check-lp:checked {
    background-color: #D058A0;
    border: 3px solid #ffde17;
    color: #6B3FA0 !important;
}

.form-check-termos,
.form-check-termos input[type="checkbox"] {
    background-color: #D058A0;
    border: 3px solid #ffde17;
    border-radius: 100px !important;
}

.form-check-termos:checked {
    background-color: #D058A0;
    border: 3px solid #ffde17;
    color: #6B3FA0 !important;
}

.form-item-lp {
    margin: 10px 0;
}

.form-check-box {
    padding: 10px;
}


/* FORM DE SELEÇÃO */

.form-select-lp,
.form-select-lp:focus {
    border-radius: 100px;
    background: #D058A0;
    border: 2px solid #fff;
    text-align: center;
    font-size: 20px;
    color: #ffde17;
}


/* TEXTOS */

h2.text-lp-perguntas {
    font-size: 1.6rem;
}

h3.text-lp-inicio {
    font-size: 2.2rem;
}

h3.text-lp-start,
h3.text-lp-perguntas {
    font-size: 2rem;
}

h3.text-lp-lista {
    font-size: 1.3rem;
}

h4.text-lp-start,
h4.text-lp-perguntas {
    font-size: 1.2rem;
    color: #ffde17;
}

h5.text-lp-start,
h5.text-lp-perguntas {
    font-size: 1rem;
    color: #ffde17;
}

h4.text-lp-quiz {
    font-size: 1.3rem;
    color: #fff;
}

h5.text-lp-quiz {
    font-size: 1rem;
    color: #fff;
}

h3.text-lp-legenda,
h4.text-lp-legenda,
h5.text-lp-legenda {
    color: #ffde17;
}

label.Termos {
    font-size: 14px;
}


/* CARD */

.card-group {
    padding: 30px 0;
}

.card {
    /* border-radius: 0px; */
    background: #D058A0;
    border: 3px solid #ffde17;
    display: flex;
    flex-direction: column;
}

.card-body {
    background: transparent;
    border-radius: 0px;
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 0px;
    justify-content: space-between;
}

.card-img-top {
    border-radius: 0px;
    border: 2px solid #ffde17;
}

h5.lp-card-title {
    font-size: 1.4rem;
    line-height: 1.2rem;
    color: #fff;
}

p.lp-card-quant {
    font-size: 1rem;
    line-height: 1rem;
    color: #ffde17;
}


/* ALERTA + ENERGIA E + IMUNIDADE */

.alert-info {
    --bs-alert-color: #fff;
    --bs-alert-bg: #6B3FA0 !important;
    border: 2px solid #ffde17;
    --bs-alert-link-color: var(--bs-info-text-emphasis);
    font-weight: 600;
}

.badge-plus {
    margin-bottom: 5px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 14px;
    color: #fff !important;
    background-color: #6B3FA0 !important;
    border-radius: 100px;
}

.badge-desconto {
    margin-bottom: 5px;
    padding: 8px 14px;
    font-size: 18px;
    line-height: 20px;
    color: #fff !important;
    background-color: #68C9D0 !important;
    border-radius: 100px;
}


/* BUTTONS CARDS */

.btn-card {
    background-color: #ffde17;
    color: #6B3FA0;
    border: none;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 12px;
    border-radius: 100px;
    --bs-btn-active-color: #6B3FA0;
    --bs-btn-active-bg: #fff;
    --bs-btn-active-border-color: #ffde17;
    --bs-btn-color: #6B3FA0;
    --bs-btn-bg: #fff;
    --bs-btn-border-color: #ffde17;
}

.btn-card:hover {
    background-color: #fff;
    transition: 0.8s;
    color: #6B3FA0;
}

.btn-site {
    text-align: center;
}


/* ANIMAÇÃO ESCREVENDO */

.typewriter {
    overflow: hidden;
    /* Ensures the content is not revealed until the animation */
    border-right: .15em solid #D058A0;
    /* The typwriter cursor */
    white-space: nowrap;
    /* Keeps the content on a single line */
    margin: 0 auto;
    /* Adjust as needed */
    animation: typing 1.5s steps(20, end), blink-caret .75s step-end infinite;
}


/* The typing effect */

@keyframes typing {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}


/* The typewriter cursor effect */

@keyframes blink-caret {
    from,
    to {
        border-color: transparent;
    }
    50% {
        border-color: transparent;
    }
    100% {
        opacity: 0;
        /* Torna invisível no fim */
    }
}

@media (min-width: 300px) and (max-width: 768px) {
    /* DISPLAYS NONE */
    .card-mobile {
        display: block;
    }
    .card-pc {
        display: none;
    }
    span.badge.badge-desconto.aviso-desconto {
        display: none;
    }
    .card {
        background: #D058A0;
        border: 0px solid transparent;
    }
    /* HEADER MOBILE */
    img.header-mobile {
        display: block;
        width: 100%;
        border-radius: 5px;
        margin: 20px 0;
    }
    /* CARD MOBILE */
    img.card-mobile {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
    /* Adapta o valor conforme necessário */
    .remove {
        display: none !important;
    }
    /* TEXTOS */
    h3.text-lp-start {
        font-size: 1.2rem;
    }
    h3.text-lp-inicio {
        font-size: 1.7rem;
    }
    h3.text-lp-lista {
        font-size: 1.4rem;
    }
    h3.text-lp-resultado {
        font-size: 1.5rem;
    }
    h4.text-lp-start {
        font-size: 1rem;
        color: #ffde17;
    }
    h4.text-lp-quiz {
        font-size: 0.8rem;
        color: #fff;
    }
    h3.text-lp-perguntas,
    h4.text-lp-perguntas,
    h5.text-lp-perguntas {
        font-size: 1.7rem;
    }
    h3.text-lp-legenda,
    h4.text-lp-legenda,
    h5.text-lp-legenda {
        font-size: 1rem;
        color: #ffde17;
    }
    label.Termos {
        font-size: 14px;
    }
    input#Termos {
        width: 40px !important;
    }
    .right-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        /* Garante alinhamento horizontal */
        overflow-y: auto;
        min-height: 100vh;
        padding: 1rem;
        /* Adicione um padding menor para telas pequenas */
    }
    .main-container {
        max-width: 100vw;
        min-width: 100vw;
        border-radius: 0px;
        /* DEIXA O QUIZ ARREDONDADO */
        margin: 0px 0px;
        background-color: #D058A0;
        box-shadow: 0 0 0px rgba(0, 0, 0, 0.0);
        overflow: hidden;
    }
    .form-check-lp {
        background-color: #D058A0;
        border: 3px solid #ffde17;
        border-radius: 10px !important;
    }
    /* ESPAÇAMENTOS */
    .container-fluid.d-flex.justify-content-center.align-items-center.vh-100 {
        --bs-gutter-x: 0rem;
        --bs-gutter-y: 0;
    }
}