: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%);
}

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

#banner-top {
    background-image: url(../../img/banner-courses.webp);
    background-position: center;
    background-size: cover;
    text-align: center;
}

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

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

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

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

header img {
    width: 15em;
}

.banner header {
    padding-top: 8vw;
}

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

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

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

.sucess-courses {
    background: linear-gradient(316deg, #7e0876 20%, #4d199b 93.62%);
    color: #fff;
}

.item {
    background: linear-gradient(90deg, #5D58F7, #4BF1FE, #C981B7) border-box;
    padding: 5px;
    border-radius: 30px;
}

#saude-publica-e-coletiva,
#saude-da-familia,
#biologia-estetica,
#auditoria-em-saude,
#fisioterapia, .course-image-recommendation {
    background-position: center;
    background-size: cover;
    height: 35vh;
    border-radius: 30px 30px 0px 0px;
}

#saude-da-familia {
    background-image: url(../../img/saude-da-familia.webp);
}

#saude-publica-e-coletiva {
    background-image: url(../../img/medico.webp);
}

#biologia-estetica {
    background-image: url(../../img/biologia-estetica.webp);
}

#auditoria-em-saude {
    background-image: url(../../img/auditoria-em-saude.webp);
}

#fisioterapia {
    background-image: url(../../img/fisioterapia.webp);
}

.item-content {
    background-color: #fff;
    border-radius: 30px;
}

.item p {
    color: #f16529;
    font-size: 0.8em;
}

.price p,
.price div {
    background-image: linear-gradient(180deg, #af67f1 17%, #4D49EC 53.62%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-weight: 800;
    font-size: 1em;
    margin: 0;
    line-height: 18px;
}

#qnt-parcelas {
    font-size: 2rem;
}

#price-dec {
    font-size: 2em;
}

#price-cent p {
    line-height: 20px;
}

#price-dec p {
    line-height: 80px;
    font-size: 2.5em;
}

.course {
    display: flex;
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
}

.course h1 {
    font-size: 1.1em;
    color: #000;
    font-weight: 600;
}

.course p,
.course span {
    color: #f16529;
}

.course a {
    font-size: 0.8em;
}

.course span {
    font-size: 2.5em;
}

.info-title {
    position: static;
    padding: 3em;
}

.info-grid-content {
    position: static;
    max-width: 90%;
}

.info-grid {
    height: 42em;
}

@media screen and (max-width: 500px) {
    .info-grid {
        height: 93em;
    }

    #courses-list {
        max-width: 100%;
    }
}

@media screen and (min-width: 501px) {
    .owl-carousel {
        max-width: 80%;
    }

    .banner-btn-top {
        display: inline-block;
        margin-top: 15px;
    }

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

    #banner-top {
        display: flex;
        justify-content: center;
    }

    .banner {
        display: flex;
        justify-content: center;
        align-items: center;
        justify-content: space-around;
        width: 95%;

    }

    #banner-body {
        padding: 5vw 0vw;
        display: flex;
        width: 30vw;
        flex-direction: column;
        justify-content: right;
    }

    section header {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

}

.pagination_courses{
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination_courses .pagination{
    flex-wrap: wrap;
}

