@import url(https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.navbar{background:#fff;box-shadow:0 2px 10px #0000001a;left:0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.nav-content{align-items:center;display:flex;justify-content:space-between;padding:1rem 0}.logo-swap{display:inline-block;position:relative}.logo-base,.logo-hover{display:block;height:2.1rem;width:auto}.logo-hover{inset:0;opacity:0;pointer-events:none;position:absolute;transition:opacity .5s ease}.logo-swap:hover .logo-hover{opacity:1}.logo-swap:hover .logo-base{opacity:0}@media (prefers-reduced-motion:reduce){.logo-hover{transition:none}}.nav-brand{align-items:center;color:#7d2e89;display:flex;font-size:1.5rem;font-weight:700;text-decoration:none;transition:color .3s ease}.nav-brand:hover{color:#f2e6f7}.brand-icon{color:#7d2e89;margin-right:10px}.brand-text{font-family:Segoe UI,sans-serif}.nav-menu{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.nav-item,.nav-link{position:relative}.nav-link{border-radius:5px;color:#7d2e89;font-weight:500;padding:.5rem 1rem;text-decoration:none;transition:all .3s ease}.nav-link:hover{background-color:#f2e6f7;color:#6a2774}.nav-link-active{background-color:#f2e6f7;color:#64246d}.nav-link-active:after{background-color:#ffe6f1;border-radius:1px;bottom:-2px;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);width:20px}.nav-toggle{background:none;border:none;border-radius:5px;color:#7d2e89;cursor:pointer;display:none;padding:.5rem;transition:all .3s ease}.nav-toggle:hover{background-color:#f2e6f7;color:#6a2774}@media (max-width:768px){.nav-toggle{display:block}.nav-menu{background:#fff;box-shadow:0 5px 15px #0000001a;flex-direction:column;gap:0;left:0;opacity:0;padding:1rem 0;position:absolute;right:0;top:100%;transform:translateY(-100%);transition:all .3s ease;visibility:hidden}.nav-menu-open{opacity:1;transform:translateY(0);visibility:visible}.nav-item{width:100%}.nav-link{border-bottom:1px solid #f1f2f6;border-radius:0;display:block;padding:1rem 2rem}.nav-link:hover{background-color:#f8f9fa;padding-left:2.5rem}.nav-link-active:after{display:none}.nav-link-active{border-left:4px solid #6a2774}}html{scroll-padding-top:80px}body{padding-top:80px}@media (max-width:768px){body{padding-top:70px}}.footer{background:#2b0f33;color:#fff;margin-top:auto;padding:3rem 0 1rem}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.footer-section,.footer-section-logo{display:flex;flex-direction:column}.footer-section-logo{align-items:center}.footer-logo{height:auto;margin-bottom:1rem;max-width:100%}.footer-title{color:#f2e6f7;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.footer-subtitle{color:#f2e6f7;font-size:1rem;font-weight:500;margin-bottom:1rem}.footer-text{color:#fff;font-size:.9rem;line-height:1.6;margin-bottom:1.5rem}.footer-section-title{color:#f2e6f7;font-size:1.1rem;font-weight:600;margin-bottom:1rem;position:relative}.footer-section-title:after{background-color:#ffe6f1;border-radius:1px;bottom:-5px;content:"";height:2px;left:0;position:absolute;width:100%}.footer-social{align-items:center;display:flex;gap:1rem;justify-content:center}.social-link{background-color:#db34341a;border:2px solid #db34344d;border-radius:50%;color:#f0544f;height:40px;justify-content:center;width:40px}.social-link:hover{background-color:#f0544f;box-shadow:0 4px 12px #db34344d;color:#fff;transform:translateY(-2px)}.footer-contact,.footer-schedule{display:flex;flex-direction:column;gap:1rem}.contact-item,.schedule-item{align-items:center;color:#ecf0f1;display:flex;font-size:1rem;gap:.75rem}.contact-icon,.schedule-icon{color:#f0544f;flex-shrink:0;margin-top:2px}.schedule-day{color:#bdc3c7;font-weight:500}.schedule-time{color:#ecf0f1;font-size:.9rem}.footer-services{list-style:none;margin:0;padding:0}.footer-services li{color:#ecf0f1;font-size:.9rem;padding:.4rem 0 .4rem 1rem;position:relative;transition:color .3s ease}.footer-services li:before{color:#f0544f;content:"▸";font-weight:700;left:0;position:absolute}.footer-services li:hover{color:#f0544f;cursor:pointer}.footer-bottom{align-items:center;border-top:1px solid #ffffff1a;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;padding-top:1.5rem}.footer-bottom-content{display:flex;flex-direction:column;gap:.5rem}.footer-copyright{color:#bdc3c7;font-size:.9rem;margin:0}.footer-legal{align-items:center;color:#95a5a6;display:flex;font-size:.8rem;gap:1rem}.legal-separator{color:#7f8c8d}.footer-love{align-items:center;color:#bdc3c7;display:flex;font-size:.9rem;gap:.25rem}.heart-icon{animation:heartbeat 2s ease-in-out infinite;color:#f0544f}@keyframes heartbeat{0%,50%,to{transform:scale(1)}25%,75%{transform:scale(1.1)}}@media (max-width:768px){.footer-logo{width:80%}.footer{padding:2rem 0 1rem}.footer-content{gap:2rem;grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.footer-legal{flex-wrap:wrap}.footer-legal,.footer-love{justify-content:center}}@media (max-width:480px){.footer-logo{width:70%}.footer-legal{flex-direction:column;gap:.5rem}.legal-separator{display:none}}.hero{background:linear-gradient(180deg,#ed145b12,#a349a40d),linear-gradient(135deg,#ffe6f1,#fff1de 50%,#ede1ff);color:#fff;min-height:20dvh;overflow:hidden;padding:6rem 0;position:relative}.hero:before{background:#0000004d;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.hero-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;position:relative;z-index:2}.hero-text{animation-delay:.2s}.hero-title{font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.hero-subtitle{color:#fff;font-size:1.2rem;line-height:1.6;margin-bottom:2.5rem;opacity:.9;text-shadow:0 1px 0 #00000014}.hero-buttons{display:flex;flex-wrap:wrap;gap:1.5rem}.hero-image{align-items:center;display:flex;justify-content:center}.blob-caption{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:color-mix(in srgb,#7d2e89 70%,#0000);border-radius:10px;box-shadow:0 4px 16px #00000014;color:#fff7fa;font-size:clamp(16px,2vw,22px);font-weight:700;left:70%;padding:.35rem .85rem;position:absolute;top:70%;transform:translateX(-50%);white-space:nowrap;z-index:1}.hero-image-placeholder{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#ffffff1a;border:2px solid #fff3;border-radius:50%;display:flex;height:300px;justify-content:center;width:300px}.hero-icon{animation:float 3s ease-in-out infinite;color:#fffc}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.service-icon{color:#804;display:block;margin-bottom:1.5rem}.feature-card{align-items:flex-start;background:#fff;border-radius:10px;box-shadow:0 5px 15px #0000001a;display:flex;gap:1.5rem;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{box-shadow:0 10px 25px #00000026;transform:translateY(-5px)}.feature-icon{background:rgba(43,15,51,.102);border-radius:40%;color:#f0544f;flex-shrink:0;height:50px;padding:.6rem;width:50px}.feature-content h3{color:#2c3e50;margin-bottom:.5rem}.feature-content p{color:#7f8c8d;margin:0}.testimonial-card{background:#fff;border-radius:15px;box-shadow:0 10px 30px #0000001a;padding:2.5rem;position:relative;transition:transform .3s ease}.testimonial-card:hover{transform:translateY(-5px)}.testimonial-card:before{color:#7d2e89;content:'"';font-family:Georgia,serif;font-size:4rem;left:20px;line-height:1;position:absolute;top:-10px}.testimonial-content{margin-bottom:1.5rem}.testimonial-content p{color:#2c3e50;font-style:italic;line-height:1.7;margin:0}.testimonial-author{display:flex;flex-direction:column;gap:.25rem}.testimonial-author strong{color:#2c3e50;font-weight:600}.testimonial-author span{color:#7d2e89;font-size:.9rem}.cta-section{background:#fff7fa;color:#6a7d99;padding:4rem 0;position:relative}.cta-content{position:relative;z-index:2}.cta-content h2{color:#804;font-size:2.5rem;margin-bottom:1rem}.cta-content p{font-size:1.1rem;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;max-width:600px;opacity:.9}.cta-buttons{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.section-header{margin-bottom:3rem}.section-header h2{color:#804;font-size:2.5rem;margin-bottom:1rem}.section-subtitle{color:#6a7d99;font-size:1.1rem;line-height:1.6;margin:0 auto;max-width:600px}@media (max-width:1024px){.blob-caption{font-size:1.5rem;left:30%;top:96%}.hero-content{gap:.5rem;grid-template-columns:1fr;text-align:center}.hero-title{font-size:2.5rem}.hero-buttons{justify-content:center}}@media (max-width:768px){.hero{height:100vh;padding:4rem 0 3rem}.blob-caption{font-size:1.6rem;left:30%;top:96%}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.1rem}.hero-buttons{justify-content:center}.hero-image-placeholder{height:200px;width:200px}.hero-icon{height:80px;width:80px}.feature-card{flex-direction:column;gap:1rem;text-align:center}.feature-icon{align-self:center}.testimonial-card{padding:2rem}.cta-content h2{font-size:2rem}.cta-buttons{align-items:center;flex-direction:column}.section-header h2{font-size:2rem}}@media (max-width:480px){.hero-title{font-size:1.8rem}.blob-caption{font-size:1.6rem;left:38%;top:85%}.hero-subtitle{font-size:1rem}.hero-buttons{align-items:center;flex-direction:column}.btn{max-width:250px;width:100%}.testimonial-card:before{font-size:3rem;left:10px}}.about-hero{background:linear-gradient(180deg,#ed145b12,#a349a40d),linear-gradient(135deg,#ffe6f1,#88004479 50%,#f0544fb6);color:#fff;min-height:50dvh;padding:4rem 0;position:relative}.about-hero:before{background:#00000026;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:0}.about-hero-content{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:2fr 1fr}.about-hero-text h1{color:#7d2e89;font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.about-hero-subtitle{font-size:1.2rem;line-height:1.7;opacity:.95;text-align:justify}.about-hero-image,.about-image-placeholder{align-items:center;display:flex;justify-content:center}.about-image-placeholder{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:3px solid #ffffff4d;border-radius:50%;height:200px;width:200px}.about-icon{color:#ffffffe6}.bio-content{margin:0 auto;max-width:800px}.bio-text h2{color:#804;font-size:2.2rem;margin-bottom:2rem;text-align:center}.bio-text p{color:#6a7d99;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem;text-align:justify}.credential-card{background:#fff;border-radius:15px;box-shadow:0 10px 30px #0000001a;padding:2.5rem;transition:transform .3s ease,box-shadow .3s ease}.credential-card:hover{box-shadow:0 20px 40px #00000026;transform:translateY(-10px)}.credential-icon{background:rgba(43,15,51,.102);border-radius:50%;color:#f0544f;height:65px;margin-bottom:1.5rem;padding:1rem;width:65px}.credential-content h3{color:#2c3e50;font-size:1.3rem;margin-bottom:1.5rem}.credential-content ul{list-style:none;margin:0;padding:0}.credential-content li{border-bottom:1px solid #ecf0f1;color:#34495e;padding:.75rem 0 .75rem 1.5rem;position:relative}.credential-content li:before{color:#27ae60;content:"✓";font-weight:700;left:0;position:absolute}.credential-content li:last-child{border-bottom:none}.approach-card{background:#fff;border-radius:10px;box-shadow:0 5px 15px #0000001a;padding:2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.approach-card:hover{box-shadow:0 10px 25px #00000026;transform:translateY(-5px)}.approach-icon{background:rgba(43,15,51,.102);border-radius:50%;color:#f0544f;display:block;height:60px;margin:0 auto 1.5rem;padding:1rem;width:60px}.approach-card h3{color:#2c3e50;font-size:1.2rem;margin-bottom:1rem}.approach-card p{color:#7f8c8d;line-height:1.6}.specializations{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.specialization-item{align-items:flex-start;background:#fff;border-radius:10px;box-shadow:0 5px 15px #0000001a;display:flex;gap:1rem;padding:1.5rem;transition:transform .3s ease,box-shadow .3s ease}.specialization-item:hover{box-shadow:0 8px 20px #00000026;transform:translateY(-3px)}.specialization-icon{background:rgba(43,15,51,.102);border-radius:50%;color:#f0544f;flex-shrink:0;padding:.75rem}.specialization-content h4{color:#2c3e50;font-size:1.1rem;margin-bottom:.5rem}.specialization-content p{color:#7f8c8d;font-size:.9rem;line-height:1.5;margin:0}.philosophy-content{margin:0 auto;max-width:900px;text-align:center}.philosophy-content h2{color:#804;font-size:2.2rem;margin-bottom:2rem}.philosophy-text{margin-bottom:3rem}.philosophy-text blockquote{color:#34495e;font-size:1.3rem;font-style:italic;line-height:1.7;margin:0 0 1.5rem;padding:0 2rem;position:relative}.philosophy-text blockquote:before{color:#f0544f;content:'"';font-family:Georgia,serif;font-size:4rem;left:-10px;position:absolute;top:-20px}.philosophy-author{color:#f0544f;font-size:1.1rem;font-weight:600}.philosophy-values{display:flex;flex-direction:column;gap:1.5rem;text-align:left}.value-item{background:#fff;border-left:4px solid #f0544f;border-radius:10px;box-shadow:0 3px 10px #0000001a;line-height:1.6;padding:1.5rem}.value-item strong{color:#2c3e50}.about-caption{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:color-mix(in srgb,#804 70%,#0000);border-radius:10px;box-shadow:0 4px 16px #00000014;color:#fff7fa;font-size:clamp(16px,8vw,22px);font-weight:700;left:70%;padding:.25rem .75rem;position:absolute;top:70%;transform:translateX(-50%);white-space:nowrap;z-index:1}@media (max-width:768px){.about-caption{font-size:1.8rem;left:75%;top:30%}.about-hero{padding:4rem 0 3rem}.about-hero-content{gap:.5rem;grid-template-columns:1fr;text-align:center}.about-hero-text h1{font-size:2rem}.about-image-placeholder{height:150px;width:150px}.about-icon{height:60px;width:60px}.bio-text h2{font-size:1.8rem}.bio-text p{font-size:1rem;text-align:justify}.approach-card,.credential-card{padding:1.5rem}.specializations{gap:1rem;grid-template-columns:1fr}.specialization-item{padding:1rem}.philosophy-text blockquote{font-size:1.1rem;padding:0 1rem}.philosophy-text blockquote:before{font-size:3rem;left:-5px;top:-15px}.philosophy-content h2{font-size:1.8rem}}@media (max-width:480px){.about-hero{padding:3rem 0}.about-hero-text h1{font-size:1.8rem}.approach-card,.credential-card{padding:1rem}.specialization-item{flex-direction:column;gap:.75rem;text-align:center}.specialization-icon{align-self:center}.philosophy-text blockquote{font-size:1rem;padding:0 .5rem}}.services-hero{background:linear-gradient(180deg,#ed145b12,#a349a40d),linear-gradient(135deg,#b3698a,#fff1de 50%,#ede1ff);color:#fff;min-height:20dvh;padding:4rem 0;position:relative}.services-hero:before{background:#0003;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:0}.services-hero-content h1{color:#7d2e89;font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.services-hero-subtitle{font-size:1.1rem;line-height:1.7;margin:0 auto;max-width:700px;opacity:.95}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.service-card{background:#fff;border:1px solid #f1f2f6;border-radius:15px;box-shadow:0 10px 30px #0000001a;display:flex;flex-direction:column;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.service-card:hover{box-shadow:0 20px 40px #00000026;transform:translateY(-10px)}.service-header{margin-bottom:1.5rem;text-align:center}.service-card-icon{background:rgba(43,15,51,.102);border-radius:40%;color:#f0544f;display:block;height:70px;margin:0 auto 1rem;padding:1rem;width:70px}.service-header h3{color:#2c3e50;font-size:1.5rem;margin-bottom:.75rem}.service-header p{color:#7f8c8d;font-size:1rem;line-height:1.5}.service-details{flex:1 1;margin-bottom:1.5rem}.service-details ul{list-style:none;margin:0;padding:0}.service-details li{align-items:center;color:#34495e;display:flex;font-size:.9rem;gap:.5rem;padding:.5rem 0}.service-details ol li ol{display:flex;flex-direction:column}.check-icon{color:#27ae60;flex-shrink:0}.service-info{background:#f8f9fa;border-radius:8px;margin-bottom:1.5rem;padding:1rem}.service-info-item{align-items:center;color:#2c3e50;display:flex;font-size:.9rem;gap:.5rem;margin-bottom:.5rem}.service-info-item:last-child{margin-bottom:0}.service-info-item svg{color:#f0544f;flex-shrink:0}.service-info-item span{font-size:.95rem}.service-actions{text-align:center}.files-grid,.files-header{margin-top:2rem}.files-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.file{background:#fff;border-radius:15px;box-shadow:0 5px 15px #0000001a;display:flex;flex-direction:column;padding:2rem;position:relative;text-align:center;transition:transform .3s ease}.file:hover{transform:translateY(-5px)}.file a{align-items:center;display:inline-flex;justify-content:center;margin-top:auto;margin-inline:auto}.file h4{color:#2c3e50;font-size:1.3rem;margin-bottom:1rem;padding:1rem}.file p{color:#7f8c8d;font-size:.95rem;line-height:1.6}.methodology-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:2rem}.methodology-step{background:#fff;border-radius:15px;box-shadow:0 5px 15px #0000001a;padding:2rem;position:relative;text-align:center;transition:transform .3s ease}.methodology-step:hover{transform:translateY(-5px)}.step-number{align-items:center;background:linear-gradient(135deg,#f0544f,#2980b9);border-radius:50%;box-shadow:0 5px 15px #3498db4d;color:#fff;display:flex;font-size:1.5rem;font-weight:700;height:60px;justify-content:center;margin:0 auto 1.5rem;width:60px}.methodology-step h4{color:#2c3e50;font-size:1.2rem;margin-bottom:1rem}.methodology-step p{color:#7f8c8d;font-size:.95rem;line-height:1.6}.methodology-step button{font-family:Source Sans\ 3,sans-serif}.faq-content{margin:0 auto;max-width:800px}.faq-item{background:#fff;border-left:4px solid #f0544f;border-radius:10px;box-shadow:0 3px 10px #0000001a;margin-bottom:1.5rem;padding:1.5rem;transition:transform .3s ease}.faq-item:hover{transform:translateX(5px)}.faq-item h4{color:#2c3e50;font-size:1.1rem;margin-bottom:.75rem}.faq-item p{color:#34495e;font-size:.95rem;line-height:1.6;margin:0}.services-cta{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 0;position:relative}.services-cta:before{background:#0003;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.services-cta-content{position:relative;z-index:2}.services-cta-content h2{color:#fff;font-size:2.2rem;margin-bottom:1rem}.services-cta-content p{font-size:1.1rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px;opacity:.9}.services-cta-buttons{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.disclaimer{margin-bottom:1rem;text-align:center}@media (max-width:768px){.services-hero{padding:3rem 0}.services-hero-content h1{font-size:2rem}.services-hero-subtitle{font-size:1rem}.services-grid{gap:1.5rem;grid-template-columns:1fr}.service-card{padding:1.5rem}.service-card-icon{height:60px;padding:.75rem;width:60px}.files-grid,.methodology-grid{gap:1.5rem;grid-template-columns:1fr}.file,.methodology-step{padding:1.5rem}.step-number{font-size:1.2rem;height:50px;width:50px}.faq-item{padding:1rem}.services-cta{padding:3rem 0}.services-cta-content h2{font-size:1.8rem}.services-cta-buttons{align-items:center;flex-direction:column}.btn{max-width:270px;width:100%}}@media (max-width:480px){.services-hero-content h1{font-size:1.8rem}.service-card{padding:1rem}.service-header h3{font-size:1.4rem}.faq-item,.file,.methodology-step{padding:1rem}.faq-item h4{font-size:1rem}.services-cta-content h2{font-size:1.6rem}}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.service-card{animation:slideInUp .6s ease-out forwards}:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconGlobe-opacity:0.65;--PhoneInputCountrySelect-marginRight:0.35em;--PhoneInputCountrySelectArrow-width:0.3em;--PhoneInputCountrySelectArrow-opacity:0.45;--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px}.PhoneInput{align-items:center;display:flex}.PhoneInputInput{flex:1 1;min-width:0}.PhoneInputCountryIcon{height:1em;height:var(--PhoneInputCountryFlag-height);width:1.5em;width:calc(var(--PhoneInputCountryFlag-height)*var(--PhoneInputCountryFlag-aspectRatio))}.PhoneInputCountryIcon--square{width:1em;width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:#0000001a;background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 1px #00000080,inset 0 0 0 1px #00000080;box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;height:100%;width:100%}.PhoneInputInternationalIconPhone{opacity:.8;opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:.65;opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{align-items:center;align-self:stretch;display:flex;margin-right:.35em;margin-right:var(--PhoneInputCountrySelect-marginRight);position:relative}.PhoneInputCountrySelect{border:0;height:100%;left:0;opacity:0;position:absolute;top:0;z-index:1}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{border-bottom-width:1px;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-color:currentColor;border-color:var(--PhoneInputCountrySelectArrow-color);border-left-width:0;border-right-width:1px;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-style:solid;border-top-width:0;content:"";display:block;height:.3em;height:var(--PhoneInputCountrySelectArrow-width);margin-left:.35em;margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);opacity:.45;opacity:var(--PhoneInputCountrySelectArrow-opacity);transform:rotate(45deg);transform:var(--PhoneInputCountrySelectArrow-transform);width:.3em;width:var(--PhoneInputCountrySelectArrow-width)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{color:#03b2cb;color:var(--PhoneInputCountrySelectArrow-color--focus);opacity:1}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 1px #03b2cb,inset 0 0 0 1px #03b2cb;box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{color:#03b2cb;color:var(--PhoneInputCountrySelectArrow-color--focus);opacity:1}.contact-hero{background:linear-gradient(180deg,#ed145b12,#a349a40d),linear-gradient(135deg,#b3698a,#fff1de 50%,#ede1ff);color:#fff;min-height:20dvh;padding:4rem 0;position:relative}.contact-hero:before{background:#0003;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:0}.contact-hero-content h1{color:#7d2e89;font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.contact-hero-subtitle{font-size:1.1rem;line-height:1.7;margin:0 auto;max-width:700px;opacity:.95}.contact-methods{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:2rem}.contact-method{background:#fff;border-radius:15px;box-shadow:0 10px 30px #0000001a;padding:2.5rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.contact-method:hover{box-shadow:0 20px 40px #00000026;transform:translateY(-10px)}.method-icon{align-items:center;border-radius:50%;color:#fff;display:flex;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}.whatsapp-bg{background:linear-gradient(135deg,#25d366,#128c7e)}.phone-bg{background:linear-gradient(135deg,#fff1de,#804)}.email-bg{background:linear-gradient(135deg,#fff1de,#e74c3c)}.contact-method h3{color:#2c3e50;font-size:1.3rem;margin-bottom:1rem}.contact-method p{color:#7f8c8d;line-height:1.6;margin-bottom:1.5rem}.contact-content{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:1fr 400px}.contact-form-section{background:#fff;border-radius:15px;box-shadow:0 10px 30px #0000001a;padding:2.5rem}.form-header{margin-bottom:2rem}.form-header h2{color:#804;font-size:1.8rem;margin-bottom:1rem;text-align:center}.form-header p{color:#7f8c8d;font-size:1.2rem;line-height:1.6;text-align:center}.contact-form{display:flex;flex-direction:column;gap:1rem}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.form-label svg{color:#f0544f}.form-submit{font-size:1.1rem;margin-top:1rem;padding:1rem 2rem;width:100%}.form-submit:disabled{cursor:not-allowed;opacity:.7}.alert{align-items:center;border-radius:8px;display:flex;font-weight:500;gap:.5rem;padding:.5rem}.alert-success{background:#d4edda;border:1px solid #c3e6cb;color:#155724}.alert-error{background:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.contact-info-section{display:flex;flex-direction:column;gap:1.5rem}.contact-info-card,.emergency-card,.schedule-card,.social-card{background:#fff;border-radius:10px;box-shadow:0 5px 15px #0000001a;padding:1.5rem}.contact-info-card h3,.emergency-card h3,.schedule-card h3,.social-card h3{color:#804;font-size:1.2rem;margin-bottom:1rem;text-align:center}.contact-details{display:flex;flex-direction:column;gap:1rem}.contact-detail{align-items:flex-start;display:flex;gap:.75rem}.detail-icon{color:#f0544f;flex-shrink:0;margin-top:2px}.contact-detail strong{color:#2c3e50;display:block;font-size:.9rem;margin-bottom:.25rem}.contact-detail p{color:#7f8c8d;font-size:.9rem;line-height:1.4;margin:0}.schedule-list{display:flex;flex-direction:column;gap:.75rem}.contact-schedule-item{align-items:center;border-bottom:1px solid #ecf0f1;display:flex;justify-content:space-between;padding:.5rem 0}.contact-schedule-item:last-child{border-bottom:none}.contact-schedule-item strong{color:#2c3e50;font-size:.9rem}.contact-schedule-item span{color:#f0544f;font-size:.9rem;font-weight:500}.emergency-card{border-left:4px solid #e74c3c}.emergency-card p{color:#7f8c8d;font-size:.9rem;line-height:1.5;margin-bottom:1rem;text-align:center}.emergency-card span{font-weight:700}.emergency-numbers{display:flex;flex-direction:column;gap:.5rem;justify-content:center}.panel summary{list-style:none}.panel summary::-webkit-details-marker{display:none}.panel ul{display:flex;flex-direction:column;gap:.25rem;list-style:none;margin-left:55px}.panel summary{align-items:center;cursor:pointer;display:inline-flex;gap:.5rem}.panel .icon{height:30px;transition:transform .2s ease;width:30px}.panel[open] .icon{transform:scale(1.2)}.emergency-item{display:flex;flex-direction:column;gap:.25rem;justify-content:center}.emergency-item strong{color:#2c3e50;font-size:.9rem}.emergency-item a{color:#e74c3c;font-size:1rem;font-weight:600;text-decoration:none}.emergency-item a:hover{text-decoration:underline}.social-links{align-content:center;flex-direction:row;flex-wrap:wrap;justify-content:center}.social-link,.social-links{align-items:center;display:flex;gap:.75rem}.social-link{border-radius:5px;color:#7f8c8d;padding:.5rem;text-decoration:none;transition:all .3s ease}.social-link:hover{background:#f8f9fa;color:#f0544f}.social-link svg{color:#f0544f}.form-input,.form-textarea{font-family:Source Sans\ 3,sans-serif}.PhoneInput:focus,.PhoneInput:hover{border-color:#6a2774;outline:none}.PhoneInputInput{border:0;font-size:1.05rem}.PhoneInputCountrySelect,.PhoneInputInput{font-family:Source Sans\ 3,sans-serif;outline:none}.PhoneInputCountrySelect{-webkit-appearance:none;appearance:none;background-color:#fff;border:1px solid #d0d5dd;border-radius:15px;border-radius:12px;color:#222;cursor:pointer;font-size:1rem;font:400 14px/1.4 system-ui,sans-serif;max-width:340px;padding:12px 10px;transition:border-color .2s,box-shadow .2s;width:100%}.PhoneInputCountrySelect::picker(select){background:#c7ccc7;border:4px solid #1d201d;border-radius:1400px;margin-top:5px;padding:0}.wrong-number{color:#8f0500;margin:0}.data-protection{text-align:center}.form-group{margin:0}@media (max-width:1024px){.contact-content{gap:2rem;grid-template-columns:1fr}.contact-info-section{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-template-rows:auto}}@media (max-width:768px){.form-submit{max-width:100%}.contact-hero{padding:3rem 0}.contact-hero-content h1{font-size:2rem}.contact-methods{gap:1.5rem;grid-template-columns:1fr}.contact-method{padding:2rem}.method-icon{height:60px;width:60px}.contact-form-section{padding:2rem}.form-row{gap:1rem}.contact-info-section,.form-row{grid-template-columns:1fr}}@media (max-width:480px){.contact-hero-content h1{font-size:1.8rem}.contact-form-section,.contact-method{padding:1.5rem}.form-header h2{font-size:1.5rem}.contact-info-card,.emergency-card,.schedule-card,.social-card{padding:1rem}}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.contact-method{animation:slideIn .6s ease-out forwards}.modal-wrapper{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:linear-gradient(180deg,#0a0a0aa6,#0a0a0aa6),radial-gradient(80% 60% at 50% 20%,#ffffff0f,#0000 60%);display:grid;height:100svh;inset:0;place-items:center;position:fixed;width:100svw;z-index:9999}.modal-content{-ms-overflow-style:none;-webkit-overflow-scrolling:touch;background:#0000;max-height:100dvh;max-width:min(900px,90dvw);overflow:auto;padding:24px;position:relative;scrollbar-width:none}.modal-wrapper .close-button{background-color:#7d2e89;border:none;border-radius:12px;color:#ffe6f1;cursor:pointer;font-family:Source Sans\ 3,sans-serif;font-weight:700;justify-content:center;outline:2px solid #ffe6f1;padding:.6rem .9rem;position:absolute;right:7%;top:4%}.modal-wrapper .close-button:hover{background:#6a2774;color:#fff;outline-color:#6a2774;scale:1.08}.file-input::-webkit-file-upload-button{background:#6a7d99;border:1px;border-radius:10%;border-radius:calc(var(--fi-radius) - 4px);color:#e5e7eb;cursor:pointer;margin-right:1rem;padding:.55rem .9rem;-webkit-transition:#1f2937 .2s ease,transform .02s ease-in;transition:#1f2937 .2s ease,transform .02s ease-in}.file-input::file-selector-button{background:#6a7d99;border:1px;border-radius:10%;border-radius:calc(var(--fi-radius) - 4px);color:#e5e7eb;cursor:pointer;margin-right:1rem;padding:.55rem .9rem;transition:#1f2937 .2s ease,transform .02s ease-in}.file-input::-webkit-file-upload-button:hover{background:#1f2937}.file-input::file-selector-button:hover{background:#1f2937}.send-file{text-align:center;width:100%}@media (max-width:768px){.modal-content h1{font-size:54px;padding-inline:20px}.modal-wrapper .close-button{padding:.3rem .4rem;right:11%;top:4%}}@media (max-width:468px){.modal-content h1{font-size:54px;padding-inline:20px}.modal-wrapper .close-button{padding:.3rem .4rem;right:11%;top:4%}}:root{--PhoneInput-color--focus:#f0544f;--PhoneInputInternationalIconPhone-opacity:0.8;--PhoneInputInternationalIconGlobe-opacity:0.7;--PhoneInputCountrySelect-marginRight:0.65em;--PhoneInputCountrySelectArrow-width:0.4em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:0.8;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.55;--PhoneInputCountryFlag-height:1.3em;--PhoneInputCountryFlag-borderWidth:0.5px;--PhoneInputCountryFlag-borderColor:#00000080;--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:#0000001a}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#fff7f0;color:#5a5a5a;font-family:Source Sans\ 3,sans-serif;line-height:1.4;overscroll-behavior:none}.App{display:flex;flex-direction:column;min-height:100vh}main{flex:1 1}h1,h2,h3,h4,h5,h6{font-weight:600;margin-bottom:1rem}h1{color:#7d2e89;font-size:2.5rem;font-weight:700}h2{font-size:2rem}h3{font-size:1.5rem}p{line-height:1.7;margin-bottom:1rem}.btn{background-color:#7d2e89;border:none;border-radius:5px;color:#fff;cursor:pointer;display:inline-block;font-size:1rem;font-weight:500;padding:12px 30px;text-decoration:none;transition:all .3s ease}.btn:hover{background-color:#6a2774;box-shadow:0 4px 8px #0003;transform:translateY(-2px)}.btn-primary{background-color:#7d2e89;color:#fff}.btn-primary:hover{background-color:#6a2774}.btn-secondary{background-color:#6a7d99;color:#fff}.btn-secondary:hover{background-color:#5b6e8a}.btn-whatsapp{background:#ffe6f1;border:1px solid #ffe6f1;color:#64246d}.btn-whatsapp:hover{background:#0000;border:1px solid #64246d;color:#64246d}.container{margin:0 auto;max-width:1200px;padding:0 20px}.section{padding:60px 0}.section-light{background-color:#fff7fa}.section-dark{background-color:#ffe6f1}.card{background:#fff;border-radius:10px;box-shadow:0 5px 15px #0000001a;display:flex;flex-direction:column;margin-bottom:30px;padding:30px;transition:transform .3s ease,box-shadow .3s ease}.card:hover{box-shadow:0 10px 25px #00000026;transform:translateY(-5px)}.card h3{color:#6a2774;margin-bottom:15px}.card a{align-items:center;display:inline-flex;justify-content:center;margin-top:auto;margin-inline:auto}.grid{grid-gap:30px;display:grid;gap:30px}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mb-1{margin-bottom:1rem}.mb-2{margin-bottom:2rem}.mb-3{margin-bottom:3rem}.mt-1{margin-top:1rem}.mt-2{margin-top:2rem}.mt-3{margin-top:3rem}.text-primary{color:#7d2e89}.text-secondary{color:#95a5a6}.text-success{color:#27ae60}.text-muted{color:#7f8c8d}.icon{height:24px;vertical-align:middle;width:24px}.icon,.icon-small{display:inline-block;margin-right:8px}.icon-small{height:18px;vertical-align:top;width:18px}.icon-large{height:60px;width:60px}@media (max-width:768px){.container{padding:0 15px}h1{font-size:2rem}h2{font-size:1.5rem}.section{padding:40px 0}.grid{gap:20px}.card{padding:20px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeInUp .6s ease-out forwards}.form-group,.form-label{margin-bottom:.5rem}.form-label{align-items:center;color:#2c3e50;display:flex;font-weight:500;gap:.5rem}.form-input,.form-textarea{border:2px solid #e1e5e9;border-radius:5px;font-size:1rem;padding:12px 15px;transition:border-color .3s ease;width:100%}.form-input:focus,.form-textarea:focus{border-color:#6a2774;outline:none}.form-textarea{min-height:120px;resize:vertical}::placeholder{color:#7f8c8d}#first-step{scroll-margin-top:100px}
/*# sourceMappingURL=main.ee027431.css.map*/