#menu-bar {
	display: none;
}

header {
	width: 100%;
	height: 80px;
	/*background: #fff;
	background: rgba(97,81,65,1.0);*/
	color: #000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	align-items: center;
}

header .contenedor {
	display: table;
}

header .contenedor h1 img{
	padding-left: 35px;
	padding-top: 10px;
	width: 80%;
	height: 80%;
}

header label {
	float: right;
	font-size:	22px;
	margin: 30px 5px;
	cursor: pointer;
}

.menu {
	position: absolute;
	top: 80px;
	width: 100%;
	background: rgba(208,217,185,0.8);
	color:#D0D9B9; 
	transition: all 0.5s;
}
#menuitems {
	left: -100%;
}
#menuitems img{
	margin-top: -7px;
}
#marca {
	width: 205px;
	height: 87px;
/*	background-image: none;
*/	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50px 15px;
}
header.sticky #marca {
		background-image: url(../grafica/mg-marca.png);
	background-position: 50px 24px;
}

header.sticky {
	background-color: #FFF;
}

.menu a {
	display: block;
	color: #917F33;
	height: 35px;
	text-decoration: none;
	border-bottom: 1px solid rgba(255,255,255,0.6);
	font-family: 'Helvetica Light', Helvetica, Arial;
	font-size: 15px;
	letter-spacing: 2px;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 10px;
}

.menu a:hover {
	background: rgba(0,0,0,0.2);
	color: #000;
		
}
#menu-bar:checked ~ #menuitems {
/*	left: 0%;
	transform: translateX(0%);
*/}
	
@media (min-width:1024px) {
	header {
		position: fixed; 
		top: 0px !important;
		height: 100px;
	}
	header.sticky {
		height: 100px;
	}
	header.sticky .menu a {
/*		padding-top: 60px;
*/	}
	header.sticky #marca {
		background-image: url(../grafica/mg-marca.png);
	}
	header label {
		display: none;
	}
	header .contenedor h1 img{
		padding-left: 50px;
		padding-top: 0px;
		width:inherit;
	}
	#marca {
/*		width: 124px;
		height: 87px;
*/		background-position: 30px 14px;
	}
	
	.menu {
/*	transform: translateX(0);
*/	position: static;
	width: auto;
	height: auto;
	float: right;
	display: flex;
	background-color: transparent;
	padding-top: 20px;
	text-transform: uppercase;
}
	
	.menu a {
		font-size: 15px;
		color: #636156;
		border: none;
		padding-left: 0px;
		padding-right: 35px;
		padding-top: 20px;
	}
	.menu a:hover {
		color: #917F33;
		background: none;		
}
	header, header.sticky{
		height: 100px;
	}
}
@media (min-width:1100px) {
	 
	#marca {
/*		width: 122px;
		height: 87px;
*/		background-position: 50px 24px;
	}

.menu {
	top: 100px;
}
}
@media (min-width:1200px) {
	.menu a {
		padding-right: 50px;
	}
}
@media (max-height:400px) {
/*	header.sticky, header {
		height: 70px;
	}
	header.sticky #marca {
		background-image: url(../grafica/mg-marca.png);
		background-position: 35px 7px;
	}
.menu {
	top: 70px;
}
*/}
@media (orientation: portrait) {
	header.sticky #marca {
/*		background-image: url(../grafica/mg-marca.png);
*/		background-position: 15px 8px;
	}
	header {
		height: 70px;
	}
.menu {
	top: 70px;
}
}
