.icon-menu {
  display: block;
  font-size: 2em;
  cursor: pointer;
  color: #ffffff;
  padding: 5px;
  margin-left: 0;
  margin-top: 0;
  text-align:right
}

.main-nav {
	background:none;
	position: relative;
	z-index: 100;
	font-size:0.95em;
	font-weight:lighter;
}
.main-menu {
	position: absolute;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	left: 200%;
	background: #60a23e;
	margin-top:0px
}
.menu_style {
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 10px 20px;
	border-bottom: 1px solid rgba(51,51,51,0.05);
	font-size: 1em
}

.menu_style:link {
	background: none;
	color: #fff;
}
.menu_style:visited {
	background: none;
	color: #fff;
}
.menu_style:active {
	background: none;
	color: #fff;
}
.menu_style:hover {
	background: #e5e5e5;
	text-decoration: none;
	color: #60a23e;
}

.select {
	background: #60a23e;
	color: white
}
.select a {
	color: #fff;
}
.mostrar {
	left: 0
}
.menu-fixed {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	border-bottom: solid 1px #22242a;
	box-shadow: 0px 12px 25px rgba(255,255,255,.50);
	z-index: 9000
}

.menu-fixed #logo{
width: 16%;
} 

.menu-fixed #promo{
margin-top: 1%;
} 
@media only screen and (min-width: 481px) { 
.menu-fixed #logo{
	width: 10%;
}
}

@media screen and (min-width: 769px) {
.main-menu {
	position: static;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-left: 0;
	-webkit-transition:ease-in;
	transition:ease-in;
	background: none;
	margin-top:auto
}
.navegacion {
	padding: 0px 0px 0px 25px
}
.menu_style {
	border: none;
	padding: 5px 10px;
	font-size: 0.85em
}
.menu_style:hover {
	background: none;
	color: #becaeb;
	text-decoration: none
}

.select {
	background: none;
}
.select a {
	color: #becaeb;
	text-decoration: none
}
.icon-menu {
	display: none
}
.main-nav {
	font-size:1.2em;
	background:none;
}
}
@media screen and (min-width: 1300px) {

.navegacion {
	padding: 10px 0
}
.menu_style {
	border: none;
	padding: 2px 10px;
	font-size: 1.2em
}

}