.Header1 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 95%;
    height: 100px;
    margin: 35px auto 0 auto;
    z-index: 1000;
    pointer-events: none;
    
    -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;
}

.Header1_Recua {
    width: 100%!important;
    margin: 0 auto 0 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;
}

.Header1_FixaBtnMenuOntop {
    width: 100%;
    margin: 0 auto 0 auto;
}






.Header1 .BoxMenu {
    position: fixed;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    margin: 40px 40px 0 0;
    border-radius: 100%;
    pointer-events: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
    -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;
}

.Recua_BoxMenu {
    margin: 20px 20px 0 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;
}

.RecuaMenuAberto_BoxMenu {
    margin: 10px 10px 0 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;
}

.Color_BoxMenu {
    background: #052F3B!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;
}







nav {
    position: fixed;
    width: 100%;
    height: 100px;
    background-color: #052F3B;
    z-index: 999;
    top: -100px;
    
    -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;
}

.Nav_Show {
    top: 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;
}

.Nav_Show_Scrolling {
    top: 0px!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;
}

.Nav_Hide {
    top: -100px!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;
}

.Nav_Fixa_Scrolling {
    top: 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;
}

nav .ContainerMenu {
    height: 100px;
}

nav ul {
    margin: 0!important;
	padding: 0!important
}

nav li {
	margin: 0!important;
    position: relative;
    display: inline;
    width: auto;
    height: 100px;
}

nav .FirstEmpty .LogoMenuNav {
    display: none;
}

.LinkMenu {
    width: auto;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 11px;
	letter-spacing: 2px;
    margin: 0 12px 0 12px;
    color: #008fbd;
}

.LinkMenu:hover,
.LinkMenu:active,
.LinkMenu:focus {
    color: white;
}









/* RESPONSIVE CSS FOR MOBILE */


@media (max-width: 450px) {
    
    .Header1 .BoxMenu {
        margin: 10px 10px 0 0;
    }
    
    .Recua_BoxMenu {
        margin: 10px 10px 0 0!important;
    }
    
    nav .FirstEmpty .LogoMenuNav {
        display: block;
    }
    
    /* DESABILITA ITENS */
    .Header1 .BoxDados,
    .Header1 .BoxIdSite {
        display: none!important;
    }
    
    .Header1 {
        width: 95%;
        height: 100px;
        margin: 0 auto 0 auto!important;
    }

    .Header1_Recua {
        width: 95%!important;
        margin: 0 auto 0 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;
    }
    
    .Header1 .BoxLogo .LogoMenu {
        height: 55px;
        width: auto;
        margin: 0 0 0 10px;
    }
    
    .Header1 .BoxMenu .BtnMenu {
        width: 60px;
        height: 60px;
        border-radius: 100%;
        margin-top: 25px;
        
        -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;
    }
    
    .BtnMenu_MudaCorMobile {
        border-radius: 100%;
        background: #07202c;
        
        -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;
    }
    
    .BtnMenu_MudaCorMobile {
        fill: black!important;
    }
    
    .ContainerMenu {
        position: absolute;
        width: 100%;
        top: 0!important;
        height: auto!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;
    }
    
    nav {
        top: -450px!important;
        height: auto!important;
        -webkit-transition: all 0.8s ease;
        -moz-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
        -ms-transition: all 0.8s ease;
        transition: all 0.8s ease;
    }
    
    nav ul {
        padding-inline-start: 0!important;
        width: 100%;
    }
    
    nav li {
        position: relative;
        display: block!important;
        height: auto!important;
        text-align: left;
        padding: 12px 20px;
        background-color: #052F3B;
        border-bottom: 1px dotted rgba(255,255,255,0.10);
    }
    
    nav li:first-child {
        padding-top: 25px;
    }
    
    nav li:last-child {
        padding-bottom: 25px;
    }
    
    nav li a {
        padding: 12px;
    }
    
    .BtnLogo {
        padding: 0!important;
    }
    
    nav .FirstEmpty {
        height: 100px!important;
    }
    
    nav .FirstEmpty .LogoMenuNav {
        height: 55px;
        width: auto;
        margin: 0 0 0 10px;
        display: block;
    }
    
    .LogoMenuNav_Show {
        display: block!important;
    }

    .Nav_Show {
        top: 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;
    }
    
    .Desabilita_Scroll {
        overflow: hidden!important;
    }
    
    .Overlay_Header {
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0,0,0,0.90);
        z-index: 998;
        pointer-events: 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;
    }
    
    .Overlay_Header_Show {
        opacity: 1!important;
        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;
    }
    
}