/*
Theme Name: Jornal Paraibano
Author: Ricardo Vieira
Author URI: http://www.ricardoalexandre.net.br
Description: Notícias da Paraíba
Version: 1.0
*/
*{
    margin: 0;
    padding: 0;
    font-family: 'Roboto Slab', serif;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
ul {list-style: none;}
img {max-width: 100%; vertical-align: middle;}
fildset { border: 0;}
input, select, textArea {padding: 10px; width: 100%;}
input.btn {width: auto; cursor: pointer;}
.clear {clear: both;}
.fontzero {font-size: 0em ;}
.content {
    width: 1170px;
    margin: 0 auto;
}
.cor_base_ft {
    color: #BB2428 !important;
}
.cor_base_bg {
    background: #D03337 !important;
}
/*RELATED*/
.relpost-thumb-container h3 {
	font-size: 1.4em;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: solid 2px #ccc;
}
.relpost-thumb-container li {
	width: 30% ;
	float: left;
	padding: 0 !important;
	border: none !important;
	margin-right: 5% !important;
	height: auto !important;
}
.relpost-thumb-container li:nth-of-type(3n+0){
	margin-right: 0 !important;
}
.relpost-thumb-container li img {
	display: block;
	height: auto !important;
	margin-bottom: 10px;
}
.relpost-thumb-container li a {
	font-size: 1.2em;
}
.relpost_content {
	height: auto !important;
}
.rpth_list_content {
	font-size: 1.1em !important;
	color: #222 !important;
	font-weight: 600;
}
.relpost_content span {
	font-size: 0.8em;
	color: #666;
}
/*HEADER*/
.main_header {
    width: 100%;
    float: left;
    background: #fff; 
}
.main_header_topo {
    padding: 15px 0;
}
.header_topo_logo {
    max-width: 310px;
    float: left;
}
.header_topo_banner {
    width: 660px;
    float: right;

}
.header_topo_banner img {
    display: block;
    margin: 0 auto;
}
.topo_bannert1 {
    width: 280px;
    float: left;
    height: 90px;
    background-color: #F28D34;
    border-radius: 5px;
    margin-right: 100px;
}
.topo_bannert2 {
    width: 280px;
    float: left;
    height: 90px;
    background-color: #F28D34;
    border-radius: 5px;
}
.mobile_action {
    display: none;
}
.main_header_menu {
    width: 100%;
    float: left;
}

.busca input[type=search] {
    width: 28px;
    height: 40px;
    float: right;
    background: url('images/ico-busca.png') center center no-repeat;
    cursor: pointer;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    border:none;
    margin-top: -51px;
    margin-right: 5px;
}


.busca input[type=search]:focus {
    width: 220px;
    cursor: auto;
    background-image: none;
    margin-right: 0;
    border-radius: 0px;
    font-size: 1em;
    background: #fff;
    color: #333;
    margin-right: 5px;
}
.busca input:-moz-placeholder {
    color: #333;
}
.busca input::-webkit-input-placeholder {
    color: #333;
}
.menu {
    width: 100%;
    float: left;
    height: 64px;
}
.menu li {
    position: relative;
    display: block;
    color: #222;
    float: left;
}
.menu li:last-of-type{
    padding-right: 0;
    background: none;
    margin-right: 0;
}
.menu li img {
    margin-top: -2px;
    margin-left: 5px;
}
.menu li  > a {
    float: left;
    display: block;
    height: 64px;
    text-decoration: none;
    color: #fff;
    font-size: 0.9em;
    line-height: 64px;
    padding: 0 12px;
    font-weight: 500;
    text-transform: uppercase;
}
.menu > li:hover {
    background: #9F3233;
}
.menu li  > a:hover{
    color: #fff;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    background: #9F3233;
}

.menu li.current_page_item a {
    background: #F28D34 !important;
    
    color: #fff !important;
}
.menu li.current-menu-item a {
    background: #F28D34 !important;
    color: #fff !important;
}
.menu li.menu_home a {
    background: #F28D340 !important;
    
    color: #fff !important;
}
.menu li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
     text-align: left;
    z-index: 99;
}
.menu li:hover ul {
     display: block !important;
    color: #9F3233!important;
}

