

header{
    position: relative !important;
}

.sticky-header{
    width: 100%;
    height: 100px;
    transition: all 0.3s ease;
    z-index: 99999 !important;
    position: relative !important;
}

.header .nav-item a{
    color: black;
}
.sticky{
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    background: white !important;
    color: black !important;
    
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    height: 100px;
    z-index: 99999 !important;
}

.sticky .nav-item a{
    color: black!important
}

.sticky .navbar-light .navbar-toggler-icon {
    background: black !important;
}



@media screen and (max-width: 380px) {
    #img-logo-nav{
        max-width: 150px;
    }
}

.around{
    justify-content: space-around!important;
}

.btn-login{
    background: rgb(21, 42, 233);
    color: white;
    padding: 10px 30px;
    text-decoration: none;
    transition: all 0.6s ease;
}

.btn-login:hover{
    color: white;
    background: rgb(224, 8, 8);
    text-decoration: none;
    transition: all 0.6s ease;
}


@media only screen and (max-width: 991px) {
    .navbar-collapse {
        position: absolute;
        right: 0px;
        width: 27%;
        top: 50px;
        z-index: 16;
        padding: 0;
        background: #FFA500;
        border-radius: 0px;
        color: var(--e-global-color-secondary);
    }

    .btn-login{
        background: none;
        color: black;
        padding: 0;
        font-weight: normal;           
    }

    .btn-login:hover{
        background: none;
        color: black;
        padding: 0;         
    }
}