/*==================================================
                DEPOIMENTOS
==================================================*/

.depoimentos{

    padding:90px 0;

    background:#FFF;

}

.depoimento-card{

    background:#FFF;

    border-radius:22px;

    padding:35px;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    transition:.35s;

    height:100%;

}

.depoimento-card:hover{

    transform:translateY(-8px);

}

.depoimento-card img{

    width:85px;

    height:85px;

    border-radius:50%;

    object-fit:cover;

    margin-bottom:20px;

}

.depoimento-card h5{

    color:#8A6A56;

    font-weight:700;

}

.depoimento-card small{

    color:#999;

}

.depoimento-card p{

    margin-top:20px;

    color:#666;

    line-height:1.8;

    font-style:italic;

}

.estrelas{

    color:#FFC107;

    margin-bottom:15px;

}