
.bp-list-posts .post{
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-bottom: 17px;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 25px;
}
.bp-list-posts .post:nth-child(6){
    border-bottom: 0;
}
.bp-list-posts .post .post-image{
    border-radius: 10px;
    display: block;
    position: relative;
    width: 100%;
    background-color: #007e9c;
    overflow: hidden;
}
.bp-list-posts .post .post-image::before{
    content: '';
    display: block;
    padding-top: 56.25%;
}
.bp-list-posts .post .post-image img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 10;
}
.bp-list-posts .post .post-image .fas{
    font-size: 48px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 200;
    color: #fff;
    text-shadow: 0px 0px 15px rgba(0,0,0,1);
}
.bp-list-posts .post .post-image.no-image img{
    display: none !important;
}
.bp-list-posts .post .post-content{
    padding-top: 20px;
}
.bp-list-posts .post .post-content .post-categories{
    padding: 0 0 10px;
    color: #303030;
    font-size: 18px;
    font-weight: 700;
}
.bp-list-posts .post .post-content .post-categories a{
    color: #303030;
    font-weight: 700;
    text-decoration: none;
}

.bp-list-posts .post .post-content h4{
    color: #007e9c;
    font-size: 18px;
    font-weight: 700;
}
.bp-list-posts.jornalismo .post .post-content h4, .bp-list-posts.policial .post .post-content h4{
    color: #ff0000;
}
.bp-list-posts.esportes .post .post-content h4, .bp-list-posts.esporte .post .post-content h4{
    color: #52ab32;
}
.bp-list-posts.entretenimento .post .post-content h4{
    color: #f6a803;
}
.bp-list-posts.divinopolis .post .post-content h4, .bp-list-posts.noticias .post .post-content h4{
    color: #007e9c;
}
.bp-list-posts.politica .post .post-content h4{
    color: #47cbf5;
}
.bp-list-posts .post .post-content .post-link{
    display: block;
    text-decoration: none;
}
.bp-list-posts .post .post-content p{
    color: #303030;
    line-height: 1.2;
    font-size: 14px;
}
.bp-list-posts .post .post-content:hover {
    opacity: .5;
}

