@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,serif;margin:0;padding:0;box-sizing:border-box}.hero-carousel{position:relative;overflow:hidden;background-color:#000}.hero-height{height:100vh}.carousel-image{opacity:0;transition:opacity 1s ease-in-out;position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.carousel-image.active{opacity:1}.carousel-image.first-image{animation:fadeInSlowly 3s ease-in-out}@keyframes fadeInSlowly{0%{opacity:0}to{opacity:1}}.hero-carousel-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.527);z-index:5}.hero-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;width:80%;text-align:center;color:#fff}.hero-text{font-weight:400;font-size:3rem;color:#fff;text-transform:uppercase;animation:slideInFromRight 4s ease-in-out}.hero-subtext,.hero-text{font-family:Smooch Sans,serif}.hero-subtext{font-weight:300;font-size:1.2rem;line-height:1.6;max-width:600px;margin:0 auto;background-color:rgba(0,0,0,.014);padding:1.5rem;border-radius:10px;animation:fadeIn 3.5s ease-in-out 1s forwards;opacity:0;position:relative;top:20px}.hero-subtext p{margin-bottom:.5rem}@keyframes slideInFromRight{0%{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}@media (max-width:768px){.hero-text{font-size:2.7rem;font-weight:400;line-height:.7;letter-spacing:.1em}.hero-subtext{font-size:1.2rem;font-weight:300;line-height:.9;letter-spacing:.1em}}.opening-hours-section{background:linear-gradient(135deg,#000,#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:#fff!important;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 hsla(0,0%,100%,.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:#fff;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,#000,#1a1a1a)}.service-title{font-family:Oswald,sans-serif;color:#fff!important;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:#333;--color-gold:gold}.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:hsla(0,0%,100%,.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:#fff;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:#555;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:#fff;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}}.intro-container{background-image:url(/ASSETS/material/pared.webp);background-size:cover;background-position:50%;color:var(--primary);padding:20px 4px}.max-w-4xl{max-width:64rem;margin:0 auto}.text-4xl{font-size:2.25rem;font-weight:700;margin-bottom:1.5rem;animation:fade-in 1s ease-in-out}.text-4xl,.text-lg{text-align:center;color:#000}.text-lg{font-size:1.125rem;animation:slide-in 1s ease-in-out}.font-bold{font-weight:700}.underline{text-decoration:underline}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes slide-in{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@font-face{font-family:__Playfair_Display_0a80b4;font-style:normal;font-weight:400 900;font-display:swap;src:url(/_next/static/media/47f136985ef5b5cb-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_0a80b4;font-style:normal;font-weight:400 900;font-display:swap;src:url(/_next/static/media/4ead58c4dcc3f285-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_0a80b4;font-style:normal;font-weight:400 900;font-display:swap;src:url(/_next/static/media/28a2004cf8372660-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_0a80b4;font-style:normal;font-weight:400 900;font-display:swap;src:url(/_next/static/media/eaead17c7dbfcd5d-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_0a80b4;src:local("Times New Roman");ascent-override:97.25%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:111.26%}.__className_0a80b4{font-family:__Playfair_Display_0a80b4,__Playfair_Display_Fallback_0a80b4;font-style:normal}