.sidebar {
   position: fixed;
   height: 90%;
   width: 300px;
   top: 20px;
   right: -100%;
   background-color: #fefefe;
   overflow-x: hidden;
   transition: right 0.4s;
   padding: 1rem 0;
   box-sizing:border-box;
   border-top-left-radius: 20px;
   border: 1px solid #999;
   z-index:300;
} 
  
.sidebar.activo {
   right: 0;
}
.sidebar i{
	font-size:2.0em;
	padding-right:20px;
	
}
/*-------------------------------------*/
.menu-dcho .cat{
	border-bottom:1px solid #eee;
	padding:5px 5px 3px 5px;
	font-weight:bold;
	
}
.menu-dcho a{
	padding-left:10px;
	text-decoration:none;
	color:#333;
}
.menu-dcho{
	padding:10px;
	
}
/*-------------------------------------*/


.pi-scroll-top-arrow::after {

}

.pi-scroll-top-arrow.pi-active {
	bottom: 40px;
	opacity: 1;
}
.pi-scroll-top-arrow {
	border-color: rgba(40,46,53,.5);
	background: rgba(40,46,53,.8);
	color: rgba(250,250,250,.5);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.pi-scroll-top-arrow {
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 1000;
	width: 50px;
	height: 50px;
	line-height: 48px;
	border: 1px solid transparent;
	border-radius: 3px;
	font-size: 18px;
	font-family: fontello;
	text-align: center;
	cursor: pointer;
	opacity: 0;
	-webkit-transition: all .1s ease-in-out 0s;
	-moz-transition: all .1s ease-in-out 0s;
	-ms-transition: all .1s ease-in-out 0s;
	-o-transition: all .1s ease-in-out 0s;
	transition: all .1s ease-in-out 0s;
}