.navmenu {
    display: contents;
}

.navmenu a {
    margin-right: 0px;
    margin-left: 0px;
}

@media only screen and (max-width: 991px) {
    .navmenu {
        display: flex;
    }

    .navmenu a {
        margin-right: 6px;
        margin-left: 6px;
    }
}






/*--------------------------------------------------*/
/* NAVBAR ELEMENTS > MAIN NAV */
/*--------------------------------------------------*/


.collapse .navbar-collapse {
    padding: 10px 0px;
}

.navbar-collapse {
    padding-bottom: 0px;
}





.navbar a {
    font-family: 'Questrial', sans-serif;
    letter-spacing: 1px;
    font-weight: bold;
}

.navbar-nav {
    font-family: 'Albert Sans', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}

.navbar-light .navbar-toggler {
    color: rgb(65 67 68);
    border-color: rgb(55 61 62);
    background-color: #111314;
    margin: 7px;
    padding: 4px 8px;
    transition: 0.2s;
}

.navbar-light .navbar-toggler:hover {
    color: #242526;
    border-color: #707070;
    background-color: #09090a;
    transition: 0.4s;
    outline: none !important;
    box-shadow: none !important;
}

.custom-toggler .navbar-toggler-icon {}

.navbar-toggle {
    display: block;
}

/* .navbar-collapse.collapse {
    display: none !important;
} */

@media only screen and (max-width: 1008px) {
    .navbar-expand-lg .navbar-collapse {
        display: none !important;
    }
}

@media only screen and (max-width: 900px) {
    .tl_sb_c {
        display: none;
    }
}









.navbar-menu-stick {
    margin-top: -90px !important;
    margin-left: 50px !important;
}

/* .navbar-holder {
    position: fixed;
    width: 100%;
    height: 100px;
    z-index: 2;
} */

.navbar-holder-stick {
    position: relative;
    height: 70px;
    z-index: 8;
    top: 0px;
}

.navbar-wrapper {
    height: 69px;
    text-align: center;
    z-index: 2;
    transition: 0.3s;
    background: #fff;
    border-bottom: 1px solid #e9e9e9;
    margin-left: -15px;
    margin-right: -15px;
    /* box-shadow: 0px 0px 13px 0px #000000b3; */
    /* background: linear-gradient(45deg, #ffffff0c, transparent); */
    /* background: linear-gradient(177deg, #ddfdff0f 0%, #ddfdff03 30%, #00000000 30.1%, #00000000 100%); */
}

.navbar-wrapper-stick {
    position: fixed;
    max-height: 70px;
    height: 100%;
    left: 15px;
    /* top: -98px; */
    /* box-shadow: 0px -6px 9px 7px #0000008f; */
    /* border-bottom: solid 1px #101410; */
    /* background-color: #111311; */
}

.navbar-wrapper-move {
    top: -62px;
}

.navbar-wrapper-retract {
    top: -105px;
}

.navbar-inset {
    margin-top: 34px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 0px 0px 0px;
}

.navbar-toggler-icon {
    height: 1.7em;
}

.navbar {
    transition: 0.3s;
    height: 70px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: center;
    /* padding: 2px 0px; */
    z-index: 2 !important;
    padding: 0px 0px;
}


.navbar-menu {
    width: 100%;
    padding: 0px 0px;
    margin-top: -11px;
    margin-left: 0px;
}

.nav-dash-item {
    display: inline-flex;
    justify-content: left;
    flex-direction: column;
    align-items: flex-start;
    text-transform: uppercase;
    font-size: 14px;
    padding: 3px 5px;
    margin: 3px 0px;
}

.navtext {
    margin-left: 8px;
}

.navtitle {
    color: #a5a5a5;
    margin-left: 7px;
    margin-bottom: 0px;
}



.nav-item {
    display: flex;
    flex-direction: column;
}

.nav-link,
.nav-link-d,
.nav-link-a,
.nav-link-m-content,
.nav-link-m-social,
.nav-link-n,
.nav-link-sub,
.nav-link-m,
.nav-link-c,
.nav-link-rep,
.nav-link-p,
.nav-link-r,
.nav-link-s,
.nav-link-ls,
.nav-link-m {
    margin: 6px 0px;
    border-radius: 4px;
    padding: 6px 9px;
}

.nav-link.active {
    background-color: #ccc;
}

.dyn_drop_m {
    background: #fff;
    padding: 0px 9px;
    margin-top: 38px;
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    text-align: left;
    border-radius: 0px 0px 8px 8px;
    border-left: 1px #f7f7f7 solid;
    border-right: 1px #f7f7f7 solid;
    border-bottom: 1px #f7f7f7 solid;
    box-shadow: 0px 4px 3px 0px #00000052;
}

