.hero{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;justify-content:center;min-height:350px;position:relative;width:100%}.hero .hero-overlay{background-color:rgba(0,0,0,.5);content:"";height:100%;left:0;opacity:1;position:absolute;top:0;visibility:visible;width:100%;z-index:0}.hero-wrapper{display:flex;flex-direction:column;padding:32px 24px;position:relative;z-index:2}.hero-sottotitolo,.hero-titolo{color:#fff;text-align:center}.hero-titolo{font-size:24px;font-weight:300}.hero-sottotitolo{font-size:18px}@media screen (min-width:768px){.hero-titolo{font-size:52px}.hero-sottotitolo{font-size:24px}}.hero-button{background-color:#f0933e;background-image:none;border-radius:30px;color:#fff;cursor:pointer;display:inline-block;font-size:12px;font-style:normal;font-weight:400;letter-spacing:1px;line-height:normal;line-height:25px;margin:10px auto;padding:12px 30px;text-align:center;text-decoration:none;text-transform:uppercase;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease}.hero-button:focus,.hero-button:hover{background-color:#fff;color:#000}