MIX · extractor de estilos
Template: construccionsala.com.ar/index.html · mtime: 2026-05-20 11:50
← Volver al álbum Descargar mixed.css Descargar manifest.json
CSS links: 2 Embebidos: 0 Externos: 2 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: construccionsala.com.ar/index.html */
/* Template mtime: 2026-05-20 11:50:05 */

/* external link (no embedded): https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700;800&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;1,9..40,300&display=swap */
/* external link (no embedded): https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css */

/* ===== INLINE <style> BLOCK #1 ===== */
/* ─── TOKENS ─────────────────────────────────────────── */
    :root{
      --accent:#0a2b4a;
      --accent-dark:#08233c;
      --accent-mid:#1a4a72;
      --accent-soft:#eef4f9;
      --text:#101820;
      --muted:#5d6670;
      --line:#dbe4ec;
      --soft:#f7f9fb;
      --white:#ffffff;
      --radius-xl:28px;
      --radius-lg:22px;
      --radius-md:18px;
      --shadow-lg:0 24px 60px rgba(10,43,74,.14);
      --shadow-md:0 16px 38px rgba(16,24,32,.08);
      --shadow-sm:0 10px 24px rgba(16,24,32,.06);
      --container:1240px;
      --font-display:'Sora',sans-serif;
      --font-body:'DM Sans',sans-serif;
    }
    *{box-sizing:border-box;margin:0;padding:0}
    html{scroll-behavior:smooth}
    body{
      font-family:var(--font-body);
      color:var(--text);
      background:var(--white);
      text-rendering:optimizeLegibility;
      -webkit-font-smoothing:antialiased;
      overflow-x:hidden;
      overflow-x:clip;
    }
    a{text-decoration:none}
    img{display:block;max-width:100%}
    .container-site{max-width:var(--container);margin-inline:auto;padding-inline:28px}
    .section{padding:110px 0}

    /* ─── EYEBROW ─────────────────────────────────────────── */
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:9px;
      padding:8px 18px;
      border-radius:999px;
      background:var(--accent-soft);
      border:1px solid rgba(10,43,74,.12);
      color:var(--accent);
      font-size:.72rem;
      font-weight:700;
      font-family:var(--font-display);
      letter-spacing:.12em;
      text-transform:uppercase;
      margin-bottom:20px;
    }
    .eyebrow::before{
      content:"";
      width:6px;height:6px;
      border-radius:50%;
      background:var(--accent);
      flex:0 0 auto;
    }

    /* ─── SECTION HEAD ────────────────────────────────────── */
    .section-head{
      max-width:780px;
      margin:0 auto 60px;
      text-align:center;
    }
    .section-title{
      font-family:var(--font-display);
      font-size:clamp(1.82rem,3.25vw,2.85rem);
      line-height:1.08;
      letter-spacing:-.04em;
      font-weight:800;
      color:var(--text);
    }
    .section-subtitle{
      margin:16px auto 0;
      max-width:680px;
      color:var(--muted);
      font-size:1.05rem;
      line-height:1.9;
      font-weight:300;
    }

    /* ─── NAVBAR ─────────────────────────────────────────── */
    .navbar{
      padding:0;
      background:rgba(255,255,255,.92);
      border-bottom:1px solid rgba(10,43,74,.07);
      backdrop-filter:blur(20px);
      -webkit-backdrop-filter:blur(20px);
      transition:box-shadow .3s;
    }
    .navbar.scrolled{
      box-shadow:0 4px 40px rgba(10,43,74,.08);
    }
    .navbar .container-site{
      display:flex;
      align-items:center;
      justify-content:space-between;
      padding-block:16px;
    }
    .navbar-brand{
      display:flex;
      align-items:center;
      gap:12px;
      color:var(--text);
    }
    .brand-logo,.footer-logo{
      height:38px;width:auto;object-fit:contain;flex:0 0 auto;
    }
      /* ...cortado... agregá ?full=1 para ver todo ... */
      
Ver preview completo
Manifest preview
{
    "template": "construccionsala.com.ar/index.html",
    "template_mtime": 1779277805,
    "template_mtime_human": "2026-05-20T11:50:05+00:00",
    "css_links_found": [
        "https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700;800&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;1,9..40,300&display=swap",
        "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
    ],
    "css_links_external": [
        "https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700;800&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;1,9..40,300&display=swap",
        "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
    ],
    "css_links_embedded": [],
    "inline_style_blocks": 2,
    "inline_imports_external": [],
    "inline_imports_embedded": [],
    "missing_css_files": []
}