body {
    background-image:url("/presentacio/img/bg.jpg");
    background-repeat: repeat;
    background-size: 100% 100%;
}

.wrapper {
	width: 100%;
	text-align: center;
	
}

.cortesia_container {
	position: relative;
	text-align: center; 
	margin: 0 auto;
	display: inline-block;
	width: 1280px;
    max-width: 100%;
    max-width: calc(100vw - 100px);
}

#logo_cortesia {
	position: absolute;
	top: 0;
	right: 0;
	max-width: 250px;	
}

#principal_cortesia {
	width: 100%;
	height: auto;
}

.properament {
	text-align: center; 
	margin: 0 auto;
	display: inline-block;
    position: relative;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1280px;
    max-width: 100%;
}

.properament p {
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 28px; 
	font-style: normal;
	line-height: 34px;
	margin-top: 20px;
	margin-bottom: 20px;
	display: inline-block;
	color: 	#383838;
	padding-right: 100px;
}

.logo_foodtechbcn {
	width: 100%;
	max-width: 300px;
	text-align: right;
	position: absolute;
}

@media (max-width: 1450px) {
	.properament p {
		padding-right: 75px;
		display: inline-block;
	}
}

@media (max-width: 1280px) {
		
	#logo_cortesia {
	    position: relative;
	    width: 75%;
	}
	
	#principal_cortesia {
	    margin-bottom: 15px;
	}
	
	.logo_foodtechbcn {
		position: relative;	
		max-width: 350px;
	}
	.properament p {
		padding-right: 50px;
	}

}


@media (max-width: 600px) {
	
	#logo_cortesia {
	    width: 50%;
	}
	
	.properament p { 
		font-size: 16px;
		line-height: 22px;
		margin-top: 0px;
	}
	
}


