body{
	background-image: url('../images/header.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: initial;
}
.fondo a{
	text-decoration: none;
	color: #fff;
	font-size: 200%;
}

@media screen and (min-width: 768px){
	.fondo{
		height: calc(100vw / (2000 / 839));
	}
}
@media screen and (max-width: 767px){
	body{
		background-color: #d8cbe4;
		background-image: url('../images/header-mobile.webp');
		background-repeat: no-repeat;
		background-size: contain;
		background-position-x: initial;
	}
	.fondo a{
		font-size: 130%;
	}
}