:root{--black:#2e2e2e;--orange:#fa5400;--purple:#4b0072;--white:#ffeee6;--gray:#d0d0d0}*{margin:0;padding:0;box-sizing:border-box;font-family:"Montserrat",sans-serif;text-decoration:none;list-style:none;border:none}body{background-color:var(--black);background-image:url(assets/bg.png);background-position:center center;background-repeat:no-repeat;background-size:cover}#header{box-sizing:border-box;display:flex;align-items:center;justify-content:space-around;height:70px;z-index:100000}#logo{color:var(--white);font-family:"Bruno Ace SC",serif}#menu{display:flex;gap:20px}#menu a{display:block;padding:.5rem;color:var(--white);font-size:12px}#btn-mobile{display:none}#home h1{color:var(--white);text-align:center;padding-top:50px}#home{display:flex;flex-direction:column;align-items:center}#img-central{width:520px;margin:auto;padding-top:50px;padding-bottom:50px;display:flex}.btn1{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:var(--orange);color:#fff;border:none;padding:13px 40px;font-size:16px;font-weight:600;border-radius:4px;cursor:pointer}.btn1 a{color:var(--white)}.button{display:flex;justify-content:center;align-items:center}.button img{width:320px;z-index:-100}.image-container{position:relative;display:inline-block}.image-container img{width:480px;display:block}.about img{width:300px}.about div h1{color:var(--white)}.about div p{color:var(--white);max-width:500px;font-size:12px}.about{margin-top:50px;margin-left:50px;margin-right:50px;display:flex;justify-content:center;align-items:center;gap:20px}.texts-about{display:flex;flex-direction:column;align-items:center;gap:20px}.card{width:250px;height:310px;background-color:#383636;border:solid 2px #bc3f00;border-radius:4px;display:flex;padding:20px;gap:10px;align-items:center}.card img{width:100px;height:100px}.cards-texts{color:var(--white);display:flex;flex-direction:column;gap:5px;align-items:flex-start}.cards-texts h3{font-size:16px}.cards-texts p{font-size:12px}.container-cards{margin-top:10px;margin-left:50px;margin-right:50px;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;align-content:center;gap:25px}.btn-footer{display:flex;flex-direction:column;align-items:center;gap:35px}.btn-footer img{width:380px;margin-top:50px}#btn1{width:180px;height:50px;border:solid 2px var(--orange);background-color:transparent;border-radius:4px;margin-bottom:50px}#btn1 a{color:var(--white);font-weight:600}.brinde p{color:var(--white);font-size:20px;font-weight:500}.brinde h3{color:var(--white);font-size:20px;font-weight:700}.brinde img{width:280px}.brinde{display:flex;gap:25px;flex-direction:column;align-items:center}footer p{color:var(--white);font-size:14px;text-align:center}footer{margin-bottom:50px}.produtos h1{color:var(--white);text-align:center;font-size:20px;margin-bottom:20px}@media (max-width: 999px){#menu{display:block;position:absolute;width:100%;top:70px;height:0;right:0;background-color:var(--black);z-index:1000;transition:.6s;visibility:hidden;overflow-y:hidden}#nav.active #menu{padding-top:20px;height:210px;visibility:visible;transition:.6s}#menu a{padding:1rem 0;margin:0 2rem;border-bottom:2px solid var(--black);font-size:14px;display:flex;justify-content:center}#btn-mobile{display:flex;font-size:1rem;border:none;cursor:pointer;background:none;width:34px;height:34px;border-radius:5px;align-items:center;justify-content:center}#hamburguer{display:block;color:var(--white);width:20px;border-top:2px solid}#hamburguer::after,#hamburguer::before{width:20px;height:2px;background-color:currentColor;content:"";display:block;margin-top:5px;transition:.6s;position:relative}#nav.active #hamburguer{border-top-color:transparent}#nav.active #hamburguer::before{transform:rotate(135deg)}#nav.active #hamburguer::after{transform:rotate(-135deg);top:-7px}}@media (max-width: 800px){#img-central{width:320px}#home h1{font-size:20px}.image-container img{width:340px}.btn1{padding:0;width:180px;height:50px}.about{flex-direction:column;gap:28px}.btn-footer img{width:320px}.brinde p{font-size:16px}.brinde h3{font-size:18px}.brinde{margin-left:50px;margin-right:50px}}@media (max-width: 400px){#img-central{width:220px}#home h1{font-size:18px}.image-container img{width:290px}.about{flex-direction:column;gap:28px;margin-right:20px;margin-left:20px}.about img{width:220px}.btn-footer img{width:240px}.brinde p{font-size:14px}.brinde h3{font-size:16px}.brinde{margin-left:20px;margin-right:20px}}