* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Nunito Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Nunito Sans", sans-serif;
}

#vsl-section {
    width: 100% !important;
    height: auto;
    margin: 0 !important;
    margin-top: -9px !important;
    padding: 20px 0;
    background-color: white;
    /* background-image: linear-gradient(to top, white, var(--secondary-color-dark)); */
}

@media (max-width: 768px) {
    #vsl-section {
        padding: 0px;
    }
}

.vsl-news-header {
    background-color: #a60c0c;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    height: auto;
}

header h1 {
    font-weight: 400;
    color: #fff;
    margin: 0;
    flex-grow: 1;
    text-align: center;
    font-size: 2rem;
}

header img {
    width: 23px;
}

marquee {
    background-color: #810505;
    color: white;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 4px 0;
    font-weight: 400;
    font-size: 11px;
}

#vsl-container {
    max-width: 950px;
    margin: 0 auto;
    padding: 5px 12px 15px;
    text-align: center;
}

.vsl-container h1 {
    font-size: 30px;
    text-align: left;
}

#vsl-news-author {
    text-align: left;
    color: #54595f;
    font-size: 13px;
}

#vsl-news-author b {
    color: black;
    font-size: 13px;
    font-weight: 700;
}

.img_adv {
    padding: 0 20px;
    max-width: 600px;
}

.video_vturb {
    margin: 0 auto;
    max-width: 800px;
}

.cta {
    text-decoration: none;
    display: block;
    font-size: 1.5rem;
    padding: 0.4rem 0.5rem;
    text-transform: uppercase;
    background: linear-gradient(0deg, var(--contrast-color), rgb(255, 243, 79));
    margin: 1rem;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: 0.3s;
}

.cta-label {
    background: linear-gradient(180deg, var(--primary-color), var(--primary-color-dark));
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    background-clip: text;
    -webkit-background-clip: text;
    text-align: center;
    -webkit-text-fill-color: transparent;
    letter-spacing: 3px;
}

@media screen and (max-width: 767px) {
    .cta {
        padding: 0.65em;
        font-size: 1.15em;
    }
}

@keyframes pulsar {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

.desconto {
    padding-top: 15px;
    font-size: 17px;
    line-height: 1.3em;
    color: #1d1d1d;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
}

.img_adv {
    margin-top: 20px;
}

@media (max-width: 996px) {
    .img_adv {
        width: 100%;
    }
    #vsl-section h1 {
        font-size: 23px;
    }
    header h1 {
        font-size: 1.7rem !important;
    }
}

@media (max-width: 996px) {
    .video-title {
        font-size: 1em !important;
    }
}

@media (max-width: 768px) {
    .video-title {
        text-align: left !important;
        font-size: 1.05rem;
        font-weight: 600;
        line-height: 1.4;
        padding-left: 12px;
        border-left: 4px solid #ff6a00;
        margin: 12px 0;
    }
}

.video-subtitle {
    color: var(--primary-color);
    font-size: 1.3rem;
}

@keyframes bottles-glow {
    0% {
        filter: drop-shadow(0px 0px 0px transparent);
    }
    50% {
        filter: drop-shadow(0px 0px 15px var(--secondary-color-light));
    }
    100% {
        filter: drop-shadow(0px 0px 0px transparent);
    }
}

@keyframes bottles-highlight-glow {
    0% {
        filter: drop-shadow(0px 0px 0px transparent);
    }
    50% {
        filter: drop-shadow(0px 0px 35px var(--highlight));
    }
    100% {
        filter: drop-shadow(0px 0px 0px transparent);
    }
}

.glow-img-slow {
    animation: bottles-glow 2s infinite ease-in-out !important;
}

.highlight-img-slow {
    animation: bottles-highlight-glow 2s infinite ease-in-out !important;
}

.quiz-result-headline {
    color: var(--highlight) !important;
    animation: bottles-glow 2s infinite ease-in-out !important;
}

.is-center {
    margin: 0 auto;
}

.is-bold {
    font-weight: bold;
}

.vsl-books {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 7rem;
    padding-bottom: 7rem;
    background: linear-gradient(to top, white, var(--secondary-color-dark));
    background-size: cover;
    padding-inline: 1.25rem;
}

.vsl-books-bg {
    padding-top: 3rem;
    background-color: var(--primary-color-dark);
}

@media (min-width: 768px) {
    .vsl-book-card-last {
        margin-left: 60px;
    }
}

