/****************************/
/****** Ajustes menu home *******/
/**************************/
	
 	
	@media (max-width: 920px) {
		.header-home .nav-sections li:nth-child(3) {display: none;}
	}

	@media (max-width: 1024px) {
		
		.header-home .nav-sections li:nth-child(4),
		.header-home .nav-sections li:nth-child(5) {display: none;}
		
	}		
	@media (max-width: 1280px) {	
		.header-home .nav-sections li:nth-child(6),	
		.header-home .nav-sections li:nth-child(7), 
		.header-home .nav-sections li:nth-child(8), 
		.header-home .nav-sections li:nth-child(9) {display: none;}

	}
