@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(/assets/poppins-v22-latin-regular-cpxAROuN.woff2) format("woff2")}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(/assets/poppins-v22-latin-600-zEkxB9Mr.woff2) format("woff2")}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}body{font-family:Times New Roman,sans-serif;line-height:1.6;color:#333;background-color:#fff;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid var(--primary-color, #8c52ff);outline-offset:2px}article h1,section h1,aside h1,nav h1{font-size:2rem}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin-bottom:1rem}h1{font-size:clamp(2rem,5vw,3.5rem);font-family:Times New Roman,serif}h2{font-size:clamp(1.75rem,4vw,2.5rem);font-family:Times New Roman,serif}h3{font-size:clamp(1.25rem,3vw,1.75rem)}p{margin-bottom:1rem;color:#666}:root{--primary-color: #8c52ff;--primary-dark: #6b46c1;--secondary-color: #fbbf24;--accent-color: #a78bfa;--success-color: #4fd1c5;--warning-color: #f6ad55;--error-color: #f56565;--text-primary: #2d3748;--text-secondary: #4a5568;--text-muted: #718096;--bg-light: #f7fafc;--bg-white: #ffffff;--border-color: #e2e8f0;--shadow-light: 0 4px 6px rgba(0, 0, 0, .05);--shadow-medium: 0 10px 25px rgba(0, 0, 0, .1);--shadow-heavy: 0 20px 40px rgba(0, 0, 0, .15);--gradient-primary: linear-gradient(135deg, #8c52ff 0%, #c084fc 100%);--gradient-secondary: linear-gradient(135deg, #fbbf24 0%, #f6ad55 100%);--gradient-accent: linear-gradient(135deg, #a78bfa 0%, #c084fc 100%)}.about-title{font-family:Times New Roman,serif;color:#47144e}.about-intro,.about-description{font-family:Poppins,sans-serif;color:#303030}.institution{font-family:Poppins,sans-serif;color:#8c839d}.credential-icon i{color:#47144e}.stat-label{font-family:Times New Roman,serif;color:#8c839d}.btn-primary,.btn-secondary,.btn-cta,.btn-whatsapp{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:14px 28px;border-radius:50px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s cubic-bezier(.4,0,.2,1);border:none;cursor:pointer;position:relative;overflow:hidden;text-align:center}.btn-primary{background:var(--gradient-primary);color:#fff;box-shadow:var(--shadow-medium)}.btn-primary:hover{transform:translateY(-2px);box-shadow:var(--shadow-heavy)}.btn-secondary{background:transparent;color:var(--primary-color);border:2px solid var(--primary-color)}.btn-secondary:hover{background:var(--primary-color);color:#fff;transform:translateY(-2px)}.btn-cta{background:linear-gradient(135deg,#fce8c9,#edd1ac 60%,#dbb78a);color:#000!important;font-size:.9rem;padding:12px 24px;border:none;border-radius:50px;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none;display:inline-block}.btn-cta,.btn-cta:visited,.btn-cta:active,.btn-cta:hover{color:#000!important}.btn-cta:hover{filter:brightness(1.1);transform:translateY(-1px)}.btn-whatsapp{background-color:#25d366;color:#fff}.header{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1000;border-bottom:1px solid var(--border-color);transition:all .3s ease;width:100%}.header.scrolled{background:#fffffffa;box-shadow:var(--shadow-light)}.navbar{padding:0}.nav-container{display:flex;justify-content:space-between;align-items:center;height:80px;max-width:1200px;margin:0 auto;padding:0 20px;width:100%}.nav-logo{display:flex;align-items:center;gap:1rem;text-decoration:none;color:inherit}.logo-img{position:relative;left:-20px;height:auto;max-height:60px;object-fit:contain}.logo-text .nav-name{font-size:1.5rem;font-weight:600;line-height:1.2;color:#47144e;margin-bottom:0}.logo-text span{font-size:.875rem;color:#47144e}.nav-menu{display:flex;list-style:none;gap:2rem;align-items:center;transition:right .3s}.nav-menu a{text-decoration:none;color:#303030;font-weight:500;transition:color .3s ease;position:relative}.nav-menu a:hover{color:var(--primary-color)}.nav-menu a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:var(--gradient-primary);transition:width .3s ease}.nav-menu a:hover:after{width:100%}.nav-toggle{display:none;flex-direction:column;cursor:pointer;gap:4px;background:none;border:none;padding:4px}.nav-toggle span{width:25px;height:3px;background:var(--text-primary);transition:.3s;border-radius:2px}@media(max-width:900px){.nav-container{height:65px;padding:0 12px}.logo-img{left:0;max-height:45px}.logo-text .nav-name{font-size:1.1rem}.logo-text span{font-size:.72rem}.nav-menu{position:fixed;top:0;right:-100vw;flex-direction:column;gap:2rem;background:#fffffffa;width:70vw;max-width:330px;height:100vh;justify-content:flex-start;align-items:flex-start;padding:100px 32px 32px 24px;box-shadow:-2px 0 32px #47144e0f;transition:right .3s cubic-bezier(.4,0,.2,1);z-index:2000}.nav-menu.active{right:0}.nav-toggle{display:flex;z-index:2100}}@media(max-width:900px){body.menu-open{overflow:hidden}}.menu-overlay{display:none}@media(max-width:900px){.menu-overlay.active{display:block;position:fixed;inset:0;background:#0000003d;z-index:1500}}.hero{position:relative;height:100vh;display:flex;align-items:center;overflow:hidden}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/assets/Banner_Principal_Iara_Wolf-5QvZ2cG7.webp);background-size:cover;background-position:top center;background-repeat:no-repeat;z-index:-2}.hero-bg-img{object-fit:cover;width:100%;height:100%;object-position:top center}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#6b73ffcc,#9b59b699);z-index:-1}.hero-content{position:relative;z-index:1;width:100%}.hero-text{max-width:720px;text-align:left;margin-left:5vw;margin-right:auto;color:#333}.hero-logo{max-width:320px;margin-bottom:1.5rem;display:block}.hero-title{font-family:Times New Roman,serif;color:#5a264d;font-size:clamp(2.2rem,4vw,2.8rem);font-weight:400;line-height:1.4;margin-bottom:1rem}.hero-description{font-family:Poppins,sans-serif;color:#333;font-size:1.05rem;line-height:1.6;margin-top:1rem}.hero-description.small{color:#444;font-size:.95rem;margin-top:.8rem;line-height:1.5}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem;justify-content:flex-start}.btn-primary{background:linear-gradient(135deg,#fce8c9,#edd1ac 60%,#dbb78a);color:#000!important;font-size:.9rem;padding:12px 24px;border:none;border-radius:50px;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.btn-primary:hover{opacity:.9}.hero-scroll{position:absolute;bottom:30px;left:50%;transform:translate(-50%)}.scroll-indicator{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:2px solid rgba(255,255,255,.5);border-radius:50%;color:#fff;text-decoration:none;animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translate(-50%) translateY(0)}40%{transform:translate(-50%) translateY(-10px)}60%{transform:translate(-50%) translateY(-5px)}}section{padding:100px 0}.section-header{margin-bottom:4rem}.section-header.centered{text-align:center;max-width:800px;margin:0 auto 4rem}.section-tag{display:inline-block;background:var(--gradient-primary);color:#fff;padding:8px 20px;border-radius:25px;font-size:.875rem;font-weight:600;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}.title-decoration{width:60px;height:4px;background:var(--gradient-primary);margin:1rem auto;border-radius:2px}.section-description{font-size:1.125rem;color:var(--text-secondary);line-height:1.7}.about{background:var(--bg-light);padding:4rem 2rem}.about-content{display:flex;flex-direction:row;flex-wrap:wrap;gap:3rem;align-items:flex-start;justify-content:space-between;max-width:1200px;margin:0 auto}.about-text{flex:1 1 55%;min-width:300px}.about-image{flex:1 1 40%;display:flex;justify-content:flex-end;align-items:center}.image-wrapper{position:relative;max-width:100%}.about-img{width:100%;max-width:360px;height:auto;border-radius:16px;box-shadow:var(--shadow-medium);transition:transform .3s ease}.image-wrapper:hover .about-img{transform:scale(1.03)}.image-decoration{position:absolute;top:-20px;right:-20px;width:100px;height:100px;background:var(--gradient-secondary);border-radius:50%;z-index:-1}.section-header{margin-bottom:1rem}.about-text .section-header{flex:1 1 50%;min-width:320px}.about-text .title-decoration{margin:1rem 0}.about-intro{font-size:1.2rem;color:var(--text-primary);font-weight:500;margin-bottom:1.5rem}.about-description{font-size:1.05rem;line-height:1.7;margin-bottom:2.5rem;color:var(--text-secondary)}.credentials{display:flex;flex-direction:column;gap:1rem;margin:2rem 0}.credential-item{display:flex;align-items:center;background:#fff;padding:1rem;border-radius:12px;box-shadow:var(--shadow-light);gap:1rem;transition:all .3s ease}.credential-item:hover{transform:translateY(-3px);box-shadow:var(--shadow-medium)}.credential-icon i{font-size:1.5rem;color:#47144e}.credential-info h4{margin:0;font-size:1rem;font-weight:600}.credential-info p{margin:.25rem 0 0;font-size:.875rem;color:var(--text-muted)}.stats{display:flex;gap:2rem;margin-top:2rem;flex-wrap:wrap}.stat-item{text-align:center;min-width:120px}.stat-number{display:block;font-size:2.5rem;font-weight:700;color:#47144e;margin-bottom:.5rem}.stat-label{font-size:.9rem;color:var(--text-muted)}@media(max-width:900px){.about{padding:2.5rem 1rem}.about-content{gap:2rem;max-width:98vw}.about-img{max-width:240px}.image-decoration{top:-14px;right:-10px;width:56px;height:56px}}@media(max-width:768px){.about-content{flex-direction:column;align-items:center;text-align:center;gap:2rem}.about-image{justify-content:center;margin-top:2rem;width:100%}.about-img{max-width:70vw}.about-text{text-align:center;width:100%;min-width:unset}.stats{justify-content:center;gap:1.2rem}}@media(max-width:480px){.about{padding:1.2rem .5rem}.about-content{gap:1.2rem;max-width:100vw}.about-text{font-size:.95rem}.about-intro{font-size:1.08rem}.about-description{font-size:.92rem;margin-bottom:1.2rem}.about-img{max-width:95vw;border-radius:10px}.credentials{gap:.6rem;margin:1.2rem 0}.credential-item{padding:.7rem;font-size:.93rem;gap:.7rem}.stat-number{font-size:1.5rem}}@media(max-width:400px){.image-decoration{display:none}}.services{background:#fff;position:relative;padding:6rem 0 4rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}.service-card{background:#fff;padding:2.5rem 2rem;border-radius:20px;text-align:center;box-shadow:var(--shadow-light);transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid var(--border-color);position:relative;overflow:hidden;z-index:2;min-height:420px;display:flex;flex-direction:column;justify-content:flex-start}.service-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:var(--gradient-primary);transform:scaleX(0);transition:transform .3s ease}.service-card:hover:before{transform:scaleX(1)}.service-card:hover{transform:translateY(-10px);box-shadow:var(--shadow-heavy)}.service-card.featured{background:linear-gradient(135deg,#6a538a,#b8acd7);color:#fff;transform:scale(1.04);font-family:Times New Roman,serif}.service-card.featured .service-icon{background:#fff3;color:#fff}.service-badge{position:absolute;top:20px;right:20px;background:var(--gradient-secondary);color:#4b4b4b;padding:5px 12px;border-radius:15px;font-size:.75rem;font-weight:600;z-index:5}.service-icon{background:linear-gradient(135deg,#6a538a,#b8acd7);border-radius:50%;width:80px;height:80px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:2.1rem;margin:0 auto 1.5rem;transition:transform .3s ease}.service-card:hover .service-icon{transform:scale(1.1)}.service-card h3{font-family:Times New Roman,serif;color:#47144e;margin-top:.6rem;margin-bottom:1rem}.service-card.featured h3{color:#fff}.service-card p,.service-card .service-features li{font-family:Times New Roman,serif;color:#47144e}.service-card.featured p{color:#ffffffe6}.service-card.featured .service-features li{color:#fffc}.service-features{list-style:none;text-align:left;margin:1rem 0 0;padding:0}.service-features li{color:var(--text-muted);position:relative;padding:.5rem 0 .5rem 1.5rem;font-size:1.01rem}.service-features li:before{content:"✓";position:absolute;left:0;color:var(--success-color);font-weight:700}.service-card.featured .service-features li:before{color:#ffffffe6}.custom-tag{font-family:Times New Roman,serif;background:linear-gradient(135deg,#fce8c9,#edd1ac 60%,#dbb78a);color:#4b4b4b;padding:6px 16px;border-radius:12px;display:inline-block;font-weight:700}.custom-title{font-family:Times New Roman,serif;color:#47144e;margin-bottom:2.4rem;text-align:center;font-size:2.1rem}.lavanda-canto{position:absolute;z-index:1;pointer-events:none}.lavanda-direita{top:60px;right:0;width:280px}.lavanda-esquerda{bottom:0;left:-30px;width:280px;transform:rotate(-5deg)}@media(max-width:1200px){.services-grid{max-width:98vw;padding:0 1rem;gap:2rem}}@media(max-width:900px){.services{padding:3.5rem 0 2.5rem}.services-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;padding:0 .5rem}.service-card{padding:2rem 1rem;min-height:340px}.service-icon{width:64px;height:64px;font-size:1.55rem;margin-bottom:1.1rem}.custom-title{font-size:1.55rem}.lavanda-direita,.lavanda-esquerda{width:150px}.lavanda-direita{top:30px}.lavanda-esquerda{left:-10px}}@media(max-width:600px){.services{padding:2.2rem 0 1.4rem}.services-grid{grid-template-columns:1fr;gap:1.1rem;padding:0 .2rem}.service-card{padding:1.1rem .5rem;min-height:0;border-radius:14px}.service-card h3{font-size:1.13rem;margin-top:.2rem;margin-bottom:.7rem}.service-features li{font-size:.96rem;padding-left:1.1rem}.service-badge{top:10px;right:10px;font-size:.72rem;padding:4px 9px}.service-icon{width:54px;height:54px;font-size:1.15rem;margin-bottom:.6rem}.custom-title{font-size:1.01rem;margin-bottom:1.2rem}}@media(max-width:480px){.services{padding:1.2rem 0 .8rem}.service-card{padding:.8rem .2rem}.custom-title{font-size:.93rem;margin-bottom:1rem}.service-features li{font-size:.91rem;padding-left:.8rem}.lavanda-canto{display:none}}.testimonials{position:relative;background:url(/assets/Fundo_Depoimento_Pacientes-D0udEo7p.webp) no-repeat center center;background-size:cover;background-attachment:fixed;padding:5rem 1rem;isolation:isolate}.testimonials:before{content:"";position:absolute;inset:0;background:#210032a6;z-index:0}.testimonials .container{position:relative;z-index:1}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.testimonial-card{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:var(--shadow-light);transition:all .3s ease;position:relative;display:flex;flex-direction:column;justify-content:flex-start}.testimonial-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-medium)}.testimonial-card.featured{background:linear-gradient(135deg,#6a538a,#b8acd7);color:#fff;transform:scale(1.04)}.testimonial-content{margin-bottom:2rem}.quote-icon{font-size:2rem;color:#6a538a;margin-bottom:1rem}.testimonial-card.featured .quote-icon{color:#fff}.testimonial-content p{font-size:1.1rem;line-height:1.7;color:var(--text-secondary);font-style:italic}.testimonial-card.featured .testimonial-content p{color:#fffffff2}.testimonial-author{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.author-avatar{width:60px;height:60px;border-radius:50%;overflow:hidden;border:3px solid var(--border-color);flex-shrink:0}.testimonial-card.featured .author-avatar{border-color:#ffffff4d}.author-avatar img{width:100%;height:100%;object-fit:cover}.author-info h4{color:var(--text-primary);margin-bottom:.25rem;font-size:1.1rem}.testimonial-card.featured .author-info h4{color:#fff}.author-info span{color:var(--text-muted);font-size:.9rem}.testimonial-card.featured .author-info span{color:#fffc}.testimonial-rating{display:flex;gap:.25rem}.testimonial-rating i{color:gold;font-size:1.1rem}.section-tag.depoimentos-tag{font-family:Times New Roman,serif;background:linear-gradient(135deg,#fce8c9,#edd1ac 60%,#dbb78a);color:#4b4b4b;padding:6px 16px;border-radius:12px;display:inline-block;font-weight:700}.testimonials .section-header h2{font-family:Times New Roman,serif;color:#fff}.testimonials .section-description{font-family:Poppins,sans-serif;color:#fff;font-size:1rem;line-height:1.7;max-width:800px;margin:0 auto;text-align:center;margin-bottom:3rem}@media(max-width:900px){.testimonials{padding:3.5rem .5rem;background-attachment:scroll}.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;max-width:98vw;padding:0 .2rem}.testimonial-card{padding:1.7rem 1rem;border-radius:16px}}@media(max-width:600px){.testimonials{padding:2.2rem .1rem;background-attachment:scroll}.testimonials-grid{grid-template-columns:1fr;gap:1.1rem;max-width:100vw;padding:0}.testimonial-card{padding:1.1rem .7rem;border-radius:12px}.quote-icon{font-size:1.25rem;margin-bottom:.7rem}.testimonial-content p{font-size:.98rem;line-height:1.5}.testimonial-author{flex-direction:column;gap:.5rem;align-items:center;margin-bottom:.5rem}.author-avatar{width:44px;height:44px;border-width:2px}.author-info h4{font-size:1rem}.testimonials .section-header h2{font-size:1.13rem}.testimonials .section-description{font-size:.93rem;margin-bottom:2rem;padding:0 .3rem}}@media(max-width:400px){.testimonial-card{padding:.7rem .2rem;border-radius:8px}.testimonial-content p{font-size:.89rem}.author-info h4{font-size:.93rem}}.cta-section{background:#fff;padding:4rem 2rem;text-align:center;color:#303030;font-family:Times New Roman,serif;position:relative;overflow:hidden}.cta-section .container{position:relative;z-index:1;max-width:1100px;margin:0 auto}.cta-tag{display:inline-block;background:linear-gradient(135deg,#fce8c9,#edd1ac,#dbb78a);color:#303030;padding:6px 16px;border-radius:12px;font-family:Times New Roman,serif;font-weight:700;margin-bottom:1rem;font-size:.9rem}.cta-section h2{font-family:Times New Roman,serif;font-size:2rem;font-weight:700;margin-bottom:1rem;color:#47144e}.cta-section p{font-family:Poppins,sans-serif;font-size:1.1rem;line-height:1.6;max-width:600px;margin:0 auto 2rem;color:#303030}.cta-features{display:flex;justify-content:center;flex-wrap:wrap;gap:2rem;margin-bottom:2rem;font-family:Poppins,sans-serif}.cta-feature{display:flex;align-items:center;gap:.5rem;font-size:1rem;color:#303030}.cta-feature i{font-size:1.2rem;color:#303030}.cta-buttons{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem}.btn-whatsapp{background:linear-gradient(135deg,#5a785e,#134124);color:#fff;font-weight:600;border-radius:50px;padding:.85rem 1.8rem;display:inline-flex;align-items:center;gap:.5rem;box-shadow:0 4px 10px #00000026;transition:all .3s ease;text-decoration:none;font-family:Poppins,sans-serif;border:none}.btn-whatsapp:hover{filter:brightness(1.1);transform:translateY(-2px)}.btn-secondary{background-color:transparent;color:#303030;border:2px solid #303030;font-weight:600;border-radius:50px;padding:.85rem 1.8rem;display:inline-flex;align-items:center;gap:.5rem;box-shadow:0 4px 10px #0000001a;transition:all .3s ease;text-decoration:none;font-family:Poppins,sans-serif}.btn-secondary:hover{background-color:#0000000d;transform:translateY(-2px)}.cta-lavanda{position:absolute;bottom:0;left:40px;width:190px;z-index:0;pointer-events:none;-webkit-user-select:none;user-select:none}.cta-content.two-columns{display:flex;align-items:center;gap:3rem;flex-wrap:wrap;justify-content:center;max-width:1000px;margin:0 auto;text-align:left}.cta-image{background:#fff;padding:1rem;border-radius:20px;box-shadow:0 8px 24px #0000001a;max-width:350px;margin:0 auto}.cta-image img{max-width:320px;width:100%;border-radius:20px;display:block}.cta-text{flex:1;min-width:300px;max-width:520px;margin:0 auto;text-align:left}@media(max-width:1100px){.cta-section{padding:3rem 1.2rem}.cta-content.two-columns{gap:2rem}.cta-image{max-width:250px;padding:.7rem}.cta-image img{max-width:220px;border-radius:16px}.cta-lavanda{width:120px;left:10px}}@media(max-width:900px){.cta-content.two-columns{flex-direction:column;align-items:center;gap:1.5rem;text-align:center}.cta-text{min-width:unset;max-width:100vw;text-align:center;margin:0}.cta-image{margin-bottom:1.5rem}}@media(max-width:600px){.cta-section{padding:1.5rem .2rem}.cta-lavanda{width:70px;left:0}.cta-image{max-width:98vw;padding:.25rem;box-shadow:none;border-radius:12px}.cta-image img{max-width:90vw;border-radius:12px}.cta-tag{font-size:.85rem;padding:5px 12px}.cta-section h2{font-size:1.18rem}.cta-section p{font-size:.97rem;margin-bottom:1.2rem}.cta-features{flex-direction:column;gap:1.1rem;margin-bottom:1.1rem}}@media(max-width:500px){.cta-buttons{flex-direction:column;gap:.75rem}.btn-whatsapp,.btn-secondary{width:100%;justify-content:center;padding:.85rem 0;font-size:.99rem}}.contact{padding:4rem 2rem;background:#fff;font-family:Times New Roman,serif;color:#303030}.contact .container{max-width:1200px;margin:0 auto}.section-tag{display:inline-block;background:linear-gradient(135deg,#fce8c9,#edd1ac,#dbb78a);color:#303030;padding:6px 16px;border-radius:12px;font-family:Times New Roman,serif;font-weight:700;font-size:.9rem;margin-bottom:1rem}.section-header h2{font-size:2rem;font-weight:700;font-family:Times New Roman,serif;color:#47144e;margin-bottom:.5rem}.section-description{font-family:Poppins,sans-serif;color:#303030;font-size:1.1rem;line-height:1.6;max-width:640px;margin:0 auto 2rem}.contact-content{display:flex;flex-wrap:wrap;gap:3rem;justify-content:space-between;align-items:flex-start}.contact-info{flex:1;display:flex;flex-direction:column;gap:1.5rem;min-width:260px}.contact-item{display:flex;align-items:flex-start;gap:1rem;background:#f9fafe;padding:1.2rem 1rem;border-radius:12px;box-shadow:var(--shadow-light, 0 4px 10px rgba(0, 0, 0, .05))}.contact-icon i{font-size:1.5rem;background:linear-gradient(135deg,#fce8c9,#edd1ac,#dbb78a);padding:.75rem;border-radius:50%;color:#fff;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center}.contact-details h4{margin:0 0 .25rem;font-size:1rem;font-weight:600;font-family:Poppins,sans-serif}.contact-details a{color:#7a3e94;text-decoration:none;font-weight:500;font-family:Poppins,sans-serif}.contact-details small{font-size:.85rem;color:#666;font-family:Poppins,sans-serif}.contact-hours{background:#f9fafe;padding:1.2rem 1rem;border-radius:12px;box-shadow:var(--shadow-light, 0 4px 10px rgba(0, 0, 0, .05))}.contact-hours h4{display:flex;align-items:center;gap:.5rem;font-size:1rem;margin-bottom:.75rem;font-family:Poppins,sans-serif}.hours-list{display:flex;flex-direction:column;gap:.4rem}.hour-item{display:flex;justify-content:space-between;font-size:.95rem;font-family:Poppins,sans-serif}.contact-form-wrapper{flex:1;min-width:320px;max-width:500px;margin-left:auto;margin-right:auto}.contact-form h3{font-family:Times New Roman,serif;font-size:1.3rem;margin-bottom:1.2rem;color:#47144e}.contact-form .form-row{display:flex;gap:1rem;flex-wrap:wrap}.contact-form .form-group{flex:1;display:flex;flex-direction:column}.contact-form label{font-weight:500;margin-bottom:.5rem;font-family:Poppins,sans-serif}.contact-form input,.contact-form select,.contact-form textarea{padding:.75rem;border:1px solid #ccc;border-radius:8px;font-family:Poppins,sans-serif;font-size:.95rem;background:#fff}.contact-form textarea{resize:vertical}.checkbox-group{margin:.2rem 0}.checkbox-label{display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-family:Poppins,sans-serif}.checkbox-label a{color:#7a3e94;text-decoration:underline}.btn-primary{background:linear-gradient(135deg,#fce8c9,#edd1ac,#dbb78a);color:#303030;font-weight:700;font-family:Poppins,sans-serif;border:none;border-radius:50px;padding:.9rem 2rem;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem;box-shadow:0 4px 10px #0000001a}.btn-primary:hover{filter:brightness(1.05);transform:translateY(-2px)}@media(max-width:1024px){.contact{padding:2.8rem .7rem}.contact-content{gap:2rem}}@media(max-width:900px){.contact-content{flex-direction:column;gap:1.7rem;align-items:stretch}.contact-form-wrapper,.contact-info{width:100%;max-width:100vw}.contact-form-wrapper{margin:0 auto;min-width:unset}}@media(max-width:600px){.contact{padding:1.2rem .2rem}.section-header h2{font-size:1.18rem}.section-description{font-size:.97rem;margin-bottom:1.2rem}.contact-content{gap:1rem}.contact-info{gap:.7rem;min-width:unset}.contact-item,.contact-hours{padding:.8rem .5rem;border-radius:8px;font-size:.98rem}.contact-icon i{font-size:1.08rem;width:1.9rem;height:1.9rem;padding:.55rem}.contact-details h4{font-size:.93rem}.contact-details small,.hour-item{font-size:.87rem}.contact-form h3{font-size:1rem;margin-bottom:.7rem}.btn-primary{padding:.7rem 0;width:100%;justify-content:center;font-size:1.05rem}.form-row{flex-direction:column;gap:.5rem}.contact-form input,.contact-form select,.contact-form textarea{padding:.6rem;font-size:.91rem;border-radius:6px}}@media(max-width:400px){.contact{padding:.7rem .1rem}.contact-form-wrapper,.contact-info{padding:0;margin:0}.btn-primary{padding:.62rem 0;font-size:.98rem}}.contact-form-wrapper{flex:1;background:#f9fafe;padding:2rem;border-radius:16px;box-shadow:var(--shadow-light, 0 4px 10px rgba(0, 0, 0, .08));max-width:500px;margin:0 auto}.contact-form h3{font-size:1.4rem;margin-bottom:1.5rem}.form-row{display:flex;gap:1rem;flex-wrap:wrap}.form-group{flex:1;display:flex;flex-direction:column;margin-bottom:1rem;min-width:140px}.form-group label:not(.checkbox-label){font-weight:500;margin-bottom:.4rem}.contact-form input,.contact-form select,.contact-form textarea{padding:.8rem;border:1px solid #ccc;border-radius:8px;font-size:1rem;transition:.2s;width:100%;background:#fff}.contact-form input:focus,.contact-form textarea:focus,.contact-form select:focus{outline:none;border-color:var(--primary-color, #47144e);box-shadow:0 0 0 2px #8b5cf626}.form-group input.error,.form-group textarea.error,.form-group select.error{border-color:var(--error-color, #f44336)!important;box-shadow:0 0 0 2px #f443361a}.field-error{color:var(--error-color, #f44336);font-size:.875rem;margin-top:.25rem;display:block}.checkbox-group{display:flex;align-items:center;gap:.5rem;margin:.7rem 0 .2rem;flex-wrap:wrap}.checkbox-group input[type=checkbox]{accent-color:#47144e;width:1.15em;height:1.15em;cursor:pointer;flex-shrink:0;margin:0}.checkbox-label{font-size:.98rem;font-family:Poppins,sans-serif;color:#303030;font-weight:400;line-height:1.5;cursor:pointer;margin:0;white-space:normal;display:inline}.checkbox-label a{color:#7a3e94;text-decoration:underline;font-weight:500}.btn-primary{background:linear-gradient(to right,#e6c29d,#e6c29d);color:#000;padding:.75rem 2rem;border-radius:30px;font-weight:700;text-transform:uppercase;box-shadow:0 4px 6px #0000001a;transition:all .3s ease;margin-top:.5rem;align-self:center;font-size:1rem;border:none;cursor:pointer;display:flex;align-items:center;gap:.5rem}.btn-primary:hover{transform:translateY(-2px);filter:brightness(1.05)}@media(max-width:900px){.contact-form-wrapper{padding:1.3rem;border-radius:12px;max-width:98vw}}@media(max-width:600px){.contact-form-wrapper{padding:.7rem;border-radius:8px}.contact-form h3{font-size:1.08rem;margin-bottom:1rem}.form-row{flex-direction:column;gap:.5rem}.form-group{margin-bottom:.7rem;min-width:unset}.contact-form input,.contact-form select,.contact-form textarea{padding:.6rem;font-size:.95rem;border-radius:6px}.btn-primary{width:100%;justify-content:center;font-size:1.01rem;padding:.7rem 0;align-self:center}.checkbox-label{font-size:.89rem}}@media(max-width:400px){.contact-form-wrapper{padding:.4rem;border-radius:6px}.contact-form h3{font-size:.98rem}.btn-primary{font-size:.97rem;padding:.62rem 0}}.footer{background:#47144e;color:#fff;padding:4rem 0 2rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2.5rem;margin-bottom:3rem;width:100%;max-width:1200px;margin-left:auto;margin-right:auto}.footer-section h3,.footer-section h4{margin-bottom:1.2rem;color:#fff;font-size:1.12rem}.footer-logo{display:flex;align-items:center;gap:16px;margin-bottom:1rem}.footer-logo img{width:54px;height:54px;object-fit:cover;border-radius:50%}.footer-logo h3{margin:0;font-size:1.12rem;font-weight:700;color:#fff}.footer-logo p{margin:4px 0 0;font-size:.91rem;color:#ccc}.footer-description{font-size:.97rem;color:#ccc;line-height:1.6;max-width:340px}.social-links{display:flex;gap:.7rem;margin-top:1rem;flex-wrap:wrap}.social-links a{width:36px;height:36px;background:#ffffff21;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;font-size:1.18rem;transition:all .3s ease}.social-links a:hover{background:#ffffff40;transform:translateY(-2px) scale(1.07)}.footer-links{list-style:none;padding-left:0}.footer-links li{margin-bottom:.65rem}.footer-links a{color:#ffffffd1;text-decoration:none;transition:color .3s ease;font-size:.99rem}.footer-links a:hover{color:#fff}.footer-contact p{color:#fffc;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem;font-size:.97rem}.footer-hours{margin-top:1.3rem}.footer-hours p{color:#fffc;margin-bottom:.4rem;font-size:.95rem}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.7rem;margin-top:0}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.2rem;width:100%;max-width:1200px;margin:0 auto}.footer-bottom p{color:#fff9;margin-bottom:0;font-size:.94rem}.footer-bottom-links{display:flex;gap:1.4rem;flex-wrap:wrap}.footer-bottom-links a{color:#ffffffb3;text-decoration:none;font-size:.93rem;transition:color .3s}.footer-bottom-links a:hover{color:#fff}.whatsapp-float{position:fixed;bottom:28px;right:24px;width:60px;height:60px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;box-shadow:0 4px 20px #25d36666;z-index:1000;font-size:1.7rem;overflow:hidden;transition:none;gap:0;padding:0}.whatsapp-float i{font-size:1.7rem;color:#fff;min-width:1.7rem;min-height:1.7rem;display:flex;align-items:center;justify-content:center}.whatsapp-text{display:none}.back-to-top{position:fixed;bottom:30px;left:30px;width:50px;height:50px;background:var(--gradient-primary);border:none;border-radius:50%;color:#fff;cursor:pointer;opacity:0;visibility:hidden;transition:all .3s ease;z-index:999}.back-to-top.visible{opacity:1;visibility:visible}.back-to-top:hover{transform:translateY(-3px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeInUp .6s ease forwards}@media(max-width:1024px){.container{padding:0 15px}.about-content{display:flex;flex-direction:row;gap:3rem;align-items:flex-start;justify-content:space-between;flex-wrap:wrap}.about-content.reverse{flex-direction:row-reverse}.contact-content{grid-template-columns:1fr;gap:3rem}.stats{gap:1rem}.cta-features{gap:2rem}}@media(max-width:768px){.nav-menu{position:fixed;left:-100%;top:80px;flex-direction:column;background-color:#fff;width:100%;text-align:center;transition:.3s;box-shadow:var(--shadow-medium);padding:2rem 0;gap:1rem}.nav-menu.active{left:0}.nav-toggle{display:flex}.nav-toggle.active span:nth-child(1){transform:rotate(-45deg) translate(-5px,6px)}.nav-toggle.active span:nth-child(2){opacity:0}.nav-toggle.active span:nth-child(3){transform:rotate(45deg) translate(-5px,-6px)}.hero-buttons{flex-direction:column;align-items:center;gap:1rem}.services-grid,.testimonials-grid{grid-template-columns:1fr}.form-row{grid-template-columns:1fr;gap:1rem}.stats{flex-direction:column;gap:1.5rem;text-align:center}.cta-features{flex-direction:column;gap:1rem;align-items:center}.cta-buttons{flex-direction:column;align-items:center;gap:1rem}.footer-bottom-content{flex-direction:column;text-align:center;gap:1rem}.footer-bottom-links{justify-content:center}.whatsapp-float{bottom:20px;right:20px;width:55px;height:55px}.whatsapp-float:hover{width:55px;border-radius:50%}.whatsapp-text{display:none}.back-to-top{bottom:20px;left:20px;width:45px;height:45px}}@media(max-width:480px){section{padding:60px 0}.hero-title{font-family:Times New Roman,serif;color:#5a264d;font-size:2.4rem;font-weight:400;line-height:1.4}.hero-subtitle{font-family:Poppins,sans-serif;color:#333;font-size:1.05rem;line-height:1.6;text-align:center;margin-top:1.2rem}.hero-buttons .btn-primary{font-family:Open Sans,sans-serif;background:linear-gradient(to right,#fbe5c1,#e6c29d);color:#000!important;padding:.75rem 2rem;border-radius:30px;font-weight:700;text-transform:uppercase;box-shadow:0 4px 6px #0000001a;text-decoration:none;transition:all .3s ease}.service-card,.testimonial-card,.contact-form-wrapper{padding:2rem}.about-img{width:100%;max-width:420px;height:auto;border-radius:16px;box-shadow:var(--shadow-medium);transition:transform .3s ease}.credentials{margin-bottom:2rem}.credential-item{padding:1rem;gap:1rem}.credential-icon{width:50px;height:50px;font-size:1.25rem}}@media print{.header,.whatsapp-float,.back-to-top,.nav-toggle{display:none}body{font-size:12pt;line-height:1.4}.hero{height:auto;padding:2rem 0}.hero-overlay{display:none}section{padding:1rem 0;break-inside:avoid}}@media(prefers-contrast:high){:root{--text-primary: #000000;--text-secondary: #333333;--border-color: #000000}.btn-primary,.btn-secondary{border:2px solid #000000}}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.scroll-indicator{animation:none}}.legal-page{padding:140px 0 80px}.legal-content{max-width:800px;margin:0 auto}.legal-content h2{font-size:1.4rem;color:#47144e;margin-top:2.5rem}.legal-content p,.legal-content li{color:var(--text-secondary)}.legal-content ul{margin:0 0 1rem 1.25rem}.legal-content li{margin-bottom:.4rem}.legal-content a{color:var(--primary-color)}@media(max-width:600px){.legal-page{padding:110px 0 60px}}.notification{position:fixed;top:100px;right:20px;left:auto;max-width:400px;padding:1rem 1.5rem;border-radius:8px;box-shadow:var(--shadow-medium);color:#fff;font-weight:500;z-index:10000;transform:translate(120%);transition:transform .3s ease}.notification.is-visible{transform:translate(0)}.notification-success{background:#4caf50}.notification-error{background:var(--error-color, #f44336)}.notification-info{background:#2196f3}.notification-content{display:flex;align-items:center;justify-content:space-between;gap:1rem}.notification-close{background:none;border:none;color:inherit;font-size:1.25rem;line-height:1;cursor:pointer;padding:0}@media(max-width:480px){.notification{left:16px;right:16px;max-width:none}}.cookie-consent{position:fixed;bottom:0;left:0;right:0;z-index:9999;background:#fff;border-top:1px solid var(--border-color);box-shadow:0 -4px 20px #0000001f;padding:1.25rem}.cookie-consent-content{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}.cookie-consent-content p{flex:1 1 400px;margin:0;color:var(--text-secondary);font-size:.9rem}.cookie-consent-content a{color:var(--primary-color);font-weight:600}.cookie-consent-buttons{display:flex;gap:.75rem;flex-shrink:0}.cookie-consent-buttons .btn-primary,.cookie-consent-buttons .btn-secondary{padding:.6rem 1.25rem;font-size:.9rem}@media(max-width:600px){.cookie-consent-content{flex-direction:column;align-items:stretch;text-align:center}.cookie-consent-buttons{justify-content:center}}
