.header{position:fixed;top:0;left:0;display:flex;width:100%;justify-content:center;align-items:center;padding:25px 50px;z-index:10000;transition:transform .3s ease-in-out}.hidden{transform:translateY(-100%)}.visible{transform:translateY(0)}.navigation{display:flex;justify-content:space-between;width:100%;gap:1rem;height:2.5rem}.header_left{flex:1;border-radius:5px}.header_left,.header_logo{display:flex;justify-content:center}.header_logo{align-items:center;border-right:2px solid #333;flex:0.6;background-image:url(/icon/logoAmbar.svg);background-position:50%;background-repeat:no-repeat;background-size:50% 100%}.header_logo img{width:45%}.logo_interprise{display:flex;justify-content:center;align-items:center;flex:2;background-position:50%;background-repeat:no-repeat;background-size:70% 100%}.logo_interprise img{width:60%}.header_btn{justify-content:center;display:flex;flex:2;.buttons{display:flex;justify-content:center;align-items:center;background-color:#FFF;color:#000;font-weight:700;border:none;width:100%;border-radius:3px;cursor:pointer;transition:all .3s ease-in-out}.buttons:hover{background:#CE7B1D;color:#FFF;font-weight:700}}.header_main{display:flex;width:100%;border:2px solid #333;border-radius:5px;background-color:#333;flex:4;.link_item,ul{display:flex;justify-content:center;align-items:center;width:100%}.link_item{flex:1;height:100%;border-radius:5px;transition:all .3s ease;cursor:pointer;color:#ffffff}.link_item:hover{background-color:#FFF;color:#000;border-radius:5px;font-weight:700}}.header_right{border:2px solid #333;border-radius:5px;flex:1;display:flex;color:#ffffff}.header_search{display:flex;flex:2;input{font-size:15px;padding-left:10px;padding-right:20px;border:none;outline:none;border-radius:5px}}.atalho_btn{flex:1;background-color:#333;font-size:10px;line-height:7px}.atalho_btn,.dropdown{display:flex;width:100%;justify-content:center;align-items:center}.dropdown{flex:2;font-size:15px}.dropdown-menu li{gap:2px;display:flex}.hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;width:36px;height:36px;background:transparent;border:none;cursor:pointer;z-index:11000;margin-left:1rem}.hamburger span{display:block;width:24px;height:3px;margin:4px 0;background:#fff;border-radius:2px;transition:.3s}.hamburger.open span:first-child{transform:translateY(7px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-14px) rotate(-45deg)}@media (max-width:900px){.logo_interprise{display:flex;justify-content:center;align-items:center;background-position:50%;background-repeat:no-repeat;background-size:70% 100%}.logo_interprise img{width:60%}.header{padding:15px 10px}.header_right{flex:none}.header_main{display:none;position:absolute;top:70px;left:0;width:100vw;background:#000000;border-radius:0 0 10px 10px;box-shadow:0 8px 24px rgba(0,0,0);z-index:10999;transition:all .3s;border-color:#000}.header_main.show{background-color:#000;display:flex;flex-direction:column;align-items:center;padding:1.5rem 0}.header_main ul{flex-direction:column;width:100%;gap:1rem}.header_main .link_item{width:100%;justify-content:flex-start;padding:1rem 2rem;font-size:1.2rem;border-radius:8px;background:none;color:#fff;transition:background .2s,color .2s}.header_main .link_item:hover{background:#CE7B1D;color:#fff}.hamburger{display:flex}.header_right{display:none}}