.menuconthome {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 10%;
	margin: 0 auto;
	min-height: 60px;

}
.menubackcolor {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(33, 33, 33, 0.9);
	opacity: 0;
}


.menublock {
	position: absolute;
	top: 0px;
	left: 0;
	width: auto;
	height: 100%;

	display: flex;
	align-items: center;
	grid-template-columns: repeat(auto-fit, minmax(0px, auto));
	grid-column-gap: 0em;
	grid-auto-flow: column;
}

.menucontinside {
	position: relative;
	left: 0;
	top: 0;
	width: var(--centercolwidth);
	height: 100%;
	/* background-color: #fff; */
	margin: 0 auto;
	max-width: var(--center);
	/* border-bottom removed to avoid the fade-like line on desktop */
	
	/* backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px); */
	
	border-bottom: 0;
}
.vocicont {
	position: relative;
	top: 0px;
	left: 0;
	width: auto;
	height: 100%;

	display: flex;
	grid-template-columns: repeat(auto-fit, minmax(0px, auto));
	grid-column-gap: 0em;
	grid-auto-flow: column;
	
	margin-left: 3em;
}
.voce {
	top: 50%;
	font-weight: 600;
	color: #fff;
	font-size: calc(0.2em + 0.85vmin);
	width: auto;
	height: auto;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	box-sizing: border-box;
	margin: auto 0;
	display: block;
	padding: 0.8em 1.2em 0.8em 1.2em;
	border-radius: 5px;
	font-family: 'Inter', sans-serif;
	/* white-space: nowrap; */
	/* overflow: hidden; */
	/* text-overflow: ellipsis; */
}
.voce a {
	text-decoration: none;
	color: #fff;
	transition: all .3s ease-out;
}
.voce a:active {
	text-decoration: none;
	color: #262626;
}
.voce :hover {
	color: rgba(255, 255, 255, 0.5);
	transition: all .3s ease-out;
}
.active{
  background-color: #FDF9F5;
  color: #2C2C2C!important;
}
.active a {
  color: #2C2C2C!important;
}



.logo {
	position: relative;
	left: 0%;
	top: 0;
	width: auto;
	height: 100%;
	background-size: contain;
	background-position: left center;
	background-repeat: no-repeat;
	-ms-transform: none;
	transform: none;
	min-height: 28px;
	max-height: 50px;
	/* padding-left: 2em; */
}
.contbtnshop{
	margin: auto 0;
}
.btnshop{
	width: 80%;
	top: 50%;
	float: right;
	font-size: calc(0.5em + 0.3vw);
	text-transform: none;
	font-weight: 600;
	text-align: center;
	background-color: #DE001E;
	padding: 0.8em 1em 0.8em 1em;
	border-radius: 5px;
	color: #ffffff;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	  justify-content: center;
	margin: 0 auto;
	
	-webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.05);
}
.btnshop img{
	width: 24%;
	margin-right: 0.5em;
}
.menucontisnide_linecolor{
	position: absolute;
	left: 2%;
	bottom: -2vh;
	width: 96%;
	height: 2vh;
	filter: brightness(2);
	border-radius: 0 0 5px 5px;
	box-shadow: none;
	opacity: 0.90;
}





@media (max-width: 1000px) {
	.menublock {
		position: absolute;
		top: 0px;
		left: 0;
		width: 100%;
		height: 100%;
	
		display: flex;
		align-items: center;
		grid-template-columns: repeat(auto-fit, minmax(0px, auto));
		grid-column-gap: 0em;
		grid-auto-flow: column;
	}
	
	.blackoverlay_menumobile{
		position: fixed;
		left: 0%;
		top: 0%;
		width: 100%;
		height: 0%;
		background-color: rgba(0, 0, 0, 0.60);
	}
	.menucontinside {
		position: relative;
		left: 0;
		top: 0;
		width: 90%!important;
		height: 60px;
		/* background-color: #e8e8e8; */
		margin: 0 auto;
		max-width: 100vw;
		border-bottom: 0px solid rgba(255, 255, 255, 0.2);
	}
	.vocicont {
		position: absolute;
		top: calc(60px + 0.3em);
		left: 0%;
		width: 100%;
		height: auto;
		margin-left: 0em;
		display: grid;
		grid-template-columns: 1fr;
		grid-column-gap: 0em;
		grid-row-gap: 0.2em;
		background-color: none;
		overflow: hidden;
		grid-auto-flow: row;
		box-shadow: 0 15px 10px rgba(0, 0, 0, 0);
		box-sizing: border-box;
	}
	.voce {
		top: 50%;
		font-weight: 600;
		color: #f6f6f6;
		font-size: 0.9em;
		width: auto;
		height: auto;
		text-align: center;
		text-decoration: none;
		cursor: pointer;
		box-sizing: border-box;
		transition: all .3s ease-out;
		line-height: 3em;
		transition: all .3s ease-out;
		padding: 0;
		/* text-transform: uppercase; */
		padding-left: 0em;
		background-color: rgba(255, 255, 255, 1);
		border-radius: 5px;
	}
	
	.voce a {
		width: 100%;
		height: auto;
		text-decoration: none;
		color: #373737;
		background-color: rgba(147, 147, 147, 0);
		padding: 0em 0em 0em 0em;
		border-radius: 0.2em;
		display: block;
		box-sizing: border-box;
	}
	
	.voce a:active {
		text-decoration: none;
		background-color: #FDF9F5;
	}
	
	.voce :hover {
		transition: all .3s ease-out;
		color: rgba(104, 104, 104, 1);
		background-color: #ffffff;
		/* box-shadow: inset 0 5px 5px rgba(223, 223, 223, 0); */
	}
	.hamburger {
		position: fixed;
		right: 4%;
		top: 18px;
		width: 20px;
		height: 20px;
		padding: 4px;
		cursor: pointer;
		background-image: url('../images/hamburger.png');
		background-position: center center;
		background-size: contain;
		background-repeat: no-repeat;
		/* display: none; */
		visibility: visible;
	}
	
	.contbtnshop{
		margin: auto 0;
	}
	.btnshop{
		width: 100%;
		top: 50%;
		float: right;
		font-size: 1em;
		text-transform: none;
		font-weight: 600;
		text-align: center;
		background-color: #DE001E;
		padding: 0.8em 1em 0.8em 1em;
		border-radius: 5px;
		color: #ffffff;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 auto;
		
		-webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.05);
		-moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.05);
		-o-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.05);
		box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.05);
	}
	.btnshop img{
		width: 2em;
		margin-right: 0.5em;
	}
	.logo {
		position: relative;
		left: 4%;
		top: 0;
		width: auto;
		height: 100%;
		background-size: contain;
		background-position: left center;
		background-repeat: no-repeat;
		-ms-transform: none;
		transform: none;
		min-height: 0px;
		max-height: 150px;
		display: flex;
		align-items: center;
	}

	#voce_search .search-field {
		background-color: #1a1a1a !important;
		color: #ffffff !important;
		border-color: rgba(0, 0, 0, 0.4) !important;
	}

}