.vsl-books .book-heading {
    color: white !important;
}

.vsl-books .free-today {
    color: var(--highlight) !important;
}

.vsl-books small {
    font-size: 0.9rem;
}

@media (min-width: 768px) {
    .vsl-books small {
        font-size: 1.2rem;
    }
}

.vsl-books .strikeout {
    position: relative;
    color: var(--light-color);
    margin-right: 5px;
    font-weight: 600;
}

.vsl-books .strikeout::after {
    border-bottom: 0.12em solid #ff0202;
    content: "";
    left: 0;
    /* Adjust calc to be valid syntax */
    margin-top: calc(0.12em / 2 * -1);
    position: absolute;
    right: 0;
    top: 54%;
    transform: rotate(-10deg);
}

.vsl-books-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding-bottom: 14rem;
    max-width: 881px;
}

.vsl-books-header h3 {
    font-weight: bold;
    font-size: 1.75rem;
    color: white;
    max-width: 881px;
    text-align: center;
}

@media (min-width: 768px) {
    .vsl-books-header h3 {
        font-size: 2.25rem;
    }
}

.vsl-books-header span {
    text-align: center;
    color: white;
    font-weight: normal;
    font-size: 1.125rem;
}

@media (min-width: 768px) {
    .vsl-books-header span {
        font-size: 2rem;
    }
}

.vsl-books-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 7.5rem;
    column-gap: 1.25rem;
}

@media (min-width: 768px) {
    .vsl-books-list {
        grid-template-columns: repeat(2, minmax(0, 522px));
    }
}

.vsl-books-advertiser {
    width: 100%;
    padding-left: 0px;
    text-align: center;
}

.vsl-book-card-last-h5 {
    color: var(--primary-color-dark) !important;
    margin-top: -5px;
}

.vsl-book-card-last-h4 {
    color: var(--primary-color-dark) !important;
    margin-top: -25px;
}

.vsl-book-card-last-p {
    color: black !important;
}

.vsl-bonus-list-last {
    padding-right: 1.5rem !important;
}

.vsl-books-bg p b {
    color: var(--highlight) !important;
    animation: highlight-glow-animation 5s infinite ease-out;
}

.vsl-books-bg p span {
    color: var(--third-color) !important;
    font-weight: 900 !important;
}

.vsl-book-card-last {
    padding-bottom: 0.75rem;
    border-radius: 20px;
    margin-top: -150px;
    background: linear-gradient(to bottom, white, var(--secondary-color-light));
    border: 5px solid var(--secondary-color-dark);
}

@media (max-width: 500px) {
    .col-md-6.card {
        width: 95%;
        margin: 0 auto;
    }
    .mt-n {
        margin-top: -20px !important;
    }
    .mt-n-5 {
        margin-top: -50px !important;
    }
}

.rotate-img {
    border: 3px solid var(--light-color);
    border-radius: 15px;
    box-shadow: 0px 0px 150px var(--primary-color-light);
    min-width: 180px !important;
    max-width: 240px !important;
}

@media (min-width: 768px) {
    .vsl-books-advertiser {
        padding-left: 64px;
        text-align: left;
    }
}

.vsl-books-advertiser p {
    font-weight: bold;
    font-size: 1.5rem;
    color: white;
    max-width: 100%;
}

