.news-main {
	width: 100%;
	height: auto;
	padding: 200px 0 200px 0;
}

.app {
	display: flex;
	padding: 120px 0;
}

.app-content {
	width: 45%;
}

.app-content:last-child {
	width: 55%;
	padding-top: 80px;
}

	.app-content img {
		width: 85%;
	}

.oeiras {
	background: url('../img/news/oeiras-70.jpg') center center no-repeat;
	background-size: cover;
	text-align: center;
}

.express {
	background: url('../img/news/express.png') center center no-repeat;
	background-size: cover;
	text-align: center;
}

.news-padding-top {
	padding-top: 120px;
}

.sangria {
	height: 700px;
	background: url('../img/news/sangria_1.jpg') center no-repeat;
}

.sangria li {
	padding-top: 120px;
}

.sangria p span {
	color: #1A9ED4;
}



@media screen and (max-width:900px) {



	.app-content:last-child {
		padding-top: 0;
	}

	.sangria {
		background: url('../img/news/sangria_2.jpg') center no-repeat;
	}

	.sangria li {
		padding-top: 135px;
	}



}



@media screen and (max-width:700px) {

	

	.app {
		flex-direction: column-reverse;
		text-align: center;
	}

		.app-content {
			width: 100%;
		}

		.app-content:last-child {
			width: 100%;
			padding-top: 0;
			padding-bottom: 50px;
		}		
	
	.express-bg {
		background: url('../img/news/express.png') center center no-repeat;
		padding: 200px 0 100px 0;
		margin-top: 60px;
	}

	
	
}



@media screen and (max-width:500px) {
	
	
	
	.white h1 {
		font-size: 3.8em;
	}
	
	.sangria {
		height: 825px;
		background: url('../img/news/sangria_3.jpg') center no-repeat;
	}

	.sangria li {
		padding-top: 40px;
	}



}