.course-header {
    height: 400px;
}

.lp-course .course-header {
    padding: 274px 0 30px;
}

body {
    background: var(--F2F2F2, #F2F2F2);
}

.sidebar-destaque {
    background: #1F82BF;
    border-radius: 15px 15px 0 0;
    padding: 24px 5px 19px 5px;
    width: 313px;
    color: #FFF;
    text-align: center;
    font-family: 'Open Sans';
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    z-index: 997 !important;
    position: relative;
    margin-left: -15px;
    margin-top: -31px;
}

.lp-course .course-sidebar {
    border-radius: 0px 0px 20px 20px;
    padding: 0px 15px;
}

.course-the-sidebar {
    margin-top: -173px !important;
}

img.alignnone.wp-image-25613.size-full {
    display: none;
}

.lp-course .sidebar-sticky {
    top: 247px;
}

.lp-course .course-sidebar .payment-installments,
body .lp-course .course-sidebar .payment-installments,
.card-desk {
    color: #222059;
    text-align: center;
    font-family: 'Open Sans';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.lp-course .course-sidebar .payment-installments .price .price-value,
.lp-course .course-sidebar .payment-installments .price {
    color: #3CB056;
    text-align: center;
    font-family: 'Open Sans';
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    padding-top: 10px;
}

.lp-course .course-sidebar .payment-installments .price .price-value {
    vertical-align: bottom;
    display: inherit;
}

.lp-course .course-sidebar .payment-cash {
    color: #222059;
    text-align: center;
    font-family: 'Open Sans';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}

.lp-course .course-sidebar .payment-cash .price .price-value,
.lp-course .course-sidebar .payment-cash .price {
    color: #222059;
}

.lp-course .button-cta,
body .lp-course .button-cta {
    background-color: #3CB056;
    width: 100%;
}

.lp-course .check-list ul li::before {
    list-style-type: disc;
    content: '\2022';
    font-family: 'Open Sans';
    font-size: 14px;
    color: rgba(0, 0, 0, 0.60);
    position: absolute;
    top: 1px;
    left: 8px;
}

.btn-alt {
    border-radius: 10px;
    border: 2px solid #3CB056;
    color: #3CB056 !important;
    display: flex;
    /*width: 187px;*/
    height: 35.307px;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: 'Open Sans';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px;
}

.treinamento-equipes {
    color: rgba(0, 0, 0, 0.60);
    text-align: center;
    font-family: 'Open Sans';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 10px;
}

.treinamento-btn {
    padding: 0 !important;
    margin: 0 !important;
}

.course-reasons {
    background: var(--F2F2F2, #F2F2F2) !important;
}

.course-reasons li::before {
    display: none;
}

.txt-pronto {
    color: #222059;
    font-family: 'Open Sans';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.lp-course .course-sidebar {
    width: 313px;
}

.card-mobile,
.card-mobile-2 {
    display: none !important;
}

.lp-course .course-sidebar .text-center span,
body .lp-course .course-sidebar .text-center span.card-desk {
    color: #222059;
    text-align: center;
    font-family: 'Open Sans';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.col-xl-4.course-the-sidebar {
    margin-top: -241px !important;
}


@media screen and (min-width: 320px) and (max-width: 960px) {
    .sidebar-destaque {
        width: 92.5vw;
    }

    .course-benefits,
    .treinamento-equipes,
    .treinamento-btn,
    .card-desk,
    span.price {
        display: none !important;
    }

    .card-mobile {
        display: flex !important;
        padding-top: 2rem;
        align-items: center;
    }

    .card-mobile-2 {
        margin-top: -10px;
    }

    .card-mobile-2,
    .card-mobile-2 span {
        display: flex !important;
        color: #222059 !important;
        justify-content: center;

        /* parágrafo */
        font-family: 'Open Sans' !important;
        font-size: 16px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: 26px !important;
        /* 162.5% */
    }

    .card-mobile .text-mobile {
        color: #222059 !important;
        text-align: center !important;
        font-family: 'Open Sans' !important;
        font-size: 24px !important;
        font-style: normal !important;
        font-weight: 700 !important;
        line-height: normal !important;
    }

    .card-mobile .mobile-price {
        color: #3CB056 !important;
        text-align: center !important;
        font-family: 'Open Sans' !important;
        font-size: 32px !important;
        font-style: normal !important;
        font-weight: 700 !important;
        line-height: 40px !important;
        padding-left: 1rem;
    }

    .lp-course .sidebar-sticky {
        padding-top: 2rem !important;
        margin-bottom: -2rem !important;
    }
}