@import"https://fonts.googleapis.com/css2?family=Inter:wght@900&family=Raleway&display=swap";.nav{background-color:var(--color-bg-nav);padding:25px;width:100%;display:flex;flex-direction:column;position:fixed;top:0;gap:1rem;-webkit-box-shadow:10px 10px 42px 0px rgba(0,0,0,.54);-moz-box-shadow:10px 10px 42px 0px rgba(0,0,0,.54);box-shadow:10px 10px 42px #0000008a}.nav-top{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around;gap:1rem}.nav-top .logo{object-fit:contain;height:45px}.nav-top .input-pesquisa{display:flex;flex-direction:row;width:60%;height:35px}.nav-top .input-pesquisa input{margin-right:1rem;width:100%;border-radius:2rem;padding:1rem;border:none}.nav-bottom{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around;gap:1rem}.nav-bottom li{color:var(--color-text);margin-top:2%;white-space:nowrap;font-size:1.5rem;cursor:pointer;list-style-type:none}.footer{background-color:var(--color-bg-footer);display:flex;align-items:center;padding:15px 35px;gap:35px;justify-content:flex-start}.footer img{width:100px}.cards{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}.card{display:flex;flex-direction:column;align-items:center;justify-content:space-between;text-align:center;width:22%;background:var(--color-bg-card);padding:1rem;border-radius:1rem;gap:1rem;-webkit-box-shadow:10px 10px 42px 0px rgba(0,0,0,.54);-moz-box-shadow:10px 10px 42px 0px rgba(0,0,0,.54);box-shadow:10px 10px 42px #0000008a}.card .img-produto{object-fit:contain;width:100%;height:20rem}.card p{color:var(--color-text-card)}@media (max-width: 768px){.card{width:90%}}.cadastro{text-align:center;margin-top:10%}.cadastro_one{margin-top:10px}:root{--color-text: #fff;--color-bg: #555;--color-bg-nav: #0f0f0f;--color-bg-footer: #091227;--color-bg-primary: #0994DC;--color-bg-card: #fff;--color-text-card: #000;--color-bg-danger: #dc0909}*{margin:0;padding:0;box-sizing:border-box;font-family:Raleway,sans-serif}body{padding-top:8rem;max-width:100vw;background:var(--color-bg);overflow-x:hidden}.container-pagina{min-height:100vh}h1,h2,h3,h4,h5,h6,p,span,i,ul,li,.font-white{color:var(--color-text)}.text-center{text-align:center}img{max-width:100%}a{text-decoration:none;color:var(--color-bg-primary)}button{cursor:pointer;background:transparent;border:none;width:fit-content}.btn{display:inline-block;border:none;text-align:center;border-radius:.5rem;margin:.2rem;padding:1rem;background-color:var(--color-bg-primary);color:var(--color-text)}.btn-medium{font-size:1.5rem}.bg-white{background:var(--color-bg-card)}.bg-danger{background-color:var(--color-bg-danger)}.bg-white h1,.bg-white h2,.bg-white h3,.bg-white h4,.bg-white h5,.bg-white h6,.bg-white p,.bg-white span{color:var(--color-text-card)}.container{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center;width:100%;padding-top:4rem;padding-bottom:4rem}.container.column{flex-direction:column}.gap-2{gap:2rem}.dual-col{display:flex;flex-direction:column;flex-wrap:wrap;padding:2rem;width:50%;gap:1rem}.img-produto-detalhe{object-fit:contain;max-width:90%;margin:auto}.tela-carregando{min-height:100vh}.col-align-right{display:flex;flex-direction:column;align-items:flex-end}.d-inline{display:inline-block}.d-flex{display:flex}.input{height:32px;padding:18px 13px;border:2px solid #2D2D2D;border-radius:5px;width:100%}.form label{margin-top:1rem}.btn-login-google span{color:var(--color-text-card)!important}.tela-login{height:80vh;display:flex;justify-content:center;align-items:center}@media (max-width: 768px){.dual-col{width:90%}}
