@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Smooch+Sans:wght@100..900&display=swap");body{font-family:Smooch Sans,sans-serif;margin:0;padding:0;box-sizing:border-box}.hero-carousel{position:relative;overflow:hidden;width:100%;background-color:black}.hero-height{height:100vh}.hero-image-container{position:relative;width:100%;height:100%}.carousel-image{transition:opacity 1s ease-in-out}.carousel-image.first-image{animation:fadeInImage 2s ease-in-out}@keyframes fadeInImage{0%{opacity:0}to{opacity:1}}.hero-content{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;z-index:5;opacity:0;transition:opacity 1s ease-in-out}.hero-content.visible{opacity:1}.hero-text-container{text-align:center;padding:0 20px;max-width:1200px}.hero-title{font-family:Smooch Sans,sans-serif;font-weight:400;font-size:4.5rem;color:white;text-transform:uppercase;margin:0;animation:slideInFromRight 1.5s ease-in-out;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.hero-subtitle{margin-top:2rem;animation:fadeInUp 1.5s ease-in-out .5s both}.hero-subtitle p{font-family:Smooch Sans,sans-serif;font-weight:500;font-size:6rem;color:white;margin:0;text-transform:uppercase;text-shadow:2px 2px 4px rgba(0,0,0,.5)}@keyframes slideInFromRight{0%{transform:translateX(50px);opacity:0}to{transform:translateX(0);opacity:1}}@media (max-width:1200px){.hero-title{font-size:4rem}.hero-subtitle p{font-size:5rem}}@media (max-width:992px){.hero-title{font-size:3.5rem}.hero-subtitle p{font-size:4.5rem}}@media (max-width:768px){.hero-title{font-size:3rem}.hero-subtitle p{font-size:4rem}}@media (max-width:576px){.hero-title{font-size:2.5rem}.hero-subtitle p{font-size:3.5rem}}@media (max-width:480px){.hero-title{font-size:2rem}.hero-subtitle p{font-size:3rem}}@media (prefers-reduced-motion:reduce){.carousel-image,.hero-content,.hero-subtitle,.hero-title{animation:none;transition:none}}@import url("https://fonts.googleapis.com/css2?family=Protest+Revolution&display=swap");.intro-section{background-image:url(/ASSETS/material/concierto.webp);background-size:cover;background-position:50%;min-height:100vh;position:relative;display:flex;align-items:center;justify-content:center;padding:4rem 1rem}.intro-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.8),rgba(0,0,0,.6))}.intro-content{position:relative;z-index:1;max-width:1200px;width:100%;margin:0 auto;text-align:center}.intro-header{margin-bottom:3rem}.intro-title{font-size:4rem;color:white;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3);font-weight:700;line-height:1.2}.intro-title,.text-accent{font-family:Protest Revolution,serif}.text-accent{color:#ffffff}.intro-description{font-size:1.5rem;color:rgba(255,255,255,.9);margin:0 auto;max-width:800px}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem}.feature-card{background:rgba(255,255,255,.1);backdrop-filter:blur(10px);border-radius:20px;border:1px solid rgba(255,255,255,.2);overflow:hidden;color:white;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;height:100%}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,.2)}.feature-content{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.feature-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;letter-spacing:.5px}.feature-description{color:rgba(255,255,255,.8);line-height:1.6;margin-bottom:1.5rem;flex-grow:1}.animated-button{position:relative;min-width:200px;padding:1rem 2rem;font-size:1rem;font-weight:600;color:#fff;background:linear-gradient(45deg,#ffd700,#ff8c00);border:none;border-radius:30px;cursor:pointer;overflow:hidden;text-decoration:none;transition:all .3s ease;box-shadow:0 0 15px rgba(255,215,0,.3);display:inline-flex;justify-content:center;align-items:center;-webkit-backface-visibility:hidden;backface-visibility:hidden;align-self:center}.animated-button .button-content{position:relative;z-index:2;transition:transform .3s ease}.animated-button .button-glowing{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,215,0,.8) 0,rgba(255,215,0,0) 70%);animation:rotate 4s linear infinite;opacity:0;transition:opacity .3s ease;z-index:1}.animated-button .button-particles{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.animated-button .button-particles:after,.animated-button .button-particles:before{content:"";position:absolute;width:4px;height:4px;border-radius:50%;background-color:rgba(255,255,255,.8);animation:particles 2s linear infinite}.animated-button .button-particles:before{left:20%;animation-delay:.5s}.animated-button .button-particles:after{right:20%;animation-delay:1s}.animated-button:hover{transform:translateY(-2px);box-shadow:0 5px 20px rgba(255,215,0,.5)}.animated-button:hover .button-content{transform:scale(1.05)}.animated-button:hover .button-glowing{opacity:1}.animated-button:active{transform:translateY(1px)}@keyframes particles{0%{transform:translateY(0) scale(1);opacity:1}to{transform:translateY(-20px) scale(0);opacity:0}}.animated-button:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,215,0,.4) 0,rgba(255,215,0,0) 60%);animation:pulse 2s ease-out infinite}@keyframes pulse{0%{transform:scale(.8);opacity:0}50%{opacity:.5}to{transform:scale(1.2);opacity:0}}.carousel-container{position:relative;width:100%;height:220px;overflow:hidden;border-radius:10px 10px 0 0}.carousel-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .5s ease-in-out}.carousel-image.active{opacity:1}.carousel-indicators{position:absolute;bottom:10px;left:50%;transform:translateX(-50%);display:flex;gap:8px;z-index:2}.carousel-dot{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.5);border:none;padding:0;cursor:pointer;transition:background-color .3s ease}.carousel-dot.active{background:#ffd700}.protest-revolution-regular{font-family:Protest Revolution,serif;font-weight:400;font-style:normal}@media (max-width:1024px){.features-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media (max-width:768px){.intro-title{font-size:3rem}.intro-description{font-size:1.2rem}.features-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.carousel-container{height:180px}}@media (max-width:640px){.features-grid{grid-template-columns:1fr;max-width:450px;margin-left:auto;margin-right:auto}}@media (max-width:480px){.intro-title{font-size:2.5rem}.intro-description{font-size:1rem}.carousel-container{height:160px}.animated-button{padding:.8rem 1.6rem;min-width:180px}}@media (prefers-reduced-motion:reduce){.animated-button,.animated-button:after,.button-glowing,.button-particles:after,.button-particles:before{animation:none;transition:none}.feature-card{transition:none}}.opening-hours-section{background:linear-gradient(135deg,#000000,#1a1a1a);padding:8rem 1rem;position:relative;overflow:hidden}.opening-hours-section:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(86,9,229,.1) 0,rgba(86,9,229,0) 70%);animation:rotate 20s linear infinite}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.opening-hours-title{font-family:Oswald,sans-serif;color:#ffffff;text-transform:uppercase;letter-spacing:4px;margin-bottom:3rem;text-align:center;position:relative;display:inline-block;animation:fadeInDown 1s ease-out}.opening-hours-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:60px;height:3px;background:var(--accent-color)}.hours-container{background-color:rgba(0,0,0,.8);border-radius:15px;padding:2rem;box-shadow:0 10px 30px rgba(86,9,229,.2);backdrop-filter:blur(10px);border:1px solid rgba(86,9,229,.356);transition:all .3s ease;animation:fadeIn 1s ease-out .5s both}.hours-container:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgba(86,9,229,.3)}.hours-row{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.1);transition:all .3s ease;animation:slideInLeft .5s ease-out both}.hours-row:first-child{animation-delay:.7s}.hours-row:nth-child(2){animation-delay:.9s}.hours-row:nth-child(3){animation-delay:1.1s}.hours-row:last-child{border-bottom:none}.hours-row:hover{background-color:rgba(86,9,229,.1);transform:scale(1.02)}.days{color:var(--accent-color);font-size:1.2rem;font-weight:600}.days,.time{font-family:Oswald,sans-serif}.time{color:#ffffff;font-size:1.1rem;display:flex;align-items:center}.reservation-button{background:transparent;border:2px solid var(--accent-color);color:var(--accent-color);font-family:Oswald,sans-serif;text-transform:uppercase;letter-spacing:2px;padding:1rem 2rem;font-size:1.2rem;border-radius:50px;transition:all .3s ease;position:relative;overflow:hidden;z-index:1}.reservation-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:var(--accent-color);transition:all .4s ease;z-index:-1}.reservation-button:hover:before{left:0}.reservation-button:hover{color:#000}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@media (max-width:768px){.opening-hours-title{font-size:2rem}.hours-row{flex-direction:column;align-items:flex-start}.time{margin-top:.5rem}}@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&display=swap");.services-container{background:linear-gradient(180deg,#000000,#1a1a1a)}.service-title{font-family:Oswald,sans-serif;text-transform:uppercase;letter-spacing:2px;position:relative}.service-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:60px;height:3px;background:var(--accent-color)}.service-card{transition:all .4s cubic-bezier(.4,0,.2,1);background:rgba(0,0,0,.8);border:1px solid rgba(57,9,229,.356);position:relative;overflow:hidden;animation:fadeInUp .6s ease forwards}.service-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg,transparent,#5609e54f);opacity:0;transition:opacity .4s ease}.service-card:hover:before{opacity:1}.service-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #7009e556;border-color:var(--accent-color)}.price-button{background:transparent;border:2px solid var(--accent-color);color:var(--accent-color);font-family:Oswald,sans-serif;text-transform:uppercase;letter-spacing:1px;position:relative;overflow:hidden;transition:all .3s ease;z-index:1}.price-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:var(--accent-color);transition:all .4s ease;z-index:-1}.price-button:hover:before{left:0}.price-button:hover{color:#000}.icon-container{transition:all .3s ease}.service-card:hover .icon-container{transform:scale(1.1) rotate(10deg)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.service-title{font-size:2rem}.service-card{padding:1.5rem}}@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Roboto:wght@300;400;700&display=swap");:root{--color-purple:#5d3fd385;--color-black:#1a1a1a;--color-gray:#333333;--color-gold:#ffd700}.testimonials-container{background-color:var(--color-black);position:relative;overflow:hidden}.testimonials-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,var(--color-purple) 0,transparent 100%);opacity:.1;z-index:1}.testimonial-title{font-family:Playfair Display,serif;color:var(--color-gold);text-transform:uppercase;letter-spacing:2px;position:relative;z-index:2}.testimonial-carousel{position:relative;overflow:hidden;height:400px;z-index:2}.testimonial-card{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .5s ease;display:flex;justify-content:center;align-items:center}.testimonial-card.active{opacity:1}.testimonial-content{background:rgba(255,255,255,.05);border-radius:15px;padding:2rem;width:100%;max-width:600px;display:flex;flex-direction:column;align-items:center;text-align:center;box-shadow:0 4px 6px rgba(0,0,0,.1)}.testimonial-image-container{width:200px;height:200px;border-radius:50%;overflow:hidden;margin-bottom:1.5rem;border:3px solid var(--color-gold)}.testimonial-image{width:100%;height:100%;object-fit:cover}.testimonial-text{max-width:100%}.testimonial-quote{font-family:Roboto,sans-serif;font-size:1.1rem;line-height:1.6;color:#ffffff;margin-bottom:1rem}.testimonial-name{font-family:Playfair Display,serif;font-size:1.3rem;font-weight:700;color:var(--color-gold);margin-bottom:.5rem}.testimonial-rating{display:flex;justify-content:center;margin-top:.5rem}.star{width:28px;height:28px;margin:0 2px;color:#555555;transition:color .3s ease,transform .3s ease}.star.filled{color:var(--color-gold);animation:starPulse .5s ease-in-out}@keyframes starPulse{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}.testimonial-nav-button{position:absolute;top:40%;transform:translateY(-50%);border:none;color:white;padding:1rem;cursor:pointer;transition:all .3s ease;z-index:3}.testimonial-nav-button,.testimonial-nav-button:hover{background:rgba(0,0,0,.5)}.testimonial-nav-button.left-0{left:.5rem}.testimonial-nav-button.right-0{right:.5rem}.testimonial-dots{display:flex;justify-content:center;margin-top:1rem;z-index:2;position:relative}.testimonial-dot{width:12px;height:12px;border-radius:50%;background-color:var(--color-gray);margin:0 6px;cursor:pointer;transition:background-color .3s ease,transform .3s ease}.testimonial-dot.active{background-color:var(--color-gold);transform:scale(1.2)}@media (max-width:768px){.testimonial-carousel{height:450px}.testimonial-content{padding:1.5rem}.testimonial-image-container{width:150px;height:150px}.testimonial-quote{font-size:1rem}.testimonial-name{font-size:1.2rem}.star{width:24px;height:24px}}@media (max-width:480px){.testimonial-carousel{height:350px}.testimonial-content{padding:1rem}.testimonial-image-container{width:120px;height:120px}.testimonial-quote{font-size:.9rem}.testimonial-name{font-size:1.1rem}.star{width:20px;height:20px}}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400 900;font-display:swap;src:url(/_next/static/media/ae80e08d9fcae03a-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400 900;font-display:swap;src:url(/_next/static/media/4486f70b101e60d9-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400 900;font-display:swap;src:url(/_next/static/media/3e57fe4abb1c4cae-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400 900;font-display:swap;src:url(/_next/static/media/dcc209c0b1ab30af-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Playfair Display Fallback;src:local("Times New Roman");ascent-override:97.25%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:111.26%}.__className_840cdc{font-family:Playfair Display,Playfair Display Fallback;font-style:normal}