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

	@media (max-width: 1023px) {

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

		
	}		



	@media (max-width: 1100px) {

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

	}	
	

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