.g-width-h{
  max-width: 1320px;
  margin: auto;
}

header{
	width: 100%;
	
}	

header > nav{
	padding: 10px 0px 5px 0px;
	/*transition: all 1s ease-out;*/
 	position: fixed;
 
	/*background-color:rgba(255,255,255,0.9);	*/
	align-content: center;
	
	
	width: 100%;
 
	font-size: 24px;
	/*backdrop-filter: blur(2px);               /* Aplicar el blur */*/
  /*-webkit-backdrop-filter: blur(2px);       /* Soporte para Safari */*/
 
  	font-weight: 700;
 	font-style: normal;
 	z-index: 100
}

header nav  .wrmainheader .social-icons img{
	height: 30px;
	padding-right: 10px;
}


header nav{
	padding-left: 50px;
	padding-right: 40px;
}

header ul > li > a{
	cursor: pointer;
	display: block;	 
	font-size: 16px;
	margin: 0px 0px 0px 35px;	
 	font-weight: 500;
 	/*text-shadow: 1px 1px 1px rgba(0,0,0,0.5);*/
	color: #000;
}

header .mainheader > p{
	padding-left: 5px;
}

header .headerLogo{
	height: 55px;
	padding-top: 10px;
}

header  a{
	color:  #FFF;
}

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

header ul {

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

header .icon-instagram img{
	height: 33px;
	padding: 0px 10px;
}

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

.wrmainheader{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.hamburger-container {
	margin:10px 10px 0px 10px;
	display: none;
    cursor: pointer;
    z-index: 99;
    position: relative;
}

header .mobile-logo{
	display: none;
	width: 150px;
	height: auto;
}

 

@media(max-width: 995px){

	.desktop-menu{
		display: none;
	}

	header nav  .wrmainheader .social-icons{
		display: none;
	} 

	.hamburger-container{
		display: block;
	}

	header .mainheader p{
		font-size: 20px;
	}

	header .mobile-logo{
		display: inline;
	}

	header nav{
		padding-left: 30px;
		padding-right: 10px;
	}

	header .headerLogo {
		padding-top: 10px;
		height: 50px;
	}

	
}

header .mobile-menu {
 
	display: flex; 	
 	opacity: 0;
 	height: 100vh;
 	width: 100vw;
	justify-content: center;
	align-items: center;
	position: fixed;
	
	background-color: rgba(255, 255, 255, 0);	    
    top: 0;
    right: 0;
    transition: 0.4s;
    z-index: -10;
    	backdrop-filter: blur(0px);                /* desenfoque gaussiano */
  -webkit-backdrop-filter: blur(0px); 
 
}


header .mobile-menu .social-icons{
	text-align: center;
	margin-top: 40px;
}

header .mobile-menu .social-icons img{
	margin: 0px 5px;
}

header .mobile-menu a{
	color: #FFF !important;
	transition: 0.4s;
}

header .mobile-menu.change a{
	color: #FFF !important;
}

header .mobile-menu.change{
	opacity: 1;
	z-index: 10;
	background-color: rgba(89, 190, 88, 0.9);	
	backdrop-filter: blur(3px);                /* desenfoque gaussiano */
  -webkit-backdrop-filter: blur(3px);  	
}

header .mobile-menu .center-menu {
	padding-bottom: 40px;
}

header .mobile-menu img{
	width: 58px;
}

 

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

header .mobile-menu . center-menua{
	padding: 20px;
	font-size: 20px;
	text-align: center;

	
}

header .mobile-menu . center-menuimg{
	width: 30px;
}

header .mobile-menu .center-menu a{
	font-size: 25px;
	margin-bottom: 35px;
	text-align: center;	
	font-weight: 400;
}

header li a[select]{
	 /*border-bottom: 2px solid #000; */
	 /*margin-left: 25px;*/
}

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

.black .bar1, .black .bar2, .black .bar3 {
	background-color: #000;

}

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

}

/* 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) ;
    background-color: #395a79;
}

 
header.black a{
	color:  #000;
}
