@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
    --vermelho: #f05957;
    --vermelho-hover: #cb373c;
    --bege: #c8cbc0;
    --branco-primario: #fff;
    --branco-secundario: #eeeeee;
    --cinza: #5e6368;
    --azul-claro: #21629b;
    --azul-escuro: #173f5f;
    --verde: #3caea3;

    /* tipografia site */
    font-family: "Poppins", sans-serif;
    --big-font-size: 9.5rem; /* 152px */
    --h1-font-size: 2.5rem; /* 40px */
    --h2-font-size: 2rem; /* 32px */
    --h3-font-size: 1.5rem; /* 24px */
    --normal-font-size: 1.125rem; /* 18px */
    --small-font-size: 1rem; /* 16px */
    --smaller-font-size: 0.75rem; /* 12px */
    --font-medium: 500;
    --font-semi-bold: 600;
    --font-bold: bold;

    /* margin bottom */
    --mb-0-5: 0.5rem;
    --mb-0-75: 0.75rem;
    --mb-1: 1rem;
    --mb-1-5: 1.5rem;
    --mb-2: 2rem;
    --mb-2-5: 2.5rem;
    --mb-5: 5rem;

    /* posição */
    --z-tooltip: 10;
    --z-fixed: 100;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html {
    scroll-behavior: smooth;
}
body {
    font-family: var(--body-font);
    /* color: var(--branco-primario); */
}
ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

button,
input {
    border: none;
    outline: none;
}
ul {
    list-style: none;
}

button {
    cursor: pointer;
}

.mb-less {
  margin-bottom: 0 !important;
}

.section {
    padding: 4rem 1rem;
}

