/* logo JCN */
.jcn-logo img{
	width:170px;
}

/* sections header */
.jcn-section-header{
	border-bottom-style: solid;
	border-bottom-width: 4px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	margin-bottom:30px;
}
.jcn-section-header span{
	font-size:14px;
	text-transform: uppercase;
	padding:7px 20px 7px 15px;
}

/* mais populares */
.jcn-mais-populares{
	display:flex;
	flex-direction:row;
}
.jcn-mais-populares span{
    font-size:12px;
    text-transform: uppercase;
	padding-left:5px;
}
.jcn-mais-populares h3{
    padding-top:30px;
	font-weight:bold;
	font-size:16px;
	line-height:21px;
}
.jcn-mais-populares figure{
	width:100%;
	height:120px;
	overflow:hidden;
	border-radius:30px 30px 0px;
	margin-top:5px;
}
.jcn-mais-populares img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.jcn-separador-populares{
	width:4px;
}
.jcn-populares-inverse span{
	padding-left:15px;
}
.jcn-populares-inverse h3{
	text-align:right;
}
.jcn-populares-inverse figure{
	border-radius:30px 30px 30px 0px !important;
}
.jcn-numero-populares{
	position: absolute;
    top: 119px;
    right: 0px;
    font-size: 16px;
    padding: 5px 0px 4px 12px;
	width:31px;
}
.jcn-populares-inverse .jcn-numero-populares{
    left: 0px !important;
	padding:5px 0px 4px 9px;
}

/* edition */
.jcn-edition h3{
	font-size: 11px;
	text-transform: uppercase;
	text-align:center;
	padding-top:8px;
	padding-bottom:7px;
}

/* horoscope */
.jcn-horoscope img{
	width:105px;
	height:105px;
	object-fit: cover;
}
.jcn-horoscope h3{
	font-size:16px;
	line-height:22px;
	padding-top:5px;
}
.jcn-horoscope ul{
	margin: 0 auto;
	text-align:center;
}
.jcn-horoscope ul li{
	width:90px;
	margin-right:8px;
	margin-left:8px;
	margin-bottom:10px;
	padding-top:5px;
	padding-bottom:5px;
	border-radius: 10px;
	font-size:12px;
	text-transform: uppercase;
}

/* opiniao */
.jcn-home-opiniao h3{
	font-size:19px;
	font-weight:bold;
	line-height:24px;
	padding-top:5px;
}
.jcn-home-opiniao img{
	width:105px;
	height:105px;
	object-fit: cover;
}

/* button mais noticias */

.jcn-bt-more-news{
	margin-top: 30px !important;
	margin-bottom:60px !important;
}
.jcn-bt-more-news hr{
	height:4px;
	position:absolute;
	bottom:14px;
	z-index:-1;
	width:100%;
}
.jcn-bt-more-news button{
	border:none;
	padding: 7px 12px;
	text-transform: uppercase;
}

.mw-destaque-play {
    position: absolute;
    width: 15%;
    height: 40%;
    top: -10px;
    right: 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../Libs/OwlCarousel/img/owl.video.play.png);
}
.mw-article-play {
    position: absolute;
    width: 15%;
    height: 40%;
    top: 0px;
    right: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../Libs/OwlCarousel/img/owl.video.play.png);
}


@media screen and (max-width:375px){
    .mw-most-read div{
        max-width: 340px;
    }
}

