@font-face{font-family:"Space Grotesk";src:url("../assets/fonts/SpaceGrotesk/SpaceGrotesk-Bold.woff2") format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"Space Grotesk";src:url("../assets/fonts/SpaceGrotesk/SpaceGrotesk-ExtraBold.woff2") format("woff2");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:"Inter";src:url("../assets/fonts/Inter/Inter-Regular.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Inter";src:url("../assets/fonts/Inter/Inter-Medium.woff2") format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:"Inter";src:url("../assets/fonts/Inter/Inter-SemiBold.woff2") format("woff2");font-weight:600;font-style:normal;font-display:swap}*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;padding:0;font-family:"Inter",sans-serif;font-weight:400;font-size:1rem;line-height:1.6;color:#fff;background-color:#0a0a0a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:"Space Grotesk",sans-serif;font-weight:700;line-height:1.05;margin:0 0 1rem;text-transform:uppercase;letter-spacing:.02em}h1{font-size:clamp(3.5rem,7vw,6rem)}h2{font-size:clamp(3rem,6vw,5rem)}h3{font-size:clamp(2.5rem,5vw,4rem)}h4{font-size:2rem}p{margin:0 0 1rem;color:#b0b0b0}a{color:inherit;text-decoration:none;transition:color .2s ease}a:hover{color:#c9a66b}img{max-width:100%;height:auto;display:block}ul,ol{margin:0;padding:0;list-style:none}button{font-family:inherit;cursor:pointer;border:none;background:none}.section{padding:6rem 0}@media(max-width: 768px){.section{padding:4rem 0}}.section-title{font-size:clamp(3rem,6vw,5rem);text-transform:uppercase;margin-bottom:3rem}@media(max-width: 992px){.section-title{text-align:center}}.section-title--bronze{color:#fff}.section-title--turquoise{color:#fff}.container{width:100%;padding-right:1.5rem;padding-left:1.5rem;margin-right:auto;margin-left:auto}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;font-family:"Space Grotesk",sans-serif;font-weight:700;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;border-radius:8px;transition:all .2s ease;cursor:pointer}.btn--primary{background-color:#c9a66b;color:#0d0d0d}.btn--primary:hover{background-color:rgb(74.546301689%,58.0485342652%,30.2380120365%);color:#0d0d0d}.btn--terrace{background-color:#4ecdc4;color:#1a3c34}.btn--terrace:hover{background-color:rgb(20.920791224%,74.0596009329%,70.2938585126%);color:#1a3c34}.btn--outline{border:1px solid #fff;color:#fff}.btn--outline:hover{background-color:#fff;color:#0a0a0a}.btn--small{padding:.5rem 1rem;font-size:.75rem}.card{background-color:rgba(13,13,13,.85);border:1px solid rgba(201,166,107,.25);border-radius:16px;overflow:hidden;box-shadow:0 8px 32px rgba(0,0,0,.35);transition:transform .3s ease,border-color .3s ease}.card:hover{transform:translateY(-4px);border-color:rgba(201,166,107,.6)}.card--terrace{border-color:rgba(78,205,196,.25)}.card--terrace:hover{border-color:rgba(78,205,196,.6)}.badge{display:inline-block;padding:.25rem .5rem;font-family:"Space Grotesk",sans-serif;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-radius:4px}.badge--time{background-color:rgba(201,166,107,.2);color:#c9a66b}.badge--terrace{background-color:rgba(78,205,196,.2);color:#4ecdc4}.header{position:fixed;top:0;left:0;width:100%;height:100px;z-index:1000;display:flex;align-items:center;transition:background-color .3s ease,height .3s ease}@media(max-width: 768px){.header{height:80px}}.header--scrolled{background-color:rgba(10,10,10,.95);backdrop-filter:blur(8px);border-bottom:1px solid rgba(255,255,255,.08)}.header__inner{display:flex;align-items:center;justify-content:space-between;width:100%;padding:0 3rem}@media(max-width: 768px){.header__inner{padding:0 1.5rem}}.header__logo{display:flex;align-items:center;gap:20px;height:80px}@media(max-width: 768px){.header__logo{height:56px}}.header__logo img{height:100%;width:auto;object-fit:contain;opacity:1;transition:opacity .3s ease}.header__logo--secondary{filter:none}.header__logo--tertiary{filter:none}body.is-home .header:not(.header--logos-visible):not(.header--scrolled) .header__logo{visibility:hidden}.header body:not(.is-home) .header__logo,.header--logos-visible .header__logo,.header--scrolled .header__logo{visibility:visible}.header__toggle{display:none;flex-direction:column;justify-content:center;align-items:center;width:44px;height:44px;gap:6px;z-index:1001}@media(max-width: 992px){.header__toggle{display:flex}}.header__toggle span{display:block;width:28px;height:2px;background-color:#fff;transition:transform .2s ease,opacity .2s ease}.header__toggle--active span:nth-child(1){transform:translateY(8px) rotate(45deg)}.header__toggle--active span:nth-child(2){opacity:0}.header__toggle--active span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.header__nav{display:flex;align-items:center;gap:2rem}@media(max-width: 992px){.header__nav{position:fixed;top:0;right:0;width:100%;height:100vh;flex-direction:column;justify-content:center;align-items:center;gap:2rem;background-color:#0a0a0a;transform:translateX(100%);transition:transform .3s ease}}.header__nav--open{transform:translateX(0)}.header__link{font-family:"Space Grotesk",sans-serif;font-weight:700;font-size:.875rem;text-transform:uppercase;letter-spacing:.08em;color:#fff;position:relative}@media(max-width: 992px){.header__link{font-size:1.5rem}}.header__link::after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background-color:#c9a66b;transition:width .2s ease}.header__link:hover::after,.header__link--active::after{width:100%}.header__link:hover{color:#c9a66b}.footer{background-color:#0d0d0d;border-top:1px solid rgba(255,255,255,.08);padding:4rem 0 2rem}.footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:3rem}@media(max-width: 991px){.footer__grid{grid-template-columns:1.5fr 1fr 1fr;gap:2rem}}@media(max-width: 768px){.footer__grid{grid-template-columns:1fr;gap:2rem}}.footer__brand{display:flex;flex-direction:column;gap:.5rem}@media(min-width: 992px){.footer__brand{flex-direction:row;flex-wrap:wrap;align-items:center;gap:1rem 1.5rem}}@media(min-width: 769px)and (max-width: 991px){.footer__brand{flex-direction:row;flex-wrap:wrap;align-items:center;gap:.5rem 1rem}}@media(max-width: 768px){.footer__brand{align-items:center}}.footer__brand img{height:auto;width:120px;max-width:100%;object-fit:contain}@media(min-width: 769px)and (max-width: 991px){.footer__brand img{width:100px}}.footer__brand img:not(:last-child){margin-bottom:.25rem}@media(min-width: 769px){.footer__brand img:not(:last-child){margin-bottom:0}}.footer__brand p{font-size:.875rem;color:#b0b0b0;max-width:320px;margin-top:1rem}@media(min-width: 769px){.footer__brand p{flex-basis:100%}}@media(max-width: 768px){.footer__brand p{text-align:center}}.footer__title{font-family:"Space Grotesk",sans-serif;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1rem;color:#c9a66b}@media(max-width: 768px){.footer__title{text-align:center}}.footer__links{display:flex;flex-direction:column;gap:.5rem}@media(max-width: 768px){.footer__links{align-items:center}}.footer__links a{font-size:.875rem;color:#b0b0b0}.footer__links a:hover{color:#fff}.footer__social{display:flex;gap:1rem}@media(max-width: 768px){.footer__social{justify-content:center}}.footer__social a{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid rgba(255,255,255,.2);border-radius:50%;font-family:"Space Grotesk",sans-serif;font-size:.75rem;font-weight:700;color:#fff;transition:all .2s ease}.footer__social a:hover{background-color:#c9a66b;border-color:#c9a66b;color:#0d0d0d}.footer__bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.08);font-size:.75rem;color:#b0b0b0}@media(max-width: 768px){.footer__bottom{flex-direction:column;gap:1rem;text-align:center}}.hero{position:relative;width:100%;min-height:100vh;min-height:100dvh;overflow:hidden;display:flex;align-items:center;justify-content:center}@media(max-width: 992px){.hero{flex-direction:column;justify-content:center;align-items:center;padding-top:100px;padding-bottom:3rem}}@media(max-width: 576px){.hero{justify-content:flex-start}}@media(max-width: 576px){.hero--no-card{justify-content:center}}.hero--compact{min-height:auto}@media(max-width: 768px){.hero--compact{height:30vh !important;min-height:220px !important}}.hero__slider{position:absolute;inset:0;z-index:1}.hero__slide{position:absolute;inset:0;opacity:0;transition:opacity 1.2s ease-in-out;background-size:cover;background-position:center}.hero__slide--active{opacity:1}.hero__slide::after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom, rgba(10, 10, 10, 0.45), rgba(10, 10, 10, 0.75))}.hero__content{position:relative;z-index:2;text-align:center;width:100%;padding:0 1.5rem;display:flex;flex-direction:column;align-items:center}@media(max-width: 576px){.hero__content{padding:0 .5rem}}.hero__logos{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;margin-bottom:4rem}@media(min-width: 993px){.hero__logos{flex-direction:row;gap:6rem}}@media(max-width: 992px){.hero__logos{flex-direction:row;gap:1rem;margin-bottom:2rem;width:100%;max-width:480px}}@media(max-width: 576px){.hero__logos{max-width:100%;gap:.5rem}}@media(max-width: 576px){.hero__logos--stacked{flex-direction:column;margin-bottom:0;gap:1.5rem}}.hero__logo{max-height:180px;width:auto;filter:drop-shadow(0 2px 8px rgba(0, 0, 0, 0.5))}@media(max-width: 1200px){.hero__logo{max-height:120px}}@media(max-width: 768px){.hero__logo{max-height:120px}}@media(max-width: 576px){.hero__logo{max-height:120px;max-width:33.33%;flex:0 0 33.33%;object-fit:contain}}.hero__card{position:absolute;bottom:3rem;right:3rem;z-index:3;width:100%;max-width:560px}@media(min-width: 993px){.hero__card{bottom:5rem}}@media(max-width: 1200px){.hero__card{max-width:420px}}@media(max-width: 992px){.hero__card{position:relative;bottom:auto;right:auto;margin:0 auto;width:100%;max-width:600px;padding:0 1rem;order:3}}@media(max-width: 576px){.hero__card{position:absolute;bottom:90px;left:0;right:auto;margin:0;width:100%;max-width:none;padding:0 15px}}.hero__card-title{font-family:"Space Grotesk",sans-serif;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#fff;margin-bottom:.5rem}@media(max-width: 576px){.hero__card-title{text-align:center}}.hero__scroll{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);z-index:3;display:flex;flex-direction:column;align-items:center;gap:.25rem;color:#fff;font-family:"Space Grotesk",sans-serif;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;opacity:.8;animation:bounceArrow 2s infinite ease-in-out;cursor:pointer}@media(max-width: 992px){.hero__scroll{bottom:1rem;top:auto}}.hero__scroll svg{width:28px;height:28px;stroke:currentColor;stroke-width:2;fill:none}.hero__dots{position:absolute;bottom:2rem;left:2rem;z-index:3;display:flex;gap:.5rem}@media(min-width: 993px){.hero__dots{left:auto;right:2rem}}@media(max-width: 992px){.hero__dots{bottom:auto;top:2rem;left:1rem}}.hero__dot{width:12px;height:12px;border-radius:50%;background-color:rgba(255,255,255,.4);transition:background-color .2s ease}.hero__dot--active{background-color:#c9a66b}@keyframes bounceArrow{0%,100%{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(10px)}}.event-card{display:flex;gap:1rem;padding:1rem;background-color:rgba(13,13,13,.9);border:1px solid rgba(201,166,107,.35);border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.35);text-align:left}@media(max-width: 576px){.event-card{flex-direction:column}}.event-card__poster{width:170px;height:220px;object-fit:cover;border-radius:8px;flex-shrink:0;cursor:pointer}@media(max-width: 1200px){.event-card__poster{width:140px;height:180px}}@media(max-width: 576px){.event-card__poster{width:100%;height:auto;aspect-ratio:4/5}}.event-card__media{position:relative;flex-shrink:0}@media(max-width: 576px){.event-card__media{width:100%}}.event-card__info{display:flex;flex-direction:column;justify-content:center;gap:.5rem}.event-card__title{font-size:1.5rem;text-transform:none;margin:0;line-height:1.15}@media(max-width: 1200px){.event-card__title{font-size:1.25rem}}.event-card__meta{font-family:"Space Grotesk",sans-serif;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#b0b0b0}.event-card__date{color:#c9a66b}.event-card__price{font-family:"Space Grotesk",sans-serif;font-size:1rem;font-weight:700;color:#fff}@media(max-width: 576px){.hero__card .event-card{flex-direction:row;align-items:center;gap:.5rem;padding:.5rem}.hero__card .event-card .event-card__media{width:auto;flex-shrink:0}.hero__card .event-card .event-card__poster{width:120px;height:155px;aspect-ratio:auto}.hero__card .event-card .event-card__info{gap:.25rem;justify-content:center}.hero__card .event-card .event-card__title{font-size:1.125rem}.hero__card .event-card .event-card__meta{margin:0}.hero__card .event-card .badge,.hero__card .event-card .event-state,.hero__card .event-card .btn{display:none}}.events-section{background-color:#0a0a0a;padding:6rem 0}@media(max-width: 768px){.events-section{padding:4rem 0}}.events-slider{position:relative}.events-slider__track{align-items:stretch;padding:1rem 0}.events-slider__arrows{display:flex;justify-content:center;gap:1rem;margin-bottom:1.5rem;position:relative;z-index:10}.events-slider__arrow{position:relative;width:44px;height:44px;border-radius:50%;background-color:rgba(10,10,10,.9);border:1px solid rgba(255,255,255,.2);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:1.25rem;transition:background-color .2s ease,color .2s ease,opacity .2s ease,border-color .2s ease;cursor:pointer}.events-slider__arrow:hover{background-color:#c9a66b;border-color:#c9a66b;color:#0d0d0d}.events-slider__arrow--disabled{opacity:.35;pointer-events:none}@media(max-width: 576px){.events-slider__arrow{width:40px;height:40px;font-size:1.125rem}}.event-card-small{height:auto;background-color:rgba(13,13,13,.85);border:1px solid rgba(255,255,255,.08);border-radius:16px;overflow:hidden;transition:transform .3s ease,border-color .3s ease}.event-card-small:hover{transform:translateY(-6px);border-color:rgba(201,166,107,.4)}.event-card-small--terrace:hover{border-color:rgba(78,205,196,.4)}.event-card-small__media{position:relative}.event-card-small__poster{width:100%;aspect-ratio:4/5;object-fit:cover;cursor:pointer}.event-card-small__body{padding:1rem;display:flex;flex-direction:column;gap:.5rem}.event-card-small__title{font-size:1.125rem;text-transform:none;margin:0;line-height:1.2}.event-card-small__meta{font-family:"Space Grotesk",sans-serif;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#b0b0b0}.event-card-small__date{color:#c9a66b}.event-card-small__price{font-family:"Space Grotesk",sans-serif;font-size:.875rem;font-weight:700;color:#fff}.events-empty{text-align:center;padding:4rem 0}.events-empty__logos{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:2rem}.events-empty__logos img{height:70px;width:auto}@media(max-width: 576px){.events-empty__logos img{height:48px}}.events-empty__title{font-family:"Space Grotesk",sans-serif;font-size:1.25rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#fff;max-width:640px;margin:0 auto 1rem}.events-empty__text{font-size:1rem;color:#b0b0b0;max-width:520px;margin:0 auto}.event-card-banner{position:absolute;top:0;left:0;z-index:2;padding:.4rem .85rem;background-color:#c62828;color:#fff;font-family:"Space Grotesk",sans-serif;font-size:1.125rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-bottom-right-radius:8px}.event-state{display:flex;align-items:center;justify-content:center;width:100%;padding:.5rem 1rem;font-family:"Space Grotesk",sans-serif;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-radius:8px;border:1px solid rgba(0,0,0,0);user-select:none;cursor:default;text-align:center}.event-state--taquilla{border-color:rgba(201,166,107,.45);color:#c9a66b}.event-state--gratis{border-color:rgba(201,166,107,.45);background-color:rgba(201,166,107,.15);color:#c9a66b}.event-state--terrace.event-state--taquilla{border-color:rgba(78,205,196,.45);color:#4ecdc4}.event-state--terrace.event-state--gratis{border-color:rgba(78,205,196,.45);background-color:rgba(78,205,196,.15);color:#4ecdc4}.events-page__grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(280px, 1fr));gap:2rem}@media(max-width: 768px){.events-page__grid{justify-items:center}}.events-filter{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}@media(max-width: 768px){.events-filter{justify-content:center}}.events-filter button{font-family:"Space Grotesk",sans-serif;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.5rem 1rem;border-radius:8px;border:1px solid rgba(255,255,255,.2);color:#b0b0b0;transition:all .2s ease;cursor:pointer}.events-filter button:hover,.events-filter button.events-filter__btn--active{background-color:#c9a66b;border-color:#c9a66b;color:#0d0d0d}.events-slider .swiper-slide{height:auto}.events-slider--ready{visibility:visible}.js-events-swiper{overflow:hidden}.about-section{background-color:#0a0a0a}.about-section--terrace{background-color:#1a3c34}.about-section--floors{background-color:rgba(13,13,13,.6)}.about-section__lead{font-size:1.125rem;color:#b0b0b0;max-width:800px;margin-bottom:2rem;line-height:1.7}@media(max-width: 992px){.about-section__lead{text-align:center;margin-left:auto;margin-right:auto}}.image-mosaic{display:flex;width:100%;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;gap:.5rem;padding:.5rem 0}.image-mosaic::-webkit-scrollbar{display:none}.image-mosaic img{flex:0 0 auto;width:320px;height:350px;object-fit:cover;border-radius:8px;scroll-snap-align:start}@media(min-width: 577px){.image-mosaic img{width:auto;aspect-ratio:16/10;height:400px}}@media(min-width: 769px){.image-mosaic img{height:450px}}@media(min-width: 993px){.image-mosaic img{height:500px}}.about-block{display:grid;grid-template-columns:1.1fr .9fr;gap:4rem;align-items:center;margin-bottom:4rem}.about-block:last-child{margin-bottom:0}@media(max-width: 992px){.about-block{grid-template-columns:1fr;gap:2rem}}.about-block--reverse{grid-template-columns:.9fr 1.1fr}@media(max-width: 992px){.about-block--reverse{grid-template-columns:1fr}}.about-block--reverse .about-block__media{order:2}@media(max-width: 992px){.about-block--reverse .about-block__media{order:0}}.about-block__media{width:100%;min-width:0}.about-block__content h3{margin-bottom:1rem;font-size:2rem}.about-block__content p{font-size:1.125rem;line-height:1.7;color:#b0b0b0}@media(max-width: 992px){.about-block__content{text-align:center}.about-block__content p{margin-left:auto;margin-right:auto}}.about-section--terrace{padding-bottom:0;overflow-x:hidden}.about-section--terrace .about-block{margin-bottom:3rem}@media(max-width: 992px){.about-section--terrace .about-block{margin-bottom:2rem}}.about-section--terrace .about-block__content h3{color:#4ecdc4}@media(max-width: 992px){.about-section--terrace .about-block__content h3{text-align:center}}.terrace-cocktails{margin-top:0;padding-left:0;display:grid;gap:1rem}@media(min-width: 577px){.terrace-cocktails{grid-template-columns:repeat(2, 1fr)}}.terrace-cocktails li{position:relative;padding:1rem;padding-left:2.75rem;font-size:1rem;line-height:1.6;color:#b0b0b0;background:rgba(201,166,107,.06);border:1px solid rgba(201,166,107,.18);border-radius:8px}.terrace-cocktails li::before{content:"";position:absolute;top:1.25rem;left:1rem;width:10px;height:10px;border-radius:50%;background-color:#c9a66b;box-shadow:0 0 0 4px rgba(201,166,107,.15)}.terrace-cocktails li strong{display:block;margin-bottom:.25rem;color:#c9a66b;font-family:"Space Grotesk",sans-serif;font-size:1.125rem;text-transform:none;letter-spacing:0}.terrace-cocktails__more{margin-top:0;font-family:"Space Grotesk",sans-serif;font-size:1.25rem;font-weight:700;color:#c9a66b;text-align:center}.terrace-cocktails-band{position:relative;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:6rem 0;background:linear-gradient(180deg, #0f1e19 0%, #091412 100%);border-top:1px solid rgba(201,166,107,.16);border-bottom:1px solid rgba(201,166,107,.16)}@media(max-width: 992px){.terrace-cocktails-band{padding:4rem 0}}.terrace-cocktails-band::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 18% 24%, rgba(201, 166, 107, 0.1) 0%, transparent 42%),radial-gradient(circle at 86% 78%, rgba(201, 166, 107, 0.06) 0%, transparent 48%);pointer-events:none}.terrace-cocktails-band .container{position:relative;z-index:1}.terrace-cocktails-band__layout{display:flex;flex-direction:column;gap:3rem}.terrace-cocktails-band__zone--copy{text-align:center;max-width:900px;margin-left:auto;margin-right:auto}.terrace-cocktails-band__zone--cards{min-width:0}.terrace-cocktails-band__lead{font-family:"Space Grotesk",sans-serif;font-size:1.5rem;line-height:1.45;color:#fff}.terrace-cocktails-band__lead+.terrace-cocktails-band__lead{margin-top:1rem}@media(max-width: 768px){.terrace-cocktails-band__lead{font-size:1.25rem}}.terrace-cocktails-band__cta{display:inline-flex;align-items:center;justify-content:center;margin-top:1.5rem;padding:1rem 2.75rem;background-color:#c9a66b;color:#0d0d0d;font-family:"Space Grotesk",sans-serif;font-size:1.25rem;font-weight:700;text-decoration:none;border-radius:8px;box-shadow:0 8px 24px rgba(201,166,107,.22);transition:transform .3s ease,box-shadow .3s ease,background-color .3s ease}.terrace-cocktails-band__cta:hover{transform:translateY(-3px);background-color:#c9a66b;color:#fff;box-shadow:0 14px 34px rgba(201,166,107,.32)}.terrace-cocktails-band__cta:active{transform:translateY(-1px) scale(0.98)}@media(max-width: 576px){.terrace-cocktails-band__cta{width:100%}}.terrace-cocktails-band__closing{margin-top:4rem;padding-top:3rem;border-top:1px solid rgba(201,166,107,.16);text-align:center}@media(max-width: 992px){.terrace-cocktails-band__closing{margin-top:3rem}}.terrace-cocktails--band{margin-top:0;gap:1rem}.terrace-cocktails--band li{background:rgba(201,166,107,.05);border-color:rgba(201,166,107,.16);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.terrace-cocktails--band li:hover{transform:translateY(-3px);border-color:rgba(201,166,107,.35);box-shadow:0 12px 32px rgba(201,166,107,.1)}@media(prefers-reduced-motion: reduce){.terrace-cocktails--band li{transition:none}.terrace-cocktails--band li:hover{transform:none}}.terrace-cocktails__more--band{margin-top:0;color:rgba(201,166,107,.95);font-size:1.5rem}.about-slider{position:relative;min-width:0}.about-slider__main{position:relative;width:100%;min-width:0;aspect-ratio:4/3;border-radius:16px;overflow:hidden;margin-bottom:1rem}.about-slider__main .swiper-slide{height:100%}.about-slider__main .swiper-slide img{display:block;width:100%;height:100%;max-width:100%;object-fit:cover}.about-slider__arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;background-color:rgba(10,10,10,.75);border:1px solid rgba(255,255,255,.15);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.25rem;z-index:10;cursor:pointer;opacity:.6;transition:opacity .2s ease,background-color .2s ease,color .2s ease}.about-slider__arrow:hover{background-color:#c9a66b;color:#0d0d0d;opacity:1}.about-slider__arrow--disabled{opacity:.25;pointer-events:none}.about-slider__arrow--prev{left:1rem}.about-slider__arrow--next{right:1rem}.about-slider__track{overflow:hidden;cursor:grab}.about-slider__track .swiper-slide{width:auto;height:auto;opacity:.6;transition:opacity .2s ease}.about-slider__track .swiper-slide-thumb-active{opacity:1}.about-slider__track .swiper-slide-thumb-active .about-slider__thumb{border-color:#c9a66b}.about-slider__thumb{display:block;width:100px;height:75px;object-fit:cover;border-radius:8px;border:2px solid rgba(0,0,0,0);transition:border-color .2s ease;cursor:pointer}.terrace-reserve{position:relative;overflow:hidden;background:linear-gradient(135deg, #1A3C34 0%, rgba(78, 205, 196, 0.06) 100%);border-top:1px solid rgba(78,205,196,.12)}.terrace-reserve::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 20%, rgba(78, 205, 196, 0.1) 0%, transparent 45%);pointer-events:none}.terrace-reserve__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:4rem;align-items:center;position:relative;z-index:1}@media(max-width: 992px){.terrace-reserve__grid{grid-template-columns:1fr;gap:3rem}}@media(max-width: 992px){.terrace-reserve__content{text-align:center}}.terrace-reserve__eyebrow{display:inline-block;margin-bottom:1rem;font-family:"Inter",sans-serif;font-size:.75rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:#4ecdc4}.terrace-reserve__title{max-width:22ch;margin-bottom:1.5rem;font-family:"Space Grotesk",sans-serif;font-size:clamp(2.5rem,5vw,4rem);line-height:1.05;color:#fff}@media(max-width: 992px){.terrace-reserve__title{max-width:none}}.terrace-reserve__text{max-width:60ch;margin-bottom:1rem;font-family:"Inter",sans-serif;font-size:1.125rem;line-height:1.7;color:#b0b0b0}.terrace-reserve__text strong{color:#fff;font-weight:600}.terrace-reserve__text--accent{color:rgba(78,205,196,.92)}@media(max-width: 992px){.terrace-reserve__text{max-width:55ch;margin-left:auto;margin-right:auto}}.terrace-reserve__cta{display:inline-flex;align-items:center;justify-content:center;margin-top:1.5rem;padding:1rem 2.75rem;background-color:#4ecdc4;color:#1a3c34;font-family:"Space Grotesk",sans-serif;font-size:1.25rem;font-weight:700;text-decoration:none;border-radius:8px;box-shadow:0 8px 24px rgba(78,205,196,.22);transition:transform .3s ease,box-shadow .3s ease,background-color .3s ease}.terrace-reserve__cta:hover{transform:translateY(-3px);background-color:#67e2d9;color:#fff;box-shadow:0 14px 34px rgba(78,205,196,.32)}.terrace-reserve__cta:active{transform:translateY(-1px) scale(0.98)}@media(max-width: 576px){.terrace-reserve__cta{width:100%}}.terrace-reserve__media{margin:0;overflow:hidden;border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.35)}.terrace-reserve__media img{display:block;width:100%;height:100%;min-height:420px;object-fit:cover;transition:transform .6s ease}@media(max-width: 992px){.terrace-reserve__media img{min-height:320px}}.terrace-reserve__media:hover img{transform:scale(1.04)}.gallery-section{background-color:#0a0a0a}.gallery-group{margin-bottom:4rem}.gallery-group:last-child{margin-bottom:0}.gallery-group__title{font-size:2rem;margin-bottom:.5rem}.gallery-group__desc{color:#b0b0b0;margin-bottom:2rem}.gallery-group__grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:1rem}@media(max-width: 1200px){.gallery-group__grid{grid-template-columns:repeat(3, 1fr)}}@media(max-width: 768px){.gallery-group__grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 576px){.gallery-group__grid{grid-template-columns:1fr}}.gallery-group__item{position:relative;aspect-ratio:4/3;overflow:hidden;border-radius:8px;cursor:pointer}.gallery-group__item img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.gallery-group__item::after{content:"";position:absolute;inset:0;background:linear-gradient(to top, rgba(10, 10, 10, 0.7), transparent);opacity:0;transition:opacity .3s ease}.gallery-group__item:hover img{transform:scale(1.08)}.gallery-group__item:hover::after{opacity:1}.lightbox{position:fixed;inset:0;z-index:2000;display:flex;align-items:center;justify-content:center;background-color:rgba(10,10,10,.85);opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.lightbox--open{opacity:1;visibility:visible}.lightbox__image{max-width:90vw;max-height:85vh;object-fit:contain;border-radius:8px}.lightbox__close{position:absolute;top:2rem;right:2rem;width:48px;height:48px;color:#fff;font-size:2rem;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.lightbox__close:hover{color:#c9a66b}.lightbox__arrow{position:absolute;top:50%;transform:translateY(-50%);width:56px;height:56px;border-radius:50%;background-color:rgba(255,255,255,.1);color:#fff;font-size:1.5rem;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.lightbox__arrow:hover{background-color:#c9a66b;color:#0d0d0d}.lightbox__arrow--prev{left:2rem}.lightbox__arrow--next{right:2rem}@media(max-width: 768px){.lightbox__arrow{width:44px;height:44px}.lightbox__arrow--prev{left:.5rem}.lightbox__arrow--next{right:.5rem}}.lightbox__counter{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);font-family:"Space Grotesk",sans-serif;font-size:.875rem;color:#b0b0b0;text-transform:uppercase;letter-spacing:.05em}.contact-section{background-color:#0a0a0a;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100dvh - 100px)}@media(max-width: 768px){.contact-section{min-height:calc(100dvh - 80px)}}.contact-section .section-title{text-align:center}.contact-grid{display:grid;grid-template-columns:1fr;gap:3rem}.contact-grid__info{display:flex;flex-direction:column;gap:2rem;order:2;text-align:center;align-items:center}.contact-grid__block h4{font-size:1.25rem;color:#c9a66b;margin-bottom:.5rem}.contact-grid__block p,.contact-grid__block a{font-size:1.125rem;color:#b0b0b0}.contact-grid__block a:hover{color:#fff}.contact-grid__social{display:flex;gap:1rem;margin-top:.5rem;justify-content:center}.contact-grid__social a{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border:1px solid rgba(255,255,255,.2);border-radius:50%;font-family:"Space Grotesk",sans-serif;font-size:.75rem;font-weight:700;color:#fff;transition:all .2s ease}.contact-grid__social a:hover{background-color:#c9a66b;border-color:#c9a66b;color:#0d0d0d}.contact-grid__map{order:1;width:100%;min-height:300px;border-radius:16px;overflow:hidden;border:1px solid rgba(255,255,255,.1)}.contact-grid__map #club-map{width:100%;height:300px}@media(min-width: 993px){.contact-grid__map #club-map{height:400px}}.contact-grid__map .leaflet-container{width:100%;height:100%;min-height:300px;background-color:#0a0a0a;font-family:"Inter",sans-serif}.contact-grid__map .leaflet-tile{filter:sepia(0.65) saturate(2.6) hue-rotate(-8deg) brightness(2.35) contrast(1)}.contact-grid__map .leaflet-control-zoom a{background-color:rgba(13,13,13,.9);color:#c9a66b;border:1px solid rgba(201,166,107,.35)}.contact-grid__map .leaflet-control-zoom a:hover{background-color:#c9a66b;color:#0d0d0d}.contact-grid__map .map-consent{width:100%;height:100%;min-height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;padding:2rem;text-align:center;background-color:#0a0a0a}.contact-grid__map .map-consent__text{margin:0;color:#b0b0b0;max-width:360px}.contact-grid .map-marker{background:rgba(0,0,0,0);border:none}.contact-grid .map-marker__pin{filter:drop-shadow(0 5px 6px rgba(0, 0, 0, 0.55));width:42px;height:42px}.contact-grid .map-marker path{fill:#c9a66b;stroke:#0d0d0d;stroke-width:1}.contact-grid .map-marker circle{fill:#0d0d0d}.contact-grid .map-popup .leaflet-popup-content-wrapper{background-color:rgba(13,13,13,.95);color:#fff;border:1px solid rgba(201,166,107,.4);border-radius:8px;font-family:"Inter",sans-serif}.contact-grid .map-popup .leaflet-popup-content{margin:.5rem 1rem;line-height:1.5;text-align:left}.contact-grid .map-popup .leaflet-popup-tip{background-color:#0d0d0d;border:1px solid rgba(201,166,107,.4)}.legal-section{padding-top:120px;padding-bottom:6rem;min-height:60vh}.legal-section h2{color:#c9a66b;margin-bottom:2rem}.legal-section h3{font-size:1.5rem;margin-top:2rem;margin-bottom:1rem}.legal-section p{color:#b0b0b0;line-height:1.8}.legal-section .legal-list{margin:0;padding:0 0 0 1.5rem;list-style:decimal}.legal-section .legal-list li{color:#b0b0b0;line-height:1.8;margin-bottom:.5rem}.legal-section .legal-list--dl{margin:0}.legal-section .legal-list--dl div{padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.legal-section .legal-list--dl div:first-child{padding-top:0}.legal-section .legal-list--dl div:last-child{border-bottom:none}.legal-section .legal-list--dl dt{font-family:"Space Grotesk",sans-serif;font-weight:700;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;color:#c9a66b;margin-bottom:.5rem}.legal-section .legal-list--dl dd{margin:0;color:#b0b0b0;line-height:1.8}.legal-section .legal-table{overflow-x:auto;margin:1.5rem 0}.legal-section .legal-table table{width:100%;border-collapse:collapse;min-width:640px}.legal-section .legal-table th,.legal-section .legal-table td{padding:1rem;text-align:left;border:1px solid rgba(255,255,255,.12);vertical-align:top;color:#b0b0b0;line-height:1.7;font-size:.875rem}.legal-section .legal-table th{font-family:"Space Grotesk",sans-serif;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;color:#c9a66b;background-color:rgba(201,166,107,.06)}.legal-section .legal-table td:first-child{font-family:"Space Grotesk",sans-serif;font-weight:700;color:#fff;white-space:nowrap}.legal-section .legal-links{margin:0 0 1.5rem;padding-left:1.5rem;list-style:disc}.legal-section .legal-links li{margin-bottom:.5rem;line-height:1.7}.legal-section .legal-links a{color:#c9a66b;text-decoration:underline;text-underline-offset:3px}.legal-section .legal-links a:hover{color:#fff}.boton_acceso_cookies{position:fixed;bottom:20px;left:20px;height:48px;width:48px;border-radius:50%;z-index:999;display:flex;justify-content:center;align-items:center;cursor:pointer;box-shadow:0 4px 6px 0 rgba(0,0,0,.2),5px 5px 10px 0 rgba(0,0,0,.19);transition:background-color .2s ease}.boton_acceso_cookies:hover{background-color:#c9a66b}.boton_acceso_cookies img{padding:10px;width:48px;height:48px}.cookie_blanca{background-color:#333}.cookie_negra{background-color:#eee}.klaro.cm-as-context-notice{height:100%;padding-bottom:12px;padding-top:12px}.klaro .cookie-modal,.klaro .context-notice,.klaro .cookie-notice{font-size:14px}.klaro .cookie-modal .cm-switch-container,.klaro .context-notice .cm-switch-container,.klaro .cookie-notice .cm-switch-container{display:block;position:relative;padding:10px;padding-left:66px;line-height:20px;vertical-align:middle;min-height:40px;border-bottom:1px solid rgba(201,166,107,.2)}.klaro .cookie-modal .cm-switch-container:last-child,.klaro .context-notice .cm-switch-container:last-child,.klaro .cookie-notice .cm-switch-container:last-child{border-bottom:0}.klaro .cookie-modal .cm-switch-container:first-child,.klaro .context-notice .cm-switch-container:first-child,.klaro .cookie-notice .cm-switch-container:first-child{margin-top:0}.klaro .cookie-modal .cm-switch-container p,.klaro .context-notice .cm-switch-container p,.klaro .cookie-notice .cm-switch-container p{margin-top:0}.klaro .cookie-modal .cm-switch,.klaro .context-notice .cm-switch,.klaro .cookie-notice .cm-switch{position:relative;display:inline-block;width:50px;height:30px}.klaro .cookie-modal .cm-list-input:checked+.cm-list-label .slider,.klaro .context-notice .cm-list-input:checked+.cm-list-label .slider,.klaro .cookie-notice .cm-list-input:checked+.cm-list-label .slider{background-color:#c9a66b}.klaro .cookie-modal .cm-list-input.half-checked:checked+.cm-list-label .slider,.klaro .context-notice .cm-list-input.half-checked:checked+.cm-list-label .slider,.klaro .cookie-notice .cm-list-input.half-checked:checked+.cm-list-label .slider{background-color:#c9a66b;opacity:.6}.klaro .cookie-modal .cm-list-input.half-checked:checked+.cm-list-label .slider::before,.klaro .context-notice .cm-list-input.half-checked:checked+.cm-list-label .slider::before,.klaro .cookie-notice .cm-list-input.half-checked:checked+.cm-list-label .slider::before{transform:translateX(10px)}.klaro .cookie-modal .cm-list-input.only-required+.cm-list-label .slider,.klaro .context-notice .cm-list-input.only-required+.cm-list-label .slider,.klaro .cookie-notice .cm-list-input.only-required+.cm-list-label .slider{background-color:#ccc;opacity:.8}.klaro .cookie-modal .cm-list-input.only-required+.cm-list-label .slider::before,.klaro .context-notice .cm-list-input.only-required+.cm-list-label .slider::before,.klaro .cookie-notice .cm-list-input.only-required+.cm-list-label .slider::before{transform:translateX(10px)}.klaro .cookie-modal .cm-list-input.required:checked+.cm-list-label .slider,.klaro .context-notice .cm-list-input.required:checked+.cm-list-label .slider,.klaro .cookie-notice .cm-list-input.required:checked+.cm-list-label .slider{background-color:#000;opacity:.8;cursor:not-allowed}.klaro .cookie-modal .slider,.klaro .context-notice .slider,.klaro .cookie-notice .slider{box-shadow:0 4px 6px 0 rgba(0,0,0,.2),5px 5px 10px 0 rgba(0,0,0,.19)}.klaro .cookie-modal .cm-list-input,.klaro .context-notice .cm-list-input,.klaro .cookie-notice .cm-list-input{position:absolute;top:0;left:0;opacity:0;width:50px;height:30px}.klaro .cookie-modal .cm-list-title,.klaro .context-notice .cm-list-title,.klaro .cookie-notice .cm-list-title{font-size:14px;font-weight:600}.klaro .cookie-modal .cm-list-description,.klaro .context-notice .cm-list-description,.klaro .cookie-notice .cm-list-description{font-size:14px;padding-top:4px;color:#b0b0b0}.klaro .cookie-modal .cm-list-label .cm-switch,.klaro .context-notice .cm-list-label .cm-switch,.klaro .cookie-notice .cm-list-label .cm-switch{position:absolute;left:0}.klaro .cookie-modal .cm-list-label .slider,.klaro .context-notice .cm-list-label .slider,.klaro .cookie-notice .cm-list-label .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s;width:50px;display:inline-block}.klaro .cookie-modal .cm-list-label .slider::before,.klaro .context-notice .cm-list-label .slider::before,.klaro .cookie-notice .cm-list-label .slider::before{position:absolute;content:"";height:20px;width:20px;left:5px;bottom:5px;background-color:#fff;transition:.4s}.klaro .cookie-modal .cm-list-label .slider.round,.klaro .context-notice .cm-list-label .slider.round,.klaro .cookie-notice .cm-list-label .slider.round{border-radius:30px}.klaro .cookie-modal .cm-list-label .slider.round::before,.klaro .context-notice .cm-list-label .slider.round::before,.klaro .cookie-notice .cm-list-label .slider.round::before{border-radius:50%}.klaro .cookie-modal .cm-list-label input:focus+.slider,.klaro .context-notice .cm-list-label input:focus+.slider,.klaro .cookie-notice .cm-list-label input:focus+.slider{box-shadow-color:#c9a66b}.klaro .cookie-modal .cm-list-label input:checked+.slider::before,.klaro .context-notice .cm-list-label input:checked+.slider::before,.klaro .cookie-notice .cm-list-label input:checked+.slider::before{transform:translateX(20px)}.klaro .cookie-modal .cm-list-input:focus+.cm-list-label .slider,.klaro .context-notice .cm-list-input:focus+.cm-list-label .slider,.klaro .cookie-notice .cm-list-input:focus+.cm-list-label .slider{box-shadow:0 4px 6px 0 rgba(125,125,125,.2),5px 5px 10px 0 rgba(125,125,125,.19)}.klaro .cookie-modal .cm-list-input:checked+.cm-list-label .slider::before,.klaro .context-notice .cm-list-input:checked+.cm-list-label .slider::before,.klaro .cookie-notice .cm-list-input:checked+.cm-list-label .slider::before{transform:translateX(20px)}.klaro .cookie-modal a,.klaro .context-notice a,.klaro .cookie-notice a{color:#c9a66b;text-decoration:none}.klaro .cookie-modal p,.klaro .cookie-modal strong,.klaro .cookie-modal h1,.klaro .cookie-modal h2,.klaro .cookie-modal ul,.klaro .cookie-modal li,.klaro .context-notice p,.klaro .context-notice strong,.klaro .context-notice h1,.klaro .context-notice h2,.klaro .context-notice ul,.klaro .context-notice li,.klaro .cookie-notice p,.klaro .cookie-notice strong,.klaro .cookie-notice h1,.klaro .cookie-notice h2,.klaro .cookie-notice ul,.klaro .cookie-notice li{color:#fff}.klaro .cookie-notice:not(.cookie-modal-notice) p,.klaro .cookie-notice:not(.cookie-modal-notice) span{color:#ccc}.klaro .cookie-modal p,.klaro .cookie-modal h1,.klaro .cookie-modal h2,.klaro .cookie-modal ul,.klaro .cookie-modal li,.klaro .context-notice p,.klaro .context-notice h1,.klaro .context-notice h2,.klaro .context-notice ul,.klaro .context-notice li,.klaro .cookie-notice p,.klaro .cookie-notice h1,.klaro .cookie-notice h2,.klaro .cookie-notice ul,.klaro .cookie-notice li{display:block;text-align:left;margin:0;padding:0;margin-top:.7em}.klaro .cookie-modal .cm-link,.klaro .context-notice .cm-link,.klaro .cookie-notice .cm-link{margin-right:.5em;vertical-align:middle}.klaro .cookie-modal .cm-btn,.klaro .context-notice .cm-btn,.klaro .cookie-notice .cm-btn{color:#fff;background:#444;border-radius:6px;padding:.4em;margin-right:.5em;border:0;font-size:1em;cursor:pointer}.klaro .cookie-modal .cm-btn:disabled,.klaro .context-notice .cm-btn:disabled,.klaro .cookie-notice .cm-btn:disabled{opacity:.5}.klaro .cookie-modal .cm-btn.cm-btn-close,.klaro .context-notice .cm-btn.cm-btn-close,.klaro .cookie-notice .cm-btn.cm-btn-close{background:#666;color:#fff}.klaro .cookie-modal .cm-btn.cm-btn-success,.klaro .cookie-modal .cm-btn.cm-btn-success-var,.klaro .cookie-modal .cm-btn.cm-btn-info,.klaro .context-notice .cm-btn.cm-btn-success,.klaro .context-notice .cm-btn.cm-btn-success-var,.klaro .context-notice .cm-btn.cm-btn-info,.klaro .cookie-notice .cm-btn.cm-btn-success,.klaro .cookie-notice .cm-btn.cm-btn-success-var,.klaro .cookie-notice .cm-btn.cm-btn-info{background:#c9a66b}.klaro .context-notice{display:flex;flex-direction:column;flex-wrap:wrap;align-items:center;justify-content:center;height:100%;background:#0a0a0a;border:1px solid rgba(201,166,107,.35);border-radius:4px;padding:12px}.klaro .context-notice p{flex-grow:0;text-align:center;padding-top:0;margin-top:0;color:#fff}.klaro .context-notice p strong{color:#b0b0b0}.klaro .context-notice p a{color:#c9a66b}.klaro .context-notice p.cm-buttons{margin-top:12px}.klaro .cookie-modal{width:100%;height:100%;position:fixed;overflow:hidden;left:0;top:0;z-index:1000}.klaro .cookie-modal.cm-embedded{position:relative;height:inherit;width:inherit;left:inherit;right:inherit;z-index:0}.klaro .cookie-modal.cm-embedded .cm-modal.cm-klaro{position:relative;transform:none}.klaro .cookie-modal .cm-bg{background:rgba(0,0,0,.5);height:100%;width:100%;position:fixed;top:0;left:0}.klaro .cookie-modal .cm-modal.cm-klaro{z-index:1001;box-shadow:0 4px 6px 0 rgba(0,0,0,.2),5px 5px 10px 0 rgba(0,0,0,.19);width:100%;max-height:98%;top:50%;transform:translateY(-50%);position:fixed;overflow:auto;background:#0a0a0a;color:#fff;border:1px solid rgba(201,166,107,.35)}@media(min-width: 660px){.klaro .cookie-modal .cm-modal.cm-klaro{border-radius:20px;position:relative;margin:0 auto;max-width:640px;height:auto;width:auto}}.klaro .cookie-modal .cm-modal.cm-klaro .hide{border-style:none;background:none;position:absolute;top:20px;right:20px;z-index:1}.klaro .cookie-modal .cm-modal.cm-klaro .hide svg{stroke:#c9a66b}.klaro .cookie-modal .cm-modal.cm-klaro .cm-footer{padding:1em;border-top:1px solid rgba(201,166,107,.3)}.klaro .cookie-modal .cm-modal.cm-klaro .cm-footer .cm-footer-buttons{display:flex;flex-flow:row;justify-content:space-between}.klaro .cookie-modal .cm-modal.cm-klaro .cm-footer .cm-powered-by{font-size:.8em;padding-top:4px;text-align:right;padding-right:8px}.klaro .cookie-modal .cm-modal.cm-klaro .cm-footer .cm-powered-by a{color:#c9a66b}.klaro .cookie-modal .cm-modal.cm-klaro .cm-header{padding:1em;padding-right:24px;border-bottom:1px solid rgba(201,166,107,.3)}.klaro .cookie-modal .cm-modal.cm-klaro .cm-header h1{margin:0;font-size:2em;display:block;font-weight:700;color:#c9a66b}.klaro .cookie-modal .cm-modal.cm-klaro .cm-header h1.title{padding-right:20px}.klaro .cookie-modal .cm-modal.cm-klaro .cm-body{padding:1em}.klaro .cookie-modal .cm-modal.cm-klaro .cm-body ul{display:block}.klaro .cookie-modal .cm-modal.cm-klaro .cm-body span{display:inline-block;width:auto}.klaro .cookie-modal .cm-modal.cm-klaro .cm-body ul.cm-services,.klaro .cookie-modal .cm-modal.cm-klaro .cm-body ul.cm-purposes{padding:0;margin:0}.klaro .cookie-modal .cm-modal.cm-klaro .cm-body ul.cm-services li.cm-purpose .cm-services .cm-caret,.klaro .cookie-modal .cm-modal.cm-klaro .cm-body ul.cm-purposes li.cm-purpose .cm-services .cm-caret{color:#888}.klaro .cookie-modal .cm-modal.cm-klaro .cm-body ul.cm-services li.cm-purpose .cm-services .cm-content,.klaro .cookie-modal .cm-modal.cm-klaro .cm-body ul.cm-purposes li.cm-purpose .cm-services .cm-content{margin-left:-40px;display:none}.klaro .cookie-modal .cm-modal.cm-klaro .cm-body ul.cm-services li.cm-purpose .cm-services .cm-content.expanded,.klaro .cookie-modal .cm-modal.cm-klaro .cm-body ul.cm-purposes li.cm-purpose .cm-services .cm-content.expanded{margin-top:10px;display:block}.klaro .cookie-modal .cm-modal.cm-klaro .cm-body ul.cm-services li.cm-service,.klaro .cookie-modal .cm-modal.cm-klaro .cm-body ul.cm-services li.cm-purpose,.klaro .cookie-modal .cm-modal.cm-klaro .cm-body ul.cm-purposes li.cm-service,.klaro .cookie-modal .cm-modal.cm-klaro .cm-body ul.cm-purposes li.cm-purpose{position:relative;line-height:20px;vertical-align:middle;padding-left:60px;min-height:40px}.klaro .cookie-modal .cm-modal.cm-klaro .cm-body ul.cm-services li.cm-service:first-child,.klaro .cookie-modal .cm-modal.cm-klaro .cm-body ul.cm-services li.cm-purpose:first-child,.klaro .cookie-modal .cm-modal.cm-klaro .cm-body ul.cm-purposes li.cm-service:first-child,.klaro .cookie-modal .cm-modal.cm-klaro .cm-body ul.cm-purposes li.cm-purpose:first-child{margin-top:0}.klaro .cookie-modal .cm-modal.cm-klaro .cm-body ul.cm-services li.cm-service p,.klaro .cookie-modal .cm-modal.cm-klaro .cm-body ul.cm-services li.cm-purpose p,.klaro .cookie-modal .cm-modal.cm-klaro .cm-body ul.cm-purposes li.cm-service p,.klaro .cookie-modal .cm-modal.cm-klaro .cm-body ul.cm-purposes li.cm-purpose p{margin-top:0}.klaro .cookie-modal .cm-modal.cm-klaro .cm-body ul.cm-services li.cm-service p.purposes,.klaro .cookie-modal .cm-modal.cm-klaro .cm-body ul.cm-services li.cm-purpose p.purposes,.klaro .cookie-modal .cm-modal.cm-klaro .cm-body ul.cm-purposes li.cm-service p.purposes,.klaro .cookie-modal .cm-modal.cm-klaro .cm-body ul.cm-purposes li.cm-purpose p.purposes{font-size:.8em;color:#c9a66b}.klaro .cookie-modal .cm-modal.cm-klaro .cm-body ul.cm-services li.cm-service.cm-toggle-all,.klaro .cookie-modal .cm-modal.cm-klaro .cm-body ul.cm-services li.cm-purpose.cm-toggle-all,.klaro .cookie-modal .cm-modal.cm-klaro .cm-body ul.cm-purposes li.cm-service.cm-toggle-all,.klaro .cookie-modal .cm-modal.cm-klaro .cm-body ul.cm-purposes li.cm-purpose.cm-toggle-all{border-top:1px solid rgba(201,166,107,.3);padding-top:1em}.klaro .cookie-modal .cm-modal.cm-klaro .cm-body ul.cm-services li.cm-service span.cm-list-title,.klaro .cookie-modal .cm-modal.cm-klaro .cm-body ul.cm-services li.cm-purpose span.cm-list-title,.klaro .cookie-modal .cm-modal.cm-klaro .cm-body ul.cm-purposes li.cm-service span.cm-list-title,.klaro .cookie-modal .cm-modal.cm-klaro .cm-body ul.cm-purposes li.cm-purpose span.cm-list-title{font-weight:600}.klaro .cookie-modal .cm-modal.cm-klaro .cm-body ul.cm-services li.cm-service span.cm-opt-out,.klaro .cookie-modal .cm-modal.cm-klaro .cm-body ul.cm-services li.cm-service span.cm-required,.klaro .cookie-modal .cm-modal.cm-klaro .cm-body ul.cm-services li.cm-purpose span.cm-opt-out,.klaro .cookie-modal .cm-modal.cm-klaro .cm-body ul.cm-services li.cm-purpose span.cm-required,.klaro .cookie-modal .cm-modal.cm-klaro .cm-body ul.cm-purposes li.cm-service span.cm-opt-out,.klaro .cookie-modal .cm-modal.cm-klaro .cm-body ul.cm-purposes li.cm-service span.cm-required,.klaro .cookie-modal .cm-modal.cm-klaro .cm-body ul.cm-purposes li.cm-purpose span.cm-opt-out,.klaro .cookie-modal .cm-modal.cm-klaro .cm-body ul.cm-purposes li.cm-purpose span.cm-required{padding-left:.2em;font-size:.8em;color:#c9a66b}.klaro .cookie-notice:not(.cookie-modal-notice){background:#0a0a0a;border:1px solid rgba(201,166,107,.35);z-index:999;position:fixed;width:100%;bottom:0;right:0}@media(min-width: 1024px){.klaro .cookie-notice:not(.cookie-modal-notice){box-shadow:0 4px 6px 0 rgba(0,0,0,.2),5px 5px 10px 0 rgba(0,0,0,.19);border-radius:20px;position:fixed;bottom:20px;right:20px;max-width:400px}}@media(max-width: 1023px){.klaro .cookie-notice:not(.cookie-modal-notice){border-style:solid;border-radius:0}}.klaro .cookie-notice:not(.cookie-modal-notice).cn-embedded{position:relative;height:inherit;width:inherit;left:inherit;right:inherit;bottom:inherit;z-index:0}.klaro .cookie-notice:not(.cookie-modal-notice).cn-embedded .cn-body{padding-top:.5em}.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body{margin-bottom:0;margin-right:0;bottom:0;padding:1em;padding-top:0}.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body p{margin-bottom:.5em}.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body p.cn-changes{text-decoration:underline}.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-learn-more{display:block;width:100%;text-align:center}.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons{display:block;width:100%;margin-top:-0.5em}@media(max-width: 384px){.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons{width:100%}}.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons button.cm-btn{margin-top:.5em}@media(max-width: 384px){.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons button.cm-btn{width:calc(50% - .5em)}}.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok{margin-top:-0.5em;display:flex;flex-flow:column-reverse;justify-content:center;align-items:stretch}.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok a,.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok div{margin-top:.5em}.klaro .cookie-modal-notice{z-index:1001;box-shadow:0 4px 6px 0 rgba(0,0,0,.2),5px 5px 10px 0 rgba(0,0,0,.19);width:100%;max-height:98%;top:50%;transform:translateY(-50%);position:fixed;overflow:auto;background:#0a0a0a;color:#fff;padding:1em;padding-top:.2em}@media(min-width: 400px){.klaro .cookie-modal-notice{border-radius:4px;position:relative;margin:0 auto;max-width:400px;height:auto;width:auto}}.klaro .cookie-modal-notice .cn-ok{display:flex;flex-flow:column-reverse;justify-content:space-between;align-items:center;margin-top:1em}.klaro .cookie-notice-hidden{display:none !important}.cn-body{margin-bottom:0;margin-right:0;bottom:0;padding:1em;padding-top:0}.cn-body p{margin-bottom:.5em}.cn-body p.cn-changes{text-decoration:underline;color:#c9a66b;text-align:center}.cn-body .cn-learn-more{display:inline-block}.cn-body p.cn-ok{padding-top:.5em;margin:0}.cookie-notice .cn-ok .cn-learn-more{display:block;width:100%;font-weight:400;text-align:center}.cookie-notice .cn-ok .cn-buttons{display:block;width:100%}.cookie-notice .cn-ok .cn-decline{display:none}.cookie-notice .cn-ok .cm-btn-success{display:block;width:100%;max-width:100%;margin-right:0;box-sizing:border-box}.galleta_notice{display:flex;flex-flow:row}.galleta_notice img{width:48px;height:48px;padding:10px}.galleta_notice span{width:calc(100% - 68px)}.botonesPoliticas{display:flex;justify-content:center;align-items:center;flex-flow:column}.botonesPoliticas .cn-buttons,.botonesPoliticas .cm-link{width:100%;text-align:center}.botonesPoliticas .cn-buttons .cm-btn,.botonesPoliticas .cm-link .cm-btn{width:100%;margin-bottom:5px}.botonesPoliticas .cn-buttons .cn-decline,.botonesPoliticas .cm-link .cn-decline{background:#c9a66b}[data-reveal]{opacity:0;transform:translateY(32px);transition:opacity .8s ease-out,transform .8s ease-out;will-change:opacity,transform}[data-reveal].is-visible{opacity:1;transform:translateY(0)}body::before{content:"";position:fixed;inset:0;z-index:9999;pointer-events:none;opacity:.09;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='5' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:180px 180px;mix-blend-mode:overlay}.section{position:relative}.section::after{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(ellipse at 50% 0%, rgba(201, 166, 107, 0.06), transparent 60%);z-index:0}.section>*{position:relative;z-index:1}.about-section--terrace::after{background:radial-gradient(ellipse at 50% 0%, rgba(78, 205, 196, 0.05), transparent 60%)}/*# sourceMappingURL=main.css.map */
