@import "https://fonts.googleapis.com/css2?family=Caveat:wght@500;600&display=swap";html{scroll-behavior:smooth}@font-face{font-family:IBM Plex Sans;src:url(/fonts/IBMPlexSans.ttf)format("truetype");font-weight:100 900;font-style:normal}@font-face{font-family:Roboto;src:url(/fonts/Roboto.ttf)format("truetype");font-weight:100 900;font-style:normal}:root{--bg-white:#fff;--bg-beige:#faf6ee;--bg-light-green:#f4f7f6;--accent-light:#6cb885;--accent-dark:#006039;--text-dark:#1e293b;--text-muted:#64748b;--text-light:#fff;--border-color:#e2e8f0;--margin-base:24px;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-full:9999px}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--text-dark);background-color:var(--bg-white);-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;line-height:1.6}h1,h2,h3,h4,h5,h6{color:var(--text-dark);font-family:IBM Plex Sans,sans-serif;font-weight:600;line-height:1.2}h1{margin-bottom:var(--margin-base);font-size:3rem}h2{margin-bottom:var(--margin-base);font-size:2rem}h3{font-size:1.25rem}p{margin-bottom:var(--margin-base)}.hero-overline{color:var(--accent-dark);letter-spacing:2px;text-transform:uppercase;margin-bottom:.5rem;font-size:.9rem;font-weight:700}a{color:inherit;text-decoration:none}.container{width:100%;max-width:1100px;margin:0 auto;padding:0 24px}.section{padding:80px 0;scroll-margin-top:80px}.section-light{background-color:var(--bg-light)}.section-white{background-color:var(--bg-white)}.text-accent{color:var(--accent-light)}.text-accent-dark{color:var(--accent-dark)}.flex-center{justify-content:center;align-items:center;display:flex}.btn{border-radius:var(--radius-sm);cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:8px;padding:12px 24px;font-family:Roboto,sans-serif;font-size:.95rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary{background-color:var(--accent-dark);color:var(--text-light)}.btn-primary:hover{background-color:#03482b}.btn-outline{border-color:var(--accent-dark);color:var(--accent-dark);background-color:#0000}.btn-outline:hover{background-color:#0060390d}.section-title{text-align:center;color:var(--text-dark);margin-bottom:48px;display:inline-block;position:relative;left:50%;transform:translate(-50%)}.section-title:after{content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 20' preserveAspectRatio='none'%3E%3Cpath d='M 2 15 C 20 10 65 17 98 12' fill='none' stroke='%23006039' stroke-width='6' stroke-linecap='round' /%3E%3C/svg%3E");background-repeat:no-repeat;background-size:100% 100%;width:120px;height:14px;position:absolute;bottom:-16px;left:50%;transform:translate(-50%)}.icon-circle{width:48px;height:48px;color:var(--accent);background-color:#0596691a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.navbar{background-color:var(--bg-white);border-bottom:1px solid var(--border-color);z-index:1000;padding:1rem 0;position:sticky;top:0}.navbar-container{justify-content:space-between;align-items:center;display:flex;padding:0 40px!important}.navbar-logo{align-items:center;gap:12px;display:flex}.logo-text h2{color:var(--text-dark);margin:0;font-size:1.1rem}.logo-text p{color:var(--text-muted);margin:0;font-size:.75rem}.navbar-links{gap:24px;margin:0;padding:0;list-style:none;display:flex}.navbar-links a{color:var(--text-dark);font-size:.9rem;font-weight:600;transition:color .2s}.navbar-links a:hover{color:var(--accent-dark)}.navbar-actions{align-items:center;gap:16px;display:flex}.nav-social-link{color:var(--text-dark);background-color:var(--bg-light-green);border-radius:var(--radius-sm);align-items:center;gap:8px;padding:8px 16px;font-size:.85rem;font-weight:500;display:flex}.nav-social-link svg{color:var(--accent-dark)}.hero{background:var(--bg-white);padding:4rem 0}.hero-container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.hero-content p.hero-overline{color:var(--accent-light);letter-spacing:1px;margin-bottom:1rem;font-size:.85rem;font-weight:700}.hero-content h1{color:#0f172a;margin-bottom:1.5rem;font-size:3.5rem;line-height:1.1}.hero-content p{color:var(--text-muted);max-width:400px;margin-bottom:2.5rem;font-size:1.1rem}.hero-buttons{flex-wrap:wrap;gap:1rem;display:flex}.hero-btn{border-radius:var(--radius-sm);text-align:left;align-items:center;gap:12px;padding:12px 20px;display:flex}.hero-btn-primary{background-color:var(--accent-dark);color:#fff}.hero-btn-outline{border:1px solid var(--accent-dark);color:var(--accent-dark);background-color:#fff}.btn-text strong{font-family:IBM Plex Sans,sans-serif;font-size:.85rem;font-weight:600;display:block}.btn-text span{opacity:.9;font-size:.75rem;font-weight:400;display:block}.hero-btn-outline .btn-text span{color:var(--text-muted)}.hero-features{flex-wrap:wrap;gap:24px;margin-top:3rem;display:flex}.hero-feature-item{color:var(--text-dark);align-items:center;gap:12px;font-size:.8rem;font-weight:500;line-height:1.3;display:flex}.hero-feature-item svg{color:var(--accent-light);flex-shrink:0}.hero-image{justify-content:center;align-items:center;display:flex;position:relative}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-blob{background-color:var(--bg-beige);z-index:0;border-radius:50% 50% 0;width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-image img{object-fit:cover;z-index:1;border-radius:20px;width:100%;max-width:500px;position:relative;box-shadow:0 10px 30px #00000014}.about-section{background-color:var(--bg-beige);position:relative;overflow:hidden}.about-bg-shape{z-index:0;opacity:.7;background-color:#ebe0c8;border-radius:50% 40% 60%;width:450px;height:600px;position:absolute;top:10%;right:-5%}.about-container{text-align:center;z-index:1;justify-content:center;align-items:center;display:flex;position:relative}.about-content{flex-direction:column;align-items:center;max-width:800px;display:flex}.about-intro-text{flex-direction:column;display:flex}.about-greeting{color:var(--accent-light);margin-bottom:.2rem;font-family:Caveat,Dancing Script,cursive;font-size:1.8rem;font-weight:500}.about-title{color:var(--text-dark);margin:0 0 48px;font-family:IBM Plex Sans,sans-serif;font-size:2rem;font-weight:600;display:inline-block;position:relative}.about-title:after{content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 20' preserveAspectRatio='none'%3E%3Cpath d='M 2 15 C 20 10 65 17 98 12' fill='none' stroke='%23006039' stroke-width='6' stroke-linecap='round' /%3E%3C/svg%3E");background-repeat:no-repeat;background-size:100% 100%;width:120px;height:14px;position:absolute;bottom:-16px;left:0;transform:none}.about-description p{color:var(--text-dark);margin-bottom:1.25rem;font-size:.95rem;line-height:1.6}.process-section{background-color:var(--bg-white);padding:100px 0}.process-timeline{flex-direction:column;gap:0;max-width:800px;margin:0 auto;display:flex;position:relative}.process-item{gap:2rem;padding-bottom:3rem;display:flex;position:relative}.process-item:last-child{padding-bottom:0}.process-item:not(:last-child):after{content:"";background-color:var(--border-color);width:2px;position:absolute;top:40px;bottom:0;left:20px}.process-number{background-color:var(--accent-dark);color:#fff;z-index:2;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.1rem;font-weight:700;display:flex;box-shadow:0 4px 10px #00603933}.process-info h3{color:var(--text-dark);margin-bottom:.5rem;font-size:1.35rem}.process-info p{color:var(--text-muted);margin:0;font-size:1.05rem}@media (width<=768px){.process-item{gap:1.25rem;padding-bottom:2.5rem}.process-number{width:36px;height:36px;font-size:1rem}.process-item:not(:last-child):after{left:17px}.process-info h3{font-size:1.15rem}.process-info p{font-size:.95rem}}.services-section{background-color:var(--bg-light-green);position:relative;overflow:hidden}.services-container{z-index:1;position:relative}.dots-pattern{z-index:0;opacity:.7;background-image:radial-gradient(#d1d5db 2.5px,#0000 2.5px);background-size:24px 24px;width:150px;height:250px;position:absolute}.dots-left{top:40%;left:0;transform:translateY(-50%)}.dots-right{bottom:10%;right:0}.services-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.service-card{border-radius:var(--radius-md);text-align:center;background:#fff;flex-direction:column;align-items:center;padding:3rem 2rem;display:flex;position:relative;box-shadow:0 4px 15px #00000008}.service-icon-wrapper{background-color:var(--accent-dark);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1.5rem;display:flex}.service-card h3{color:var(--text-dark);margin:0 0 1rem;font-size:1.15rem}.service-card p{color:var(--text-muted);margin:0 0 1.5rem;font-size:.9rem;line-height:1.5}.service-card-line{background-color:var(--accent-light);border-radius:2px;width:30px;height:2px;margin-top:auto}.turnos-grid{grid-template-columns:1fr 1fr;gap:24px;display:grid}.turno-card{border-radius:var(--radius-md);flex-direction:column;height:100%;padding:2.5rem;display:flex}.turno-header{align-items:flex-start;gap:16px;min-height:90px;margin-bottom:2rem;display:flex}.turno-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.turno-header-text h3{color:var(--accent-dark);margin:0 0 8px;font-size:1.25rem}.turno-header-text p{color:var(--text-dark);margin:0 0 4px;font-size:.9rem}.turno-header-text strong{color:var(--text-dark);font-size:.9rem}.turno-details{flex-direction:column;flex-grow:1;margin-bottom:2rem;margin-left:72px;display:flex}.turno-phones-label{color:var(--accent-light);margin:0 0 8px;font-size:.85rem;font-weight:500}.turno-phone{color:var(--text-dark);align-items:center;gap:8px;margin-bottom:6px;font-size:.9rem;font-weight:600;display:flex}.turno-card .btn-full{border-radius:var(--radius-sm);justify-content:center;width:100%;padding:14px}.cta-banner{background-color:var(--accent-dark);color:#fff;border-radius:20px;justify-content:center;align-items:center;max-width:1000px;margin:0 auto;padding:3rem;display:flex;position:relative;overflow:hidden}.cta-content{z-index:1;flex-direction:row;align-items:center;gap:2.5rem;display:flex;position:relative}.cta-icon{opacity:.9;flex-shrink:0}.cta-text h2{color:#fff;margin-bottom:.5rem;font-family:IBM Plex Sans,sans-serif;font-size:2.25rem}.cta-text p{opacity:.9;color:var(--bg-light-green);margin:0;font-size:1.1rem}.cta-actions{z-index:1;gap:1rem;display:flex;position:relative}.floating-socials{z-index:1000;flex-direction:column;gap:12px;display:flex;position:fixed;bottom:2rem;right:2rem}.social-float{background-color:var(--accent-dark);color:#fff;border:4px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;transition:transform .2s;display:flex;box-shadow:0 4px 10px #00000026}.social-float:hover{transform:scale(1.05)}@media (width<=900px){.hero-container,.about-container{grid-template-columns:1fr;gap:2rem}.hero{background:var(--bg-white);padding:2rem 0}.hero-content{text-align:center;flex-direction:column;align-items:center;display:flex}.hero-buttons{justify-content:center}.services-grid{grid-template-columns:1fr}.cta-banner{text-align:center;flex-direction:column;gap:1.5rem;padding:2.5rem 1.5rem}.cta-content{flex-direction:column;gap:1.5rem}.cta-text h2{font-size:1.5rem}.cta-text p{font-size:.95rem}.pricing-cards.three-cols{grid-template-columns:repeat(2,1fr)}.navbar-links{display:none}.navbar-container{padding:0 20px!important}}@media (width<=600px){.turnos-grid{grid-template-columns:1fr}.hero-content h1{font-size:2.5rem}.cta-actions,.hero-buttons{flex-direction:column;width:100%}.hero-buttons .btn{justify-content:center;width:100%}.hero-features{flex-direction:column;align-items:center;gap:16px}.turno-card{padding:1.5rem}.turno-header{min-height:auto;margin-bottom:1.5rem}.floating-socials{gap:8px;bottom:1rem;right:1rem}.social-float{width:50px;height:50px}.social-float svg{width:24px;height:24px}.pricing-cards.three-cols{grid-template-columns:1fr}.navbar{padding:.25rem 0}.navbar-container{flex-direction:row;justify-content:space-between;align-items:center;gap:8px;display:flex}.logo-text h2{font-size:.85rem}.navbar-logo .icon-circle{width:28px!important;height:28px!important}.navbar-actions .btn{padding:4px 10px;font-size:.75rem}.hero{padding:1.5rem 0}.hero-content h1{margin-bottom:.75rem;font-size:2rem}.hero-content p{max-width:100%;margin-bottom:1.5rem;font-size:.95rem}.hero-buttons{display:none!important}.hero-features{flex-flow:wrap;justify-content:center;gap:12px;margin-top:1rem}.hero-feature-item{text-align:center;flex-direction:column;gap:6px;font-size:.7rem}.hero-feature-item svg{width:16px;height:16px}.hero-image{order:3;margin-top:2rem}.hero-image img{max-width:200px}.hero-blob{display:none}.section{padding:40px 0}.about-title{margin-bottom:32px;font-size:1.75rem}.about-greeting{font-size:1.5rem}.turno-details{margin-left:0}.footer-content{text-align:center;flex-direction:column;gap:1.5rem}.footer-logo{justify-content:center}.footer-links{flex-direction:column;gap:16px}.hero-features{justify-content:center}}.pricing-cards{gap:24px;display:grid}.pricing-cards.three-cols{grid-template-columns:repeat(3,1fr)}.price-card{text-align:center;background-color:var(--bg-white);border-radius:var(--radius-md);flex-direction:column;align-items:center;padding:32px 24px;display:flex;box-shadow:0 4px 15px #00000008}.price-card h3{color:var(--text-dark);margin-bottom:8px;font-size:1.2rem}.price-amount{color:var(--accent-dark);margin-bottom:8px;font-family:IBM Plex Sans,sans-serif;font-size:2rem;font-weight:700}.pricing-note{border-radius:var(--radius-md);background-color:#fff;margin-top:32px;padding:24px;box-shadow:0 4px 15px #00000008}.pricing-note ul{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.pricing-note li{color:var(--text-muted);align-items:flex-start;gap:8px;font-size:.9rem;display:flex}.footer-content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:2rem;display:flex}.footer-logo{align-items:center;gap:12px;display:flex}.footer-links{gap:24px;margin:0;padding:0;list-style:none;display:flex}.footer-links a{color:var(--text-dark);font-size:.9rem;font-weight:500}.footer-social a{color:var(--text-dark);align-items:center;gap:8px;font-size:.85rem;font-weight:500;display:flex}
