
	#conteudo .area-conteudo{
		padding:75px 0 75px 0;
	}
		.box-titulo-texto{
			width:26%;
			text-align:left;
		}
			.box-titulo-texto h1{
				font-size:48px;
				color:#101823;
				background:-webkit-linear-gradient(180deg, #101823, #436585);
				-webkit-background-clip:text;
				-webkit-text-fill-color:transparent;
				font-family:'Gotham-Book';
			}
			.box-titulo-texto .subtitulo{
				padding:5px 0 0 0;
				font-family:'Gotham-Light';
				font-size:16px;
				color:#436586;
				line-height:22px;
			}
			.box-titulo-texto .menu-noticias{
				margin:35px 0 0 0;
				border-top:1px solid #C6C6C6;
			}
				.box-titulo-texto .menu-noticias a{
					display:inline-block;
					width:94%;
					padding:25px 3% 25px 3%;
					border-bottom:1px solid #C6C6C6;
					text-decoration:underline;
					color:#35516B;
				}
				.box-titulo-texto .menu-noticias .up{
					text-decoration:none;
					font-weight:bold;
				}
			
		.area-texto{
			width:60%;
			padding:0 0 0 5%;
			text-align:left;
			font-size:15px;
			color:#333333;
			line-height:22px;
		}			
			.area-texto .box-noticias{
				width:90%;
				padding:25px 5% 25px 5%;
				margin:0 0 10px 0;
				background:#F3F3F3;
				transition:0.5s;
			}
			.area-texto .box-noticias:hover{
				background:#DFDFDF;
			}
				.area-texto .box-noticias .box-imagem{
					width:160px;
					padding:0 30px 0 0;
				}
					.area-texto .box-noticias .box-imagem img{
						width:100%;
						max-width:160px;
					}
				.area-texto .box-noticias .box-texto{
					width:100%;
				}
				.area-texto .box-noticias .box-texto.box-texto-imagem{					
					width:calc(99% - 190px);
				}
				.area-texto .box-noticias .titulo{
					font-family:'Gotham-Book';
					font-size:18px;
					color:#2A3952;
				}
				.area-texto .box-noticias .texto{
					padding:10px 0 15px 0;
					text-decoration:underline;
					color:#525252;
				}
				.area-texto .box-noticias .data{
					width:auto;
					padding:13px 20px 13px 35px;
					font-size:13px;
					line-height:13px;
					color:#7F7F7F;
					border-radius:5px;
					background:url(../../imagens/noticias/icone-data.png) 10px center no-repeat #FBFBFB;
				}
			
			.area-texto .box-noticia{
			}
				.area-texto .box-noticia .box-voltar{
					text-align:right;
				}
					.area-texto .box-noticia .box-voltar a{
						font-size:13px;
						color:#8A8A79;
						text-decoration:underline;
					}
						.area-texto .box-noticia .box-voltar a:hover{
							color:#2A3952;
						}
				
				.area-texto .box-noticia .titulo{
					padding:20px 0 15px 0;
					font-family:'Gotham-Book';
					font-size:30px;
					line-height:35px;
					color:#2A3952;					
				}
				.area-texto .box-noticia .data{
					width:auto;
					padding:13px 20px 13px 35px;
					font-size:13px;
					line-height:13px;
					color:#7F7F7F;
					border-radius:5px;
					background:url(../../imagens/noticias/icone-data.png) 10px center no-repeat#F4F4F4;
				}
				.area-texto .box-noticia .texto{
					padding:30px 0 0 0;
					color:#525252;
					font-size:14px;
				}
				.area-texto .box-noticia .texto>div, .texto i, .texto u, .texto a{
					color:#525252;
					font-size:14px;
				}
					.area-texto .box-noticia .texto strong, .area-texto .box-noticia .texto b{
						color:#525252;
						font-size:14px;
					}
					.area-texto .box-noticia .texto a{
						color:#2A3952;
						font-size:14px;
					}
			
				.area-texto .box-noticia .galeria{
					padding:30px 0 0 0;
				}
					.area-texto .box-noticia .galeria .foto{
						position:relative;
						width:calc(24% - 15px);
						margin:0 15px 15px 0;
					}
						.area-texto .box-noticia .galeria .foto .efeito{
							position:absolute;
							transition:0.5s;
						}
							.area-texto .box-noticia .galeria .foto a:hover .efeito{
								opacity:0.3;
							}
						.area-texto .box-noticia .galeria .foto .icone{
							position:absolute;
							width:0px;
							height:0px;
							background:url(../../imagens/sobre/quem-somos/icone-ampliar.png) center no-repeat;
							background-size:cover;
							left:calc(50%);
							top:calc(50%);
							transition:0.5s;
						}
							.area-texto .box-noticia .galeria .foto a:hover .icone{
								width:25px;
								height:25px;
								left:calc(50% - 12px);
								top:calc(50% - 12px);
							}
		
@media (max-width: 1250px)
{
	.box-titulo-texto{
		width:30%;
	}
		.box-titulo-texto h1{
			font-size:45px;
		}
}

@media (max-width: 1000px)
{
	#conteudo .area-conteudo{
		padding:50px 0 50px 0;
	}
		.box-titulo-texto{
			width:100%;
			text-align:center;
		}
			.box-titulo-texto h1{
				font-size:35px;
			}
			.box-titulo-texto .texto{
				padding:5px 0 0 0;
			}
			.box-titulo-texto .menu-noticias{
				display:none;
			}
		.area-texto{
			width:100%;
			padding:40px 0 0 0;
		}
		
			
		
}
@media (max-width: 600px)
{
	.area-texto .box-noticia .galeria{
	}
		.area-texto .box-noticia .galeria .foto{
			width:calc(49% - 15px);
		}
		
	.area-texto .box-noticias .box-imagem{
		width:100%;
		padding:0 0 10px 0;
	}
		.area-texto .box-noticias .box-imagem img{
		}
	.area-texto .box-noticias .box-texto{
	}
	.area-texto .box-noticias .box-texto.box-texto-imagem{					
		width:100%
	}
}