:root{--font-primary: "Montserrat", system-ui, sans-serif;--font-secondary: "Archivo", system-ui, sans-serif;font-family:var(--font-primary);line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{scroll-behavior:smooth}body{margin:0;min-width:320px}.header{box-sizing:border-box;position:fixed;width:100%;height:50px;display:flex;justify-content:space-between;align-items:center;padding:0 5rem;background:#303af2;color:#eaf3f9;z-index:9999;isolation:isolate}nav a{margin-left:3rem;color:#eaf3f9;text-decoration:none;font-weight:600;font-size:1em}nav a:hover{color:#535bf2}.brand{display:flex;align-items:center;gap:.75rem}.brand img{height:30px;width:auto}.brand-text{font-family:var(--font-primary);font-size:1.2rem;font-weight:600;margin:0}ul{list-style:none;padding-left:0}.bullets li{position:relative;padding-left:1.25rem;margin-bottom:.75rem;font-family:var(--font-secondary)}.bullets li:before{content:"•";position:absolute;left:0;top:.15em;color:#000}.bullets-features li{text-align:left;position:relative;padding-left:1.25rem;margin-bottom:.75rem;font-family:var(--font-secondary);font-size:.8em;color:#475569}.bullets-features li:before{content:"•";position:absolute;left:0;top:.15em;color:#000}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#5351df;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus-visible{outline:4px auto -webkit-focus-ring-color}#app{width:100%}.hamburger{display:none;flex-direction:column;justify-content:center;gap:4px;background:none;border:none;cursor:pointer}.hamburger span{width:24px;height:2px;background:#eaf3f9;transition:all .3s ease}.hamburger span.open:nth-child(1){transform:translateY(6px) rotate(45deg)}.hamburger span.open:nth-child(2){opacity:0}.hamburger span.open:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.mobile-menu{position:fixed;top:56px;left:0;right:0;width:auto;background:#303af2;display:flex;flex-direction:column;padding:1rem;z-index:9998}.mobile-menu a{color:#eaf3f9;text-decoration:none;font-size:1.1rem;padding:.75rem 0}@media(max-width:768px){.header{padding:0 1rem;height:auto;min-height:56px}nav{display:none}.brand img{height:26px}.brand-text{font-size:1rem}.hamburger{display:flex}}.hero{background:#eaf3f9;color:#21214e;min-height:calc(100vh - 80px);display:flex;align-items:center;overflow:hidden}.hero-container{display:flex;width:100%;max-width:1900px;margin:0 auto;padding:0 2rem;align-items:center;z-index:5}.hero-left{flex:1;text-align:left;padding-right:4rem}.hero-left h1{font-family:var(--font-primary);font-size:2.5rem;line-height:1.1;margin-bottom:1.5rem}.hero-left p{font-family:var(--font-secondary);font-size:1.1rem;margin-bottom:2rem;opacity:.9}.hero-actions{display:flex;gap:1rem}.btn-primary{text-decoration:none;background:#303af2;color:#fff;padding:.75rem 1.5rem;border-radius:6px;font-weight:600}.btn-secondary{text-decoration:none;background:transparent;color:#21214e;border:1px solid #21214E;padding:.75rem 1.5rem;border-radius:6px;font-weight:600}.btn-primary:hover{background:#232ed1}.btn-secondary:hover{background:#21214e0d}.hero-right{flex:1;height:550px;display:flex;justify-content:center}.vertical-slider{position:relative;height:100%;padding:0 80px;overflow:hidden;-webkit-mask-image:linear-gradient(to bottom,transparent,black 15%,black 90%,transparent);mask-image:linear-gradient(to bottom,transparent,black 15%,black 90%,transparent)}.vertical-track{display:flex;flex-direction:column;gap:2rem;animation:scroll-vertical 20s linear infinite}.vertical-slider:hover .vertical-track{animation-play-state:paused}.v-mockup{width:100%;max-width:450px;border-radius:20px;cursor:pointer;transition:transform .4s ease-out,box-shadow .4s ease-out}.v-mockup:hover{transform:scale(1.2);box-shadow:0 10px 30px #0003}@keyframes scroll-vertical{0%{transform:translateY(0)}to{transform:translateY(-50%)}}.hero-bg{position:absolute;right:0;width:35%;height:80%;object-fit:cover;opacity:.3;border-radius:10px 0 0 1500px;z-index:0}@media(max-width:768px){.hero{min-height:auto;padding:4rem 0 3rem;position:relative}.hero-container{flex-direction:column;padding:0 1.25rem;text-align:center}.hero-left{padding-right:0;margin-bottom:2.5rem}.hero-left h1{font-size:1.9rem;line-height:1.2}.hero-left p{font-size:1rem}.hero-actions{flex-direction:column;gap:.75rem;align-items:stretch}.hero-actions a{text-align:center}.hero-right{height:100px}.vertical-slider{-webkit-mask-image:none;mask-image:none;height:100%;padding:0;overflow-y:auto;scroll-snap-type:y mandatory;-webkit-overflow-scrolling:touch}.vertical-track{gap:1.25rem;animation:none}.vertical-track>:nth-child(n+4){display:none}.v-mockup{max-width:260px;scroll-snap-align:center}.v-mockup:hover{transform:none;box-shadow:none}.hero-bg{width:100%;height:100%;right:auto;left:0;top:0;border-radius:0;opacity:.12;z-index:0}}.features{padding:6rem 4rem;background:#eaf3f9;color:#0f172a}.features-header{text-align:center;max-width:500px;margin:0 auto 3rem}.features-header h2{font-family:Montserrat,sans-serif;font-size:2rem;margin-bottom:.5rem}.features-grid h3{font-family:Montserrat,sans-serif;font-size:1.1rem;margin:.5rem 0 1rem}.features-header p{font-family:Archivo,sans-serif;color:#475569}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1200px;margin:0 auto}.feature-clinical-card{background:#fff;padding:2rem;border-radius:12px;text-align:center;box-shadow:0 4px 12px #083af266}.feature-ops-card{background:#fff;padding:2rem;border-radius:12px;text-align:center;box-shadow:0 4px 12px #9999ffe6}.feature-clinical-card,.feature-ops-card{height:180px;position:relative;perspective:1000px;transition:box-shadow .35s ease}.feature-clinical-card:hover{box-shadow:0 8px 20px #083af28c}.feature-ops-card:hover{box-shadow:0 10px 25px #99f}.feature-icon{width:60px;height:60px;margin:0 auto .5rem;border-radius:10px;background-color:#e6f4f6;display:flex;align-items:center;justify-content:center}.feature-icon i{font-size:24px;color:#085b6d;line-height:1}.feature-image{width:90%;max-width:90px;height:auto;display:block;margin-inline:auto;margin-bottom:1rem;transition:transform .3s ease,filter .3s ease}.flip{perspective:1000px;cursor:pointer}.flip-inner{position:relative;width:100%;height:100%;transition:transform .45s ease;transform-style:preserve-3d;will-change:transform}.flip.is-flipped .flip-inner{transform:rotateY(180deg)}.flip-front,.flip-back{position:absolute;inset:0;backface-visibility:hidden;border-radius:15px;display:flex;flex-direction:column}.flip-back{transform:rotateY(180deg);background:#fff;padding:.1rem}.flip-back p{font-family:Archivo,sans-serif;font-size:.8em;color:#475569}.hint{margin-top:.1rem;font-size:.6em;opacity:.7}@media(max-width:768px){.features{padding:3rem 4rem}.features-header{max-width:100%;margin-bottom:1rem}.features-header h2{font-size:1.5rem}.features-grid h3{font-size:.6rem;text-align:center}.features-grid{margin-top:2rem;grid-template-columns:repeat(2,1fr);gap:1.5rem;column-gap:4rem;justify-items:center}.feature-clinical-card,.feature-ops-card{height:100px;width:120%;max-width:130px;padding:.6rem 1rem}.feature-icon{width:30px;height:50px}.feature-icon i{font-size:12px}.feature-image{max-width:30px}.flip-back{justify-content:center;align-items:stretch;text-align:center;padding:0rem;width:100%}.flip-back>*{width:100%}.flip-back p{font-size:.45em;margin:0}.hint{font-size:.4em;opacity:.7}.flip-back .bullets-features{list-style:disc;padding-left:.3rem;margin:0}.flip-back .bullets-features li{padding-left:0;position:static;font-size:.45em;line-height:1.2}.flip-back .bullets-features li:before{content:none}}.about{padding:4rem 1.5rem;background:#eaf3f9;color:#1a1a1a}.about-inner{display:flex;align-items:center;gap:2rem;flex-wrap:wrap;max-width:1200px;margin:0 auto}.about-content{flex:1;min-width:300px}.about h2{font-family:Montserrat,sans-serif;font-size:2rem;margin-bottom:1.5rem}.about p{font-family:Montserrat,sans-serif;font-size:1rem;line-height:1.8;text-align:justify;text-justify:inter-word}.icon-bullets{list-style:none;padding:0;margin-top:20px}.icon-bullets li{display:flex;align-items:flex-start;gap:12px;margin-bottom:15px}.li-icon{width:60px;height:60px;flex-shrink:0;object-fit:contain}.icon-bullets li i{font-size:1.2rem;color:#2b3fd8;flex-shrink:0}.icon-bullets span{font-family:Montserrat,sans-serif;font-size:1rem;line-height:1.4}.clients-slider{width:100%;overflow:hidden;padding:1rem 0;position:relative}.slider-track{display:flex;align-items:center;gap:2rem;animation:scroll 20s linear infinite}.slider-track img{height:60px;width:auto;object-fit:contain;opacity:.85;transition:transform .3s ease,opacity .3s ease}.slider-track img.big-logo{height:110px}.slider-track img:hover{transform:scale(1.1);opacity:1}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.about-slogan{padding:0 60px;width:300px;max-width:70%;height:auto;flex-shrink:0}@media(max-width:768px){.about{padding:3rem 1.25rem}.about p{text-align:left;font-size:.95rem;line-height:1.7}.about h2{font-size:1.6rem}.icon-bullets li{gap:10px;margin-bottom:12px}.li-icon{width:40px;height:40px}.icon-bullets span{font-size:.95rem}.slider-track{gap:1.2rem;animation-duration:25s}.slider-track img{height:40px}.slider-track img.big-logo{height:70px}.about-slogan{padding:0;width:220px}}.contact{position:relative;padding:7rem 5rem;background:#eaf3f9;color:#1a1a1a;overflow:hidden}.contact-bg{position:absolute;left:0;bottom:0;width:40%;height:60%;object-fit:cover;opacity:.2;border-radius:0 1500px 10px 0;z-index:0}.contact-wrapper{position:relative;z-index:1;max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.contact-info h2{font-family:Montserrat,sans-serif;font-size:2.4rem;margin-bottom:1rem}.contact-info p{font-family:Montserrat,sans-serif;font-size:1.1rem;line-height:1.7;opacity:.9}.contact-form{display:flex;flex-direction:column;gap:1.4rem;background:#ffffff1f;padding:2.5rem;border-radius:22px}.contact-form input,.contact-form textarea{width:100%;box-sizing:border-box;font-family:Archivo,sans-serif;font-size:1.05rem;padding:1.1rem 1.25rem;border-radius:14px;border:none;outline:none;background:#fffffff2;color:#0f172a;transition:box-shadow .2s ease,transform .2s ease}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#94a3b8;font-weight:400}.contact-form input:focus,.contact-form textarea:focus{box-shadow:0 0 0 3px #303af240;transform:translateY(-1px)}.contact-form textarea{min-height:160px;resize:vertical}.contact-form button{align-self:flex-start;margin-top:.5rem;background:#fff;color:#303af2;font-family:Montserrat,sans-serif;font-weight:600;font-size:1rem;padding:.9rem 2.2rem;border-radius:999px;border:none;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.contact-form button:hover{transform:translateY(-2px);box-shadow:0 12px 24px #0000002e}@media(max-width:768px){.contact{padding:4rem 3.25rem}.contact-wrapper{grid-template-columns:1fr;gap:2.5rem}.contact-info h2{font-size:1.8rem}.contact-info p{font-size:1rem;line-height:1.6}.contact-form{padding:1.75rem;border-radius:18px}.contact-form input,.contact-form textarea{font-size:1rem;padding:.9rem 1rem}.contact-form button{align-self:stretch;text-align:center}.contact-bg{width:70%;height:40%;opacity:.12}}.footer{background-color:#21214e;color:#e5e7eb;padding:3rem 4rem 1.5rem}.footer-content{display:flex;justify-content:space-between;align-items:flex-start;max-width:1100px;margin:0 auto 2rem;gap:2rem}.footer-brand strong{font-family:Montserrat,sans-serif;font-size:1.2rem}.footer-brand p{font-family:Archivo,sans-serif;font-size:.9rem;color:#9ca3af;max-width:300px}.footer-bottom{text-align:center;font-size:.8rem;color:#9ca3af;border-top:1px solid #1f2933;padding-top:1rem}.footer-info{width:350px;display:block;max-width:100%}.footer-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.4rem}.footer-list li{margin:0}.footer-list a{color:#e5e7eb;text-decoration:none;font-size:.9rem}.footer-list a:hover{text-decoration:underline}.footer-social a{display:flex;align-items:center;gap:.6rem;color:#e5e7eb;font-size:.9rem;text-decoration:none}.footer-social i{font-size:18px;flex-shrink:0;line-height:1;color:#e5e7eb}.footer-contact-list a,.footer-contact-list li{display:flex;align-items:flex-start;gap:.6rem;color:#e5e7eb;font-size:.9rem;text-decoration:none}.footer-contact-list i{font-size:18px;line-height:1;margin-top:2px;flex-shrink:0;color:#e5e7eb}.footer-contact-list span{line-height:1.4}@media(max-width:768px){.footer{padding:2.5rem 1.25rem 1.5rem}.footer-content{display:grid;grid-template-columns:1fr 1fr;grid-template-areas:"logo logo" "menu redes" "contact contact";gap:2rem 1.5rem;text-align:center}.footer-logo{grid-area:logo;display:flex;justify-content:center}.footer-menu:first-of-type{grid-area:menu}.footer-menu:nth-of-type(2){grid-area:redes}.footer-contact{grid-area:contact}.footer-info{width:200px;margin:0 auto}.footer-list{align-items:center}.footer-contact-list li,.footer-contact-list a{justify-content:flex-start}.footer-bottom{margin-top:1.5rem;font-size:.75rem;text-align:center}}
