.navbar{z-index:9999;box-sizing:border-box;flex-flow:row;justify-content:space-between;align-items:center;width:100vw;height:fit-content;padding-top:0;padding-bottom:0;display:flex;position:fixed;top:1rem;left:0;right:0}.navbar .logo{flex-flow:row;justify-content:start;align-items:center;width:fit-content;min-width:9rem;text-decoration:none;transition:filter .3s;display:flex}.navbar .logo .logo-size{aspect-ratio:1;object-fit:contain;width:1.6rem;display:inline-block}.cls-1{fill:none}.navbar .logo-color.dark{color:var(--white-color)}.navbar .logo-color.white{color:var(--black-color)}.logo:hover{text-decoration:none}.logo .name-app{flex-flow:column;margin-left:.5rem;display:flex}.logo .name-app h2{text-align:start;letter-spacing:-.5px;text-transform:lowercase;margin:0;padding:0;font-family:Geist,sans-serif;font-size:1.7rem;font-weight:500}.logo .hide-name{pointer-events:none;display:none;transform:translateY(20px)}.menu-list{flex-flow:row;justify-content:center;width:50%;height:fit-content;padding:0;display:flex}.menu-list .menu-data{flex-flow:row;justify-items:center;width:fit-content;height:100%;display:flex}.menu-list .menu-data .item-menu{cursor:pointer;text-transform:uppercase;height:fit-content;padding:.4rem .6rem;font-size:.55rem;font-weight:700}.menu-list .menu-data .item-menu.active{color:var(--accent-color)}.menu-list.white .item-menu{color:var(--text-blackfade-color)}.menu-list.dark .item-menu{color:var(--text-whitefade-color)}.navbar .menu-list h4{text-transform:uppercase;border:none;justify-content:center;align-items:center;width:fit-content;margin:0;font-size:.65rem;font-weight:700;line-height:.65rem;display:none}@media screen and (max-width:480px){.navbar{justify-content:space-between;width:100%;height:fit-content}.navbar .logo{width:33%;min-width:3rem}.navbar .logo .logo-size{width:1.5rem}.logo .name-app{margin-left:0}.logo .name-app h2{font-size:1.1rem;font-weight:500}.logo .hide-name{display:none}.navbar .linkTo{width:33%}.menu-list{justify-content:center;width:33%;margin-left:1.5rem;margin-right:0;padding:0}.navbar .menu-list h4{display:flex}.menu-list .menu-data{background:var(--black-color);flex-direction:column;place-items:center;width:100%;height:100vh;padding-top:2rem;display:none;position:fixed;top:4rem;left:0}.menu-list .menu-data .item-menu{padding:.4rem 0;font-size:.8rem;font-weight:600}.menu-list .menu-data.mobile-menu{display:flex}}
