header{
	padding: 5px 60px;
	background-color: #00234f;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 1;
	position: relative;
}

header ul{
	display: flex;
	align-items: center;
}
.menu.fixed{
	position: fixed!important;
	right: 0!important;
	left: 0!important;
	z-index: 9999;
}
#home .menu.fixed .logo img{
	height: 80px;
	position: static!important;
}
#home .menu.fixed {
	padding-top: 5px!important;
	padding-bottom: 5px!important;
	background-color: #00234f!important;
	    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .40);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, .40);
    box-shadow: 0 0 30px rgba(0, 0, 0, .40);
}
.icone-menu-mobile{
	display: none;
}
.menu-mobile ul{
	display: none;
}
.btn-fechar{
    position: absolute;
    right: 40px;
    top: 20px;
    cursor: pointer;
}
.visivel{
	display: block!important;
}
header ul a{
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}
header ul li{
	  margin-left: 30px;
}
header ul li a:hover, header ul li a.ativo{
	color: #F99D1C;
}
header ul li a.btn-amarelo:hover{
	color: rgb(17, 17, 17);
}
#home header{
    background-color: rgb(6 18 39 / 60%);
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	left: 0;
	right: 0;
	padding: 20px 60px;
	height: auto;
}
#home header .logo img{
	position: absolute;
	top: 4px;
	max-width: 240px;
}
.logo img{
max-width: 240px;
}
