.opcao-menu__imagem {
	background-color: #e5f4ea;
	height: 135px;
}
.opcao-menu__imagem:hover {
	top:-2px;
	box-shadow:2px 2px 3px rgba(0, 0, 0, .5);
	transition: all .1s ease-in-out;
}
.opcao-menu__nome {
	font-weight: 600;
	font-family: inter;
	text-decoration: none !important;
	color: #009f91;
}
.opcao-menu__nome:hover {
	font-weight: 600;
	font-family: inter;
	text-decoration: none !important;
	color: #000000;
}

.fonte-inter{
	font-family:inter;
}

