/* ASIDE */

aside{
	z-index:99999 !important;
}
aside .navbar{
    padding-left: 0;
    padding-right: 0;
}
aside .lowerNav{
    
}
aside .lang{
    
}
aside .dropdown-menu{
    width: 100%;
    border: none;
    border-radius: 0px;
    top: calc(100% + 30px);
    background: rgba(0,0,0,.75);
}
aside .dropdown-item:focus, aside .dropdown-item:hover{
    text-decoration: underline;
    background-color: transparent;
}
aside .nav-link:hover, aside .nav-link.active{
    color: #F00 !important;
}

aside .nav-link{
	font-size: 13px;
	position: relative;
}

aside .nav-link.with-ball::after{
	/*content: "";
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	background-color: #d8d8d8;
	border-radius: 100%;*/
}

aside .nav-item{
	margin-bottom: 15px;
}

aside .aside-foot .helpbar{
	display: flex;
	justify-content: space-between;
	padding-bottom: 15px;
	border-bottom:2px solid var(--color-greyt);
}

aside .aside-foot .help-item{
	width: 20px;
    height: 20px;
    background: url(../img/home/home-icon.png) no-repeat center;
    background-size: cover;
}

aside .aside-foot .help-item.aside-fav{
	background-position: center;
}
aside .aside-foot .help-item.aside-profile{
	background-position: right;
}
aside .contact-item{
	font-family: 'Gotham-Bold';
	font-size: 13px;
	margin-top:15px;
}

.flex-w{
	flex-wrap: wrap;
}




/* Large desktops and laptops */
@media (min-width: 1200px) {
	
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

}

@media (min-width: 768px) {
	aside .navbar-expand-md .nav-pena{
		flex-direction: column;
	}

	aside .aside-pena{
		height: 100vh;
	}

	aside .contain-pena{
		display: flex;
		height: 100%;
		/*flex-wrap: wrap;*/
		flex-direction: column;
		justify-content: space-around;
		padding: 20px;
		width: 100%;
	}

	aside .brand-pena{
		width: 160px;
		margin-right: 0;
		text-align: left;
		padding-left: 6px;
	}

	aside{
		width: 200px;
	    height: 100vh;
	}

	aside .aside-foot{
		align-self: flex-end;
		width: 100%;
	}
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	aside .navbar{
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
	
}