
/* ************** Widget ************** */
/*Desktop */

.widget.title{
    font-family: Arial,sans-serif; 
    color: #696969 !important; 
    font-size: 27px;
    text-transform: uppercase;
    margin-bottom: 3%;
}
.widget .name{
    font-size: 15px;
}
.widget .card{
    padding: 28px 35px;
    margin-left: 6%;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    border-radius: 2px;
}

.widget .card.depoimentos .itens{
    color:#696969;
}

.widget .card.depoimentos .itens .comment{
    font-family:Arial,sans-serif;
    font-size: 15px;
}
.image-title{
    margin-bottom: 2%;
}

/*Monitores Pequenos*/
@media(max-width:992px){
    .widget .container{
        padding-left: 2%;
        padding-right: 13%;    
    }

    .widget .card{
        margin-bottom: 2%;
    }

}
/* ************** End Widget ************** */

/* ************** List ************** */
.depoimentos.title{
    font-family: Arial,sans-serif; 
    color: #696969 !important; 
    font-size: 27px;
    text-transform: uppercase;
    margin-bottom: 4%;
}
.list .name{
    font-size: 15px;
}

.list.card{
    padding: 28px 27px;
    margin-left: 6%;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 20%);
    margin-bottom:2%;
    border-radius: 2px;
}

.card.depoimentos.list .itens{
    color:black;
}

.list.card.depoimentos .itens .comment{
    font-family:Arial,sans-serif;
    font-size:15px;
}

@media(max-width:992px){
    .listagem.container{
        padding-left: 2%;
        padding-right: 13%;    
    }

    .list.card{
        margin-bottom: 2%;
    }
}
/* ************** End List ************** */

/* ************** Styles For Both ************** */

.widget .rating-summary .rating-result:before, .list .rating-summary .rating-result:before {
    font-size:20px;
}

.widget .rating-summary, .list .rating-summary{
	overflow:visible;
}

.widget .rating-summary .rating-result>span, .list .rating-summary .rating-result>span{
	display: table-caption;
}

.widget .rating-summary .rating-result > span::before, .list .rating-summary .rating-result > span::before{
    font-size: 20px;
}

.listagem .date, .widget .date{
    float: right;
    color:#696969;
}

/* ************** End Styles For Both ************** */


