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

/* 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.min.css */
/* external link (no embedded): https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Playfair+Display:wght@400;500;600;700;800&display=swap */

/* ===== INLINE <style> BLOCK #1 ===== */
y/o links CSS propios como estaban) -->
<style>
    :root {
      /* Colores base según especificación */
      --color-black: #0b0b0b;
      --color-white: #ffffff;
      --color-primary: #1d297a;        /* Azul profundo */
      --color-secondary: #009d89;      /* Verde turquesa */
      --color-accent1: #00afe0;        /* Azul claro */
      --color-accent2: #9c2f53;        /* Granate */
      --color-accent3: #fcdd69;        /* Amarillo suave */
      
      /* Colores derivados */
      --color-gray-50: #f8f9fa;
      --color-gray-100: #f1f3f5;
      --color-gray-200: #e9ecef;
      --color-gray-300: #dee2e6;
      --color-gray-400: #ced4da;
      --color-gray-500: #adb5bd;
      --color-gray-600: #868e96;
      --color-gray-700: #495057;
      --color-gray-800: #343a40;
      --color-gray-900: #212529;
      
      /* Tipografía */
      --font-primary: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
      --font-secondary: 'Playfair Display', Georgia, 'Times New Roman', Times, serif;
      
      /* Espaciados */
      --spacing-xs: 0.25rem;
      --spacing-sm: 0.5rem;
      --spacing-md: 1rem;
      --spacing-lg: 1.5rem;
      --spacing-xl: 2rem;
      --spacing-xxl: 3rem;
      
      /* Bordes */
      --border-radius-sm: 8px;
      --border-radius-md: 12px;
      --border-radius-lg: 16px;
      --border-radius-xl: 20px;
      --border-radius-round: 50%;
      
      /* Sombras */
      --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.05);
      --shadow-md: 0 8px 24px rgba(0, 0, 0, 0.08);
      --shadow-lg: 0 12px 36px rgba(0, 0, 0, 0.1);
      --shadow-xl: 0 20px 48px rgba(0, 0, 0, 0.12);
      
      /* Transiciones */
      --transition-fast: 150ms ease;
      --transition-normal: 250ms ease;
      --transition-slow: 350ms ease;
    }
    
    /* Reset y estilos base */
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }
    
    html {
      scroll-behavior: smooth;
      scroll-padding-top: 80px;
    }
    
    body {
      font-family: var(--font-primary);
      color: var(--color-black);
      background-color: var(--color-white);
      line-height: 1.6;
      overflow-x: hidden;
    }
    
    h1, h2, h3, h4, h5, h6 {
      font-family: var(--font-secondary);
      font-weight: 700;
      line-height: 1.2;
      margin-bottom: var(--spacing-md);
    }
    
    h1 { font-size: 3.5rem; }
    h2 { font-size: 2.5rem; }
    h3 { font-size: 2rem; }
    h4 { font-size: 1.5rem; }
    
    @media (max-width: 768px) {
      h1 { font-size: 2.5rem; }
      h2 { font-size: 2rem; }
      h3 { font-size: 1.75rem; }
      h4 { font-size: 1.25rem; }
    }
    
    p {
      margin-bottom: var(--spacing-md);
      color: var(--color-gray-700);
    }
    
    a {
      color: var(--color-primary);
      text-decoration: none;
      transition: color var(--transition-fast);
    }
    
    a:hover {
      color: var(--color-accent1);
    }
    
    .container {
      max-width: 1200px;
      padding-left: var(--spacing-lg);
      padding-right: var(--spacing-lg);
    }
    
    /* Componentes reutilizables */
    .section {
      padding: var(--spacing-xxl) 0;
      position: relative;
    }
    
    .section-title {
      position: relative;
      margin-bottom: var(--spacing-lg);
    }
        /* ...cortado... agregá ?full=1 para ver todo ... */
      
Ver preview completo
Manifest preview
{
    "template": "capellanessinfronteras.com.ar/index.html",
    "template_mtime": 1769869597,
    "template_mtime_human": "2026-01-31T14:26:37+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.min.css",
        "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Playfair+Display:wght@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.min.css",
        "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Playfair+Display:wght@400;500;600;700;800&display=swap"
    ],
    "css_links_embedded": [],
    "inline_style_blocks": 3,
    "inline_imports_external": [],
    "inline_imports_embedded": [],
    "missing_css_files": []
}