body {
	background-color: white;
	min-height: 100%;
}

.menu {
	display: flex;
	flex-wrap: wrap;
	padding: 0 10%;
	justify-content: center;
	align-items: center;
	font-size: 1.1em;
	z-index: 9;
	background: white;
}

.menu a:hover {
transform:scale(1.1);
}

.menu a {
	box-sizing: border-box;
	flex-grow: 1;
	text-decoration: none;
	margin: 10px;
	padding: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: transform 0.3s ease-in-out 0s;
}

.menu a img {
	height: 1.5em;
	width: 1.5em
}

#opc {
	padding: 0 10%;
	z-index: 5;
}

@media screen and (max-width:768px) {
	.menu a span {
		display: none;
	}
	#gen {
		margin: 0;
	}
}
.gift img{
	max-height: 4em;
	max-width: 4em;
	flex-grow: 1;
}
.gift{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	text-align: center;
}
.gift span:hover{
	background-color: rgba(237, 200, 255, .5);
}
.gift span{
	display: flex;
	cursor: pointer;
	width: 6em;
	height: 6em;
	align-items: center;
	flex-direction: column;
	justify-content: space-between;
	border: 4px solid transparent;
}
.gift .selected{
	border: 4px solid #13BBAF;
}
#cantIns{
	font-size: 1.3em;
	font-weight: bold;
}
.mal{
	background-color: lightcoral;
	transition: background 1s;
}
#insignias img{
	max-height: 3em;
	max-width: 3em;
}
#insignias>span>span{
	margin-left: 3px;
}
#insignias>span{
	min-height: 2em;
	border-radius: 70px;
	cursor: pointer;
	background-color: rgba(255,255,255,.8);
	align-items: center;
    margin: 5px;
    display: flex;
    flex-direction: row-reverse;
    box-shadow: 0 0 3px black;
    padding: 1px;
}
#insignias{
	min-height: calc(2em + 6px);
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
	background-color: #EDC8FF;
}