

.navbar {
    border-radius: 0;
    margin-bottom: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 20px 0;
    min-height: auto;
    flex-direction: column;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.navbar.navbar-shrink {
    padding: 10px 0;
    background-color: #FFF;
    box-shadow: 0 3px 10px #adadad;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        justify-content: flex-end;
    }
}

.navbar-header {
    width: 100%;
}

.navbar .content {
    width: 100%;
}

.navbar .align-menu {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar .navbar-brand {
    width: 160px;
}

.navbar .navbar-brand a {
    display: block;
}

.navbar .navbar-brand a img {
    width: 100%;
    height: auto;
}

.navbar .navbar-itens-menu ul {
    margin: 0;
    padding: 0;
}

.navbar .navbar-itens-menu ul li {
    list-style: none;
    display: inline-block;
}

.navbar .navbar-itens-menu .navbar-active ul li a {
    display: flex;
    align-items: center;
    padding: 14px 22px;
    color: #000267;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    border-radius: 10px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.navbar.navbar-active {
    background-color: #000267 !important;
    transition: background-color 0.3s ease-in-out;
}



.navbar .navbar-itens-menu ul li a:hover, .navbar .navbar-itens-menu ul li.active a {
    color: #FFF;
    background-color: #000267;
}

.hamburger-inner, 
.hamburger-inner::before, 
.hamburger-inner::after {
    width: 30px;
    height: 4px;
    background-color: #ff6600;
    border: none; 
    box-shadow: none;
    border-radius: 0;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}


.hamburger-box {
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}


#hamburgerMenu:focus {
    outline: none;
    box-shadow: none;
}


.hamburger-inner::before, 
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

.hamburger.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: 0.22s;
}

.hamburger.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.15s, transform 0.13s 0.22s;
}

.hamburger.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s, opacity 0s 0.22s;
}


.navbar {
    border-radius: 0;
    margin-bottom: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 20px 0;
    min-height: auto;
    flex-direction: column;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.navbar.scrolled {
    background-color: #000267 !important;
    transition: background-color 0.3s ease-in-out;
}

.navbar.navbar-shrink {
    padding: 10px 0;
    background-color: #FFF;
    box-shadow: 0 3px 10px #adadad;
}

.navbar-header {
    width: 100%;
}

.navbar .navbar-itens-menu ul li a {
    display: flex;
    align-items: center;
    padding: 14px 22px;
    color: #000267;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    border-radius: 10px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.navbar .navbar-itens-menu ul li a:hover, .navbar .navbar-itens-menu ul li.active a {
    color: #FFF;
    background-color: #000267;
}

@media (max-width: 992px) {
    body {
        padding-top: 70px;
        background-color: #FFF;
    }


    .navbar {
        
        padding: 10px 0;
        background-color: #000267;
        box-shadow: 0 3px 10px  rgba(0, 2, 103, .6);
    }

    .navbar .navbar-collapse {
        position: absolute;
        width: 100%;
        height: auto;
        background-color: #000267;
        top: 90px;
        left: 0;
        padding: 10px 0;
    }

    .navbar .navbar-itens-menu ul li a {
        padding: 16px 20px;
        width: 100%;
        justify-content: center;
    }
    

}

