
.slicknav_menu {
	display:none;
}

@media screen and (max-width: 1024px) {
	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}
}


@media screen and (max-width: 600px) {
	h1.mensaje {display: none;}
	p.chicos {font-size: 8px;}
}

@media screen and (max-width: 980px) {
	h1.mensaje {
		left: 4%;
		top:28%;
	}
	
}

@media screen and (max-width: 1280px) {
	h1.mensaje {
		left: 13%;
		top:39%;
	}
	
}


@media screen and (max-width: 800px) {
	h1.mensaje {
		left: 13%;
		top:25%;
	}
	
}

@media screen and (max-width: 768px) {
	p.chicos {font-size: 10px;}
	h1.mensaje {
		width: 86%;
	}
}

@media screen and (max-width: 640px) {
	p.chicos {font-size: 9px;}
	h1.mensaje {
		display: none;
	}
}
