MIX · extractor de estilos
Template: gestoriaemmanuel.com.ar/index.html · mtime: 2026-05-06 11:41
← 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: gestoriaemmanuel.com.ar/index.html */
/* Template mtime: 2026-05-06 11:41:55 */

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

/* ===== INLINE <style> BLOCK #1 ===== */
:root {
      --bg: #ffffff;
      --text: #111111;
      --muted: #5f5f5f;
      --line: #e9e9e9;
      --accent: #fabe27;
      --accent-dark: #d89d09;
      --soft: #fff8e3;
      --shadow: 0 16px 40px rgba(17,17,17,.08);
      --radius: 24px;
      --shadow-sm: 0 4px 12px rgba(17,17,17,.04);
      --shadow-lg: 0 32px 64px rgba(17,17,17,.12);
      --shadow-glow: 0 0 60px rgba(250,190,39,.2);
      --transition: all .4s cubic-bezier(.4,0,.2,1);
      --transition-fast: all .2s cubic-bezier(.4,0,.2,1);
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      font-family: 'DM Sans', system-ui, -apple-system, sans-serif;
      background: var(--bg);
      color: var(--text);
      padding-top: 88px;
      overflow-x: hidden;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }

    a {
      text-decoration: none;
      transition: var(--transition-fast);
    }

    img {
      max-width: 100%;
      display: block;
    }

    ::selection {
      background: var(--accent);
      color: var(--text);
    }

    /* ═══════════════════════════════════════════════
       SECTION STYLES
    ═══════════════════════════════════════════════ */
    .section {
      padding: 120px 0;
      position: relative;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: .6rem 1.1rem;
      border-radius: 999px;
      background: linear-gradient(135deg, var(--soft) 0%, rgba(250,190,39,.15) 100%);
      color: var(--accent-dark);
      font-size: .75rem;
      font-weight: 700;
      letter-spacing: .14em;
      text-transform: uppercase;
      margin-bottom: 1.25rem;
      border: 1px solid rgba(250,190,39,.2);
    }

    .eyebrow::before {
      content: '';
      width: 6px;
      height: 6px;
      background: var(--accent-dark);
      border-radius: 50%;
      animation: pulse 2s ease-in-out infinite;
    }

    @keyframes pulse {
      0%, 100% { opacity: 1; transform: scale(1); }
      50% { opacity: .5; transform: scale(1.2); }
    }

    .section-title {
      margin: 0;
      font-family: 'Playfair Display', Georgia, serif;
      font-size: clamp(2.2rem, 4.5vw, 3.4rem);
      line-height: 1.1;
      font-weight: 600;
      color: var(--text);
      letter-spacing: -.02em;
    }

    .section-subtitle {
      margin: 1.25rem auto 0;
      max-width: 680px;
      color: var(--muted);
      font-size: 1.1rem;
      line-height: 1.8;
      font-weight: 400;
    }

    /* ═══════════════════════════════════════════════
       NAVBAR
    ═══════════════════════════════════════════════ */
    .navbar {
      background: rgba(255,255,255,.85);
      backdrop-filter: blur(20px) saturate(180%);
      -webkit-backdrop-filter: blur(20px) saturate(180%);
      border-bottom: 1px solid rgba(17,17,17,.06);
      box-shadow: 0 1px 3px rgba(17,17,17,.02);
      transition: var(--transition);
    }

    .navbar.scrolled {
      box-    /* ...cortado... agregá ?full=1 para ver todo ... */
      
Ver preview completo
Manifest preview
{
    "template": "gestoriaemmanuel.com.ar/index.html",
    "template_mtime": 1778067715,
    "template_mtime_human": "2026-05-06T11:41:55+00:00",
    "css_links_found": [
        "https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&family=Playfair+Display:wght@500;600;700&display=swap",
        "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
    ],
    "css_links_external": [
        "https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&family=Playfair+Display:wght@500;600;700&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": []
}