:root {
    --azul-escuro: #7b4182;
    --azul-claro: #2c5584;
    --rosa-hr: #ff7285;
    --rosa-ns: #ff7b8d;
}

@font-face {
    font-family: "Mulish";
    font-weight: normal;
    src: url(./../fonts/Mulish/Mulish-Regular.ttf);
    font-display: swap;
}

@font-face {
    font-family: "Mulish";
    font-weight: 500;
    src: url(./../fonts/Mulish/Mulish-Medium.ttf);
    font-display: swap;
}

@font-face {
    font-family: "Mulish";
    font-weight: 600;
    src: url(./../fonts/Mulish/Mulish-SemiBold.ttf);
    font-display: swap;
}

@font-face {
    font-family: "Mulish";
    font-weight: 700;
    src: url(./../fonts/Mulish/Mulish-Bold.ttf);
    font-display: swap;
}

@font-face {
    font-family: "Mulish";
    font-weight: 800;
    src: url(./../fonts/Mulish/Mulish-ExtraBold.ttf);
    font-display: swap;
}

@font-face {
    font-family: "Mulish";
    font-weight: 900;
    src: url(./../fonts/Mulish/Mulish-Black.ttf);
    font-display: swap;
}

@font-face {
    font-family: "Lisu Bosa";
    font-weight: 900;
    src: url(./../fonts/Lisu_Bosa/LisuBosa-Black.ttf);
}

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

.product-preview {
    width: 80%;
    margin: 10px auto;
}

.bold700 {
    font-weight: 700;
}

.bold900 {
    font-weight: 900;
}

.brMediumMobile {
    display: none;
}

.brMobile {
    display: none;
}

.br995 {
    display: block;
}

.default-title {
    color: #333;
    text-align: center;
    font-family: "Lisu Bosa";
    font-size: 38px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%;
    margin-bottom: 0;
}

.default-hr {
    border: 2px solid var(--rosa-hr);
    width: 68px;
    opacity: 1;
    background-color: var(--rosa-hr);
    height: 5px !important;
    margin-top: 3px !important;
    margin-bottom: 0;
}

p {
    color: #333;
}

.mockup {
    max-width: 480px;
}

.terms-mobile {
    color: #333;
    font-size: 0.7rem;
    text-align: left;
}

.divSmall-variation {
    display: flex;
    /* justify-content: center; */
}

.headerSpan {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--azul-escuro);
    height: 48px;
    /* gap: 0.7rem; */
}

.headerSpan small {
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 27.1px;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    box-shadow: 2px -13px 11px 15px rgba(78, 75, 133, 0.16);
}

footer .logo {
    box-shadow: none;
    height: auto;
}

.logo img {
    width: 180px;
}

.logoLav {
    z-index: 3;
    position: relative;
    box-shadow: 7px 3px 11px 0px rgba(78, 75, 133, 0.16) !important;
}

.productShowDown {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    /* left: 47%;
  transform: translateX(-50%); */
    gap: 5.5rem;
    padding-top: 3.5rem;
}

.productShowDown h1 {
    color: #333;
    text-align: center;
    font-family: "Lisu Bosa";
    font-size: 65px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%;
}

.productShowDown .subtitle {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27.1px;
}

.productInfo {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.price-btn {
    margin-top: 25px;
}

.btnBuy {
    display: flex;
    justify-content: flex-start;
    max-width: 373px;
    height: 74px;
    padding: 9.063px 54.375px;
    justify-content: center;
    align-items: center;
    border-radius: 4.531px;
    background: #3ec18d;
    border: none;
    position: relative;
    margin-top: 1rem;
    text-decoration: none;
}

.btnBuy.btn-desktop {
    margin: 0 auto;
    margin-top: 16px;
}

.btnBuy p,
.btnBuy small {
    color: #fff;
}

.btnBuy p {
    font-size: 22px;
    font-weight: 900;
    margin: 0;
}

.btnBuy small {
    opacity: 0.800000011920929;
    font-size: 14px;
}

.btnBuy img {
    position: absolute;
    right: 20px;
}

#media {
    margin-top: 6rem;
    margin-bottom: 1rem;
}

