.Logo-module__wacNiq__logoContainer{cursor:pointer;background:0 0;transition:all .6s cubic-bezier(.4,0,.2,1);display:inline-block;position:relative;overflow:visible}.Logo-module__wacNiq__logoContainer:hover{transform:translateY(-3px)}.Logo-module__wacNiq__logoContainer.Logo-module__wacNiq__hovered .Logo-module__wacNiq__overlay{opacity:1}.Logo-module__wacNiq__header{width:180px;height:auto}.Logo-module__wacNiq__logoContainer.Logo-module__wacNiq__hero{width:600px;height:auto}.Logo-module__wacNiq__logoContainer.Logo-module__wacNiq__footer{width:280px;height:auto}.Logo-module__wacNiq__logoImage{object-fit:contain;filter:brightness(1.05)contrast(1.1);width:100%;height:100%;transition:all .6s}.Logo-module__wacNiq__logoContainer:hover .Logo-module__wacNiq__logoImage{filter:brightness(1.15)contrast(1.15)}.Logo-module__wacNiq__overlay{opacity:0;pointer-events:none;background:linear-gradient(90deg,#0000 0%,#fff3 50%,#0000 100%);width:30%;height:100%;transition:left 1s;position:absolute;top:0;left:-100%;transform:skew(-15deg)}.Logo-module__wacNiq__logoContainer:hover .Logo-module__wacNiq__overlay{opacity:1;left:120%}@media (max-width:768px){.Logo-module__wacNiq__logoContainer.Logo-module__wacNiq__header{width:170px;height:auto}.Logo-module__wacNiq__logoContainer.Logo-module__wacNiq__hero{width:350px;height:auto}.Logo-module__wacNiq__logoContainer.Logo-module__wacNiq__footer{width:220px;height:auto}}.Logo-module__wacNiq__logoContainer{animation:1s ease-out Logo-module__wacNiq__logoAppear}@keyframes Logo-module__wacNiq__logoAppear{0%{opacity:0;transform:scale(.8)translateY(-20px)}60%{transform:scale(1.05)translateY(0)}to{opacity:1;transform:scale(1)translateY(0)}}
.Header-module__hBw1pG__header{z-index:1000;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background-color:#1a1a1ae6;padding:.75rem 0;transition:all .4s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0;right:0;box-shadow:0 2px 20px #0000004d}.Header-module__hBw1pG__header.Header-module__hBw1pG__scrolled{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background-color:#1a1a1afa;padding:.5rem 0;box-shadow:0 4px 30px #0006}.Header-module__hBw1pG__container{max-width:1200px;padding:0 var(--spacing-md);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.Header-module__hBw1pG__quickActions{z-index:1100;flex-direction:column;gap:.7rem;display:flex;position:fixed;top:50%;right:1rem;transform:translateY(-50%)}.Header-module__hBw1pG__designCta,.Header-module__hBw1pG__whatsappCta{letter-spacing:.03em;border-radius:999px;justify-content:center;align-items:center;min-height:44px;padding:0 1rem;font-size:.92rem;font-weight:800;display:inline-flex;box-shadow:0 10px 30px #0000002e}.Header-module__hBw1pG__designCta{background:var(--color-primary);color:#fff}.Header-module__hBw1pG__whatsappCta{color:#fff;background:#1f8f55}.Header-module__hBw1pG__nav{gap:var(--spacing-md);display:flex}.Header-module__hBw1pG__nav button{color:var(--color-white);text-transform:uppercase;letter-spacing:1px;background:0 0;padding:.5rem 1rem;font-size:.95rem;font-weight:500;transition:all .3s;position:relative}.Header-module__hBw1pG__nav button:after{content:"";background-color:var(--color-primary);width:80%;height:2px;transition:transform .3s;position:absolute;bottom:0;left:50%;transform:translate(-50%)scaleX(0)}.Header-module__hBw1pG__nav button:hover{color:var(--color-primary-light)}.Header-module__hBw1pG__nav button:hover:after{transform:translate(-50%)scaleX(1)}.Header-module__hBw1pG__cartButton{background-color:var(--color-primary);color:var(--color-white);border-radius:50px;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:1.1rem;transition:all .3s;display:flex;position:relative;box-shadow:0 4px 15px #7e26324d}.Header-module__hBw1pG__cartButton:hover{background-color:var(--color-primary-dark);transform:scale(1.05);box-shadow:0 6px 20px #7e263266}.Header-module__hBw1pG__cartIcon{font-size:1.2rem}.Header-module__hBw1pG__cartCount{background-color:var(--color-gold);color:var(--color-dark);border-radius:50%;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 .3rem;font-size:.8rem;font-weight:700;display:flex}.Header-module__hBw1pG__hamburger{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;padding:0;display:none}.Header-module__hBw1pG__hamburger span{background-color:var(--color-white);border-radius:3px;width:25px;height:3px;margin:3px 0;transition:all .3s;display:block}.Header-module__hBw1pG__hamburgerOpen span:first-child{transform:rotate(45deg)translate(5px,5px)}.Header-module__hBw1pG__hamburgerOpen span:nth-child(2){opacity:0}.Header-module__hBw1pG__hamburgerOpen span:nth-child(3){transform:rotate(-45deg)translate(6px,-6px)}.Header-module__hBw1pG__overlay{display:none}@media (max-width:768px){.Header-module__hBw1pG__hamburger{display:flex}.Header-module__hBw1pG__nav{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);justify-content:center;align-items:center;gap:var(--spacing-lg);z-index:1000;background-color:#1a1a1afa;flex-direction:column;width:70%;max-width:300px;height:100vh;transition:right .3s;position:fixed;top:0;right:-100%;box-shadow:-5px 0 30px #00000080}.Header-module__hBw1pG__navOpen{right:0}.Header-module__hBw1pG__nav button{padding:1rem;font-size:1.2rem}.Header-module__hBw1pG__overlay{z-index:999;background-color:#00000080;width:100%;height:100vh;display:block;position:fixed;top:0;left:0}.Header-module__hBw1pG__quickActions{top:auto;bottom:.9rem;right:.75rem;transform:none}}
.AboutSection-module__UGBiha__section{background:linear-gradient(#fafafa 0%,#fff 50%,#f8f8f8 100%);padding:5.5rem 2rem;position:relative;overflow:hidden}.AboutSection-module__UGBiha__section:before{content:"";background:linear-gradient(90deg, transparent, var(--color-primary), var(--color-gold), transparent);height:2px;position:absolute;top:0;left:0;right:0}.AboutSection-module__UGBiha__container{max-width:1200px;margin:0 auto}.AboutSection-module__UGBiha__header{text-align:center;max-width:760px;margin:0 auto 2.5rem}.AboutSection-module__UGBiha__tag{color:var(--color-primary);letter-spacing:3px;text-transform:uppercase;background:linear-gradient(135deg,#7e26321a,#c9a9621a);border:1px solid #7e263233;border-radius:50px;margin-bottom:1.5rem;padding:.6rem 2rem;font-size:.85rem;font-weight:700;display:inline-block}.AboutSection-module__UGBiha__title{font-family:var(--font-elegant), "Cormorant Garamond", serif;color:var(--color-dark);letter-spacing:1px;margin-bottom:1rem;font-size:clamp(2.2rem,4.5vw,3.4rem);font-style:italic;font-weight:400}.AboutSection-module__UGBiha__subtitle{color:var(--color-gray);max-width:620px;margin:0 auto;font-size:1.15rem;line-height:1.7}.AboutSection-module__UGBiha__content{margin-bottom:0}.AboutSection-module__UGBiha__storyGrid{grid-template-columns:1fr 1fr;align-items:start;gap:2.5rem;margin-bottom:2rem;display:grid}.AboutSection-module__UGBiha__textColumn{padding-top:.35rem}.AboutSection-module__UGBiha__textColumn p{color:var(--color-gray-dark);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.9}.AboutSection-module__UGBiha__textColumn p:last-child{margin-bottom:0}.AboutSection-module__UGBiha__textColumn strong{color:var(--color-primary)}.AboutSection-module__UGBiha__historySlider{aspect-ratio:4/3;border-radius:18px;position:relative;overflow:hidden;box-shadow:0 20px 60px #00000026}.AboutSection-module__UGBiha__historySlider:before{content:"";z-index:2;pointer-events:none;background:linear-gradient(#0000 50%,#0000003d);position:absolute;inset:0}.AboutSection-module__UGBiha__historyImage{object-fit:cover;opacity:0;transition:opacity .9s,transform 4.5s;transform:scale(1.04)}.AboutSection-module__UGBiha__historyImage.AboutSection-module__UGBiha__active{opacity:1;transform:scale(1)}@media (max-width:1024px){.AboutSection-module__UGBiha__storyGrid{gap:3rem}}@media (max-width:900px){.AboutSection-module__UGBiha__section{padding:100px 1.5rem 5rem}.AboutSection-module__UGBiha__storyGrid{grid-template-columns:1fr;gap:2.5rem}.AboutSection-module__UGBiha__textColumn p{font-size:1rem}}@media (max-width:600px){.AboutSection-module__UGBiha__section{padding:90px 1rem 4rem}.AboutSection-module__UGBiha__header{margin-bottom:2rem}.AboutSection-module__UGBiha__title{font-size:clamp(2rem,10vw,3rem)}.AboutSection-module__UGBiha__historySlider{border-radius:16px}}
.Footer-module__S6Hkya__footer{color:var(--color-white);background:linear-gradient(135deg,#1a1a1a 0%,#0f0f0f 100%);margin-top:0;padding:5rem 0 2rem;position:relative}.Footer-module__S6Hkya__footer:before{content:"";background:linear-gradient(90deg,#0000,#c9a96280,#0000);height:1px;position:absolute;top:0;left:0;right:0}.Footer-module__S6Hkya__container{max-width:1200px;margin:0 auto;padding:0 2rem}.Footer-module__S6Hkya__contactSection{grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:4rem;display:grid}.Footer-module__S6Hkya__contactInfo{flex-direction:column;display:flex}.Footer-module__S6Hkya__footerLogo{margin-bottom:1.5rem}.Footer-module__S6Hkya__tagline{color:#ffffffb3;margin-bottom:2rem;font-size:1.1rem;line-height:1.7}.Footer-module__S6Hkya__infoBlocks{flex-direction:column;gap:1.5rem;margin-bottom:2rem;display:flex}.Footer-module__S6Hkya__infoBlock h4{color:#c9a962;text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem;font-size:1rem;font-weight:600}.Footer-module__S6Hkya__infoBlock p{color:#ffffffb3;margin:.25rem 0;font-size:.95rem}.Footer-module__S6Hkya__infoBlock a{color:#ffffffb3;transition:color .3s}.Footer-module__S6Hkya__infoBlock a:hover{color:#c9a962}.Footer-module__S6Hkya__social{gap:1rem;margin-top:auto;display:flex}.Footer-module__S6Hkya__social a{width:48px;height:48px;color:var(--color-white);background:#ffffff1a;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.Footer-module__S6Hkya__social a:hover{background:var(--color-primary);border-color:var(--color-primary);transform:translateY(-3px)}.Footer-module__S6Hkya__socialIcon{width:22px;height:22px}.Footer-module__S6Hkya__formContainer{background:#ffffff08;border:1px solid #ffffff1a;border-radius:20px;padding:2.5rem}.Footer-module__S6Hkya__formContainer h3{font-family:var(--font-elegant), serif;color:#fff;text-align:center;margin-bottom:1.5rem;font-size:1.8rem;font-weight:500}.Footer-module__S6Hkya__priorityContact{grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1.25rem;display:grid}.Footer-module__S6Hkya__priorityContact a{color:#fff;background:#c9a9622e;border:1px solid #c9a9626b;border-radius:10px;justify-content:center;align-items:center;min-height:46px;font-weight:700;transition:all .3s;display:flex}.Footer-module__S6Hkya__priorityContact a:first-child{background:linear-gradient(135deg,#1f8f55,#15693e);border-color:#0000}.Footer-module__S6Hkya__priorityContact a:hover{transform:translateY(-2px)}.Footer-module__S6Hkya__form{flex-direction:column;gap:1.25rem;display:flex}.Footer-module__S6Hkya__formRow{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.Footer-module__S6Hkya__formGroup{flex-direction:column;gap:.5rem;display:flex}.Footer-module__S6Hkya__formGroup label{color:#fffc;font-size:.9rem;font-weight:500}.Footer-module__S6Hkya__formGroup input,.Footer-module__S6Hkya__formGroup select,.Footer-module__S6Hkya__formGroup textarea{color:#fff;background:#ffffff0d;border:1px solid #ffffff26;border-radius:10px;padding:.9rem 1rem;font-size:1rem;transition:all .3s}.Footer-module__S6Hkya__formGroup select{appearance:none}.Footer-module__S6Hkya__formGroup input::placeholder,.Footer-module__S6Hkya__formGroup textarea::placeholder{color:#fff6}.Footer-module__S6Hkya__formGroup input:focus,.Footer-module__S6Hkya__formGroup select:focus,.Footer-module__S6Hkya__formGroup textarea:focus{background:#c9a9620d;border-color:#c9a962;outline:none}.Footer-module__S6Hkya__formGroup textarea{resize:vertical;min-height:100px}.Footer-module__S6Hkya__honeypot{opacity:0;pointer-events:none;position:absolute;left:-9999px}.Footer-module__S6Hkya__checkboxGroup{margin-top:.5rem}.Footer-module__S6Hkya__checkbox{cursor:pointer;color:#ffffffb3;align-items:flex-start;gap:.75rem;font-size:.9rem;line-height:1.5;display:flex}.Footer-module__S6Hkya__checkbox input{opacity:0;cursor:pointer;position:absolute}.Footer-module__S6Hkya__checkmark{background:#ffffff0d;border:2px solid #ffffff4d;border-radius:6px;justify-content:center;align-items:center;width:22px;min-width:22px;height:22px;transition:all .3s;display:flex}.Footer-module__S6Hkya__checkbox input:checked~.Footer-module__S6Hkya__checkmark{background:#c9a962;border-color:#c9a962}.Footer-module__S6Hkya__checkbox input:checked~.Footer-module__S6Hkya__checkmark:after{content:"✓";color:#1a1a1a;font-size:14px;font-weight:700}.Footer-module__S6Hkya__checkbox a{color:#c9a962;text-decoration:underline}.Footer-module__S6Hkya__checkbox a:hover{color:#d4b86a}.Footer-module__S6Hkya__legalNote{color:#ffffff9e;background:#ffffff0b;border:1px solid #ffffff1a;border-radius:10px;margin:-.25rem 0 0;padding:.85rem 1rem;font-size:.78rem;line-height:1.55}.Footer-module__S6Hkya__legalNote strong{color:#ffffffdb;margin-bottom:.25rem;display:block}.Footer-module__S6Hkya__legalNote a{color:#c9a962;text-decoration:underline}.Footer-module__S6Hkya__submitBtn{background:linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));color:#fff;cursor:pointer;border:none;border-radius:10px;margin-top:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s}.Footer-module__S6Hkya__submitBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 30px #7e263266}.Footer-module__S6Hkya__submitBtn:disabled{opacity:.7;cursor:not-allowed}.Footer-module__S6Hkya__successMsg{color:#4ade80;text-align:center;margin-top:.5rem;font-size:.95rem}.Footer-module__S6Hkya__errorMsg{color:#f87171;text-align:center;margin-top:.5rem;font-size:.95rem}.Footer-module__S6Hkya__bottom{border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;display:flex}.Footer-module__S6Hkya__bottom p{color:#ffffff80;margin:0;font-size:.9rem}.Footer-module__S6Hkya__links{gap:2rem;display:flex}.Footer-module__S6Hkya__links a{color:#ffffff80;font-size:.9rem;transition:color .3s}.Footer-module__S6Hkya__links a:hover{color:#c9a962}@media (max-width:900px){.Footer-module__S6Hkya__contactSection{grid-template-columns:1fr;gap:3rem}.Footer-module__S6Hkya__formContainer{padding:2rem}}@media (max-width:600px){.Footer-module__S6Hkya__footer{padding:4rem 0 1.5rem}.Footer-module__S6Hkya__container{padding:0 1rem}.Footer-module__S6Hkya__formRow{grid-template-columns:1fr}.Footer-module__S6Hkya__formContainer{border-radius:16px;padding:1.5rem}.Footer-module__S6Hkya__priorityContact{grid-template-columns:1fr}.Footer-module__S6Hkya__formContainer h3{font-size:1.5rem}.Footer-module__S6Hkya__bottom{text-align:center;flex-direction:column}.Footer-module__S6Hkya__links{flex-direction:column;gap:.75rem}}.Footer-module__S6Hkya__privacyPreferences{appearance:none;color:inherit;font:inherit;cursor:pointer;background:0 0;border:0;padding:0;text-decoration:underline}.Footer-module__S6Hkya__privacyPreferences:hover,.Footer-module__S6Hkya__privacyPreferences:focus-visible{opacity:.8}
.WorksGallery-module__ZADmpq__gallery{color:#fff;background:linear-gradient(#111 0%,#1a1a1a 100%);padding:5rem 2rem}.WorksGallery-module__ZADmpq__container{max-width:1180px;margin:0 auto}.WorksGallery-module__ZADmpq__header{text-align:center;margin-bottom:2.75rem}.WorksGallery-module__ZADmpq__tag{color:#c9a962;letter-spacing:.16em;text-transform:uppercase;margin-bottom:1rem;font-size:.8rem;font-weight:800;display:inline-block}.WorksGallery-module__ZADmpq__title{font-family:var(--font-elegant), serif;margin-bottom:.75rem;font-size:clamp(2.3rem,5vw,4rem);font-weight:500}.WorksGallery-module__ZADmpq__subtitle{color:#ffffffad;max-width:620px;margin:0 auto;line-height:1.7}.WorksGallery-module__ZADmpq__sliderWindow{aspect-ratio:16/9;background:#050505;border:1px solid #c9a9623d;border-radius:14px;max-height:620px;position:relative;overflow:hidden;box-shadow:0 24px 70px #00000057}.WorksGallery-module__ZADmpq__slide{opacity:0;margin:0;transition:opacity .8s,transform 4s;position:absolute;inset:0;transform:scale(1)}.WorksGallery-module__ZADmpq__slide:after{content:"";background:linear-gradient(#0000 55%,#00000061);position:absolute;inset:0}.WorksGallery-module__ZADmpq__slide.WorksGallery-module__ZADmpq__active{opacity:1;transform:scale(.96)}.WorksGallery-module__ZADmpq__image{object-fit:cover;object-position:center 42%}.WorksGallery-module__ZADmpq__navBtn{z-index:3;color:#fff;background:#0000007a;border:1px solid #ffffff47;border-radius:50%;width:48px;height:48px;font-size:2rem;line-height:1;position:absolute;top:50%;transform:translateY(-50%)}.WorksGallery-module__ZADmpq__prevBtn{left:1rem}.WorksGallery-module__ZADmpq__nextBtn{right:1rem}.WorksGallery-module__ZADmpq__indicators{justify-content:center;gap:.45rem;margin-top:1.25rem;display:flex}.WorksGallery-module__ZADmpq__indicators button{background:#ffffff3d;border-radius:99px;width:34px;height:4px}.WorksGallery-module__ZADmpq__indicators .WorksGallery-module__ZADmpq__indicatorActive{background:#c9a962}@media (max-width:700px){.WorksGallery-module__ZADmpq__gallery{padding:3.5rem 1rem}.WorksGallery-module__ZADmpq__sliderWindow{aspect-ratio:4/5;border-radius:10px}.WorksGallery-module__ZADmpq__navBtn{width:40px;height:40px;font-size:1.6rem}.WorksGallery-module__ZADmpq__slide.WorksGallery-module__ZADmpq__active{transform:scale(.98)}}
.page-module___8aEwW__main{min-height:100vh}.page-module___8aEwW__hero{color:#fff;background:linear-gradient(90deg,#0c0c0cd1 0%,#0c0c0c73 58%,#0c0c0c29 100%),url(/fotos/hero-portada.webp) 50%/cover;align-items:center;min-height:88vh;padding:8rem 2rem 4rem;display:flex}.page-module___8aEwW__heroContent,.page-module___8aEwW__sectionInner{width:min(1120px,100%);margin:0 auto}.page-module___8aEwW__heroContent{padding-top:2rem}.page-module___8aEwW__kicker,.page-module___8aEwW__eyebrow{color:#d8b767;text-transform:uppercase;letter-spacing:.08em;font-size:.8rem;font-weight:800}.page-module___8aEwW__hero h1{max-width:680px;font-family:var(--font-elegant), var(--font-heading), serif;margin:.85rem 0 1rem;font-size:clamp(2.75rem,6vw,5.6rem);line-height:.95}.page-module___8aEwW__heroText{color:#ffffffdb;max-width:720px;margin-bottom:2rem;font-size:1.18rem}.page-module___8aEwW__heroActions{flex-wrap:wrap;gap:1rem;margin-bottom:2rem;display:flex}.page-module___8aEwW__primaryCta,.page-module___8aEwW__secondaryCta{border-radius:8px;justify-content:center;align-items:center;min-height:50px;padding:.95rem 1.45rem;font-weight:800;display:inline-flex}.page-module___8aEwW__primaryCta{background:var(--color-primary);color:#fff}.page-module___8aEwW__secondaryCta{color:#fff;border:1px solid #ffffff75}.page-module___8aEwW__servicesSection,.page-module___8aEwW__faqSection,.page-module___8aEwW__featuredSection,.page-module___8aEwW__proofSection{background:#fbfaf7;padding:4rem 2rem}.page-module___8aEwW__processSection,.page-module___8aEwW__momentsSection,.page-module___8aEwW__ideaSection{color:#fff;background:#181818;padding:4rem 2rem}.page-module___8aEwW__servicesSection h2,.page-module___8aEwW__processSection h2,.page-module___8aEwW__momentsSection h2,.page-module___8aEwW__featuredSection h2,.page-module___8aEwW__proofSection h2,.page-module___8aEwW__ideaSection h2,.page-module___8aEwW__faqSection h2{max-width:830px;font-family:var(--font-elegant), var(--font-heading), serif;margin:.55rem 0 1rem;font-size:clamp(2.1rem,4vw,3.4rem)}.page-module___8aEwW__sectionLead{color:#555;max-width:820px;font-size:1.05rem}.page-module___8aEwW__processSection .page-module___8aEwW__sectionLead,.page-module___8aEwW__darkLead,.page-module___8aEwW__ideaSection .page-module___8aEwW__sectionLead{color:#ffffffbd}.page-module___8aEwW__servicesGrid,.page-module___8aEwW__faqGrid{grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2rem;display:grid}.page-module___8aEwW__serviceCard,.page-module___8aEwW__faqGrid article{background:#fff;border:1px solid #1a1a1a14;border-radius:8px;padding:1.35rem}.page-module___8aEwW__serviceCard h3,.page-module___8aEwW__faqGrid h3{margin-bottom:.55rem;font-size:1.2rem}.page-module___8aEwW__serviceCard p,.page-module___8aEwW__faqGrid p{color:#555}.page-module___8aEwW__serviceCard span{color:var(--color-primary);margin-top:1rem;font-weight:800;display:inline-block}.page-module___8aEwW__collectionCard{color:#fff;background-position:50%;background-size:108%;border-radius:8px;flex-direction:column;justify-content:flex-end;min-height:260px;padding:1.35rem;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden}.page-module___8aEwW__collectionCard:hover{transform:translateY(-4px);box-shadow:0 18px 40px #00000029}.page-module___8aEwW__collectionCard h3{margin-bottom:.45rem;font-size:1.35rem}.page-module___8aEwW__collectionCard span{color:#f3d07b;font-weight:800}.page-module___8aEwW__customGrid{grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2rem;display:grid}.page-module___8aEwW__customGrid a{color:#fff;background-position:50%;background-size:108%;border:1px solid #1a1a1a14;border-radius:8px;flex-direction:column;justify-content:space-between;min-height:220px;padding:1.25rem;transition:transform .3s,border-color .3s;display:flex}.page-module___8aEwW__customGrid a:hover{border-color:#7e263257;transform:translateY(-3px)}.page-module___8aEwW__customGrid h3{font-size:1.1rem}.page-module___8aEwW__customGrid span{color:#f3d07b;font-weight:800}.page-module___8aEwW__ideaSection .page-module___8aEwW__primaryCta{margin-top:1.5rem}.page-module___8aEwW__timeline{background:#ffffff24;border:1px solid #ffffff24;grid-template-columns:repeat(5,minmax(0,1fr));gap:1px;margin-top:2.25rem;display:grid}.page-module___8aEwW__workshopImage{border-radius:8px;max-height:460px;margin-top:2rem;overflow:hidden}.page-module___8aEwW__workshopImage img{object-fit:cover;width:100%;height:100%;max-height:460px;display:block}.page-module___8aEwW__timeline article{background:#181818;padding:1.45rem}.page-module___8aEwW__phaseIcon{color:#d8b767;background:#d8b76724;border-radius:14px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:.9rem;font-size:1.35rem;display:inline-flex}.page-module___8aEwW__timeline strong{color:#181818;background:#d8b767;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;margin-bottom:1rem;display:inline-flex}.page-module___8aEwW__timeline h3{margin-bottom:.55rem}.page-module___8aEwW__timeline p,.page-module___8aEwW__momentsSection .page-module___8aEwW__sectionLead{color:#ffffffbd}.page-module___8aEwW__momentsGrid,.page-module___8aEwW__featuredGrid{grid-template-columns:repeat(3,1fr);gap:.75rem;margin-top:2rem;display:grid}.page-module___8aEwW__momentsGrid article,.page-module___8aEwW__featuredGrid a{border-radius:8px;padding:1rem}.page-module___8aEwW__momentsGrid article{background:#ffffff14;border:1px solid #ffffff24;flex-direction:column;justify-content:flex-end;min-height:170px;transition:transform .3s,background .3s;display:flex}.page-module___8aEwW__momentLabel{align-items:center;gap:.55rem;display:inline-flex}.page-module___8aEwW__momentIcon{color:#d8b767;background:#d8b76726;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:1rem;display:inline-flex}.page-module___8aEwW__momentsGrid article:hover{background:#ffffff1f;transform:translateY(-4px)}.page-module___8aEwW__momentsGrid h3{margin-bottom:.5rem}.page-module___8aEwW__momentsGrid p{color:#ffffffb8}.page-module___8aEwW__proofSection{background:#fff}.page-module___8aEwW__faqAccordion{grid-template-columns:repeat(2,1fr);gap:.75rem;margin-top:1.25rem;display:grid}.page-module___8aEwW__faqGroup{background:#fff;border:1px solid #1a1a1a14;border-radius:16px;margin-top:2rem;overflow:hidden;box-shadow:0 8px 24px #1414140a}.page-module___8aEwW__faqGroupSummary{cursor:pointer;color:#1a1a1a;background:linear-gradient(#fff 0%,#fafafa 100%);justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.15rem;font-weight:800;list-style:none;display:flex}.page-module___8aEwW__faqGroupSummary::-webkit-details-marker{display:none}.page-module___8aEwW__faqItem{background:#fff;border:1px solid #1a1a1a14;border-radius:14px;overflow:hidden;box-shadow:0 8px 24px #1414140a}.page-module___8aEwW__faqItemOpen{border-color:#7e26323d}.page-module___8aEwW__faqQuestion{cursor:pointer;color:#1a1a1a;text-align:left;background:#fff;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:1rem 1.05rem;font-weight:800;display:flex}.page-module___8aEwW__faqIcon{width:30px;min-width:30px;height:30px;color:var(--color-primary);background:#7e263214;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.2rem;line-height:1;display:inline-flex}.page-module___8aEwW__faqAnswer{color:#555;margin:0;padding:0 1.05rem 1rem;font-size:.95rem;line-height:1.75}@media (max-width:860px){.page-module___8aEwW__hero{min-height:82vh;padding:7rem 1rem 3rem}.page-module___8aEwW__servicesSection,.page-module___8aEwW__processSection,.page-module___8aEwW__momentsSection,.page-module___8aEwW__featuredSection,.page-module___8aEwW__proofSection,.page-module___8aEwW__faqSection{padding:3.25rem 1rem}.page-module___8aEwW__servicesGrid,.page-module___8aEwW__timeline,.page-module___8aEwW__momentsGrid,.page-module___8aEwW__featuredGrid,.page-module___8aEwW__customGrid,.page-module___8aEwW__faqAccordion{grid-template-columns:1fr}.page-module___8aEwW__hero h1{font-size:clamp(2.45rem,13vw,4rem)}}
.legal-module__8113wq__legalPage{background:linear-gradient(#fafafa 0%,#fff 100%);min-height:100vh;padding-top:120px;padding-bottom:4rem}.legal-module__8113wq__container{max-width:800px;margin:0 auto;padding:0 2rem}.legal-module__8113wq__backLink{color:var(--color-primary);align-items:center;gap:.5rem;margin-bottom:2rem;font-weight:500;transition:gap .3s;display:inline-flex}.legal-module__8113wq__backLink:hover{gap:.75rem}.legal-module__8113wq__title{font-family:var(--font-elegant), serif;color:var(--color-dark);margin-bottom:.5rem;font-size:clamp(2rem,5vw,3rem);font-weight:500}.legal-module__8113wq__lastUpdate{color:#999;margin-bottom:3rem;font-size:.9rem}.legal-module__8113wq__content{color:#444;line-height:1.8}.legal-module__8113wq__content h2{font-family:var(--font-elegant), serif;color:var(--color-dark);border-bottom:2px solid #c9a9624d;margin-top:2.5rem;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.5rem;font-weight:600}.legal-module__8113wq__content h3{color:var(--color-dark);margin-top:1.5rem;margin-bottom:.75rem;font-size:1.15rem;font-weight:600}.legal-module__8113wq__content p{margin-bottom:1rem}.legal-module__8113wq__content ul{margin-bottom:1rem;padding-left:1.5rem}.legal-module__8113wq__content ul li{margin-bottom:.5rem}.legal-module__8113wq__content a{color:var(--color-primary);text-decoration:underline}.legal-module__8113wq__content a:hover{color:var(--color-primary-dark)}.legal-module__8113wq__content strong{color:var(--color-dark)}.legal-module__8113wq__infoBox{background:#c9a9621a;border-left:4px solid #c9a962;border-radius:0 12px 12px 0;margin:1.5rem 0;padding:1.25rem 1.5rem}.legal-module__8113wq__infoBox p{margin:0}.legal-module__8113wq__table{border-collapse:collapse;width:100%;margin:1.5rem 0;font-size:.9rem}.legal-module__8113wq__table th,.legal-module__8113wq__table td{text-align:left;border:1px solid #e0e0e0;padding:.75rem 1rem}.legal-module__8113wq__table th{color:var(--color-dark);background:#f5f5f5;font-weight:600}.legal-module__8113wq__table tr:nth-child(2n){background:#fafafa}@media (max-width:600px){.legal-module__8113wq__legalPage{padding-top:100px}.legal-module__8113wq__container{padding:0 1rem}.legal-module__8113wq__content h2{font-size:1.3rem}.legal-module__8113wq__table{font-size:.8rem}.legal-module__8113wq__table th,.legal-module__8113wq__table td{padding:.5rem}}
.service-page-module__8fF_9W__page{color:var(--color-dark);background:#fbfaf7}.service-page-module__8fF_9W__hero{color:#fff;background:linear-gradient(90deg,#0f0f0fc7,#0f0f0f61),url(/imagenes/foto-principal.jpeg) 50%/cover;align-items:center;min-height:72vh;padding:9rem 2rem 4rem;display:flex}.service-page-module__8fF_9W__heroInner,.service-page-module__8fF_9W__sectionInner{width:min(1120px,100%);margin:0 auto}.service-page-module__8fF_9W__breadcrumb{color:#ffffffc7;margin-bottom:1.25rem;font-size:.92rem;display:inline-block}.service-page-module__8fF_9W__hero h1{max-width:820px;font-family:var(--font-elegant), var(--font-heading), serif;margin-bottom:1.25rem;font-size:clamp(2.4rem,5vw,4.8rem);line-height:1}.service-page-module__8fF_9W__lead{color:#ffffffdb;max-width:760px;margin-bottom:2rem;font-size:1.16rem}.service-page-module__8fF_9W__actions{flex-wrap:wrap;gap:1rem;display:flex}.service-page-module__8fF_9W__primary,.service-page-module__8fF_9W__secondary{border-radius:8px;justify-content:center;align-items:center;min-height:48px;padding:.95rem 1.4rem;font-weight:700;display:inline-flex}.service-page-module__8fF_9W__primary{background:var(--color-primary);color:#fff}.service-page-module__8fF_9W__secondary{color:#fff;border:1px solid #ffffff6b}.service-page-module__8fF_9W__section{padding:4.5rem 2rem}.service-page-module__8fF_9W__sectionAlt{background:#fff;padding:4.5rem 2rem}.service-page-module__8fF_9W__eyebrow{color:var(--color-primary);text-transform:uppercase;letter-spacing:.08em;font-size:.78rem;font-weight:800}.service-page-module__8fF_9W__section h2,.service-page-module__8fF_9W__sectionAlt h2{max-width:780px;font-family:var(--font-elegant), var(--font-heading), serif;margin:.55rem 0 1rem;font-size:clamp(2rem,4vw,3.2rem)}.service-page-module__8fF_9W__bodyText{color:#4d4d4d;max-width:820px;font-size:1.05rem}.service-page-module__8fF_9W__grid{grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2rem;display:grid}.service-page-module__8fF_9W__card{background:#fff;border:1px solid #1a1a1a14;border-radius:8px;padding:1.4rem}.service-page-module__8fF_9W__card h3{color:var(--color-primary);margin-bottom:.55rem}.service-page-module__8fF_9W__faq{gap:1rem;margin-top:2rem;display:grid}.service-page-module__8fF_9W__faqItem{border-bottom:1px solid #1a1a1a1f;padding-bottom:1rem}.service-page-module__8fF_9W__faqItem h3{margin-bottom:.45rem;font-size:1.16rem}.service-page-module__8fF_9W__cta{color:#fff;background:#181818}.service-page-module__8fF_9W__cta .service-page-module__8fF_9W__bodyText{color:#ffffffc2}@media (max-width:820px){.service-page-module__8fF_9W__hero{min-height:68vh;padding:7rem 1rem 3rem}.service-page-module__8fF_9W__section,.service-page-module__8fF_9W__sectionAlt{padding:3.5rem 1rem}.service-page-module__8fF_9W__grid{grid-template-columns:1fr}}
.Providers-module__iNzjYa__section{padding:var(--spacing-xl) 0;background:linear-gradient(#f5f5f5 0%,#fff 100%)}.Providers-module__iNzjYa__container{max-width:1200px;padding:0 var(--spacing-md);margin:0 auto}.Providers-module__iNzjYa__title{font-family:var(--font-elegant), "Cormorant Garamond", serif;color:var(--color-dark);text-align:center;margin-bottom:var(--spacing-sm);letter-spacing:2px;font-size:3rem;font-style:italic;font-weight:500}.Providers-module__iNzjYa__subtitle{text-align:center;color:var(--color-gray-dark);margin-bottom:var(--spacing-xl);max-width:600px;margin-left:auto;margin-right:auto;font-size:1.1rem}.Providers-module__iNzjYa__grid{gap:var(--spacing-lg);grid-template-columns:repeat(3,1fr);display:grid}.Providers-module__iNzjYa__card{padding:var(--spacing-lg);text-align:center;cursor:pointer;background:#fff;border-radius:12px;text-decoration:none;transition:all .3s;display:block;box-shadow:0 4px 20px #00000014}.Providers-module__iNzjYa__card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001f}.Providers-module__iNzjYa__logoWrapper{height:100px;margin-bottom:var(--spacing-md);padding:var(--spacing-sm);justify-content:center;align-items:center;display:flex}.Providers-module__iNzjYa__logo{object-fit:contain;filter:grayscale();opacity:.8;max-width:100%;max-height:100%;transition:all .3s}.Providers-module__iNzjYa__card:hover .Providers-module__iNzjYa__logo{filter:grayscale(0%);opacity:1}.Providers-module__iNzjYa__providerName{font-family:var(--font-heading);color:var(--color-dark);margin-bottom:var(--spacing-sm);font-size:1.4rem;transition:color .3s}.Providers-module__iNzjYa__card:hover .Providers-module__iNzjYa__providerName{color:var(--color-primary)}.Providers-module__iNzjYa__description{color:var(--color-gray-dark);font-size:.95rem;line-height:1.6}.Providers-module__iNzjYa__visitLink{margin-top:var(--spacing-md);color:var(--color-primary);opacity:0;font-size:.9rem;font-weight:600;transition:all .3s;display:block;transform:translateY(10px)}.Providers-module__iNzjYa__card:hover .Providers-module__iNzjYa__visitLink{opacity:1;transform:translateY(0)}@media (max-width:992px){.Providers-module__iNzjYa__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.Providers-module__iNzjYa__grid{grid-template-columns:1fr}.Providers-module__iNzjYa__title{font-size:2.2rem}}
