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

/* 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&display=swap */

/* ===== INLINE <style> BLOCK #1 ===== */
:root {
      --bg: #0f2a36;        /* azul petróleo */
      --bg-2: #152f3a;
      --bg-3: #1a3845;
      --gold: #c7a46c;      /* dorado sobrio */
      --gold-light: #d8b887;
      --gold-dark: #b8945a;
      --ink: #1c1f22;
      --muted: #6b7a85;
      --light: #ffffff;
      --card: #f7f9fb;
      --card-hover: #f0f4f8;
      --line: #e7edf3;
      --tick-bg: #0f222b;
      --shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
      --shadow-lg: 0 20px 50px rgba(0, 0, 0, 0.12);
    }
    
    html {
      scroll-behavior: smooth;
      font-size: 16px;
    }
    
    body {
      font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
      color: var(--ink);
      line-height: 1.6;
      overflow-x: hidden;
    }
    
    h1, h2, h3, h4, h5, h6 {
      font-weight: 700;
      line-height: 1.2;
    }
    
    a {
      color: var(--bg);
      text-decoration: none;
      transition: all 0.3s ease;
    }
    
    a:hover {
      color: var(--gold);
    }
    
    .btn {
      font-weight: 600;
      border-radius: 8px;
      padding: 0.75rem 1.5rem;
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden;
    }
    
    .btn-primary-custom {
      background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
      border: none;
      color: #111;
      box-shadow: 0 4px 15px rgba(199, 164, 108, 0.3);
    }
    
    .btn-primary-custom:hover {
      background: linear-gradient(135deg, var(--gold-dark) 0%, var(--gold) 100%);
      color: #111;
      transform: translateY(-2px);
      box-shadow: 0 6px 20px rgba(199, 164, 108, 0.4);
    }
    
    .btn-outline-custom {
      border: 2px solid var(--gold);
      color: var(--gold);
      background: transparent;
    }
    
    .btn-outline-custom:hover {
      background: var(--gold);
      color: #111;
      transform: translateY(-2px);
      box-shadow: 0 4px 15px rgba(199, 164, 108, 0.3);
    }
    
    .badge-soft {
      background: rgba(199, 164, 108, 0.15);
      color: var(--gold);
      padding: 0.5rem 1rem;
      border-radius: 50px;
      font-weight: 600;
      font-size: 0.85rem;
      letter-spacing: 0.5px;
    }

    /* Navbar */
    .navbar {
      background: rgba(255, 255, 255, 0.95);
      backdrop-filter: blur(10px);
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
      padding: 1rem 0;
      transition: all 0.3s ease;
    }
    
    .navbar.scrolled {
      padding: 0.5rem 0;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }
    
    .navbar-brand {
      font-weight: 800;
      font-size: 1.75rem;
      letter-spacing: -0.5px;
    }
    
    .navbar-brand span {
      color: var(--gold);
    }
    
    .nav-link {
      font-weight: 600;
      position: relative;
      padding: 0.5rem 1rem !important;
      border-radius: 6px;
      transition: all 0.3s ease;
    }
    
    .nav-link:not(.btn):hover {
      color: var(--gold) !important;
      background: rgba(199, 164, 108, 0.05);
    }
    
    .nav-link.btn {
      padding: 0.45rem 0.9rem;
    }

    /* Hero */
    #inicio {
      position: relative;
      background: linear-gradient(135deg, var(--bg) 0%, var(--bg-2) 50%, var(--bg-3) 100%);
      color: var(--light);
      overflow: hidden;
    }
    
    .hero-wrap {
      min-height: 85vh;
      display: flex;
      align-items: cen    /* ...cortado... agregá ?full=1 para ver todo ... */
      
Ver preview completo
Manifest preview
{
    "template": "egmabogados.com.ar/index.html",
    "template_mtime": 1758913566,
    "template_mtime_human": "2025-09-26T19:06:06+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&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&display=swap"
    ],
    "css_links_embedded": [],
    "inline_style_blocks": 5,
    "inline_imports_external": [],
    "inline_imports_embedded": [],
    "missing_css_files": []
}