.card-cliente{
    border-radius: 5px;
    background-color: #FFFFFF;
    box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0,0,0,.12);
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    margin-bottom: 10px;
    height: 95%;
}
.div-imagem-cliente {
    background-color: #ededed;
    margin: 11px;
    margin-bottom: 0px;
    border-radius: 5px;
}
.imagem-cliente{
    display: block;
    margin: auto;
    width: 90%;
    height: 160px;
    border-radius: 5px;
    box-shadow: 0px 2px 8px -1px rgba(0, 0, 0, 0.2);
    background-color: white;
    margin-top: 10px;
    margin-bottom: 10px;
}
.conteudo-cliente{
    padding: 12px 16px 12px 16px;
    text-align: center;
}
.row-sem-margin {
    margin-right: 0px;
    margin-left: 0px;
}
.row-clientes{
    display: flex;
    width: 100%;
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 
    .imagem-cliente{
        height: 100px;
    }
}
@media only screen and (max-width: 600px) {
    .col-clientel {
        display: block;
        width: 100%;
    }
    .row-clientes{
        display: block;
        width: 100%;
    }
}