.container {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

.flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

iframe {
    border-radius: 20px;
}

/* INICIO */

header {
    background: url(../img/bg-header.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 80px;
    background-color: var(--verde);
    padding: 4rem 1rem 5rem 1rem !important;
}

header .logo img {
    width: 120px;
    padding-bottom: 8px;
}

header .left {
    text-align: left;
}

header .title {
    font-family: Poppins;
    font-style: normal;
    font-weight: var(--font-semi-bold);
    font-size: 36px;
    line-height: 130%;
    margin-bottom: 12px;
    color: var(--branco-primario);
    max-width: 480px;
}

header .title-blue {
    font-weight: var(--font-bold);
    color: #21629b;
}

header .subtitle {
    font-size: 18px;
    line-height: 150%;
    color: var(--branco-secundario);
    font-weight: var(--font-medium);
    padding-bottom: 32px;
    max-width: 588px;
}

.button {
    font-weight: var(--font-medium);
    font-size: 20px;
    padding: 15px 50px;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    background-color: var(--vermelho);
    color: var(--branco-primario);
    display: inline-block;
}

.button:hover {
    background-color: var(--vermelho-hover);
}

header .button {
    font-size: 18px !important;
}

header .right {
    text-align: center;
}

header .right img {
    max-width: 400px;
    width: 100%;
}

header .right .btn-mobile {
    display: none;
}

/* .scroll-container {
  background: #F2F2F2;
  box-shadow: 0px -32.4956px 25.995px rgba(0, 0, 0, 0.0503198), 0px -17.3756px 13.8981px rgba(0, 0, 0, 0.0417275), 0px -9.73778px 7.79119px rgba(0, 0, 0, 0.035), 0px -5.17222px 4.13784px rgba(0, 0, 0, 0.0282725);
  border-radius: 9.3px;
  width: fit-content;
  margin: 0 auto -100px auto;
  
} */

.sec1 {
    text-align: center;
    padding: 4rem 1rem 5rem 1rem !important;
}

.sec1 .title {
    font-weight: 600;
    font-size: 36px;
    line-height: 150%;
    color: var(--azul-escuro);
    margin-bottom: 6px;
}

.sec1 .subtitle {
    font-size: 18px;
    color: var(--azul-claro);
    padding-bottom: 32px;
}

.container-btn-comprar {
    margin-top: 30px;
    margin-bottom: 40px;
}

.sec1 .btn-container .button img {
    vertical-align: middle;
}

.container-btn-comprar a img {
    vertical-align: middle;
}

.feedback-grid img:not(:last-child) {
    margin-right: 12px;
}

.sec2 {
    background-color: var(--verde);
    text-align: center;
}

.sec2 .flex {
    text-align: left;
    margin-bottom: 48px;
}

.sec2 .title {
    font-weight: 600;
    font-size: 36px;
    line-height: 130%;
    color: var(--branco-primario);
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
    max-width: 580px;
}

.sec2 .subtitle {
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 60px;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    color: var(--branco-secundario);
}

.sec2 .card {
    background: linear-gradient(301.43deg, #173f5f -7.25%, #21629b 83.47%);
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    padding: 30px;
    text-align: left;
    position: sticky;
}

.sec2 .titles {
    position: sticky;
    top: 85px;
}

.c1 {
    top: 293px;
}

.c2 {
    top: 310px;
}

.c3 {
    top: 329px;
}

.c4 {
    top: 352px;
}

/* Seção de depoimentos com video */

.sessao-depoimento {
    text-align: center;
    background: #f7f7f7;
    padding-top: 70px;
    padding-bottom: 70px;
}

.sessao-depoimento .title {
    font-weight: 600;
    font-size: 36px;
    line-height: 150%;
    color: var(--azul-escuro);
    margin-bottom: 6px;
}

.sessao-depoimento .subtitle {
    font-size: 18px;
    color: var(--azul-claro);
    padding-bottom: 32px;
}

.gridVideoDep {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 900px;
    gap: 2rem;
    margin: 0 auto;
    padding: 0 15px;
}

@media (max-width: 640px) {
.gridVideoDep {
    grid-template-columns: repeat(2, 1fr);
}
}

.play__Dep {
    box-shadow: 0 6px 12px rgb(0 0 0 / 15%);
    border-radius: 20px;
}

.btn {
    margin-top: 3rem;
    display: inline-block;
}

.sec2 .card:not(:last-child) {
    margin-bottom: 36px;
}

.sec2 .card .card-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 8px;
}

.sec2 .card-top img {
    margin-right: 16px;
}

.sec2 .card-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    color: var(--branco-primario);
}

.sec2 .description {
    font-size: 18px;
    color: var(--branco-secundario);
}

.sec2 .left,
.sec2 .right {
    width: 50%;
}

.sec2 .left {
    max-width: 450px;
    align-self: flex-start;
    top: 200px;
    position: sticky;
    text-align: center;
}

.sec2 .left img {
    width: 100%;
}

/* Cards */

.backgroundText {
    background-color: var(--azul-claro);
    padding: 0.5rem;
    color: #fff !important;
}

.sec3 {
    text-align: center;
    color: #173f5f;
}

.sec3 .flex {
    gap: 20px;
}

.sec3 .left,
.sec3 .right {
    width: 50%;
}

.sec3 .title {
    font-weight: 600;
    font-size: 36px;
    line-height: 130%;
    color: var(--azul-escuro);
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
    max-width: 580px;
}

.sec3 .subtitle {
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 48px;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    color: var(--azul-claro);
}

.sec3 .card {
    gap: 16px;
    min-width: 516px;
}

.sec3 .card:not(:last-child) {
    margin-bottom: 48px;
}

.sec3 .card .right-card {
    text-align: left;
}

.sec3 .card-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    color: var(--azul-escuro);
}

.sec3 .card-description {
    font-size: 18px;
    color: var(--azul-claro);
}

.sec3 .left img {
    width: 100%;
}

