header{
	min-width:322px;
	width:100%;
	box-shadow:0px 0px 10px rgba(0,0,0,0.3);
	position:fixed;
	z-index:1;
	background:#fff;
	border-bottom:1px solid #3d93a3;
}
.header-brain{
	display: inline;
	padding:10px;
}
.header-contact{
	display:block;
}
.header-brain img{
	height:44px;
}
.header-content{
	display: inline;
	float:right;
	padding:10px;
}
.header-content-mobile{
	display:none;
}
.header-content ul li{
	cursor:pointer;
	font-family:'montserrat',Open sans;
	font-weight:500;
	color:#3d93a3;
	padding:0px 10px;
}
.header-content-mabile ul li{
	cursor:pointer;
	font-family:'montserrat',Open sans;
	font-weight:500;
	color:#3d93a3;
}
.header-container{
	padding:10px;
}
.header-content-mobile{
	display: none;
	overflow:hidden;
	height:0px;
	color:#3d93a3;
}
.header-brain i{
	display:none;
}
.recuo{
	height:93px;
}








.menu-right{
	position:fixed;
	width:25%;
	background:#fff;
	float:right;
	right:-100%;
	z-index:2;
	height:calc(100% - 93px);
	border-left:1px solid #3d93a3;
}



@media screen and (max-width: 815px){
	.header-container{
	}
	.header-brain{
		display:flex;
		flex-direction:column;
		align-items: center;
	}
	.header-content{
		width:100%;
		display:flex;
		flex-direction:column;
		align-items: center;
	}
	header{
		height:148px;
	}
	.recuo{
		height:148px;
	}
	.menu-right{
		width:40%;
		height:calc(100% - 148px);
	}
}
@media screen and (max-width: 560px){
	header{
		height:unset;
	}
	.header-contact{
		display:none;
	}
	.header-content{
		display: none;
	}
	.header-content-mobile{
		display: block;	
	}
		.header-brain{
		display:inline;
	}
	.header-brain i{
		display:inline;
	}
	.recuo{
		height:64px;
	}
	.menu-right{
		width:100%;
		height:calc(100% - 64px);
	}
}
