MIX · extractor de estilos
Template: egaobras.com.ar/index.html · mtime: 2026-04-17 20:47
← 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: egaobras.com.ar/index.html */
/* Template mtime: 2026-04-17 20:47:52 */

/* external link (no embedded): https://fonts.googleapis.com/css2?family=Outfit:wght@700;800&family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;1,9..40,400&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:#aa1b17;
      --accent-dark:#871512;
      --accent-glow:rgba(170,27,23,.15);
      --text:#141414;
      --muted:#5e5e5e;
      --line:#e9e9e9;
      --soft:#f7f7f7;
      --radius:22px;
      --shadow:0 24px 60px rgba(0,0,0,.09);
      --shadow-sm:0 8px 24px rgba(0,0,0,.06);
    }

    /* ─── RESET & BASE ────────────────────────────────────── */
    *{box-sizing:border-box;margin:0;padding:0}
    html{scroll-behavior:smooth}
    body{
      font-family:'DM Sans',system-ui,sans-serif;
      color:var(--text);
      background:#fff;
      overflow-x:hidden;
      -webkit-font-smoothing:antialiased;
    }
    img{max-width:100%;display:block}
    a{text-decoration:none}
    .section{padding:100px 0}
    .section-soft{background:var(--soft)}

    /* ─── TYPOGRAPHY ──────────────────────────────────────── */
    h1,h2,h3,.syne{font-family:'Outfit',sans-serif}

    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:6px 16px 6px 8px;
      border-radius:999px;
      border:1px solid rgba(170,27,23,.2);
      color:var(--accent);
      background:rgba(170,27,23,.05);
      font-size:.78rem;
      font-weight:600;
      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-title{
      font-family:'Outfit',sans-serif;
      font-size:clamp(1.9rem,3.5vw,3.1rem);
      line-height:1.06;
      font-weight:800;
      margin:0 0 16px;
      letter-spacing:-.025em;
    }
    .section-subtitle{
      max-width:680px;
      color:var(--muted);
      font-size:1.05rem;
      line-height:1.78;
    }

    /* ─── NAVBAR ──────────────────────────────────────────── */
    .topbar{
      background:rgba(255,255,255,.88);
      backdrop-filter:saturate(180%) blur(14px);
      -webkit-backdrop-filter:saturate(180%) blur(14px);
      border-bottom:1px solid rgba(20,20,20,.07);
      transition:box-shadow .3s;
    }
    .topbar.scrolled{box-shadow:0 8px 30px rgba(0,0,0,.07)}
    .navbar{padding:.85rem 0}
    .navbar-brand{display:flex;align-items:center;gap:12px;min-width:0}
    .navbar-brand img{height:38px;width:auto;object-fit:contain;flex:0 0 auto}
    .brand-text{
      font-family:'Outfit',sans-serif;
      font-size:.94rem;
      font-weight:800;
      color:var(--text);
      line-height:1.1;
      letter-spacing:-.01em;
    }
    .navbar-nav{--bs-nav-link-padding-x:.95rem;gap:.1rem}
    .nav-link{
      color:#353535;
      font-weight:500;
      font-size:.95rem;
      position:relative;
      transition:color .2s;
    }
    .nav-link::after{
      content:"";
      position:absolute;
      bottom:-2px;left:50%;right:50%;
      height:2px;
      background:var(--accent);
      border-radius:999px;
      transition:left .25s,right .25s;
    }
    .nav-link:hover::after,.nav-link.active::after{left:.95rem;right:.95rem}
    .nav-link:    /* ...cortado... agregá ?full=1 para ver todo ... */
      
Ver preview completo
Manifest preview
{
    "template": "egaobras.com.ar/index.html",
    "template_mtime": 1776458872,
    "template_mtime_human": "2026-04-17T20:47:52+00:00",
    "css_links_found": [
        "https://fonts.googleapis.com/css2?family=Outfit:wght@700;800&family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;1,9..40,400&display=swap",
        "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
    ],
    "css_links_external": [
        "https://fonts.googleapis.com/css2?family=Outfit:wght@700;800&family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;1,9..40,400&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": []
}