
/* **************************Container contendo os blocos de seleção estabelecimento***************** */
.slick-list {
    overflow: hidden !important;
}
.album_secao {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95vw;
    margin: 0 auto;
    overflow: hidden;
    gap: 1.0em;
}

.album {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;

}

    .album:last-child {
        margin-right: 0; /* Remove a margem do último álbum */
    }

    .album img {
        width: 9.3vw;
        padding: 0vw;
        height: 5.5vw;
        border-radius: 0.5em;
        object-fit: cover;
        box-shadow: 0 0 0.2vw var(--cor_cinza_escura);
        position: relative;
    }

.frase_album {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    padding: 0.5em;
    border-radius: 0 0 0.5em 0.5em;
    color: white;
}

.frase_linha {
    font-family: var(--font-family-koho);
    color: var(--cor_branca);
    font-size: 0.9em;
    font-weight: bold;
    display: block;
    text-align: left;
    padding-left: 0.5vw;
}

.frase_linha_base {
    font-family: var(--font-family-koho);
    color: var(--cor_branca);
    font-size: 0.9em;
    font-weight: bold;
    display: block;
    text-align: left;
    padding-left: 0.5vw;
}

.nome_album {
    font-family: var(--font-family-koho);
    font-size: 0.9em;
    color: var(--cor_cinza_escura);
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 2.5vw;
    line-height: 1.25em;
    position: relative;
    margin-top: 0.5vw;
}


.ajuste_cidades{
    margin-bottom:8vw;
}
/* ************************Responsividade******************** */
@media only screen and (max-width: 1024px) {
    /* **************************Container contendo os blocos de seleção estabelecimento***************** */
    .slick-list {
        overflow: hidden !important;
    }
    .album_secao {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: nowrap;
        overflow-x: auto;
        white-space: nowrap;
    }


    .album img {
        width: 17.5vw;
        height: 7.5vw;
    }



}

@media only screen and (max-width: 768px) {


    /* **************************Container contendo os blocos de seleção estabelecimento***************** */
    .slick-list {
        overflow: hidden !important;
    }
    .album_secao {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: nowrap;
        overflow-x: auto;
        white-space: nowrap;
    }


    .album img {
        width: 22vw;
        height: 9vw;
    }



}

@media only screen and (max-width: 480px) {

    /* **************************Container contendo os blocos de seleção estabelecimento***************** */
    .slick-list {
        overflow: hidden !important;
    }
    .album_secao {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: nowrap;
        overflow-x: auto;
        white-space: nowrap;
    }

    .album img {
        width: 35vw;
        height: 19vw;
    }
    .ajuste_album_cidades img {
        width: 35vw;
        height: 25vw;
    }

    .ajuste_cidades {
        margin-bottom: 15vw;      
    }

}
