header {
    
    
    
}


nav {
    -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;
}

.navbar-default {
    position: fixed;
    background: url("../images/BlueBackground.png") center center no-repeat;
    background-size: 100%;
	top: 0;
	left: 0;
	width: 100%;
    height: 150px;
	z-index: 1000;
    
    -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;
}

.NavbarMoreMegamenu {
    height: 600px;
    
    -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;
}

.NavbarNoBackground {
    background: transparent!important;
}

.navbar-small {
	height: 100px;
}

.NavbarMoreMegamenu_Small {
    height: 550px;
}

.navbar-default .navbar-brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 150px;
    
    -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;
}

.navbar-small .navbar-brand {
    height: 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;
}

.navbar-brand .LogoSaoWeb {
    width: auto;
    height: 70px;
    margin: 0 0 0 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;
}

.navbar-default .navbar-right {
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: 92%;
    height: 150px;
    
    -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;
}

.navbar-small .navbar-right {
    height: 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;
}


.navbar-right .PortaLogoCliente {
    width: 80px;
    height: 80px;
}

.navbar-right .LogoCliente {
    width: 60px;
    height: auto;
    border-radius: 100%;
    margin: 0 0 0 0;
    z-index: 1002;
    cursor: pointer;
    
    -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;
}

.Aumenta_LogoCliente {
    width: 80px!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;
}

.BtnAlterarSenha {
    display: inline-table;
    border: 0px solid rgba(48,73,92,1.0);
    background-color: #00629f;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 9px;
    letter-spacing: 1.5px;
    color: white;
    margin: 8px auto 0 auto;
    padding: 6px 9px;
    box-shadow: none;
    outline: none;
    cursor: pointer;
}

.BtnAlterarSenha:hover,
.BtnAlterarSenha:focus {
    color: #6dcff6;
}

.navbar-right .NomeCliente {
    margin: 0 0 0 8px;
}

.navbar-right .IconeBtnMenu {
    width: 25px;
    height: auto;
    margin: 0 0 0 30px;
}

.NavbarData {
    padding: 0 10px 0 0;
}

.navbar-default .navbar-menu {
    position: absolute;
    width: 8%!important;
    height: 150px;
    right: 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;
}

.navbar-small .navbar-menu {
    height: 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;
}

.navbar-menu .IconeBtnMenu {
    width: 25px;
    height: auto;
    margin: 0 0 0 0;
}







.PopoverPerfil_Wrapper {
    position: absolute;
    display: inline-block;
    width: 350px;
    right: 20px;
    top: 130px;
    opacity: 0;
    margin-bottom: -50px;
    pointer-events: none;
    z-index: 2000;
    
    -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;
    
    -webkit-box-shadow: 0px 0px 16px 5px rgba(0,0,0,0.1); 
    box-shadow: 0px 0px 16px 5px rgba(0,0,0,0.1);
}

.Show_PopoverPerfil {
    opacity: 1;
    pointer-events: all;
    margin-bottom: 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;
}

.Recua_PopoverPerfil {
    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;
}

.PopoverPerfil_Header {
    width: 100%;
    height: 40px;
    margin: 0 auto 0 auto;
    background: #00629f;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #f3f3f3;
    letter-spacing: 4px;
}

.PopoverPerfil_Content {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 10px 40px 20px 40px;
    
    background: #f3f3f3;
    border: 1px solid #d9d9d9;
    border-bottom: 0px solid #d9d9d9;
    border-radius: 0px;

} 

.PopoverPerfil_Footer {
    width: 100%;
    margin: 0 auto 0 auto;
    background: #f3f3f3;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    border-radius: 0px;
} 

.PopoverPerfil_Footer a {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 3px;
    text-align: center;
    color: #05688A;
    padding: 6px 0;
}

.PopoverPerfil_Wrapper .BtnSalvarSenha {
    width: auto;
    display: inline-table;
    border: 0px solid rgba(48,73,92,1.0);
    background-color: #00629f;
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 10px;
    letter-spacing: 1.5px;
    color: white;
    text-align: center;
    margin: 0 auto 8px auto;
    padding: 9px 9px;
    box-shadow: none;
    outline: none;
    cursor: pointer;
}