.vsl-books-advertiser button {
    color: white;
    max-width: 100%;
    padding: 1rem 2rem;
    background: linear-gradient(to bottom, #f27a02, #ed6704);
    border: 2px solid #ed6704;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 5px;
    margin-top: 1.25rem;
}

@media (min-width: 768px) {
    .vsl-books-advertiser button {
        align-self: flex-start;
        max-width: 255px;
        margin-top: 0;
    }
}

.vsl-books-advertiser button span {
    font-weight: bold;
    font-size: 1.125rem;
}

.vsl-book-card {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 2.75rem;
    background-color: var(--primary-color-dark);
    border: 3px solid var(--secondary-color-light);
    border-radius: 20px;
}

.vsl-book-card-header {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.vsl-book-card-header img {
    margin-top: -7rem;
}

.vsl-book-card-header span {
    font-weight: bold;
    font-size: 1.5rem;
    color: white;
    max-width: 439px;
}

.vsl-bonus-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.vsl-bonus-list li {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.vsl-bonus-list li span {
    font-weight: normal;
    color: white;
    font-size: 0.8rem;
}

@media (min-width: 768px) {
    .vsl-bonus-list li span {
        font-size: 0.875rem;
    }
}

.vsl-books-advertiser .cart-btn {
    color: white;
    padding: 1rem 2rem;
    background: linear-gradient(to bottom, #f27a02, #ed6704);
    border: 2px solid #ed6704;
    border-radius: 5px;
    text-decoration: none;
}

.btn-highlight {
    color: var(--primary-color-dark) !important;
    background: var(--highlight) !important;
    border: none !important;
    font-weight: 900 !important;
}

.vsl-books-advertiser .cart-btn:hover {
    border: 2px solid white;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
}

@media (min-width: 768px) {
    .vsl-books-advertiser .cart-btn {
        max-width: 300px;
    }
}

.vsl-books-advertiser .cart-btn span {
    font-weight: bold;
    font-size: 1.125rem;
}

.pull-up {
    margin-top: -50px;
}

.btn-primary-dark {
    background-color: var(--primary-color-dark);
}

.video-title span {
    color: var(--primary-color-dark);
    font-weight: 900;
}

.video_vturb p {
    font-size: 0.9rem !important;
    color: var(--primary-color) !important;
}

.quiz-box {
    border-radius: 10px;
}

.quiz-box .btn {
    font-size: 0.8rem;
    font-weight: 700;
}

.quiz-box h2 {
    font-weight: 700;
}

.quiz-box p {
    font-size: 0.9rem;
}

.quiz-subtitle {
    color: whitesmoke;
}

.quiz-result-headline {
    color: var(--contrast-color);
}

.quiz-result-headline {
    color: var(--contrast-color);
}

.quiz-result-img {
    width: 300px;
    border-radius: 10px;
}

/* Estilos para o container das perguntas (mantendo seus estilos) */

.quiz-box>section>.container {
    position: relative;
    background: linear-gradient(135deg, var(--primary-color-dark), var(--primary-color));
    border: 4px solid white;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.3);
    color: white;
    border-radius: 10px;
    padding: 30px 30px !important;
}

/* 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;
    font-size: 1.2rem;
}

/* Estilos para os inputs (adaptado para centralizar) */

.form-control {
    max-width: 320px;
    margin: 10px auto;
    /* Centraliza os inputs */
}

/* Estilos para os botÃµes (mantendo seus estilos e adicionando espaÃ§amento) */

.prev-btn {
    background-color: var(--contrast-color);
    border-color: lightgray;
    margin-top: 10px;
    color: black;
    /* EspaÃ§amento entre os botÃµes */
    max-width: 150px;
}

.prev-btn:hover {
    background-color: var(--contrast-color);
    color: black;
    border-color: lightgray;
}

.next-btn {
    background-color: var(--primary-color-dark);
    border-color: lightgray;
    margin-top: 10px;
    /* EspaÃ§amento entre os botÃµes */
    max-width: 190px;
}

.next-btn:hover {
    background-color: var(--primary-color-dark);
    border-color: var(--primary-color) !important;
}

.option {
    border-radius: 10px;
    color: black !important;
    font-weight: 700;
    background-image: linear-gradient(to top, #fccd15 50%, #ffd814 51%) !important;
    border-color: lightgray !important;
    width: 100%;
    margin-bottom: 10px;
}

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

/* Estilos para os checkboxes (adicionando estilos) */

.form-check {
    margin-bottom: 10px;
    color: white;
}

.custom_slide_container {
    width: 320px;
    margin: 20px auto;
}

.custom_slider {
    -webkit-appearance: none;
    width: 100%;
    height: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: 0.2s;
    transition: opacity 0.2s;
}

.custom_slider:hover {
    opacity: 1;
}

.custom_slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #007bff;
    cursor: pointer;
}

.custom_slider::-moz-range-thumb {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #007bff;
    cursor: pointer;
}

.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;
    }
}

@keyframes fadeInOut {
    0% {
        top: 100%;
        opacity: 0;
    }
    25% {
        top: 0;
        opacity: 1;
    }
    50% {
        top: 0;
        opacity: 1;
    }
    100% {
        top: -100%;
        opacity: 0;
    }
}

#progress-steps {
    margin-bottom: 20px;
    height: 30px;
    width: 100%;
}

.step-txt {
    width: 100%;
    top: 100%;
    animation: fadeInOut 1s infinite ease-in-out;
}

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

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

