p {
    font-weight: 400;
}

/*Bonus*/
#bonus {
    /* background-image: linear-gradient(45deg, var(--primary-color-light), var(--primary-color)); */
    max-width: 100%;
    overflow: hidden;
    /* background-image: radial-gradient(var(--secondary-color-light), var(--secondary-color)); */
    background-color: #fff;
}

#bonus h2 {
    color: var(--primary-color);
    text-align: center;
    font-size: 37px;
    font-weight: 700;
    text-shadow: 0px 2px rgba(0, 0, 0, 0.6392156863);
}

@media (max-width: 991px) {
    #bonus h2 {
        font-size: 30px;
    }
}

#bonus p.subtitle {
    font-size: 18px;
    line-height: 20px;
    color: var(--primary-color);
    text-align: center;
    font-style: italic;
    margin-top: 0px;
    margin-bottom: 0px;
}

#bonus .ebook {
    margin-top: 150px;
    width: 100%;
    border-radius: 12px;
    padding: 10px;
    background: var(--secondary-color);
    text-align: center;
    height: calc(100% - 150px);
    border: 5px double rgba(255, 255, 255, 0.5568627451);
}

#bonus .ebook p {
    font-size: 17px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    margin: 1rem 0;
}

#bonus .ebook .strikeout {
    position: relative;
}

#bonus .ebook .strikeout::after {
    border-bottom: 0.12em solid #ff0202;
    content: "";
    left: 0;
    margin-top: -0.06em;
    position: absolute;
    right: 0;
    top: 54%;
    transform: rotate(-10deg);
}

#bonus .ebook .s7lhding2 {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    margin-top: 15px;
    text-shadow: 0px 2px rgba(0, 0, 0, 0.6392156863);
}

#bonus .ebook .s7lhding2 span.span1 {
    font-weight: bold;
    text-transform: uppercase;
    color: #ffd200;
}

#bonus .ebook .s7ltxt {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    margin-top: 11px;
    color: #fff;
}

#bonus .ebook h3 {
    color: #fff;
    font-weight: 900;
    font-size: 32px;
}

#bonus .img-mockup {
    position: relative;
    max-width: 200px;
    margin: 0px auto;
    margin-top: -150px;
}

#bonus .img-mockup img {
    max-width: 200px;
    margin: 0 auto;
    display: flex;
}

#bonus .img-mockup .happy-womans {
    max-width: 400px;
}

@media (max-width: 991px) {
    #bonus .img-mockup .happy-womans {
        max-width: 100%;
    }
}

#bonus .img-mockup .bonusbx {
    height: 133px;
    width: 134px;
    background: transparent url("../../vsl/img/selo3.png") center top no-repeat;
    background-size: 100%;
    position: absolute;
    right: -50%;
    top: -10px;
    padding: 25px 0 0 0;
}

#bonus .img-mockup .bonusbx .bonusbx-txt1,
#bonus .img-mockup .bonusbx .bonusbx-txt2,
#bonus .img-mockup .bonusbx .bonusbx-txt3 {
    font-weight: bold;
    font-size: 25px;
    line-height: 25px;
    color: #ffd200;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
    text-shadow: 0px 2px rgba(0, 0, 0, 0.6392156863);
    margin: 0;
}

#bonus .img-mockup .bonusbx .bonusbx-txt2 {
    font-size: 20px;
    color: #fff;
}

#bonus .img-mockup .bonusbx .bonusbx-txt3 {
    font-size: 40px;
    line-height: 36px;
}

#bonus-headline .subtitle.fw-bold {
    font-size: 25px;
}

.cta {
    background-image: linear-gradient(to top, #fccd15 50%, #ffd814 51%);
    color: var(--text-color) !important;
    border: none !important;
    font-family: "Inter", sans-serif;
    font-size: 1em;
    font-weight: 900;
    border-radius: 0.5em;
    line-height: 1;
    padding: 0.5em 1.5em;
    text-decoration: none;
    box-shadow: 0 -4px rgba(0, 0, 0, 0.05) inset;
}

#testimonials .card {
    background-color: #f6f6f6;
    border: 0;
    margin-bottom: 1rem;
    padding: 1rem;
    border-radius: 2em;
    text-align: left;
}

#testimonials .card h4 {
    color: var(--primary-color);
    font-weight: 700;
    text-align: left;
}

