MIX · extractor de estilos
Template: terapiasdelser3.com/index.html · mtime: 2026-05-04 12:05
← 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: terapiasdelser3.com/index.html */
/* Template mtime: 2026-05-04 12:05:44 */

/* external link (no embedded): https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=DM+Sans:wght@400;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 ===== */
/* ===== CSS VARIABLES ===== */
    :root {
      --accent: #7b4cc8;
      --accent-dark: #5c31a7;
      --accent-light: #a67cdf;
      --text: #171717;
      --muted: #5f5f68;
      --bg-soft: #f7f3fc;
      --bg-cream: #fdfbff;
      --line: rgba(123, 76, 200, .12);
      --shadow-sm: 0 4px 20px rgba(123, 76, 200, .08);
      --shadow: 0 20px 60px rgba(123, 76, 200, .12);
      --shadow-lg: 0 30px 80px rgba(123, 76, 200, .16);
      --shadow-glow: 0 0 60px rgba(123, 76, 200, .20);
      --radius: 28px;
      --radius-sm: 16px;
      --radius-xs: 12px;
      --transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      --transition-fast: all 0.25s ease;
    }

    /* ===== RESET & BASE ===== */
    *, *::before, *::after { box-sizing: border-box; }
    
    html { 
      scroll-behavior: smooth; 
      scroll-padding-top: 100px;
    }
    
    body {
      margin: 0;
      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
      color: var(--text);
      background: #fff;
      overflow-x: hidden;
      line-height: 1.7;
      font-size: 16px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
    
    img { max-width: 100%; display: block; }
    a { text-decoration: none; transition: var(--transition-fast); }

    /* ===== SECTION STYLES ===== */
    .section { 
      padding: 120px 0; 
      position: relative;
    }
    
    .section-soft {
      background: linear-gradient(180deg, var(--bg-cream) 0%, #fff 100%);
    }

    /* Eyebrow / Label */
    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 10px 20px;
      border-radius: 100px;
      background: linear-gradient(135deg, rgba(123, 76, 200, .08), rgba(123, 76, 200, .04));
      border: 1px solid rgba(123, 76, 200, .12);
      color: var(--accent-dark);
      font-size: 0.75rem;
      font-weight: 700;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      backdrop-filter: blur(10px);
    }
    
    .eyebrow::before {
      content: '';
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: var(--accent);
      animation: pulse 2s ease-in-out infinite;
    }
    
    @keyframes pulse {
      0%, 100% { opacity: 1; transform: scale(1); }
      50% { opacity: 0.5; transform: scale(1.2); }
    }

    /* Section Titles */
    .section-title {
      font-family: 'Playfair Display', Georgia, serif;
      font-size: clamp(2.2rem, 4vw, 3.5rem);
      line-height: 1.1;
      font-weight: 600;
      margin: 24px 0 20px;
      letter-spacing: -0.02em;
      color: var(--text);
    }
    
    .section-subtitle {
      max-width: 680px;
      margin: 0 auto;
      color: var(--muted);
      font-size: 1.1rem;
      line-height: 1.85;
      font-weight: 400;
    }

    /* ===== NAVBAR ===== */
    .navbar {
      background: rgba(255, 255, 255, 0.85);
      backdrop-filter: blur(20px) saturate(180%);
      -webkit-backdrop-filter: blur(20px) saturate(180%);
      border-bottom: 1px solid rgba(123, 76, 200, .08);
      padding: 16px 0;
      transition: var(--transition);
    }
    
    .navbar.scrolled {
      background: rgba(255, 255, 255, 0.95);
      box-shadow: var(--shadow-sm);
    }
    
    .navbar-brand {
      display: inline-flex;
      align-items: center;
      gap: 14px;
      font-weight: 600;
      font-size: 1rem;
      letter-spacing: -0.01em;
      color: var(--text);
        /* ...cortado... agregá ?full=1 para ver todo ... */
      
Ver preview completo
Manifest preview
{
    "template": "terapiasdelser3.com/index.html",
    "template_mtime": 1777896344,
    "template_mtime_human": "2026-05-04T12:05:44+00:00",
    "css_links_found": [
        "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=DM+Sans:wght@400;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=Playfair+Display:wght@400;500;600;700&family=DM+Sans:wght@400;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": []
}