.media {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    opacity: 0.6;
    /* gap: 1.5rem; */
    margin-bottom: 6.5rem;

    border-radius: 40%;
    background: #fff;
    box-shadow: 0px 24px 24px 0px rgba(0, 0, 0, 0.05);
    padding-bottom: 70px;
}

.mediaTitle {
    color: #b5b5b5;
    font-size: 22px;
    font-weight: 900;
}

/* RESULTS */

.resultsTitle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.resultsTitle {
    margin-bottom: 60px;
}

.progressbar {
    padding: 0;
    display: flex;
    justify-content: center;
    padding: 10px 0;
    background-color: var(--azul-bebe);
    max-width: 900px;
    margin: auto;
}
.progressbar li {
    list-style-type: none;
    width: 32%;
    position: relative;
    text-align: center;
    color: #707070;
    z-index: 1;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.progress-week {
    font-weight: 900;
    line-height: 23.089px;
    color: var(--azul-escuro);
}
.progressbar li:before {
    font-size: 10px;
    width: 8px;
    height: 8px;
    content: "";
    border: 2px solid var(--azul-escuro);
    line-height: 20px;
    display: block;
    text-align: center;
    margin: 7px auto 10px auto;
    border-radius: 50%;
    background-color: var(--azul-escuro);
    color: white;
    font-weight: bold;
    /* box-shadow: 0px 2px 5px #0000005e; */
}
.progressbar li:after {
    width: calc(100% - 20px);
    height: 2px;
    content: "";
    position: absolute;
    background: rgba(10, 45, 89, 0.12);
    top: 10px;
    left: calc(-50% + 11px);
    z-index: -1;
}

.progressbar li:first-child:after {
    content: none;
}

.resultsCards {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 50px 0 15px 0;
}

.resultsCards .cards .card {
    border-radius: 10px;
    background: #fff;
    box-shadow: -1px 0px 6px 0px rgba(0, 0, 0, 0.15);
    width: 260px;
    height: 260px;

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

.resultsCards .cards {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.resultsCards .cards .card img {
    width: 82px;
    height: 82px;
    margin-top: 24px;
}

.resultsCards .cards .card .card-title {
    color: var(--azul-escuro);
    text-align: center;
    font-size: 17px;
    font-weight: 900;
    line-height: 23.089px;
}

.resultsCards .cards .card .card-text {
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    /* line-height: 165%; */
    max-width: 220px;
}

.verticalProgress ul {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* padding: 10px 0; */
    background-color: var(--azul-bebe);
    margin: auto;
}

.verticalProgress ul li {
    list-style-type: none;
    position: relative;
    text-align: center;
    /* color: #707070; */
    z-index: 1;
    /* font-size: 16px; */
    font-weight: 400;
    line-height: 24px;
    padding: 146px 0;
}

.verticalProgress ul li::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 8px;
    height: 8px;
    border: 2px solid var(--azul-escuro);
    background-color: var(--azul-escuro);
    border-radius: 50%;
    z-index: 1;
}

.verticalProgress ul li::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 16px;
    width: 2px;
    height: calc(100% - 16px);
    background: rgba(10, 45, 89, 0.12);
    z-index: -1;
}

.verticalProgress ul li:last-child::after {
    content: none;
}

.asterisk {
    color: #b5b5b5;
    font-size: 12px;
    font-weight: 500;
    line-height: 10.5px;
}
/* RESULTS */

/* BUY SECTION */

.buyTitleMobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
}

.productBuy-desktop {
    display: flex;
}

.productBuy-mobile {
    display: none;
}

.productBuy-section-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.productBuy-section1 {
    width: 439px;
}

.productBuy-section2 {
    width: 402px;
}

.productBuy-section2-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: max-content;
    padding: 2.57875rem 2rem;
    gap: 1.3125rem;
}

.protip-content {
    text-align: center;
}

#buy .col-md-5 {
    -ms-flex: 0 0 40% !important;
    flex: 0 0 40% !important;
    max-width: 40% !important;
}

