.cardPlaylist
{
    width: 49.5%;
    background-color: #fff;
    border-radius: 5px;
}

.local_icone
{
    /* background-image: url(../images/fundoLogoCor1.png); */
    border-top-left-radius: 5px;
}

.cardPlaylist a
{
    text-decoration: none;
    color: #222a32;
    display: flex;
    align-items: center;
}

.local_icone
{
    width: 150px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}

.local_icone img
{
    width: 80px;
    position: absolute;
    left: 15px;
    top: 10px;
}

.textosPlaylist
{
    width: calc(100% - 60px);
    box-sizing: border-box;
    padding: 10px;
}

.textoAula
{
    color: #666b6f;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.semAcesso
{
    width: 100%;
    color: rgb(196, 10, 10);
}

@media screen and (max-width: 600px)
{
    .cardPlaylist
    {
        width: 100%;
    }
}