@import "https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";*{box-sizing:border-box;margin:0;padding:0}header{position:sticky;top:0}.containerNavbar{justify-content:center;width:100%;max-width:1940px;margin-top:10px;padding:0 20px;display:flex}.navbar{justify-content:space-between;align-items:center;height:100%;margin:10px;display:flex}.navbarList{justify-content:center;align-items:center;width:100%;height:100%;margin:10px;display:flex}.navbarLogo{align-items:center;font-size:1.5rem;font-style:italic;font-weight:900;text-decoration:none;display:flex}.navbarLogo img{height:36px;margin-right:20px}.navbarNav{justify-content:center;align-self:center;align-items:center;display:flex}.navList{justify-content:center;list-style:none;display:flex}.box{float:left;text-align:center;text-transform:uppercase;background:0 0;width:140px;height:auto;margin:0 5px;padding:15px;font-weight:900;transition:all .5s linear;display:block;position:relative;overflow:hidden}.box:before{content:"";box-sizing:border-box;border-bottom:4px solid #0000;border-left:4px solid #0000;width:100%;height:4px;position:absolute;bottom:0;left:0;transform:translate(100%)}.box:after{content:"";box-sizing:border-box;border-top:4px solid #0000;border-right:4px solid #0000;width:100%;height:4px;position:absolute;top:0;left:0;transform:translate(-100%)}.box:hover{box-shadow:0 5px 15px #00000080}.box:hover:before{border-color:#d96e3a;height:100%;transition:transform .3s linear,height .3s linear .3s;transform:translate(0)}.box:hover:after{border-color:#d96e3a;height:100%;transition:transform .3s linear,height .3s linear .5s;transform:translate(0)}.buttonNav{color:#fff;cursor:pointer;background:0 0;border:none;outline:none;font-family:Inter,sans-serif;font-size:16px;text-decoration:none}.buttonMerc{cursor:pointer;color:#fff;background-color:#0000;border:2px solid #454545;border-radius:30px;width:135px;height:54px;font-family:Inter,sans-serif;transition:all .5s ease-in-out;position:relative;overflow:hidden}.btn-txt{z-index:1;letter-spacing:4px;font-size:16px;font-weight:800}.type1:after{content:"";visibility:hidden;z-index:-1;background-color:#d96e3a;border-radius:30px;width:10px;height:10px;transition:all .5s ease-in-out;position:absolute;top:0;left:0}.buttonMerc:hover{color:#fff;border:none;box-shadow:1px 1px 200px #252525}.type1:hover:after{visibility:visible;transform:scale(100)translate(2px)}.App{background-color:#000;background-position:50%;background-repeat:no-repeat;background-size:cover;flex-direction:column;min-height:100vh;margin:0;display:flex;position:relative}
