.restaurant-info{position:absolute;top:650px;left:50%;width:100%;transform:translate(-50%,-50%);display:flex;justify-content:center;flex-direction:column;gap:20px;padding:30px 20px}.restaurant-info h2:first-child{margin-top:0}.restaurant-info h2{font-size:1.5rem;font-weight:700;color:var(--gray);margin-top:40px}.restaurant-info p{display:flex;align-items:center;font-size:1rem;color:var(--gray)}.restaurant-info svg{margin-right:5px}.restaurant-info a{color:var(--gray);word-break:keep-all;text-decoration:none}.restaurant-info a span{display:inline-block}.restaurant-info a:hover,.restaurant-info a:hover span{text-decoration:underline}.restaurant-info .background-logo{z-index:-1;position:absolute;width:504px;height:530px;background-image:url(/icons/logo.svg);background-repeat:no-repeat;opacity:.2;top:10%;left:-250px}@media (min-width:600px){.restaurant-info{flex-direction:row;justify-content:center}.restaurant-info>div{width:400px}.restaurant-info .background-logo{top:auto;bottom:-350px;left:50%;transform:translateX(-50%)}}.header-title .title{display:flex;align-items:center;justify-content:center;flex-direction:column}.header-title .title h2{font-size:2rem}.header-title{position:relative;overflow:hidden}.header-title .parallax{min-height:max(900px,calc(100vh - 200px));background-color:black}.header-title .parallax img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;opacity:.5}.header-title .title{position:absolute;top:300px;left:50%;transform:translate(-50%,-50%);padding:0 20px;color:var(--gray);font-weight:700;width:100%}.title h1{font-size:3rem;margin-top:0;margin-bottom:40px}.title h1,.title p{text-align:center;font-weight:400}.actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:20px;margin-top:0;max-width:400px}@media (min-width:600px){.title{display:flex;align-items:center;justify-content:center;padding:50px 0}.title .btn{margin:0 auto;max-width:200px}}.share-button{display:flex;align-items:center;justify-content:center;gap:5px;border:2px solid var(--orange)}