.cl-cats__title{text-align:center;font-size:clamp(2.6rem,4vw,4rem);color:rgb(var(--color-foreground));margin:0}.cl-cats__sub{text-align:center;max-width:52ch;margin:1rem auto 0;color:rgba(var(--color-foreground),.72);font-size:1.6rem}.cl-cats__grid{display:grid;grid-template-columns:repeat(var(--cl-cols, 6),1fr);gap:1.8rem;margin-top:4rem}.cl-cat{display:flex;flex-direction:column;align-items:center;gap:1.4rem;padding:1.8rem 1rem;border-radius:1.8rem;text-decoration:none;color:rgb(var(--color-foreground));transition:transform .3s var(--cl-ease, cubic-bezier(.22,1,.36,1)),background .3s ease}.cl-cat:hover{transform:translateY(-8px);background:#fff9}.cl-cat__icon{display:block;height:10.4rem}.cl-cat__icon img{height:100%;width:auto;transition:transform .4s var(--cl-ease, ease)}.cl-cat:hover .cl-cat__icon img{transform:rotate(-4deg) scale(1.07)}.cl-cat__label{font-weight:600;text-align:center;font-size:1.4rem}@media screen and (max-width:989px){.cl-cats__grid{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:480px){.cl-cats__grid{grid-template-columns:repeat(2,1fr)}}.cl-clubs{border-radius:2.4rem;display:grid;grid-template-columns:1.05fr 2fr;gap:3rem;align-items:center;padding:4rem;overflow:hidden;background-color:rgb(var(--color-background));color:rgb(var(--color-foreground))}.cl-clubs__title{font-size:clamp(3rem,4.5vw,4.6rem);margin:0;color:rgb(var(--color-foreground));line-height:1.05}.cl-clubs__text{margin-top:1rem;max-width:40ch;opacity:.92;font-size:1.6rem}.cl-clubs__btn{margin-top:2rem}.cl-clubs__cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.6rem}.cl-clubs__card img{width:100%;height:auto;display:block;border-radius:1.2rem;box-shadow:0 1.8rem 3rem -1.8rem #00000080;transition:transform .35s var(--cl-ease, cubic-bezier(.22,1,.36,1))}.cl-clubs__card:hover img{transform:translateY(-6px) rotate(-1deg)}@media screen and (max-width:749px){.cl-clubs{grid-template-columns:1fr;padding:2.6rem}}.cl-mes{position:relative;border-radius:2.4rem;padding:5.6rem;display:grid;grid-template-columns:1.2fr 1fr;gap:4rem;align-items:center;overflow:hidden;background-color:rgb(var(--color-background));color:rgb(var(--color-foreground));box-shadow:0 3rem 6rem -4rem #1d483d80}.cl-mes:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--cl-bricks) center/cover;opacity:.5;z-index:0}.cl-mes>*{position:relative;z-index:1}.cl-mes__tag{font-weight:700;letter-spacing:.12em;text-transform:uppercase;font-size:1.3rem;color:rgba(var(--color-foreground),.85);margin:0}.cl-mes__title{font-size:clamp(3.2rem,5vw,5rem);margin:.8rem 0 .4rem;line-height:1.05;color:rgb(var(--color-foreground))}.cl-mes__author{font-family:var(--font-serif-family, Georgia, serif);font-style:italic;font-size:2rem;color:rgba(var(--color-foreground),.85);margin:0}.cl-mes__desc{margin-top:1.6rem;max-width:42ch;font-size:1.6rem}.cl-mes__price{margin-top:1.2rem;font-size:2.2rem;font-weight:700}.cl-mes__btn{margin-top:2.2rem}.cl-mes__cover{justify-self:center}.cl-mes__cover img{width:clamp(20rem,24vw,28rem);border-radius:.8rem;box-shadow:0 3rem 5rem -2rem #1d483d99;transition:transform .5s var(--cl-ease, cubic-bezier(.22,1,.36,1))}.cl-mes__cover:hover img{transform:translateY(-10px) rotate(2deg)}@media screen and (max-width:749px){.cl-mes{grid-template-columns:1fr;padding:3rem;text-align:center}.cl-mes__cover{margin-top:2rem}}.cl-nos__intro{max-width:70ch;margin:0 auto;text-align:center}.cl-nos__title{font-size:clamp(2.8rem,5vw,4.8rem);margin:0 0 1.6rem;line-height:1.1;color:rgb(var(--color-foreground))}.cl-nos__text{font-size:1.8rem;line-height:1.7}.cl-nos__text p{margin:0 0 1.4rem}.cl-nos__gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(22rem,1fr));gap:1.8rem;margin-top:4.8rem}.cl-nos__item{margin:0;position:relative;border-radius:1.6rem;overflow:hidden;aspect-ratio:1}.cl-nos__item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s var(--cl-ease, ease)}.cl-nos__item:hover img{transform:scale(1.06)}.cl-nos__item figcaption{position:absolute;left:0;right:0;bottom:0;padding:1.6rem 1.4rem 1.2rem;color:#fff;font-weight:600;font-size:1.4rem;background:linear-gradient(to top,#0f2a22d9,#0f2a2200)}.cl-nos__closing{text-align:center;font-family:var(--font-heading-family);font-size:clamp(2rem,3vw,2.8rem);margin:4.8rem auto 0;max-width:60ch;color:var(--cl-green-2)}.cl-sedes__title{text-align:center;font-size:clamp(2.8rem,4.5vw,4.4rem);margin:0;color:rgb(var(--color-foreground))}.cl-sedes__sub{text-align:center;max-width:56ch;margin:1rem auto 0;font-size:1.7rem;opacity:.8}.cl-sedes__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.4rem;margin-top:4rem}.cl-sede{background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.1);border-radius:2rem;padding:3.2rem;box-shadow:0 2rem 4rem -3rem #1d483d66;transition:transform .3s var(--cl-ease, ease),box-shadow .3s ease}.cl-sede:hover{transform:translateY(-6px);box-shadow:0 3rem 5rem -3rem #1d483d80}.cl-sede__name{font-size:2.4rem;margin:0 0 .8rem;color:rgb(var(--color-foreground))}.cl-sede__addr{font-weight:600;margin:0 0 .6rem}.cl-sede__hours{font-size:1.5rem;opacity:.85}.cl-sede__actions{display:flex;align-items:center;gap:2rem;margin-top:2rem;flex-wrap:wrap}.cl-sede__map{font-weight:600;white-space:nowrap}@media screen and (max-width:749px){.cl-sedes__grid{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/2/compiled_assets/styles.css.map */
