img {
    vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

h1.titulo-materia{font-size: 3em; font-weight: bold; clear: both; color: #696969;}

.container{margin: 0 20px}
.container-banner-topo-home{width: 998px; height: 90px; margin: auto; padding: 0; text-align: center; margin: 20px auto; position: relative; display: block;}
.manchete-destaque{font-size: 34px; font-weight: 800; letter-spacing: -2px; color: #686868; margin-bottom: 20px;}
#manchete2 img, #manchete3 img {max-height: 84px;}
.t22 {font-size: 20px;} 
#jcblogs{ min-height: 820px;}
#jcblogs .t22 {font-size: 16px;}
#manchete4 img {max-height: 140px;}
#manchete2, #manchete3 {height: 90px;}
#manchete2, #manchete3, #manchete4 {padding: 10px 0 0 0;}
#manchete1, #manchete2, #manchete3, #manchete4, #manchete5, #manchete6{border-bottom: 1px solid #d5d5d5; padding-bottom: 10px;}
#manchete4 {height: 150px;}
#manchete5, #manchete6 {padding: 10px 0 0 0;}

/* Colunagem nova dos boxes de machete */
.col-left-box-manchete{float: left; margin-right: 2%; width: 61%;}
.col-right-box-manchete{float: right; width: 37%}

/* Blogs Home */
.nome-blogueiro{font-size: 1.3em; float: left; margin-left: 10px; color: #F03D37; font-weight: bold;  margin-top: 4px;}
.blog-item{margin: 0 0 10px 0 ; height: 95px; clear: both; padding-top: 10px; border-top: 1px solid #e7e7e7;}
.info-blog{float: left; position: relative; width: 75%;}

.blog-item img{float: left; display: inline; margin-right: 10px; position: relative;}
/*.info-blog{float: left;}*/

/* Box Você reporter */
.box-reporter{width: 48%; float: left; position: relative; display: inline-block; margin-bottom: 20px;}
.box-reporter:nth-child(odd){ margin-right: 3%;}
#vocereporter{margin-top: 20px;}
#vocereporter img { margin-bottom: 10px;}

/* Capas da semana */
#capasdasemana{background: #ededed; padding: 20px; margin-bottom: 30px;}
.titulo-box{text-transform: uppercase; color: #696969; font-weight: 800; font-size: 24px;}

.dia-capa{font-size: 18px; font-weight: 700; clear: both; margin: 6px 0; color: #686868; line-height: 20px;}
.data-capa{font-size: 14px; font-weight: 300; clear: both;}

/* Flexslider */
.caption-slider{background: #e7e7e7; background-repeat: repeat; color: #333; padding: 10px; left: 0; bottom: 0; width: 97%; height: 40px;}
.caption-slider h3{font-size: 16px;}
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus  {outline: none;}
.slides, .flex-control-nav, .flex-direction-nav {margin: 0; padding: 0; list-style: none;}

@font-face {
    font-family: 'flexslider-icon';
    src:url('fonts/flexslider-icon.eot');
    src:url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
        url('fonts/flexslider-icon.woff') format('woff'),
        url('fonts/flexslider-icon.ttf') format('truetype'),
        url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}
.no-js .slides > li:first-child {display: block;}

.flexslider { margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { text-decoration:none; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; line-height:1; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

#mycarouselUltimas{ padding:0; margin:0; }
#mycarouselUltimas li{ list-style:none; }

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
    .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}

.bloco-titulo-especiais{font-weight: 100; font-size: 20px; color: #F03D37; text-transform: uppercase; margin: 10px 0 0 0; padding: 0;}

/*Marcador carrossel da home*/

.listPaginas .opaco5{ opacity: 1; background-color:#F03D37;}
.listPaginas li a{cursor: hand!important;}

/******************** Social icons *************************/

.social-share-group{
    display: inline-block;
    padding-left: 0;
    margin-bottom: 10px;
}
.social-share-item{
    display: inline-block;
    margin-right: 4px;
}

.social-share-item:last-child{
    margin-right: 0;
}

#topoJC .social-share-item i, .social-share-item i{
    padding: 15px 0;
    width: 3em;
    text-align: center;
    border-radius: 10px;    
    transition: background-color 0.5s ease;

}

#topoJC .social-share-item i{width: 3.3em;}

#box-social .social-share-item i{       
    background-color: #fff;
    color: #686868;
}

#topoJC .social-share-item i{
    background-color: #F03D37;
    color: #fff;
}

#box-videos .social-share-item i{background-color: #fff; color: #F03D37;  padding: 14px 0; width: 3.3em;}
#box-galeria .social-share-item i{padding: 14px 0; width: 3.3em;}
#noticia .social-share-item i, #midia-share .social-share-item i{
    padding: 15px 0;
    width: 3.3em;
    text-align: center;
    border-radius: 10px;
    transition: background-color 0.5s ease;
}

#box-galeria .fa-facebook, #noticia .fa-facebook, #midia-share .fa-facebook{background-color: #214285; color: #fff;}
#box-galeria .fa-twitter, #noticia .fa-twitter, #midia-share .fa-twitter{background-color: #2BA8E0; color: #fff;}
#box-galeria .fa-google-plus, #noticia .fa-google-plus, #midia-share .fa-google-plus{background-color: #D64832; color: #fff;}
#box-galeria .fa-linkedin, #noticia .fa-linkedin, #midia-share .fa-linkedin{background-color: #03679B; color: #fff;}
#box-galeria .fa-whatsapp, #noticia .fa-whatsapp, #midia-share .fa-whatsapp{background-color: #214285; color: #fff;}
#box-galeria .fa-envelope-o, #noticia .fa-envelope-o, #midia-share .fa-envelope-o{background-color: #589219; color: #fff;}


/*Busca no topo*/
#topoJC ul li a i.fa-search, #box-social ul li a i.fa-search{
    background-color: #696969;
    color: #fff;
}

#frmBusca{
    height: 38px;
    font-size: 1.3em;
    position: absolute;
    right: 50px;
    width: 230px;
    visibility: hidden;
    padding-left: 10px;
    top: 0px;
}

#topoJC .fa-facebook:hover, #box-social .fa-facebook:hover{
    background-color: #214285;
    color: #fff;
}   

#topoJC .fa-twitter:hover, #box-social .fa-twitter:hover{
    background-color: #2BA8E0;
    color: #fff;
}   

#topoJC .fa-google-plus:hover, #box-social .fa-google-plus:hover{
    background-color: #D64832;
    color: #fff;
}   

#topoJC .fa-linkedin:hover, #box-social .fa-linkedin:hover{
    background-color: #03679B;
    color: #fff;
}   


#topoJC .fa-whatsapp:hover, #box-social .fa-whatsapp:hover{
    background-color: #2ab200;
    color: #fff;
}

