.conteudo-jo_galeria .conteudo-blocos-jornal{
	
}



.base-jornal{
	margin: 0; 
	text-align: center;
	border: 5px solid white;
}

.base-jornal .jornal{
	padding: 20px;
	background-color: #f5f5f5;
	display: inline-block;
	
	border:4px solid white;
}

@media all and (min-width: 992px) and (max-width: 1199px){
	.base-jornal .jornal{		
		min-height: 480px;
	}
}

@media all and (min-width: 768px){
	.base-jornal .jornal{		
		min-height: 530px;
	}
}

@media all and (min-width: 991px){
	.base-jornal .jornal{		
		min-height: 576px;
	}
}

.jornal header{	
	margin-bottom:10px;
	border:10px solid white;
}

.jornal>div{		
	text-align: left;
	font-size: calc(80% + 0.2vw);
	line-height:1.2;
	padding: 0 10px !important;
}


.jornal h3{
	font-family: "Montserrat", Arial;
    text-transform: uppercase;
	font-weight: 800 !important;
    margin: 0 0 10px;
    font-size: 22px;		
	color: #e2001a;
	letter-spacing: -.05em;
	line-height: 1;
}

.jornal img {	
	max-height: 420px;
}



.paginacao{
	margin: 20px 0;	
	display: inline-block
}

.paginacao ul{
	margin: 0;
	padding: 0 20px;
}

.paginacao ul li{
	list-style: none;
	border-radius: 50%;
	background-color: #fff;
	padding: 6px 6px 6px 7px;
	width: 30px;
	height: 30px;
	float: left;
	text-align: center;
	font-weight: bold;
	margin: 2px;
	font-size: 9pt;
	box-sizing: border-box;
	border: 1px solid #ccc;
}

.paginacao ul li.pag_atual{
	background-color: #fff;
	border: 2px solid #e1201a;
	padding: 5px 4px 4px 5px;	
}

.paginacao ul a:hover li{
	background-color: #eee;	
}

.pagination ul{
	margin:0;
	padding: 0;
	list-style: none;
	display: inline;
}

.pagination{
	margin: 0 0 50px;
	display: inline-block;
	text-align: center;
	width:100%;
}

.pagination a{
	text-decoration: none;
	cursor: pointer;
	width:100%;
	height: 100%;
	display: inline-block;
	color: white !important;
}

.legenda_paginacao{
	font-family: 'Roboto';
	font-size: 12px;	
	text-align:center;
	display: inline;
	font-weight: 500;
	margin-right: 5px;
}

.pagination li{
	width: 30px;
	height: 30px;
	box-sizing: border-box;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 31px;
	background-color: #ccc;	
	margin: 0 2px;
	font-family: 'Poppins', 'Roboto';
	border-radius: 30px;
}

.pagination .active{
	background-color: #6c8d0f !important;
}