.sec4 {
    text-align: center;
    /* background-color: var(--verde); */
    background: url(../img/sec4-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}

.sec4 .title {
    font-weight: 600;
    font-size: 36px;
    line-height: 130%;
    color: var(--branco-primario);
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
    max-width: 630px;
}

.sec4 .subtitle {
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 48px;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    color: var(--branco-secundario);
}

.sec5 {
    text-align: center;
}

.sec5 .title {
    font-weight: 600;
    font-size: 36px;
    line-height: 130%;
    color: var(--azul-escuro);
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
}

.sec5 .subtitle {
    text-align: center;
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 48px;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
    color: var(--azul-claro);
}

.sec5 .card-container {
    background-color: var(--azul-claro);
    border-radius: 24px;
    padding: 35px 20px;
    gap: 1rem;

    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.sec5 .card-container .icon {
    padding-bottom: 14px;
}

.sec5 .card-container .card-title {
    padding-bottom: 12px;
    font-weight: 500;
    font-size: 18px;
    color: var(--branco-primario);
}

.sec5 .card-container .card-description {
    font-size: 16px;
    color: var(--branco-secundario);
}

.barra {
    height: 183px;
    width: 1px;
    background-color: var(--branco-primario);
}

.sec6 {
    background-color: var(--verde);
    text-align: center;
    padding-bottom: 150px;
}

.sec6 .title {
    font-weight: 600;
    font-size: 36px;
    line-height: 130%;
    color: var(--branco-primario);
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
    max-width: 610px;
}

.sec6 .left,
.sec6 .right {
    width: 50%;
}

.sec6 .right {
    text-align: left;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: var(--branco-secundario);
}

.sec7 {
    text-align: center;
    padding-bottom: 1rem !important;
}

.sec7 .title {
    font-weight: 600;
    font-size: 36px;
    line-height: 130%;
    color: var(--branco-primario);
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
    max-width: 840px;
}

.sec7 .timer {
    background-color: var(--azul-claro);
    border-radius: 20px;
    padding: 60px 72px;
    margin-top: -200px;
}

.sec7 .counter-grid {
    justify-content: center;
    gap: 28px;
}

.sec7 .num {
    font-weight: bold;
    font-size: 64px;
}

.sec7 .text {
    font-weight: 500;
    font-size: 24px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.sec7 .counter-grid .card {
    background: #f05957;
    color: var(--branco-primario);
    box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198),
        0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035),
        0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
    border-radius: 20px;
    padding: 18px 33px;
    width: 180px;
}

.sec8 {
    text-align: center;
}

.sec8 .flex {
    justify-content: space-around;
    margin-bottom: 32px;
}

.sec8 .flex .left {
    width: 35%;
}

.sec8 .flex .left img {
    width: 100%;
    min-width: 300px;
}

.sec8 .flex .right {
    width: fit-content;
}

.sec8 .title {
    font-weight: 600;
    font-size: 36px;
    line-height: 130%;
    color: var(--azul-claro);
    margin-bottom: 48px;
    margin-left: auto;
    margin-right: auto;
    max-width: 660px;
}

.sec8 form {
    background: var(--branco-secundario);
    padding: 48px 36px;
    box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198),
        0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035),
        0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
    border-radius: 20px;
    min-width: 370px;
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
}

.sec8 form .form-title {
    text-align: left;
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    color: var(--azul-claro);
    margin-bottom: 18px;
}

.sec8 .subtitle {
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    color: var(--azul-claro);
    margin-top: 8px;
    margin-bottom: 8px;
}

.sec8 form .form-text {
    background: var(--branco-primario);
    border: 1px solid var(--bege);
    box-sizing: border-box;
    border-radius: 12px;
    padding: 14px 12px;
    width: 100%;
    margin-bottom: 14px;
    color: #242424;
    font-family: "Poppins", sans-serif;
    transition: all 0.2s ease-in-out;
}

.sec8 form .form-text:focus {
    border: 2px solid var(--verde);
    padding: 13px 12px;
}

::placeholder {
    font-size: 16px;
    color: var(--bege);
}

.sec8 form .form-btn {
    background: var(--verde);
    border-radius: 12px;
    font-weight: 600;
    font-size: 18px;
    color: var(--branco-secundario);
    padding: 14px 0;
    width: 100%;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    margin-top: 8px;
}

.sec8 form .form-btn:hover {
    background: #00796f;
}

.sec9 {
    background: var(--branco-secundario);
    text-align: center;
}

.sec9 .flex {
    gap: 80px;
}

.sec9 .title {
    font-weight: 600;
    font-size: 36px;
    line-height: 130%;
    color: var(--azul-escuro);
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
    max-width: 660px;
}

.sec9 .right {
    text-align: left;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: var(--azul-claro);
}

.sec9 .left img {
    width: 100%;
}

.sec10 {
    text-align: center;
    color: var(--azul-escuro);
}

.sec10 .flex {
    gap: 3rem;
    align-items: flex-start !important;
}

.sec10 .left,
.sec10 .right {
    width: 50%;
}

.sec10 .card__faq {
    margin-top: 1.5rem;
    text-align: left;
    border-bottom: 1px solid var(--azul-escuro);
}

