

/*styling open close button*/
.button {
	display:inline;
	right:50px;
	top:6px;
	z-index:999;
	font-size:30px;
}
.button a {
	text-decoration:none;
}


/*overlay*/
.overlay {
	display:none;
	position:fixed;
	top:0;
	height:100%;
	width:100%;
	background-color: var(--color-secundario);
	overflow:auto;
	z-index:99;
	padding: 30px 0px 100px 0px;
}