@keyframes barAnimation {
    0% {
        width: 0%;
    }
    50% {
        width: 60%;
    }
    80% {
        width: 80%;
    }
    100% {
        width: 100%;
    }
}

#fb-comments {
    font-family: "Segoe UI Historic", "Segoe UI", Helvetica, Arial, sans-serif;
    font-size: 13px;
    width: 100%;
    margin: auto;
    background-color: transparent;
}

#fb-comments .fb-heading {
    margin: 2.125em 0 0.625em;
    font-size: 1.1em;
    color: #555;
    font-weight: 400;
    text-align: left;
}

#fb-comments .comments-container {
    display: flex;
    flex-direction: column;
    gap: 1.25em;
    border: 0.0625em solid #e9ebee;
    border-radius: 1.25em;
    padding: 1.25em 1.25em 0;
}

#fb-comments .comment {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    width: 100%;
    max-width: 100%;
    gap: 0.625em;
}

#fb-comments .comment.answer {
    margin-left: 3.625em;
    max-width: calc(100% - 3.625em);
    margin-bottom: 0.75em;
}

#fb-comments .comment.answer+.answer {
    margin-top: -0.75em;
}

#fb-comments .comment .user-avatar {
    max-width: 3em;
    max-height: 3em;
    border-radius: 1.5625em;
    -o-object-fit: cover;
    object-fit: cover;
}

#fb-comments .comment .comment-data {
    width: 100%;
}

#fb-comments .comment .comment-data .user {
    font-weight: 400;
    color: #050505;
    border-radius: 0.75em;
    background-color: #f0f2f5;
    padding: 0.375em 0.75em 0.75em;
}

#fb-comments .comment .comment-data .user .name {
    margin: 0;
    color: #365899;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
}

#fb-comments .comment .comment-data .user .text {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    color: #050505;
    width: fit-content;
    text-align: left;
}

#fb-comments .comment .comment-data .buttons {
    margin: 0.125em 0 0 0.75em;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.3125em;
}

#fb-comments .comment .comment-data .buttons time,
#fb-comments .comment .comment-data .buttons like,
#fb-comments .comment .comment-data .buttons answer,
#fb-comments .comment .comment-data .buttons span {
    font-size: 0.8em;
    color: #888;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#fb-comments .comment .comment-data .buttons like,
#fb-comments .comment .comment-data .buttons answer {
    font-weight: 600;
    cursor: pointer;
}

#fb-comments .comment .comment-data .buttons like[liked] {
    color: #365899;
}

#fb-comments .comment .comment-data .buttons answer {
    cursor: default;
    position: relative;
}

#fb-comments .comment .comment-data .buttons answer:hover::after {
    content: "You cannot comment on this post";
    position: absolute;
    left: 50%;
    top: -0.625em;
    width: 11.25em;
    background-color: #f0f2f5;
    color: #4c4c4c;
    transform: translate(-50%, -100%);
    z-index: 10;
    border-radius: 0.25em;
    padding: 0.375em;
    text-align: center;
    font-weight: 400;
    box-shadow: 0.125em 0.125em 0.5em 0.125em rgba(0, 0, 0, 0.1803921569);
}

#fb-comments .comment .comment-data .buttons answer:hover::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -0.625em;
    width: 0;
    height: 0;
    border-left: 0.5em solid rgba(0, 0, 0, 0);
    border-right: 0.5em solid rgba(0, 0, 0, 0);
    border-top: 0.5em solid #f0f2f5;
    z-index: 11;
    transform: translateX(-50%);
    filter: drop-shadow(0 0.1875em 0.125em rgba(0, 0, 0, 0.1));
}

#fb-comments .comment likes {
    position: absolute;
    bottom: -0.625em;
    right: 0;
    background-color: #fff;
    border: 0.125em solid #eaebef;
    display: flex;
    align-items: center;
    font-size: 0.875em;
    line-height: 1;
    color: #888;
    border-radius: 6.25em;
    padding: 0.0625em 0.25em 0.0625em 0;
}

#fb-comments .comment likes::before {
    content: url("../../../pages/vsl/img/likes.webp");
    cursor: pointer;
}

#fb-comments .comments-closed {
    font-size: 0.875em;
    font-weight: 600;
    text-align: center;
    margin: 0.9375em 0 5px;
    color: #555;
}

