.courses-list-escola .m-cards {
    margin-bottom: 60px;
}
.courses-list-escola .m-cards__list {
    display: flex;
    flex-wrap: wrap;
}
.courses-list-escola .m-cards__item {
    margin-right: 13px;
    margin-bottom: 15px;
    display: none;
}

.courses-list-escola .tags__tipo {
    display: flex;
    gap: 5px;
    justify-content: space-between; 
    align-items: flex-start;
}
.courses-list-escola .tags__tipo__tag {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
}
.courses-list-escola .tags__tipo .m-cards__item__title {
    max-width: 280px;
}

/* .courses-list-escola .m-cards__item:nth-child(-n+3) {
    display: block;
} */

.courses-list-escola .m-cards .m-cards__show-more{
    display: flex;
    justify-content: center;
}

.courses-list-escola .m-cards .m-cards__internal{
    display: flex;
    margin-top: 20px;
    justify-content: center;
}

.courses-list-escola .carregar-mais {
    margin-top: 32px;
    width: 100%;
    border: 1px solid var(--light-blue);
    text-align: center;
    /* padding: 20px; */
    display: flex;
    align-items: center;
    height: 60px;
}
.courses-list-escola .carregar-mais a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-style: normal;
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    background-color: var(--dark-blue);
    align-items: center;
}

.courses-list-escola .carregar-mais:hover a {
    color: var(--light-blue);
}

.courses-list-escola .carregar-mais:hover a {
    background-color: #fff;
}

.courses-list-escola .load-more {
    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;
}

.courses-list-escola .load-more:hover {
    background-color: #003960;
    border-color: #003960;
}

.courses-list-escola  .load-more + .m-link{
    margin: 20px auto;
    margin-top: 40px;
}


.courses-list-escola .m-cards__item:last-child {
    margin-right: 0;
}
.courses-list-escola .m-cards__item a {
    position: relative;
    display: flex;
    width: 370px;
    height: 168px;
    padding: 15px;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.05);
    background: #EFF2F4;
    text-decoration: none;
    transition: all .3s;
    flex-direction: column;
    justify-content: space-between;
}
.courses-list-escola .m-cards__item--small a {
    width: 176px;
    height: 176px;
}

.courses-list-escola .m-cards__item a:hover {
    transform: scale(1.05);
}

.courses-list-escola .m-cards__item a:after {
    display: block;
    content: "";
    position: absolute;
    width: 10px;
    height: 11px;
    right: 15px;
    bottom: 20px;
    background: url("../../../assets/images/icons/arrow.svg") no-repeat;
    transition: all .3s;
}
.courses-list-escola .m-cards__item:hover a::after {
    transform: translateX(3px);
}
.courses-list-escola .m-cards__item__title {
    font-weight: 700;
    font-size: 20px;
    color: var(--dark-blue);
    margin-bottom: 4px;
}
.courses-list-escola .m-cards__item--small .courses-list-escola .m-cards__item__title {
    font-size: 14px;
}
.courses-list-escola .m-cards__item p {
    font-size: 14px;
    color: var(--font-color);
}

.courses-list-escola .m-cards__item__badges {
    /* display: flex; */
    column-gap: 5px;
}

.courses-list-escola .m-cards__item__badge-type {
    left: 20px;
    bottom: 20px;
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    color: #0BBBEF;
    border: 1px solid #0BBBEF;
    background: #fff;
    border-radius: 50px;
    margin-bottom: 5px;
    padding: 4px 10px;
}

.courses-list-escola .m-cards__item__badge {
    /* position: absolute; */
    left: 20px;
    bottom: 20px;
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    color: #0BBBEF;
    border: 1px solid #0BBBEF;
    background: #fff;
    border-radius: 50px;
    margin-bottom: 5px;
    padding: 4px 10px;
}
.courses-list-escola .m-cards .owl-stage-outer {
    overflow: hidden;
}
.courses-list-escola .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;
}
.courses-list-escola .m-cards .owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    width:100%;
}
.courses-list-escola .m-cards .owl-nav .owl-prev,
.courses-list-escola .m-cards .owl-nav .owl-next {
    position: absolute;
    transition: all .3s;
}
.courses-list-escola .m-cards .owl-nav .owl-prev.disabled,
.courses-list-escola .m-cards .owl-nav .owl-next.disabled {
    display: none;
}
.courses-list-escola .m-cards .owl-nav .owl-prev {
    left: -76px;
    transform: rotate(-180deg);
}
.courses-list-escola .m-cards .owl-nav .owl-next {
    right: -76px;
}
.courses-list-escola .m-cards .owl-nav .owl-next:before,
.courses-list-escola .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;
}
.courses-list-escola .m-cards .owl-nav .owl-next:hover:before,
.courses-list-escola .m-cards .owl-nav .owl-prev:hover:before {
    background-color: #002a3f;
    background-position-x: -32px;
}
.courses-list-escola .m-cards .owl-nav .owl-next:before:hover,
.courses-list-escola .m-cards .owl-nav .owl-prev:before:hover {
    background: var(--light-blue) url("../../../assets/images/icons/arrow-big-white.svg") no-repeat center center;

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

@media (max-width: 1400px) {
    .courses-list-escola .m-cards .owl-stage-outer {
        overflow: hidden;
    }
    .courses-list-escola .m-cards .owl-stage-outer:before {
        display: none;
    }
    .courses-list-escola .m-cards .owl-nav .owl-prev {
        left: -45px;
        transform: rotate(-180deg);
    }
    .courses-list-escola .m-cards .owl-nav .owl-next {
        right: -45px;
    }
    .courses-list-escola .m-cards .owl-stage {
        left: 0px;
    }
}

@media (max-width: 1200px) {

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

@media (max-width: 768px) {
    .courses-list-escola .m-cards__item {
        display: block;
    }

    .owl-stage {
        gap: 160px;
        display: flex;
    }
    .courses-list-escola .m-cards__list {
        flex-direction: column;
        flex-wrap: nowrap;
    }
}

@media (max-width: 576px) {
    .courses-list-escola .m-cards__list {
        flex-direction: column;
    }
    .courses-list-escola .m-cards__item {
        margin-right: 0;
    }
    .courses-list-escola .m-cards__item a {
        width: auto;
        height: 196px;
    }

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

/*56. Abas */
.m-tab {
    margin-bottom: 40px;
}
.m-tab__list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: solid 1px #005187;
}
.m-tab__list__item a {
    display: flex;
    align-items: center;
    padding: 0 30px;
    height: 52px;
    font-size: 16px;
    color: #005187;
    transition: all 0.3s;
    text-decoration: none;
}
.m-tab__list__item.--active a,
.m-tab__list__item a:hover {
    background: #005187;
    color: #fff;
}
.m-tab__content {  
    width: 100%;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s;
}

.m-tab__content.--active {
    padding: 40px 0;  
    height: auto;
    opacity: 1;
    visibility: visible;
}

@media (max-width: 576px) {
    .m-tab__list {
       flex-direction: column;
    }
}

