
.menuVar{
	font-weight: bold;

}

.menuVar a{

}

.iconomenu{
}

.nav-link{
	color: grey;
	position: relative;
}

.navbarMenu img{
	width: 60%;
}

.nav-link:hover, .nav-link.active{
	color: #91D851;
}

.navbarMenu i{
	font-size: 30px;
	color: grey;
}

@media(min-width:991px){
	header{
		margin-bottom: -62px;
		z-index: 9;
	}
	.navbarMenu{
		position: sticky;
		position: --webkit-sticky;
		top: 0;
		z-index: 10;
		background: transparent;
			border-bottom-color:  #91D851;
			border-bottom-style: solid;
	}
}

@media(max-width:991px){
	.sidebar{
		backdrop-filter: blur(10px);
	}



}

@media (max-width:991px) and (min-width:451px){

		.navbarMenu{
			float: right;
			max-width: 50px;
			height: 10px;
			position: absolute;
			top: 85px;
			right: 60px;

			border-radius: 50%;
		}
}

@media(max-width:450px){
	
	header{
		margin-bottom: -10px;
	}

	.navbarMenu{
			float: right;
			max-width: 50px;
			height: 10px;
			position: absolute;
			top: 85px;
			right: 40px;
			border-radius: 50%;
	}

}