#buy .col-md-4 {
    -ms-flex: 0 0 37% !important;
    flex: 0 0 37% !important;
    max-width: 37% !important;
}

#buy .col-md-3 {
    -ms-flex: 0 0 23% !important;
    flex: 0 0 23% !important;
    max-width: 23% !important;
}
/* BUY SECTION */

/* BLUE SECTION */
.blueSection {
    background: #eef9f9;
    position: relative;
}

.polygon {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.titleRealCases {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}

.case-img {
    border-radius: 15px;
}


.blueP {
    color: var(--azul-escuro);
    font-size: 24px;
    font-weight: 900;
    line-height: 35px; /* 145.833% */
}

/* BLUE SECTION */

/* BookSection */

.bookSection {
    margin: 75px auto;
}

.bookSection img {
    margin-bottom: 40px;
}

.bookSectionText p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
}

/* BookSection */

/* Checkbox */

.blivo-check {
    cursor: pointer;
    font-size: 17px;
    line-height: 1;
}

.blivo-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.economize {
    font-size: 15.702px;
    font-weight: 900 !important;
    margin-bottom: 1rem !important;
    background-color: #ebeef1;
    color: #345175;
    font-weight: bold;
    border-radius: 8.723px;
    width: 205px;
    height: 37.511px;
    padding: 6px;
}

/* Utilities */

.cursor {
    cursor: pointer;
}

.bottom-radius {
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.img-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0.8rem;
}

.py-6 {
    padding: 75px 0;
}

.shadow {
    box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.25) !important;
}

/*  Modal  */

.modal-title {
    color: #333;
    font-size: 30px;
    font-weight: 900;
}

.modalButton {
    border-radius: 5px;
    border: 1px solid var(--azul-escuro);
    background: #fff;
    display: flex;
    padding: 10px 60px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--azul-escuro);
    font-size: 16px;
    font-weight: 900;
    line-height: 24px;
}

.modal-header {
    margin-bottom: 2rem;
}

.modal-content {
    display: flex;
}

.modalContentDiv {
    display: flex;
}

.modal-span {
    color: var(--azul-escuro);
    font-weight: 900;
}

.modalUL {
    list-style-image: url(./../../../assets/img/presell/check-modal.png);
}

.modal-footer {
    border-top: none !important;
    justify-content: center;
}

.modal-footer button {
    width: 80%;
}

.modalImgDiv {
    padding: 20px;
}

.modalHR {
    border: 2px solid var(--rosa-hr);
    width: 70px;
    opacity: 1;
}

/* modal */

/*   span potes    */
#span-pote-1,
#span-pote-3,
#span-pote-6 {
    color: white;
    height: 26px;
    padding: 4px;
}

#span-pote-3.spanActive,
#span-pote-6.spanActive {
    color: #fff !important;
    background-color: #1f3f67 !important;
}

/* Sections */

#pote-1,
#pote-3,
#pote-6 {
    width: 119px;
    height: 117px;
    border-radius: 10px;
}

#opcao-compra-unica,
#opcao-assinatura {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 72px;
    padding-left: 4px;
    padding-right: 4px;
}

/*  Modal  */

.poteH1 {
    color: #606161;
    text-align: center;
    font-size: 38px;
    font-weight: 700;
}

.price-today {
    color: #606161;
    text-align: center;
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 0.3rem;
}

.nav-mobile {
    display: flex;
    gap: 1rem;
    position: relative;
}

.badge-descount-mobile {
    position: relative;
    width: 86px;
    height: 52.053px;
    bottom: -15px;
    right: 5px;
    z-index: 1;
    float: right;
}

.fade-text {
  display: inline-block;
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
}

.fade-text.hide {
  opacity: 0;
}

.frete {
  color: rgb(62, 193, 141);
  visibility: hidden;
  font-weight: 700;
}

.nav-pills .nav-item {
    background: #e6e7e7;
    border-radius: 0.25rem;
    margin: 0 0.25rem;
    /* padding: 0.6rem; */
}

.nav-pills .nav-item.active {
    background: var(--azul-claro);
    color: #fff;
}

