
header nav{
	padding: 2px;
}

header ul > li > a{
	cursor: pointer;
	display: block;
	color: #000;
	font-size: 15px;
	margin: 0px 0px 0px 10px;
}

header ul > li > a.icon-login{
	margin: 0px;
}

header ul > li > a.button-blue{
	margin-right: 0px;
}

header ul > li > a:hover{
	color:#4A8DD6;
}

header .icon-login:hover{
	opacity: 0.7;
}


header ul a.ancla{
	margin-right:10px;
	margin-left:10px; 
}

header{
	/*transition: all 1s ease-out;*/
	visibility: hidden;
	opacity: 0;
	background-color:rgba(255,255,255,0.9);
	color:#FFF;
	align-content: center;
	position: fixed;
	width: 100%;
	z-index: 9999;
}

header .g-width{
	display: flex;
	justify-content: space-between;
}

header .g-width .logo-site{
	margin-left: 5px;
}

header .logo-site{
	height: 45px;
}

header ul {
	
	
	display: flex;
	align-items: center;
  	justify-content: space-between;
}

header ul li img{
	height: 35px;
	padding: 0px 10px;
}

header ul > *{
	/*display: inline-block;*/
}




#listIdioms{
	width: fit-content;
}

.hamburger-container {
	margin:10px 10px 0px 10px;
	 display: none;
    cursor: pointer;
}

 

@media(max-width: 780px){

	.hamburger-container{
		display: list-item;
	}

	header .g-width > ul > li{
		display: none;
	}

	header .g-width > ul > li:nth-child(6), header .g-width > ul > li:nth-child(5){
		display: block;
	}

	
}

header .mobile-menu {
	/*height: 0px;*/
	overflow: hidden;
	transition: all 0.5s ease-out;
}

header .mobile-menu > *{
	display: block;
}

header .mobile-menu a{
	padding: 30px;
	font-size: 20px;
	border-bottom: 1px solid #7F7E80;
}

.bar1, .bar2, .bar3 {
    width: 22px;
    height: 4px;
    background-color: #FFF;
    margin:0px 0px 5px 0px;
    transition: 0.4s;
}

/* Rotate first bar */
.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-5px, 7px) ;
    transform: rotate(-45deg) translate(-5px, 7px) ;
}

/* Fade out the second bar */
.change .bar2 {
    opacity: 0;
}

/* Rotate last bar */
.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-5px, -8px) ;
    transform: rotate(45deg) translate(-5px, -8px) ;
    -ms-transform: rotate(45deg) translate(-5px, -8px) ;
}