.sec10 .title {
    font-weight: 600;
    font-size: 36px;
    line-height: 130%;
    color: var(--azul-escuro);
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.sec10 .question {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.sec10 .question img {
    width: 36px;
    transition: transform 0.4s ease-in;
}

.sec10 .answer {
    margin-bottom: 1rem;
    max-height: 0px;
    overflow: hidden;
    transition: max-height 1.4s ease-in-out;
}

.active .answer {
    max-height: 300px !important;
}

.active img {
    transform: rotate(180deg);
}

.sec-compra-segura {
    text-align: center;
    background-color: var(--branco-secundario);
    color: var(--azul-claro);
}

.sec-compra-segura .grid {
    align-items: flex-start !important;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.sec-compra-segura .card .icon img {
    width: 62px;
}

.sec-compra-segura .title {
    font-weight: 600;
    font-size: 36px;
    line-height: 130%;
    color: var(--azul-escuro);
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
}

.sec-compra-segura .subtitle {
    text-align: center;
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 48px;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
    color: var(--azul-claro);
}

footer .sec11 {
    background-color: var(--azul-claro);
    padding: 4rem 2rem !important;
}

footer .sec12 {
    background-color: var(--azul-escuro);
}

footer .flex {
    justify-content: space-evenly !important;
    align-items: flex-start !important;
}

footer .title {
    margin-bottom: 12px;
    font-weight: 600;
    color: var(--branco-primario);
}

footer a {
    margin-bottom: 8px;
    color: var(--branco-primario);
}

footer .flex .img img {
    max-width: 180px;
}

footer .flex .envio-pagamento {
    max-width: 400px;
}

footer .flex .envio-pagamento .forma-pag {
    margin-top: 28px;
}

footer .flex .envio-pagamento img {
    max-width: 100%;
}

footer .links a {
    cursor: pointer;
}

footer .links a:hover {
    color: var(--verde);
}

footer .sec12 .bottom p {
    font-size: 12px;
    text-align: center;
    line-height: 165%;
    color: var(--branco-primario);
}

.whatsapp {
    position: fixed;
    right: 1rem;
    z-index: 10;
    bottom: 1rem;
    width: 70px;
}

.whatsapp img {
    width: 80%;
    background-color: #4da735;
    padding: 10px;
    border-radius: 100%;
    filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.3));
    transition: all 0.3s ease-in-out;
}

.whatsapp img:hover {
    background-color: #4aae20;
}

@media (max-width: 1170px) {
    footer .sec11 .flex {
        display: grid;
        gap: 20px;
        grid-template-columns: repeat(2, 1fr);
        text-align: center;
    }

    footer .flex .envio-pagamento {
        max-width: unset;
    }
}

@media (max-width: 1235px) {
    .feedback-grid {
        grid-template-columns: repeat(2, 1fr);
        display: grid;
        gap: 20px;
        justify-content: center;
    }

    .left-img {
        margin-left: auto;
    }

    .right-img {
        margin-right: auto;
    }

    .feedback-grid img:not(:last-child) {
        margin-right: unset;
    }
}

@media (max-width: 1070px) {
    .sec3 .card {
        min-width: unset;
    }
}

@media (max-width: 1024px) {
    header .container {
        max-width: 900px;
    }
    header .title {
        font-size: 32px;
    }
    header .subtitle {
        font-size: 16px;
    }
}

@media (max-width: 960px) {
    .sec6 .title {
        margin-bottom: 16px;
    }

    .sec6 .flex {
        flex-direction: column-reverse;
        gap: 1rem;
    }

    .sec6 .right {
        text-align: center;
        max-width: 80%;
    }

    .sec6 .left img {
        max-width: 100%;
    }

    .sec6 .left,
    .sec6 .right,
    .sec8 .left,
    .sec8 .right {
        width: unset !important;
    }

    .sec8 .flex {
        flex-direction: column;
    }

    .sec8 .left {
        /* max-width: 400px;*/
        display: none;
    }

    .sec9 .flex {
        gap: 20px;
    }
}

@media (max-width: 860px) {
    .sec2 .subtitle {
        margin-bottom: 30px;
    }

    .sec2 .flex {
        flex-direction: column;
        text-align: center;
    }

    .sec2 .left {
        position: unset;
        top: unset;
        align-self: unset;
    }

    .sec2 .titles {
        position: sticky;
        top: -37px;
    }

    .sec2 .right,
    .sec2 .left,
    .sec3 .right,
    .sec3 .left {
        width: unset;
    }

    .sec2 .right .card {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
        padding: 30px 15px;
    }

    .sec2 .card-top img {
        margin-right: 8px;
    }

    .sec2 .right .titles {
        position: unset;
        top: unset;
    }

    .c1,
    .c2,
    .c3,
    .c4 {
        top: unset;
    }

    .sec3 .sec3-flex-container {
        flex-direction: column-reverse;
    }

    .sec3 .card {
        margin-bottom: 48px;
        max-width: 516px;
    }

    .sec10 .flex {
        align-items: center !important;
        flex-direction: column;
        gap: unset;
    }

    .sec10 .left,
    .sec10 .right {
        width: 80%;
    }

    .sec-compra-segura .grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 768px) {
    header .flex {
        flex-direction: column;
    }

    header .left {
        text-align: center;
    }

    header .title,
    header .subtitle {
        max-width: none;
    }

    header .right img {
        max-width: 350px;
    }

    header .btn-desktop {
        display: none;
    }

    header .btn-mobile {
        display: block !important;
        margin-top: 20px;
    }

    header .container {
        max-width: 600px;
    }

    .sec5 .card-container {
        flex-direction: column;
        align-items: center;
        width: fit-content;
        margin: auto;
        gap: 2rem;
    }

    .sec5 .card .card-description {
        margin-left: auto;
        margin-right: auto;
        max-width: 70%;
    }

    .barra {
        width: 80%;
        height: 1px;
        background-color: var(--branco-primario);
    }

    .sec7 .timer .title {
        font-size: 28px;
    }

    .sec7 .counter-grid {
        justify-content: center;
        gap: 18px;
    }

    .sec7 .num {
        font-weight: bold;
        font-size: 48px;
    }

    .sec7 .text {
        font-weight: 500;
        font-size: 18px;
    }

    .sec7 .counter-grid .card {
        padding: 9px 16px;
        min-width: 120px;
    }

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

    .sec9 .flex .right {
        font-size: 18px;
    }

    .sec9 .flex {
        flex-direction: column-reverse;
    }

    .sec9 .right {
        text-align: center;
    }

    .sec9 .left img {
        width: 40%;
    }

    footer .sec11 .flex {
        display: grid;
        gap: 20px;
        grid-template-columns: repeat(1, 1fr);
        text-align: center;
    }

    footer .flex .img img {
        max-width: 120px;
    }

    .whatsapp {
        position: fixed;
        right: 1rem;
        z-index: 10;
        bottom: 0.5rem;
        /* width: 60px; */
    }

    .whatsapp img {
        width: 80%;
    }
}

@media (max-width: 650px) {
    .feedback-grid {
        grid-template-columns: repeat(1, 1fr);
        display: grid;
        gap: 20px;
        justify-content: center;
    }

    .left-img {
        margin-left: auto;
        margin-right: auto !important;
    }

    .right-img {
        margin-left: auto;
        margin-right: auto !important;
    }
}

@media (max-width: 600px) {
    .sec7 .timer {
        padding: 30px 36px;
    }

    .sec7 .timer .title {
        font-size: 22px;
    }

    .sec7 .num {
        font-weight: bold;
        font-size: 36px;
    }

    .sec7 .text {
        font-weight: 500;
        font-size: 14px;
    }

    .sec7 .counter-grid {
        gap: 8px;
    }

    .sec-compra-segura .title {
        font-size: 28px;
    }

    .sec-compra-segura .grid {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .sec-compra-segura .grid .card {
        margin-left: auto;
        margin-right: auto;
        max-width: 330px;
    }

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

@media (max-width: 440px) {
    .sec3 .title {
        font-size: 28px;
    }

    .sec3 .card-title {
        font-size: 22px;
    }

    .sec3 .card-description {
        font-size: 16px;
        color: var(--azul-claro);
    }

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

    .sec6 .right {
        max-width: 95%;
    }

    .sec7 .timer {
        padding: 30px 18px;
    }

    .sec7 .timer .title {
        font-size: 22px;
    }

    .sec7 .counter-grid .card {
        padding: 16px 0;
        width: 180px;
    }

    .sec7 .num {
        font-weight: bold;
        font-size: 28px;
    }

    .sec7 .text {
        font-weight: 500;
        font-size: 12px;
    }

    .sec7 .counter-grid .card {
        min-width: unset;
    }

    .sec8 .flex .right form {
        padding: 48px 16px;
        min-width: unset;
    }

    .sec8 form .form-title {
        font-size: 18px;
    }

    .whatsapp {
        right: 0;
        bottom: 0.5rem;
    }

    .whatsapp img {
        width: 70%;
    }

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

@media (max-width: 425px) {
    header .title,
    .sec1 .title,
    .sec2 .title,
    .sec4 .title,
    .sec5 .title {
        font-size: 28px;
    }

    .sec3 .card {
        flex-direction: column;
    }

    .sec3 .card .right-card {
        text-align: center;
    }

    .sec5 .card .card-description {
        margin-left: auto;
        margin-right: auto;
        max-width: unset;
    }

    .sec7 .timer .title {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .sec8 .title {
        font-size: 22px;
    }
}

@media (max-width: 320px) {
    header .title {
        font-size: 22px;
    }
    header .subtitle {
        font-size: 12px;
    }
}

/* OUTRAS PÁGINAS */

/* COMPRA */

.header-compra {
    text-align: center;
    padding: 2rem 1rem !important;
}

.compra-container {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

.flex-card {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.header-compra .header-img {
    width: 110px;
}

.compra-section {
    padding: 4rem 1rem;
    text-align: center;
}
.compra-section .title {
    font-style: normal;
    font-weight: var(--font-semi-bold);
    font-size: 36px;
    line-height: 130%;
    color: var(--azul-escuro);
}

#frase-normal,
#frase-personalizada {
    color: var(--azul-escuro);
}

.compra-section .subtitle {
    font-size: 18px;
    line-height: 150%;
    margin-top: 12px;
    margin-bottom: 32px;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
    color: var(--azul-claro);
}

.compra-section .card {
    background-color: var(--branco-secundario);
    padding: 2rem 2rem 1rem 2rem;
    border-radius: 18px;
    /*   width: 330px; */
}

.compra-section .card-esq {
    margin-left: auto;
}

.compra-section .card-dir {
    margin-right: auto;
}

.compra-section img {
    max-width: 100%;
}

.compra-section .card .prod-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    color: var(--azul-claro);
    text-align: left;
    margin-bottom: 12px;
}

.compra-section .card .prod-title-promo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 18px;
    line-height: 130%;
    color: var(--azul-claro);
}

.compra-section .prev-value,
.compra-section .new-value {
    margin-bottom: 6px;
    font-size: 18px;
}

.compra-section .qt {
    margin-top: 6px;
    color: #5e6368;
    font-size: 13px;
    margin-bottom: 6px;
}

.compra-section .off {
    font-weight: bold;
    font-size: 24px;
    color: var(--branco-primario);
    background-color: var(--azul-claro);
    padding: 8px 4px;
    margin-bottom: var(--mb-1);
}

.compra-section .value-12 {
    font-size: 36px;
    color: #3caea3;
    font-weight: bold;
}

.compra-section .card .prod-title-promo .value {
    text-align: left;
}

.compra-section .card .btn-1frasco {
    margin-top: 79px;
}

.mobile-prod-title {
    display: none;
}

/* @media (max-width: 1430px) {
  .flex-card {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 20px;
    justify-content: center;
  }
} */

@media (max-width: 925px) {
    .flex-card {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 720px) {
    .flex-card {
        grid-template-columns: repeat(1, 1fr);
        display: grid;
        gap: 20px;
        justify-content: center;
    }
    .backgroundText {
        display: block !important;
    }
    .compra-section .card {
        padding: 0;
        display: unset;
        gap: 1rem;
        overflow: hidden;
        min-width: 362px;
    }

    .mobile-prod-title {
        display: unset;
    }

    .desk-prod-title {
        display: none;
    }

    .card-top {
        display: flex;
        align-items: center;
        gap: 1rem;
    }

    .compra-section .card .prod-title {
        text-align: center;
    }

    .compra-section .card-esq {
        margin-left: auto;
        margin-right: auto;
    }

    .compra-section .card .img,
    .compra-section .card .bottom-card {
        width: 50%;
    }

    .compra-section .card-dir {
        margin-right: auto;
        margin-left: auto;
    }

    .card-content {
        display: flex;
        gap: 1rem;
    }

    .prod-title-promo {
        flex-direction: column-reverse !important;
        text-align: left;
    }

    .prod-title-promo .off {
        display: table;
        margin-bottom: 8px;
    }

    .compra-section .card-top {
        margin-top: 12px;
    }

    .compra-section .btn-1frasco {
        margin-top: 28px !important;
    }

    .off {
        margin-bottom: 0;
        margin-top: 1rem;
    }
}

@media (max-width: 360px) {
    .compra-section .card {
        width: unset;
    }

    .compra-section .value-12 {
        font-size: 28px;
    }

    .compra-section .off {
        font-size: 18px;
    }

    .compra-section .prod-title-promo {
        font-size: 16px;
    }

    .compra-section .card {
        min-width: 295px; /*358*/
    }
}

/* OBRIGADO */

.obg-header {
    text-align: center;
    background-color: #02944e;
    padding: 16px 12px;
    color: #fff;
}

.obg-header .title {
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 12px;
}

.obg-header .subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
}

.agradecimento-section .flex {
    flex-direction: row-reverse;
}

.agradecimento-section .left {
    color: var(--azul-escuro);
}

.agradecimento-section .right {
    width: 115%;
}

.agradecimento-section .right img {
    width: 100%;
}

.agradecimento-section .title {
    font-weight: 600;
    font-size: 48px;
    line-height: 130%;
    color: var(--azul-escuro);
    margin-bottom: 18px;
}

.agradecimento-section .text {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
}

@media (max-width: 580px) {
    .obg-header .title {
        font-size: 20px;
    }

    .obg-header .subtitle {
        font-size: 16px;
    }
}

@media (max-width: 930px) {
    .agradecimento-section .flex {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .agradecimento-section .right {
        width: unset !important;
    }

    .agradecimento-section .right img {
        width: 100%;
    }
}

@media (max-width: 530px) {
    .agradecimento-section .title {
        font-size: 32px;
    }
}

/* RESERVADO/PROCESSANDO */

.reservado-header {
    text-align: center;
    padding: 16px 12px;
    background-color: #ffc107;
    color: #242424;
}

.reservado-header .title {
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 12px;
}

.reservado-header .subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
}

.liberar-compra {
    background-color: var(--verde);
    text-align: center;
    color: #fff;
}

.liberar-compra h2 {
    margin-bottom: 16px;
}

.liberar-compra p {
    margin-bottom: 36px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 360px) {
    .liberar-compra .button {
        padding: 15px 30px !important;
    }
}

/* AVISO TERMOS POLITICA TROCA */

.conteudo {
    color: var(--azul-escuro);
}

.conteudo .title {
    text-align: center;
    font-weight: 600;
    font-size: 48px;
    line-height: 130%;
    margin-bottom: 36px;
}

.conteudo .text {
    text-align: justify;
}

.conteudo p {
    margin-bottom: 1rem;
}

/* NOVA GRID DOS CARDS DE COMPRAR */

.card__text h3 {
    color: #000;
}

/* GRID DOS CARD */

.grid__comprar {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
}

@media (max-width: 768px) {
    .grid__comprar {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 490px) {
    .grid__comprar {
        grid-template-columns: repeat(1, 1fr);
    }

    .card__content {
        display: flex;
        padding-top: 1rem;
        gap: 15px;
    }
    .botao__comprar {
        padding: 1rem !important;
    }
}

.card__comprar {
    box-shadow: 0 2px 4px rgb(0 0 0 / 15%);
}
.card__comprar img {
    width: 100%;
    max-width: 250px;
}
.card__header {
    display: flex;
    align-items: center;
    background-color: #21629b;
    max-width: none;
}

.icon__promo {
    color: #fff;
    font-size: 1.5rem;
}
.card__porcentagem {
    width: 65px;
    height: 65px;
    background-color: #173f5f;
    display: flex;
    text-align: center;
    align-items: center;
    font-weight: 800;
    margin-right: 1rem;
    text-align: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
}

.card__text {
    background-color: var(--azul-claro);
    padding: 1rem;
}

.card__text h3 {
    color: #fff;
}
.botao__comprar {
    padding: 2rem;
}
.botao__comprar a {
    background-color: var(--verde);
    padding: 1rem;
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 25px;
}

.botao__comprar a:hover {
    background-color: #1c7e74;
}

.botao__comprar span {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.icon__Card {
    color: #fff;
    font-size: 1.5rem;
}
