.noticias-destaque .featured{
    height: 375px;
    position: relative;
    margin-bottom: 36px;
    border: 1px solid #f1f1f1;
}

.noticias-destaque .featured .highlights-content{
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 16px 16px;
    position: static;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(50%,transparent),to(rgba(0,0,0,.9)));
    background: -o-linear-gradient(top,transparent 50%,rgba(0,0,0,.9) 100%);
    background: linear-gradient(180deg,transparent 50%,rgba(0,0,0,.9));
}

.destaque-noticias{
    height: 100%;    
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0;
    position: static;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(50%,transparent),to(rgba(7, 29, 65, 0.9)));
    background: -o-linear-gradient(top,transparent 50%,rgba(7, 29, 65,.9) 100%);
    background: linear-gradient(180deg,transparent 50%,rgba(7, 29, 65,.9));
}

.destaque-noticias{
    padding: 0px;
}

.noticias-destaque .featured img{
    max-width: 100%;
    object-fit: cover;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    height: 375px;
}

.highlight-image{
    position: static;
    display: inline;
    padding: 0;
    width: 100%;
    height: 100%;
}

.noticias-destaque .featured .caption a{
    color: #ffffff;
    font-weight: 600;
    line-height: 1.4;
    font-size: 20px;
    display: block;
}

#interna .noticias-destaque .featured h2.title{
    margin-bottom: 0px;
}

.noticias-destaque .featured .reference{
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
    line-height: normal;
    margin-bottom: 8px;
}

.noticias-destaque .featured .social-links{
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 10px;
    margin-right: 10px;
    width: 32px;
    height: 32px;
    max-width: 32px;
    line-height: 30px;    
    border-radius: 16px;
    -webkit-transition: max-width .2s linear,padding .2s linear;
    -o-transition: max-width .2s linear,padding .2s linear;
    transition: max-width .2s linear,padding .2s linear;
    overflow: hidden;
    padding-right: 4px;
    padding-left: 4px;
    padding-top: 2px;
}

.noticias-destaque .featured .social-links.open{
    background: #fff;
    border: 1px solid #f1f1f1;
    max-width: none;
    width: auto;
}

.noticias-destaque .featured .social-links i{
    display: none;
    cursor: pointer;
}

.noticias-destaque .featured .social-links.open i{
    display: inline;
    padding-top: 5px;
}


.noticias-destaque .featured .social-links i.fa-share-alt{
    display: inline;
    color: #ffffff;
}

.noticias-destaque .featured .social-links i{
    color: #2670e8;
    font-size: 20px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 5px;
}

.noticias-destaque .featured .social-links.open .toggle-social-links i{
    color: #9e9d9d;
}

.noticias-destaque .featured .social-links.open .toggle-social-links i.fa-share-alt{
    display: none;
}

.noticias-destaque .outstanding-link{
    border: 1px solid #0c326f;
    color: #0c326f;
    font-size: 16px;
    text-align: center;
    padding: 15px 24px;
    border-radius: 41px;
    font-weight: 600;
    float: none;        
}

.noticias-destaque .outstanding-link:hover{
    background-color: #1351b4;
    color: #ffffff;
}

.noticias-destaque .outstanding-header{
    text-align: center;
    margin-top: 50px;
}

#interna .conteudo-interna .item-tags .tags.inline{
    display: inline;
    padding-left: 0px;
    margin-left: 0px;
}

.item-tags{
    font-weight: bold;
}

.item-tags .tags.inline li{
    display: inline;
    padding-left: 10px;
}

.item-tags .tags.inline li a{
    font-weight: 500;
    color: #2670e8;
    line-height: 1.5;
    text-decoration: underline;
    background: none;
    display: contents;
}

.article-sharer{
    float: right;
}

.article-sharer a{
    margin-left: 7px;
    color: #2670e8;
}

#carouselMs .carousel-caption{
    text-align: left;
    width: 100%;
    right: auto;
    left: 0px;
    bottom: 100px;
}

#carouselMs .carousel-item h3.post-title.lg a{
    font-size: 24px;
}

#carouselMs .highlights-content {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 16px 16px;
    position: static;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(50%,transparent),to(rgba(7, 29, 65, 0.9)));
    background: -o-linear-gradient(top,transparent 50%,rgba(7, 29, 65,.9) 100%);
    background: linear-gradient(180deg,transparent 50%,rgba(7, 29, 65,.9));
}

#carouselMs .highlight-image img{
    max-width: 100%;
    object-fit: cover;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    height: 375px;
}

#carouselMs .highlight-image{
    height: 360px;
}

#carouselMs .carousel-control-next, #carouselMs .carousel-control-prev{
    display: inline-block;
    position: relative;
    opacity: 1;
    border: solid 1px #ffffff;
    padding: 0px 5px;
    text-align: center;
    width: auto;
}

#carouselMs .carousel-control-prev{
    margin-left: 8px;
}

#carouselMs .carousel-control-next-icon, #carouselMs .carousel-control-prev-icon{
    width: 12px;
    height: 12px;
}

.acao-setas{
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #0c326f;
    width: 130px;
}

.acao-setas{
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 10px;
}

/* fake news */

.img-fake-news img, .img-campanhas img{
    width:100%;
}

#carouselFake .fake-arrows .carousel-control-next-icon, 
#carouselFake .fake-arrows .carousel-control-prev-icon,
#ccampanhas .capanhas-arrows .carousel-control-next-icon,
#ccampanhas .capanhas-arrows .carousel-control-prev-icon{
    width: 80px;
    height: 80px;
}

#carouselFake .fake-arrows .carousel-control-next,
#carouselFake .fake-arrows .carousel-control-prev,
#ccampanhas .capanhas-arrows .carousel-control-next,
#ccampanhas .capanhas-arrows .carousel-control-prev{
    width: auto;
}

.carousel-campanhas,
.carousel-fake-news{
    padding: 0px 100px;
}

.texto-campanhas{
    color: #ffffff;
}

.texto-campanhas h3{
    color: #edd156;
}

.btn-saiba-campanhas{
    background-color: #edd156;
    color:#1351b4;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 1.25;
    border-radius: 4px;
    transition: all .15s ease-in-out;
}