body,html{padding:0;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}a{color:inherit;text-decoration:none}*{box-sizing:border-box;margin:0;padding:0;color:#232323}.hide{display:none}main{display:flex;width:100%;height:100vh;flex-flow:column nowrap;justify-content:space-between;align-content:center;align-items:stretch}.main-buttons{padding:0 1rem}main .btn-menu{border:.15rem solid #232323;border-radius:2rem;padding:.6rem .8rem;margin:.4rem 0;cursor:pointer;display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;align-content:center;gap:.8em;max-width:475px}main .btn-menu:hover{box-shadow:2px 2px #aaa}main .btn-menu .btn-text{display:flex;flex-flow:column;justify-content:space-between;gap:.1rem;width:100%}.main-logo{display:flex;min-width:100%;justify-content:center}.image-logo{min-width:15vh;max-width:65vh;width:100vh;height:-webkit-max-content;height:-moz-max-content;height:max-content}.icon-container{display:flex;text-align:center;min-width:5%;min-height:100%;flex-flow:row nowrap;justify-content:center;align-items:center;align-content:center}.icon{cursor:pointer;min-width:6vh;max-width:12vh;width:12vh;height:-webkit-max-content;height:-moz-max-content;height:max-content}.centralize{align-self:center;display:flex;flex-flow:column nowrap;justify-content:space-evenly;align-items:center;align-content:center;gap:10px}footer{font-size:10;text-align:center;margin:0;padding:.6rem;background-color:#fac710}