.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(0, 0, 0, 0.6);
	opacity: 0;
}



.menucontinside {
	position: relative;
	left: 0;
	top: 0;
	width: 94%;
	height: 100%;
	/* background-color: #fff; */
	margin: 0 auto;
}
.vocicont {
	position: absolute;
	top: 0px;
	right: 0;
	width: auto;
	height: 100%;

	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(0px, auto));
	grid-column-gap: 0.5em;
	grid-auto-flow: column;
}

.voce {
	top: 50%;
	font-weight: 600;
	color: #fff;
	font-size: calc(8px + 0.6vmin);
	width: auto;
	height: auto;
	text-align: right;
	text-decoration: none;
	cursor: pointer;
	box-sizing: border-box;
	margin: auto 0;
	display: block;
	padding-left: 1.8em;
	font-family: 'Inter', sans-serif;
}




.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;
}




.logo {
	position: absolute;
	left: 0%;
	top: 50%;
	width: auto;
	height: 40%;
	background-size: contain;
	background-position: left center;
	background-repeat: no-repeat;
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	min-height: 28px;
	max-height: 32px;
}
.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;
}






@media (max-width: 1000px) {
	
	
	.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: 100%!important;
		height: 60px;
		background-color: #e8e8e8;
		margin: 0 auto;
		max-width: 100vw;
	}
	.vocicont {
		position: absolute;
		top: calc(60px + 0.3em);
		left: 1%;
		width: 98%;
		height: auto;
	
		display: grid;
		grid-template-columns: 1fr;
		grid-column-gap: 0em;
		grid-row-gap: 0.3em;
		background-color: none;
		overflow: hidden;
		grid-auto-flow: row;
		box-shadow: 0 15px 10px rgba(0, 0, 0, 0.122);
	}
	.voce {
		top: 50%;
		font-weight: 600;
		color: #f6f6f6;
		font-size: 1em;
		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;
		/* 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.08);
		padding: 0em 0em 0em 0em;
		border-radius: 0.2em;
		display: block;
		box-sizing: border-box;
	}
	
	.voce a:active {
		text-decoration: none;
		background-color: rgb(34, 34, 34);
	}
	
	.voce :hover {
		transition: all .3s ease-out;
		color: #373737;
		background-color: rgba(255, 255, 255, 1);
		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.svg');
		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: absolute;
		left: 4%;
		top: 55%;
		width: 50%;
		height: 40%;
		background-size: contain;
		background-position: left center;
		background-repeat: no-repeat;
		-ms-transform: translate(0%, -50%);
		transform: translate(0%, -50%);
		min-height: 0px;
		max-height: 150px;
	}

}
