.card-novo-elenco:hover{ 
    cursor: pointer;
}

.card-novo-elenco:hover .img-thumbnail{ 
    background-color: rgb(214, 214, 214);
    transform: scale(1.05);
    cursor: pointer;
}

.card-novo-pagamento:hover .img-thumbnail{ 
    background-color: rgb(214, 214, 214);
    transform: scale(1.05);
    cursor: pointer;
}