@media (min-width: 768px){
    .bp-list-posts .post{
        flex-direction: column;
    }
    .bp-list-posts .post .post-image{
        width: 100%;
    }
    .bp-list-posts .post .post-content{
        width: 100%;
    }
    .bp-list-posts .post .post-content .post-categories{
        font-size: 22px;
    }
    .bp-list-posts .post .post-content h4{
        font-size: 20px;
    }
    .bp-list-posts .post .post-content p{
        font-size: 14px;
    }
}
@media (min-width: 992px){
    .bp-list-posts .post{
        flex-direction: row;
    }
    .bp-list-posts .post .post-image{
        width: 280px;
    }
    .bp-list-posts .post .post-content{
        padding-top: 0;
        padding-left: 17px;
        width: calc(100% - 28px);
    }
    .bp-list-posts .post .post-content .post-categories{
        font-size: 24px;
    }
    .bp-list-posts .post .post-content h4{
        font-size: 20px;
    }
    .bp-list-posts .post .post-content p{
        font-size: 14px;
    }
}
@media (min-width: 1200px){
    .bp-list-posts .post{
        flex-direction: row;
    }
    .bp-list-posts .post .post-image{
        width: 340px;
    }
    .bp-list-posts .post .post-content{
        padding-left: 17px;
        width: calc(100% - 360px);
    }
    .bp-list-posts .post .post-content .post-categories{
        font-size: 27.29px;
    }
    .bp-list-posts .post .post-content h4{
        font-size: 22px;
    }
    .bp-list-posts .post .post-content p{
        font-size: 14px;
    }
}
/* Paginação */
.post_nav{padding: 0; margin: 0 0 50px; text-align: center;}
.post_nav ul{padding: 0; margin: 0 auto;}
.post_nav li a, .post_nav li a:hover, .post_nav li.active a, .post_nav li.disabled {color: #fff; font-size: 16px; font-style: italic; font-weight: 500; text-decoration: none; transition: 150ms all linear; text-transform: lowercase;}
.post_nav li {display: inline; margin: 0; padding: 0 3px}
.post_nav li a, .post_nav li a:hover, .post_nav li.active a, .post_nav li.disabled {background-color: #b6b6b6; border-radius: 5px; cursor: pointer; padding: 8px 15px;}
.post_nav li a:hover,.post_nav li.active a {background-color: #007e9c; color: #fff}

.container-more-articles{max-width: 700px;}

h1.category-title{
    display: flex;
    align-items: center;
    color: #303030;
    font-weight: 700;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 20px;
    line-height: 120%;
    text-transform: uppercase;
}
h1.category-title::after{
    content: '';
    background-color: #dfdfdf;
    flex: 1;
    height: 3px;
    margin-left: 10px;
}
h1.category-title.jornalismo, h1.category-title.policial{
    color: #ff0000;
}
h1.category-title.esportes, h1.category-title.esporte{
    color: #52ab32;
}
h1.category-title.entretenimento{
    color: #f6a803;
}
h1.category-title.divinopolis, h1.category-title.noticias{
    color: #007e9c;
}
h1.category-title.politica{
    color: #47cbf5;
}

@media (min-width: 768px) {
    h1.category-title{
        font-size: 35px
    }
}

#main-content{
    padding-bottom: 100px;
}

.top-posts{
    margin-top: 30px;
    background-color: #fff;
}
.top-posts h4{
    color: #fff;
    background-color: #007e9c;
    font-size: 14.73px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 20px 7px;
    line-height: 1.2;
}
.top-posts .top-post{
    display: flex;
    justify-content: row;
    text-decoration: none;
    transition: .15s;
    padding: 15px 0;
    align-items: center;
}
.top-posts .top-post .post-number{
    width: 36.666666%;
    color: #b6b6b6;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    transition: .15s;
    font-size: 36px;
}
.top-posts .top-post h5{
    color: #007e9c;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    transition: .15s;
    font-size: 16px;
}
.top-posts .top-post:hover .post-number{
    color: #0a6da8;
}
.top-posts .top-post:hover h5{
    color: #0a6da8;
}

@media (min-width: 768px){
    .top-posts .top-post .post-number{
        font-size: 50px
    }
    .top-posts .top-post h5{
        font-size: 16px;
    }
}
@media (min-width: 992px){
    .top-posts .top-post .post-number{
        font-size: 59.17px
    }
    .top-posts .top-post h5{
        font-size: 16px;
    }
}
@media (min-width: 1200px){
    .top-posts .top-post .post-number{
        font-size: 59.17px
    }
    .top-posts .top-post h5{
        font-size: 16px;
    }
}

.colunistas h2{
    font-weight: 400;
    color: #000;
    font-size: 25.54px;
    text-transform: uppercase;
    margin: 0 0 5px;
}

.slick-colunistas{margin-bottom: 40px;}
.slick-colunistas .author{
    display: flex;
    color: #000000;
    text-decoration: none;
    transition: .15s;
}
.slick-colunistas .author:hover{
    color: #007e9c;
}
.slick-colunistas .item{
    padding: 25px 20px 25px;
    border-bottom: 2px solid #dfdfdf;
}
.slick-colunistas .author figure{
    display: block;
    width: 120px;
    height: 110px;
    margin: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.slick-colunistas .author .author-info{
    flex: 1;
    padding-left: 20px;
    align-self: center;
}
.slick-colunistas .author .author-info .author-name{
    font-size: 14px;
    margin: 0 0 5px;
    line-height: 120%;
    font-weight: 700;
    text-transform: uppercase;
}
.slick-colunistas .author .author-info .author-bio{
    font-size: 12px;
    margin: 0;
    line-height: 120%;
}


.tradingview-widget-container{
    margin-top: 30px;
}
.tradingview-widget-container .tradingview-widget-copyright{
    display: none !important;
}

.poweredBy{display: none !important;}
.widget-moedas{
    margin-top: 30px;
}

.cat-ads{
    display: block;
    position: relative;
    width: 100%;
    padding: 0 0 30px;
    margin: 30px 0 20px;
    border-bottom: 1px solid #e1dee4;
}
.cat-ads::before{
    content: "";
    display: block;
    background: #e1dee4;
    width: 100%;
    position: absolute;
    height: 1px;
    top: 8px;
    z-index: 10;
}
.cat-ads .title-cat-ads{
    display: block;
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 20px;
    z-index: 200;
}
.cat-ads .title-cat-ads span{
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
}
.cat-ads img{display: block; margin: 0 auto !important; max-width: 100%; height: auto;}
.cat-ads iframe{display: block; margin: 0 auto !important; max-width: 100%;}

.cat-ads .adsense728{display: block; max-width: 728px; margin: 0 auto;}