header {
	position: absolute;
	width: 100%;
	height: 100px;
	z-index: 200;
}

.HeaderMenu {
	position: absolute;
	width: 100%;
	z-index: 201;
    margin-top: 40px;
}

/* HAMBURGER NO MOBILE */
.DivMenuMobile {
    position: fixed;
    height: 100px;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 10px 0 0;
}

.DivMenuMobile .LogoMobile {
    position: fixed;
    height: 100px;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 0 0 10px;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Esconde_LogoMobile {
    opacity: 0!important;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.DivMenuMobile .LogoMobile img {
    width: auto;
    height: 45px;
}
/* HAMBURGER NO MOBILE */


.DivDropdown {
	width: 100%;
	height: 100px;
	background: transparent;
    pointer-events: none;
    z-index: 210;
	
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.DivDropdown .DivLogo {
    position: absolute;
    display: flex;
    height: 100px;
    flex-direction: column;
    justify-content: center;
	pointer-events: auto;
}

.DivDropdown .container-fluid {
	width: 95%;
    height: 100px;
}

.DivDropdown .DivLogo .LogoHeaderMenu {
	width: auto;
	height: 70px;
}

.DivDropdown .DivLogo .LogoHeaderMenuSmall {
    width: auto;
    height: 50px;
	display: none;
}

.DivDropdown .DivLinks {
    flex-direction: column;
    height: 100px;
	/*position: relative;
	float: right;*/
}

.Show_DivLinks {
    height: 600px!important;
    pointer-events: auto!important;
}

.DivDropdown .DivLinks ul {
	margin: 0;
    height: 100px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.DivDropdown .DivLinks li {
	position: relative;
	display: inline-block;
}

.DivDropdown_Small .DivLinks li {
	position: relative;
	display: inline-block;
}

.Esconde_DivDropdown {
    display: none;
    opacity: 0;
    
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Show_DivDropdown {
	position: fixed;
	top: 0!important;
	height: 80px!important;
    opacity: 1!important;
    
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.MudaTamanho_DivDropdowm {
    display: none;
    position: fixed;
    height: 80px;
    top: 0;
    margin-top: -80px;
    background: #4E6F82;
}

.DisplayBlock_DivDropdown {
    display: block;
    position: fixed;
}

.Small_DivDropdown {
	top: 0!important;
    display: block;
    height: 60px;
	margin-top: -80px!important;
	overflow: hidden;

}

.Small_DivDropdown .container-fluid {
    /*width: 98%;*/
    height: 60px;
}

.Show_SmallDivDropdown {
	position: fixed;
	top: 0!important;
	margin-top: 0!important;
	height: 60px!important;
    
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Small_DivDropdown .DivMenuDesktop,
.Small_DivDropdown .DivLogo,
.Small_DivDropdown .DivLinks,
.Small_DivDropdown .DivLinks ul {
    height: 60px;
	
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Sobe_SmallDivDropDown {
	top: -60px!important;
	
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Small_DivDropdown .LogoHeaderMenu {
    display: none!important;
}


.Small_DivDropdown .LogoHeaderMenuSmall {
	display: block!important;
}


.LinkMenu {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 13px;
	line-height: 13px;
	padding: 8px 12px;
	letter-spacing: 2px;
	margin: 0;
	color: #375566;
    pointer-events: auto;
    
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.LinkMenu:hover,
.LinkMenu:active,
.LinkMenu:focus {
    color: white;
    
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.BtnVoltarHome {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 11px;
	line-height: 11px;
	padding: 8px 12px;
	letter-spacing: 2px;
	margin: 0;
	background: #597B8F;
	color: #D7E7F2;
	border-radius: 6px;
    pointer-events: auto;
    
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.BtnVoltarHome:hover,
.BtnVoltarHome:active,
.BtnVoltarHome:focus {
    color: white;
	background: #42657a;
    
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Small_DivDropdown .LinkMenu {
	color: #97B4C6;
}

.Small_DivDropdown .LinkMenu:hover {
	color: white;
}

@media (max-width: 450px) {
    
	.HeaderMenu {
		margin-top: 0!important;
	}

    .DivDropdown .container-fluid {
		width: 98%;
	}
    
	.DivDropdown .DivLinks {
		position: absolute;
		margin-top: 0;
        width: 100%;
		height: 0;
		overflow: hidden;
		
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
    
	.DivDropdown .Dropdown {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 90%;
		height: 700px;
		margin: 100px auto 0 auto;
		overflow: hidden;
		z-index: 202!important;
		pointer-events: none;
	}
    
	.DivDropdown .Dropdown ul {
        display: block;
		width: 100%;
        height: auto;
		margin: 0 0 0 0!important;
		padding: 0 0 0 0!important;
		
		margin-block-start: 0!important;
		margin-block-end: 0!important;
		margin-inline-start: 0px!important;
	    margin-inline-end: 0px!important;
		padding-inline-start: 0!important;
	}
	
	.DivDropdown .Dropdown li {
		width: 100%;
		margin: 0!important;
		padding: 0!important;
	}
	
	.DivDropdown .Dropdown li a {
		background: #4E6F82;
		border-bottom: 1px dotted rgba(151,180,198,0.15);
		display: block;
		width: 100%;
		padding: 25px 0 25px 30px;
	}
	
	.LinkMenu {
		color: #97B4C6;
	}
    
	.OverlayMenu {
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		background: #97B4C6;
		pointer-events: none;
		opacity: 0;
		z-index: 199;
		
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
	
	.Show_OverlayMenu {
		opacity: .9!important;
		pointer-events: auto!important;
		overflow: hidden!important;
		
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
	
	.BtnVoltarHome {
		border-radius: 0;
	}
    
}


