.mba-list .header-cursos{
    background-color: #005187;
    margin-top: 50px;
    padding: 40px;
    width: 95%;
}

.mba-list {
    margin-bottom: 50px;
}

.results-information {
    color: #666666;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 20px;
}

.results-information p {
    margin-bottom: 0px;
}

.mba-list .no-results {
    display: none;
    ul {
        list-style: none;
        margin-right: 15px;

        li {
            position: relative;
            padding-left: 40px;
            color: var(--dark-blue);
            font-size: 20px;
            font-weight: 500;
            margin-bottom: 15px;
        }

        li::before {
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 26px;
            height: 26px;
            background-image: url("../../courses/images/check.svg"); /* Substitua aqui pelo seu SVG */
            background-size: cover;
        }
    }
}

.mba-list .header-cursos p,
.mba-list .header-cursos h1,
.mba-list .header-cursos h2,
.mba-list .header-cursos h3,
.mba-list .header-cursos h4 {
    color: white;
}

.mba-list .header-cursos__flex {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.mba-list .text-white {
    color: white;
}

@media (max-width: 992px) {
    .mba-list .header-cursos {
        padding: 20px 10px;
        width: unset;
    }
}

.mba-list .carregar-mais {
    display: block;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: white;
    text-decoration: none;
    font-weight: 700;
    font-style: normal;
    cursor: pointer;
    background-color: var(--light-blue);
    border: 1px solid var(--light-blue);
    margin-top: 32px;
    transition: all .3s;
}

.mba-list .carregar-mais:hover {
    background-color: #003960;
    border-color: #003960;
}

.mba-list .tags__tipo {
    display: flex;
    gap: 20px;
    justify-content: space-between; 
}

/* .mba-list .m-cards {
    margin-bottom: 40px;
} */
.mba-list .m-cards__list__list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.mba-list .m-cards__item {
    /* margin-right: 30px; */
}

.mba-list .m-cards__item:last-child {
    margin-right: 0;
}
.mba-list article a:hover {
    text-decoration: none;
}

.mba-list article {
    position: relative;
    display: block;
    width: 336px;
    height: unset;
    padding: 20px;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.05);
    background: #EFF2F4;
    text-decoration: none;
    transition: all .3s;
    min-height: 168px;
}

@media( max-width: 1536px ) {
    .mba-list article {
        width: 387px;
    }
}

.mba-list .m-cards__item__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    align-items: center;
}

.mba-list .m-cards__item__infos {
    padding: 12px;
    background-color: white;
    margin-bottom: 10px;
    margin-top: 10px;
}

.mba-list .m-cards__item__infos p {
    margin-bottom: 5px;
}

.mba-list .m-cards__item--small a {
    width: 176px;
    height: 176px;
}

.mba-list .m-cards__item__disable {
    filter: grayscale(100) opacity(0.5);
}

.mba-list .m-cards__item__sub {
    display: flex;
    justify-content: space-between;
}

.mba-list .m-cards .edicao {
    color: #002a3f;
    font-weight: bold;
}

.mba-list article:hover {
    transform: scale(1.05);
}

.mba-list .m-cards__item a:after {
    display: block;
    content: "";
    position: absolute;
    width: 10px;
    height: 11px;
    right: 20px;
    bottom: 20px;
    background: url("../images/arrow-card.svg") no-repeat;
    transition: all .3s;
}
.mba-list .m-cards__item:hover a::after {
    transform: translateX(3px);
}

.mba-list .m-cards__item__title {
    font-weight: 700;
    font-size: 20px;
    color: var(--dark-blue);
    margin-bottom: 4px;
}
.mba-list .m-cards__item--small .m-cards__item__title {
    font-size: 14px;
}
.mba-list .m-cards__item p {
    font-size: 14px;
    color: var(--font-color);
}
.mba-list .m-cards__item__badges {
    margin-top: 10px;
}

.mba-list .m-cards__item__badge {
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    background: #002a3f;
    border-radius: 2px;
    padding: 4px;
    margin-right: 5px;
}