.MegaMenu {
    position: fixed;
    width: 100%;
    height: 400px;
    top: 0;
    margin-top: 150px;
    z-index: 1500;
    overflow: hidden;
    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;
}

.Ativa_MegaMenu {
    pointer-events: auto;
}

.MegaMenu .ConteudoMegaMenu {
    width: 100%;
    height: 400px;
    margin-top: -400px;
    /*background: #f3f3f3;*/
    /*border-top: 1px solid rgba(255,255,255,0.10);*/
    background: transparent;
    padding: 70px 0 0 0;
    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_ConteudoMegaMenu {
    opacity: 1!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;
}

.Show_MegaMenu {
    margin-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;
}

.Recua_MegaMenu {
    margin-top: 80px;
    
    -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;
}

.Oculta_BtnMenu {
    display: none;
}

.MegaMenu .LinhaMegaMenu {
    height: 400px;
}

.MegaMenu .CardItem {
    /*flex-direction: column;*/
    background: transparent;
    /*height: 140px;*/
    border-radius: 7px;
    margin: 0 0 20px 0;
    padding: 10px 0;
    color: #6dcff6;
	border: 1px solid rgba(255,255,255,0.10);
    
    -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;
}

.MegaMenu .CardItem:hover {
	border: 1px solid rgba(255,255,255,0.00);
    letter-spacing: 2.5px!important;
-webkit-box-shadow: 0px 0px 16px 5px rgba(0,0,0,0.1); 
box-shadow: 0px 0px 16px 5px rgba(0,0,0,0.1);
    
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.MegaMenu .DivIcone {
    height: 80px;
}

.MegaMenu .IconeItens {
    display: block;
    width: auto;
    height: 55px;
    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;
}

.ZoomIconeItens {
    height: 60px!important;
    filter: contrast(1.05);
    
    -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;
}

.MegaMenu p {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 11px!important;
    line-height: 17px!important;
    letter-spacing: 1.5px;
    height: 36px;
    text-align: center;
}









@media (max-width: 450px) {
    
    .navbar-default {
        height: 170px;
    }

    .Recua_NavbarDefault {
        margin-top: -85px!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;
    }
    
    .navbar-small {
        top: -85px;
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 30px 0 rgba(0, 0, 0, 0.10);
    }
    
    .navbar-brand .LogoSaoWeb {
        height: 40px;
    }
    
    .DivBrand {
        border-bottom: 1px solid rgba(255,255,255,0.10);        
    }
    
    .navbar-default .navbar-brand {
        align-items: center;
        height: 85px!important;
    }
    
    .navbar-default .navbar-right {
        align-items: center;
        justify-content: flex-start;
        width: 90%;
        height: 85px!important;
    }
    
    .navbar-right .NomeCliente {
        margin: 0 0 0 5px;
    }
    
    .navbar-right .PortaLogoCliente {
        width: 55px;
        height: 55px;
    }
    
    .navbar-right .LogoCliente {
        width: 50px;
    }
    
    .Aumenta_LogoCliente {
        width: 55px!important;
    }
    
    .navbar-default .navbar-menu {
        width: 10%;
        height: 85px;
    }
    
    .navbar-menu .IconeBtnMenu {
        margin: 0;
    }
    
    .PopoverPerfil_Wrapper {
        width: 360px;
        top: 170px;
        right: 50%;
        margin-right: -180px;
    }
    
    .Recua_PopoverPerfil {
        top: 170px!important;
    }
    
    .MegaMenu {
        margin-top: 85px;
        height: 550px;
    }
    
    .Recua_MegaMenu {
        top: -85px;
    }
    
    .Recua_MegaMenu2 {
        top: 0;
    }
    
    .MegaMenu .ConteudoMegaMenu {
        margin-top: -650px;
        padding: 25px 0 0 0;
        height: 550px;
    }
    
    .MegaMenu .CardItem {
        margin: 0 0 5px 0;
    }
    
    .MegaMenu .IconeItens {
        height: 45px;
        margin: 10px auto 10px auto;
    }
    
    .DesativaScroll {
        overflow: hidden!important;
    }
}