.Header-module__qAkVRq__header{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#574cf2;width:100%;transition:all .3s;position:fixed;top:0;left:0;right:0;box-shadow:0 8px 32px rgba(87,76,242,.4),0 4px 16px rgba(0,0,0,.1)}.Header-module__qAkVRq__header.Header-module__qAkVRq__scrolled{background-color:#574cf2;box-shadow:0 12px 40px rgba(87,76,242,.5),0 6px 20px rgba(0,0,0,.15)}.Header-module__qAkVRq__navbar{padding:15px 0}.Header-module__qAkVRq__navbar .Header-module__qAkVRq__container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px;justify-content:space-between!important;align-items:center!important;display:flex!important}.Header-module__qAkVRq__navContainer{justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:0 20px;display:flex}.Header-module__qAkVRq__brand{color:inherit;flex-shrink:0;align-items:center;text-decoration:none;display:flex}.Header-module__qAkVRq__logo{object-fit:contain;flex-shrink:0;width:auto;height:50px;transition:transform .3s}.Header-module__qAkVRq__brand:hover .Header-module__qAkVRq__logo{transform:scale(1.05)}.Header-module__qAkVRq__navMenuContainer{flex-shrink:0;order:2;align-items:center;gap:30px;display:flex!important}.Header-module__qAkVRq__menuOpen{display:flex}.Header-module__qAkVRq__navMenu{flex-wrap:nowrap;align-items:center;gap:30px;margin:0;padding:0;list-style:none;display:flex}.Header-module__qAkVRq__navLink{color:var(--text-light);white-space:nowrap;font-weight:500;text-decoration:none;transition:color .3s;position:relative}.Header-module__qAkVRq__navLink:hover{color:var(--white)}.Header-module__qAkVRq__navLink:after{content:"";background-color:rgba(255,255,255,.9);width:0;height:2px;transition:width .3s;position:absolute;bottom:-5px;left:0}.Header-module__qAkVRq__navLink:hover:after{width:100%}.Header-module__qAkVRq__navCta{white-space:nowrap;padding:10px 20px;font-size:14px}.Header-module__qAkVRq__navToggle{cursor:pointer;flex-direction:column;order:3;gap:4px;padding:5px;display:none}.Header-module__qAkVRq__bar{background-color:var(--text-light);width:25px;height:3px;transition:all .3s}@media (max-width:992px){.Header-module__qAkVRq__navMenuContainer,.Header-module__qAkVRq__navMenu{gap:20px}.Header-module__qAkVRq__navContainer{padding:0 50px}}@media (max-width:768px){.Header-module__qAkVRq__logo{height:40px}.Header-module__qAkVRq__navMenuContainer{display:none}.Header-module__qAkVRq__navMenuContainer.Header-module__qAkVRq__menuOpen,.Header-module__qAkVRq__navToggle{display:flex}.Header-module__qAkVRq__navMenu{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);width:100%;height:calc(100vh - 70px);box-shadow:var(--shadow-lg);z-index:999;background-color:rgba(87,76,242,.98);flex-direction:column;justify-content:flex-start;padding-top:50px;transition:left .3s;position:fixed;top:70px;left:-100%}.Header-module__qAkVRq__navMenu.Header-module__qAkVRq__active{left:0}.Header-module__qAkVRq__navItem{margin:20px 0}.Header-module__qAkVRq__navLink{color:var(--text-light);font-size:1.2rem}.Header-module__qAkVRq__navToggle.Header-module__qAkVRq__active .Header-module__qAkVRq__bar:first-child{transform:rotate(45deg)translate(5px,5px)}.Header-module__qAkVRq__navToggle.Header-module__qAkVRq__active .Header-module__qAkVRq__bar:nth-child(2){opacity:0}.Header-module__qAkVRq__navToggle.Header-module__qAkVRq__active .Header-module__qAkVRq__bar:nth-child(3){transform:rotate(-45deg)translate(7px,-6px)}}@media (max-width:480px){.Header-module__qAkVRq__logo{height:35px}}
.Hero-module__YZznEW__hero{align-items:center;min-height:100vh;margin-top:20px;padding-top:80px;display:flex;position:relative;overflow:hidden}.Hero-module__YZznEW__hero:before{content:"";filter:brightness(1.05);z-index:0;background-image:url(/hero-araujo.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;position:absolute;top:0;bottom:0;left:0;right:0}.Hero-module__YZznEW__heroOverlay{z-index:1;background:linear-gradient(135deg,rgba(0,0,0,.4),rgba(87,76,242,.3),rgba(0,0,0,.4)) 0 0/200% 200%;animation:8s infinite Hero-module__YZznEW__gradientShift;position:absolute;top:0;bottom:0;left:0;right:0}@keyframes Hero-module__YZznEW__gradientShift{0%,to{background-position:0%}50%{background-position:100%}}.Hero-module__YZznEW__heroContent{z-index:2;text-align:center;max-width:800px;margin:0 auto;position:relative}.Hero-module__YZznEW__heroTitle{color:var(--text-light);text-shadow:0 2px 10px rgba(0,0,0,.5);margin-bottom:24px;font-size:3rem;font-weight:700;line-height:1.2;animation:1s ease-out Hero-module__YZznEW__titleFadeIn}@keyframes Hero-module__YZznEW__titleFadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.Hero-module__YZznEW__heroSubtitle{color:rgba(255,255,255,.9);text-shadow:0 1px 5px rgba(0,0,0,.5);margin-bottom:40px;font-size:1.3rem;line-height:1.6;animation:1s ease-out .2s backwards Hero-module__YZznEW__titleFadeIn}.Hero-module__YZznEW__heroButtons{flex-wrap:wrap;justify-content:center;gap:20px;animation:1s ease-out .4s backwards Hero-module__YZznEW__titleFadeIn;display:flex}.Hero-module__YZznEW__heroButtons .Hero-module__YZznEW__btn{box-sizing:border-box!important;border-width:1px!important;flex:0 0 220px!important;width:220px!important;min-width:220px!important;max-width:220px!important;padding:16px 32px!important}.Hero-module__YZznEW__scrollAnimate{opacity:0;transition:all .8s;transform:translateY(50px)}.Hero-module__YZznEW__scrollAnimate.Hero-module__YZznEW__animate{opacity:1;transform:translateY(0)}@media (max-width:768px){.Hero-module__YZznEW__hero{background-position:50%;background-size:cover;min-height:90vh}.Hero-module__YZznEW__hero:before{filter:brightness(1.1);background-attachment:scroll}.Hero-module__YZznEW__heroOverlay{background:linear-gradient(135deg,rgba(0,0,0,.35),rgba(87,76,242,.15))}.Hero-module__YZznEW__heroContent{max-width:100%;padding:0 20px}.Hero-module__YZznEW__heroTitle{font-size:2.2rem}.Hero-module__YZznEW__heroSubtitle{font-size:1.1rem}.Hero-module__YZznEW__heroButtons{justify-content:center}.Hero-module__YZznEW__heroButtons .Hero-module__YZznEW__btn{border-width:1px!important;flex:0 0 200px!important;width:200px!important;min-width:200px!important;max-width:200px!important;padding:16px 32px!important}}@media (max-width:480px){.Hero-module__YZznEW__heroTitle{font-size:1.8rem}.Hero-module__YZznEW__heroButtons{flex-direction:column;align-items:center}.Hero-module__YZznEW__heroButtons .Hero-module__YZznEW__btn{width:100%;max-width:280px}}
.AboutUs-module__NWNG8G__aboutUs{background-color:var(--section-bg-white);padding:80px 0}.AboutUs-module__NWNG8G__aboutUs .AboutUs-module__NWNG8G__section-title{color:var(--text-primary);justify-content:center;align-items:center;gap:15px;display:flex}.AboutUs-module__NWNG8G__aboutUs .AboutUs-module__NWNG8G__section-title i{color:var(--primary-color);font-size:2.5rem}.AboutUs-module__NWNG8G__historyContent{max-width:900px;margin:0 auto 60px}.AboutUs-module__NWNG8G__historyText{text-align:center}.AboutUs-module__NWNG8G__historyText p{color:var(--text-secondary);margin-bottom:24px;font-size:1.1rem;line-height:1.8}.AboutUs-module__NWNG8G__historyText p:last-child{margin-bottom:0}.AboutUs-module__NWNG8G__historyText strong{color:var(--primary-color);font-weight:700}.AboutUs-module__NWNG8G__highlightsGrid{grid-template-columns:repeat(2,1fr);gap:40px;display:grid}.AboutUs-module__NWNG8G__highlightCard{background:var(--card-bg-gray);border:2px solid var(--border-light);text-align:center;border-radius:16px;padding:40px 30px;transition:all .3s;position:relative;overflow:hidden}.AboutUs-module__NWNG8G__highlightCard:before{content:"";background:var(--primary-color);height:4px;transition:transform .3s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.AboutUs-module__NWNG8G__highlightCard:hover:before{transform:scaleX(1)}.AboutUs-module__NWNG8G__highlightCard:hover{box-shadow:var(--shadow-purple);border-color:var(--primary-color);transform:translateY(-5px)}.AboutUs-module__NWNG8G__highlightIcon{background:linear-gradient(135deg,var(--primary-color),var(--primary-light));border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto 24px;transition:all .3s;display:flex;box-shadow:0 4px 15px rgba(87,76,242,.3)}.AboutUs-module__NWNG8G__highlightIcon i{color:var(--white);font-size:1.8rem}.AboutUs-module__NWNG8G__highlightCard:hover .AboutUs-module__NWNG8G__highlightIcon{animation:none;transform:scale(1.1)rotate(5deg);box-shadow:0 8px 30px rgba(87,76,242,.7)}.AboutUs-module__NWNG8G__highlightCard h3{color:var(--text-primary);margin-bottom:16px;font-size:1.5rem;font-weight:600}.AboutUs-module__NWNG8G__highlightCard p{color:var(--text-secondary);font-size:1rem;line-height:1.7}.AboutUs-module__NWNG8G__ctaContainer{text-align:center;background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));border-radius:20px;margin-top:60px;padding:50px 40px;position:relative;overflow:hidden;box-shadow:0 10px 40px rgba(87,76,242,.3)}.AboutUs-module__NWNG8G__ctaContainer:before{content:"";background:radial-gradient(circle,rgba(255,255,255,.1),transparent 70%);width:200%;height:200%;animation:10s linear infinite AboutUs-module__NWNG8G__rotate;position:absolute;top:-50%;right:-50%}@keyframes AboutUs-module__NWNG8G__rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.AboutUs-module__NWNG8G__ctaContainer h3{color:var(--white);z-index:1;margin-bottom:16px;font-size:2rem;font-weight:700;position:relative}.AboutUs-module__NWNG8G__ctaContainer p{color:rgba(255,255,255,.9);z-index:1;margin-bottom:32px;font-size:1.2rem;position:relative}.AboutUs-module__NWNG8G__ctaButtons{z-index:1;flex-wrap:wrap;justify-content:center;gap:20px;display:flex;position:relative}.AboutUs-module__NWNG8G__ctaButtons .AboutUs-module__NWNG8G__btn{min-width:250px}.AboutUs-module__NWNG8G__ctaButtons .AboutUs-module__NWNG8G__btn-primary{background:var(--white);color:var(--primary-color);border:2px solid var(--white);align-items:center;gap:10px;display:inline-flex}.AboutUs-module__NWNG8G__ctaButtons .AboutUs-module__NWNG8G__btn-primary:hover{background:var(--black);color:var(--white);border-color:var(--white);transform:translateY(-3px)scale(1.05);box-shadow:0 10px 30px rgba(0,0,0,.5)}.AboutUs-module__NWNG8G__ctaButtons .AboutUs-module__NWNG8G__btn-secondary{color:var(--white);border:2px solid var(--white);background:0 0;align-items:center;gap:10px;display:inline-flex}.AboutUs-module__NWNG8G__ctaButtons .AboutUs-module__NWNG8G__btn-secondary:hover{background:var(--white);color:var(--primary-color);transform:translateY(-3px)scale(1.05)}@media (max-width:1024px){.AboutUs-module__NWNG8G__highlightsGrid{gap:30px}}@media (max-width:768px){.AboutUs-module__NWNG8G__aboutUs{padding:60px 0}.AboutUs-module__NWNG8G__aboutUs .AboutUs-module__NWNG8G__section-title{flex-direction:column;gap:10px;font-size:2rem}.AboutUs-module__NWNG8G__aboutUs .AboutUs-module__NWNG8G__section-title i{font-size:2rem}.AboutUs-module__NWNG8G__historyText p{font-size:1rem}.AboutUs-module__NWNG8G__highlightsGrid{grid-template-columns:1fr;gap:30px}.AboutUs-module__NWNG8G__highlightCard{padding:30px 20px}.AboutUs-module__NWNG8G__highlightIcon{width:60px;height:60px;margin-bottom:20px}.AboutUs-module__NWNG8G__highlightIcon i{font-size:1.5rem}.AboutUs-module__NWNG8G__highlightCard h3{font-size:1.3rem}.AboutUs-module__NWNG8G__ctaContainer{padding:40px 25px}.AboutUs-module__NWNG8G__ctaContainer h3{font-size:1.5rem}.AboutUs-module__NWNG8G__ctaContainer p{font-size:1rem}.AboutUs-module__NWNG8G__ctaButtons{flex-direction:column}.AboutUs-module__NWNG8G__ctaButtons .AboutUs-module__NWNG8G__btn{min-width:100%}}
.Gallery-module__x3CAtG__gallery{background:var(--section-bg-white);padding:80px 0;position:relative}.Gallery-module__x3CAtG__carouselContainer{align-items:center;gap:20px;max-width:1000px;margin:50px auto 0;display:flex;position:relative}.Gallery-module__x3CAtG__carouselWrapper{border-radius:20px;justify-content:center;align-items:center;width:100%;height:550px;max-height:550px;display:flex;position:relative;overflow:hidden}.Gallery-module__x3CAtG__carouselSlide{opacity:0;pointer-events:none;cursor:pointer;width:100%;height:100%;transition:all .6s;position:absolute;transform:scale(.9)}.Gallery-module__x3CAtG__carouselSlide.Gallery-module__x3CAtG__active{opacity:1;pointer-events:auto;animation:.6s Gallery-module__x3CAtG__slideIn;position:relative;transform:scale(1)}@keyframes Gallery-module__x3CAtG__slideIn{0%{opacity:0;transform:scale(.95)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}.Gallery-module__x3CAtG__imageWrapper{border:3px solid var(--primary-color);border-radius:20px;width:100%;height:100%;max-height:550px;position:relative;overflow:hidden;box-shadow:0 15px 50px rgba(87,76,242,.2)}.Gallery-module__x3CAtG__carouselImage{object-fit:cover;width:100%;height:100%;transition:transform .5s}.Gallery-module__x3CAtG__carouselSlide:hover .Gallery-module__x3CAtG__carouselImage{transform:scale(1.05)}.Gallery-module__x3CAtG__imageOverlay{opacity:0;background:linear-gradient(135deg,rgba(87,76,242,.7),rgba(74,63,217,.5));justify-content:center;align-items:center;transition:opacity .4s;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.Gallery-module__x3CAtG__carouselSlide:hover .Gallery-module__x3CAtG__imageOverlay{opacity:1}.Gallery-module__x3CAtG__imageOverlay i{color:var(--white);font-size:4rem;animation:2s ease-in-out infinite Gallery-module__x3CAtG__zoomPulse}@keyframes Gallery-module__x3CAtG__zoomPulse{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}.Gallery-module__x3CAtG__navButton{background:var(--primary-color);width:60px;height:60px;color:var(--white);cursor:pointer;z-index:10;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.5rem;transition:all .3s;display:flex;box-shadow:0 4px 15px rgba(87,76,242,.3)}.Gallery-module__x3CAtG__navButton:hover{background:var(--primary-hover);transform:scale(1.1);box-shadow:0 6px 20px rgba(87,76,242,.5)}.Gallery-module__x3CAtG__navButton:active{transform:scale(.95)}.Gallery-module__x3CAtG__carouselDots{justify-content:center;gap:12px;margin-top:40px;display:flex}.Gallery-module__x3CAtG__dot{background:var(--gray-300);cursor:pointer;border:none;border-radius:50%;width:12px;height:12px;padding:0;transition:all .3s}.Gallery-module__x3CAtG__dot:hover{background:var(--primary-light);transform:scale(1.2)}.Gallery-module__x3CAtG__dot.Gallery-module__x3CAtG__activeDot{background:var(--primary-color);border-radius:6px;width:40px}.Gallery-module__x3CAtG__galleryCta{text-align:center;background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));border-radius:20px;margin-top:60px;padding:50px 40px;position:relative;overflow:hidden;box-shadow:0 10px 40px rgba(87,76,242,.3)}.Gallery-module__x3CAtG__galleryCta:before{content:"";background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);width:100%;height:100%;animation:3s infinite Gallery-module__x3CAtG__shine;position:absolute;top:0;left:-100%}@keyframes Gallery-module__x3CAtG__shine{0%{left:-100%}50%,to{left:100%}}.Gallery-module__x3CAtG__galleryCta h3{color:var(--white);z-index:1;margin-bottom:24px;font-size:1.8rem;font-weight:700;position:relative}.Gallery-module__x3CAtG__galleryCta .Gallery-module__x3CAtG__btn{z-index:1;background:var(--white);color:var(--primary-color);border:2px solid var(--white);position:relative}.Gallery-module__x3CAtG__galleryCta .Gallery-module__x3CAtG__btn:hover{background:var(--black);color:var(--white);border-color:var(--white);transform:translateY(-3px)scale(1.05);box-shadow:0 10px 30px rgba(0,0,0,.5)}.Gallery-module__x3CAtG__lightbox{z-index:9999;background:rgba(0,0,0,.95);justify-content:center;align-items:center;padding:20px;animation:.3s Gallery-module__x3CAtG__fadeIn;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}@keyframes Gallery-module__x3CAtG__fadeIn{0%{opacity:0}to{opacity:1}}.Gallery-module__x3CAtG__lightboxContent{max-width:90%;max-height:90%;animation:.3s Gallery-module__x3CAtG__zoomIn;position:relative}@keyframes Gallery-module__x3CAtG__zoomIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.Gallery-module__x3CAtG__lightboxContent img{object-fit:contain;border-radius:12px;max-width:100%;max-height:80vh;box-shadow:0 20px 60px rgba(0,0,0,.8)}.Gallery-module__x3CAtG__closeButton{background:var(--white);color:var(--black);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.5rem;transition:all .3s;display:flex;position:absolute;top:-50px;right:0;box-shadow:0 4px 15px rgba(0,0,0,.3)}.Gallery-module__x3CAtG__closeButton:hover{background:var(--primary-color);color:var(--white);transform:rotate(90deg)}@media (max-width:768px){.Gallery-module__x3CAtG__gallery{padding:60px 0}.Gallery-module__x3CAtG__carouselContainer{gap:10px}.Gallery-module__x3CAtG__carouselWrapper{height:400px;max-height:400px}.Gallery-module__x3CAtG__imageWrapper{max-height:400px}.Gallery-module__x3CAtG__navButton{width:45px;height:45px;font-size:1.2rem}.Gallery-module__x3CAtG__galleryCta{padding:40px 25px}.Gallery-module__x3CAtG__galleryCta h3{font-size:1.4rem}.Gallery-module__x3CAtG__galleryCta .Gallery-module__x3CAtG__btn{width:100%}.Gallery-module__x3CAtG__closeButton{width:35px;height:35px;top:-40px}}@media (max-width:480px){.Gallery-module__x3CAtG__carouselWrapper{height:350px;max-height:350px}.Gallery-module__x3CAtG__imageWrapper{border-radius:16px;max-height:350px}.Gallery-module__x3CAtG__navButton{width:40px;height:40px;font-size:1rem}.Gallery-module__x3CAtG__imageOverlay i{font-size:3rem}.Gallery-module__x3CAtG__galleryCta{padding:35px 20px}.Gallery-module__x3CAtG__galleryCta h3{font-size:1.2rem}}
.Services-module__CWXEhG__services{color:var(--white);background:linear-gradient(135deg,#0a0a0a 0%,#1a1a1a 100%);padding:80px 0;position:relative;overflow:hidden}.Services-module__CWXEhG__services:before{content:"";pointer-events:none;background:radial-gradient(circle at 20%,rgba(87,76,242,.15),transparent 50%),radial-gradient(circle at 80% 80%,rgba(87,76,242,.1),transparent 50%);position:absolute;top:0;bottom:0;left:0;right:0}.Services-module__CWXEhG__services .section-title{text-shadow:0 2px 10px rgba(0,0,0,.5);color:#fff!important}.Services-module__CWXEhG__services .section-subtitle{text-shadow:0 1px 5px rgba(0,0,0,.3);color:rgba(255,255,255,.95)!important;opacity:1!important}.Services-module__CWXEhG__serviceGrid{grid-template-columns:repeat(3,1fr);gap:30px;margin-top:50px;display:grid}.Services-module__CWXEhG__serviceCard{text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(42,42,42,.6);border:2px solid rgba(87,76,242,.2);border-radius:16px;padding:30px 20px;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 8px 25px rgba(0,0,0,.3)}.Services-module__CWXEhG__serviceCard:before{content:"";background:linear-gradient(90deg,var(--primary-color),var(--primary-light));height:4px;transition:transform .3s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.Services-module__CWXEhG__serviceCard:hover:before{transform:scaleX(1)}.Services-module__CWXEhG__serviceCard:hover{border-color:var(--primary-color);background:rgba(87,76,242,.15);transform:translateY(-10px);box-shadow:0 15px 35px rgba(87,76,242,.4)}.Services-module__CWXEhG__serviceIcon{background:linear-gradient(135deg,var(--primary-color),var(--primary-light));border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 24px;transition:all .3s;animation:2s ease-in-out infinite Services-module__CWXEhG__iconGlow;display:flex;box-shadow:0 4px 20px rgba(87,76,242,.5)}@keyframes Services-module__CWXEhG__iconGlow{0%,to{box-shadow:0 4px 20px rgba(87,76,242,.5)}50%{box-shadow:0 4px 30px rgba(87,76,242,.8)}}.Services-module__CWXEhG__serviceIcon i{color:var(--white);font-size:2rem}.Services-module__CWXEhG__serviceCard:hover .Services-module__CWXEhG__serviceIcon{animation:none;transform:scale(1.1)rotate(5deg);box-shadow:0 8px 30px rgba(87,76,242,.9)}.Services-module__CWXEhG__serviceCard h3{color:var(--white);margin-bottom:16px;font-size:1.3rem;font-weight:600;line-height:1.3}.Services-module__CWXEhG__serviceCard p{color:var(--white);opacity:.9;font-size:1rem;line-height:1.6}.Services-module__CWXEhG__servicesCta{text-align:center;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:rgba(255,255,255,.08);border:2px solid rgba(255,255,255,.2);border-radius:20px;margin-top:60px;padding:45px 40px;box-shadow:0 8px 30px rgba(0,0,0,.4)}.Services-module__CWXEhG__servicesCta h3{color:var(--white);margin-bottom:12px;font-size:1.8rem;font-weight:700}.Services-module__CWXEhG__servicesCta p{color:rgba(255,255,255,.9);margin-bottom:28px;font-size:1.1rem}.Services-module__CWXEhG__servicesCta .Services-module__CWXEhG__btn{animation:2s ease-in-out infinite Services-module__CWXEhG__buttonPulse}@keyframes Services-module__CWXEhG__buttonPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@media (max-width:1024px){.Services-module__CWXEhG__serviceGrid{grid-template-columns:repeat(2,1fr);gap:25px}}@media (max-width:768px){.Services-module__CWXEhG__services{padding:60px 0}.Services-module__CWXEhG__serviceGrid{grid-template-columns:1fr;gap:20px;margin-top:40px}.Services-module__CWXEhG__serviceCard{padding:25px 20px}.Services-module__CWXEhG__serviceIcon{width:70px;height:70px;margin-bottom:20px}.Services-module__CWXEhG__serviceIcon i{font-size:1.8rem}.Services-module__CWXEhG__serviceCard h3{font-size:1.2rem}.Services-module__CWXEhG__servicesCta{padding:35px 25px}.Services-module__CWXEhG__servicesCta h3{font-size:1.4rem}.Services-module__CWXEhG__servicesCta p{font-size:1rem}.Services-module__CWXEhG__servicesCta .Services-module__CWXEhG__btn{width:100%}}
.Testimonials-module__L_6euG__testimonials{background:linear-gradient(135deg,#f5f5f5 0%,#fff 100%);padding:80px 0;position:relative;overflow:hidden}.Testimonials-module__L_6euG__testimonials:before{content:"";pointer-events:none;background:radial-gradient(circle at 15% 20%,rgba(87,76,242,.08),transparent 40%),radial-gradient(circle at 85% 80%,rgba(87,76,242,.06),transparent 40%);position:absolute;top:0;bottom:0;left:0;right:0}.Testimonials-module__L_6euG__testimonials .section-title{justify-content:center;align-items:center;gap:15px;display:flex}.Testimonials-module__L_6euG__testimonials .section-title i{color:#fbbf24;animation:2s ease-in-out infinite Testimonials-module__L_6euG__starPulse}@keyframes Testimonials-module__L_6euG__starPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.Testimonials-module__L_6euG__testimonialsContainer{max-width:900px;margin:0 auto;position:relative}.Testimonials-module__L_6euG__testimonialsWrapper{align-items:center;min-height:400px;display:flex;position:relative}.Testimonials-module__L_6euG__testimonialCard{opacity:0;pointer-events:none;width:100%;transition:all .6s;position:absolute;transform:translate(100px)scale(.95)}.Testimonials-module__L_6euG__testimonialCard.Testimonials-module__L_6euG__active{opacity:1;pointer-events:auto;animation:.6s Testimonials-module__L_6euG__slideIn;position:relative;transform:translate(0)scale(1)}@keyframes Testimonials-module__L_6euG__slideIn{0%{opacity:0;transform:translate(50px)scale(.95)}to{opacity:1;transform:translate(0)scale(1)}}.Testimonials-module__L_6euG__testimonialCard.Testimonials-module__L_6euG__active{background:var(--white);border:2px solid var(--primary-color);border-radius:20px;padding:40px;position:relative;overflow:hidden;box-shadow:0 10px 40px rgba(0,0,0,.1)}.Testimonials-module__L_6euG__testimonialCard.Testimonials-module__L_6euG__active:before{content:"";background:linear-gradient(90deg,var(--primary-color),var(--primary-light),var(--primary-color));background-size:200% 100%;height:5px;animation:3s linear infinite Testimonials-module__L_6euG__shimmer;position:absolute;top:0;left:0;right:0}@keyframes Testimonials-module__L_6euG__shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.Testimonials-module__L_6euG__testimonialHeader{align-items:center;gap:20px;margin-bottom:24px;display:flex}.Testimonials-module__L_6euG__testimonialAvatar{background:linear-gradient(135deg,var(--primary-color),var(--primary-light));border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:70px;height:70px;display:flex;box-shadow:0 4px 15px rgba(87,76,242,.3)}.Testimonials-module__L_6euG__testimonialAvatar i{color:var(--white);font-size:1.8rem}.Testimonials-module__L_6euG__testimonialInfo{flex:1}.Testimonials-module__L_6euG__testimonialName{color:var(--text-primary);margin-bottom:4px;font-size:1.3rem;font-weight:700}.Testimonials-module__L_6euG__testimonialRole{color:var(--text-secondary);margin-bottom:8px;font-size:.95rem}.Testimonials-module__L_6euG__testimonialRating{gap:4px;display:flex}.Testimonials-module__L_6euG__testimonialRating i{color:#fbbf24;font-size:1rem}.Testimonials-module__L_6euG__testimonialContent{margin-bottom:24px;position:relative}.Testimonials-module__L_6euG__quoteIcon{color:var(--primary-color);opacity:.15;font-size:2.5rem;position:absolute;top:-10px;left:-5px}.Testimonials-module__L_6euG__testimonialText{color:var(--text-secondary);z-index:1;padding-left:30px;font-size:1.1rem;font-style:italic;line-height:1.8;position:relative}.Testimonials-module__L_6euG__testimonialFooter{border-top:1px solid var(--border-light);justify-content:space-between;align-items:center;padding-top:20px;display:flex}.Testimonials-module__L_6euG__googleBadge{color:var(--primary-color);align-items:center;gap:8px;font-size:.95rem;font-weight:600;display:flex}.Testimonials-module__L_6euG__googleBadge i{font-size:1.2rem}.Testimonials-module__L_6euG__testimonialDate{color:var(--text-secondary);font-size:.9rem}.Testimonials-module__L_6euG__testimonialDots{justify-content:center;gap:12px;margin-top:40px;display:flex}.Testimonials-module__L_6euG__dot{background:var(--gray-300);cursor:pointer;border:none;border-radius:50%;width:12px;height:12px;padding:0;transition:all .3s}.Testimonials-module__L_6euG__dot:hover{background:var(--primary-light);transform:scale(1.2)}.Testimonials-module__L_6euG__dot.Testimonials-module__L_6euG__activeDot{background:var(--primary-color);border-radius:6px;width:40px}.Testimonials-module__L_6euG__ctaBox{text-align:center;background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));border-radius:20px;margin-top:60px;padding:50px 40px;animation:3s ease-in-out infinite Testimonials-module__L_6euG__ctaPulse;position:relative;overflow:hidden;box-shadow:0 10px 40px rgba(87,76,242,.3)}@keyframes Testimonials-module__L_6euG__ctaPulse{0%,to{box-shadow:0 10px 40px rgba(87,76,242,.3)}50%{box-shadow:0 15px 50px rgba(87,76,242,.5)}}.Testimonials-module__L_6euG__ctaBox:before{content:"";background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);width:100%;height:100%;animation:3s infinite Testimonials-module__L_6euG__shine;position:absolute;top:0;left:-100%}@keyframes Testimonials-module__L_6euG__shine{0%{left:-100%}50%,to{left:100%}}.Testimonials-module__L_6euG__ctaBox h3{color:var(--white);z-index:1;margin-bottom:24px;font-size:1.8rem;font-weight:700;position:relative}.Testimonials-module__L_6euG__ctaBox .Testimonials-module__L_6euG__btn{z-index:1;background:var(--white);color:var(--primary-color);border:2px solid var(--white);align-items:center;gap:10px;padding:18px 40px;font-size:1.1rem;display:inline-flex;position:relative}.Testimonials-module__L_6euG__ctaBox .Testimonials-module__L_6euG__btn:hover{background:var(--black);color:var(--white);border-color:var(--white);transform:translateY(-3px)scale(1.05);box-shadow:0 10px 30px rgba(0,0,0,.5)}@media (max-width:768px){.Testimonials-module__L_6euG__testimonials{padding:60px 0}.Testimonials-module__L_6euG__testimonialsWrapper{min-height:450px}.Testimonials-module__L_6euG__testimonialCard.Testimonials-module__L_6euG__active{padding:30px 25px}.Testimonials-module__L_6euG__testimonialHeader{gap:15px}.Testimonials-module__L_6euG__testimonialAvatar{width:60px;height:60px}.Testimonials-module__L_6euG__testimonialAvatar i{font-size:1.5rem}.Testimonials-module__L_6euG__testimonialName{font-size:1.2rem}.Testimonials-module__L_6euG__testimonialText{padding-left:20px;font-size:1rem}.Testimonials-module__L_6euG__quoteIcon{font-size:2rem}.Testimonials-module__L_6euG__ctaBox{margin-top:50px;padding:40px 25px}.Testimonials-module__L_6euG__ctaBox h3{font-size:1.4rem}.Testimonials-module__L_6euG__ctaBox .Testimonials-module__L_6euG__btn{width:100%;padding:16px 32px;font-size:1rem}}@media (max-width:480px){.Testimonials-module__L_6euG__testimonialsWrapper{min-height:500px}.Testimonials-module__L_6euG__testimonialCard.Testimonials-module__L_6euG__active{padding:25px 20px}.Testimonials-module__L_6euG__testimonialName{font-size:1.1rem}.Testimonials-module__L_6euG__testimonialText{font-size:.95rem}.Testimonials-module__L_6euG__ctaBox h3{font-size:1.2rem}}
.ContactForm-module__xUoXtG__contactFormContainer{background:var(--white);box-shadow:var(--shadow-lg);border:2px solid var(--border-light);box-sizing:border-box;border-radius:16px;width:100%;max-width:100%;padding:40px}.ContactForm-module__xUoXtG__contactForm{box-sizing:border-box;width:100%;max-width:100%}.ContactForm-module__xUoXtG__formGroup{margin-bottom:24px}.ContactForm-module__xUoXtG__formGroup label{color:var(--text-primary);margin-bottom:8px;font-weight:500;display:block}.ContactForm-module__xUoXtG__formGroup input,.ContactForm-module__xUoXtG__formGroup textarea{border:2px solid var(--border-gray);box-sizing:border-box;word-wrap:break-word;overflow-wrap:break-word;background-color:var(--white-off);width:100%;max-width:100%;color:var(--text-primary);border-radius:8px;padding:12px 16px;font-family:inherit;font-size:16px;transition:border-color .3s}.ContactForm-module__xUoXtG__formGroup input:focus,.ContactForm-module__xUoXtG__formGroup textarea:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 3px rgba(87,76,242,.15)}.ContactForm-module__xUoXtG__formGroup textarea{resize:vertical;min-height:120px}.ContactForm-module__xUoXtG__formGroup input:disabled,.ContactForm-module__xUoXtG__formGroup textarea:disabled{background-color:var(--gray-200);cursor:not-allowed;opacity:.7}.ContactForm-module__xUoXtG__btn{justify-content:center;align-items:center;gap:8px;padding:16px 24px;font-size:16px;font-weight:600;display:flex}.ContactForm-module__xUoXtG__btn:disabled{opacity:.7;cursor:not-allowed}.ContactForm-module__xUoXtG__formMessage{text-align:center;border-radius:8px;margin-top:20px;padding:16px;font-weight:500}.ContactForm-module__xUoXtG__formMessage.ContactForm-module__xUoXtG__success{color:#155724;background-color:#d4edda;border:1px solid #c3e6cb}.ContactForm-module__xUoXtG__formMessage.ContactForm-module__xUoXtG__error{color:#721c24;background-color:#f8d7da;border:1px solid #f5c6cb}@media (max-width:768px){.ContactForm-module__xUoXtG__contactFormContainer{width:100%;max-width:100%;margin:0;padding:20px 15px}.ContactForm-module__xUoXtG__formGroup{width:100%;max-width:100%;margin-bottom:20px}.ContactForm-module__xUoXtG__formGroup input,.ContactForm-module__xUoXtG__formGroup textarea{box-sizing:border-box;width:100%;max-width:100%}.ContactForm-module__xUoXtG__btn{box-sizing:border-box;width:100%;max-width:100%;padding:14px 20px;font-size:14px}}
.Footer-module__wkOFmq__footer{color:var(--white);border-top:3px solid var(--primary-color);background:linear-gradient(#0a0a0a 0%,#000 100%);padding:60px 0 20px}.Footer-module__wkOFmq__footerContent{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;margin-bottom:40px;display:grid}.Footer-module__wkOFmq__footerBrand{text-align:left}.Footer-module__wkOFmq__footerBrand img{width:auto;height:50px;margin-bottom:16px}.Footer-module__wkOFmq__footerBrand h3{color:var(--white);margin-bottom:12px;font-size:1.6rem;font-weight:700}.Footer-module__wkOFmq__footerBrand p{color:rgba(255,255,255,.75);line-height:1.6}.Footer-module__wkOFmq__footerSection h4{color:var(--white);letter-spacing:.04em;text-transform:uppercase;margin-bottom:20px;font-size:1.1rem;font-weight:600}.Footer-module__wkOFmq__footerLinks{padding:0;list-style:none}.Footer-module__wkOFmq__footerLinks li{margin-bottom:12px}.Footer-module__wkOFmq__footerLinks a{color:rgba(255,255,255,.7);text-decoration:none;transition:color .3s}.Footer-module__wkOFmq__footerLinks a:hover{color:var(--white)}.Footer-module__wkOFmq__footerContact p{color:rgba(255,255,255,.7);align-items:center;gap:10px;margin-bottom:12px;display:flex}.Footer-module__wkOFmq__footerContact i{color:var(--white);width:16px}.Footer-module__wkOFmq__socialLinks{gap:15px;display:flex}.Footer-module__wkOFmq__socialLink{width:45px;height:45px;color:var(--white);background-color:rgba(87,76,242,.2);border:2px solid rgba(87,76,242,.3);border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;text-decoration:none;transition:all .3s;display:flex}.Footer-module__wkOFmq__socialLink:hover{background-color:var(--primary-color);border-color:var(--primary-color);box-shadow:var(--shadow-purple);transform:translateY(-3px)}.Footer-module__wkOFmq__socialLink.Footer-module__wkOFmq__whatsapp:hover{background-color:#25d366}.Footer-module__wkOFmq__footerBottom{text-align:center;border-top:1px solid rgba(255,255,255,.1);padding-top:20px}.Footer-module__wkOFmq__footerBottom p{color:rgba(255,255,255,.7);margin-bottom:8px;font-size:.9rem}.Footer-module__wkOFmq__footerBottom a{color:var(--white);text-decoration:none;transition:color .3s}.Footer-module__wkOFmq__footerBottom a:hover{color:var(--primary-light)}.Footer-module__wkOFmq__mobileBreak{display:none}.Footer-module__wkOFmq__virtualDesignsLink{font-weight:600;transition:color .3s;color:var(--primary-light)!important}.Footer-module__wkOFmq__virtualDesignsLink:hover{color:var(--primary-color)!important}.Footer-module__wkOFmq__whatsappFixed{color:var(--white);box-shadow:var(--shadow-lg);z-index:1000;background-color:#25d366;border-radius:50px;align-items:center;gap:10px;padding:15px 20px;text-decoration:none;transition:all .3s;animation:2s infinite Footer-module__wkOFmq__pulse;display:flex;position:fixed;bottom:20px;right:20px}.Footer-module__wkOFmq__whatsappFixed:hover{transform:scale(1.05);box-shadow:0 15px 35px rgba(37,211,102,.4)}.Footer-module__wkOFmq__whatsappFixed i{font-size:24px}.Footer-module__wkOFmq__whatsappFixed span{font-weight:500}@keyframes Footer-module__wkOFmq__pulse{0%{box-shadow:0 0 rgba(37,211,102,.7)}70%{box-shadow:0 0 0 10px rgba(37,211,102,0)}to{box-shadow:0 0 rgba(37,211,102,0)}}@media (max-width:768px){.Footer-module__wkOFmq__footer{padding:40px 0 20px}.Footer-module__wkOFmq__footerContent{text-align:center;grid-template-columns:1fr;gap:30px}.Footer-module__wkOFmq__footerBrand{text-align:center}.Footer-module__wkOFmq__footerLinks{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.Footer-module__wkOFmq__footerContact p,.Footer-module__wkOFmq__socialLinks{justify-content:center}.Footer-module__wkOFmq__footerBottom p,.Footer-module__wkOFmq__mobileBreak{display:block}.Footer-module__wkOFmq__whatsappFixed{padding:12px 16px;bottom:15px;right:15px}.Footer-module__wkOFmq__whatsappFixed span{display:none}}
.Contact-module__YDPGGa__contact{background-color:var(--section-bg-white)}.Contact-module__YDPGGa__contactContent{box-sizing:border-box;grid-template-columns:1fr 1fr;align-items:start;gap:60px;width:100%;max-width:100%;display:grid}.Contact-module__YDPGGa__contactInfo{box-sizing:border-box;flex-direction:column;gap:30px;width:100%;max-width:100%;display:flex}.Contact-module__YDPGGa__contactItem{background-color:var(--card-bg-gray);box-sizing:border-box;word-wrap:break-word;overflow-wrap:break-word;border:2px solid var(--border-light);cursor:pointer;border-radius:12px;align-items:flex-start;gap:20px;width:100%;max-width:100%;padding:20px;text-decoration:none;transition:all .3s;display:flex}.Contact-module__YDPGGa__contactItem:hover{box-shadow:var(--shadow-purple);border-color:var(--primary-color);transform:translateY(-3px)}.Contact-module__YDPGGa__contactIcon{background:linear-gradient(135deg,var(--primary-color),var(--primary-light));border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;display:flex;box-shadow:0 4px 15px rgba(87,76,242,.3)}.Contact-module__YDPGGa__contactItem:hover .Contact-module__YDPGGa__contactIcon{transform:scale(1.1)rotate(-5deg);box-shadow:0 6px 25px rgba(87,76,242,.6)}.Contact-module__YDPGGa__contactIcon i{color:var(--white);font-size:1.3rem}.Contact-module__YDPGGa__contactDetails h4{color:var(--text-primary);margin-bottom:8px;font-size:1.2rem;font-weight:600}.Contact-module__YDPGGa__contactDetails p{color:var(--text-secondary);margin-bottom:8px}.Contact-module__YDPGGa__contactCta{align-items:center;gap:5px;display:flex;color:var(--primary-color)!important;margin-top:8px!important;margin-bottom:0!important;font-size:.95rem!important;font-weight:600!important}.Contact-module__YDPGGa__contactCta:after{content:"→";font-size:1.1rem;transition:transform .3s}.Contact-module__YDPGGa__contactItem:hover .Contact-module__YDPGGa__contactCta:after{transform:translate(5px)}.Contact-module__YDPGGa__whatsappLink{color:var(--primary-color);word-wrap:break-word;overflow-wrap:break-word;max-width:100%;font-weight:500;text-decoration:none;transition:color .3s;display:inline-block}.Contact-module__YDPGGa__whatsappLink:hover{color:var(--primary-hover)}@media (max-width:501px){.Contact-module__YDPGGa__contactDetails p,.Contact-module__YDPGGa__whatsappLink{font-size:12px}}@media (max-width:768px){.Contact-module__YDPGGa__contactContent{grid-template-columns:1fr;gap:30px;width:100%;max-width:100%}.Contact-module__YDPGGa__contactInfo{width:100%;max-width:100%}.Contact-module__YDPGGa__contactItem{width:100%;min-width:0;max-width:100%;padding:15px}.Contact-module__YDPGGa__contactDetails{word-wrap:break-word;overflow-wrap:break-word;flex:1;min-width:0}.Contact-module__YDPGGa__contactDetails h4,.Contact-module__YDPGGa__contactDetails p{word-wrap:break-word;overflow-wrap:break-word}.Contact-module__YDPGGa__contactIcon{flex-shrink:0;width:40px;height:40px}.Contact-module__YDPGGa__contactIcon i{font-size:1.1rem}}.Contact-module__YDPGGa__mapSection{background-color:var(--section-bg-light);padding:60px 20px}.Contact-module__YDPGGa__mapContainer{width:100%;max-width:100%;box-shadow:var(--shadow-md);border:3px solid var(--primary-color);border-radius:12px;overflow:hidden}.Contact-module__YDPGGa__mapContainer iframe{border:none;width:100%;height:450px;display:block}@media (max-width:768px){.Contact-module__YDPGGa__mapSection{padding:40px 0}.Contact-module__YDPGGa__mapContainer iframe{height:350px}}
