MIX · extractor de estilos
Template: stelservicios.com/index.html · mtime: 2026-04-08 16:30
← Volver al álbum Descargar mixed.css Descargar manifest.json
CSS links: 3 Embebidos: 0 Externos: 3 Inline styles: 2 Missing: 0
CSS externos (no embebidos)
CSS embebidos (locales)
No se pudieron embebir CSS locales.
Preview de mixed.css
/* MIXED CSS PACK */
/* Template: stelservicios.com/index.html */
/* Template mtime: 2026-04-08 16:30:08 */

/* external link (no embedded): https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css */
/* external link (no embedded): https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css */
/* external link (no embedded): https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Plus+Jakarta+Sans:wght@500;600;700;800&display=swap */

/* ===== INLINE <style> BLOCK #1 ===== */
/* ─── TOKENS ─────────────────────────────────────────────── */
    :root{
      --teal-900:#042f2e;
      --teal-800:#0f3d3a;
      --teal-700:#0f5c56;
      --accent:#053979;
      --accent-2:#053979;
      --accent-light:#053979;
      --accent-glow:rgba(20,184,166,.18);
      --dark:#060f1a;
      --dark-2:#0d1929;
      --surface:#111c2a;
      --muted:#94a3b8;
      --muted-2:#64748b;
      --soft:#f0faf9;
      --soft-2:#e6f7f5;
      --line:rgba(226,232,240,.12);
      --line-light:#e2e8f0;
      --white:#ffffff;
      --font-display:'Plus Jakarta Sans',system-ui,sans-serif;
      --font-body:'Inter',system-ui,sans-serif;
      --radius-sm:12px;
      --radius:20px;
      --radius-lg:28px;
      --radius-xl:40px;
      --shadow-sm:0 4px 16px rgba(0,0,0,.06);
      --shadow:0 12px 40px rgba(0,0,0,.10);
      --shadow-lg:0 24px 64px rgba(0,0,0,.14);
      --shadow-teal:0 16px 48px rgba(15,118,110,.20);
    }

    /* ─── RESET & BASE ──────────────────────────────────────── */
    *{box-sizing:border-box;margin:0;padding:0}
    html{scroll-behavior:smooth;font-size:16px;text-rendering:optimizeLegibility}
    body{
      font-family:var(--font-body);
      color:var(--dark);
      background:#fff;
      overflow-x:hidden;
      -webkit-font-smoothing:antialiased;
    }
    img{max-width:100%;display:block}
    a{text-decoration:none;color:inherit}
    h1,h2,h3,h4,h5,h6{font-family:var(--font-display)}

    /* ─── UTILITIES ─────────────────────────────────────────── */
    .section{padding:100px 0}
    .section-light{background:#fff}
    .section-soft{background:var(--soft)}

    .eyebrow{
      display:inline-flex;align-items:center;gap:.45rem;
      padding:.42rem 1rem;border-radius:999px;
      background:rgba(15,118,110,.10);
      color:var(--accent);
      font-family:var(--font-body);
      font-size:.75rem;font-weight:600;
      letter-spacing:.1em;text-transform:uppercase;
      border:1px solid rgba(15,118,110,.15);
      margin-bottom:1.1rem;
    }
    .eyebrow-dot{
      width:6px;height:6px;border-radius:50%;
      background:var(--accent-light);
      animation:pulse-dot 2.2s ease infinite;
    }
    @keyframes pulse-dot{
      0%,100%{opacity:1;transform:scale(1)}
      50%{opacity:.5;transform:scale(.7)}
    }

    .section-title{
      font-family:var(--font-display);
      font-size:clamp(2.1rem,3.8vw,3.2rem);
      line-height:1.05;
      font-weight:800;
      letter-spacing:-.04em;
      margin-bottom:.9rem;
    }
    .section-subtitle{
      font-size:1.02rem;line-height:1.82;
      color:var(--muted-2);max-width:660px;margin-inline:auto;
      font-weight:400;
    }

    .text-gradient{
      background:linear-gradient(135deg,var(--accent) 0%,var(--accent-light) 60%,#2dd4bf 100%);
      -webkit-background-clip:text;background-clip:text;color:transparent;
    }

    /* ─── SCROLL REVEAL ─────────────────────────────────────── */
    .reveal{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s ease}
    .reveal.visible{opacity:1;transform:none}
    .reveal-delay-1{transition-delay:.1s}
    .reveal-delay-2{transition-delay:.2s}
    .reveal-delay-3{transition-delay:.3s}
    .reveal-delay-4{transition-delay:.4s}
    .reveal-delay-5{transition-delay:.5s}

    /* ─── NAVBAR ────────────────────────────────────────────── */
    .navbar{
      background:rgba(255,255,255,.88);
      backdrop-filter:blur(20px) saturate(180%);
      -webkit-backdrop-filter:blur(20px) saturate(180%);
      border-bottom:1px solid rgba(15,118,110,.08);
      padding:.85rem 0;
      transition:background .3s,box-shadow .3s;
    }
    .navbar.scrolled{
      background:rgba(255,255,255,.98);
      box-shadow:0 4px 24px rgba(0,0,0,.07);
    }
    .navbar-brand{
      display:flex;align-items:center;gap:.8rem;
      color:var(--dark);
      text-decoration:none;
    }
    .navbar-brand img{height:38px;width:auto;object-fit:contain;flex-shrink:0}
    .navbar-brand-text{
      display:flex;
      flex-direction:column;
      align-items:flex-start;
      line-height:1;
    }
    .navbar-brand-title{
      font-family:var(--font-display);
      font-weight:800;
      font-size:1.28rem;
      letter-spacing:-.03em;
      color:var(--accent);
      line-height:1;
    }
    .navbar-brand-subtitle{
      font-family:var(--font-body);
      font-weight:600;
      font-size:.88rem;
      letter-spacing:-.01em;
      color:#4b5563;
      line-height:1.1;
      margin-top:.12rem;
    }
    .navbar-nav .nav-link{
      color:#1e293b;font-weight:600;font-size:.90rem;
      padding:.5rem .9rem;border-radius:8px;
      transition:color .2s,background .2s;letter-spacing:.005em;
    }
    .navbar-nav .nav-link:hover{color:var(--accent);background:rgba(15,118,110,.06)}
    .navbar-toggler{border:none;box-shadow:none!important;padding:.35rem}

    .btn-nav-cta{
      display:inline-flex;align-items:center;gap:.5rem;
      padding:.55rem 1.2rem;border-radius:999px;
      background:linear-gradient(135deg,var(--accent),var(--accent-2));
      color:#fff!important;font-weight:600;font-size:.88rem;
      box-shadow:0 4px 16px rgba(15,118,110,.25);
      transition:transform .2s,box-shadow .2s;
      margin-left:.75rem;border:none;
    }
    .btn-nav-cta:hover{transform:translateY(-1px);box-shadow:0 8px 24px rgba(15,118,110,.3);color:#fff}

    /* ─── HERO ──────────────────────────────────────────────── */
    .hero{
      min-height:100vh;
      display:flex;align-items:center;
      padding:108px 0 54px;
      position:relative;
      overflow:hidden;
      background:#f4f5f7;
    }
    .hero-bg{
      position:absolute;inset:0;pointer-events:none;z-index:0;
      background:
        radial-gradient(circle at 14% 18%, rgba(5,57,121,.10), transparent 28%),
        radial-gradient(circle at 86% 14%, rgba(5,57,121,.08), transparent 26%),
        linear-gradient(180deg,#f7f8fa 0%, #eef2f7 100%);
    }
    .hero-grid-lines{display:none}
    @keyframes float-bg{
      0%,100%{transform:translate(0,0) scale(1)}
      50%{transform:translate(0,0) scale(1)}
    }

    .hero-content{position:relative;z-index:2}

    .hero-label{
      display:inline-flex;align-items:center;gap:.5rem;
      padding:.42rem .95rem .42rem .45rem;
      background:rgba(255,255,255,.78);
      border:1px solid rgba(5,57,121,.12);
      border-radius:999px;color:var(--accent);
      font-size:.76rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;
      margin-bottom:1rem;
      box-shadow:0 8px 24px rgba(15,23,42,.06);
      backdrop-filter:blur(8px);
    }
    .hero-label-icon{
      width:24px;height:24px;border-radius:50%;
      background:linear-gradient(135deg,var(--accent),#2a6bc5);
      display:inline-flex;align-items:center;justify-content:center;
      font-size:.65rem;color:#fff;
      flex-shrink:0;
    }

    .hero-title{
      font-family:var(--font-display);
      font-size:clamp(2.6rem,4.9vw,4.8rem);
      line-height:.95;letter-spacing:-.06em;font-weight:800;
      margin-bottom:1rem;color:#fff;
      text-transform:uppercase;
      max-width:640px;
      text-shadow:0 4px 22px rgba(0,0,0,.28);
    }
    .hero-title .line-accent{
      display:block;
      color:#fff;
      background:none;
      -webkit-background-clip:initial;background-clip:initial;
    }

    .hero-desc{
      font-size:1.02rem;line-height:1.6;color:rgba(255,255,255,.94);
      max-width:540px;margin-bottom:1.5rem;font-weight:500;
      text-shadow:0 3px 16px rgba(0,0,0,.24);
    }

    .hero-actions{display:flex;flex-wrap:wrap;gap:.7rem;margin-bottom:1.4rem}

    .btn-hero-primary{
      display:inline-flex;align-items:center;gap:.55rem;
      padding:.8rem 1.4rem;border-radius:16px;
      background:linear-gradient(180deg,#1680ff 0%,#055dd5 100%);
      color:#fff;font-weight:800;font-size:.9rem;
      letter-spacing:-.01em;
      box-shadow:0 12px 30px rgba(5,93,213,.36), inset 0 1px 0 rgba(255,255,255,.22);
      transition:transform .25s,box-shadow .25s;border:none;
      position:relative;overflow:hidden;
      text-transform:uppercase;
    }
    .btn-hero-primary::before{
      content:'';position:absolute;inset:0;
      background:linear-gradient(180deg,rgba(255,255,255,.22),transparent 55%);
      opacity:1;transition:opacity .25s;
    }
    .btn-hero-primary:hover{transform:translateY(-2px);box-shadow:0 16px 36px rgba(5,93,213,.42);color:#fff}

    .btn-hero-ghost{
      display:inline-flex;align-items:center;gap:.55rem;
      padding:.8rem 1.3rem;border-radius:16px;
      background:rgba(255,255,255,.14);
      color:#fff;font-weight:700;font-size:.89rem;
      letter-spacing:-.01em;
      border:1px solid rgba(255,255,255,.28);
      transition:border-color .25s,background .25s,color .25s;
      backdrop-filter:blur(10px);
    }
    .btn-hero-ghost:hover{border-color:rgba(255,255,255,.45);color:#fff;background:rgba(255,255,255,.20)}

    .hero-trust{
      display:flex;flex-wrap:wrap;gap:1rem;align-items:center;
    }
    .hero-trust-item{
      display:flex;align-items:center;gap:.45rem;
      font-size:.82rem;font-weight:700;color:rgba(255,255,255,.92);
      text-shadow:0 3px 12px rgba(0,0,0,.22);
    }
    .hero-trust-icon{
      width:28px;height:28px;border-radius:8px;
      background:rgba(255,255,255,.16);
      border:1px solid rgba(255,255,255,.22);
      display:inline-flex;align-items:center;justify-content:center;
      font-size:.85rem;flex-shrink:0;
      color:#fff;
      backdrop-filter:blur(10px);
    }


    .hero-label-icon i,
    .hero-trust-icon i,
    .hero-badge-icon i,
    .service-icon-wrap i,
    .why-icon-wrap i,
    .contact-list-icon i,
    .seal-badge i{
      line-height:1;
      display:inline-flex;
      align-items:center;
      justify-content:center;
    }
    .hero-label-icon i{font-size:.78rem}
    .hero-trust-icon i{font-size:.9rem}
    .hero-badge-icon i{font-size:1rem}
    .service-icon-wrap i{font-size:1.35rem}
    .why-icon-wrap i{font-size:1.2rem}
    .contact-list-icon i{font-size:.95rem}
    .seal-badge i{font-size:.95rem}


    .hero-label-icon,
    .hero-trust-icon,
    .hero-badge-icon,
    .service-icon-wrap,
    .why-icon-wrap,
    .contact-list-icon,
    .seal-badge{
      position:relative;
      overflow:hidden;
    }
    .hero-label-icon::before,
    .hero-trust-icon::before,
    .hero-badge-icon::before,
    .service-icon-wrap::before,
    .why-icon-wrap::before,
    .contact-list-icon::before,
    .seal-badge::before{
      content:'';
      position:absolute;
      inset:0;
      background:linear-gradient(135deg,rgba(255,255,255,.26),transparent 58%);
      pointer-events:none;
    }
    .service-icon-wrap,
    .why-icon-wrap{
      box-shadow:inset 0 1px 0 rgba(255,255,255,.55), 0 10px 22px rgba(15,118,110,.08);
    }
    .hero-trust-icon,
    .contact-list-icon,
    .seal-badge{
      border:1px solid rgba(15,118,110,.08);
    }
    .service-card h3,
    .why-card h3,
    .accordion-button,
    .contact-info-card h3,
    .footer-brand-name,
    .footer-title,
    .stat-number,
    .navbar-brand,
    .hero-title,
    .section-title{
      text-wrap:balance;
    }


    /* Hero visual */
    .hero-visual{position:relative;z-index:1}
    .hero-card-wrap{
      position:relative;
      border-radius:36px;
      overflow:hidden;
      min-height:560px;
      box-shadow:0 24px 60px rgba(15,23,42,.16);
    }
    .hero-card-wrap::before{
      content:'';
      position:absolute;inset:0;
      background:
        linear-gradient(90deg, rgba(0,0,0,.60) 0%, rgba(0,0,0,.42) 28%, rgba(0,0,0,.08) 62%, rgba(0,0,0,.02) 100%),
        linear-gradient(180deg, rgba(255,255,255,.10), transparent 30%);
      z-index:1;
      pointer-events:none;
    }
    .hero-card-wrap::after{
      content:'';
      position:absolute;left:0;right:0;bottom:0;height:1px;
      background:rgba(255,255,255,.35);
      z-index:2;opacity:.35;
    }
    .hero-main-card{
      background:none;
      border:none;
      border-radius:0;
      box-shadow:none;
      padding:0;
      position:absolute;inset:0;overflow:hidden;
    }
    .hero-main-card::before{display:none}
    .hero-main-card img{
      width:100%;height:100%;min-height:560px;max-height:none;
      object-fit:cover;object-position:center center;
      border-radius:0;
    }

    .hero-badge{display:none}

    .hero-stat-pill{
      position:absolute;top:18px;right:18px;left:auto;
      background:rgba(255,255,255,.88);
      border:1px solid rgba(5,57,121,.10);
      box-shadow:0 10px 24px rgba(15,23,42,.10);
      border-radius:999px;padding:.5rem .9rem .5rem .55rem;
      display:flex;align-items:center;gap:.45rem;
      animation:none;
      z-index:3;
    }
    .hero-stat-dot{width:8px;height:8px;border-radius:50%;background:#0b7a31;flex-shrink:0}
    .hero-stat-pill span{font-size:.77rem;font-weight:700;color:#10213d}

    @keyframes badge-float{
      0%,100%{transform:translateY(0)}
      50%{transform:translateY(-8px)}
    }

    /* ─── STATS STRIP ───────────────────────────────────────── */
    .stats-strip{
      background:linear-gradient(135deg,var(--dark) 0%,var(--dark-2) 100%);
      padding:56px 0;
      position:relative;overflow:hidden;
    }
    .stats-strip::before{
      content:'';position:absolute;inset:0;
      background:radial-gradient(ellipse at 20% 50%,rgba(20,184,166,.12) 0%,transparent 60%);
    }
    .stat-item{
      text-align:center;position:relative;z-index:1;
      padding:0 1rem;
    }
    .stat-item+.stat-item::before{
      content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);
      height:40px;width:1px;background:rgba(255,255,255,.1);
    }
    .stat-number{
      font-family:var(--font-display);
      font-size:clamp(2.2rem,4vw,3.2rem);
      font-weight:800;letter-spacing:-.04em;
      background:linear-gradient(135deg,#fff 0%,var(--accent-light) 100%);
      -webkit-background-clip:text;background-clip:text;color:transparent;
      line-height:1;margin-bottom:.3rem;
    }
    .stat-label{
      font-size:.82rem;font-weight:500;
      color:rgba(255,255,255,.55);letter-spacing:.06em;text-transform:uppercase;
    }

    /* ─── ABOUT ─────────────────────────────────────────────── */
    .about-section{background:#fff;padding:100px 0}
    .about-inner{
      background:linear-gradient(145deg,#fff 0%,var(--soft) 100%);
      border:1.5px solid rgba(15,118,110,.10);
      border-radius:var(--radius-xl);
      overflow:hidden;
      box-shadow:var(--shadow);
    }
    .about-copy-col{padding:3rem 3rem 3rem 3.5rem}
    .about-copy-col p{
      font-size:1rem;line-height:1.9;color:var(--muted-2);
      font-weight:300;margin-bottom:1.1rem;
    }
    .about-copy-col p:last-child{margin-bottom:0}
    .about-accent-col{
      background:linear-gradient(160deg,var(--accent) 0%,var(--teal-700) 100%);
      padding:3rem;display:flex;flex-direction:column;justify-content:center;
      position:relative;overflow:hidden;
    }
    .about-accent-col::before{
      content:'';position:absolute;top:-50%;right:-30%;
      width:400px;height:400px;border-radius:50%;
      background:rgba(255,255,255,.06);
    }
    .about-accent-col::after{
      content:'';position:absolute;bottom:-30%;left:-20%;
      width:300px;height:300px;border-radius:50%;
      background:rgba(0,0,0,.08);
    }
    .about-accent-content{position:relative;z-index:1}
    .about-accent-col .eyebrow{
      background:linear-gradient(135deg,rgba(255,255,255,.20),rgba(255,255,255,.10));border-color:rgba(255,255,255,.2);
      color:rgba(255,255,255,.9);
    }
    .about-accent-col h3{
      font-family:var(--font-display);
      font-size:1.6rem;font-weight:800;line-height:1.2;
      color:#fff;margin-bottom:1rem;letter-spacing:-.03em;
    }
    .about-accent-col p{
      color:rgba(255,255,255,.75);line-height:1.75;font-size:.95rem;font-weight:300;margin:0;
    }

    /* ─── SERVICES ──────────────────────────────────────────── */
    .services-section{background:var(--soft);padding:100px 0}
    .service-card{
      background:#fff;
      border:1.5px solid rgba(15,118,110,.08);
      border-radius:var(--radius-lg);
      padding:1.8rem;height:100%;
      transition:transform .3s,box-shadow .3s,border-color .3s;
      position:relative;overflow:hidden;
    }
    .service-card::before{
      content:'';position:absolute;top:0;left:0;right:0;height:2px;
      background:linear-gradient(90deg,var(--accent),var(--accent-light));
      transform:scaleX(0);transform-origin:left;
      transition:transform .35s ease;
    }
    .service-card:hover{
      transform:translateY(-6px);
      box-shadow:0 20px 48px rgba(15,118,110,.12);
      border-color:rgba(15,118,110,.18);
    }
    .service-card:hover::before{transform:scaleX(1)}

    .service-icon-wrap{
      width:56px;height:56px;border-radius:16px;
      background:linear-gradient(135deg,rgba(15,118,110,.10),rgba(20,184,166,.14));
      display:flex;align-items:center;justify-content:center;
      margin-bottom:1.2rem;font-size:1.5rem;
      transition:background .3s,transform .3s;
    }
    .service-card:hover .service-icon-wrap{
      background:linear-gradient(135deg,var(--accent),var(--accent-light));
      transform:scale(1.08);
    }
    .service-card h3{
      font-family:var(--font-display);
      font-size:1.1rem;font-weight:700;
      color:var(--dark);margin-bottom:.65rem;letter-spacing:-.02em;
    }
    .service-card p{
      color:#5c6b7c;line-height:1.8;font-size:.93rem;
      font-weight:400;margin:0;
    }
    .service-card-link{
      display:inline-flex;align-items:center;gap:.35rem;
      margin-top:1rem;font-size:.83rem;font-weight:700;
      color:var(--accent);opacity:0;transform:translateY(4px);
      transition:opacity .25s,transform .25s;
      letter-spacing:-.01em;
    }
    .service-card:hover .service-card-link{opacity:1;transform:none}

    /* ─── WHY US ─────────────────────────────────────────────── */
    .why-section{background:#fff;padding:100px 0}

    .why-card{
      background:#fff;
      border:1.5px solid var(--line-light);
      border-radius:var(--radius-lg);
      padding:1.8rem;height:100%;
      transition:transform .3s,box-shadow .3s,border-color .3s;
      position:relative;
    }
    .why-card:hover{
      transform:translateY(-5px);
      box-shadow:0 16px 40px rgba(15,118,110,.10);
      border-color:rgba(15,118,110,.2);
    }
    .why-icon-wrap{
      width:52px;height:52px;border-radius:14px;
      background:linear-gradient(135deg,rgba(15,118,110,.10),rgba(20,184,166,.08));
      display:flex;align-items:center;justify-content:center;
      font-size:1.1rem;margin-bottom:1rem;
      border:1px solid rgba(15,118,110,.10);
    }
    .why-card h3{
      font-family:var(--font-display);
      font-size:1.05rem;font-weight:700;
      color:var(--dark);margin-bottom:.6rem;letter-spacing:-.02em;
    }
    .why-card p{color:var(--muted-2);line-height:1.75;font-size:.9rem;font-weight:300;margin:0}

    /* ─── GALLERY (leave untouched functionally, style wrapper) ─ */
    .gal-gallery{background:var(--soft);padding:100px 0}

    .gal-gallery .carousel{max-width:980px;margin-inline:auto;position:relative}
    .gal-frame{
      height:clamp(240px,52vh,500px);
      background:#fff;border-radius:22px;overflow:hidden;
      box-shadow:0 12px 28px rgba(0,0,0,.12);
      display:flex;align-items:center;justify-content:center;padding:10px
    }
    .gal-img{
      width:auto !important;max-width:100%;
      height:auto !important;max-height:100%;
      object-fit:contain !important;object-position:center;display:block;cursor:zoom-in
    }
    .gal-gallery .carousel-control-prev,
    .gal-gallery .carousel-control-next{
      z-index:20;width:52px;height:52px;top:50%;transform:translateY(-50%);
      opacity:1;background:rgba(0,0,0,.55);border-radius:50%;margin:0 12px
    }
    .gal-gallery .carousel-control-prev{left:0}
    .gal-gallery .carousel-control-next{right:0}
    .gal-gallery .gal-ctrl-icon{width:2.6rem;height:2.6rem;background-size:60% 60%}
    .gal-gallery .carousel-indicators{z-index:10;bottom:-52px}
    .gal-gallery .carousel-indicators button{
      width:10px;height:10px;border-radius:50%;
      background:rgba(0,0,0,.45);border:none
    }
    .gal-gallery .carousel-indicators button.active{background:var(--accent)}
    .gal-gallery{padding-bottom:58px}
    #galLightbox .modal-content{background:#000;border-radius:20px;overflow:hidden}
    #galLightboxImg{max-height:86vh;width:100%;height:auto;object-fit:contain;background:#000}
    .gal-lightbox-nav{
      position:absolute;top:50%;transform:translateY(-50%);
      border:0;width:46px;height:46px;border-radius:999px;
      background:rgba(255,255,255,.18);color:#fff;font-size:30px;line-height:46px;text-align:center;z-index:5;cursor:pointer
    }
    .gal-lightbox-nav:hover{background:rgba(255,255,255,.28)}
    .gal-lightbox-nav.gal-prev{left:10px}
    .gal-lightbox-nav.gal-next{right:10px}

    /* ─── FAQ ───────────────────────────────────────────────── */
    .faq-section{background:#fff;padding:100px 0}
    .faq-wrap{max-width:820px;margin-inline:auto}
    .accordion-item{
      border:none!important;
      border-radius:var(--radius)!important;
      overflow:hidden;margin-bottom:.75rem;
      background:#fff;
      border:1.5px solid var(--line-light)!important;
      box-shadow:var(--shadow-sm);
      transition:box-shadow .25s,border-color .25s;
    }
    .accordion-item:hover{
      box-shadow:0 8px 24px rgba(15,118,110,.08);
      border-color:rgba(15,118,110,.15)!important;
    }
    .accordion-button{
      font-family:var(--font-display);
      font-weight:700;color:var(--dark);
      padding:1.3rem 1.5rem;
      box-shadow:none!important;background:#fff;
      font-size:1rem;letter-spacing:-.01em;
    }
    .accordion-button:not(.collapsed){
      background:#fff;color:var(--accent);
    }
    .accordion-button::after{
      filter:none;width:20px;height:20px;background-size:16px;
    }
    .accordion-button:not(.collapsed)::after{filter:hue-rotate(120deg)}
    .accordion-body{
      color:var(--muted-2);line-height:1.85;font-size:.95rem;
      font-weight:300;padding:0 1.5rem 1.3rem;
    }

    /* ─── CONTACT ───────────────────────────────────────────── */
    .contact-section{background:var(--soft);padding:100px 0}
    .contact-grid{
      display:grid;grid-template-columns:1.3fr .7fr;
      gap:1.5rem;
    }
    .contact-form-card{
      background:#fff;
      border:1.5px solid rgba(15,118,110,.10);
      border-radius:var(--radius-xl);
      padding:2.5rem;
      box-shadow:var(--shadow);
    }
    .form-label{
      font-size:.82rem;font-weight:600;
      color:#334155;letter-spacing:.03em;text-transform:uppercase;
      margin-bottom:.45rem;
    }
    .form-control,.form-select{
      min-height:52px;border-radius:var(--radius-sm);
      border:1.5px solid #e2e8f0;
      padding:.75rem 1rem;
      font-family:var(--font-body);font-size:.95rem;
      box-shadow:none!important;color:var(--dark);
      transition:border-color .2s,box-shadow .2s;
    }
    .form-control:focus,.form-select:focus{
      border-color:var(--accent);
      box-shadow:0 0 0 3px rgba(15,118,110,.10)!important;
    }
    textarea.form-control{min-height:130px;resize:vertical}

    .btn-submit{
      display:inline-flex;align-items:center;justify-content:center;gap:.6rem;
      width:100%;min-height:54px;border-radius:999px;
      background:linear-gradient(135deg,var(--accent) 0%,var(--teal-700) 100%);
      color:#fff;font-weight:700;font-size:1rem;
      box-shadow:0 8px 28px rgba(15,118,110,.25);
      border:none;transition:transform .25s,box-shadow .25s;
      font-family:var(--font-body);
    }
    .btn-submit:hover{transform:translateY(-2px);box-shadow:0 12px 36px rgba(15,118,110,.35)}

    .contact-info-card{
      background:linear-gradient(160deg,var(--accent) 0%,var(--teal-700) 100%);
      border-radius:var(--radius-xl);
      padding:2.5rem;
      box-shadow:var(--shadow-teal);
      position:relative;overflow:hidden;
      display:flex;flex-direction:column;justify-content:space-between;
    }
    .contact-info-card::before{
      content:'';position:absolute;top:-40%;right:-30%;
      width:320px;height:320px;border-radius:50%;
      background:rgba(255,255,255,.07);pointer-events:none;
    }
    .contact-info-card::after{
      content:'';position:absolute;bottom:-30%;left:-20%;
      width:280px;height:280px;border-radius:50%;
      background:rgba(0,0,0,.08);pointer-events:none;
    }
    .contact-info-inner{position:relative;z-index:1}
    .contact-info-card h3{
      font-family:var(--font-display);
      font-size:1.15rem;font-weight:800;color:#fff;
      line-height:1.2;margin-bottom:.8rem;letter-spacing:-.03em;
    }
    .contact-info-card p{
      color:rgba(255,255,255,.7);line-height:1.75;
      font-size:.92rem;font-weight:300;margin-bottom:1.5rem;
    }
    .contact-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}
    .contact-list li{
      display:flex;align-items:flex-start;gap:.8rem;
      padding:1rem;border-radius:var(--radius-sm);
      background:rgba(255,255,255,.11);
      border:1px solid rgba(255,255,255,.12);
      backdrop-filter:blur(10px);
      box-shadow:inset 0 1px 0 rgba(255,255,255,.06);
    }
    .contact-list-icon{
      width:34px;height:34px;border-radius:9px;
      background:linear-gradient(135deg,rgba(255,255,255,.20),rgba(255,255,255,.10));
      display:flex;align-items:center;justify-content:center;
      font-size:.9rem;flex-shrink:0;box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
    }
    .contact-list-text strong{display:block;font-size:.8rem;font-weight:600;color:rgba(255,255,255,.6);letter-spacing:.06em;text-transform:uppercase;margin-bottom:.15rem}
    .contact-list-text a,.contact-list-text span{color:#fff;font-size:.9rem;font-weight:500}
    .contact-list-text a:hover{color:rgba(255,255,255,.8)}

    .contact-wa-btn{
      display:flex;align-items:center;justify-content:center;gap:.65rem;
      width:100%;padding:.9rem 1.5rem;border-radius:999px;
      background:rgba(255,255,255,.18);border:1.5px solid rgba(255,255,255,.25);
      color:#fff;font-weight:700;font-size:.95rem;
      transition:background .25s,transform .25s;
      margin-top:1.5rem;position:relative;z-index:1;
    }
    .contact-wa-btn:hover{background:rgba(255,255,255,.28);transform:translateY(-2px);color:#fff}

    /* ─── FOOTER ────────────────────────────────────────────── */
    .footer{
      background:linear-gradient(160deg,var(--teal-900) 0%,var(--dark) 100%);
      color:#fff;padding:80px 0 0;
      position:relative;overflow:hidden;
    }
    .footer::before{
      content:'';position:absolute;top:0;left:0;right:0;height:1px;
      background:linear-gradient(90deg,transparent,var(--accent-light),transparent);
    }
    .footer::after{
      content:'';position:absolute;top:-50%;left:-10%;
      width:500px;height:500px;border-radius:50%;
      background:radial-gradient(circle,rgba(20,184,166,.06) 0%,transparent 70%);
      pointer-events:none;
    }
    .footer-inner{position:relative;z-index:1}
    .footer-brand{
      display:flex;align-items:center;gap:.8rem;margin-bottom:1rem;
    }
    .footer-brand img{height:38px;width:auto;object-fit:contain}
    .footer-brand-name{
      font-family:var(--font-display);
      font-size:1.2rem;font-weight:800;color:#fff;letter-spacing:-.02em;
    }
    .footer-desc{
      color:rgba(255,255,255,.5);line-height:1.75;
      font-size:.88rem;font-weight:300;max-width:340px;
    }
    .footer-title{
      font-family:var(--font-display);
      font-size:.82rem;font-weight:700;
      color:rgba(255,255,255,.9);letter-spacing:.1em;
      text-transform:uppercase;margin-bottom:1.1rem;
    }
    .footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}
    .footer-links li a,.footer-links li{
      color:rgba(255,255,255,.5);font-size:.88rem;font-weight:300;
      transition:color .2s;
    }
    .footer-links li a:hover{color:rgba(255,255,255,.9)}

    .footer-seal-bar{
      display:grid;grid-template-columns:repeat(3,1fr);
      gap:1rem;margin-top:3rem;padding:1.5rem;
      background:rgba(255,255,255,.04);
      border:1px solid rgba(255,255,255,.08);
      border-radius:var(--radius);
    }
    .seal-item{
      display:flex;align-items:center;gap:.65rem;
      color:rgba(255,255,255,.6);font-size:.82rem;font-weight:500;
    }
    .seal-badge{
      width:34px;height:34px;border-radius:10px;
      background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.10);
      display:flex;align-items:center;justify-content:center;
      font-size:.9rem;flex-shrink:0;box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
    }

    .footer-bottom{
      margin-top:2.5rem;padding:1.5rem 0;
      border-top:1px solid rgba(255,255,255,.08);
      display:flex;flex-wrap:wrap;gap:.75rem;
      justify-content:space-between;align-items:center;
      font-size:.8rem;color:rgba(255,255,255,.35);
    }
    .footer-bottom a{color:rgba(255,255,255,.6);font-weight:600;transition:color .2s}
    .footer-bottom a:hover{color:#fff}



    .hero-mobile-logo{
      padding:0 0 26px;
      background:#f4f5f7;
    }
    .hero-mobile-logo-wrap{
      display:flex;
      justify-content:center;
      align-items:center;
      padding:10px 0 0;
    }
    .hero-mobile-logo-wrap img{
      width:min(72vw,280px);
      height:auto;
      object-fit:contain;
      filter:drop-shadow(0 10px 24px rgba(0,0,0,.10));
    }

    /* ─── RESPONSIVE ────────────────────────────────────────── */
    @media(max-width:991.98px){
      .navbar-collapse{
        background:#fff;border:1.5px solid var(--line-light);
        border-radius:20px;margin-top:.75rem;padding:1.25rem;
        box-shadow:var(--shadow-lg);
      }
      .btn-nav-cta{margin-left:0;margin-top:.5rem;width:100%;justify-content:center}
      .navbar-brand-title{font-size:1.16rem}
      .navbar-brand-subtitle{font-size:.82rem}
      .hero{padding-top:96px;padding-bottom:42px;min-height:auto}
      .about-copy-col{padding:2rem}
      .about-accent-col{padding:2rem}
      .contact-grid{grid-template-columns:1fr}
      .hero-card-wrap{min-height:500px}
      .hero-main-card img{min-height:500px;max-height:none}
      .hero-stat-pill{right:14px;top:14px;left:auto}
      .footer-seal-bar{grid-template-columns:1fr}
      .stats-strip .stat-item+.stat-item::before{display:none}
    }
    @media(max-width:767.98px){
      .section{padding:70px 0}
      .hero{padding:92px 0 38px}
      .hero-actions .btn-hero-primary,
      .hero-actions .btn-hero-ghost{width:auto;justify-content:center}
      .hero-card-wrap{min-height:460px;border-radius:28px}
      .hero-main-card img{min-height:460px;max-height:none}
      .hero-stat-pill{display:none}
      .about-inner .row{flex-direction:column}
      .about-accent-col{min-height:280px}
      .footer-bottom{flex-direction:column;align-items:flex-start}
    }
    @media(max-width:575.98px){
      .hero-title{font-size:2rem;line-height:1}
      .hero-desc{font-size:.92rem;max-width:310px;margin-bottom:1rem}
      .hero-label{font-size:.64rem;padding:.36rem .78rem .36rem .4rem;margin-bottom:.8rem}
      .hero-actions{gap:.5rem;margin-bottom:.85rem}
      .hero-actions .btn-hero-primary,
      .hero-actions .btn-hero-ghost{padding:.62rem .9rem;border-radius:12px;font-size:.74rem}
      .hero-trust{gap:.55rem .7rem}
      .hero-trust-item{font-size:.72rem}
      .hero-trust-icon{width:24px;height:24px;font-size:.72rem}
      .hero-card-wrap{min-height:400px;border-radius:24px}
      .hero-main-card img{min-height:400px;content:url('img/phone9.png');object-position:center top}
      .hero-card-wrap::before{background:linear-gradient(180deg, rgba(0,0,0,.28) 0%, rgba(0,0,0,.14) 22%, rgba(0,0,0,.02) 52%, rgba(0,0,0,.02) 100%)}
      .section-title{font-size:1.9rem}
      .stats-strip{padding:40px 0}
      .contact-form-card,.contact-info-card{padding:1.75rem}
      .gal-frame{height:clamp(220px,42vh,360px)}
    }

/* ===== INLINE <style> BLOCK #2 ===== */
.wa-float{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:2147483647;
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  font-family:inherit;
}

.wa-btn{
  width:60px;
  height:60px;
  border-radius:50%;
  border:none;
  background:linear-gradient(135deg,#25D366,#128C7E);
  color:#fff;
  display:grid;
  place-items:center;
  cursor:pointer;
  box-shadow:0 10px 30px rgba(37,211,102,.40);
  transition:transform .25s ease, box-shadow .25s ease;
}
.wa-btn:hover{
  transform:translateY(-3px) scale(1.04);
  box-shadow:0 14px 36px rgba(37,211,102,.50);
}

.wa-card{
  position:absolute;
  right:0;
  bottom:74px;
  width:min(360px,92vw);
  background:#fff;
  border-radius:18px;
  border:1px solid #e3e6ea;
  box-shadow:0 18px 60px rgba(0,0,0,.22);
  overflow:hidden;
  transform:translateY(10px);
  opacity:0;
  transition:.25s ease;
}
.wa-card[aria-modal="true"]{
  transform:none;
  opacity:1;
}

.wa-head{
  display:flex;
  align-items:center;
  gap:12px;
  padding:14px;
  background:linear-gradient(135deg,#053979,#0b5ab8);
  color:#fff;
}
.wa-avatar{
  width:42px;
  height:42px;
  background:#fff;
  border-radius:12px;
  display:grid;
  place-items:center;
  overflow:hidden;
  flex-shrink:0;
}
.wa-avatar img{
  width:26px;
  height:26px;
  object-fit:contain;
}
.wa-meta{
  min-width:0;
}
.wa-title{
  font-weight:800;
  line-height:1.1;
}
.wa-status{
  font-size:.82rem;
  opacity:.92;
  line-height:1.25;
}
.wa-close{
  margin-left:auto;
  border:none;
  background:transparent;
  color:#fff;
  font-size:24px;
  cursor:pointer;
  width:32px;
  height:32px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  opacity:.9;
  flex-shrink:0;
}
.wa-close:hover{
  opacity:1;
  background:rgba(255,255,255,.14);
}

.wa-body{
  padding:14px;
  max-height:40vh;
  overflow:auto;
  background:#f8fafc;
  display:flex;
  flex-direction:column;
  gap:8px;
}
.wa-bubble{
  max-width:88%;
  padding:10px 12px;
  border-radius:14px;
  font-size:.95rem;
  line-height:1.45;
  box-shadow:0 4px 10px rgba(0,0,0,.06);
}
.wa-bot{
  background:#fff;
  border:1px solid #e3e6ea;
  align-self:flex-start;
}
.wa-user{
  background:#eef6ff;
  border:1px solid #cfe0f6;
  align-self:flex-end;
}

.wa-compose{
  display:grid;
  grid-template-columns:1fr auto;
  gap:8px;
  padding:10px;
  border-top:1px solid #e3e6ea;
  background:#fff;
}
.wa-compose textarea{
  resize:none;
  border-radius:12px;
  padding:10px 12px;
  border:1px solid #dbe2ea;
  font-family:inherit;
  font-size:.95rem;
  outline:none;
  min-height:46px;
}
.wa-compose textarea:focus{
  border-color:#053979;
  box-shadow:0 0 0 3px rgba(5,57,121,.10);
}
.wa-send{
  background:#053979;
  color:#fff;
  border:none;
  border-radius:12px;
  padding:0 16px;
  cursor:pointer;
  transition:background .2s ease, transform .2s ease;
}
.wa-send:hover{
  background:#0b5ab8;
  transform:translateY(-1px);
}

@media(max-width:480px){
  .wa-float{
    right:12px;
    bottom:12px;
  }
  .wa-card{
    width:calc(100vw - 24px);
  }
  .wa-status{
    font-size:.78rem;
  }
}

      
Manifest preview
{
    "template": "stelservicios.com/index.html",
    "template_mtime": 1775665808,
    "template_mtime_human": "2026-04-08T16:30:08+00:00",
    "css_links_found": [
        "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css",
        "https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css",
        "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Plus+Jakarta+Sans:wght@500;600;700;800&display=swap"
    ],
    "css_links_external": [
        "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css",
        "https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css",
        "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Plus+Jakarta+Sans:wght@500;600;700;800&display=swap"
    ],
    "css_links_embedded": [],
    "inline_style_blocks": 2,
    "inline_imports_external": [],
    "inline_imports_embedded": [],
    "missing_css_files": []
}