MIX · extractor de estilos
Template: multiespaciolosamigos.com.ar/index.html · mtime: 2026-04-14 13:36
← 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: multiespaciolosamigos.com.ar/index.html */
/* Template mtime: 2026-04-14 13:36:58 */

/* external link (no embedded): https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;500;600;700;800&family=Sora: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 ===== */
:root {
      --accent: #ef7f1a;
      --accent-strong: #c7650f;
      --accent-light: #ff9a3c;
      --text: #111111;
      --muted: #5e5e5e;
      --line: #ebe5df;
      --soft: #fff7f0;
      --soft-2: #fff3e7;
      --white: #ffffff;
      --shadow: 0 24px 80px rgba(17, 17, 17, .08);
      --shadow-soft: 0 12px 40px rgba(17, 17, 17, .06);
      --shadow-hover: 0 32px 100px rgba(239, 127, 26, .15);
      --radius: 28px;
      --radius-sm: 18px;
      --transition: cubic-bezier(0.4, 0, 0.2, 1);
    }

    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      font-family: 'Nunito Sans', system-ui, -apple-system, sans-serif;
      color: var(--text);
      background: var(--white);
      overflow-x: hidden;
      line-height: 1.72;
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }

    /* Typography */
    h1, h2, h3, .section-title, .hero-title {
      font-family: 'Sora', system-ui, sans-serif;
    }

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

    a {
      text-decoration: none;
      transition: all 0.3s var(--transition);
    }

    /* Section Styles */
    .section {
      padding: 120px 0;
      position: relative;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: .6rem;
      padding: .56rem 1.25rem;
      border-radius: 999px;
      background: linear-gradient(135deg, var(--soft) 0%, var(--soft-2) 100%);
      color: var(--accent-strong);
      font-weight: 800;
      font-size: .74rem;
      letter-spacing: .12em;
      text-transform: uppercase;
      border: 1px solid rgba(239, 127, 26, .15);
      animation: fadeInUp 0.8s var(--transition) backwards;
    }

    .section-title {
      font-size: clamp(2.35rem, 4.8vw, 3.75rem);
      line-height: 1.04;
      font-weight: 800;
      margin: 1.05rem 0 1.1rem;
      letter-spacing: -0.03em;
      color: var(--text);
    }

    .section-subtitle {
      font-size: 1.12rem;
      line-height: 1.95;
      color: var(--muted);
      max-width: 720px;
      margin: 0 auto;
      font-weight: 500;
    }

    /* Navbar */
    .navbar {
      padding: 1.1rem 0;
      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, .04);
      transition: all 0.4s var(--transition);
    }

    .navbar.scrolled {
      padding: 0.8rem 0;
      box-shadow: 0 4px 30px rgba(17, 17, 17, .06);
    }

    .navbar-brand {
      display: flex;
      align-items: center;
      gap: .85rem;
    }

    .navbar-brand img {
      height: 44px;
      width: auto;
      transition: transform 0.3s var(--transition);
    }

    .navbar-brand:hover img {
      transform: scale(1.05);
    }

    .brand-text {
      font-family: 'Sora', system-ui, sans-serif;
      font-size: 1.07rem;
      font-weight: 700;
      color: var(--text);
      letter-spacing: -0.025em;
    }

    .navbar-nav .nav-link {
      color: var(--text);
      font-weight: 700;
      font-size: .95rem;
      padding: .9rem 1.15rem;
      position: relative;
      overflow: hidden;
      letter-spacing: -.01em;
    }

    .navbar-nav .nav-link::after {
      content: '';
      position: absolute;
      bottom:     /* ...cortado... agregá ?full=1 para ver todo ... */
      
Ver preview completo
Manifest preview
{
    "template": "multiespaciolosamigos.com.ar/index.html",
    "template_mtime": 1776173818,
    "template_mtime_human": "2026-04-14T13:36:58+00:00",
    "css_links_found": [
        "https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;500;600;700;800&family=Sora: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=Nunito+Sans:wght@400;500;600;700;800&family=Sora: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": []
}