@media (min-width: 576px) {
    #fb-comments {
        font-size: 16px;
    }
    #fb-comments .comment likes {
        bottom: 0;
    }
}

#references ol {
    padding-left: 1rem;
}

.footer-vsl {
    text-decoration: none !important;
    padding: 20px;
}

.footer-vsl {
    background-color: #a60c0c;
    padding: 15px 0 0;
}

.footer-vsl a {
    color: white;
    text-decoration: none;
    padding: 25px;
    font-weight: 500;
}

.footer-vsl h3 {
    background-color: black;
    color: white;
    font-size: 17px;
    padding: 10px 25px;
}

/* Shipbox */

.shipbx {
    width: auto;
    max-width: 924px;
    min-height: 88px;
    border: 2px solid var(--secondary-color);
    border-radius: 14px;
    margin: 0 auto 0 auto;
    display: block;
    position: relative;
    padding: 17px 15px 15px 150px;
    margin-top: 44px;
    margin-bottom: 10px;
    color: #000;
}

@media (max-width: 499px) {
    .shipbx {
        padding: 17px 15px 15px 125px;
        margin: 17px 15px;
    }
}

.shipiconbx {
    background: var(--secondary-color);
    padding: 19px 5px 19px 7px;
    border-radius: 12px 0 0 12px;
    position: absolute;
    left: 0;
    top: 0;
    width: 104px;
    height: 100%;
    display: flex;
    align-items: center;
}

.shipiconbx img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
}

.shipbx.light {
    border: 2px solid var(--primary-color);
}

.shipbx.light .shipiconbx {
    background: var(--primary-color);
}

.shipbx.light .shipiconbx::after {
    border-left: 15px solid var(--primary-color);
}

.shipbx-txt1 {
    font-size: 24px;
    font-family: "Inter", sans-serif;
    line-height: 30px;
    text-align: center;
    margin: 0 0 5px 0;
    font-weight: 700;
}

.shipbx.light .shipbx-txt1 {
    color: #fff;
}

.shipbx-txt1 .blue {
    color: var(--secondary-color);
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.shipbx.light .shipbx-txt1 .blue {
    color: var(--primary-color);
}

.shipbx-txt2 {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 0;
}

.shipbx.light .shipbx-txt2 {
    color: #fff;
}

@media (max-width: 499px) {
    .shipbx-txt1,
    .shipbx-txt2 {
        text-align: left;
    }
    .shipbx-txt1 {
        font-size: 20px;
    }
}

/* END Shipbox */

ul.strip3-list {
    display: flex;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.strip3-list .hourglass {
    height: 24px;
    width: 24px;
    filter: brightness(0) saturate(100%) invert(13%) sepia(93%) saturate(7483%) hue-rotate(0deg) brightness(101%) contrast(107%);
    animation: rotateHourglass 4s ease-in-out infinite;
}

.strip3-list .clock {
    animation: fade 1s normal infinite;
}

.spot-icon {
    margin-top: -6px;
}

@media (max-width: 991px) {
    ul.strip3-list {
        padding-left: 0;
    }
}

ul.strip3-list li {
    padding: 0 22px;
    position: relative;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    text-align: center;
    list-style: none;
}

.vsl-book-card-header img {
    margin-top: -0rem;
}

@media (max-width: 991px) {
    ul.strip3-list li {
        font-size: 14px;
        line-height: 20px;
    }
    ul.strip3-list li::after {
        display: none;
    }
}

@media (max-width: 991px) {
    ul.strip3-list li {
        margin: 5px 0;
    }
}

ul.strip3-list li::after {
    content: "";
    position: absolute;
    right: 0;
    top: 6px;
    height: 18px;
    background: #e6dede;
    width: 2px;
}

ul.strip3-list li:last-child::after {
    display: none;
}

ul.strip3-list li:nth-child(1):before {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 4px 0;
    width: 14px;
    height: 14px;
    background: #11b142;
    border-radius: 50%;
    content: "";
    animation: pulseFade 1s ease-in-out infinite;
}

/* Hourglass Animation */

@keyframes rotateHourglass {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(180deg);
    }
    50% {
        transform: rotate(360deg);
    }
    80% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* END Hourglass Animation */

/* Pulse Fade Animation */

@keyframes pulseFade {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.3);
        opacity: 0.6;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* END Pulse Fade Animation */

@keyframes fade {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.4;
    }
    100% {
        opacity: 0.8;
    }
}

/* Fade Animation */

/* END Fade Animation */

/* END CTA Status */

.triangle {
    margin: -100px auto -30px;
    font-size: 100px;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0) !important;
}