#testimonials .verfied {
    /* background-color: #00845d; */
    width: fit-content;
    /* padding: 0.1em 0.75em; */
    border-radius: 3em;
    margin-bottom: 0;
    color: #ff6f00;
    display: flex;
    font-weight: 700;
    gap: 5px;
    align-items: center;
    font-size: 16px;
}

#testimonials .purchased {
    color: #565959;
    font-weight: 600;
    font-size: 14px;
    font-weight: 400;
}

#testimonials .purchase {
    display: flex;
    align-items: end;
    gap: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 0;
    border-bottom: none;
}

#testimonials .purchase img {
    max-width: 80px;
}

#testimonials .purchase p {
    margin: 0;
    font-size: 20px;
}

#testimonials .user {
    max-width: 200px;
    margin-bottom: 1rem;
}

@media (max-width: 991px) {
    #testimonials .user {
        float: inherit;
    }
}

#testimonials .user img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#testimonials .helpful-report {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

#testimonials .helpful-report .helpful {
    border: solid 1px var(--text-color);
    border-radius: 30px;
    padding: 5px 15px;
    font-size: 16px;
    font-weight: 400;
}

#testimonials .helpful-report .share {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
}

#testimonials .helpful-report .report {
    color: #979797;
    font-size: 16px;
    font-weight: 400;
}

.count-offer {
    font-size: 35px;
}

@media (max-width: 991px) {
    .count-offer {
        font-size: 25px;
    }
}

.value-old-vip {
    position: relative;
}

.value-old-vip::after {
    border-bottom: 0.12em solid #000;
    content: "";
    left: 0;
    margin-top: -0.06em;
    position: absolute;
    right: 0;
    top: 54%;
    transform: rotate(-10deg);
}

#testimonials .purchase img {
    max-width: 30px;
}

#testimonials p {
    font-weight: 400;
    font-size: 16px;
}

p.subtitle-testimonials {
    text-align: center;
    font-size: 30px !important;
    color: var(--text-color);
}

/* Quiz */
.quiz-box .background-img {
    position: absolute;
    opacity: 0.25;
}

.quiz-box>section>.container {
    position: relative;
    background-image: radial-gradient(var(--primary-color), var(--primary-color-light), var(--primary-color-light));
    border: 4px solid white;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.3);
    color: white;
}

#quiz h2,
#quiz h4 {
    color: white;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.3);
}

#quiz h2 {
    color: #fff;
}

@media(max-width: 991px) {

    #quiz h2,
    #quiz h4 {
        font-size: 20px;
    }
}

#quiz .option {
    border-radius: 10px;
    color: var(--text-color);
    font-weight: 700;
    background: linear-gradient(to top, #fccd15 50%, #ffd814 51%);
    border-color: #fccd15 !important;
}

#quiz .option:hover {
    border-color: var(--text-color);
    box-shadow: 0 0 80px rgba(0, 0, 0, 0.1411764706) inset;
}

#quiz .rounded-pill {
    background-color: red;
}

#progress h2,
#progress h4 {
    color: white;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.3);
}

#progress h2 {
    color: var(--contrast-color);
}

.bar-animation {
    animation: barAnimation 5s forwards ease-in;
}

@keyframes barAnimation {
    0% {
        width: 0%;
    }

    50% {
        width: 60%;
    }

    80% {
        width: 80%;
    }

    100% {
        width: 100%;
    }
}

.timer {
    color: var(--contrast-color) !important;
}

.triangle-tip {
    width: 0;
    height: 0;
    border-left: 30vw solid transparent;
    border-right: 30vw solid transparent;
    border-top: 30px solid #251837;
    position: absolute;
    bottom: -29px;
    left: calc(50% - 30vw);
}

@media (max-width: 768px) {
    /* #testimonials .purchase {  
        align-items: flex-start;
    } */

    #testimonials .purchase img {
        max-width: 30px;
    }

    #testimonials .purchase p {
        font-size: 16px;
    }

    #testimonials .card {
        padding: 1.5rem 0;
    }
}

.quiz-box {
    background-color: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

/* Estilos para o container das perguntas (mantendo seus estilos) */
.quiz-box>section>.container {
    position: relative;
    background: linear-gradient(90deg, var(--primary-color-dark), var(--secondary-color-dark));
    border: 4px solid white;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.3);
    color: white;
    padding: 20px;
    border-radius: 10px;
}

