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

/* external link (no embedded): https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css */
/* external link (no embedded): https://unpkg.com/aos@next/dist/aos.css */

/* ===== INLINE <style> BLOCK #1 ===== */
/* ...tus reglas... */

/* ===== INLINE <style> BLOCK #2 ===== */
:root {
      /* Colores principales */
      --primary: #0a6e5a;
      --primary-dark: #065142;
      --primary-light: #e8f5f2;
      --secondary: #2fbf71;
      --accent: #ff6b35;
      --dark: #0f1b1a;
      --text: #2a2f2e;
      --text-light: #6e7a79;
      --light: #f9fbfa;
      --white: #ffffff;
      
      /* Sombras */
      --shadow-sm: 0 4px 6px rgba(0, 0, 0, 0.04);
      --shadow-md: 0 10px 20px rgba(0, 0, 0, 0.08);
      --shadow-lg: 0 20px 40px rgba(0, 0, 0, 0.12);
      
      /* Bordes */
      --radius-sm: 8px;
      --radius-md: 16px;
      --radius-lg: 24px;
      --radius-xl: 32px;
      
      /* Espaciado */
      --space-xs: 0.5rem;
      --space-sm: 1rem;
      --space-md: 1.5rem;
      --space-lg: 2.5rem;
      --space-xl: 4rem;
      
      /* Transiciones */
      --transition-fast: 0.2s ease;
      --transition-normal: 0.3s ease;
      --transition-slow: 0.5s ease;
      
      scroll-behavior: smooth;
    }

    /* Reset y base */
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    html, body {
      font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
      color: var(--text);
      line-height: 1.6;
      background-color: var(--white);
      overflow-x: hidden;
    }

    /* Mejoras de tipografía */
    h1, h2, h3, h4, h5, h6 {
      font-weight: 700;
      line-height: 1.2;
      margin-bottom: var(--space-sm);
      color: var(--dark);
    }

    p {
      margin-bottom: var(--space-sm);
    }

    a {
      color: var(--primary);
      text-decoration: none;
      transition: var(--transition-fast);
    }

    a:hover {
      color: var(--primary-dark);
    }

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

    /* Utilidades */
    .container {
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 var(--space-md);
    }

    .section {
      padding: var(--space-xl) 0;
      position: relative;
    }

    .section-title {
      font-size: clamp(2rem, 5vw, 2.8rem);
      margin-bottom: var(--space-sm);
      position: relative;
      display: inline-block;
    }

    .section-title::after {
      content: '';
      position: absolute;
      bottom: -8px;
      left: 0;
      width: 60px;
      height: 4px;
      background: linear-gradient(90deg, var(--primary), var(--secondary));
      border-radius: 2px;
    }

    .text-center {
      text-align: center;
    }

    .text-center .section-title::after {
      left: 50%;
      transform: translateX(-50%);
    }

    .lead {
      font-size: clamp(1rem, 2.5vw, 1.2rem);
      color: var(--text-light);
      margin-bottom: var(--space-md);
      line-height: 1.6;
    }

    /* Botones */
    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: var(--space-xs);
      padding: 0.8rem 1.8rem;
      border-radius: var(--radius-md);
      font-weight: 600;
      text-decoration: none;
      transition: all var(--transition-normal);
      cursor: pointer;
      border: none;
      position: relative;
      overflow: hidden;
      z-index: 1;
    }

    .btn::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 0%;
      height: 100%;
      background: linear-gradient(90deg, var(--primary-dark), var(--p    /* ...cortado... agregá ?full=1 para ver todo ... */
      
Ver preview completo
Manifest preview
{
    "template": "administracionalarcon.com.ar/index.html",
    "template_mtime": 1757945207,
    "template_mtime_human": "2025-09-15T14:06:47+00:00",
    "css_links_found": [
        "https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css",
        "https://unpkg.com/aos@next/dist/aos.css"
    ],
    "css_links_external": [
        "https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css",
        "https://unpkg.com/aos@next/dist/aos.css"
    ],
    "css_links_embedded": [],
    "inline_style_blocks": 8,
    "inline_imports_external": [],
    "inline_imports_embedded": [],
    "missing_css_files": []
}