MIX · extractor de estilos
Template: fleteslopez.com.ar/index.html · mtime: 2025-12-02 18:21
← Volver al álbum Descargar mixed.css Descargar manifest.json
CSS links: 3 Embebidos: 0 Externos: 3 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: fleteslopez.com.ar/index.html */
/* Template mtime: 2025-12-02 18:21:14 */

/* external link (no embedded): https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css */
/* external link (no embedded): https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css */
/* external link (no embedded): https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap */

/* ===== INLINE <style> BLOCK #1 ===== */
:root {
      --primary: #111827;
      --accent: #1d4ed8;
      --accent-hover: #1e40af;
      --accent-soft: #e0ecff;
      --text-main: #111827;
      --text-muted: #6b7280;
      --bg-soft: #f3f4f6;
      --radius-lg: 18px;
      --shadow-soft: 0 18px 40px rgba(15, 23, 42, 0.15);
      --shadow-hover: 0 25px 50px rgba(15, 23, 42, 0.2);
      --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      color: var(--text-main);
      background: #ffffff;
      overflow-x: hidden;
    }

    .section {
      padding: 90px 0;
      position: relative;
    }

    .section-title {
      font-size: 2.5rem;
      font-weight: 800;
      margin-bottom: 0.5rem;
      background: linear-gradient(135deg, #1d4ed8 0%, #3b82f6 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    .section-subtitle {
      color: var(--text-muted);
      max-width: 640px;
      margin: 0.5rem auto 0;
      font-size: 1.1rem;
      line-height: 1.6;
    }

    .eyebrow {
      text-transform: uppercase;
      font-size: 0.8rem;
      letter-spacing: 0.15em;
      color: var(--accent);
      font-weight: 600;
      display: inline-block;
      margin-bottom: 0.75rem;
      position: relative;
    }

    .eyebrow::after {
      content: '';
      position: absolute;
      bottom: -5px;
      left: 0;
      width: 30px;
      height: 2px;
      background: var(--accent);
      border-radius: 2px;
    }

    /* NAVBAR */
    .navbar {
      box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
      background: rgba(255, 255, 255, 0.95);
      backdrop-filter: blur(10px);
      transition: var(--transition);
      padding: 0.75rem 0;
    }

    .navbar.scrolled {
      padding: 0.5rem 0;
      box-shadow: 0 5px 20px rgba(15, 23, 42, 0.1);
    }

    .navbar-brand span.brand-title {
      font-weight: 800;
      font-size: 1.2rem;
      line-height: 1.1;
      background: linear-gradient(135deg, #1d4ed8 0%, #3b82f6 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    .navbar-brand span.brand-sub {
      font-size: 0.78rem;
      color: var(--text-muted);
    }

    .nav-link {
      font-weight: 500;
      color: #4b5563;
      position: relative;
      transition: var(--transition);
      padding: 0.5rem 1rem !important;
      border-radius: 8px;
    }

    .nav-link:hover,
    .nav-link:focus {
      color: var(--accent);
      background: rgba(29, 78, 216, 0.05);
    }

    .nav-link::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 0;
      height: 2px;
      background: var(--accent);
      transition: var(--transition);
      transform: translateX(-50%);
    }

    .nav-link:hover::after {
      width: 70%;
    }

    .btn-cta-nav {
      font-size: 0.9rem;
      padding: 0.6rem 1.2rem;
      border-radius: 999px;
      border: none;
      background: var(--accent);
      color: #fff;
      font-weight: 600;
      transition: var(--transition);
      box-shadow: 0 4px 12px rgba(29, 78, 216, 0.3);
    }

    .btn-cta-nav:hover {
     /* ...cortado... agregá ?full=1 para ver todo ... */
      
Ver preview completo
Manifest preview
{
    "template": "fleteslopez.com.ar/index.html",
    "template_mtime": 1764699674,
    "template_mtime_human": "2025-12-02T18:21:14+00:00",
    "css_links_found": [
        "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css",
        "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css",
        "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap"
    ],
    "css_links_external": [
        "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css",
        "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css",
        "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap"
    ],
    "css_links_embedded": [],
    "inline_style_blocks": 3,
    "inline_imports_external": [],
    "inline_imports_embedded": [],
    "missing_css_files": []
}