/*
Theme Name: Portal
Author: Portal
Author URI:
Description:
Version: 1.0
*/


.card__post-carousel .card__post .card__post__body img{
	object-position: top;
}

.card__post .card__post__body img{
	object-position: top;
}

.colunistas .card__post .image-sm img{
    width: 90px;
    height: 90px;
    border-radius: 50%;
}

.card__post-list .card__post__content .card__post__title h6{
    text-transform: initial;
}

@media screen and (max-width: 768px) {
    .card__post .card__post__body .card__post__content .card__post__category {
        position: absolute;
        top: -35px;
        left: 20px;
    }

    .card__post__author-info {
    	padding-top: 10px!important;
    }
}



.st-date{
    color: rgb(149, 143, 144);
    font-size: 12px;
}

.total-views i{
    display: flex;
}


.box-grupo-leitores{
    padding: 20px;
    background: #c00;
    border-radius: 0px;
    color: #fff;
}

.box-grupo-leitores p{
    color: #fff;
    margin-bottom: 0px;
    margin-top: 10px;
    line-height: normal;
}

.box-grupo-leitores a{
    color: #fff;
    text-decoration: underline;
}