.imagem_topo {
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	position:relative;	
}
.noticias {
	padding:100px 0;	
}

.noticias_container {
	border-bottom:1px solid #9d9d9c;	
	cursor:pointer;
}

.noticias_cont {
	padding:30px 0;	
}

.noticias_col {
	display:table-cell;
	vertical-align:top;
}

.noticias_col:first-child {
	width:31.579%;
}

.noticias_col:last-child {
	vertical-align:middle;
	padding-left:30px;
}

.noticias_img {
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;	
}

.noticias_img img {
	max-width:360px;
}

.noticias_titulo {
	font-size:18px;
	font-weight:800;
	color:#2d2d2d;
	letter-spacing:0.035em;
}

.noticias_resumo {
	padding-top:10px;
	font-size:14px;
	line-height:19px;
	font-weight:300;
	color:#5d5d5d;
	letter-spacing:0.035em;
}

.noticias_link {
	display:inline-block;
	margin-top:45px;
	font-size:12px;
	font-weight:700;
	color:#ffffff;
	letter-spacing:0.035em;
	background-color:#f5422a;
	padding:8px 15px;
	text-transform:uppercase;
}

.noticias_container:hover .noticias_link {
	background-color:#2d2d2d;
}


/* detalhe */
.noticias_det_data{
	font-size:18px;
	line-height:26px;
	font-weight:700;
	color:#f12727;
	text-transform:uppercase;
}
.noticias_det_tit{
	font-size:30px;
	font-weight:700;
	color:#262525;
	text-transform:uppercase;
	padding-top:20px;
}
.noticias_det_line{
	margin:30px 0;
	width:100%;
	max-width:200px;
	height:1px;
	background:#ffffff;
}
.noticias_det_txt{
	font-size:16px;
	line-height:22px;
	font-weight:300;
	color:#262525;
	margin-bottom:65px;
}
.noticias_arrows{
	position:absolute;
	top:50%;
	left:0;
	color:#292929;
	font-size:46px;
	cursor:pointer;
	margin-top: -20px;
	z-index:1; 
}
.noticias_arrows.next{
	left:auto;
	right:0;
}
.noticias_arrows:hover{
	color:#fff;
}
@media only screen and (max-width: 900px) {
	.noticias_col:first-child {
		width:40%;
	}
	.noticias_titulo {
		font-size:17px;
	}
	.noticias_resumo {
		font-size:13px;
		line-height:18px;
	}
	.noticias_link {
		margin-top:40px;
		font-size:11px;
		padding:7px 14px;
	}
	
	.noticias_det_tit{
		font-size:25px;
	}
	.noticias_det_line{
		margin:25px 0;
	}
	.noticias_det_txt{
		font-size:15px;
		line-height:21px;
		margin-bottom:60px;
	}
	.noticias_arrows{
		position:absolute;
		top:50%;
		left:0;
		color:#292929;
		font-size:46px;
		cursor:pointer;
		margin-top: -20px;
		z-index:1; 
	}
	.noticias_arrows.next{
		left:auto;
		right:0;
	}
	.noticias_arrows:hover{
		color:#fff;
	}
}
@media only screen and (max-width: 768px) {
	.noticias_line {
		margin-top: 10px;
		margin-bottom: 15px;
	}
	.noticias_det_tit{
		font-size:20px;
	}
	.noticias_det_line{
		margin:20px 0;
	}
	.noticias_det_txt{
		font-size:14px;
		line-height:20px;
		margin-bottom:40px;
	}
	.noticias_arrows{
		font-size: 35px;
		
		top:0%;
		left: 50%;
		margin-top: -50px;
		margin-left: -30px;
		
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.noticias_arrows.next{
		left:auto;
		right:50%;
		margin-right: -30px;
		margin-left: 0;
		
		-webkit-transform: translateX(50%);
		-moz-transform: translateX(50%);
		-ms-transform: translateX(50%);
		-o-transform: translateX(50%);
		transform: translateX(50%);

	}
}

@media only screen and (max-width: 700px) {	
	.noticias_link {
		margin-top:30px;
	}
}

@media only screen and (max-width: 600px) {
	.noticias_col {
		display:table;
		width:100%;
		padding-bottom:30px;
	}
	.noticias_col:first-child {
		width:100%;
	}
	.noticias_col:last-child {
		padding-bottom:0;
		padding-left:0;
	}
	.noticias_img img {
		width:100%;
		max-width:none;
	}
	
	.noticias_det_data{
		font-size:14px;
		line-height:20px;
	}
	.noticias_det_tit{
		font-size:18px;
	}
	.noticias_det_txt{
		font-size:14px;
		line-height:20px;
		margin-bottom:40px;
	}
}