.menu li ul li {
    float: left;
    width: 100%;
    border-top: solid 1px #fff;
}
.menu li ul li:last-of-type {
    margin-bottom: 0;

}
.menu li ul li a {
    float: left;
    width: 100%;
    height: auto;
    padding: 10px;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none;
    background: #9F3233;
    color: #fff;
    font-size: 0.9em;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;

}
.menu li ul li a:hover {
    background: #9F3233;
    color: #fff;
    text-shadow: none;
}
.menu li ul li.main-menu li a {
    color: #fff;
}
/*CORPO*/
.main_corpo {
    width: 100%;
    float: left;
    margin-top: 30px;
}
#painel {
    width: 840px;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}
#painel .item {
    width: 100%;
    float: left;
}
/*campo paginaÃ§Ã£o*/
.owl-theme .owl-controls {
    text-align: center;
    width: auto;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
    height: 28px;
}

.owl-theme .owl-controls .owl-page{
    display: inline-block;
    zoom: 1.3;
    *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
    display: block;
    width: 14px !important;
    height: 14px !important;
    margin: 5px 5px;
    filter: Alpha(Opacity=30);/*IE7 fix*/
    opacity: 0.5;
    
    background: #fff;
    border: solid 2px #0c4f9e;
}
#painel .item .slider_img {
    width: 100%;
    position: relative;
    padding-bottom: 64%; /* 16:9 */
    float: left;
    background: #F0EDE5;
}
.slider_img img {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    float: left;
}
.slider_txt {
    float: left;
    width: 100%;
    border-top: none;
    position: absolute;
    bottom: 0;
    padding: 15px;
    background: rgba(0, 0, 0, 0.8);
}
.slider_txt small {
    padding: 5px 10px;
    background: #67B319;
    margin-bottom: 5px;
    color: #fff;
    display: inline-block;
}
.slider_txt h1 {
    font-size: 1.5em;
    font-weight: 400;
}
.slider_txt a {
    color: #fff;
    text-decoration: none;
}
.slider_txt a:hover {
    text-decoration: underline;
}
.top_banners {
    width: 300px;
    float: right;
}
.top_banners header {
    width: 100%;
    float: left;
    border-bottom: solid 3px #F7C100;
    margin-bottom: 30px;
}
.top_banners h1 {
    display: inline-block;
    border-bottom: solid 3px #F7C100;
    color: #00923F;
    padding-bottom: 10px;
    margin-bottom: -3px;
}
.top_banners li {
    width: 100%;
    float: left;
    margin-bottom: 52px;
   
}
.top_banners li:last-of-type {
    margin-bottom: 0;
}
.top_banners .play_tv {
    width: 100%;
    position: relative;
    padding-bottom: 64%; /* 16:9 */
    float: left;
    margin-bottom: 15px;
}
.play_tv iframe {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    float: left;
}
.play_txt {
    width: 100%;
    float: left;
}
.play_txt p {
    font-size: 1.1em;
    color: #666;
}
.noticias {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.noticias header {
    width: 100%;
    float: left;
    border-bottom: solid 5px #D03337;
    margin-bottom: 30px;
}
.noticias h1 {
    display: inline-block;
    border-bottom: solid 5px #F28D34;
    color: #D03337;
    padding-bottom: 10px;
    margin-bottom: -5px;
}
.noticias_item {
    width: 22.75%;
    float: left;
    margin-right: 3%;
}
.noticias_item:nth-of-type(4n+0){
    margin-right: 0;
}
.noticias_item .noticias_item_img {
    width: 100%;
    position: relative;
    padding-bottom: 61%; /* 16:9 */
    float: left;
    background: #F0EDE5;
    margin-bottom: 10px;
}
.noticias_item_img img {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    float: left;
}
.noticias_item_img small {
    padding: 5px 10px;
    background: #006726;
    color: #fff;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
}
.noticias_item_txt {
    width: 100%;
    float: left;
}
.noticias_item_txt h1 {
    font-size: 1.1em;
    line-height: 25px;
    font-weight: 600;
    border: none;
}
.noticias_item_txt a {
    color: #222;
    text-decoration: none;
}
.noticias_item_txt a:hover {
    text-decoration: underline;
}
.mini_banners {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.mini_banners li {
    width: 22.75%;
    float: left;
    margin-right: 3%;
}
.mini_banners li:nth-of-type(4n+0){
    margin-right: 0;
}
.campo {
    width: 840px;
    float: left;
    margin-bottom: 30px;
}
.campo header {
    width: 100%;
    float: left;
    border-bottom: solid 5px #D03337;
    margin-bottom: 30px;
}
.campo h1 {
    display: inline-block;
    border-bottom: solid 5px #F28D34;
    color: #D03337;
    padding-bottom: 10px;
    margin-bottom: -5px;
}
.campo_destaque {
    width: 47%;
    float: left;
    
}
.campo_destaque .campo_destaque_img {
    width: 100%;
    position: relative;
    padding-bottom: 64%; /* 16:9 */
    float: left;
    background: #F0EDE5;
    margin-bottom: 10px;
}
.campo_destaque_img img {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    float: left;
}
.campo_destaque small {
    padding: 5px 10px;
    background: #006726;
    margin-bottom: 5px;
    color: #fff;
    display: inline-block;
}
.campo_destaque_txt h1 {
    font-size: 1.3em;
    line-height: 27px;
    font-weight: 800;
    display: inline-block;
    border: none;
    padding: 0;
    margin-bottom: 0;
}
.campo_destaque_txt a {
    color: #222;
    text-decoration: none;
}
.campo_destaque_txt a:hover {
    text-decoration: underline;
}
.campo_destaque_txt .tagline {
    display: block;
    color: #999;
    margin-top: 5px;
    font-size: 0.9em;
    line-height: 25px;
}
.campo_item {
    width: 50%;
    float: left;
    padding-left: 3%;
    border-left: solid 1px #e6e6e6;
    margin-left: 3%;
}
.campo_item_item {
    width: 100%;
    float: left;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: dotted 1px #ccc;
}
.campo_item_item:nth-of-type(4n+0){
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}
.campo_item_item img {
    width: 85px;
    height: 85px;
    float: left;
    margin-right: 10px;
}
.campo_item_item h1 {
    font-size: 1em;
    font-weight: 400;
    display: inline;
    border: none;
    padding: 0;
    margin-bottom: 0;
}
.campo_item_item a {
    color: #666;
    text-decoration: none;
}
.campo_item_item a:hover {
    text-decoration: underline;
}
.med_banners {
    width: 300px;
    float: right;
}
.med_banner_300 {
    margin-top: 15px;
}
.med_face {
    width: 100%;
    float: left;
    height: 220px;
    margin-top: 30px;
}
.campo_eventos {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}
.eventos_item {
    width: 31%;
    margin-right: 3.5%;
    float: left;
}
.eventos_item:nth-of-type(3n+0){
    margin-right: 0;
}
.campo_eventos header {
    width: 100%;
    float: left;
    border-bottom: solid 5px #D03337;
    margin-bottom: 30px;
}
.campo_eventos h1 {
    display: inline-block;
    border-bottom: solid 5px #F28D34;
    color: #D03337;
    padding-bottom: 10px;
    margin-bottom: -5px;
}
.banner_bx {
    width: 100%;
    float: left;
    background: #e6e6e6;
    margin-bottom: 30px;
}
.seg_banner_bx {
    max-width: 728px;
    margin: 0 auto;
}
.eventos_item .eventos_img {
    width: 100%;
    position: relative;
    padding-bottom: 64%; /* 16:9 */
    float: left;
    background: #F0EDE5;
}
.eventos_img img {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    float: left;
}
.eventos_txt {
    width: 100%;
    float: left;
}
.eventos_txt small {
    padding: 5px 10px;
    background: #57B030;
    margin-bottom: 5px;
    color: #fff;
    display: inline-block;
    margin-top: 10px;
}

.eventos_txt h1 {
    font-size: 1.1em;
    line-height: 25px;
    font-weight: 600;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 10px;
}
.eventos_txt a {
    color: #222;
    text-decoration: none;
}
.eventos_txt a:hover {
    text-decoration: underline;
}
.btn_video {
    display: inline-block;
    padding: 3px 15px;
    border: solid 1px #ccc;
    float: right;
    margin-top: 20px;
    color: #222;
    text-decoration: none;
}
.mais_lidas {
    width: 300px;
    float: right;
}
.mais_lidas header {
    width: 100%;
    float: left;
    border-bottom: solid 3px #D03337;
    margin-bottom: 30px;
}
.mais_lidas h1 {
    display: inline-block;
    border-bottom: solid 3px #D03337;
    color: #F28D34;
    padding-bottom: 10px;
    margin-bottom: -3px;
}
.mais_lidas_item {
    width: 100%;
    float: left;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: dotted 1px #ccc;
}
.mais_lidas_item:nth-of-type(5n+0){
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}
.mais_lidas h2 {
    font-size: 1em;
    line-height: 23px;
}
.mais_lidas_item a {
    color: #222;
    text-decoration: none;
}
.mais_lidas_item a:hover {
    text-decoration: underline;
}
.enquete_site {
	
}
.enquete_site header {
    width: 100%;
    float: left;
    border-bottom: solid 5px #D03337;
    margin-bottom: 30px;
}
.enquete_site h1 {
    display: inline-block;
    border-bottom: solid 5px #F28D34;
    color: #D03337;
    padding-bottom: 10px;
    margin-bottom: -5px;
}
.enquete_site ul {
	display: inline;
}
.enquete_site li {
	width: 100%;
	list-style:none;

}
.enquete_site input {
	margin-top: 10px;
	width: 25px;
	float:left !important;
	margin-right: 20px;
	padding: 15px !important;
}
.enquete_site label {

	color: #ccc;
	margin-top: -10px;
}
input[type=button] {
  width: 100% !important;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
	float: left;
}
.Buttons {
	max-width: 100% !important;
	margin-top: 15px !important;
}
.enquete_site p {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
/*PAGE*/
.page {
    width: 100%;
    float: left;
}
.page_conteudo {
    width: 840px;
    float: left;
    margin-right: 30px
}
.page_conteudo h1 {
    font-size: 2em;
    line-height: 30px;
    margin-bottom: 15px;
}
.page_conteudo p {
    color: #222;
    font-size: 1.1em;
    line-height: 27px;
    margin-bottom: 27px;
}
.page_conteudo small {
    display: inline-block;
    margin-bottom: 10px;
    color: #d42300;
}
.page_conteudo p {
    font-size: 1.2em;
    line-height: 30px;
    color: #666;
    margin-bottom: 30px;
}
.page_conteudo p a {
	color: red;
}
.page_conteudo ul {
    display: block;
    margin-bottom: 20px;
}
.page_conteudo ul li{
    font-size: 1.1em;
    color: #000;
    margin-bottom: 5px;
  list-style-position: inside;
}
.page_conteudo p strong {
    color: #000;
}
/*IMAGEM POST DESK*/

 .size-large, .size-full, .size-medium, .size-thumbnail,
.alignnone, .alignleft, .aligncenter, .alignright{
  /* Limita o tamanho mÃ¡ximo para as Imagens no post*/
  height: auto;/*A Altura Ã© automatica para manter a proporÃ§Ã£o correta das imagens*/
}
.alignnone{

}
.aligncenter{
  display: block;
  margin-left: auto;
  margin-right: auto;

}
.aligncenter img {
  display: block;
  max-width: 820px !important ;
  margin-bottom: 20px;
}
.alignright {
  float: right;
  margin-left: 15px !important;
}
.alignleft {
  float: left;
  margin-right: 15px !important;
}
.wp-caption {
  max-width: 820px;
  text-align: center;
  background-color: #222;
margin-bottom: 20px;

}
.wp-caption img {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0 none;
  margin-bottom: 10px;
	border-bottom: solid 1px #ccc;
}
.wp-caption p.wp-caption-text {
  font-size: 12px;
  line-height: 17px;
  padding-bottom: 7px;
  margin: 0;
  color: #fff;
  text-transform: capitalize;
	
}
/*CATEGORY*/
.category {
    width: 100%;
    float: left;
}
.category h1 {
    color: #BB2428;
    margin-bottom: 20px;
}
.category_item {
    width: 100%;
    float: left;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: dotted 1px #ccc;
}
.category_item small {
    color: #999;
    display: block;
    margin-bottom: 5px;
}
.category_item h1 {
    margin-bottom: 0;
}
.category_item a {
    color: #222;
    text-decoration: none;
}
.category_item a:hover {
    text-decoration: underline;
}
/*ENQUETE*/
.Buttons {
	max-width: 200px;
	background: #006DD9 !important;
	padding: 15px 0 !important;
	color: #fff !important;
}
/*SIDEBAR*/
.sidebar {
    width: 300px;
    float: right;
}
.top_banners2 li {
	margin-bottom:30px;
}
/*FOOTER*/
.main_footer {
    width: 100%;
    float: left;
    background: #D03337;
    margin-top: 40px;
    border-top: solid 10px #F28D34;
}
.main_footer .content {
    padding: 20px 0;
}
.footer_share {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.footer_share ul {
    display: block;
    max-width: 200px;
    margin: 0 auto;
}
.footer_share li {
    width: 31%;
    float: left;
    margin-right: 3.5%;
}
.footer_share li:nth-of-type(3n+0) {
    margin-right: 0;
}
.main_footer p {
    display: block;
    text-align: center;
    color: #fff;
    margin-top: 5px;
}
/*MENU MOBILE*/
@media (max-width: 62.5em) {
    .content {
        max-width: 760px;
        width: 100%;
        margin: 0 auto;
        padding: 0 15px;
    }
	
    .main_header_topo .tagline {
        display: none;
    }
    .mobile_action {
        width: 45px;
        height: 45px;
        float: right;
        background: url('images/ico-menu-mobile.png') center center no-repeat;
        cursor: pointer;
        display: block;
    }
    .mobile_action.active {
        background: #F7C100 url('images/ico-menu-mobile.png') center center no-repeat;
    }
    /*menu*/
    .menu {
        position: fixed;
        left: -100%;
        top: 0;
        width: 76%;
        height: 100%;
        min-width: 200px;
        max-width: 360px;
        background: #CE0001;
        z-index: 1;
        overflow: hidden;/*oculta elementos que ultrapassam*/
        overflow-y: auto;
    }
    .menu li {
        float: left;
        width: 100%;
        position: relative;
        border-top: solid 1px #fff;
        
    }
    .menu li  > a {
        float: left;
        width: 100%;
        text-decoration: none;
        color: #fff;
        text-transform: uppercase;
        font-weight: 400;
        background: none;
    }
    
    .menu li > a:hover {
        background: none;
        
    }
    .menu li:hover ul {
        background: none;
    }
    .menu li ul {
        width: 100%;
        float: left;
        display: block;
        background: none;
        margin-left: 20px;
        
        position: relative;
    }
    .menu li ul li {
        float: left;
        width: 100%;
        background: none;
        border-bottom: none;
        border-top: none;
    }
    .menu li ul li a {
        float: left;
        width: 100%;
        background: none;
        text-decoration: none;
        color: #fff;
        border: none;
        border-bottom: none;
        
    }
    .menu li ul li a:hover {
        background: none !important;
    }
    .busca input[type=search] {
        width: 28px;
        height: 35px;
        float: left !important;
        background: url('images/ico-busca.png') center center no-repeat;
        cursor: pointer;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        transition: all .2s;
        border:none;
        margin-top: 6px;
        margin-left: 5px;
    }
    .busca input[type=search]:focus {
        max-width: 300px;
        cursor: auto;
        background-image: none;
        border-radius: 0px;
        font-size: 1em;
        background: #fff;
        color: #333;
    }
    .header_topo_logo {
        max-width: 100%;
        width: 100%;
        margin-bottom: 15px;
    }
	.relpost-thumb-container {
		width: 100% !important;
		float: left;
		padding: 0 !important;
		border: none !important;
		margin-right: 0% !important;
	}
	.related_posts_thumbnails li {
		width: 100% !important;
		float: left;
		padding: 0 !important;
		border: none !important;
		margin-right: 0% !important;
		height: auto !important;
	}
    .header_topo_logo img {
        display: block;
        margin: 0 auto;
        width: 260px;
    }
    .header_topo_banner {
        width: 100%;
        float: left;

    }
    .header_topo_banner img {
        display: block;
        margin: 0 auto;
    }
    .topo_bannert1 {
        width: 80%;
        margin: 0 10%;
        float: left;
        height: auto;
        background-color: #F28D34;
        border-radius: 5px;
        margin-right: 0;
        min-height: 60px;
        margin-bottom: 15px;
    }
    .topo_bannert2 {
        width: 80%;
        margin: 0 10%;
        float: left;
        height: auto;
        background-color: #F28D34;
        border-radius: 5px;
        margin-right: 0;
        min-height: 60px;
       
    }
    #painel {
        width: 100%;
        margin-right: 0;
        float: left;
        height: auto;
        margin-bottom: 0;
    }
    .top_banners {
        width: 100%;
        float: left;
        margin-top: 0 !important;
    }
    .top_banners li {
        width: 300px;
        margin: 30px auto;
        float: none;
    }
    .noticias_item {
        width: 48.5%;
        margin-bottom: 30px;
    }
    .noticias_item:nth-of-type(2n+0){
        margin-right: 0;
    }
    .campo {
        width: 100%;
        margin-right: 0;
    }
    .campo_destaque {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .campo_item {
        padding: 0;
        margin: 0;
        border: none;
        width: 100%;
    }
    .mini_banners li img {
        display: block;
        margin: 0 auto;
        
    }
    .med_banners {
        width: 100%;
        float: left;
        margin-right: 0;
    }
    .med_banner_300 {
     width: 100% !important;
     margin-bottom: 30px;
    }
    .med_banner_300 img {
        display: block;
        margin: 0 auto;
    }

    .banner_bx {
        margin: auto;
        margin-bottom: 20px;
    }
     /*page*/
    .page {
        width: 100%;
        
        margin-right: 0;
    }
    .page_conteudo {
        width: 100%;
        
        margin-right: 0;
    }
	.aligncenter{
        display: block;
        margin-left: auto;
        margin-right: auto;

    }
    .aligncenter img {
        display: block;
        width: 100% !important ;
    }
    .alignright {
        width: 100%;
        float: right;
        margin-left: 0 !important;
        margin-bottom: 15px;
    }
    .alignleft {
        width: 100%;
        float: right;
        margin-left: 0 !important;
        margin-bottom: 15px;
    }
	.wp-caption {
	  max-width: 100%;
	  text-align: center;
	  background-color: #f5f5f5;
		margin-bottom: 20px;

	}
	.wp-caption img {
	  width: 100% !important;
	  margin: 0;
	  padding: 0;
	  border: 0 none;
	  margin-bottom: 10px;
	}
	.wp-caption p.wp-caption-text {
	  font-size: 12px;
	  line-height: 17px;
	  padding-bottom: 7px;
	  margin: 0;
	  color: #666666;
	  text-transform: capitalize;
	}
    /*SIDEBAR*/
    .sidebar {
        width: 100% !important;
        max-width: 100% !important;
        float: left;
    }
    .sidebar li {
        width: 100%;
        float: left;
    }
    .sidebar img {
        display: block;
        margin: 0 auto;
    }
    /*category*/
    .category {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }
    .sidebar {
        max-width: 300px;
        margin: 0 auto;
        float: none;
    }
}
@media (max-width: 47em) {
    .content {
        width: 90%;
        margin: 0 5%;
        float: left;
        padding: 0;
    }
    .header_topo_banner {
        margin-bottom: 30px;
    }
    .noticias_item {
        width: 100%;
        margin-right: 0;
    }
    .slider_txt h1 {
        font-size: 1.1em;
    }
    .campo_item {
        padding: 0;
        margin: 0;
        border: none;
        width: 100%;
    }
    .mini_banners li {
        width: 48.5%;
        margin-bottom: 20px;
    }
    
    .mini_banners li:nth-of-type(2n+0){
        margin-right: 0;
    }
    .eventos_item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .mais_lidas {
        width: 100%;
        margin-top: 30px;
    }
}