.overlay{
	background: none;
	position: none;
}

.display-none{
  display: none;
}
body a:hover{
	text-decoration: none;
}
.menu-icon{
	display: none;
}
header{
	padding: 1em;
	position: absolute;
	width: 100%;
	z-index: 10000;
}
header #logo{
	float: left;
	padding-left: 1em;
	width: 280px;
}
header nav{
	text-align: right;
}
header nav ul{
	list-style: none;
	display: inline-block;
}
header nav ul li{
	display: inline-block;
	margin: 1em;
}
header nav ul li a{
	color: white;
	text-decoration: none;
	font-size: 16px;
}
header nav ul li a:hover{
	color: white;
}
header nav ul .button_1,
header nav ul .button_2 {
	margin: 0;
	padding: 1rem .5rem;
	border-radius: 4px;
	cursor: pointer;
	border: 1px solid transparent;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}
header nav ul .button_1:hover,
header nav ul .button_2:hover {
	border: 1px solid #FFF;
	background: transparent;
	box-shadow: 0 0 10px 5px rgba(255,255,255,.2);
}
header nav ul .button_1 a,
header nav ul .button_2 a {
	font-size: 12px;
	font-weight: 700;
}
header nav ul .button_1 {
	background: #ee8e4e;
}
header nav ul .button_2 {
	background: rgb(228, 73, 90);
}
header nav ul .button_2 a {
	color: #FFF;
}
header nav ul .button_2:hover a {
	color: #FFF;
}
.acceso{
	border-radius: 5px;
	border:1px solid white;
	padding: 10px;
}
.acceso:hover{
	background-color: rgb(2,71,84);
	transition: 1s;
}
.flag{
	width: 30px;
}
.dropdown-menu{
	background: none;
	left: -5em !important;
	margin-top: 6px;
}
.dropdown-menu li a{
	color: white;
}

@media screen and (max-width: 1095px){
	header nav ul li{
		display: inline-block;
		margin: 0.5em;
		margin-top: 1em;
	}
}
@media screen and (max-width: 1268px){
	.overlay{
	  background: rgba(0,0,0,.8);
	  width: 100%;
	  height: 100%;
	  position: fixed;
	  overflow: hidden;
	  z-index: 9999999999;
	}
	header nav{
		position: absolute;
		right: 10px;
		top: 4.6em;
		visibility: hidden;
		opacity: 0;
		transition: 0.5s;
		z-index: 10000;
		background:;
	}
	header nav ul li{
		display: block;
		margin-top: 4px;
		font-size: 16px;
	}
	.acceso{
		padding: 4px;
	}
	.menu-icon{
		display: block;
		float: right;
		width: 45px;
		cursor: pointer;
	}
	.visible{
		opacity: 1 !important;
		visibility: visible !important;
		transition: .7s;
	}
}
@media screen and (max-width: 600px){
	header #logo{
		width: 220px;
	}
}
