.slick-list {
    overflow: hidden !important;
}
/* Trabalhando com Destaques para Atualizações Belovety */
.container_explore {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30vw 0 10vw;
    margin-bottom:0vw;
}

.foto_explore a img {
    width: 8vw;
    height: 8vw;
    border-radius: 50%;
    border: 0.2vw solid var(--cor_principal);
    padding: 0.1vw;
}

.foto_explore p {
    font-family: var(--font-family-montserrat);
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    margin-top: 0.5vw;
}

.carrossel_explore {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5vw;
    margin-top: 0.5vw;
    width: 40vw;
}

.bloco_capa_explore {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    width: 40vw;
    margin-right: .5vw;
}

    .bloco_capa_explore img {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 40vw;
        height: 28vw;
        border-radius:0.5em;
        object-fit: cover;
        cursor: pointer;
    }

.banner_capa_explore {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: absolute;
    bottom: 0;
    height: auto;
    background-color: rgba(0, 0, 0, 0.6);
    width: 40vw;
}

.titulo_explore {
    width: 100%;
    text-align: center;
    font-family: var(--font-family-montserrat);
    color: var(--cor_branca);
    font-size: 1.5em;
    font-weight: 500;
    padding: 1em 0.5em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* ************************Responsividade******************** */
@media only screen and (max-width: 1024px) {
    .slick-list {
        overflow: hidden !important;
    }


    .foto_explore a img {
        width: 10vw;
        height: 10vw;
    }


        .bloco_capa_explore img {
            width: 40vw;
            height: 35vw;
        }
    .slick-dots {
        bottom: -7vw;
    }
}

@media only screen and (max-width: 768px) {
    .slick-list {
        overflow: hidden !important;
    }
    .container_explore {
        flex-direction: column;
        margin: 0 auto 0 auto;
        padding: 0;
        gap: 2em;
        width: 100%;
    }

    .foto_explore a img {
        width: 15vw;
        height: 15vw;
    }


    .carrossel_explore {
        width: 75vw;
    }

    .bloco_capa_explore {
        align-items: center;
        justify-content: center;
        width: 75vw;
    }

        .bloco_capa_explore img {
            width: 95vw;
            height: 80vh;
        }

    .banner_capa_explore {
        width: 75vw;
    }

    .slick-dots {
        bottom: -10vw;
    }

}

@media only screen and (max-width: 480px) {
    .slick-list {
        overflow: hidden !important;
    }
    .container_explore {
        flex-direction: column;
        margin: 0 auto 0 auto;
        padding:0;
        gap:2em;
        width:100%;
    }

    .foto_explore a img {
        width: 25vw;
        height: 25vw;
    }


    .carrossel_explore {
        width: 95vw;
    }

    .bloco_capa_explore {
        align-items:center;
        justify-content:center;
        width: 95vw;

    }

        .bloco_capa_explore img {
            width: 95vw;
            height: 50vh;
        }

    .banner_capa_explore {
        width: 95vw;
    }
    .slick-dots {
        bottom: -15vw;
    }
}
