MIX · extractor de estilos
Template: serviciosfunerarioselarca.com/index.html · mtime: 2026-04-24 19:42
← 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: serviciosfunerarioselarca.com/index.html */
/* Template mtime: 2026-04-24 19:42:35 */

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

/* ===== INLINE <style> BLOCK #1 ===== */
.contact-icon {
  width: 34px;
  height: 34px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.6);
  border: 1px solid rgba(0,0,0,.12);
}

.contact-icon svg {
  width: 16px;
  height: 16px;
  stroke: #000;
}
    /* ─── Design Tokens ─── */
    :root {
      --accent:       #ffa90f;
      --accent-deep:  #db8d00;
      --accent-soft:  #fff3d6;
      --accent-glow:  rgba(255,169,15,.18);
      --text:         #111111;
      --muted:        #5f5f5f;
      --muted-lt:     #8a8a8a;
      --line:         #ece7de;
      --surface:      #ffffff;
      --surface-soft: #faf7f1;
      --surface-warm: #f5f0e8;
      --shadow-xs:    0 2px 8px rgba(17,17,17,.05);
      --shadow-sm:    0 8px 24px rgba(17,17,17,.07);
      --shadow-md:    0 16px 40px rgba(17,17,17,.09);
      --shadow-lg:    0 28px 72px rgba(17,17,17,.12);
      --shadow-xl:    0 40px 100px rgba(17,17,17,.15);
      --shadow-accent: 0 16px 40px rgba(255,169,15,.30);
      --radius:       28px;
      --radius-sm:    18px;
      --radius-xs:    12px;
      --container:    1240px;
      --ease-out:     cubic-bezier(.16,1,.3,1);
      --ease-in-out:  cubic-bezier(.45,0,.55,1);
    }

    /* ─── Reset & Base ─── */
    *, *::before, *::after { box-sizing: border-box; }
    html { scroll-behavior: smooth; overflow-x: hidden; }

    body {
      margin: 0;
      font-family: "Manrope", sans-serif;
      color: var(--text);
      background: #fff;
      line-height: 1.65;
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
      overflow-x: hidden;
      width: 100%;
      position: relative;
    }

    img { max-width: 100%; display: block; }
    a { color: inherit; text-decoration: none; }
    .container-xl { max-width: var(--container); }

    /* ─── Section base ─── */
    .section { padding: 108px 0; }

    /* ─── Eyebrow ─── */
    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: .55rem;
      padding: .42rem 1rem .42rem .65rem;
      border-radius: 999px;
      background: var(--accent-soft);
      border: 1.5px solid rgba(255,169,15,.25);
      color: #8a5c00;
      font-size: .78rem;
      font-weight: 700;
      letter-spacing: .1em;
      text-transform: uppercase;
    }
    .eyebrow::before {
      content: "";
      width: 6px; height: 6px;
      border-radius: 50%;
      background: var(--accent);
      flex-shrink: 0;
    }

    /* ─── Section Heading ─── */
    .section-heading { max-width: 780px; margin-bottom: 4rem; }
    .section-title {
      margin: .9rem 0 1rem;
      font-family: "Cormorant Garamond", serif;
      font-size: clamp(2.4rem, 4.5vw, 4rem);
      line-height: 1.05;
      letter-spacing: -.02em;
      font-weight: 700;
    }
    .section-title em { font-style: italic; color: var(--accent-deep); }
    .section-subtitle {
      margin: 0;
      font-size: 1.06rem;
      color: var(--muted);
      max-width: 640px;
      line-height: 1.7;
    }

    /* ─── TOPBAR / NAVBAR ─── */
    .topbar {
      position: sticky;
      top: 0;
      z-index: 1040;
      padding: 14px 0;
      transition: background .3s, box-shadow .3s;
    }
    .topbar.scrolled {
      background: rgba(255,255,255,.94);
      backdrop-filter: blur(20px) saturate(1.8);
      -webkit-backdrop-filter: blur(20    /* ...cortado... agregá ?full=1 para ver todo ... */
      
Ver preview completo
Manifest preview
{
    "template": "serviciosfunerarioselarca.com/index.html",
    "template_mtime": 1777059755,
    "template_mtime_human": "2026-04-24T19:42:35+00:00",
    "css_links_found": [
        "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Manrope:wght@400;500;600;700;800&display=swap",
        "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
    ],
    "css_links_external": [
        "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Manrope:wght@400;500;600;700;800&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": []
}