.dyn_drop_m a {
    padding: 5px 0px;
    width: 100%;
    border-bottom: 1px #f7f7f7 solid;
}


.body-dark {
    background-color: #101010;
    color: #ffffff;
}

.body-light {
    background-color: #ffffff;
    color: #101010;
}

.navwrap-dark {
    background-color: #101010;
    color: #ffffff;
    border-bottom: 1px solid #101010;
}

.navwrap-light {
    background-color: #ffffff;
    color: #101010;
    border-bottom: 1px solid #dfdfdf;
}

.navlink-dark {
    color: #ffffff;
}

.navlink-light {
    color: #101010;
}



.overlay-dark {
    background-color: #101010;
    color: #ffffff;
}

.overlay-light {
    background-color: #ffffff;
    color: #101010;
}





.footer-light {
    position: relative;
    z-index: 0 !important;
    margin-left: -15px;
    margin-right: -15px;
    color: #000;
    background-color: #f1f1f1;
}

.footer-dark {
    position: relative;
    z-index: 0 !important;
    margin-left: -15px;
    margin-right: -15px;
    color: #fff;
    background-color: transparent;
}

.footer-logo-light {
    color: #000;
    font-size: 17px;
    font-family: 'Albert Sans', sans-serif;
    letter-spacing: 2px;
    font-weight: bold;
}

.footer-logo-dark {
    color: #fff;
    font-size: 17px;
    font-family: 'Albert Sans', sans-serif;
    letter-spacing: 2px;
    font-weight: bold;
}


.hamburger-white {
    background: #fff;
    width: 24px;
    border-radius: 5px;
    padding: 3px;
    margin: 0px -3px;
}

.navButtons-dark {
    color: #dbcd8f !important;
    background: #12120f !important;
    border: 1px solid rgb(158, 136, 63) !important;
}

.lightNavB {
    color: #222;
    background: #ebebeb;
    border: 1px solid rgba(255, 255, 255, 0.32);
    margin-right: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 5px;
}












.sidebar-element {
    transition: 0.2s ease-in-out;
    left: -300px;
}





#SIDEBAR-1 {
    position: relative;
    overflow: hidden;
    transition: 0.2s ease-in-out;
    width: 0px;
    background-color: red;
    z-index: 0;
    left: -30px;
}

#SIDEBAR-2 {
    overflow: hidden;
    height: 100%;
    position: fixed;
    top: 0;
    left: -265px;
    transition: 0.2s ease-in-out;
    width: 200px;
    background-color: #ffffff;
    z-index: 25;
    padding: 15px 10px;
}

#SIDEBAR-2 a {
    color: #000 !important;
    font-weight: bold;
    font-size: 16px;
}


.meu-a {
    padding: 7px 10px;
    border-radius: 5px;
    width: 100%;
    border-width: 0px;
    border-color: rgb(54, 57, 54);
    border-top: 1px solid rgb(255, 255, 255);
    border-bottom: 1px solid rgb(227, 227, 227);
}

.meu-b {
    margin-bottom: 0px;
    margin-left: 15px;
    font-size: 14px;
    font-family: 'Albert Sans', sans-serif;
    font-weight: bold;
    margin-right: 10px;
}

.meu-p {
    margin-bottom: 0px;
    margin-left: 5px;
    font-size: 14px;
    font-family: 'Albert Sans', sans-serif;
    font-weight: bold;
    margin-right: 10px;
}

.meu-c {
    margin-bottom: 0px;
    margin-left: 15px;
    font-size: 14px;
    font-family: 'Albert Sans', sans-serif;
    font-weight: bold;
    margin-right: 10px;
}




/* NAV - LOGO */

.logo_ctl {
    transition: 0.2s;
}

.logo_txt_ctl {
    transition: 0.2s;
    max-width: 300px;
    font-size: 21px;
    font-family: 'Albert Sans', sans-serif;
    font-weight: bold;
}

.logo_slg_ctl {
    transition: 0.2s;
    letter-spacing: 3px;
    font-style: italic;
    font-size: 10px;
    color: #4f6068;
    margin-bottom: 0px;
    text-align: start;
    margin-left: 4px;
}



.logo {

    display: flex;
    flex-direction: column;
    justify-content: center;
}


.logo-set-stick {
    margin-top: -30px !important;
}

.logo-slogan-stick {
    display: none;
}

.logo-shrink {
    width: 140px !important;
    margin-top: 2px;
}


.logo-slogan {
    font-size: 13.8px;
    letter-spacing: 1px;
    line-height: 27px;
    color: #a7a7a7;
    padding: 0px 0px 0px 5px;
}

.logo-set {
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-left: 9px;
}

.logo-set .logo {
    height: 50px;
    padding: 0px 0px;
}

.logo.col-lg-4 {
    text-align: center;
    padding: 14px;
}
