﻿.courses-related {
    .splide {
        padding: 0 3.3rem;
    }
    .splide__slide {
        opacity: 1;
        cursor: pointer;
    }
    .splide:not(.is-overflow) .splide__arrows {
        display: none;
    }
    .splide__slide .andamento {
        position: absolute;
        bottom: 0.5rem;
        width: 100%;
        padding: 7px;
    }
    .splide__slide img {
        display: block;
        width: 100%;
        transform-origin: center center;
        cursor: pointer;
        border-radius: 10px;
    }
    .splide__slide.is-active {
        opacity: 1;
    }
    .splide__slide .btn {
        position: absolute;
        top: .5rem;
        right: .5rem;
        z-index: 1;
    }
    .splide_conteudo_info {
        display: none;
    }
    .progress-bar {
        background-color: var(--bs-primary);
    }
    .progress {
        height: 10px;
    }
}