MIX · extractor de estilos
Template: centrodecontencionalejandrabaez.com.ar/index.html · mtime: 2025-11-07 16:46
← Volver al álbum Descargar mixed.css Descargar manifest.json
CSS links: 3 Embebidos: 0 Externos: 3 Inline styles: 7 Missing: 0
CSS externos (no embebidos)
CSS embebidos (locales)
No se pudieron embebir CSS locales.
Preview de mixed.css
/* MIXED CSS PACK */
/* Template: centrodecontencionalejandrabaez.com.ar/index.html */
/* Template mtime: 2025-11-07 16:46:59 */

/* 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=Montserrat:wght@400;500;600;700;800&family=Open+Sans:wght@300;400;500;600&display=swap */

/* ===== INLINE <style> BLOCK #1 ===== */
:root {
      --brand-1: #1c7966; /* principal */
      --brand-2: #0969a5;
      --brand-3: #41e8f4;
      --brand-4: #0d2739;
      --brand-5: #0a4d40;
      --bg: #ffffff;
      --text: #1c1f24;
      --muted: #6b7280;
      --card: #f7faf9;
      --light-bg: #f8fdfc;
      --ring: rgba(28,121,102,.2);
      --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
      --shadow-md: 0 10px 15px -3px rgba(0, 0, 0, 0.07), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
      --shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, 0.08), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
      --gradient-1: linear-gradient(135deg, var(--brand-1), var(--brand-5));
      --gradient-2: linear-gradient(135deg, var(--brand-2), var(--brand-3));
      --gradient-3: linear-gradient(135deg, #f8fdfc, #e6f7f3);
    }
    
    * {
      font-family: 'Open Sans', sans-serif;
    }
    
    h1, h2, h3, h4, h5, h6, .navbar-brand {
      font-family: 'Montserrat', sans-serif;
      font-weight: 700;
    }
    
    html, body {
      background: var(--bg);
      color: var(--text);
      scroll-behavior: smooth;
    }
    
    .section {
      padding: 80px 0;
    }
    
    .section-alt {
      background: var(--light-bg);
    }
    
    .section-title {
      font-weight: 800;
      letter-spacing: -0.5px;
      margin-bottom: 1rem;
      position: relative;
    }
    
    .section-title:after {
      content: '';
      position: absolute;
      bottom: -10px;
      left: 0;
      width: 60px;
      height: 4px;
      background: var(--gradient-1);
      border-radius: 2px;
    }
    
    .section-title.center:after {
      left: 50%;
      transform: translateX(-50%);
    }
    
    .section-sub {
      color: var(--muted);
      font-size: 1.1rem;
      max-width: 600px;
    }
    
    /* NAVBAR */
    .navbar {
      box-shadow: var(--shadow-sm);
      padding: 1rem 0;
      transition: all 0.3s ease;
    }
    
    .navbar.scrolled {
      padding: 0.7rem 0;
      background: rgba(255, 255, 255, 0.98) !important;
      backdrop-filter: blur(10px);
    }
    
    .navbar-brand {
      font-weight: 800;
      letter-spacing: -.2px;
      display: flex;
      align-items: center;
      gap: 10px;
    }
    
    .brand-badge {
      display: inline-flex;
      align-items: center;
      gap: .5rem;
      padding: .35rem .7rem;
      border-radius: 999px;
      background: rgba(28,121,102,.08);
      color: var(--brand-1);
      font-weight: 600;
      font-size: 0.75rem;
    }
    
    .nav-link {
      font-weight: 500;
      position: relative;
      padding: 0.5rem 1rem !important;
      transition: color 0.3s;
    }
    
    .nav-link:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 1rem;
      width: 0;
      height: 2px;
      background: var(--brand-1);
      transition: width 0.3s ease;
    }
    
    .nav-link:hover, .nav-link.active {
      color: var(--brand-1) !important;
    }
    
    .nav-link:hover:after, .nav-link.active:after {
      width: calc(100% - 2rem);
    }
    
    .btn-brand {
      background: var(--gradient-1);
      border: none;
      color: white;
      font-weight: 600;
      padding: 0.6rem 1.5rem;
      border-radius: 8px;
      transition: all 0.3s ease;
      box-shadow: var(--shadow-sm);
    }
       /* ...cortado... agregá ?full=1 para ver todo ... */
      
Ver preview completo
Manifest preview
{
    "template": "centrodecontencionalejandrabaez.com.ar/index.html",
    "template_mtime": 1762534019,
    "template_mtime_human": "2025-11-07T16:46:59+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=Montserrat:wght@400;500;600;700;800&family=Open+Sans:wght@300;400;500;600&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=Montserrat:wght@400;500;600;700;800&family=Open+Sans:wght@300;400;500;600&display=swap"
    ],
    "css_links_embedded": [],
    "inline_style_blocks": 7,
    "inline_imports_external": [],
    "inline_imports_embedded": [],
    "missing_css_files": []
}