/*font*/
.jcn-modelica-bold {
    font-family: modelica-bold;
}

.jcn-modelica {
    font-family: modelica;
}

.jcn-f-12 {
    font-size:12px !important
}
.jcn-f-14 {
    font-size:14px !important
}
.jcn-f-16 {
    font-size:16px !important
}
.jcn-f-18 {
    font-size:18px !important
}
.jcn-f-20 {
    font-size:20px !important
}
.jcn-f-21 {
    font-size:21px !important
}
.jcn-f-22 {
    font-size:22px !important
}
.jcn-f-24 {
    font-size:24px !important
}
.jcn-f-26 {
    font-size:26px !important
}
.jcn-f-30 {
    font-size:30px !important
}

.jcn-f-bold {
    font-weight:700;
}

.jcn-f-400 {
    font-weight:400;
}

.jcn-lh-36 {
    line-height:36px
}

.jcn-l-spacing {
    letter-spacing: 2px;
}

/*height e width*/
.jcn-h-50 {
    height:50px !important;
}
.jcn-h-70 {
    height:72.5px !important;
}
.jcn-h-100 {
    height:100px !important;
}
.jcn-h-115 {
    height:115px !important;
}
.jcn-h-180 {
    height:180px !important;
}
.jcn-h-400 {
    height:400px !important;
}
.jcn-h-460 {
    height:460px !important;
}
.jcn-h-80 {
    height:80px !important;
}

.jcn-w-100 {
    width:100px !Important;
}
.jcn-w-860 {
    width:860px !Important;
}
.jcn-w-160 {
    width:160px !important;
}
.jcn-w-1 {
    width:1px !important;
}

/* logo JCN */
.jcn-logo img{
    width:300px;
}
/* youtube player */
.owl-video-play-icon{
    transition: transform .1s ease;
    position:absolute;
    width:100%;
    height:100%;
    background-repeat:no-repeat;
    background-position:center;
    background-image: url(../Libs/OwlCarousel/img/owl.video.play.png);
}
/* para adcionar icone na lista da pagina de busca */
.mw-article-list-video{
    position: absolute;
    width: 15%;
    height: 40%;
    bottom: 5px;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../Libs/OwlCarousel/img/owl.video.play.png);
}
/* para adcionar icone nas listas de materias desktop */
.mw-article-video {
    position: absolute;
    width: 15%;
    height: 40%;
    bottom: 5px;
    right: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../Libs/OwlCarousel/img/owl.video.play.png);
}
/* para adcionar icone no carousel da home */
.mw-carousel-video {
    position: absolute;
    width: 11%;
    height: 32%;
    bottom: 90px;
    right: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../Libs/OwlCarousel/img/owl.video.play.png);
}
/* para adcionar icone no destaque do topo da home */
.mw-destaque-video {
    position: absolute;
    width: 15% !important;
    height: 40%;
    top: 85px;
    border: none !important;
    right: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../Libs/OwlCarousel/img/owl.video.play.png);
}
/* para adcionar icone no destaque da home abaixo do carousel */
.mw-destaque2-video {
    position: absolute;
    width: 10% !important;
    height: 40%;
    bottom: 105px;
    border: none !important;
    right: 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../Libs/OwlCarousel/img/owl.video.play.png);
}
.mw-destaque-play{
    position: absolute;
    width: 17%;
    height: 40%;
    top: -5px;
    right: 10px;
    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);
}
