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

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

	@media (max-width: 1024px) {

		.header-home .nav-sections li:nth-child(8) {display: none;}
		
	}		

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

	}
