@charset "utf-8";
/* CSS | 001 | Noticias | Outras */

/* Area */
.Not_Out_Ger{
	width:100%;
	display:table;
	margin:100px 0 0 0;
}
	
	/* Titulo */
	.Not_Out_Ger_Tit{
		width:100%;
		margin:0 0 40px 0;
		border-bottom:#006192 3px solid; 
		font:30px "Fira Sans", Arial, Helvetica, sans-serif;
		color:#006192;
		font-weight:700;	
	}
	
	/* Noticia */
	.Not_Out_Lis{
		width:300px;
		height:110px;
		float:left;
		padding:40px 10px 0 0;
		position:relative;
		background:#f3f3f3 url(../imagens/css/bkg_art.png) left center no-repeat;		
	}
	
		/* Imagem */
		.Not_Out_Lis_Img{
			display:none;
		}
		
		/* Area | Titulo | Resumo | Data */
		.Not_Out_Are{
			width:100%;
		}
		
			/* Data */
			.Not_Out_Dat{
				font:16px "Fira Sans", Arial, Helvetica, sans-serif;
				line-height:16px;
				font-weight:400;
			}
		
				/* Data | a */
				.Not_Out_Dat a{
					display:block;
					padding:0 0 20px 85px;
					color:#333;	
					text-decoration:none;			
				}
		
			/* Titulo */
			.Not_Out_Tit{
				font:19px "Fira Sans", Arial, Helvetica, sans-serif;
				font-weight:700;
			}
				
				/* Titulo | a */
				.Not_Out_Tit a{
					display:block;
					padding:0 0 0 85px;
					color:#333;
					text-decoration:none;				
				}
			
			
			/* Resumo */
			.Not_Out_Res{
				display:none;
			}
		
	/* Separador */
	.Not_Out_Sep{
		width:20px;
		height:176px;
		float:left;	
	}	
	
		.Not_Out_Sep:nth-child(8n+8){
			width:100%;
			height:20px;
			float:none;		
			clear:both;
		}
		
@media only screen and (max-width:1320px){
		
	/* Titulo */
	.Not_Out_Ger_Tit{
		margin:0 0 20px 0;	
	}
		
	/* Separador */
	.Not_Out_Sep{
		width:10px;	
	}
	
	/* Separador */
	.Not_Out_Sep:nth-child(8n+8){
		width:10px;
		height:150px;
		float:left;	
		clear:none;	
	}

	/* Separador */
	.Not_Out_Sep:nth-child(4n+4){
		width:100%;
		height:10px;
		float:none;		
		clear:both;
	}		
			
}

@media only screen and (max-width:767px){
	/* Titulo */
	.Not_Out_Ger_Tit{
		font-size:20px;
	}
	
		/* Separador */
		.Not_Out_Sep{
			width:100% ;
			height:10px;
			float:none;		
			clear:both;
		}
}