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

/* external link (no embedded): https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css */
/* external link (no embedded): https://fonts.googleapis.com/css2?family=Inter:opsz,[email protected],400;14..32,500;14..32,600;14..32,700;14..32,800;14..32,900&display=swap */
/* external link (no embedded): https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css */
/* external link (no embedded): https://unpkg.com/[email protected]/dist/aos.css */

/* ===== INLINE <style> BLOCK #1 ===== */
/* ===== VARIABLES & RESET ===== */
    :root {
      --brand: #7b1c1c;          /* bordó principal */
      --brand-light: #a33a3a;     /* bordó claro */
      --brand-soft: rgba(123, 28, 28, 0.08);
      --brand-glow: rgba(123, 28, 28, 0.25);
      --bg-soft: #f8f6f6;
      --ink: #1e1e1e;
      --muted: #5f5f5f;
      --subtle-border: rgba(0, 0, 0, 0.06);
      --card-shadow: 0 20px 35px -8px rgba(0, 0, 0, 0.1), 0 5px 15px -8px rgba(0, 0, 0, 0.06);
      --hover-shadow: 0 25px 45px -12px rgba(123, 28, 28, 0.25);
      --radius-card: 24px;
      --radius-element: 16px;
      --radius-full: 999px;
      --transition: all 0.25s cubic-bezier(0.2, 0, 0, 1);
    }

    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      font-family: 'Inter', sans-serif;
      color: var(--ink);
      background-color: #ffffff;
      line-height: 1.5;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
    /* ===== FIX: evitar scroll horizontal en mobile ===== */
    html, body { overflow-x: hidden; }

    /* ===== FIX: botón hamburguesa visible + cómodo ===== */
    .navbar-toggler{
      padding: .45rem .7rem;
      border-radius: var(--radius-full);
      background: rgba(123, 28, 28, 0.08);
    }
    .navbar-toggler:focus{
      box-shadow: 0 0 0 .25rem rgba(123, 28, 28, 0.18);
    }

    /* En mobile, el desplegable queda como “card” (y no rompe layout) */
    @media (max-width: 991.98px){
      #navMain{
        margin-top: .6rem;
        background: rgba(255,255,255,0.96);
        border: 1px solid rgba(0,0,0,0.06);
        border-radius: 16px;
        padding: .65rem;
        box-shadow: 0 12px 28px rgba(0,0,0,0.08);
      }
      #navMain .nav-link{ padding: .65rem .9rem !important; }
      #navMain .btn{ width: 100%; justify-content: center; }
    }


    /* ===== TIPOGRAFÍA Y JERARQUÍA ===== */
    h1, h2, h3, h4, h5, h6 {
      font-weight: 800;
      letter-spacing: -0.02em;
      line-height: 1.2;
    }

    .section-title {
      font-size: 2.8rem;
      font-weight: 900;
      letter-spacing: -0.03em;
      margin-bottom: 1rem;
    }

    .section-subtitle {
      font-size: 1.2rem;
      color: var(--muted);
      max-width: 60ch;
      margin-left: auto;
      margin-right: auto;
      font-weight: 400;
    }

    .eyebrow {
      display: inline-block;
      font-size: 0.8rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      color: var(--brand);
      background: var(--brand-soft);
      padding: 0.35rem 1rem;
      border-radius: var(--radius-full);
      margin-bottom: 1rem;
      backdrop-filter: blur(4px);
    }

    /* ===== ENLACES Y BOTONES ===== */
    a {
      text-decoration: none;
      transition: var(--transition);
    }

    .btn {
      border-radius: var(--radius-full);
      padding: 0.75rem 1.8rem;
      font-weight: 700;
      font-size: 1rem;
      transition: var(--transition);
      border: 2px solid transparent;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
    }

    .btn-brand {
      background: var(--brand);
      color: white;
      border-color: var(--brand);
    }
    .btn-brand:hover {
      background: #611212;
      border-color: #611212;
      /* ...cortado... agregá ?full=1 para ver todo ... */
      
Ver preview completo
Manifest preview
{
    "template": "grupogeo.com.ar/index.html",
    "template_mtime": 1771425130,
    "template_mtime_human": "2026-02-18T14:32:10+00:00",
    "css_links_found": [
        "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css",
        "https://fonts.googleapis.com/css2?family=Inter:opsz,[email protected],400;14..32,500;14..32,600;14..32,700;14..32,800;14..32,900&display=swap",
        "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css",
        "https://unpkg.com/[email protected]/dist/aos.css"
    ],
    "css_links_external": [
        "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css",
        "https://fonts.googleapis.com/css2?family=Inter:opsz,[email protected],400;14..32,500;14..32,600;14..32,700;14..32,800;14..32,900&display=swap",
        "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css",
        "https://unpkg.com/[email protected]/dist/aos.css"
    ],
    "css_links_embedded": [],
    "inline_style_blocks": 4,
    "inline_imports_external": [],
    "inline_imports_embedded": [],
    "missing_css_files": []
}