*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;background-color:#000;font-family:Poppins,sans-serif}.card{background-color:#171717;border:1px solid #333;border-radius:20px;justify-content:center;align-items:center;gap:50px;width:100%;height:120px;padding:20px;display:flex}@media screen and (max-width:955px){.card{gap:20px;height:110px}}@media screen and (max-width:768px){.card{flex-direction:column;align-items:flex-start;height:auto;padding:30px;display:flex}}@media screen and (max-width:550px){.card{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:auto;padding:30px;display:flex}}.card .logo-app{border-radius:50px;width:80px;height:80px}.card .logo-app img{border-radius:50px;width:100%;height:100%}.card .info-app{color:#666;flex-direction:column;gap:5px;width:45%;display:flex}@media screen and (max-width:768px){.card .info-app{width:100%}}@media screen and (max-width:550px){.card .info-app{gap:10px}}.card .info-app h2{color:gray;font-size:1.1rem;font-weight:500}.card .info-app p{font-size:.9rem}.card .buttons{flex-direction:column;gap:5px;display:flex}@media screen and (max-width:768px){.card .buttons{flex-direction:row}}@media screen and (max-width:330px){.card .buttons{flex-direction:column;width:100%}}.card .buttons .button-store{text-align:center;color:#666;background-color:#121212;border:1px solid #333;border-radius:7px;padding:9px 20px;text-decoration:none}@media screen and (max-width:491px){.card .buttons .button-store{padding:9px 15px;font-size:.8rem}}@media screen and (max-width:410px){.card .buttons .button-store{padding:9px 10px}}@media screen and (max-width:330px){.card .buttons .button-store{max-width:100%!important}}header{text-align:center;letter-spacing:1px;flex-direction:column;justify-content:center;align-items:center;gap:16px;width:50%;margin-bottom:30px;display:flex}@media screen and (max-width:736px){header{width:80%}}@media screen and (max-width:430px){header{width:85%}}header .logo{border-radius:50%;width:120px;height:120px}header .logo img{border-radius:50%;width:100%;height:100%}header .logo-text{width:190px}header .logo-text img{width:100%;height:100%}@media screen and (max-width:550px){header .logo-text{width:150px}}header p{font-weight:600}@media screen and (max-width:808px){header p{font-size:.9rem}}@media screen and (max-width:500px){header p{font-size:.8rem}}header .link{color:#f5be1e;align-items:center;font-weight:600;text-decoration:none;display:flex}@media screen and (max-width:808px){header .link{font-size:.9rem}}@media screen and (max-width:500px){header .link{font-size:.8rem}}header .link .icon{margin-right:5px}.content{box-sizing:border-box;background-color:#000;background-attachment:fixed;flex-direction:column;justify-content:center;align-items:center;width:100%;height:auto;min-height:100vh;padding:40px 0;display:flex}.container{color:#4d4d4d;background-color:#191919;border:1px solid #333;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;width:50%;height:auto;padding:20px 0;display:flex}@media screen and (max-width:1024px){.container{width:70%}}@media screen and (max-width:425px){.container{width:80%}}.container-card{flex-direction:column;gap:5px;width:90%;display:flex}footer{color:#333;justify-content:space-between;align-items:center;width:90%;margin-top:40px;font-family:Poppins,sans-serif;font-size:.9rem;display:flex}@media screen and (max-width:900px){footer{font-size:.8rem}}@media screen and (max-width:720px){footer{flex-direction:column}}footer ul{gap:10px;display:flex}@media screen and (max-width:453px){footer ul{text-align:center;flex-direction:column;gap:2px;margin-top:20px}}footer ul li{list-style:none}footer ul a{color:#333;font-family:Poppins,sans-serif;font-size:.9rem;text-decoration:none}footer ul a:hover{color:gray}