.mba-list .m-cards__item__badge-categoria {
    display: inline-block;
    font-weight: 400;
    font-size: 10px;
    color: #fff;
    background: #002a3f;
    border-radius: 2px;
    padding: 4px;
    margin-right: 5px;
    margin-bottom: 10px;
}
.mba-list .m-cards .owl-stage-outer {
    overflow: hidden;
}
.mba-list .m-cards .owl-stage-outer:before {
    content: "";
    background:#fff;
    position: absolute;
    width: 100%;
    height: calc(100% + 40px);
    left: -100%;
    margin-top: -20px;
    margin-left: -10px;
    top: 0;
    z-index: 10;
}
.mba-list .m-cards .owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    width:100%;
}
.mba-list .m-cards .owl-nav .owl-prev,
.mba-list .m-cards .owl-nav .owl-next {
    position: absolute;
    transition: all .3s;
}
.mba-list .m-cards .owl-nav .owl-prev.disabled,
.mba-list .m-cards .owl-nav .owl-next.disabled {
    display: none;
}
.mba-list .m-cards .owl-nav .owl-prev {
    left: -76px;
    transform: rotate(-180deg);
}
.mba-list .m-cards .owl-nav .owl-next {
    right: -76px;
}
.mba-list .m-cards .owl-nav .owl-next:before,
.mba-list .m-cards .owl-nav .owl-prev:before {
    display: block;
    content: "";
    width: 56px;
    height: 56px;
    background: #fff url("../../../assets/images/icons/arrow-big.svg") no-repeat 17px center;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
    border-radius: 100%;
    transition: all 0.3s;
}
.mba-list .m-cards .owl-nav .owl-next:hover:before,
.mba-list .m-cards .owl-nav .owl-prev:hover:before {
    background-color: #002a3f;
    background-position-x: -32px;
}
.mba-list .m-cards .owl-nav .owl-next:before:hover,
.mba-list .m-cards .owl-nav .owl-prev:before:hover {
    background: var(--light-blue) url("../../../assets/images/icons/arrow-big-white.svg") no-repeat center center;

}
.mba-list .m-cards .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.mba-list .m-cards .owl-dots .owl-dot span {
    display: block;
    width: 12px;
    height: 12px;
    border: solid 1px #fff;
    margin: 6px;
    background: #cccccc;
}
.mba-list .m-cards .owl-dots .owl-dot.active span {
    background: #0bbbef;
    border-color: #0bbbef;
}
.mba-list .m-cards .owl-stage {
    left: 0px;
}

@media (max-width: 1200px) {

    .mba-list .m-cards .owl-stage-outer {
        overflow: hidden;
    }
    .mba-list .m-cards .owl-stage-outer:before {
        display: none;
    }
    .mba-list .m-cards .owl-nav .owl-prev {
        left: 0px;
        transform: rotate(-180deg);
    }
    .mba-list .m-cards .owl-nav .owl-next {
        right: 0px;
    }
    .mba-list .m-cards .owl-stage {
        left: -70px;
    }
}

@media (max-width: 992px) {
    .mba-list .m-cards__list {
        flex-direction: column;
    }
    .mba-list .m-cards__item {
        margin-right: 0;
    }
    .mba-list article {
        width: 100%;
        height: unset;
    }

    .mba-list .m-cards__item--small a {
        width: auto;
    }
}

/* acordion */
.mba-list .header-cursos .m-accordion {
    list-style: none;
    margin: 0;
    padding: 0;
}
.mba-list .header-cursos .m-accordion__item {
    border-bottom: solid 1px #0BBBEF;
    margin-bottom: 24px;
    cursor: pointer;
    position: relative;
}
.mba-list .header-cursos .m-accordion__item__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 500;
    font-size: 20px;
    color: white;
    padding-left: 40px;
    padding-top: 7px;

}
.mba-list .header-cursos .m-accordion__item__title::after {
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    background: url("../images/arrow.svg") no-repeat;
    transition: all .3s;
}



.mba-list .aulas_online::before {
    display: block;
    /* background: url("../images/aulas-online.svg") no-repeat; */
    content: "";
    width: 32px;
    height: 32px;
    position: absolute;
    top: 2px;
}

.mba-list .vagas_restantes::before {
    display: block;
    /* background: url("../images/vagas-restantes.svg") no-repeat; */
    content: "";
    width: 32px;
    height: 32px;
    position: absolute;
    top: 2px;
}

.mba-list .certificado_pucrs::before {
    display: block;
    /* background: url("../images/certificado-pucrs.svg") no-repeat; */
    content: "";
    width: 32px;
    height: 32px;
    position: absolute;
    top: 2px;
}

.mba-list .reconhecido::before {
    display: block;
    /* background: url("../images/reconhecido-mec.svg") no-repeat; */
    content: "";
    width: 32px;
    height: 32px;
    position: absolute;
    top: 2px;
}

.mba-list .aulas_presenciais::before {
    display: block;
    /* background: url("../images/aulas-presenciais.svg") no-repeat; */
    content: "";
    width: 32px;
    height: 32px;
    position: absolute;
    top: 2px;
}

.mba-list .header-cursos .m-accordion__item__content {
    font-size: 16px;
    color: #444444;
    visibility: hidden;
    height: 0;
    opacity: 0;
    transition: all .3s;
}

.mba-list .header-cursos .m-accordion__item__content p {
    margin-bottom: 25px;
}

.mba-list .header-cursos .m-accordion__item.--active .m-accordion__item__title::after {
    transform: rotate(180deg);
}
.mba-list .header-cursos .m-accordion__item.--active .m-accordion__item__content {
   visibility: visible;
   height: auto;
   opacity: 1;
}

.mba-list .header-cursos .m-accordion__item__content h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.mba-list .header-cursos .m-accordion__item__content p {
    color: white;
}

.mba-list .header-cursos .m-accordion__item__content small {
    font-size: 18px;
    font-weight: 500;
    background-color: #83D0F5;
    padding: 3px;
}
