@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";.s1{position:relative;background:url("../public/img/01.jpg") no-repeat center center fixed;background-size:cover}.s1::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(255,255,255,0);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.main{height:100vh;overflow:hidden;display:flex;justify-content:space-between;align-items:center;width:100%}.main-welcome{z-index:1;width:100%;display:flex;flex-direction:column;align-items:center;gap:1rem}.main-welcome-img-mobile{display:none}.main-welcome-location{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1rem}.main-welcome-location-local{display:flex;flex-direction:column}.main-welcome-location-local .local-welcome{display:flex;align-items:center}.main-welcome-location-local a{text-decoration:none;color:#000;font-weight:500;font-size:1.2rem}.main-welcome-location-local a:hover{color:#fff}.main-welcome-location-open{display:flex;justify-content:center;align-items:center;gap:8px;background-color:#fff;border-radius:50px;padding:10px 15px;box-shadow:0px 0px 10px rgba(0,0,0,.3803921569);transition:all .3s;cursor:pointer}.main-welcome-location-open:hover{background-color:#fff;transform:scale(1.05)}.main-welcome-location-open p{font-size:1.2rem;font-weight:500}.main-redireccion{z-index:1;width:100%;text-align:-webkit-center}.main-redireccion-container{display:flex;flex-direction:column;gap:.8rem;max-width:500px}.main-redireccion-container li{box-shadow:0px 0px 10px rgba(0,0,0,.3803921569);background-color:rgba(255,255,255,.8784313725);border-radius:15px;list-style:none;transition:all .3s}.main-redireccion-container li a{display:block;width:100%;padding:15px 10px;text-align:center;text-decoration:none;font-size:1rem;color:#000;font-weight:600}.main-redireccion-container li:hover{background-color:#fff;transform:scale(1.07)}.accordion{background-color:#eee;color:#444;cursor:pointer;padding:18px;width:100%;border:none;text-align:left;outline:none;font-size:15px;transition:.4s;border-radius:25px}.active,.accordion:hover{background-color:#ccc}.panel{margin-bottom:1rem;padding:0 18px;background-color:#fff;max-height:0;overflow:hidden;transition:max-height .2s ease-out}@media(max-width: 880px){.s1{height:100%}.main{flex-direction:column;justify-content:center;align-items:center;padding:5rem 0px;gap:1rem;height:-moz-max-content;height:max-content}.main-welcome-img-mobile{display:block}.main-welcome-img-mobile img{border-radius:50%;width:100px}.main-welcome-location a{font-size:1.2rem}.main-redireccion-container{max-width:none;width:90%}.main-redireccion-container li a{padding:18px 15px;font-size:1rem}.main-redireccion-container li:hover{transform:scale(1.05)}}.menu{background:url("../public/img/02.jpg") no-repeat center center fixed;background-size:cover}.menu::before{content:"";position:fixed;top:0;left:0;width:100%;height:100vh;background-color:rgba(0,0,0,.254);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.menu-carta *{z-index:10;position:relative}.menu-carta{overflow:scroll;height:100vh;padding:20px;color:#fff}.menu-carta-local{margin-top:5rem;text-align:center;font-size:3rem;font-style:oblique}.menu-carta-opciones{display:flex;flex-direction:column;justify-content:center;align-items:center}.menu-carta-opciones h2{text-decoration:underline;margin-top:1.5rem;font-size:2rem}.menu-carta-opciones .prod{width:100%}.menu-carta-opciones .prod span{margin:auto;width:60%;display:flex;justify-content:space-between;padding:10px;border-bottom:1px solid #fff}@media(max-width: 880px){.menu-carta{padding:10px}.menu-carta-local{font-size:1.5rem}.menu-carta-opciones h2{font-size:1rem}.menu-carta-opciones .prod span{width:90%;font-size:.8rem}}.s3{background:url("../public/img/03.jpg") no-repeat center center fixed;background-size:cover;position:relative;display:flex;justify-content:center;height:100vh;flex-direction:column}.s3::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(255,255,255,0);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.juegos{position:relative;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:2rem}.juegos-container,.juegos-informacion{position:relative;width:100%}.juegos h2{text-align:center;font-size:3rem;font-weight:700;color:#fff}.juegos-container{display:flex;justify-content:center;gap:2rem}.juegos-container div{box-shadow:0px 0px 10px 0px rgba(0,0,0,.5019607843);background-color:#fff;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:.5rem;padding:20px 15px;border-radius:25px;width:-moz-max-content;width:max-content;border:1px solid #fff;width:300px}.juegos-container div h4{font-size:2rem;font-weight:700}.juegos-container div img{height:60px}.juegos-container div ul{list-style:none;text-align:center;font-size:.8rem}.juegos-informacion p{font-weight:700;font-size:1rem;color:#fff;text-align:center}@media(max-width: 880px){.s3{height:100%}.juegos{padding:5rem 0px}.juegos h2{font-size:1.5rem}.juegos-container{flex-direction:column;align-items:center;gap:1rem}.juegos-container div{width:80%;padding:10px}.juegos-container div h4{font-size:1.5rem}.juegos-container div img{height:40px}.juegos-container div ul{font-size:.7rem}.juegos-informacion p{font-size:.8rem}}*{margin:0;padding:0;box-sizing:border-box;font-family:"poppins",sans-serif}*{scrollbar-width:thin;scrollbar-color:#000 rgba(255,255,255,0)}*::-webkit-scrollbar{width:12px}*::-webkit-scrollbar-track{background:#000}*::-webkit-scrollbar-thumb{background-color:rgba(255,255,255,0);border-radius:20px;border:3px solid #000}body{height:100%}header{position:fixed;z-index:100;width:100%}header nav{background-color:rgba(255,255,255,.9411764706);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);width:90%;padding:10px 20px;border-radius:50px;margin:10px auto 0px;display:flex;justify-content:space-between;align-items:center}header nav a{display:flex;justify-content:center;align-items:center;text-decoration:none;color:#000}header nav a h1{font-size:1.5rem;font-weight:700;transition:all .3s}header nav a h1:hover{transform:scale(1.1)}* .redes-sociales{display:flex;gap:1.5rem}* .redes-sociales li{list-style:none}* .redes-sociales li a{text-decoration:none;color:#000;font-weight:500;font-size:2rem}* footer{padding-top:1rem;width:100%;text-align:center;position:absolute;font-weight:700;bottom:0}* footer a{color:#fff}.mobile{display:none}.no-mobile{display:flex}@media(max-width: 880px){header nav{width:95%;padding:10px 10px}header nav a h1{font-size:1.2rem}header nav ul{gap:.5rem}header nav ul li a{color:#000;font-size:1rem}.mobile{display:flex}.no-mobile{display:none}footer{font-size:.8rem}}