.fa-navicon:before, .fa-reorder:before, .fa-bars:before{
	cursor: pointer;
}

.navegacion ul{
	width: 270px;
	height: 100%;
	background: #fff;
	list-style: none;

	position: absolute;
	top: 0;
	left: -320px;

	transition: left .3s;
}

.navegacion .menu li.title-menu{
	padding: 10px;
	background: #ff7e00;
	color: #fff;
	text-align: center;
	font-size: 20px;
}

.navegacion .menu a{
	display: block;
	padding: 10px 13px;
	border-bottom: 1px solid #e3e3e3;

	font-weight: 500;
	color: #000000;	
	font-size: 16px;;
	text-align: left;
}

.navegacion .menu a:hover{
	background: #004ea2;
	color: #fff;
}

.navegacion .menu li span.icon-menu{
	margin-right: 12px;
}

.navegacion .menu .item-submenu > a::after{
	font: normal normal normal 14px/1 FontAwesome;
  	font-size: inherit;
  	text-rendering: auto;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	content: '\f105';

	float: right;
	color: #C5C5C5;
}

@media (max-width: 575px) {
	#button-menu{
		width: 100%;
		float: left;
		font-size: 28px;
		color: #000000;	
		text-align: right;
		padding: 20px 0 0 0;
	}
	.navegacion{
		position: absolute;
		top: 70px;
		left: 0;
		width: 0%;
		height: 100vh;
		background: rgba(0,0,0,.0);
		z-index: 300;
	}
}
@media (min-width: 576px) {
	#button-menu{
		width: 100%;
		float: left;
		font-size: 28px;
		color: #000000;	
		text-align: right;
		padding: 20px 0 0 0;
	}
	.navegacion{
		position: absolute;
		top: 70px;
		left: 0;
		width: 0%;
		height: 100vh;
		background: rgba(0,0,0,.0);
		z-index: 300;
	}
}
@media (min-width: 768px){
	#button-menu{
		width: 100%;
		float: left;
		font-size: 35px;
		color: #000000;	
		text-align: right;
		padding: 20px 0 0 0;
	}
	.navegacion{
		position: absolute;
		top: 80px;
		left: 0;
		width: 0%;
		height: 100vh;
		background: rgba(0,0,0,.0);
		z-index: 300;
	}
}
@media (min-width: 992px){
	#button-menu{
		width: 100%;
		float: left;
		font-size: 35px;
		color: #000000;	
		text-align: right;
		padding: 25px 0 0 0;
	}
	.navegacion{
		position: absolute;
		top: 90px;
		left: 0;
		width: 0%;
		height: 100vh;
		background: rgba(0,0,0,.0);
		z-index: 300;
	}
}

/* Submenu ============*/

.navegacion .submenu li.title-menu{
	background: #fff;
	color: #000000;
	font-size: 20px;
	font-weight: 500;
}

.navegacion .submenu li.go-back{
	padding: 10px 13px;
	background: #2e2e2e;
	color: #fff;
	font-size: 15px;
	cursor: pointer;
}

.navegacion .submenu li.go-back::before{
	font: normal normal normal 14px/1 FontAwesome;
  	font-size: inherit;
  	text-rendering: auto;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	content: '\f0d9';
	margin-right: 10px;
}

@media screen and (max-width: 320px){
	.navegacion ul{
		width: 100%;
	}
}