@font-face {
    font-family: "Inter";
    src: url("assets/fonts/inter/Inter-Thin.woff2") format("woff2"),
        url("assets/fonts/inter/Inter-Thin.woff") format("woff"),
        url("assets/fonts/inter/Inter-Thin.ttf") format("truetype");
    font-weight: 100;
    font-display: swap;
}
@font-face {
    font-family: "Inter";
    src: url("assets/fonts/inter/Inter-ExtraLight.woff2") format("woff2"),
        url("assets/fonts/inter/Inter-ExtraLight.woff") format("woff"),
        url("assets/fonts/inter/Inter-ExtraLight.ttf") format("truetype");
    font-weight: 200;
    font-display: swap;
}
@font-face {
    font-family: "Inter";
    src: url("assets/fonts/inter/Inter-Light.woff2") format("woff2"),
        url("assets/fonts/inter/Inter-Light.woff") format("woff"),
        url("assets/fonts/inter/Inter-Light.ttf") format("truetype");
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: "Inter";
    src: url("assets/fonts/inter/Inter-Medium.woff2") format("woff2"),
        url("assets/fonts/inter/Inter-Medium.woff") format("woff"),
        url("assets/fonts/inter/Inter-Medium.ttf") format("truetype");
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: "Inter";
    src: url("assets/fonts/inter/Inter-SemiBold.woff2") format("woff2"),
        url("assets/fonts/inter/Inter-SemiBold.woff") format("woff"),
        url("assets/fonts/inter/Inter-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: "Inter";
    src: url("assets/fonts/inter/Inter-Black.woff2") format("woff2"),
        url("assets/fonts/inter/Inter-Black.woff") format("woff"),
        url("assets/fonts/inter/Inter-Black.ttf") format("truetype");
    font-weight: 900;
    font-display: swap;
}
.mejs__container:focus {
    outline-offset: 0 !important;
    outline-style: none !important;
    outline-width: 0 !important;
}
.sobre_livro {
    position: relative;
    padding: 80px 0 0 0;
    background-image: url(assets/img/sobre_manual.svg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 2;
}
.sobre_livro .col-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.sobre_livro h3 {
    color: #414141;
    font-size: 36px;
    margin-bottom: 36px;
}
.sobre_livro p {
    color: #414141;
    font-size: 24px;
    margin-bottom: 24px;
}
.capitulos {
    position: relative;
    padding: 130px 0 100px 0;
    background-image: url(assets/img/black-gold-lines.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
.capitulos::before {
    content: "";
    position: absolute;
    width: 350px;
    height: 130%;
    top: -50%;
    right: 20%;
    border-radius: 50%;
    background-image: linear-gradient(rgba(51, 46, 31, 0.5),
            rgba(255, 170, 97, 0.5));
    mix-blend-mode: screen;
    filter: blur(120px);
    transform: rotate(45deg);
}
.capitulos .row {
    gap: 30px;
}
.capitulos .col-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.capitulos h3 {
    font-size: 32px;
    font-weight: 700;
}
.capitulos h3 span {
    color: #fcda6c;
}
.modules_accordion {
    position: relative;
    margin-top: 50px;
    z-index: 9;
}
.modules_accordion-item {
    margin-bottom: 15px;
    border-bottom: 1px solid #cacaca;
}
.modules_accordion-item:last-child {
    border-bottom: 0px;
}
.modules-header {
    position: relative;
    padding: 20px 0px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    border-radius: 10px;
    cursor: pointer;
}
.modules-header::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 12px;
    height: 6px;
    display: block;
    background-image: url(assets/img/closed.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: translateY(-50%) rotate(360deg);
    transition: ease 0.3s;
}
.modules-header.active::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    background-image: url(assets/img/open.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: translateY(-50%);
    transition: ease 0.3s;
}
.modules-header h4 {
    font-size: 16px;
    font-weight: 6400;
    text-transform: uppercase;
}
.modules-header p {
    font-size: 18px;
    font-weight: 400;
}
.modules_content {
    display: none;
    padding: 0 10px 10px 0;
    opacity: 0;
    transition: opacity 0.5s ease;
    overflow: hidden;
}
.modules_content ul {
    list-style: none;
}
.modules_content li {
    margin-left: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #ffffff;
}
.modules_content .col-right {
    display: flex;
    justify-content: end;
    align-items: center;
}
.capitulo-lightbox {
    padding: 20px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    background-image: url(assets/img/capitulo1_btn.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border: 1px solid #ffffff;
    border-radius: 7px;
    cursor: pointer;
}
.capitulo-lightbox span {
    margin-bottom: -4px;
}
.capitulo-lightbox img {
    width: 20px;
    height: 15px;
}
.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.lightbox-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
}
.lightbox img {
    width: 100%;
    max-width: 420px;
    height: auto;
    display: block;
}
.lightbox-close {
    position: absolute;
    top: -50px;
    right: -50px;
    background: #fff;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lightbox-close::before {
    content: "×";
    font-size: 24px;
    color: #000;
}
.capitulos .col-right {
    display: flex;
    justify-content: end;
    align-items: center;
}
.bonus {
    position: relative;
    padding: 100px 0 50px 0;
}
.bonus::before {
    content: "";
    position: absolute;
    top: 20%;
    left: 50%;
    width: 60%;
    height: 30%;
    border-radius: 50%;
    background-color: rgba(255, 144, 96, 0.5);
    mix-blend-mode: screen;
    filter: blur(200px);
    transform: rotate(0deg) translateX(-50%);
}
.bonus::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #c8944a, #aa6b1c);
}
.bonus h3 {
    font-size: 40px;
    font-weight: 600;
}
.bonus h3 span {
    color: #fcda6c;
}
.swiper {
    margin-top: 50px;
    width: 100%;
    min-height: 510px;
    height: 100%;
}
.swiper-slide {
    position: relative;
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: blur(5px);
    transform: rotate(15deg) scale(0.8) translateX(0px) !important;
}
.swiper-slide .card {
    padding: 120px 0 0 0;
    min-height: 420px;
}
.swiper-slide .card div {
    position: relative;
    padding: 30px 30px 30px 30px;
    min-height: 377px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
    background-color: rgba(217, 217, 217, 0.05);
    border-radius: 18px;
}
.swiper-slide.swiper-slide-next .card div {
    position: relative;
    background-image: linear-gradient(to bottom, transparent, #9b9b9b);
}
.swiper-slide.swiper-slide-next .card div::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background-color: #221414;
    border-radius: 18px;
}
.swiper-slide .present_icon {
    position: absolute;
    top: -50px;
}
.swiper-slide.swiper-slide-next {
    filter: blur(0);
    transform: rotate(0) scale(1) !important;
    z-index: 9;
}
.swiper-slide.swiper-slide-active {
    transform: rotate(-15deg) scale(0.75) translateX(10px) !important;
}
.gap {
    width: 100%;
    height: 25px;
}
.swiper h4 {
    position: relative;
    font-size: 40px;
    font-weight: 500;
}
.swiper-slide h3 {
    position: relative;
    font-size: 64px;
    font-weight: 700;
    text-align: center;
    /* background: -webkit-linear-gradient(90deg, #3A1414, #FFAA61);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-stroke: 2px transparent;
    color: #593A2E; */
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-align: center;
    -webkit-text-stroke: 0.5px #ffaa61;
    -webkit-text-fill-color: transparent;
}
.swiper-slide.swiper-slide-next h3 {
    background: -webkit-linear-gradient(90deg, #612929, #ff5252);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-stroke: 1.5px transparent;
    -webkit-text-fill-color: #221414;
    color: #221414;
}
.bonus-slider .swiper-button-prev,
.bonus-slider .swiper-button-next {
    width: 70px;
    height: 70px;
    color: #ffffff;
    background-color: #666666;
    padding: 20px;
    border: 3px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
}
.bonus-slider .swiper-button-prev::after,
.bonus-slider .swiper-button-next::after {
    font-size: 20px;
}
.swiper-slide .bonus-lightbox {
    position: relative;
    padding: 20px 40px;
    display: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    background-color: #270000;
    border-radius: 7px;
    cursor: pointer;
}
.swiper-slide.swiper-slide-next .bonus-lightbox {
    display: flex;
}
.swiper-slide .bonus-lightbox span {
    margin-bottom: -4px;
}
.swiper-slide .bonus-lightbox img {
    position: relative;
    width: 20px;
    height: 15px;
}
.mockup {
    margin-top: 50px;
}
.bonus .btn-oferta {
    padding: 27px 100px;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 3.2px;
    background-image: linear-gradient(to right, #7b1a1a, #cc0f0f);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    gap: 10px;
    transition: 0.3s ease;
}
.bonus .btn-oferta:hover {
    transform: scale(1.05);
}
.bonus .row_button .col {
    gap: 20px;
}
.metodo {
    padding: 80px 0;
}
.title {
    display: flex;
    justify-content: center;
    align-items: center;
}
.metodo h3 {
    max-width: 645px;
    font-size: 32px;
    text-align: center;
}
.metodo h3 span {
    color: #fcda6c;
}
.metodo .cards {
    margin-top: 50px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.metodo .card {
    max-width: 265px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 25px;
}
.metodo .card p {
    font-size: 20px;
    line-height: 1.25em;
}
.about_thiago {
    position: relative;
    padding: 20px 0 0 0;
}
.about_thiago::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 700px;
    background-image: linear-gradient(to bottom, rgba(255, 155, 69, 0) 0%, rgba(255, 155, 69, 0.25) 100%);
}
.about_thiago::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(90deg, #1E1E1E 0%, #ffffff 52%, #1E1E1E 100%);
}
.about_thiago .row {
    gap: 40px;
}
.about_thiago .col-left {
    width: 60%;
    display: flex;
    justify-content: end;
}
.about_thiago .col-right {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: start;
}
.about_thiago h3 {
    font-size: 48px;
    color: #fcda6c;
}
.about_thiago p {
    margin-top: 20px;
    font-size: 20px;
}
.about_thiago ul {
    max-width: 388px;
    margin: 25px 0 0 25px;
}
.about_thiago li {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 1.3em;
}
.checkout {
    position: relative;
    padding: 90px 0;
    background-image: url(assets/img/checkout.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.checkout::after {
    content: "";
    position: absolute;
    bottom: -20%;
    right: 0;
    width: 10%;
    height: 70%;
    border-radius: 50%;
    background-image: linear-gradient(90deg, #230D00, #5C2800, #A45600, #F6C06E);
    mix-blend-mode: screen;
    filter: blur(180px);
    transform: rotate(0deg);
}
.card-checkout {
    position: relative;
    max-width: 510px;
    padding: 20px 40px 70px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(to bottom, rgb(27, 27, 27), rgba(27, 27, 27, 0));
    border: 1px solid #444444;
    border-radius: 28px;
    gap: 25px;
    z-index: 2;
}
.card-checkout p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    text-align: center;
}
.card-checkout ul {
    list-style: none;
}
.card-checkout li {
    position: relative;
    min-height: 28px;
    padding-left: 40px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.card-checkout li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 28px;
    background-image: url(assets/img/check-circle.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.card-checkout h3 {
    font-size: 20px;
    font-weight: 500;
}
.card-checkout h4 {
    margin-top: 10px;
    font-size: 11px;
    font-weight: 500;
}
.valor {
    display: flex;
    flex-direction: column;
}
.del {
    font-size: 32px;
    font-weight: 700;
}
.reais {
    font-size: 111px;
}
.centavos {
    font-size: 38px;
}
.preco {
    font-size: 16px;
    text-align: center;
}
.checkout .btn-checkout {
    padding: 15px 20px;
    width: 100%;
    color: #ffffff;
    font-size: 20px;
    text-transform: uppercase;
    background-image: linear-gradient(to bottom, #1E0A0A, #CC0F0F);
    border-radius: 1px;
    cursor: pointer;
    transition: 0.3s ease;
}
.checkout .btn-checkout:hover {
    transform: scale(1.05);
}
.selo {
    position: absolute;
    bottom: 30px;
    right: -40px;
}
.livro-checkout {
    position: absolute;
    bottom: 0;
    left: 0;
}
.garantia {
    position: relative;
    padding: 80px 0;
    background-image: url(assets/img/garantia.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.garantia .container {
    width: 894px;
}
.garantia .col-left {
    width: 45%;
}
.garantia .col-right {
    width: 55%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.garantia h3 {
    font-size: 48px;
}
.garantia p {
    max-width: 371px;
    font-size: 20px;
    line-height: 1.6em;
}
.garantia-button {
    max-width: 371px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.garantia-button .btn-checkout {
    padding: 27px;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 3.2px;
    background-color: #E10505;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s ease;
}
.garantia-button .btn-checkout:hover {
    transform: scale(1.05);
}
.faq {
    padding: 70px 0;
}
.faq .container {
    width: 977px;
}
.faq h2 {
    font-size: 32px;
    font-weight: 400;
}
.faq .accordion {
    position: relative;
    margin-top: 50px;
    width: 100%;
    z-index: 9;
}
.faq .accordion-item {
    background-color: #47484b;
    margin-bottom: 15px;
}
.faq-header {
    background-color: #424242;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.0);
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    text-align: left;
    overflow-anchor: none;
    cursor: pointer;
    transition: ease 0.3s;
}
.faq-header:hover,
.faq-header.active {
    color: #ffffff;
    background-color: #292929;
    z-index: 3;
    border-color: #dadada;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.25);
}
.faq-header p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    transition: 0.4s;
    margin-bottom: 0;
}
.faq-header::after {
    content: "›";
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    font-size: 30px;
    font-weight: 400;
    line-height: 0.1em;
    color: #FFAA61;
    transform: translateY(-50%) rotate(90deg);
    transition: ease 0.3s;
}
.faq-header.active::after {
    content: "›";
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    font-size: 30px;
    font-weight: 400;
    line-height: 0.1em;
    color: #FFAA61;
    transform: translateY(-50%) rotate(630deg);
}
.faq .content {
    position: relative;
    padding: 18px;
    display: none;
    overflow: hidden;
    transition: 0.4s;
    max-width: 100%;
    background-color: #24211E;
    border-radius: 10px;
}
.faq .content p {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.5em;
}
.duvidas {
    width: 100%;
    padding: 50px 0;
    background: url(assets/img/divisor.svg), linear-gradient(to bottom, rgba(255, 155, 69, 0) 50%, rgba(255, 155, 69, 0.1) 130%);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
}
.duvidas .container {
    width: 640px;
}
.duvidas h2 {
    font-size: 40px;
    font-weight: 400;
}
.duvidas p {
    max-width: 463px;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}
.duvidas button {
    margin-top: 30px;
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    text-decoration: none;
    color: #000000;
    background-color: #25D366;
    font-size: 16px;
    font-weight: 500;
    border-radius: 50px;
    box-shadow: 0 5px 20px #25D366;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}
.duvidas button:hover {
    transform: scale(1.1);
}
.duvidas button i {
    width: 1px;
    padding: 30px;
    background-color: #000B1C;
    border-radius: 50%;
    background-image: url(assets/img/whatsapp.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
}
.duvidas button span {
    padding: 18px 50px 18px 0;
}
.row_logo_footer {
    padding-top: 70px;
}
footer {
    position: relative;
    padding: 40px 0;
    background-color: #0B0B0B;
}
footer .col-left {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}
footer .col-left .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}
footer .col-right {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
}
footer .col-right div {
    max-width: 293px;
}
footer .col-left p {
    font-size: 13px;
    text-align: center;
    font-weight: 100;
}
footer .col-right p, footer .col-right p a {
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: 300;
    color: #707070;
    text-decoration: none;
}
.socials ul {
    margin-top: 50px;
    display: flex;
    justify-content: start;
    align-items: center;
    list-style: none;
    gap: 20px;
}
.socials li {
    transition: 0.3s ease;
    cursor: pointer;
}
.socials li:hover {
    transform: translateY(-5px);
}
footer .col-right p a:hover {
    color: #ffffff;
}
.modal-popup, .modal-popup2 {
    display: none;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 550px;
    min-height: 100%;
    max-height: fit-content;
    z-index: 99999;
    overflow: auto;
    background-color: #00000086;
    padding: 20px 50px;
}
body.modal-aberto {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
body.modal-aberto a {
    overflow: hidden;
    pointer-events: none;
}
body.modal-aberto::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 999;
}
.fechar {
    position: relative;
    width: 100%;
    height: 40px;
}
#fechar-modal, #fechar-modal2 {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    font-weight: 400;
}
#fechar-modal span, #fechar-modal2 span {
    position: absolute;
    top: 0;
    right: 5px;
    width: 2px;
    height: 20px;
    background-color: #ffffff;
    transform: rotate(45deg);
}
#fechar-modal span:last-child, #fechar-modal2 span:last-child {
    position: absolute;
    top: 0;
    right: 5px;
    width: 2px;
    height: 20px;
    background-color: #ffffff;
    transform: rotate(135deg);
}
.txt-modal h3 {
    text-align: center;
    font-size: 22px;
    line-height: 1.25em;
}
.captura form, .suporte form {
    text-align: center;
}
.captura input[type="text"],
.captura select,
.button-check, .suporte input[type="text"],
.suporte select {
    background-color: #ffffff;
    border-color: #000000;
    border-width: 2px 2px 2px 2px;
    border-radius: 5px;
    width: 100%;
    padding: 8px 16px;
    font-size: 16px;
    margin-top: 10px;
    position: relative;
    line-height: 1.2em;
}
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.captura input[type="text"]._has_error,
.captura select._has_error, .button-check._has_error, .checkboxes._has_error, .suporte input[type="text"]._has_error,
.suporte select._has_error {
    background-color: #ffdddd !important;
}
.captura input[type="text"]::placeholder, .suporte input[type="text"]::placeholder {
    color: #212529;
    font-weight: 400;
    opacity: 0.9;
}
.captura legend, .suporte legend {
    margin-bottom: 0px;
    margin-top: 10px;
}
.captura ._form-label, .suporte ._form-label {
    display: none;
}
.error-message {
    display: none;
}
._has_error ~ .error-message {
    display: block;
}
.captura .btn-checkout, .suporte #form_suportesubmit {
    margin-top: 20px;
    padding: 15px 40px;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 3.2px;
    background-color: #E10505;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s ease;
}
.captura .btn-checkout:hover, .suporte #form_suportesubmit:hover {
    transform: scale(1.05);
}
@media (max-width: 996px) {
    .sobre_livro {
        padding: 50px 0;
        background-image: url(assets/img/sobre_manual_mob.svg);
        background-size: cover;
    }
    .sobre_livro .col-left {
        padding-top: 20px;
        display: flex;
        justify-content: center;
    }
    .sobre_livro img {
        max-width: 296px;
    }
    .sobre_livro h3 {
        font-size: 32px;
    }
    .capitulos {
        padding: 60px 0 40px 0;
        background-image: none;
    }
    .capitulos h3 {
        text-align: center;
    }
    .capitulos::before {
        content: "";
        position: absolute;
        width: 50%;
        height: 130%;
        top: -50%;
        right: -20%;
        transform: rotate(45deg);
    }
    .capitulos .col-right {
        justify-content: start;
    }
    .modules_content {
        padding: 0 10px 30px 0;
    }
    .lightbox-close {
        top: 5px;
        right: 5px;
        box-shadow: 0px 0px 5px #000000;
    }
    .bonus {
        padding: 50px 0 70px 0;
    }
    .bonus::before {
        top: 50%;
        left: 50%;
        width: 100%;
        height: 50%;
        border-radius: 50%;
        background-color: rgba(255, 96, 96, 0.5);
        transform: rotate(0deg) translateX(-50%) translateY(-50%);
    }
    .bonus h3 {
        text-align: center;
    }
    .swiper {
        margin-top: 50px;
        min-height: 425px;
    }
    .swiper-slide .card {
        padding: 50px 0 0 0;
        min-height: 0px;
    }
    .swiper-slide.swiper-slide-active .card div {
        position: relative;
        padding: 30px 30px 30px 30px;
        min-height: 377px;
        gap: 5px;
    }
    .swiper-slide.swiper-slide-active .card div {
        position: relative;
        background-image: linear-gradient(to bottom, transparent, #9b9b9b);
        position: relative;
        padding: 15px;
        min-height: 300px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 15px;
        background-color: rgba(217, 217, 217, 0.05);
        border-radius: 18px;
    }
    .swiper-slide.swiper-slide-active .card div::before {
        content: "";
        position: absolute;
        top: 1px;
        left: 1px;
        width: calc(100% - 2px);
        height: calc(100% - 2px);
        background-color: #221414;
        border-radius: 18px;
    }
    .swiper-slide .present_icon {
        position: absolute;
        top: -50px;
    }
    .gap {
        height: 50px;
    }
    .swiper-slide.swiper-slide-active {
        filter: blur(0);
        transform: rotate(0) scale(1) !important;
        z-index: 9;
    }
    .swiper-slide.swiper-slide-next {
        transform: rotate(-15deg) scale(0.75) translateX(10px) !important;
    }
    .swiper-slide.swiper-slide-active h3 {
        background: -webkit-linear-gradient(90deg, #612929, #ff5252);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-stroke: 1.5px transparent;
        -webkit-text-fill-color: #221414;
        color: #221414;
    }
    .swiper-slide .bonus-lightbox {
        display: flex;
    }
    .bonus-slider .swiper-button-prev, .bonus-slider .swiper-button-next {
        top: auto;
        bottom: 0px;
        width: 44px;
        height: 44px;
    }
    .bonus-slider .swiper-button-prev {
        left: 50%;
        transform: translateX(calc(-100% - 5px));
    }
    .bonus-slider .swiper-button-next {
        right: 50%;
        transform: translateX(calc(100% + 5px));
    }
    .bonus .row_button {
        margin-top: 70px
    }
    .bonus .btn-oferta {
        padding: 20px;
        font-size: 12px;
        text-transform: uppercase;
        text-align: center;
    }
    .metodo {
        position: relative;
        padding: 80px 0 30px 0;
    }
    .metodo::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 50%;
        border-radius: 50%;
        background-color: rgba(255, 96, 96, 0.5);
        mix-blend-mode: screen;
        filter: blur(220px);
        transform: rotate(0deg) translateX(-50%) translateY(-50%);
    }
    .metodo .cards {
        margin-top: 70px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .metodo .cards:last-child {
        margin-top: 0px;
    }
    .metodo .card {
        margin-bottom: 50px;
        gap: 20px;
    }
    .about_thiago {
        padding: 70px 0;
    }
    .about_thiago::before {
        top: 0;
        bottom: auto;
        left: 0;
        width: 100%;
        height: 1px;
        background-image: linear-gradient(to right, #C8944A 0%, #AA6B1C 100%);
    }
    .about_thiago .col-left {
        position: relative;
        padding: 0 25px;
    }
    .about_thiago .col-left::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-image: linear-gradient(to right, #C8944A 0%, #AA6B1C 100%);
    }
    .about_thiago h3 {
        font-size: 40px;
    }
    .about_thiago .col-right {
        position: relative;
    }
    .about_thiago .col-right::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 80%;
        border-radius: 50%;
        background-color: rgba(255, 96, 96, 0.5);
        mix-blend-mode: screen;
        filter: blur(180px);
        transform: rotate(0deg) translateX(-50%) translateY(-70%);
    }
    .checkout {
        padding: 200px 0 90px 0;
        background-image: none;
    }
    .checkout::before {
        content: "";
        position: absolute;
        top: -10%;
        left: 0;
        width: 30%;
        height: 40%;
        border-radius: 50%;
        background-image: linear-gradient(270deg, #230D00, #5C2800, #A45600, #F6C06E);
        mix-blend-mode: screen;
        filter: blur(80px);
        transform: rotate(0deg);
    }
    .card-checkout {
        position: relative;
        padding: 120px 15px 100px 15px;
    }
    .selo {
        bottom: -30px;
        right: 0;
    }
    .livro-checkout {
        top: -160px;
        bottom: auto;
        left: 50%;
        width: 206px;
        height: 259px;
        transform: translate(-50%, 0%);
    }
    .garantia {
        position: relative;
        padding: 0 0 50px 0;
        background-image: url(assets/img/garantia_mob.webp);
    }
    .garantia .col-left {
        display: flex;
        justify-content: center;
        background-image: url(assets/img/garantia_mob.webp);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
    .garantia::before {
        content: "";
        position: absolute;
        top: -10%;
        left: 0;
        width: 30%;
        height: 40%;
        border-radius: 50%;
        background-image: linear-gradient(270deg, #230D00, #5C2800, #A45600, #F6C06E);
        mix-blend-mode: screen;
        filter: blur(80px);
        transform: rotate(0deg);
    }
    .garantia::after {
        content: "";
        position: absolute;
        bottom: -10%;
        right: 0;
        width: 30%;
        height: 40%;
        border-radius: 50%;
        background-image: linear-gradient(270deg, #230D00, #5C2800, #A45600, #F6C06E);
        mix-blend-mode: screen;
        filter: blur(80px);
        transform: rotate(0deg);
    }
    .garantia h3 {
        font-size: 40px;
    }
    .garantia p {
        max-width: 100%;
    }
    .garantia-button {
        margin-top: 30px;
        max-width: 100%;
        padding: 0 10px;
    }
    .duvidas{
        padding: 0 0 50px 0;
    }
    .duvidas h2 {
        font-size: 24px;
        text-align: center;
      }
      .duvidas button {
        padding: 8px 0 8px 8px;
        gap: 8px;
        font-size: 15px;
        box-shadow: 0 5px 10px rgba(37, 211, 102, 0.4);
      }
      .logo_footer{
        width: 160px;
      }
      .pre-footer p{
        font-size: 15px;
        font-weight: 100;
        margin-bottom: 5px;
      }
      .duvidas {
        background: url(assets/img/divisor.svg), linear-gradient(to bottom, rgba(255, 155, 69, 0) 50%, rgba(255, 95, 1, 0.1) 130%);
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: contain;
    }
      footer .col-right {
        align-items: center;
    }
    footer .col-right p {
        text-align: center;
    }
    .modal-popup {
      width: 100%;
      max-width: 100%;
      max-height: 100%;
      height: 100%;
      padding: 20px 30px;
    }
}