*{margin:0;padding:0;box-sizing:border-box}body,html{height:100%;overflow:hidden}body{justify-content:center;font-family:'Montserrat',sans-serif!important;line-height:1.4rem;color:#000;background-color:#fff;margin:0;padding:0;display:flex;flex-direction:column;align-items:center}.barra-superior{box-shadow:0 4px 6px #0000000d,0 1px 3px #0000000d;justify-content:space-between;display:flex;flex-direction:row;position:fixed;top:0;left:0;width:100%;background-color:#fff;color:#000;padding:10px 0 5px 0;text-align:center;z-index:1000}.popup,.conteudo{font-size:13px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.popup{position:fixed;top:0;left:0;width:100%;height:100%;background:rgb(0 0 0 / .7);animation:fadeIn 0.5s}.popup-content{background:#fff;padding:20px;border-radius:3px;max-width:80%;margin:15% auto;text-align:center}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.oculto{display:none}button{font-weight:700;border-radius:3px;width:100%;background:#000;color:#fff;border:none;padding:16px 20px;cursor:pointer;margin-top:10px;box-shadow:0 4px 6px rgb(0 0 0 / .1),0 1px 3px rgb(0 0 0 / .08);transition:all 0.3s ease-in-out}button:hover{opacity:.8;font-weight:700;border-radius:3px;width:100%;background:#000;color:#fff;border:none;padding:15px 20px;cursor:pointer;margin-top:10px;box-shadow:0 4px 6px #00000047,0 1px 3px rgb(0 0 0 / .08);transition:all 0.3s ease-in-out}button:active{transform:translateY(1px);box-shadow:0 4px 6px rgb(0 0 0 / .1),0 1px 3px rgb(0 0 0 / .08)}.loading{color:#000;margin-top:20px;font-size:13px}.footer{position:fixed;bottom:0;left:0;width:100%;background-color:#ffffff75;color:#000;text-align:center;padding:15px 0;font-size:10px;font-family:'Montserrat',sans-serif;z-index:10}.footer p{margin:0}.balaocarregamento{background-color:#fff;border-radius:5px;padding:20px;box-shadow:0 4px 8px rgb(0 0 0 / .1);margin:auto 20px;flex-direction:column;align-items:center}.balao{background-color:#ffffffde;border-radius:5px;padding:20px;box-shadow:0 4px 8px rgb(0 0 0 / .1);margin:auto 20px;flex-direction:column;align-items:center}.balao p{line-height:1.5;margin:10px 0;text-align:center}.balao input{background-color:#fff0;width:100%;;padding:14px;margin-top:10px;border:1px solid #ccc;border-radius:3px;font-size:13px;outline:none;transition:border-color 0.3s ease-in-out}.balao input:focus{border-color:#ccc}header,footer{z-index:1}#balaozinho{position:relative;z-index:1;padding:20px}.background{margin:auto;position:fixed;top:0;left:0;width:100%;height:100%;background-image:url(https://i.pinimg.com/736x/99/51/8a/99518afdf99f84d753865c27b774173e.jpg),url(https://i.pinimg.com/736x/14/a1/05/14a1050cc08ae34e62e2a8e7d205128c.jpg),url(https://i.pinimg.com/736x/1b/55/91/1b55913176e3eaf2a6dcf19c136f7f20.jpg),url(https://i.pinimg.com/736x/01/80/e6/0180e6db05ffa18fc351998276167ed0.jpg),url(https://i.pinimg.com/1200x/d3/fb/a8/d3fba8ccba42077ed4c720e142702a61.jpg);background-size:cover;background-position:center;animation:fade-background 25s infinite;opacity:.5;z-index:-1}@keyframes fade-background{0%{background-image:url(https://i.pinimg.com/736x/99/51/8a/99518afdf99f84d753865c27b774173e.jpg)}20%{background-image:url(https://i.pinimg.com/736x/14/a1/05/14a1050cc08ae34e62e2a8e7d205128c.jpg)}40%{background-image:url(https://i.pinimg.com/736x/1b/55/91/1b55913176e3eaf2a6dcf19c136f7f20.jpg)}60%{background-image:url(https://i.pinimg.com/736x/01/80/e6/0180e6db05ffa18fc351998276167ed0.jpg)}80%{background-image:url(https://i.pinimg.com/1200x/d3/fb/a8/d3fba8ccba42077ed4c720e142702a61.jpg)}100%{background-image:url(https://i.pinimg.com/736x/99/51/8a/99518afdf99f84d753865c27b774173e.jpg)}}.checkbox-container{display:inline-flex;align-items:center;margin-bottom:10px;cursor:pointer}.checkbox-opcao,.checkbox-opcao1,.checkbox-opcao2,.checkbox-opcao3,.checkbox-opcao4,.checkbox-opcao5,.checkbox-opcao6,.checkbox-opcao7,.checkbox-opcao8,.checkbox-opcao9{display:none}.checkbox-label{display:inline-block;padding:10px 20px;border:1px solid #ccc;border-radius:150px;background-color:#fff0;cursor:pointer;font-size:13px;transition:background-color 0.3s,border-color 0.3s}.checkbox-opcao:checked+.checkbox-label,.checkbox-opcao1:checked+.checkbox-label,.checkbox-opcao2:checked+.checkbox-label,.checkbox-opcao3:checked+.checkbox-label,.checkbox-opcao4:checked+.checkbox-label,.checkbox-opcao5:checked+.checkbox-label,.checkbox-opcao6:checked+.checkbox-label,.checkbox-opcao7:checked+.checkbox-label,.checkbox-opcao8:checked+.checkbox-label,.checkbox-opcao9:checked+.checkbox-label{background-color:#000;color:#fff;border-color:#000}.checkbox-container:hover .checkbox-label{background-color:#000}button:disabled{background-color:#ccc;cursor:not-allowed}button{font-weight:700;border-radius:3px;width:100%;background:#000;color:#fff;border:none;padding:15px 20px;cursor:pointer;margin-top:10px}