.checkups * {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
}

    .checkups .container-left-only .content {
        width: 100%;
        margin-left: auto;
        margin-right: 0;
        padding: 0 var(--bs-gutter-x);
    }

@media (min-width: 576px) {
    .checkups .container-left-only .content {
        max-width: 540px;
    }
}

@media (min-width: 576px) {
    .checkups .container-left-only .content {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .checkups .container-left-only .content {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .checkups .container-left-only .content {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .checkups .container-left-only .content {
        max-width: 1180px;
    }
}

@media (min-width: 1400px) {
    .checkups .container-left-only .content {
        max-width: 1320px;
    }
}

.checkups .truncate-3-lines {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.checkups .btn-sanos,
.checkups .btn-branco,
.checkups .btn-preto,
.checkups .btn-azul,
.checkups .btn-roxo,
.checkups .btn-neutral {
    margin-top: 20px;
    display: inline-flex;
    align-items: center;
    border-radius: 500px;
    border: none;
    padding: 11px 24px;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    transition: all 350ms ease;
    border: 1px solid;
}

    .checkups .btn-sanos.btn-left-icon img,
    .checkups .btn-left-icon.btn-branco img,
    .checkups .btn-left-icon.btn-preto img,
    .checkups .btn-left-icon.btn-azul img,
    .checkups .btn-left-icon.btn-roxo img,
    .checkups .btn-left-icon.btn-neutral img {
        margin-right: 10px;
    }

    .checkups .btn-sanos.btn-right-icon img,
    .checkups .btn-right-icon.btn-branco img,
    .checkups .btn-right-icon.btn-preto img,
    .checkups .btn-right-icon.btn-azul img,
    .checkups .btn-right-icon.btn-roxo img,
    .checkups .btn-right-icon.btn-neutral img {
        margin-left: 10px;
    }

.checkups .btn-neutral {
    margin-top: 20px;
    background-color: #f8f9fa;
    border-color: rgba(154, 157, 164, 0.15);
    color: #242a3a;
}

    .checkups .btn-neutral:hover,
    .checkups .btn-neutral:focus,
    .checkups .btn-neutral:active {
        background-color: #bbbdc2 !important;
        border-color: rgba(154, 157, 164, 0.25) !important;
        color: #242a3a !important;
    }

.checkups .btn-roxo {
    margin-top: 20px;
    background-color: #785ca2 !important;
    border-color: #785ca2 !important;
    color: #fff !important;
}

    .checkups .btn-roxo:hover,
    .checkups .btn-roxo:focus,
    .checkups .btn-roxo:active {
        background-color: white !important;
        border-color: white !important;
        color: #785ca2 !important;
    }

.checkups .btn-azul {
    margin-top: 20px;
    background-color: #5474a3;
    border-color: #5474a3;
    color: #fff;
}

    .checkups .btn-azul:hover,
    .checkups .btn-azul:focus,
    .checkups .btn-azul:active {
        background-color: white !important;
        border-color: white !important;
        color: #5474a3 !important;
    }

.checkups .btn-preto {
    margin-top: 20px;
    background-color: #505e70;
    border-color: #505e70;
    color: white;
}

    .checkups .btn-preto:hover,
    .checkups .btn-preto:focus,
    .checkups .btn-preto:active {
        background-color: white !important;
        border-color: white !important;
        color: #505e70 !important;
    }

.checkups .btn-branco {
    margin-top: 20px;
    background-color: #fff;
    border-color: #f8f9fa;
    color: #242a3a;
}

    .checkups .btn-branco:hover,
    .checkups .btn-branco:focus,
    .checkups .btn-branco:active {
        background-color: #f8f9fa !important;
        border-color: #bbbdc2 !important;
        color: #242a3a !important;
    }

.checkups .modal-backdrop {
    opacity: 0 !important;
    background-color: rgba(0, 56, 130, 0) !important;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    transition: opacity 0.12s ease, backdrop-filter 0.12s ease, background-color 0.12s ease;
}

    .checkups .modal-backdrop.show {
        opacity: 1 !important;
        background-color: rgba(0, 56, 130, 0.5) !important;
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
    }

.checkups .modal-content {
    border: none !important;
    border-radius: 24px !important;
}

.checkups .modal-body {
    padding: 20px !important;
}

@media (min-width: 768px) {
    .checkups .modal-body {
        padding: 50px !important;
    }
}

.checkups .modal-fechar {
    height: 48px;
    width: 48px;
    border-radius: 500px;
    background-color: #ff7bac;
    border: none;
    outline: none;
    box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.15);
    transition: background-color 0.15s ease;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 3;
}

    .checkups .modal-fechar:hover {
        background-color: #cc628a;
    }

.checkups .loading-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

    .checkups .loading-container span {
        width: 50px;
        height: 50px;
        border: 6px solid #d9d9d9;
        border-top: 6px solid #ff7bac;
        border-radius: 50%;
        animation: spin 1s linear infinite;
    }

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.checkups .section--checkupshero {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

    .checkups .section--checkupshero[data-publico="feminino"] {
        background-image: url("/img/banner-bg-feminino.jpg");
    }

    .checkups .section--checkupshero[data-publico="masculino"] {
        background-image: url("/img/banner-bg-masculino.jpg");
    }

    .checkups .section--checkupshero[data-publico="especifico"] {
        background-image: url("/img/banner-bg-especifico.jpg");
    }

    .checkups .section--checkupshero .container {
        position: relative;
        display: flex;
        justify-content: space-between;
    }

        .checkups .section--checkupshero .container > div {
            padding-top: 55px;
            padding-bottom: 75px;
            z-index: 2;
        }

@media (max-width: 768px) {
    .checkups .section--checkupshero .container > div {
        text-align: left;
        padding-top: 25px;
        padding-bottom: 30px;
        margin-right:auto;
    }
}

@media (min-width: 1200px) {
    .checkups .section--checkupshero .container {
        max-width: 1040px;
    }
}

.checkups .section--checkupshero h1 {
    font-size: 96px;
    line-height: 110%;
    font-weight: 200;
    color: white;
    margin-top: 20px;
    margin-bottom: 12px;
    text-transform: uppercase;
    text-align: left
}

    .checkups .section--checkupshero h1 b {
        font-weight: 600;
        font-size: 32px;
        display: block;
        line-height: 1;
        text-transform: initial;
    }

.checkups .section--checkupshero p {
    color: white;
    font-size: 18px;
    line-height: 140%;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 55px;
    max-width: 450px;
}

@media (max-width: 768px) {
    .checkups .section--checkupshero h1 {
        font-size: 32px;
        line-height: 120%;
    }

        .checkups .section--checkupshero h1 b {
            font-size: 16px;
            font-weight: 700;
        }

    .checkups .section--checkupshero p {
        font-size: 14px;
        max-width: 170px;
        margin-bottom: 35px;
    }

    .checkups .section--checkupshero[data-publico="especifico"] p {
        max-width: 150px;
    }

    .checkups .section--checkupshero[data-publico="especifico"] h1 {
        font-size: 24px;
    }
}

.checkups .section--checkupshero a {
    font-weight: 700;
    padding: 3px 3px 3px 17px;
    border-radius: 500px;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
}

    .checkups .section--checkupshero a,
    .checkups .section--checkupshero a:hover,
    .checkups .section--checkupshero a:active,
    .checkups .section--checkupshero a:focus {
        background-color: white;
    }

.checkups .section--checkupshero[data-publico="feminino"] a {
    color: #785ca2;
}

.checkups .section--checkupshero[data-publico="masculino"] a {
    color: #4d619d;
}

.checkups .section--checkupshero[data-publico="especifico"] a {
    color: #495361;
}

.checkups .section--checkupshero a img {
    height: 40px;
    width: 40px;
    padding: 10px;
    border-radius: 500px;
    margin-left: 13px;
}

.checkups .section--checkupshero[data-publico="feminino"] a img {
    background-color: #785ca2;
}

.checkups .section--checkupshero[data-publico="masculino"] a img {
    background-color: #4d619d;
}

.checkups .section--checkupshero[data-publico="especifico"] a img {
    background-color: #495361;
}

.checkups .section--checkupshero .pessoa {
    align-self: flex-end;
}

@media (max-width: 768px) {
    .checkups .section--checkupshero .pessoa {
        position: absolute;
        right: -40px;
        bottom: 0;
        max-width: 245px;
    }
}

.checkups .section--status {
    padding: 80px 0;
}

    .checkups .section--status[data-publico="feminino"] {
        background-color: #342c4c;
    }

    .checkups .section--status[data-publico="masculino"] {
        background-color: #222f42;
    }

    .checkups .section--status[data-publico="especifico"] {
        background-color: #2d353f;
    }

    .checkups .section--status .container {
        max-width: 690px;
    }

    .checkups .section--status h2 {
        color: white;
        font-size: 32px;
        line-height: 120%;
        font-weight: 500;
    }

    .checkups .section--status p {
        color: white;
        font-size: 18px;
        margin-top: 30px;
        margin-bottom: 0;
    }

@media (max-width: 768px) {
    .checkups .section--status {
        padding: 45px 0;
    }

        .checkups .section--status h2 {
            font-size: 24px;
        }

        .checkups .section--status p {
            font-size: 14px;
        }
}

.checkups .section--conheca {
    padding: 110px 0 130px;
}

@media (max-width: 768px) {
    .checkups .section--conheca .container {
        padding: 0 21px;
        display: block;
    }
}

.checkups .section--conheca h2 {
    font-size: 48px;
    line-height: 120%;
    letter-spacing: -2%;
    font-weight: 600;
}

.checkups .section--conheca[data-publico="feminino"] h2 {
    color: #785ca2;
}

.checkups .section--conheca[data-publico="masculino"] h2 {
    color: #5474a3;
}

@media (max-width: 768px) {
    .checkups .section--conheca h2 {
        font-size: 32px;
        line-height: 140%;
        letter-spacing: -2%;
        font-weight: 600;
    }
}

.checkups .section--conheca p {
    font-size: 16px;
    line-height: 160%;
    letter-spacing: -1.2%;
    font-weight: 500;
    color: #6c707b;
    max-width: 470px;
    margin: 0 auto;
}

.checkups .section--conheca .checkup__box {
    padding: 12px;
    border-radius: 20px;
    box-shadow: 0 4px 9px rgba(0, 0, 0, 0.05);
    background-color: #fff;
}

@media (max-width: 768px) {
    .checkups .section--conheca .checkup__box {
        border: 1px solid rgba(108, 108, 108, 0.2);
    }
}

.checkups .section--conheca .checkup__box h3 {
    font-size: 32px;
    line-height: 140%;
    letter-spacing: -2%;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 10px;
}

.checkups .section--conheca[data-publico="feminino"] .checkup__box h3 {
    color: #785ca2;
}

.checkups .section--conheca[data-publico="masculino"] .checkup__box h3 {
    color: #5474a3;
}

@media (max-width: 768px) {
    .checkups .section--conheca .checkup__box h3 {
        font-size: 48px;
        line-height: 120%;
        letter-spacing: -2%;
        font-weight: 600;
    }
}

.checkups .section--conheca .checkup__box p {
    font-size: 14px;
    line-height: 160%;
    letter-spacing: -1.2%;
    font-weight: 500;
    color: #6c707b;
    margin-bottom: 22px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    .checkups .section--conheca .checkup__box p {
        font-size: 18px;
        line-height: 160%;
        letter-spacing: -1.2%;
        font-weight: 500;
        max-width: 240px;
    }
}

.checkups .section--conheca .checkup__box .checkup__box__info {
    padding: 15px 14px 30px 14px;
    border-radius: 10px;
}

    .checkups .section--conheca .checkup__box .checkup__box__info ul,
    .checkups .section--conheca .checkup__box .checkup__box__info li {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .checkups .section--conheca .checkup__box .checkup__box__info ul {
        text-align: left;
    }

        .checkups .section--conheca .checkup__box .checkup__box__info ul li {
            margin-bottom: 14px;
            font-size: 14px;
            line-height: 160%;
            letter-spacing: -1.2%;
            font-weight: 500;
            position: relative;
            padding-left: 28px;
        }
            .checkups .section--conheca .checkup__box .checkup__box__info ul li button {
                font-size: 14px;
                line-height: 160%;
                letter-spacing: -1.2%;
                font-weight: 500;
                white-space: initial;
                text-align: left;
            }

            .checkups .section--conheca .checkup__box .checkup__box__info ul li:last-of-type {
                margin-bottom: 0;
            }

            .checkups .section--conheca .checkup__box .checkup__box__info ul li::before {
                content: "";
                background-size: cover;
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                height: 20px;
                width: 20px;
            }

    .checkups .section--conheca .checkup__box .checkup__box__info h4 {
        font-size: 35px;
        font-weight: 800;
        margin: 20px 0 25px;
        letter-spacing: -1px;
    }

.checkups
.section--conheca[data-publico="feminino"]
.checkup__box
.checkup__box__info
h4 {
    color: #5a4a7c;
}

.checkups
.section--conheca[data-publico="masculino"]
.checkup__box
.checkup__box__info
h4 {
    color: #222f42;
}

.checkups .section--conheca .checkup__box .checkup__box__info h4 small {
    font-size: 0.5em;
    font-weight: 600;
    margin-right: 5px;
}

.checkups .section--conheca .checkup__box .checkup__box__info a {
    box-shadow: 0 4px 9px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    font-size: 18px;
    font-weight: 600;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.checkups
.section--conheca[data-publico="feminino"]
.checkup__box
.checkup__box__info {
    background-color: #f9f5ff;
}

    .checkups
    .section--conheca[data-publico="feminino"]
    .checkup__box
    .checkup__box__info
    ul
    li::before {
        background-image: url("/img/check-roxo.svg");
    }

.checkups
.section--conheca[data-publico="masculino"]
.checkup__box
.checkup__box__info {
    background-color: #f1f6ff;
}

    .checkups
    .section--conheca[data-publico="masculino"]
    .checkup__box
    .checkup__box__info
    ul
    li::before {
        background-image: url("/img/check-azul.svg");
    }

.checkups .section--especificos {
    padding: 60px 0 0;
    background-color: #f8f9fa;
    background-image: url("/img/avulsos-bg.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
}

    .checkups .section--especificos::before {
        content: "";
        background-color: #fff;
        bottom: -2px;
        left: 0;
        width: 100%;
        height: 40%;
        position: absolute;
    }

    .checkups .section--especificos .container {
        background-color: #fff;
        border: 1px solid #f8f9fa;
        border-radius: 30px;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
        padding: 50px 15px 75px 15px;
        margin-bottom: -40px;
        position: relative;
        z-index: 2;
    }

@media (min-width: 768px) {
    .checkups .section--especificos .container {
        padding: 50px 45px 75px 45px;
    }
}

.checkups .section--especificos h2 {
    font-size: 48px;
    line-height: 120%;
    letter-spacing: -2%;
    font-weight: 600;
}

.checkups .section--especificos[data-publico="feminino"] h2 {
    color: #785ca2;
}

.checkups .section--especificos[data-publico="masculino"] h2 {
    color: #5474a3;
}

.checkups .section--especificos[data-publico="especifico"] h2 {
    color: #505e70;
}

@media (max-width: 768px) {
    .checkups .section--especificos h2 {
        font-size: 24px;
        line-height: 140%;
        letter-spacing: -2%;
        font-weight: 600;
    }
}

.checkups .section--especificos p {
    font-size: 18px;
    line-height: 160%;
    letter-spacing: -1.2%;
    font-weight: 400;
    color: #6c707b;
}

.checkups .section--especificos ul,
.checkups .section--especificos li {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .checkups .section--especificos ul li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 4px;
        margin-bottom: 5px;
        padding: 6px 6px 6px 13px;
        border-radius: 4px;
    }

.checkups .section--especificos[data-publico="feminino"] ul li {
    background: #f9f5ff;
}

.checkups .section--especificos[data-publico="masculino"] ul li {
    color: #f1f6ff;
}

.checkups .section--especificos[data-publico="especifico"] ul li {
    color: #f3f3f3;
}

.checkups .section--especificos ul li button {
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -1.2%;
    font-weight: 600;
    background-color: transparent;
    border: none;
    text-align: left;
}

.checkups .section--especificos[data-publico="feminino"] ul li button {
    color: #785ca2;
}

    .checkups
    .section--especificos[data-publico="feminino"]
    ul
    li
    button:hover {
        color: #5a4a7c;
    }

.checkups .section--especificos[data-publico="masculino"] ul li button {
    color: #5474a3;
}

    .checkups
    .section--especificos[data-publico="masculino"]
    ul
    li
    button:hover {
        color: #222f42;
    }

.checkups .section--especificos[data-publico="especifico"] ul li button {
    color: #505e70;
}

    .checkups
    .section--especificos[data-publico="especifico"]
    ul
    li
    button:hover {
        color: #2d353f;
    }

@media (max-width: 768px) {
    .checkups .section--especificos ul li button {
        font-size: 16px;
        line-height: 160%;
        letter-spacing: -1.2%;
        font-weight: 600;
        white-space: initial;
    }
}

.checkups .section--especificos ul li div {
    display: flex;
    align-items: center;
    gap: 12px;
}

    .checkups .section--especificos ul li div p {
        font-size: 18px;
        line-height: 160%;
        letter-spacing: -1.2%;
        font-weight: 600;
        margin: 0;
    }

.checkups
.section--especificos[data-publico="feminino"]
ul
li
div
p {
    color: #5a4a7c;
}

.checkups
.section--especificos[data-publico="masculino"]
ul
li
div
p {
    color: #222f42;
}

.checkups
.section--especificos[data-publico="masculino"]
ul
li
div
p {
    color: #2d353f;
}

@media (max-width: 768px) {
    .checkups .section--especificos ul li div p {
        font-size: 16px;
        line-height: 160%;
        letter-spacing: -1.2%;
        font-weight: 600;
        white-space: nowrap;
    }
}

.checkups .section--avulsos {
    padding-top: 120px;
}

    .checkups .section--avulsos .avulsos__box {
        border: 1px solid rgba(0, 0, 0, 0.07);
        border-radius: 15px;
        padding: 22px;
        transition: all 200ms ease-in-out;
        max-width: 550px;
        margin: 0 auto;
    }

    .checkups .section--avulsos[data-publico="feminino"] .avulsos__box {
        background-color: #f9f5ff;
    }

    .checkups .section--avulsos[data-publico="masculino"] .avulsos__box {
        background-color: #f1f6ff;
    }

    .checkups .section--avulsos .avulsos__box h3 {
        font-size: 32px;
        line-height: 140%;
        letter-spacing: -2%;
        font-weight: 500;
        margin-bottom: 5px;
        transition: all 200ms ease-in-out;
    }

    .checkups .section--avulsos[data-publico="feminino"] .avulsos__box h3 {
        color: #785ca2;
    }

    .checkups .section--avulsos[data-publico="masculino"] .avulsos__box h3 {
        color: #5474a3;
    }

    .checkups .section--avulsos .avulsos__box button {
        font-size: 12px;
        line-height: 160%;
        letter-spacing: -1.2%;
        font-weight: 600;
        background-color: transparent;
        border: none;
        transition: all 200ms ease-in-out;
    }

.checkups .section--outros {
    margin-top: 50px;
    padding: 80px 0px 0px;
}

    .checkups .section--outros h2 {
        font-size: 32px;
        font-weight: 500;
        line-height: 120%;
        color: #505e70;
        max-width: 690px;
        margin: 0 auto 4rem;
        padding-bottom: 20px;
    }

    .checkups .section--outros .outros--card {
        position: relative;
        display: flex;
        justify-content: space-between;
        border-radius: 32px;
    }

        .checkups .section--outros .outros--card > div:first-child {
            padding: 35px 48px;
            z-index: 2;
            text-align: left;
        }

        .checkups .section--outros .outros--card.feminino {
            background-color: #785ca2;
        }

        .checkups .section--outros .outros--card.masculino {
            background-color: #4d619d;
        }

        .checkups .section--outros .outros--card h3 {
            font-size: 40px;
            line-height: 110%;
            font-weight: 700;
            color: white;
            margin-top: 0;
            margin-bottom: 12px;
            text-align:left;
        }

            .checkups .section--outros .outros--card h3 b {
                font-weight: 400;
                font-size: 20px;
                display: block;
                line-height: 1;
                text-transform: initial;
            }

        .checkups .section--outros .outros--card p {
            color: white;
            font-size: 16px;
            line-height: 140%;
            font-weight: 400;
            margin-top: 20px;
            margin-bottom: 55px;
            max-width: 300px;
        }

        .checkups .section--outros .outros--card a {
            font-weight: 700;
            padding: 3px 3px 3px 17px;
            border-radius: 500px;
            font-size: 16px;
            display: inline-flex;
            align-items: center;
        }

            .checkups .section--outros .outros--card a,
            .checkups .section--outros .outros--card a:hover,
            .checkups .section--outros .outros--card a:active,
            .checkups .section--outros .outros--card a:focus {
                background-color: white;
            }

        .checkups .section--outros .outros--card.feminino a {
            color: #785ca2;
        }

        .checkups .section--outros .outros--card.masculino a {
            color: #4d619d;
        }

        .checkups .section--outros .outros--card a img {
            height: 40px;
            width: 40px;
            padding: 10px;
            border-radius: 500px;
            margin-left: 13px;
        }

        .checkups .section--outros .outros--card.feminino a img {
            background-color: #785ca2;
        }

        .checkups .section--outros .outros--card.masculino a img {
            background-color: #4d619d;
        }

        .checkups .section--outros .outros--card .pessoa {
            position: absolute;
            right: 15px;
            bottom: 0;
        }

        .checkups .section--outros .outros--card.feminino .pessoa {
            max-width: 280px;
        }

        .checkups .section--outros .outros--card.masculino .pessoa {
            max-width: 255px;
        }

@media (max-width: 768px) {
    .checkups .section--outros .outros--card > div:first-child {
        padding: 20px;
        text-align: left;
        width: 100%;
    }

    .checkups .section--outros .outros--card h3 {
        font-size: 24px;
        line-height: 120%;
        font-weight: 700;
    }

        .checkups .section--outros .outros--card h3 b {
            font-size: 16px;
            font-weight: 400;
            margin-bottom: 10px;
        }

    .checkups .section--outros .outros--card p {
        font-size: 14px;
        max-width: 160px;
        margin-bottom: 25px;
    }

    .checkups .section--outros .outros--card a {
        width: 100%;
    }

        .checkups .section--outros .outros--card a img {
            margin-left: auto;
        }

    .checkups .section--outros h2 {
        font-size: 24px;
    }

    .checkups .section--outros .outros--card .pessoa {
        bottom: auto;
        top: 20px;
        right: 5px;
    }

        .checkups .section--outros .outros--card .pessoa::before {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 55px;
        }

    .checkups .section--outros .outros--card.feminino .pessoa::before {
        background: linear-gradient( to bottom, rgba(120, 92, 162, 0) 0%, rgba(120, 92, 162, 1) 100% );
    }

    .checkups .section--outros .outros--card.masculino .pessoa::before {
        background: linear-gradient( to bottom, rgba(77, 97, 157, 0) 0%, rgba(77, 97, 157, 1) 100% );
    }

    .checkups .section--outros .outros--card.feminino .pessoa {
        max-width: 175px;
    }

    .checkups .section--outros .outros--card.masculino .pessoa {
        max-width: 155px;
    }
}

.checkups .section--prevencao {
    position: relative;
    margin: 150px 0 80px;
    padding: 50px 0;
    overflow: hidden;
}

@media (max-width: 768px) {
    .checkups .section--prevencao {
        padding: 0;
    }
}

.checkups .section--prevencao .destaque {
    font-size: 388px;
    line-height: 90%;
    letter-spacing: -6.2%;
    font-weight: 600;
    color: #f1f1f1;
    position: absolute;
    opacity: 0.4;
    left: 0;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    pointer-events: none;
    z-index: -2;
}

.checkups .section--prevencao .progressive-blur__overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: rgba(255, 255, 255, 0);
    --b: 20px;
    backdrop-filter: blur(var(--b));
    -webkit-backdrop-filter: blur(var(--b));
    mask-image: linear-gradient(to top, black 0%, transparent 100%);
    -webkit-mask-image: linear-gradient(to top, black 0%, transparent 100%);
    z-index: -1;
    height: 100%;
}

.checkups .section--prevencao h2 {
    font-size: 32px;
    font-weight: 500;
    line-height: 120%;
}

.checkups .section--prevencao[data-publico="feminino"] h2 {
    color: #785ca2;
}

.checkups .section--prevencao[data-publico="masculino"] h2 {
    color: #5474a3;
}

.checkups .section--prevencao[data-publico="especifico"] h2 {
    color: #505e70;
}

.checkups .section--prevencao p {
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;
    color: #6c707b;
    max-width: 590px;
    margin: 14px auto 40px;
}

.checkups .section--prevencao .lead {
    font-size: 20px;
    line-height: 140%;
    font-weight: 700;
}

.checkups .section--prevencao[data-publico="feminino"] .lead {
    color: #785ca2;
}

.checkups .section--prevencao[data-publico="masculino"] .lead {
    color: #5474a3;
}

.checkups .section--chamada {
    padding-bottom: 30px;
    text-align: center;
    padding: 90px 0;
}

    .checkups .section--chamada .container {
        border-radius: 24px;
        background-size: cover;
        background-position: center;
        min-height: 400px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .checkups .section--chamada[data-publico="feminino"] .container {
        background-image: url("/img/fundo-mulher.jpg");
    }

    .checkups .section--chamada[data-publico="masculino"] .container {
        background-image: url("/img/fundo-homem.jpg");
    }

    .checkups .section--chamada[data-publico="especifico"] .container {
        background-image: url("/img/fundo-especificos.jpg");
    }

    .checkups .section--chamada .container h2 {
        font-size: 48px;
        line-height: 120%;
        letter-spacing: -2%;
        font-weight: 600;
        max-width: 530px;
    }

@media screen and (max-width: 768px) {
    .checkups .section--chamada .container h2 {
        font-size: 24px;
    }
}

.checkups .section--chamada[data-publico="feminino"] h2 {
    color: #785ca2;
}

.checkups .section--chamada[data-publico="masculino"] h2 {
    color: #5474a3;
}

.checkups .section--chamada[data-publico="especifico"] h2 {
    color: #505e70;
}

.checkups .section--chamada .container p {
    color: #6c707b;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: -1.2%;
    font-weight: 400;
    max-width: 640px;
}
