.restaurant-info{flex-direction:column;justify-content:center;gap:20px;width:100%;padding:30px 20px;display:flex;position:absolute;top:650px;left:50%;transform:translate(-50%,-50%)}.restaurant-info h2:first-child{margin-top:0}.restaurant-info h2{color:var(--gray);margin-top:40px;font-size:1.5rem;font-weight:700}.restaurant-info p{color:var(--gray);align-items:center;font-size:1rem;display:flex}.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;opacity:.2;background-image:url(/icons/logo.svg);background-repeat:no-repeat;width:504px;height:530px;position:absolute;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:initial;bottom:-350px;left:50%;transform:translate(-50%)}}
.share-button{border:2px solid var(--orange);justify-content:center;align-items:center;gap:5px;display:flex}
.header-title .title{flex-direction:column;justify-content:center;align-items:center;display:flex}.header-title .title h2{font-size:2rem}.header-title{position:relative;overflow:hidden}.header-title .parallax{background-color:#000;min-height:max(900px,100vh - 200px)}.header-title .parallax img{object-fit:cover;opacity:.5;width:100%;height:100%;position:absolute;top:0;left:0}.header-title .title{color:var(--gray);width:100%;padding:0 20px;font-weight:700;position:absolute;top:300px;left:50%;transform:translate(-50%,-50%)}.title h1{text-align:center;margin-top:0;margin-bottom:40px;font-size:3rem;font-weight:400}.title p{text-align:center;font-weight:400}.actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;max-width:400px;margin-top:0;display:flex}@media (min-width:600px){.title{justify-content:center;align-items:center;padding:50px 0;display:flex}.title .btn{max-width:200px;margin:0 auto}}
