* {
	max-width: 1600px !important;
}

#container-noticias {
	width: 80%;
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
}
div#box_materia_principal {
	width: calc(55% - 12.75px);
	margin: 0;
}
/*RESULTADO*/
	
	#box_resultado_busca_noticias {
		all: inherit;
		display: flex;
		flex-direction: column;
		gap: 25px;
	}
	#box_resultado_busca_noticias > a {
		width: 100%;
		height: auto;
	}

	.box_noticia {
		width: 100%;
		height: 100%;
		min-height: 110px;
		display: flex;
		border: 1px solid rgb(209, 209, 209);
		
	}
	.box_noticia .foto_resumo_busca {
		border-right: 4px solid rgb(24, 204, 177);
		
		width: 25%;
	}
	.info-noticia {
		background-color: rgb(209, 209, 209);
		text-decoration: none;
		color: black;
		font-size: 0.8rem;
		padding-left: 10px;
		
	}
	.box_titulo {
		color: black;
		width: 75%;
		text-decoration: none;
	}
	.titulo_resultado {
		margin-left: 10px;
		width: 95%;
		margin-top: 5px;
		display: block;
	}



@media (max-width: 768px) {
	/*Mobile view*/
	div#box_materia_principal {
		display: none;
	}
	#container-noticias {
		width: 95%;
	}
	div#tabela-lateral a div#box_resumo_busca #box_foto_resumo_busca {
		display: block;
	}
	
	div.foto_resumo, div.foto_resumo_busca {
		display: block !important;
	}
	
	/*NOTICIAS MOBILE*/
	div#container-noticias {
		all: inherit;
	}	
	div#container-noticias a {
		display: block;
		height: auto;
		margin-bottom: 20px;
		
	}
	div#box_resumo_busca {
		margin-bottom: 25px;
	}
	div#container-noticias > a > div {
		all: inherit;
		display: flex;
		height: 100%;
		margin: 0;
	}
	/*FOTO DAS NOTICIAS*/
	div#container-noticias #box_foto_resumo_busca {
		all: inherit;
		border-right: 3px solid rgb(24, 204, 177);
		width: 25%;
		margin: 0;

	}
	div#container-noticias #box_foto_resumo_busca .foto_resumo_busca {
		
		
	}
	/*FIM FOTOS*/
	
	/*TEXTOS*/
	div#container-noticias #box_titulo_resumo_busca {
		all: inherit;
		width: 75%;

		border: none;
		margin: 0;
			
	}
	div#container-noticias #box_titulo_resumo_busca .data_tipo_resumo_busca {
		all: inherit;
		margin: 0;
		width: 100%;
		font-size: 0.8rem;
		background-color: rgb(209, 209, 209);
		padding-left: 10px;
		color: black;
	}
	div#container-noticias .titulo_resumo_busca {
		all: inherit;
		border: none;
		width: 95%;
		box-sizing: border-box;
		padding: 5px 0px 0px 10px;
		
	}
	
	
	
	
	
	
}


@media (min-width: 768px) { /*pc view*/
	
	/*PAGINA*/
	div#pageWidth_internas {
		all: inherit;
		margin: 0 !important;
		width: 100% !important;	
	}
	div#box_cab_internas {
		margin-top: 20px;
	}
	#container-principal {
		display: flex;
		justify-content: space-around;
		gap: 25px;
		margin-bottom: 30px;
	}
	
	/*CONFIGURACAO TABELA LATERAL*/
	#tabela-lateral {
		width: calc(45% - 12.75px);
		margin: 0;
		display: flex;
		flex-direction: column;
		justify-content: space-evenly;
		margin: 0px 0px;
	}
	div#tabela-lateral a {
		margin: 0;
		width: 100%;
	}
	div#tabela-lateral a div#box_resumo_busca {
		margin: 0;
	}
	div#tabela-lateral a div#box_resumo_busca #box_foto_resumo_busca {
		width: 30%;
	}
	div#tabela-lateral div#box_titulo_resumo_busca {
		width: 70%;
	}
	div#tabela-lateral #box_foto_resumo_busca {
		height: 100px;
		border-bottom: none;
	}
	div#tabela-lateral a div#box_resumo_busca #box_foto_resumo_busca .foto_resumo_busca {
		border-right: 8px solid rgb(24, 204, 177);
	}
	span#noticias-recentes-titulo {
		font-size: 1.75em;
		margin: 0;
	}
	
	
	/*RESTANTE NOTICIAS*/
	#restante-noticias {
		display: flex;
		gap: 35px 25px;
		flex-direction: row;
		flex-wrap: wrap;
	}	
	#restante-noticias > a {
		display: block;
		width: calc(25% - 18.75px);
		min-height: 300px;
		
	}
	#restante-noticias > a > div {
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
	}
	/*FOTO DAS NOTICIAS*/
	div#restante-noticias #box_foto_resumo_busca {
		all: inherit;
		height: auto;
		margin: 0;
		border-bottom: 4px solid rgb(24, 204, 177);
	}
	div#restante-noticias #box_foto_resumo_busca .foto_resumo_busca {
		height: 150px;
		
	}
	/*FIM FOTOS*/
	
	/*TEXTOS*/
	div#restante-noticias #box_titulo_resumo_busca {
		width: 95%;
	}
	div#restante-noticias .titulo_resumo_busca {
		box-sizing: border-box;
		margin: 5px 0px 0px 5px;
		
	}
	
	/*FIM TEXTOS*/
	div.menu {
		width: 100% !important;
	}
	
	
	/*RESULTADO*/
	.box_noticia {
		width: 100%;
		flex-direction: column;
	}
	#box_resultado_busca_noticias > a {
		width: calc(25% - 18.75px);
	}
	#box_resultado_busca_noticias {
		flex-direction: row;
		gap: 30px 25px;
		flex-wrap: wrap;
	}


	.box_noticia {
		width: 100%;
		height: 100%;
		min-height: 200px;
		display: flex;
		border: 1px solid rgb(209, 209, 209);
		
	}
	.box_noticia .foto_resumo_busca {
		border-right: none;
		border-bottom: 5px solid rgb(24, 204, 177);
		height: auto;
		min-height: 150px;
		width: 100%;
	}
	.info-noticia {
		width: 100%;
		font-size: 0.7rem;
		padding: 5px;
		
	}
	.box_titulo {
		width: 100%;
		box-sizing: border-box;
		padding-bottom: 10px;
	}
	.titulo_resultado {

	}
	
	
	
	
}

