/*********************************/
/****** Ajustes menu home *******/
/*******************************/
	
 	
	@media (max-width: 980px) {
		.header-home .nav-sections li:nth-child(4),
		.header-home .nav-sections li:nth-child(5),
		.header-home .nav-sections li:nth-child(6) {display: none;}
	}

	@media (max-width: 1024px) {
		
	.header-home .nav-sections li:nth-child(7) {display: none;}

		
	}		
	@media (max-width: 1280px) {	
		
		.header-home .nav-sections li:nth-child(8),
		.header-home .nav-sections li:nth-child(9) {display: none;}
	}
@media (max-width: 1360px) {	
		.header-home .nav-sections li:nth-child(10) {display: none;}
		
	}