.nav-pills #opcao-compra-unica.nav-item.active,
.nav-pills #opcao-assinatura.nav-item.active {
    background: var(--azul-escuro);
    color: #fff;
}

.nav-pills a:hover {
    text-decoration: none;
}

.nav-pills a:hover * {
    opacity: 0.9;
}

.nav-pills a * {
    opacity: 0.8;
    transition: opacity 0.4s;
}

.nav-pills a.active * {
    color: #fff !important;
    opacity: 1;
}

#badge-discount-desktop {
    position: absolute;
    top: -70px;
    right: -25px;
}

#pills-optionsContent .lead {
    font-size: 22px;
    line-height: 1.1;
    margin-bottom: 0;
}

#pills-optionsContent .lead small {
    font-size: 16px;
}

/* Background */

.bg-gray {
    background-color: #ebe8e0;
}

.bg-medium-gray {
    background-color: #c0c2c4;
}

.bg-medium-gray-2 {
    background-color: #606161;
}

.bg-dark-blue {
    background-color: var(--azul-escuro);
}

/* BUY SECTION */

.realCases {
    padding: 75px 1rem;
}

.realCase {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
}

.realCase:last-child {
    margin-bottom: 0;
}

.caseContent {
    margin: 2rem auto;
    max-width: 975px;
    width: 100%;
}

.btn-read-more {
    cursor: pointer;
    color: var(--azul-escuro);
    font-weight: 700;
    margin: 1rem 0 4rem 0;
    display: flex;
    justify-content: flex-end;
    max-width: 245px;
    gap: 0.3rem;
}

.arrow-icon1,
.arrow-icon2,
.arrow-icon3 {
    transition: transform 0.3s ease; /* Adiciona transição para o efeito suave */
}

.arrow-rotated {
    transform: rotate(180deg); /* Rotaciona a seta */
}

.garantia_faq {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* GARNTIA */
.garantia-satisfacao {
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 30px;
    background: #3b4157;
    color: #fff;
    max-width: 1000px;
    padding: 40px 20px;
    margin: 6rem 0;
    position: relative;
}

.garantiaDiv1 {
    display: flex;
    align-items: center;
}

.garantiaDiv1 h1 {
    font-size: 42px !important;
    font-weight: 900;
}

.vertical-hr {
    width: 7px;
    height: 130px;
    background-color: #fff;
    margin-right: 20px;
}

.garantiaHR {
    height: 30px;
    width: 1px;
    color: #fff;
    opacity: 1;
}

.garantiaDiv2 {
    display: flex;
    flex-direction: column;
}

.garantiaDiv2 p,
.garantiaDiv2 b,
.garantiaDiv2 a,
.garantiaDiv2 u {
    color: #fff;
}

.garantiaDiv2 a,
.garantiaDiv2 a:hover {
    color: #fff;
}

.garantiaLogo {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 180px;
}

/* FAQ */

.titleDivFAQ {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#accordionFlushFAQ {
    padding: 3rem 4rem;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FF7285'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

#accordionFlushFAQ .accordion-border {
    border: 1px solid #c5c5c5;
    background-color: #f8f8f8;
    padding: 2rem;
}

#accordionFlushFAQ .accordion-button:focus {
    border-color: transparent !important;
    box-shadow: none !important;
}

#accordionFlushFAQ .accordionTitle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}

#accordionFlushFAQ .accordionTitle p:nth-of-type(1) {
    color: #333;
    font-size: 23px;
    font-weight: 700;
}

#accordionFlushFAQ .accordionTitle p:nth-of-type(2) {
    color: #333;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
}

#accordionFlushFAQ .accordion-item button {
    color: #333;
    font-size: 16px;
    background-color: #f8f8f8 !important;
}

#accordionFlushFAQ .accordion-item button.accordion-button-active {
    color: var(--rosa-ns);
    font-weight: 900;
}
#accordionFlushFAQ .accordion-body {
    background-color: #f8f8f8;
    color: #333;
}

#accordionFlushFAQ .accordion-body > div {
    background-color: #fff;
    padding: 20px;
    font-weight: 600;
}

