MIX · extractor de estilos
Template: estrilogic.com.ar/index.html · mtime: 2025-10-23 22:30
← Volver al álbum Descargar mixed.css Descargar manifest.json
CSS links: 3 Embebidos: 0 Externos: 3 Inline styles: 10 Missing: 0
CSS externos (no embebidos)
CSS embebidos (locales)
No se pudieron embebir CSS locales.
Preview de mixed.css
/* MIXED CSS PACK */
/* Template: estrilogic.com.ar/index.html */
/* Template mtime: 2025-10-23 22:30:53 */

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

/* ===== INLINE <style> BLOCK #1 ===== */
:root {
      --primary: #0d6efd;
      --primary-dark: #0a58ca;
      --primary-light: #3d8bfd;
      --secondary: #6c757d;
      --success: #198754;
      --dark: #0f1113;
      --soft: #22262a;
      --text: #212529;
      --light: #f8f9fa;
      --accent: #9aa4ae;
      --link: #e6e9ec;
      --whatsapp: #25D366;
      --gradient-primary: linear-gradient(135deg, #0d6efd 0%, #0a58ca 100%);
      --gradient-dark: linear-gradient(135deg, #0f1113 0%, #22262a 100%);
      --gradient-light: linear-gradient(135deg, #f9fbff 0%, #f0f5ff 100%);
      --gradient-hero: linear-gradient(135deg, #0d6efd 0%, #0dcaf0 100%);
      --gradient-silver: linear-gradient(135deg, #c0c0c0 0%, #e8e8e8 50%, #a0a0a0 100%);
      --gradient-silver-light: linear-gradient(135deg, #e8e8e8 0%, #f8f8f8 50%, #d8d8d8 100%);
      --gradient-silver-dark: linear-gradient(135deg, #a0a0a0 0%, #c0c0c0 50%, #808080 100%);
      --shadow-sm: 0 2px 12px rgba(0,0,0,0.08);
      --shadow-md: 0 8px 30px rgba(0,0,0,0.12);
      --shadow-lg: 0 15px 50px rgba(0,0,0,0.15);
      --shadow-xl: 0 25px 60px rgba(0,0,0,0.2);
      --border-radius: 12px;
      --border-radius-lg: 20px;
      --border-radius-xl: 30px;
      --transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      --transition-slow: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    /* ====== Base ====== */
    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }
    
    html {
      scroll-behavior: smooth;
    }
    
    body {
      background: #fff;
      color: var(--text);
      font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, sans-serif;
      line-height: 1.7;
      overflow-x: hidden;
      font-weight: 400;
    }
    
    .container-narrow {
      max-width: 1200px;
      margin: 0 auto;
    }
    
    .section-title {
      font-weight: 800;
      letter-spacing: -0.5px;
      position: relative;
      display: inline-block;
      font-size: clamp(2rem, 4vw, 3rem);
      margin-bottom: 1.5rem;
    }
    
    .section-title::after {
      content: '';
      position: absolute;
      bottom: -12px;
      left: 0;
      width: 80px;
      height: 6px;
      background: var(--gradient-silver);
      border-radius: 3px;
      transition: var(--transition);
    }
    
    .text-center .section-title::after {
      left: 50%;
      transform: translateX(-50%);
    }
    
    .section-title:hover::after {
      width: 120px;
    }
    
    .muted {
      color: #6b737b;
    }
    
    a {
      text-decoration: none;
      transition: var(--transition);
    }
    
    /* ====== Navbar: Ultra Moderna ====== */
    .navbar {
      box-shadow: var(--shadow-sm);
      background: rgba(255, 255, 255, 0.95);
      backdrop-filter: blur(20px);
      padding: 1rem 0;
      transition: var(--transition-slow);
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    
    .navbar.scrolled {
      padding: 0.7rem 0;
      box-shadow: var(--shadow-md);
      background: rgba(255, 255, 255, 0.98);
    }
    
    .navbar-brand img {
      transition: var(--transition);
      filter: drop-shadow(0 2px 4px rgba(0,0,0,0.1));
    }
    
    .navbar-brand:hover img {
      transform: scale(1.05);
    }
    
    .navbar .nav-link {
      font-weight: 600;
      color: #1d232a;
      position: relative;
      padding: 0.7rem 1.2rem     /* ...cortado... agregá ?full=1 para ver todo ... */
      
Ver preview completo
Manifest preview
{
    "template": "estrilogic.com.ar/index.html",
    "template_mtime": 1761258653,
    "template_mtime_human": "2025-10-23T22:30:53+00:00",
    "css_links_found": [
        "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css",
        "https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css",
        "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap"
    ],
    "css_links_external": [
        "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css",
        "https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css",
        "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap"
    ],
    "css_links_embedded": [],
    "inline_style_blocks": 10,
    "inline_imports_external": [],
    "inline_imports_embedded": [],
    "missing_css_files": []
}