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

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

/* ===== INLINE <style> BLOCK #1 ===== */
/* ─── Design Tokens ─────────────────────────────────────────── */
    :root {
      --accent:        #a47f63;
      --accent-soft:   rgba(164,127,99,.1);
      --accent-mid:    rgba(164,127,99,.22);
      --accent-strong: #8f6d54;
      --accent-light:  #c9a98a;
      --text:          #0f0f0f;
      --muted:         #6b6259;
      --surface:       #ffffff;
      --surface-soft:  #f9f6f3;
      --surface-warm:  #f3ede7;
      --border:        rgba(15,15,15,.07);
      --border-accent: rgba(164,127,99,.18);
      --shadow-xs: 0 2px 8px rgba(15,15,15,.04);
      --shadow-sm: 0 8px 28px rgba(15,15,15,.06);
      --shadow-md: 0 20px 56px rgba(15,15,15,.09);
      --shadow-lg: 0 32px 80px rgba(15,15,15,.12);
      --shadow-accent: 0 18px 44px rgba(164,127,99,.22);
      --radius-xl: 36px;
      --radius-lg: 26px;
      --radius-md: 18px;
      --radius-sm: 12px;
      --container-max: 1200px;
      --ease-out: cubic-bezier(.16,1,.3,1);
    }

    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; scroll-padding-top: 110px; }

    section[id], main[id], div[id] {
      scroll-margin-top: 110px;
    }

    body {
      font-family: 'Manrope', sans-serif;
      color: var(--text);
      background: #faf7f4;
      line-height: 1.7;
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
      overflow-x: hidden;
    }

    img { max-width: 100%; display: block; }
    a { color: inherit; text-decoration: none; }

    .container-custom {
      width: min(100% - 2.4rem, var(--container-max));
      margin-inline: auto;
    }

    /* ─── Noise Texture Overlay ─────────────────────────────────── */
    body::before {
      content: '';
      position: fixed;
      inset: 0;
      opacity: .018;
      pointer-events: none;
      z-index: 9999;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
      background-repeat: repeat;
      background-size: 128px;
    }

    /* ─── Sections ───────────────────────────────────────────────── */
    .section { padding: 100px 0; }
    .section-sm { padding: 56px 0; }

    /* ─── Eyebrow ────────────────────────────────────────────────── */
    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-size: .72rem;
      font-weight: 700;
      letter-spacing: .18em;
      text-transform: uppercase;
      color: var(--accent-strong);
      margin-bottom: 1.1rem;
    }
    .eyebrow::before {
      content: '';
      width: 28px;
      height: 1.5px;
      background: currentColor;
      border-radius: 2px;
    }

    /* ─── Section Title ──────────────────────────────────────────── */
    /* ...cortado... agregá ?full=1 para ver todo ... */
      
Ver preview completo
Manifest preview
{
    "template": "giulianaleonesterapiascomplementarias.com.ar/index.html",
    "template_mtime": 1776878720,
    "template_mtime_human": "2026-04-22T17:25:20+00:00",
    "css_links_found": [
        "https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600&display=swap",
        "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
    ],
    "css_links_external": [
        "https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600&display=swap",
        "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
    ],
    "css_links_embedded": [],
    "inline_style_blocks": 3,
    "inline_imports_external": [],
    "inline_imports_embedded": [],
    "missing_css_files": []
}