@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@300;400;500;600;700&display=swap');*{margin:0;padding:0;box-sizing:border-box;font-family:'Lexend Deca',sans-serif}body{overflow:hidden;user-select:none}body a{text-decoration:none}h1{color:var(--deep-grey);text-align:center;margin-bottom:1.5625rem;font-size:1.5625rem}article{display:flex}aside{width:100%}section{width:60%;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;background-color:var(--white)}form{display:flex;flex-direction:column}form span{position:absolute;font-size:12.8px;font-weight:700;text-transform:uppercase;color:var(--medium-grey);margin:1.25rem;cursor:text;transition:all .2s ease}label:first-child{margin-bottom:.9375rem}button{background-color:var(--red);display:flex;justify-content:center;align-items:center;border-radius:1.25rem;width:3.75rem;height:3.75rem;border:none}button:enabled{cursor:pointer}button:disabled{background-color:var(--white);border:.125rem solid var(--light-grey)}button svg{fill:var(--white);width:1.0625rem}button:disabled svg{fill:var(--grey)}:root{--white:#FFF;--white-smoke:#F9F9F9;--light-grey:#ECECEC;--grey:#C4C4C4;--medium-grey:#A7A7A7;--deep-grey:#343434;--black:#000000;--blue:#1B77F3;--red:#CF3C3F}.container-form{width:27vw}.input{width:100%;height:3.4375rem;padding:1.125rem .625rem;outline:0;border:.125rem solid transparent;background-color:var(--light-grey);border-radius:.4375rem}.input:focus{background-color:var(--white-smoke);border:.125rem solid var(--deep-grey)}.redes-sociais{display:flex;justify-content:center;align-items:center;margin:1.5625rem 0 1.25rem 0}.redes-sociais a{display:flex;justify-content:center;align-items:center;padding:.4375rem;width:27vw;height:2.3125rem;border-radius:.3125rem}.redes-sociais a:first-child{background-color:var(--blue)}.redes-sociais a:nth-child(2){background-color:var(--light-grey);margin:0 .4375rem}.redes-sociais a:nth-child(3){background-color:var(--black)}.checkbox{display:flex;align-items:center;font-size:.875rem;font-weight:500}#check{appearance:none;width:1.25rem;height:1.25rem;background-color:var(--light-grey);border-radius:.1875rem;margin-right:.5rem}#check:checked::after{content:'';display:block;width:.3125rem;height:.625rem;border:.1875rem solid var(--white);margin:.125rem .375rem;border-width:0 .1875rem .1875rem 0;transform:rotate(45deg)}#check:checked{background-color:var(--red)}.conta{display:flex;flex-direction:column}.conta a{text-align:center;color:var(--medium-grey);text-transform:uppercase;font-size:.7813rem;font-weight:700;margin:.125rem}.active{font-size:.7em;margin:.5rem .625rem}@media (min-width:320px) and (max-width:600px){aside{display:none}section{width:100vw;height:100vh}.redes-sociais a{width:100%}.container-form{width:90vw}}@media (min-width:601px) and (max-width:1023px){aside{width:70%}.container-form{width:40vw}}.wallpaper{width:100%;height:100vh;object-fit:cover;object-position:center}