#accordionFlushScienceRefs > div {
    padding: 2rem 0 !important;
}

#accordionFlushScienceRefs {
    padding: 3rem 4rem;
}

#accordionFlushScienceRefs .accordion-button:focus,
#accordionFlushScienceRefs .accordion-button:active {
    box-shadow: none !important;
    background-color: transparent;
}

.accordion-button:not(.collapsed) {
    background-color: transparent !important;
}

#flush-headingSeven button {
    color: #333333;
}

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

.tabela-nutri img {
    max-width: 400px;
}
/* FAQ */

footer a {
    color: #fff;
}

@media (min-width: 865px) {
    .progressbar {
        padding-bottom: 3px;
        max-width: 940px;
    }

    .verticalProgress,
    .progress-transform {
        display: none;
    }

    .progress-break {
        display: none;
    }

    .resultsCards {
        margin: 0 0 30px 0;
    }

    .resultsCards .cards {
        flex-direction: row;
        gap: 40px;
    }

    .resultsCards .cards .card .card-text {
        font-size: 13px;
    }

    .progress-week {
        position: absolute;
        bottom: 30px;
        right: 35%;
    }
}

/* desktop */
@media (min-width: 769px) {
    .media {
        max-width: 1920px;
        gap: 30px;
    }

    .bookSection {
        max-width: 830px;
        gap: 7rem;
    }

    .bookSectionText h1 {
        text-align: start;
    }

    .bookSectionText p {
        margin-top: 20px;
        max-width: 350px;
    }

    .caseText {
        max-width: 480px;
    }
}
/* desktop */

@media (min-width: 768px) and (max-width: 995px) {
    .badge-descount-mobile {
        right: 130px;
    }

    .realCase > div {
        align-items: flex-start;
    }
}

@media (max-width: 995px) {
    .productShowDown {
        padding: 0 15px;
    }

    .productBuy-desktop {
        display: none;
    }

    .productBuy-mobile {
        display: flex;
    }

    .br995 {
        display: none;
    }
}

@media (max-width: 980px) {
    .productShowDown {
        flex-direction: column;
        position: static;
        align-items: center;
        transform: none;
        padding-top: 1rem;
        gap: 0.3rem;
    }
}

@media (max-width: 780px) {
    .draBook {
        flex-direction: column;
        justify-content: center;
        gap: 1rem;
    }

    .vertical-hr {
        display: none;
    }

    .productRating {
        align-items: center;
        margin-top: 0 !important;
        margin-bottom: 38px !important;
    }

    .draBookText {
        text-align: center;
        align-items: center;
        max-width: 540px;
    }

    #accordionFlushFAQ,
    #accordionFlushScienceRefs {
        padding: 0;
    }

    .tabela-nutri {
        flex-direction: column;
    }

    .mockup {
        max-width: 299px;
    }

    .bookSectionText {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .bookSectionText p {
        max-width: 365px;
        text-align: center;
        margin-top: 25px;
    }

    .garantiaDiv1 h1 {
        font-size: 42px;
        font-weight: 900;
    }

    #garantia {
        flex-direction: column;
        text-align: center;
        gap: 2rem;
        padding: 10px 20px;
        height: 470px;
    }
}

@media (max-width: 768px) {
    #media {
        margin-top: 2.5rem;
    }

    .garantiaLogo {
        position: inherit;
        order: -1;
        top: 10px;
        right: 0;
    }

    .media {
        gap: 2rem;
        margin-bottom: 3.75rem;
    }

    #buttonBuyMobile {
        display: block;
        background: #fff;
        box-shadow: 0px -16px 34px -10px rgba(0, 0, 0, 0.15);
        bottom: 0%;
        left: auto;
        z-index: 5;
        transition: bottom 1s;
        width: 100%;
        height: 116px;
    }

    .productInfo {
        justify-content: center;
        align-items: center;
    }

    .productShowDown .subtitle {
        max-width: 300px;
        text-align: center;
    }

    .divSmall-variation small,
    .asterisk {
        text-align: center;
    }

    .asterisk {
        font-size: 10.5px;
    }

    .titleDiv {
        margin-bottom: 0;
    }

    .titleDivFAQ {
        margin-bottom: 60px;
    }
    

    .btn-read-more {
        max-width: none;
        justify-content: flex-start;
        padding-left: 0 !important;
    }

    .btn-read-more.container {
        max-width: none;
    }

    .modalContentDiv {
        flex-direction: column;
    }

    .realCase > div {
        max-width: 370px;
    }

    .resultsTitle {
        padding: 0 12px;
    }

    .resultsCards .cards .card:last-child {
        height: 284px;
    }
}

