.bordFormPos .payment-details {
    margin-top: 12px !important;
}

.bordFormPos .payment-details .d-pont-box {
    align-items: center;
    display: flex;
    gap: 26px !important;
    justify-content: flex-start !important;
}

.bordFormPos .payment-details .text-installment {
    flex: 0 0 auto;
    margin-right: 0 !important;
}

.bordFormPos .payment-details .text-discount {
    margin-left: 0 !important;
    min-width: 300px;
}

.bordFormPos .payment-details .dsctpnt {
    background: #ffeb00 !important;
    color: #001b3b !important;
}

.grade-curricular-hub {
    background: linear-gradient(135deg, #001b3b 0%, #003f86 48%, #0063c7 100%);
    border-radius: 0;
    font-family: "Rubik", Arial, sans-serif;
    margin: 30px 0 10px;
    padding: 46px clamp(20px, 5vw, 70px);
}

.grade-curricular-hub__top {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: flex-start;
    margin-bottom: 30px;
}

.grade-curricular-hub__title {
    color: #fff;
    font-size: 36px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
}

.grade-curricular-hub__tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.grade-curricular-hub__tab {
    align-items: center;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .42);
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 18px;
    font-weight: 900;
    height: 52px;
    justify-content: center;
    line-height: 1;
    min-width: 116px;
    padding: 0 28px;
    text-transform: uppercase;
}

.grade-curricular-hub__tab:hover,
.grade-curricular-hub__tab.is-active {
    background: #fff;
    border-color: #fff;
    color: #0054aa;
}

.grade-curricular-hub__panel {
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 18px 40px rgba(0, 27, 59, .16);
    display: none;
    padding: 32px 30px 28px;
}

.grade-curricular-hub__panel.is-active {
    display: block;
}

.grade-curricular-hub__head {
    align-items: center;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    padding-bottom: 18px;
}

.grade-curricular-hub__head-left {
    color: #0063c7;
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.grade-curricular-hub__head-right-wrap {
    align-items: center;
    display: flex;
    gap: 18px;
}

.grade-curricular-hub__head-right {
    color: #92959b;
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
}

.grade-curricular-hub__toggle {
    align-items: center;
    background: transparent;
    border: 1px solid #0063c7;
    border-radius: 50%;
    color: #0063c7;
    cursor: pointer;
    display: inline-flex;
    font-size: 18px;
    font-weight: 800;
    height: 30px;
    justify-content: center;
    line-height: 1;
    padding: 0;
    width: 30px;
}

.grade-curricular-hub__row {
    align-items: center;
    border-bottom: 1px solid #d8d8d8;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    min-height: 51px;
    padding: 9px 0;
}

.grade-curricular-hub__disc-name {
    color: #252b37;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.25;
    text-transform: uppercase;
}

.grade-curricular-hub__disc-hours {
    color: #252b37;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    text-align: right;
    white-space: nowrap;
}

.grade-curricular-hub__total {
    align-items: center;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    padding-top: 16px;
}

.grade-curricular-hub__total-label,
.grade-curricular-hub__total-value {
    color: #151a28;
    font-size: 19px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.grade-curricular-hub__panel.is-collapsed .grade-curricular-hub__body {
    display: none;
}

.grade-curricular-hub .conteudo-prog {
    align-items: center;
    background: #0a2546;
    border-radius: 10px;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    font-weight: 800;
    justify-content: space-between;
    padding: 15px;
    text-align: center;
}

@media (max-width: 768px) {
    .bordFormPos .payment-details .d-pont-box {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px !important;
    }

    .bordFormPos .payment-details .text-discount {
        min-width: 0;
        width: 100%;
    }

    .grade-curricular-hub {
        padding: 32px 18px;
    }

    .grade-curricular-hub__top {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
        margin-bottom: 22px;
    }

    .grade-curricular-hub__title {
        font-size: 28px;
    }

    .grade-curricular-hub__tab {
        font-size: 15px;
        height: 42px;
        min-width: 82px;
        padding: 0 16px;
    }

    .grade-curricular-hub__panel {
        border-radius: 20px;
        padding: 22px 18px;
    }

    .grade-curricular-hub__head-right {
        display: none;
    }

    .grade-curricular-hub__row {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
        padding: 12px 0;
    }

    .grade-curricular-hub__disc-name,
    .grade-curricular-hub__disc-hours {
        font-size: 14px;
        text-align: left;
    }
}
