#header,#header a { color: #ffffff; font-size: 14px; text-decoration: none; }
#header ul,#header li { position: relative; list-style: none; }
#header li { margin: 0px; }
#header .stdLink { text-transform: lowercase; background-color: rgba(0,0,0,0.75); margin: 0px; padding: 30px 50px; cursor: pointer; -webkit-transition: all 400ms ease-in-out; -moz-transition: all 400ms ease-in-out; -o-transition: all 400ms ease-in-out; -ms-transition: all 400ms ease-in-out; transition: all 400ms ease-in-out; }
#header .stdLink:hover { background-color: #201E1A; }
#header .stdLink.stdLinkDestaque { background-color: #DEAC5C; color: #000000; }
#header .stdLink.stdLinkDestaque:hover { background-color: #D69830; }

#header { position: fixed; top: 0; left: 0; width: 100%; background-color: rgba(0, 0, 0, 1); z-index: 100; }
#header .mainNav { position: relative; display: flex; align-items: center; justify-content: space-between; width: 1200px; max-width: calc( 100% - 40px ); margin: auto; padding: 0px 12px; }
#header .brandArea .stdLink,#header .burgerArea .stdLink { background-color: transparent; padding: 0px; }
#header .navLogo { display:flex; justify-content:flex-start; align-items:center; gap:50px }
#header .brand { position: relative; width: 168px; height: 60px; background-size: contain; background-position: center; background-repeat: no-repeat; background-image: url('../images/client/logo-menu-branco.png'); }
#header .selo { height:0; aspect-ratio: 1/1;}
#header .navArea { display: flex; align-items: center; justify-content: flex-end; }
#header .mainLink { display: flex; align-items: center; justify-content: flex-end; }
#header .stdLink { white-space: nowrap; }
#header ul.dropMenu { display: none; position: absolute; top: 100%; left: -5px; width: max-content; max-width: 225px; white-space: normal; background-color: #CCC; z-index: 1; }

#header ul.dropMenu.dropMenuInvert { left: auto; right: -5px; }
#header ul.dropMenu li { display: block; }
#header ul.dropMenu ul.dropMenu { top: 0; left: 100%; }

#header .iconCart { margin-right: 3px; }
#header .burgerArea { display: none; }
#header .brandArea .stdLink:hover,#header .burgerArea .stdLink:hover { background-color: transparent; }
#header .burger { position: relative; width: 26px; height: 16px; }
#header .burger ul,#header .burger ul li { display: block; }
#header .burger .line { position: absolute; left: 0; width: 100%; height: 1px; background-color: #ffffff; }
#header .burger .line1 { top: 0; }
#header .burger .line2 { top: 50%; }
#header .burger .line3 { top: 100%; }
#header.expandedMenu .burger { transform: rotate(180deg); }
#header.expandedMenu .burger .line1 { top: 50%; width: 100%; transform: rotate(45deg); transform-origin: center center; }
#header.expandedMenu .burger .line2 { opacity: 0; }
#header.expandedMenu .burger .line3 { top: 50%; width: 100%; transform: rotate(-45deg); transform-origin: center center; }

#header.hideNavBar { top: -150px!important; opacity: 0; pointer-events: none; }
#header.showNavBar { top: 0px!important; opacity: 1; pointer-events: auto; }

#header.startNavBar { background-color: transparent; }
#header.startNavBar .mainNav { align-items: flex-start; flex-direction: column; }
#header.startNavBar .brand { width: 255px; height: 92px; background-image: url('../images/client/logo-menu.png'); }
#header.startNavBar .selo { height:110px; }
#header.startNavBar .brandArea .stdLink { padding: 30px 0; }




/* Responsive */
@media only screen and (max-width : 1200px) {
    #header .stdLink { white-space: initial; }
    #header .mainLink .stdLink { display: block; margin: 0px auto; padding: 15px 0; }
    #header .brandArea,#header .burgerArea { margin: 15px 0; }
    #header .brandArea .stdLink,#header .burgerArea .stdLink { padding: 0px; }
    #header .navLogo { gap:30px }
    #header.startNavBar .brand { width: 168px; height: 60px; }
    #header.startNavBar .selo { height:75px; }
    #header .burgerArea { display: inline-block; }
    #header nav { position: absolute; top: 100%; left: -20px; width: calc( 100% + 40px ); background-color: #111111; opacity: 0; pointer-events: none; -webkit-transition: all 400ms ease-in-out; -moz-transition: all 400ms ease-in-out; -o-transition: all 400ms ease-in-out; -ms-transition: all 400ms ease-in-out; transition: all 400ms ease-in-out; }
    #header .mainNav { white-space: nowrap; }
    #header .mainLink { display: block; text-align: center; padding: 25px 0px; overflow-y: auto; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%,-50%)!important; -moz-transform: translate(-50%,-50%)!important; -ms-transform: translate(-50%,-50%)!important; -o-transform: translate(-50%,-50%)!important; transform: translate(-50%,-50%)!important; width: 500px; max-width: 100%; padding-left: 10px; padding-right: 10px; }
    #header .mainLink::-webkit-scrollbar { display: none; }
    #header .mainLink { -ms-overflow-style: none; scrollbar-width: none; }
    
    #header .mainLink ul.dropMenu { position: relative; top: inherit; left: inherit; width: 100%; max-width: 100%; margin: auto; background-color: transparent; }
    #header .mainLink ul.dropMenu,#header ul.dropMenu ul.dropMenu { top: inherit; left: inherit; }
    #header .mainLink ul.dropMenu li { display: block; width: 100%; position: relative; max-width: 100%; margin: 5px 0; padding: 0px; }

    #header.startNavBar .burger .line { background-color: #000000; }

    #header.expandedMenu.hideNavBar { opacity: 1; pointer-events: auto; }
    #header.expandedMenu { background-color: #000000; top: 0!important; }
    #header.expandedMenu .brand { background-image: url('../images/client/logo-menu-branco.png'); }
    #header.expandedMenu .burger .line { background-color: #ffffff; }
    #header.expandedMenu nav { opacity: 1; pointer-events: auto; }

    #header.startNavBar .mainNav { align-items: center; flex-direction: row; }
    #header.startNavBar .brandArea .stdLink { padding: 0; }
    
}

@media only screen and (max-width : 576px) {
    #header .navLogo { gap: 15px; }
    #header.startNavBar .selo { height:60px; }
}

@media only screen and (max-width : 400px) {
    #header .navLogo { gap: 10px; }
    #header.startNavBar .brand { width: 90px; height: 50px; }
    #header.startNavBar .selo { height:45px; }
}