/* Trabalhando com Carrossel de Recomendações */
.slick-list {
    overflow: hidden !important;
}
.carrossel_estabelecimento {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0.5vw auto 5vw auto;
    width: 80.5vw;
}

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

    .bloco_capa_estabalecimento 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_estabelecimento {
    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;
}

.box_superior {
    display: flex;
    justify-content: end;
    align-items: center;
    width: 100%;
}

.nome_estabelecimento {
    width: 100%;
    text-align: center;
    font-family: var(--font-family-montserrat);
    color: var(--cor_branca);
    font-size: 1.1em;
    font-weight: 600;
    display: -webkit-box;
    padding-top: 0.6em;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bloco_tag_visualizacoes_estab {
    display: flex;
    align-items: center;
    margin: 0.5vw 1vw 0.5vw 1.5vw;
    text-decoration: none;
    font-family: var(--font-family-koho);
    font-size: 1.0em;
    gap: 0.4em;
    color: var(--cor_branca);
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 0.4em;
    padding: 0.2em 0.5em 0.2em 0.5em;
    max-width: 30vw;
    flex-wrap: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nota_global,
.qtd_avaliacoes {
    white-space: nowrap;
}

/* trecho de endereço e categoria */
.endereco_estabelecimento {
    width: 100%;
    text-align: start;
    font-family: var(--font-family-koho);
    color: var(--cor_branca);
    font-size: 0.8em;
    display: -webkit-box;
    padding-left: 1em;
    padding-top: 0.5em;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .endereco_estabelecimento i {
        margin-right: 0.5em;
    }

.box_func_categoria {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 0.5em;
    margin-bottom: 0.1em;
}

.categoria_estabelecimento {
    font-family: var(--font-family-koho);
    font-size: 0.8em;
    font-weight: 600;
    color: var(--cor_branca);
    padding-left: 1em;
}

.status_funcionamento {
    font-family: var(--font-family-koho);
    font-size: 0.8em;
    font-weight: 600;
    color: var(--cor_branca);
    padding-right: 1em;
}

.proximo_status_funcionamento {
    font-size: 0.8em;
}



/* ************************Responsividade******************** */
@media only screen and (max-width: 1024px) {

    .slick-list {
        overflow: hidden !important;
    }


    .bloco_capa_estabalecimento img {
        height: 40vw !important;
    }
}

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


    .bloco_capa_estabalecimento img {
        height: 40vw !important;

    }
  
}

@media only screen and (max-width: 480px) {
    .slick-list {
        overflow: hidden !important;
    }
    .carrossel_estabelecimento {
        display: flex;
        flex-direction: column;
        width: 90.0vw !important;
    }

    .bloco_capa_estabalecimento {
        width: 90vw !important;
        max-width: 90vw;
        margin: 1vw auto;

    }

        .bloco_capa_estabalecimento img {
            width: 90vw;
            height: 90vw !important;
        }

    .banner_capa_estabelecimento {
        width: 90vw;
        min-height: 12vw;
    }


    .nome_estabelecimento {
        padding-top: 0.4em;
    }

    .bloco_tag_visualizacoes_estab {
        max-width: 80vw;
        margin-top:3vw;
        margin-bottom:3vw;
    }


}
