.home-screen{width:100vw;min-height:100vh;padding:2rem;text-align:center;background:var(--primary-color);color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center}.home-screen h1{font-size:3rem;margin-top:1rem}.home-screen h2{margin-bottom:1rem;font-weight:400;line-height:150%}.home-screen img.home-screen-illustration{max-width:70%}.home-screen .contain-buttons{display:flex;justify-content:space-around;margin-top:1rem}.home-screen .contain-buttons .button-home-screen{color:#fff;background:var(--purple);padding:1rem;text-decoration:none;border-radius:15px;font-size:1rem;font-weight:600;display:flex;flex-direction:column;justify-content:center;align-items:center;width:50%;margin:.3rem;text-align:center;position:relative;overflow:hidden;transition:background .25s ease}.home-screen .contain-buttons .button-home-screen:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:linear-gradient(256.3deg,#fff -53.21%,hsla(0,0%,100%,0) 59.33%)}.home-screen .contain-buttons .button-home-screen img{width:1.5rem;margin-bottom:.5rem}.home-screen .contain-buttons .button-home-screen:first-child{background:var(--primary-light-color)}.home-screen .contain-buttons .button-home-screen:first-child:hover{background:#ff922d}.home-screen .contain-buttons .button-home-screen:hover{background:#8870e4}@media screen and (min-width:798px){.home-screen section{width:30vw}}