:root {
    --gradient-divisor: linear-gradient(316deg, #7e0876 20%, #4d199b 93.62%);
    --bg-gradient: linear-gradient(90deg, rgba(0, 0, 255, 1) 0%, rgba(0, 0, 255, 1) 0%, rgba(255, 0, 189, 1) 100%);
    --bg-gradient-hover: linear-gradient(90deg, rgba(255, 0, 189, 1) 0%, rgba(0, 0, 255, 1) 100%, rgba(0, 0, 255, 1) 100%);
    --pix-background-color: linear-gradient(90deg, #F7B723 50%, #FF762C 93.62%);
    --pix-text-color: #FB9728;
    --credit-background-color: radial-gradient(50% 50% at 50% 50%, #00D772 0%, #3E6BA1 100%);
    --credit-text-color: #1FA18A;
    --boleto-text-color: #4D49EC;
}

#banner-top h3 {
    color: #fff;
    font-weight: 800;
}

#banner-top {
    background-image: url(../../img/new-banner-footer.webp);
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #1dedef;
}

.banner-course-pos{
    background: linear-gradient(316deg, #0000ff 20%, #019cff 93.62%) !important;
}

#banner-top p {
    color: #1dedef;
    font-weight: 800;
    font-size: 1.1em;
}

#carga-horaria {
    justify-content: left;
}

#carga-horaria p {
    color: #1dedef;
    font-weight: 800;
    font-size: 1em;
    display: flex;
    flex-direction: row;
}

#carga-horaria span {
    color: #fff;
    font-weight: 800;
    font-size: 1em;
    margin-left: 0.3em;
}

.banner-btn-top {
    display: none;
}

.banner header {
    padding-top: 7vw;

}

.banner-img {
    display: inline-flex;
    align-items: center;
}

.banner-img img {
    width: 9em;
    height: 6em;
    margin-left: 2em;
}

header p {
    text-align: center;
    display: flex;
    flex-direction: column;
}

header span {
    color: #fff;
    font-size: 1.5em;
}

header img {
    width: 15em;
}

#banner-body span {
    color: #fff;
}

#banner-body img {
    width: 15em;
}

.divider {
    height: 10px;
    background: var(--bg-gradient);
}

.btn-style {
    border: 0;
    cursor: pointer;
}

.btn-style:focus {
    outline: none;
}

.icon {
    background-color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    margin-bottom: 15px;
    box-shadow: 0px 0px 20px -3px rgba(0, 0, 0, 0.75);
    border-radius: 5px;
}

.accordion-item {
    background: #fff;
    color: #000;
}

.panel {
    margin-top: 3px;
    background: linear-gradient(0deg, rgba(254, 254, 254, 1) 71%, rgba(255, 255, 255, 0.2360801781737194) 100%);
}

.accordion-item:after {
    color: #000;
}

#module-title {
    margin-bottom: 8px;
    font-size: 1em;
}

.accordion-item a {
    color: #FC2D25;
    font-size: 0.8em;
}

#discipline-temp {
    font-weight: 700;
}

.module-box {
    background: var(--bg-gradient);
    width: 5em;
    text-align: center;
    margin-right: 1em;
    border-radius: 8px;
    white-space: nowrap;
}

.module-box p {
    padding: 1em 1.5em;
    font-size: 0.7em;
    margin: 0;
    color: #fff;
    font-weight: 600;
}

.card {
    background: linear-gradient(261.26deg, #4A19A6 0%, #4A19A6 100%);
    margin-top: 5vw;
    padding: 1em;
    border-radius: 10px;
}

.card p {
    color: #1dedef;
}

.card span {
    color: #fff;
    font-weight: 800;
    font-size: 1.2em;
}

.card-info-icon {
    margin-right: 0.5em;
}

.card-info {
    background: #fff;
}

.card-info p {
    color: #004ab9;
    text-align: left;
    font-size: 0.8em;
    font-weight: 600;
}

#prices {
    background-image: url(../../img/price-bg-pos-prominas.webp);
    color: #fff;
    height: 110vh;
}

#prices h4 {
    color: #fff;
}

.prices-content {
    display: flex;
    justify-content: center;
    max-width: 70%;
}

.price-box {
    background-color: #fff;
    margin: 1em;
    flex: 1;
    border-radius: 10px;
    padding-bottom: 1em;
}

.pix header,
.credit header,
.boleto header {
    border-radius: 10px 10px 8px 8px;
}

.pix header p,
.credit header p,
.boleto header p {
    font-size: 1em;
    font-weight: 700;
}

.price-body span {
    color: #000;
    font-weight: 700;
    font-size: 0.7em;
    background-color: #ccc;
    padding: 7px 10px;
    border-radius: 15px;
    text-transform: uppercase;
}

.price-body hr {
    width: 75%;
    background-color: #d4d4d4;
}

.price-body h6 {
    color: #000;
    font-size: 0.7em;
    text-transform: uppercase;
}

.price p {
    font-size: 2em;
    font-weight: 800;
}

.matricula p {
    font-size: 1em;
    font-weight: 700;
}

.price-body a {
    font-size: 0.8em;
}

.pix header {
    background: var(--pix-background-color);
}


.credit p {
    color: var(--credit-text-color);
}

.pix p {
    color: var(--pix-text-color);
}

.credit a {
    background: var(--credit-background-color);
}

.pix a {
    background: var(--pix-background-color);
}

.boleto p {
    color: var(--boleto-text-color);
}

.credit header {
    background: var(--credit-background-color);
}

.boleto header {
    background: var(--bg-gradient);
}

.bonus {
    height: 15vh;
}

.modal-content {
    background-image: url(../../img/modal_pos_bg_course.webp);
    background-position: center;
    background-size: cover;
    border-radius: 20px;
}

.modal-content h3 {
    color: #fff;
    font-weight: 800;
    font-size: 0.8em;
}

.modal-content p {
    color: #1dedef;
    font-weight: 800;
    font-size: 1. 1em;
}

.modal-content label {
    color: #fff;
    font-size: 1em;
}

@media screen and (min-width: 501px) {
    .banner {
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding-top: 8vw;
    }

    .banner header {
        max-width: 50%
    }

    .banner header p {
        padding-top: 1vw;
        text-align: left;
    }

    .banner-img {
        padding-top: 3vw;
        justify-content: center;
        flex-direction: column;
    }

    .banner header,
    #banner-body {
        flex: 2;
    }

    .banner-img img {
        margin-top: 1em;
        margin-left: 0em;
    }

    .banner-img {
        padding-top: 0vw;
    }

    .banner header {
        padding-top: 0vw;
        padding-bottom: 5vw;
    }

    #course-desc-disciplines {
        display: flex;
        align-items: center;
        max-width: 80%;
    }

    .disciplines {
        margin-right: 8vw;
        max-width: 60%;
    }

    .card {
        width: 100vw;
        padding: 2vw;
    }


}

@media screen and (max-width: 500px) {
    #prices {
        height: 270vh;
        background-position: center;
        background-size: cover;
    }

    .prices-content {
        flex-direction: column;
        max-width: 100%;
    }
}