@media (max-width: 767px) {
    .triangle {
        font-size: 80px;
    }
}

/* rating */

#ratings-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    margin-top: 1.25rem;
    font-size: 0.8rem !important;
}

#ratings-footer .card {
    background-color: var(--primary-color) !important;
    width: 80%;
    border: none;
    max-width: 800px;
    background: linear-gradient(140deg, rgba(71, 15, 16, 1) 13%, rgba(152, 12, 39, 1) 90%);
}

@keyframes glow {
    0% {
        text-shadow: 0px 0px 0px white;
    }
    20% {
        text-shadow: 0px 0px 5px white;
    }
    40% {
        text-shadow: 0px 0px 10px white;
    }
    60% {
        text-shadow: 0px 0px 10px white;
    }
    80% {
        text-shadow: 0px 0px 5px white;
    }
    100% {
        text-shadow: 0px 0px 0px white;
    }
}

.star-glow {
    animation: glow 1s infinite ease-out;
}

.ratings-footer-title {
    font-weight: bold;
    text-align: center;
    font-size: 1rem !important;
}

.ratings-footer-reviews {
    font-weight: normal;
}

/* START Testimonials */

@media (max-width: 991px) {
    .texts h4 {
        font-size: 17px;
    }
}

.name p,
.text-user p {
    color: #565959;
    font-size: 16px;
}

.user-name .user {
    max-width: 100px;
    max-height: 100px;
    border-radius: 100%;
    float: right;
}

@media (max-width: 991px) {
    .user-name .user {
        float: inherit;
        margin: 0;
        max-width: 68px;
        max-height: 68px;
    }
}

.user-name .user img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: cover;
}

.purchase {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: solid 1px var(--primary-color);
}

.purchase img {
    max-width: 40px;
    border-radius: 50%;
}

.purchase p {
    margin: 0;
}

#testimonials .card {
    padding: 1.5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: left;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0px;
}

#testimonials .card:last-of-type {
    border-bottom: 0;
}

#testimonials .card-container {
    background-color: #f6f6f6;
}

#testimonials .col-lg-12 {
    padding: 0px;
}

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

#testimonials .stars i {
    color: #de7921;
}

#testimonials .reviewed-on {
    font-size: 1em;
    font-weight: 600;
    margin: 0;
}

#testimonials .verified {
    color: #565959;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 1em;
}

#testimonials .verified span:last-of-type {
    color: #de7921;
}

#testimonials .verified div {
    width: 1px;
    height: 16px;
    background-color: #bdbdbd;
}

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

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

#testimonials .purchase p {
    margin: 0;
}

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

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

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

@media (max-width: 991px) {
    #testimonials .user img {
        margin-bottom: 1rem;
    }
}

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

#testimonials .helpful-report .helpful {
    border: solid 1px var(--text-color);
    border-radius: 30px;
    padding: 5px 25px;
}

#testimonials .helpful-report .share {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

#testimonials .helpful-report .report {
    color: #979797;
}

/* END Testimonials */

/* Glicose Level */

.results-glicose-text {
    background: var(--primary-color-dark);
    padding: 1rem;
    text-align: center;
    position: relative;
}

.results-glicose-img {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    padding: 60px 15px;
}

.triangle-glicose.rotate {
    transform: rotate(-90deg);
}

.triangle-glicose {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    color: var(--secondary-color);
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    margin: -50px auto -30px;
    font-size: 100px;
    line-height: 0;
    position: relative;
    z-index: 2;
}

@media (max-width: 700px) {
    .results-glicose-img {
        display: flex;
        align-items: center;
        gap: 15px;
        justify-content: center;
        padding: 0.2rem;
    }
    .triangle-glicose {
        font-size: 15px;
        margin: -10px auto -30px;
    }
}

/* END Glicose Level */

/* FAQ */

#faq {
    background: linear-gradient(135deg, #2E5A3A 0%, #5FBF75 40%, #3E7FB1 100%);
    color: white;
}

/* FAQ */

@media screen and (max-width: 768px) {
    .products .item .item-header {
        color: var(--secondary-color);
    }
}

/* WHO IS */

.whois-section {
    width: 100%;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-top: 2rem;
    padding-bottom: 1rem;
    padding-inline: 1.25rem;
    gap: 2rem;
}

