@charset "utf-8";

/*regulos*/

#wrapper {
	position: relative;
}
#header-aside {
    height: calc(100% - 149px);
}
@media screen and (max-width:855px) {
	#header-aside {
		height: calc(100% - 202px);
	}
}