@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Inter:wght@400;500;600&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-teal-50: #f0fdfa;--color-teal-100: #ccfbf1;--color-teal-200: #99f6e4;--color-teal-500: #14b8a6;--color-teal-600: #0d9488;--color-teal-700: #0f766e;--color-slate-50: #f8fafc;--color-slate-100: #f1f5f9;--color-slate-200: #e2e8f0;--color-slate-400: #94a3b8;--color-slate-500: #64748b;--color-slate-600: #475569;--color-slate-700: #334155;--color-slate-900: #0f172a;--font-display: "Plus Jakarta Sans", sans-serif;--font-body: "Inter", sans-serif;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 20px;--shadow-card: 0 1px 3px rgba(0, 0, 0, .06), 0 4px 16px rgba(0, 0, 0, .06);--shadow-card-hover: 0 10px 30px rgba(0, 0, 0, .1);--shadow-btn: 0 4px 14px rgba(20, 184, 166, .3);--shadow-btn-hover: 0 8px 20px rgba(20, 184, 166, .35);--shadow-float: 0 10px 30px rgba(0, 0, 0, .12)}body{font-family:var(--font-body);color:var(--color-slate-900);background:#fff;-webkit-font-smoothing:antialiased}.section-inner{max-width:1200px;margin:0 auto;padding:0 2rem}.section-eyebrow{display:inline-flex;align-items:center;gap:.5rem;color:var(--color-teal-700);font-family:var(--font-body);font-size:.78rem;font-weight:600;letter-spacing:.07em;text-transform:uppercase;margin-bottom:.85rem}.section-title{font-family:var(--font-display);font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800;color:var(--color-slate-900);letter-spacing:-.02em;line-height:1.2;margin-bottom:1rem}.header{position:sticky;top:0;z-index:100;background:#fffffff2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--color-slate-200);height:70px;display:flex;align-items:center;justify-content:space-between;padding:0 2rem}.header__logo{display:flex;align-items:center;gap:.75rem;text-decoration:none}.header__logo-img{height:42px;width:auto;-o-object-fit:contain;object-fit:contain}.header__logo-placeholder{height:42px;width:42px;background:var(--color-teal-500);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:1.1rem;font-family:var(--font-display);flex-shrink:0}.header__logo-text{font-family:var(--font-display);font-weight:700;font-size:.95rem;color:var(--color-slate-900);line-height:1.25;max-width:160px}.header__btn{background:var(--color-teal-500);color:#fff;font-family:var(--font-display);font-weight:600;font-size:.88rem;padding:.55rem 1.4rem;border-radius:var(--radius-sm);text-decoration:none;border:none;cursor:pointer;transition:background .2s,transform .15s}.header__btn:hover{background:var(--color-teal-600);transform:translateY(-1px)}.hero-wrapper{position:relative;width:100%}.hero{position:relative;width:100%;min-height:480px;display:flex;align-items:center;justify-content:center;text-align:center;padding:5rem 2rem 8rem;background-image:url(/imagenes/fondo7.png);background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0d9488d9,#0f766ec7);z-index:1}.hero__content{position:relative;z-index:2;max-width:700px;margin:0 auto}.hero__title{font-family:var(--font-display);font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#fff;line-height:1.15;margin-bottom:1.25rem;letter-spacing:-.02em}.hero__title-accent{color:#99f6e4}.hero__subtitle{font-size:1.05rem;color:#ffffffe0;line-height:1.7;margin-bottom:2.5rem;max-width:520px;margin-left:auto;margin-right:auto}.hero__actions{display:flex;align-items:center;justify-content:center;gap:1.25rem;flex-wrap:wrap}.hero__btn-primary{background:#fff;color:var(--color-teal-700);font-family:var(--font-display);font-weight:700;font-size:.95rem;padding:.85rem 2rem;border-radius:var(--radius-md);text-decoration:none;border:2px solid white;transition:background .2s,color .2s,transform .15s;box-shadow:0 4px 14px #00000026}.hero__btn-primary:hover{background:var(--color-teal-100);border-color:var(--color-teal-100);transform:translateY(-2px)}.hero__btn-secondary{display:flex;align-items:center;gap:.5rem;color:#fff;font-family:var(--font-body);font-weight:500;font-size:.95rem;text-decoration:none;transition:color .2s}.hero__btn-secondary:hover{color:#99f6e4}.hero__btn-secondary svg{width:18px;height:18px;transition:transform .2s}.hero__btn-secondary:hover svg{transform:translate(4px)}.hero__people-wrapper{position:relative;width:100%;display:flex;justify-content:center;margin-top:-120px;z-index:10;pointer-events:none}.hero__people-img{height:320px;width:auto;-o-object-fit:contain;object-fit:contain;display:block}.features{background:var(--color-slate-50);padding:3rem 0 6rem}.features__header{text-align:center;margin-bottom:3.5rem}.features__desc{font-size:1rem;color:var(--color-slate-500);max-width:520px;margin:0 auto;line-height:1.7}.features__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.feature-card{background:#fff;border-radius:8px;padding:2rem;border:none;box-shadow:var(--shadow-card);box-shadow:0 2px 8px #0000000a}.feature-card:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-4px)}.feature-card__icon svg{width:24px;height:24px;color:var(--color-teal-600)}.feature-card__title{font-family:var(--font-display);font-size:1rem;font-weight:700;color:var(--color-slate-900);margin-bottom:.6rem}.feature-card__desc{font-size:.88rem;color:var(--color-slate-500);line-height:1.65}.about{background:#fff;padding:3rem 0 6rem}.about__inner{display:flex;gap:5rem;align-items:center}.about__visual{flex:1;display:flex;justify-content:center;align-items:center}.about__img-wrapper{width:380px;height:380px;border-radius:50%;overflow:hidden;flex-shrink:0}.about__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top;display:block}.about__content{flex:1.2}.about__title{font-family:var(--font-display);font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800;color:var(--color-slate-900);letter-spacing:-.02em;margin-bottom:1.25rem;line-height:1.2}.about__title-accent{color:var(--color-teal-500)}.about__text{font-size:.97rem;color:var(--color-slate-600);line-height:1.75;margin-bottom:1rem}.about__list{list-style:none;margin-top:1.5rem;display:flex;flex-direction:column;gap:.75rem}.about__list li{display:flex;align-items:flex-start;gap:.75rem;font-size:.92rem;color:var(--color-slate-700);line-height:1.55}.about__list-check{width:18px;height:18px;background:var(--color-teal-500);border-radius:50%;flex-shrink:0;margin-top:2px;display:flex;align-items:center;justify-content:center}.about__list-check svg{width:10px;height:10px;color:#fff;stroke-width:3}@media(max-width:900px){.about__inner{flex-direction:column;gap:3rem}.about__img-wrapper{width:260px;height:260px}}.footer{background:var(--color-slate-900);color:var(--color-slate-400);text-align:center;padding:1.75rem 2rem;font-size:.82rem;font-family:var(--font-body)}.footer strong{color:#e2e8f0}@media(max-width:900px){.hero{padding:4rem 1.5rem 6rem;min-height:380px}.hero__people-img{height:220px}.hero__people-wrapper{margin-top:-80px}.about__inner{flex-direction:column;gap:3rem}}@media(max-width:600px){.header{padding:0 1rem}.header__logo-text{display:none}.features,.about{padding:4rem 0}.section-inner{padding:0 1.25rem}}