.whois-section img {
    width: 250px;
    border-radius: 50%;
    box-shadow: 0px 0px 15px black;
}

.whois-name {
    color: var(--secondary-color);
}

@media (min-width: 768px) {
    .whois-section img {
        width: 350px;
    }
}

.whois-section-container {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    max-width: 575px;
}

@media (min-width: 768px) {
    .whois-section-container {
        gap: 0.5rem;
    }
}

.whois-section-container p {
    font-size: 1rem;
}

/* WHO IS */

/* 
===========================================
VIDEO CONTROL STYLES
===========================================
*/

/* Garantir que apenas um vídeo seja visível por vez */

.video_vturb {
    position: relative;
    z-index: 10;
}

/* Estilos para os vídeos do carrossel */

.splide__slide vturb-smartplayer {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

/* Garantir que vídeos pausados não interfiram visualmente */

vturb-smartplayer[data-paused="true"] {
    opacity: 0.8;
    pointer-events: none;
}

/* Estilos para o carrossel */

.splide {
    position: relative;
    z-index: 5;
}

.splide__track {
    overflow: hidden;
}

.splide__slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Controles de navegação do carrossel */

#splide-prev,
#splide-next {
    position: relative;
    z-index: 15;
    transition: all 0.3s ease;
}

#splide-prev:hover,
#splide-next:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Indicador visual de vídeo ativo */

.video-active {
    border: 2px solid #ffba45;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(255, 186, 69, 0.5);
}

/* Estilos para debug do controlador de vídeos */

.video-debug {
    position: fixed;
    top: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 10px;
    border-radius: 5px;
    font-size: 12px;
    z-index: 1000;
    max-width: 300px;
    display: none;
}

.video-debug.show {
    display: block;
}

/* Responsividade para vídeos */

@media (max-width: 768px) {
    .splide__slide vturb-smartplayer {
        max-width: 100%;
        width: 100%;
    }
    #splide-prev,
    #splide-next {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
}

/*
===========================================
UNLOCK DISCOUNT BUTTON PULSE ANIMATION
===========================================
*/

/* Animação de pulsação sutil para o botão unlock-discount */

#unlock-discount {
    animation: subtle-pulse 1.5s ease-in-out infinite;
    transition: all 0.3s ease;
}

/* Efeito hover para interatividade */

#unlock-discount:hover {
    animation: none;
    transform: scale(1.02);
    box-shadow: 0 4px 12px rgba(255, 186, 69, 0.4);
}

/* Keyframes para a pulsação sutil */

@keyframes subtle-pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 2px 20px rgba(255, 186, 69, 0.6);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 6px 40px rgba(255, 186, 69, 0.8);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 2px 20px rgba(255, 186, 69, 0.6);
    }
}

/* Pausar animação quando o botão estiver desabilitado ou clicado */

#unlock-discount:disabled,
#unlock-discount:active {
    animation: none;
    transform: scale(0.98);
}

/* Responsividade para a animação */

@media (max-width: 768px) {
    #unlock-discount {
        animation: subtle-pulse 1.2s ease-in-out infinite;
    }
    @keyframes subtle-pulse {
        0% {
            transform: scale(1);
            box-shadow: 0 2px 18px rgba(255, 186, 69, 0.6);
        }
        50% {
            transform: scale(1.04);
            box-shadow: 0 5px 35px rgba(255, 186, 69, 0.8);
        }
        100% {
            transform: scale(1);
            box-shadow: 0 2px 18px rgba(255, 186, 69, 0.6);
        }
    }
}

.ingredient-img {
    height: 230px;
    width: 100% !important;
    object-fit: cover;
    max-width: 100%;
}

#steps .steps-headline h1 span {
    color: var(--contrast-color);
}

/* .btn-primary,
.btn-primary:active {
  background-image: linear-gradient(to top, #fccd15 50%, #ffd814 51%);
  border: none;
  color: #000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.btn-primary:hover {
  background-image: linear-gradient(to bottom, #fccd15 50%, #ffd814 51%);
} */

.button-bg {
    background-image: linear-gradient(to top, #fccd15 50%, #ffd814 51%);
    color: var(--text-color) !important;
    border: none;
}

.button-bg:hover {
    color: #000000;
    background-image: linear-gradient(to bottom, #fccd15 50%, #ffd814 51%);
}