.slider-container {
    padding-left: 160px;
    margin-top: 100px;
}

.title-impact-carrousel {
    font-size: var(--fs-h1);
    font-weight: 500px;
    text-align: center;
}

.slider {
    margin-top: 40px;
}

.play-icon {
    margin-left: 5px;
}

.slide-item {
    box-shadow: 0px 0px 32px 0px #0000001A;
    display: flex !important;
    margin: 40px 40px;
    border-radius: 24px;
    height: 400px !important;

    img {
        width: 650px;
        object-fit: cover;
        border-bottom-left-radius: 24px;
        border-top-left-radius: 24px;

    }
}

.slide-content {
    padding: 30px 72px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.case-label {
    font-size: 14px;
    font-weight: 700;
    color: #fffffa;
    background-color: #6800FF;
    width: max-content;
    padding: 5px 15px;
    border-radius: 100px;
}

.content-title-slide {
    margin-top: 0px;
    display: flex;
    align-items: flex-end;
}

.title-slide {
    font-size: var(--fs-h3);
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 40px;
}

.subtitle-slide {
    font-size: 22px;
    font-weight: 300;
    color: #222222;
    line-height: 28px;

    p {
        margin-bottom: 0px;
    }
}


.description-slide {
    font-size: 18px;
    line-height: 24px;
    color: #222222;
    margin-top: 20px;
}

.slide-minutes-reading {
    font-size: 14px;
    font-weight: 700;
    color: #c1c1c1;
    margin-right: 5px;

}

.slide-date-published {
    font-size: 14px;
    color: #222222;
}

.slide-read-more {
    padding: 8px 30px;
    border-radius: 4px;
    border: 1px solid #6800FF;
    color: #6800FF;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    width: max-content;
    margin-top: 20px;
}

.date-read-slide {
    margin-top: 15px;
    margin-bottom: 40px;
}

.slick-list {
    padding-left: 0px !important;
}

.actions-slider {
    display: flex;
    justify-content: space-between;
    max-width: calc(100% - 250px);
    margin-left: 40px;
}

.autoplay-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #6800FF;
    background-color: transparent;
}

.nav-btn {
    width: 50px;
    height: 50px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #6800FF;
    color: #6800FF;

    img {
        max-width: 12px;
    }
}

.prev-button {
    transform: rotate(180deg);
}

.slider-index {
    font-size: 22px;
    font-weight: 700;
    color: #6800FF;
    margin-left: 10px;
    margin-right: 10px;
}

@media screen and (max-width: 1670px) {
    .slider-container {
        padding-left: 100px;
    }
}

@media screen and (max-width: 1440px) {
    .title-impact-carrousel {
        font-size: var(--fs-h2);
        line-height: 40px;
    }

    .slider-container {
        padding-left: 60px;
        padding-right: 60px;
    }

    .title-slide {
        font-size: 28px;
        line-height: 30px;
    }

    .slide-item {
        img {
            width: 510px;
        }
    }

    .slider {
        margin-top: 0;
    }

    .slide-content {
        padding: 30px 40px;
    }

    .actions-slider {
        max-width: calc(100% - 80px);
    }

    .slide-read-more {
        padding: 2px 30px;
    }
}

@media screen and (max-width: 1024px) {
    .slide-item {
        min-height: 400px !important;
        height: 100% !important;
        flex-direction: column;
        border-radius: 16px;
        margin-bottom: 30px;

        img {
            width: 100%;
            height: 225px;
            border-bottom-left-radius: 0;
            border-top-left-radius: 16px;
            border-top-right-radius: 16px;
        }
    }

    .content-title-slide {
        height: 110px;
        margin-top: 40px;
    }

    .slider-container {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 70px;
    }

    .slide-content {
        margin-top: -130px;
    }

    .title-slide {
        color: #FFFFFA;
        margin-bottom: 0;
    }

    .subtitle-slide {
        margin-top: 40px;
    }

    .empty-description-slider {
        margin-top: 24px;
    }    

    .description-slide {
        margin-top: 10px;
        font-weight: 100;
    }

    .slide-read-more {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    .case-label {
        margin-top: -100px;
    }

    .title-impact-carrousel {
        font-size: var(--fs-h3);
        font-weight: 300;
    }
}

@media screen and (max-width: 720px) {
    .slider-container {
        padding-left: 0;
        padding-right: 0;
        margin-top: 45px;
        margin-bottom: 45px;
    }

    .slide-item {
        margin: 30px;
    }

    .title-impact-carrousel {
        font-size: var(--fs-h3);
    }
}