:root{--main-bg-color: white;--secondary-bg-color: #282c36;--dark-text-color: #212529}#root{width:100%;display:flex;flex-direction:column}.container{display:flex;flex-direction:column;max-height:fit-content;width:100%;align-content:center;text-align:center;justify-content:center;padding-top:2.7rem}.container-content{display:flex;flex-direction:column;justify-content:center}.home{top:0;padding:0;margin-top:-3.5rem}.home img,home div{width:100%;object-fit:cover}@supports (height: 100lvh){.container{min-height:100lvh}.home,.home img,.home div{max-height:100lvh;height:100lvh}}@supports not (height: 100lvh){.container{min-height:100vh}.home,.home img,.home div{max-height:100vh;height:100vh}}.home .title{bottom:0;left:0;right:0;padding:1rem;margin:0;font-size:2rem;position:absolute;background-color:#000000b3;color:#fff}.photos{background-color:var(--secondary-bg-color);align-items:center;justify-content:center;padding:0;padding-bottom:-3.4rem;max-height:100vh}.description,.pricelist,.map{background-color:var(--main-bg-color);color:var(--dark-text-color)}#map{flex-grow:2}.menu{display:flex;justify-content:space-between;flex-direction:row;gap:.1rem;padding:.4rem;background-color:#000000b3;position:-webkit-sticky;position:sticky;top:0;left:0;right:0;z-index:999}.menu-buttons,.phone{display:flex;justify-content:end;flex-direction:row;gap:.4rem;padding:0px .8rem;height:fit-content}.menu button{display:flex;flex-direction:row;justify-content:center;width:8.5rem;min-width:3rem;background-color:#1a1a1a}.menu p,.phone p{margin:0;padding:.2rem;white-space:nowrap}.menu svg,.phone svg{padding:.4rem}.info-text{align-self:center;padding:.7rem .3rem;max-width:1000px}.footer{display:flex;flex-direction:row;justify-content:center;gap:1rem;padding:.3rem 0px;background-color:var(--secondary-bg-color);color:#fff;font-size:.7rem;white-space:nowrap}.nowrap{white-space:nowrap}table{align-self:center;border-collapse:collapse;margin:25px;font-family:sans-serif;box-shadow:0 0 20px #00000026;width:90vw;max-width:600px}table thead tr{background-color:var(--secondary-bg-color);color:#fff;text-align:left}table th,table td{padding:12px 15px;text-align:left}table tbody tr{border-bottom:1px solid #dddddd}table tbody tr:nth-of-type(2n){background-color:#f3f3f3}table tbody tr:last-of-type{border-bottom:2px solid var(--secondary-bg-color)}@media screen and (max-width: 800px){.menu{align-items:center}.menu button{width:fit-content}.menu-buttons p{visibility:collapse;width:0px;padding:0;height:0px;overflow:hidden}}@media screen and (max-width: 380px){.menu{align-items:center}.menu p{visibility:collapse;width:0px;padding:0;height:0px;overflow:hidden}}.loading-container{display:flex;justify-content:center;align-items:center;width:100%;height:100%;background-color:transparent;z-index:99}.loading-circle{display:flex;justify-content:center;align-items:center;height:100%;width:100%;padding:1rem}.spinner{width:4rem!important;height:4rem!important;border:2px solid rgba(0,0,0,.3);border-top:2px solid rgba(255,255,255,.5);border-radius:50%;animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}html{scroll-behavior:smooth}:root{font-family:system-ui,sans-serif,Arial;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;background-color:#282c36;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;min-width:320px;min-height:100vh}html{scrollbar-width:none}body{-ms-overflow-style:none}body::-webkit-scrollbar,body::-webkit-scrollbar-button{display:none}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:6px;font-size:1em;font-weight:500;font-family:inherit;cursor:pointer;transition:border-color .25s}button:hover{border-color:#fff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
