MIX · extractor de estilos
Template: construccionesvinentti.com.ar/index.html · mtime: 2026-03-17 17:33
← Volver al álbum Descargar mixed.css Descargar manifest.json
CSS links: 4 Embebidos: 0 Externos: 4 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: construccionesvinentti.com.ar/index.html */
/* Template mtime: 2026-03-17 17:33:34 */

/* 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.0.0-beta3/css/all.min.css */
/* external link (no embedded): https://fonts.googleapis.com/css2?family=Inter:opsz,[email protected],400;14..32,500;14..32,600;14..32,700;14..32,800&display=swap */
/* external link (no embedded): https://unpkg.com/[email protected]/dist/aos.css */

/* ===== INLINE <style> BLOCK #1 ===== */
/* ============================================
    VARIABLES & RESET - PALETA INSTITUCIONAL
    ============================================ */
    :root {
      --accent: #0a2b4a;        /* Azul profundo */
      --accent-light: #1e3a5f;
      --accent-soft: #eef3f9;

      --white: #ffffff;
      --bg-light: #f8fafd;
      --text-primary: #1e293b;
      --text-secondary: #475569;
      --text-muted: #64748b;

      --border-light: #e2e8f0;
      --shadow-sm: 0 4px 6px -2px rgba(0, 0, 0, 0.05);
      --shadow-md: 0 12px 24px -8px rgba(0, 0, 0, 0.08);
      --shadow-lg: 0 20px 32px -12px rgba(0, 0, 0, 0.12);
      --shadow-hover: 0 24px 40px -16px rgba(10, 43, 74, 0.2);

      --radius-md: 12px;
      --radius-lg: 20px;
      --radius-xl: 28px;
      --radius-full: 999px;
    }

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

    html {
      scroll-behavior: smooth;
    }

    body {
      font-family: 'Inter', system-ui, sans-serif;
      color: var(--text-primary);
      background: var(--bg-light);
      line-height: 1.5;
      overflow-x: hidden;
    }

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

    .container, .container-fluid, .row, [class*='col-'] {
      min-width: 0;
    }

    a {
      text-decoration: none;
      transition: color 0.2s ease;
    }

    /* ============================================
    TIPOGRAFÍA Y UTILIDADES
    ============================================ */
    .section {
      padding: 100px 0;
    }

    .eyebrow {
      display: inline-block;
      font-size: 0.75rem;
      font-weight: 600;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: var(--accent);
      background: var(--accent-soft);
      padding: 0.375rem 1rem;
      border-radius: var(--radius-full);
      margin-bottom: 1rem;
      border: 1px solid rgba(10, 43, 74, 0.1);
    }

    .section-title {
      font-size: clamp(2rem, 4vw, 3rem);
      font-weight: 700;
      letter-spacing: -0.02em;
      line-height: 1.2;
      color: var(--text-primary);
      margin-bottom: 1rem;
    }

    .section-title span {
      color: var(--accent);
      font-weight: 800;
    }

    .section-subtitle {
      font-size: 1.1rem;
      color: var(--text-secondary);
      max-width: 720px;
      margin: 0 auto;
    }

    /* ============================================
    BOTONES
    ============================================ */
    .btn-main, .btn-ghost {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 0.6rem;
      padding: 0.8rem 2rem;
      font-weight: 600;
      font-size: 0.95rem;
      border-radius: var(--radius-full);
      transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      border: 1px solid transparent;
      cursor: pointer;
    }

    .btn-main {
      background: var(--accent);
      color: var(--white);
      box-shadow: var(--shadow-md);
    }

    .btn-main:hover {
      background: var(--accent-light);
      color: var(--white);
      transform: translateY(-3px);
      box-shadow: var(--shadow-lg);
    }

    .btn-ghost {
      background: transparent;
      border-color: var(--border-light);
      color: var(--text-primar    /* ...cortado... agregá ?full=1 para ver todo ... */
      
Ver preview completo
Manifest preview
{
    "template": "construccionesvinentti.com.ar/index.html",
    "template_mtime": 1773768814,
    "template_mtime_human": "2026-03-17T17:33:34+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.0.0-beta3/css/all.min.css",
        "https://fonts.googleapis.com/css2?family=Inter:opsz,[email protected],400;14..32,500;14..32,600;14..32,700;14..32,800&display=swap",
        "https://unpkg.com/[email protected]/dist/aos.css"
    ],
    "css_links_external": [
        "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css",
        "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css",
        "https://fonts.googleapis.com/css2?family=Inter:opsz,[email protected],400;14..32,500;14..32,600;14..32,700;14..32,800&display=swap",
        "https://unpkg.com/[email protected]/dist/aos.css"
    ],
    "css_links_embedded": [],
    "inline_style_blocks": 2,
    "inline_imports_external": [],
    "inline_imports_embedded": [],
    "missing_css_files": []
}