::selection {
	background: #e2e2e2;
}

.noticia-principal {
	border:1px solid #e4e4e4; 
	min-height: 470px; 
	border-radius:4px;
	/*background-size: 100% !important; 
	background-repeat: no-repeat;*/
	
}

.noticia-principal h4 {
	margin-top:140px;
	color:#1e2951;
	font-size: 35px;
	line-height: 38px
}

.noticia-principal-foto {
	border:1px solid #e4e4e4; 
	min-height: 470px; 
	border-radius:4px;
	background-size: 100% !important; 

}

.noticia-principal-foto h4 {
	margin-top:300px;
	color:white;
	text-shadow: 2px 2px #000;
	font-size: 35px;
	line-height: 38px;
}

.tituloLogoMobile {
	margin-top:320px !important;
	color:#1e2951 !important;
	font-size: 25px !important;
	line-height: 38px !important;
	text-align: center !important;
	text-shadow: 0px 0px !important;
}

.noticia-principal-foto p {
	color:white;
	text-shadow: 1px 1px 2px #000;
	font-size:13px;
}

.noticia-secundaria, .noticia-secundaria-v4 {
	margin-bottom:10px; 
	height: 230px; 
	border:1px solid #e4e4e4; 
	border-radius:4px; 
	background-size: 100% !important; 
	background-repeat: no-repeat;
	background-color: #d4d4d4;
	margin-left:10px;
}

.noticia-secundaria h4 {
	color:white;
	text-shadow: 2px 2px #000;
	margin-top:165px;
	font-size:21px;
}

a {
	color:#1e2951;
}

h3, h2 {
	color: #1e2951;
}

.breadcrumb li {
	font-size:10px;
}

ol {
	margin:0;
}

.espacoTopo {
	margin-top:30px;
}


/* MOBILE */

@media (max-width: 767px) {

	.corpoNoticia h3 {
		font-size:18px;
	}
	
	.noticia-principal {
		border:1px solid #e4e4e4; 
		min-height: 170px; 
		border-radius:4px;
		margin-top:-15px;
	}

	.noticia-principal h4 {
		margin-top:20px;
		color:#1e2951;
		font-size: 16px;
		line-height: 22px;
		text-align: center
	}

	.noticia-principal p {
		font-size: 11px;
		line-height: 22px;
		text-align: center
	}

	/* NOTÍCIA PRINCIPAL COM FOTO */

	.noticia-principal-foto {
		border:1px solid #e4e4e4; 
		min-height: 190px; 
		border-radius:4px;
		margin-top:-15px;
	}

	.noticia-principal-foto h4 {
		margin-top:120px;
		color:white;
		font-size: 16px;
		line-height: 22px;
		text-align: center;

		/* QD FOR A LOGO NO MOBILE - COLOCAR A FORMATAÇÃO ABAIXO */
	}

	

	.noticia-principal-foto p {
		display:none;
	}

	.noticia-secundaria {
		margin:10px 0; 
		/*height: 180px; */
		height: 110px; 
		background-size: 100% !important; 
		background-repeat: no-repeat !important;
	}

	.noticia-secundaria-v4 {
		margin:10px 0; 
		height: 120px; 
		background-size: 100% !important; 
		background-repeat: no-repeat !important;
	}

	.noticia-secundaria h4 {
		color:white;
		text-shadow: 2px 2px #000;
		margin-top:120px;
		font-size:14px;
		line-height: 18px;
		text-align: center;
	}

	.tituloLogoMobile {
		margin-top:170px !important;
		color:#1e2951 !important;
		font-size: 14px !important;
		line-height: 22px !important;
		text-align: center !important;
		text-shadow: 0px 0px !important;
	}
	
    
}

.page-numbers {
	color:gray;
	/*border:1px solid gray;*/
	
	padding:0 10px 20px 0px;
	/*border-radius:4px;*/
	font:bold 12px;
}

.classePaginacao {
	margin-bottom:20px; 
	display:inline-block; 
	border:1px solid gray; 
	border-radius:4px; 
	padding:10px;
}


