body{
	margin: 0; 
	padding: 0; 
	background: #000000;
	height: 100%;
    width: 100%;
}

.row{
	padding-top: 15px;
}

#whatsapp{
		margin-top: -30px;
}

#maps, #waze{
	margin-top: -20px;
}

.background{
	background-image: url("/img/background.png");
	background-repeat: repeat-x;
	background-size: contain;
} 

@media (max-width: 767.98px) {
	#telefono, #email, #whatsapp, #maps, #waze{
		padding-top: 15px;
	}
	
	#whatslogo{
		max-width: 142px;
		max-height: 52px;
		width: expression(this.width > 142px ? "142px" : true);
		height: expression(this.height > 52px ? "52px" : true);
	}
	
	#direccion img{
		max-width: 255px;
		max-height: 11px;
		width: expression(this.width > 255px ? "255px" : true);
		height: expression(this.height > 11px ? "11px" : true);
	}
	
	#telefono img{
		max-width: 86px;
		max-height: 17px;
		width: expression(this.width > 86px ? "86px" : true);
		height: expression(this.height > 17px ? "17px" : true);
	}
	
	#email img{
		max-width: 119px;
		max-height: 15px;
		width: expression(this.width > 119px ? "119px" : true);
		height: expression(this.height > 15px ? "15px" : true);
	}
	
	#waze img{
		max-width: 116px;
		max-height: 28px;
		width: expression(this.width > 116px ? "116px" : true);
		height: expression(this.height > 28px ? "28px" : true);
	}
	
	#maps img{
		max-width: 29px;
		max-height: 29px;
		width: expression(this.width > 29px ? "29px" : true);
		height: expression(this.height > 29px ? "29px" : true);
	}
	
	#whatsapp, #maps, #waze{
		margin-top: 0px;
	}
}