.slick-list {
    overflow: hidden !important;
}
.carrossel {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0.5vw auto 5vw auto;
    width: 80.5vw;
}

.ajuste_carrossel_avaliacao {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0.5vw auto 5vw auto;
    width: 84.5vw;
}
.bloco_capa_destaques {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    width: 40vw;
    max-width: 40vw;
    margin-right: .5vw;
}

    .bloco_capa_destaques img {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 40vw;
        height: 25vw !important;
        object-fit: cover;
        cursor: pointer;
        border-radius: 0.5em 0.5em 0em 0em !important;
    }

.banner_capa_destaques {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: absolute;
    bottom: 0;
    height: auto;
    min-height:8vw;
    background-color: rgba(0, 0, 0, 0.6);
    width: 40vw;
}

/* ************************Responsividade******************** */
@media only screen and (max-width: 1024px) {
    .slick-list {
        overflow: hidden !important;
    }
    .carrossel {
        width: 90.5vw;
    }


    .bloco_capa_destaques {
        width: 45vw;
        max-width: 45vw;
        margin-left: 0vw;
    }

        .bloco_capa_destaques img {
            width: 45vw;
            height: 30vw !important;
        }

    .banner_capa_destaques {
        width: 45vw;
        min-height: 12vw;
    }

}

@media only screen and (max-width: 768px) {
    .slick-list {
        overflow: hidden !important;
    }
    .carrossel {
        width: 90.5vw;
    }


    .bloco_capa_destaques {
        width: 45vw;
        max-width: 45vw;
        margin-left: 0vw;
    }

        .bloco_capa_destaques img {
            width: 45vw;
            height: 40vw !important;
        }

    .banner_capa_destaques {
        width: 45vw;
        min-height: 12vw;
    }



}

@media only screen and (max-width: 480px) {
    .slick-list {
        overflow: hidden !important;
    }
    .carrossel {
        width: 90vw;
    }


    .bloco_capa_destaques {
        width: 90vw;
        max-width: 90vw;
        margin-left: 0vw;
    }

        .bloco_capa_destaques img {
            width: 90vw;
            height: 70vw !important;
        }

    .banner_capa_destaques {
        width: 90vw;
        min-height: 12vw;
    }
}
