
.menu-toggle {
  width: 40px;
  height: 30px;
  position: absolute;
  top: 13px;
  left: 25px;
  cursor: pointer;
}
.menu-toggle.on .one {
  -moz-transform: rotate(45deg) translate(7px, 7px);
  -ms-transform: rotate(45deg) translate(7px, 7px);
  -webkit-transform: rotate(45deg) translate(7px, 7px);
  transform: rotate(45deg) translate(7px, 7px);
}
.menu-toggle.on .two {
  opacity: 0;
}
.menu-toggle.on .three {
  -moz-transform: rotate(-45deg) translate(8px, -10px);
  -ms-transform: rotate(-45deg) translate(8px, -10px);
  -webkit-transform: rotate(-45deg) translate(8px, -10px);
  transform: rotate(-45deg) translate(8px, -10px);
}

.one,
.two,
.three {
  width: 100%;
  height: 5px;
  background: white;
  margin: 6px auto;
  backface-visibility: hidden;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.men {
	height: 9%;
}

.menu-tam {
	width: 60%;
}
.fazenda:hover ~ .hr1 {
	width: 15%;
	background-color: #fff;
	border-top: 3px solid #fff;
}
.programa:hover ~ .hr2 {
	width: 15%;
	background-color: #fff;
	border-top: 3px solid #fff;
}
.defesa-men:hover ~ .hr3 {
	width: 10%;
	background-color: #fff;
	border-top: 3px solid #fff;
}
.apresentador:hover ~ .hr4 {
	width: 22%;
	background-color: #fff;
	border-top: 3px solid #fff;
}
.mecanica:hover ~ .hr5 {
	width: 14%;
	background-color: #fff;
	border-top: 3px solid #fff;
}
.oportunidades:hover ~ .hr6 {
	width: 30%;
	background-color: #fff;
	border-top: 3px solid #fff;
}
.contato:hover ~ .hr7 {
	width: 13%;
	background-color: #fff;
	border-top: 3px solid #fff;
}
.hr1 {
	width: 7%;
	border-top: 3px solid #ffb000;
	background-color: #ffb000;
	margin: 7px 0px 20px 0px;
	transition-property: all;
	transition-duration: 0.3s;
}
.hr2 {
	width: 7%;
	border-top: 3px solid #ffb000;
	background-color: #ffb000;
	margin: 7px 0px 20px 0px;
	transition-property: all;
	transition-duration: 0.3s;
}
.hr3 {
	width: 7%;
	border-top: 3px solid #ffb000;
	background-color: #ffb000;
	margin: 7px 0px 20px 0px;
	transition-property: all;
	transition-duration: 0.3s;
}
.hr4 {
	width: 7%;
	border-top: 3px solid #ffb000;
	background-color: #ffb000;
	margin: 7px 0px 20px 0px;
	transition-property: all;
	transition-duration: 0.3s;
}
.hr5 {
	width: 7%;
	border-top: 3px solid #ffb000;
	background-color: #ffb000;
	margin: 7px 0px 20px 0px;
	transition-property: all;
	transition-duration: 0.3s;
}
.hr6 {
	width: 7%;
	border-top: 3px solid #ffb000;
	background-color: #ffb000;
	margin: 7px 0px 20px 0px;
	transition-property: all;
	transition-duration: 0.3s;
}
.hr7 {
	width: 7%;
	border-top: 3px solid #ffb000;
	background-color: #ffb000;
	margin: 7px 0px 20px 0px;
	transition-property: all;
	transition-duration: 0.3s;
}

.margin {padding: 3% 10%;box-sizing: border-box;height: 100vh;}
.menu-section.on {
  z-index: 10;
  width: 100%;
  top: 0;
  height: 100vh;
  display: block;
  background-color: #290042;
  position: absolute;
}