/* Estilos para as perguntas */
.question {
    display: none;
}

.question.active {
    display: block !important;
}

.question h4 {
    color: white;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
}

.form-check-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 600px;
    text-align: left;
}

@media (max-width: 768px) {
    .form-check-container {
        display: grid;
        grid-template-columns: 1fr;
        max-width: 320px;
        text-align: left;
    }
}

#progress-steps {
    position: relative;
    height: 30px;
    width: 100%;
}

#progress-steps.running .step-txt {
    animation-name: fadeInOut;
    animation-duration: 4.75s;
    animation-fill-mode: forwards;
}

.step-txt {
    position: absolute;
    width: 100%;
    top: 100%;
    color: white;
    opacity: 0;
}

.step-txt:nth-child(1) {
    animation-delay: 0s;
}

.step-txt:nth-child(2) {
    animation-delay: 3.75s;
}

.step-txt:nth-child(3) {
    animation-delay: 7.5s;
}

.step-txt:nth-child(4) {
    animation-delay: 11.25s;
}

@keyframes fadeInOut {

    0%,
    100% {
        top: 100%;
        opacity: 0;
    }

    20%,
    70% {
        top: 0;
        opacity: 1;
    }

    80% {
        top: -100%;
        opacity: 0;
    }
}

@media (max-width: 590px) {
    .custom_slide_container {
        width: 100%;
    }
}

.bar-animation {
    animation: barAnimation 10s forwards ease-in;
}

@keyframes barAnimation {
    0% {
        width: 0%;
    }

    50% {
        width: 60%;
    }

    80% {
        width: 80%;
    }

    100% {
        width: 100%;
    }
}

#result h2 {
    font-size: 20px;
    color: #fff;
}

#result p {
    font-size: 15px;
}

@media(max-width: 991px) {
    #result p {
        font-size: 20px;
    }
}

.btn-primary {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    margin-top: 10px;
}

.btn-primary:hover,
.btn-primary.option:focus,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
    color: #ffffff !important;
    background: linear-gradient(to top, #fccd15 50%, #ffd814 51%);
    background-color: #fccd15 !important;
    border-color: var(--secondary-color) !important;
    background-image: none !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

#bonus .ebook h3 {
    color: #fff;
}

#bonus .img-mockup {
    position: relative;
    max-width: 200px;
    margin: 0px auto;
    margin-top: -150px;
}

#bonus .img-mockup img {
    max-width: 200px;
    margin: 0 auto;
    display: flex;
}

#bonus .img-mockup .bonusbx {
    height: 133px;
    width: 134px;
    background: transparent url('../img/selo3.png') center top no-repeat;
    background-size: 100%;
    position: absolute;
    right: -50%;
    top: -10px;
    padding: 20px 0 0 0;
}

@media (max-width: 400px) {
    #bonus .img-mockup .bonusbx {
        right: -36%;
    }
}

#bonus .img-mockup .bonusbx .bonusbx-txt1,
#bonus .img-mockup .bonusbx .bonusbx-txt2,
#bonus .img-mockup .bonusbx .bonusbx-txt3 {
    font-weight: bold;
    font-size: 25px;
    line-height: 13px;
    color: #ffd200;
    text-align: center;
    text-transform: uppercase;
    margin-top: 12px;
    text-shadow: 0px 2px #000000a3;
}

#bonus .img-mockup .bonusbx .bonusbx-txt2 {
    font-size: 20px;
    color: #fff;
}

#bonus .img-mockup .bonusbx .bonusbx-txt3 {
    font-size: 40px;
}

.expert-box {
    background: linear-gradient(90deg, var(--primary-color-dark), var(--secondary-color-dark));
    padding: 20px 30px;
    border-radius: 30px;
}

.expert-box img {
    border-radius: 30px;
    border: solid 4px #fff;
}

.expert-box p {
    font-weight: 400;
    font-size: 16px;
    margin: 0;
}

.expert-box h2 {
    font-weight: 600;
    font-size: 20px;
    color: #fff;
}

#ingredients p {
    color: var(--text-color);
    font-weight: 400;
}


.ingredients-area {
    padding: 30px 0;
}

.ingredients-area .content h2 {
    margin-bottom: 30px;
}

.our .stars {
    font-size: 29px;
    font-weight: 900;
}
.our p{
    margin: 0;
    color: var(--text-color);
}