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

/* 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 ===== */
p.section-subtitle {
    text-align: center !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  h2.section-title {
    text-align: center !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* Catálogo: permitir que el iframe “full-bleed” no se recorte por el card */
  #catalogo .card-modern{
    overflow: visible !important;
    border-radius: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
  }

  /* Refuerzo: el propio iframe sin radios dentro del card */
  #catalogo .card-modern iframe{
    border-radius: 0 !important;
  }

/* ===== INLINE <style> BLOCK #2 ===== */
.section-subtitle-muted {
    color: #6c757d !important;
    text-align: center !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: 1rem;
    line-height: 1.5;
  }

  .section-title{
    font-size:2.5rem;
    font-weight:900;
    text-align:left !important;
    margin-bottom:.6rem;
    position:relative;
    display:inline-block;
  }
  .section-title::after{
    content:"";
    position:absolute;
    bottom:-10px;
    left:0;
    width:60px;
    height:4px;
    background:linear-gradient(135deg, var(--primary), var(--primary-light));
    border-radius:2px;
  }
  .section-subtitle{
    color:var(--gray-600);
    text-align:left !important;
    margin:0 0 1.6rem !important;
    max-width:760px;
  }
  .catalogo-iframe-wrapper {
    width: 100%;
  }
  
  /* Altura por defecto (mobile / general) */
  .catalogo-iframe {
    width: 100%;
    min-height: 420px; /* ajustá si querés un poco menos/más */
    border: 0;
  }
  
  /* En desktop, un poco más de alto */
  @media (min-width: 992px) {
    .catalogo-iframe {
      min-height: 620px;  /* subimos un poco, sin ocupar toda la pantalla */
    }
  }

  :root {
    --primary: #f2a700;
    --primary-dark: #c88400;
    --primary-light: #ffd266;
    --accent: #000000;
    --ink: #0f172a;
    --light: #ffffff;
    --gray-100: #f5f6f8;
    --gray-200: #eceff3;
    --gray-300: #d7dde5;
    --gray-600: #4b5563;
    --gray-700: #374151;
    --gray-900: #111827;
    --radius: 16px;
    --radius-lg: 24px;
    --shadow-sm: 0 1px 2px rgba(0,0,0,.06);
    --shadow: 0 8px 20px rgba(0,0,0,.08);
    --shadow-md: 0 12px 24px rgba(0,0,0,.12);
    --shadow-lg: 0 24px 48px rgba(0,0,0,.15);
    --transition: all .3s cubic-bezier(0.4, 0, 0.2, 1);
    --gradient-primary: linear-gradient(135deg, var(--primary), var(--primary-light));
    --gradient-dark: linear-gradient(135deg, #000, #333);
    --gradient-hero: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  }
  
  *{box-sizing:border-box}
  html{scroll-behavior:smooth}
  body{
    font-family:'Inter',system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
    color:var(--ink);
    background:var(--light);
    line-height:1.6;
    overflow-x:hidden;
  }
  h1,h2,h3,h4,h5,h6{font-weight:800;color:var(--gray-900)}
  .text-brand{color:var(--primary)}
  .bg-brand{background:var(--primary)!important}
  .badge-brand{background:var(--primary); color:#000; font-weight:700}
  
  /* Navbar mejorada */
  .navbar{
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-    /* ...cortado... agregá ?full=1 para ver todo ... */
      
Ver preview completo
Manifest preview
{
    "template": "generadoresargentina.com.ar/index.html",
    "template_mtime": 1764349927,
    "template_mtime_human": "2025-11-28T17:12:07+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": 20,
    "inline_imports_external": [],
    "inline_imports_embedded": [],
    "missing_css_files": []
}