#topoJC .fa-envelope-o:hover, #box-social .fa-envelope-o:hover{
    background-color: #589219;
    color: #fff;
}

#topoJC .fa-youtube:hover, #box-social .fa-youtube:hover{
    background-color: #E62117;
    color: #fff;
}

#topoJC .fa-instagram:hover, #box-social .fa-instagram:hover{
    background-color: #6A453B;
    color: #fff;
}

/* Listagem de notícias */
.box-lista-noticias{clear: both; margin-bottom: 20px;}
.lista-noticia-data{background: #F03D37; color: #fff; padding: 6px; float: left; margin-bottom: 10px; }
.lista-noticia-item{border-bottom: 1px solid #e7e7e7; margin-bottom: 20px; padding-bottom: 15px; font-size: 1.2em; float: left; line-height: 1.3em; clear: both;}
.lista-noticia-hora{color: #F03D37; float: left; display: inline-block; margin-right: 10px; font-weight: bold;}

/* Pagination */
#paginacao .paginacao-item{float:left; background: #ededed; color: #686868; margin-right: 5px;}
#paginacao .paginacao-item a{display: block; padding: 10px 13px;}
#paginacao .paginacao-item a:hover{text-decoration: none;}
#paginacao .active{background: #ac1c2d; color: #fff; padding: 10px 13px; display: block;}

/* Helper Classes */
.clearfix:after {
    content: " "; /* Older browser do not support empty content */
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

/* Box de videos home */
.box-invert{background: #3c3c3c!important; color: #fff!important;}
.titulo_invert{color: #fff!important;}
#box-videos .bloco_titulo{margin-bottom: 15px;}
#box-videos iframe{margin-bottom: 15px;}

.box-videos{padding: 20px; clear: both; width: 748px; margin-bottom: 20px;}
.box-videos-col01{width: 65%; margin-right: 3%; float: left; display: inline-block;}
.box-videos-col02{width: 32%; float: right; display: inline-block;}
.box-videos-col01 h2{margin-top: 10px;}
ul.lista-videos{margin-top: 0!important; padding-top: 0!important;}
.item-lista-videos{margin-bottom: 10px; clear: both;}
.item-lista-videos a{color: #fff;}
.thumb-video{
    float: left;
    width: 100%;
    margin-right: 10px;
    margin-bottom: 5px;
    max-height: 160px;
}
.titulo-video{font-weight: bold; font-size: 1.3em; line-height: 1.4em;}

/* Box de galeria home */
.box-galeria{clear: both; width: 748px; margin-bottom: 20px; border-bottom: 1px solid #ededed; background: #ededed; padding: 20px;}
#box-galeria .box-col-left{float: left; display: inline; width: 68%; margin-right: 2%; margin-bottom: 10px;}
#box-galeria .box-col-right{float: right; display: inline; width: 30%; margin-bottom: 10px;}
#box-galeria .bloco_titulo{margin-bottom: 20px;}
#box-galeria .lista-galeria-item{width: 114px; margin-right: 10px; float: left;}
#box-galeria .vejamais{margin-top: 10px; display: block; clear:both; float: right; margin-right: 15px;}

.caption-galeria{position: absolute;bottom: 0;left: 0;padding: 10px;background: rgba(0,0,0, .6);color: #fff;width: auto;font-size: 1.2em;}
#box-galeria .box-col-left{position: relative;height: auto;}


.box-galeria img{margin-bottom:0;}

/* Página de notícias */

#noticia p a{font-weight: bold; color: #F03D37;}
#noticia h1{font-size: 3em;}
#noticia h2{font-size: 2.5em;}
#noticia h3{font-size: 2em;}
#noticia h4{font-size: 1.167em;}
#noticia h5{font-size: 1em;}
#noticia_vinculadas li{border-bottom: 1px solid #ededed; padding-bottom: 5px;}
#noticia_vinculadas li a{font-weight: bold; color: #F03D37;}
#noticia_vinculadas li a:hover{text-decoration: underline;}
#noticia_vinculadas h3{font-size: 2em;}
.legenda-foto{font-size: 1.2em; color: #686868; font-weight: normal; margin-top: 5px;}
.credito-foto{font-size: 1.2em; padding: 5px 0; border-bottom: 1px solid #ededed; font-weight: 300;}


/************** ESPECIAIS JC **************/
li.item-especial {float: left; clear: left; margin: 20px 0; width: 100%;}
.item-especial a img{margin-right: 10px;}
.descricao-especial{font-size: 14px; line-height: 125%;}
.titulo-especial{font-size: 20px; padding-bottom: 5px; color: #F03D37;}



/************** GALERIA JC **************/
.thumb-galeria{width: 23%; margin-right: 2%; margin-bottom: 20px!important; float: left;}
.thumb-galeria:nth-of-type(4n+1) {clear: left;}
.thumb-galeria a{color: #333;}
.thumb-galeria a:hover{color: #333; text-decoration: none;}
.thumb-galeria a img{width: 100%; height: 150px; margin-right: 0;}
.thumb-galeria h2 { margin-bottom: 5px; font-size: 1.2em; margin-top: 5px;}
.data-listagem-galeria{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 13px;
    background: rgba(186, 20, 20, 0.8);
    padding: 5px 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;}
.container-listagem-galeria{position: relative;}

.container-mais-imagens{
    margin-top: 95px;
}
.mais-imagens{
    text-transform: uppercase;
    color:#686868;
    font-size: 20px;
    font-weight: 700;
}
/************** EXPEDIENTE **************/
p.texto-expediente{
    font-size: 14px;
    line-height: 140%;
    padding: 5px 0;
}
.box-nao-encontrado{
    text-align: center;
    background-color: #e7e7e7;
    margin-right: 20px;
    padding: 20px 0;
}


/************** VIDEOS **************/
.listagem-videos{float: left; clear: left; width: 100%;}
.noticia-na-integra{border-radius: 5px; background-color:#F03D37; display: block; width: 150px; color:#fff;}
.noticia-na-integra i{padding: 10px 0 10px 20px}
div.videoplayer object{ padding: 20px 0;}
.descritivo{padding: 5px 0; font-size: 14px;}
.item-videos{float: left; margin-bottom: 6px; width: 100%;}
.item-videos img{ margin-right: 10px;}
.item-videos h3{width: 100%; padding-bottom: 5px; margin-top: 7px;}
.data-listagem{background-color: #F03D37; color: #FFF; padding: 3px 5px; text-transform: uppercase; font-size: 10px; font-weight: 700;}
.container-listagem-midia{position: relative; height: 168px; width: 225px; background-color: #000;}
.container-listagem-midia img {position: absolute; top:0; bottom: 0; left: 0; right: 0; margin: auto; height: 125px !important}


/************** CAPA DO DIA **************/
.imagemcapa{text-align: center; background-color: #e7e7e7; padding: 15px 0;}
#mycarouselCapas li { text-align: center;}
#mycarouselCapas li a img{ width: 100%; height: auto;}
#mycarouselCapas li .data-capa{color:#F03D37; font-weight: 700;font-size: 14px;}
.selector-caderno{height: 34px;}
.exclamacao{ font-size: 70px; color: #F03D37; }
.naoencontrada{ font-size: 24px; }
.legendafoto{margin: 15px 0 30px 0; font-size: 14px; color: #000;}

/************** CHARGES **************/
#img_charge{background-color: #e7e7e7; padding: 15px 0; text-align: center; margin-bottom: 15px; position:relative;}
.autor-charge{ padding: 0; margin: 0 20px 20px 0; font-size: 14px; color: #828282; font-weight: bold; }
.data-charge{position:absolute; bottom: -5px; left:0;}


/************** BANNERS **************/
.cutting-edge {width: 955px; height: auto; text-align: center; margin: 0px 0px 10px 20px; float: left; clear: both; }
.cutting-edge div {margin: 0!important; padding: 0!important;}
.halfbanner {width:300px; height: auto; text-align: center; margin-bottom: 20px;}

/************** BUSCA **************/
.gsc-result .gs-title {height: auto!important; padding: 5px 0!important; line-height: 120%!important;}

/************** GALERIA **************/
#divImgPrincipal {background-color: #e7e7e7;}
#galeria_thumbs_noticia{background-color: #e7e7e7;}
#galeriaimagens h3{ color: rgb(173, 28, 45); font-size: 18px; text-transform: uppercase; margin-bottom: 10px;}

/************** SERVICOS **************/
#servicos_noticia {border-top: 2px solid rgb(173, 28, 45); padding-top: 10px;}
#servicos_noticia h3 { font-size: 18px; text-transform: uppercase; color: rgb(173, 28, 45); }

/*********** MAIS NOTÍCIAS ***********/
#maisnoticias {float: left;}
#maisnoticias a {color: #F03D37; font-weight: 700;}
#maisnoticias ul li {margin-bottom: 6px;}

#palavraschave{ clear: both; display: block; }

/* Scroll da página */
.scrollup{position: fixed; bottom: 30px; right: 30px; background: #F03D37; padding: 15px 17px; cursor: pointer;}
.scrollup .fa{ color: #fff!important; font-size: 1.4em;}


/* ícone do menu */
.menu-icon a span{color: #686868; top: 8px; left: 30px; font-size: 1.3em; display: inline-block;  position: absolute;}


/* Super Banner Expansível */
#bannerExp {    
    left: 50%!important;
    margin-left: -364px!important;
    z-index: 9999;
}

.banner-assine{position: absolute; right: 0; top: 0;}