@supports (-webkit-touch-callout: none) {
	.bottom-menu {
		height: 5.2rem !important;
	}
}

.bottom-menu {
	position: fixed;
	background-color: var(--verde-scuro-10);
	width: 100%;
	bottom: 0;
	z-index: 2;
	font-size: 1.5em;
	height: 4.2rem;
	max-width: var(--max-width);
}

.content {
	margin-bottom: 4rem;
	min-height: calc(100vh - 4.2rem - 4rem - 1.1rem);
}

.bottom-menu a.icon-link {
	text-decoration: none;
	color: var(--verde-scuro);;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding-top: 0.8rem;
	padding-bottom: 0.6rem;
	transition: color 0.2s ease-in-out;
}

.bottom-menu a.icon-link:hover {
	color: var(--bs-dark);
}

.bottom-menu a span {
	text-align: center;
	margin-top: 0.1rem;
	font-size: 0.8rem;
	text-transform: uppercase;
	font-weight: 500;
}

@font-face {
	font-family: 'icomoon';
	src: url('fonts/icomoon.eot?mt9hwo');
	src: url('fonts/icomoon.eot?mt9hwo#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf') format('truetype'), url('fonts/icomoon.woff') format('woff'), url('fonts/icomoon.svg?mt9hwo#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icona-"], [class*=" icona-"] {
	font-family: 'icomoon';
	font-style: normal;
	font-weight: normal;
	font-size: 1.4rem;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icona-circle:before {
	content: "\e902";
	color: rgb(0, 0, 0);
}

.icona-circle-check .path1:before {
	content: "\e900";
	color: rgb(18, 16, 11);
}

.icona-circle-check .path2:before {
	content: "\e901";
	margin-left: -1em;
	color: rgba(255, 255, 255, 1);
}

.icona-contact:before {
	content: "\e904";
}

.icona-hide .path1:before {
	content: "\e905";
}

.icona-hide .path2:before {
	content: "\e909";
	margin-left: -1em;
	color: rgb(0, 0, 0);
}

.icona-news:before {
	content: "\e906";
}

.icona-see:before {
	content: "\e907";
}

.icona-wallet .path1:before {
	content: "\e908";
	font-size: 1.4rem;
}

.icona-wallet .path2:before {
	content: "\e90a";
	margin-left: -1em;
	font-size: 1.4rem;
}

.icona-home:before {
	content: "\2202";
}
