/* -----------------

NEWS (GENERAL RULES)

----------------- */



.news-copy {
	text-align: center;
}

	.news-copy h1 {
		font-size: 5.6em;
		margin-bottom: 40px;
	}
	
	.news-copy p {
		margin-bottom: 60px;
	}

.news-more a,
.news-more a:visited {
		border: 3px solid #FFF;
		padding: 5px 20px;
		color: #FFF;
		font-size: 1.4em;
		-webkit-transition: all 300ms;
		transition: all 300ms;
	}
	
.news-more a:hover {
	border: 3px solid #1A9ED4;
	color: #1A9ED4;
}



/* ---------

NEWS (MAIN):
PÃO OU PRATO

--------- */



.news-main {
	width: 100%;
	height: auto;
	background: url('../img/main/news-pratoOuPao.jpg') center center repeat;
	background-size: cover;
	padding: 180px 0 100px 0;
}

	.news-main h1:nth-child(2) {
		font-size: 3em;
	}
	
	.news-main h1:last-child {
		margin-top: 40px;
	}

	.news-main p {
		padding: 0 15%;
	}



/* -------------

NEWS (SECONDARY)

------------- */



.news-secondary {
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
}

	.news-secondary-element {
		display: -webkit-flex;
		display: flex;
		flex: 1 1 auto;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: center;
		border-top: 5px solid #FFF;
		border-bottom: 5px solid #FFF;
		padding: 80px 20px;
	}

	.news-secondary-element:first-child {
		background: url('../img/news/news_secondary-combo.jpg') center center repeat;
		background-size: cover;
	}

	.news-secondary-element:nth-child(2) {
		border: 5px solid #FFF;
		background: url('../img/news/news_secondary-xbacon.jpg') center center repeat;
		background-size: cover;
	}

	.news-secondary-element:last-child {
		background: url('../img/news/news_secondary-novaLoja.jpg') center center repeat;
		background-size: cover;
	}
	
	.news-secondary-element .news-more {
		margin-top: 40px;
	}



@media screen and (max-width:950px) {



	/* -------------
	
	NEWS (SECONDARY)
	
	------------- */
	
	
	
	.news-secondary {
		flex-direction: column;
	}
	
		.news-secondary-element {
			flex: 1 1 auto;
			border-bottom: 0;
		}
		
		.news-secondary-element:nth-child(2) {
			border-top: 5px solid #FFF;
			border-right: 0;
			border-bottom: 0;
			border-left: 0;
		}



}



@media screen and (max-width:750px) {



	/* ---------
	
	NEWS (MAIN):
	PÃO OU PRATO
	
	--------- */
	
	

	.news-main {
		background: url('../img/main/news-pratoOuPao.jpg') -1640px center repeat;
	}

		.news-main h1 {
			margin-bottom: 30px;
		}
		
		.news-main h1:last-child {
			margin-top: 30px;
		}
		
		.news-main p {
			padding: 0;
		}



}