/* MOBILE */

@media (max-width: 575px) {
    .productShowDown h1 {
        font-size: 50px;
    }

    .brMediumMobile {
        display: block;
    }

    .brMobile {
        display: block;
    }

    #media {
        margin-bottom: 26px;
    }

    .media {
        margin-bottom: 3rem !important;
    }

    .btnBuy .btnBuyTextMobile {
        margin-right: 20px;
    }

    .btnBuyFirst {
        margin-top: 2rem;
    }

    .draBook {
        padding-bottom: 2rem;
    }

    .draBookText {
        margin-top: 0.5rem;
        padding: 0 25px;
    }

    .redSectionDivider {
        display: none;
    }

    .nav-mobile {
        gap: 0.5rem;
    }

    .btn_carrinho-mobile {
        margin-top: 16px;
    }

    /* .realCases {
    padding-top: 3rem;
    padding-bottom: 1rem;
  } */

    .titleRealCases {
        margin-bottom: 3rem !important;
    }

    .realCase > div {
        gap: 1rem !important;
    }

    #garantia {
        justify-content: space-evenly;
        gap: 0.5rem;
        max-width: 350px;
    }

    .garantia_faq {
        padding: 0;
    }

    .garantia-satisfacao {
        margin: 3rem 0;
    }

    #accordionFlushFAQ .accordion-border {
        padding: 0;
        border: none;
    }

    #accordionFlushFAQ .accordion-item button {
        font-weight: 600;
    }
}

@media (max-width: 410px) {
    .btn_carrinho-mobile {
        width: auto;
        padding: 0;
    }

    .div-btn-mobile {
        width: 350px;
    }

    .media {
        gap: 20px;
    }
}

@media (max-width: 380px) {
    .btnBuy.btnBuyMobile {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 90%;
        padding: 0 35px;
    }

    .btnBuy small {
        font-size: 13px;
    }

    #opcao-compra-unica,
    #opcao-assinatura {
        padding: 0;
    }

    .nav-mobile {
        gap: 0;
    }

    #span-pote-1,
    #span-pote-3,
    #span-pote-6 {
        padding: 2px;
    }
}

@media (max-width: 360px) {
    .media div img {
        max-width: 90%;
    }
}

@media (max-width: 355px) {
    #span-pote-1,
    #span-pote-3,
    #span-pote-6 {
        font-size: 10px !important;
        padding: 4px;
    }

    .poteH1 {
        font-size: 35px;
    }

    .btnBuy small {
        font-size: 13px;
    }

    .pOrange {
        padding: 0px 5px;
    }

    .modal-title {
        font-size: 28px;
    }
}

@media (max-width: 350px) {
    .btnBuy.btnBuyMobile {
        width: auto;
    }

    .div-btn-mobile {
        width: 320px;
    }

    .brMediumMobile {
        display: none;
    }
    .headerSpan {
        height: 60px;
    }

    .btnBuyTextMobile {
        position: relative;
        left: -18px;
    }

    .btnBuyText.buyMobile {
        position: static;
        padding: 0;
    }
}

@media (max-width: 340px) {
    .divSmall-variation {
        font-size: 11px;
    }

    .btnBuy.btnBuyFirst {
        padding: 9.063px 40.375px;
    }
}

@media (max-width: 470px) {
    .garantiaDiv2 p {
        font-size: 14px;
    }
}

@media (max-width: 380px) {
    #garantia {
        max-width: 330px;
    }
}

@media (max-width: 350px) {
    #garantia {
        max-width: 300px;
    }
}
