MIX · extractor de estilos
Template: tusolucionacademica.com.ar/index.html · mtime: 2026-01-21 14:05
← 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: tusolucionacademica.com.ar/index.html */
/* Template mtime: 2026-01-21 14:05:38 */

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

/* ===== INLINE <style> BLOCK #1 ===== */
:root {
      --bg: #FFFFFF;
      --card: #F8F9FB;
      --text: #0A1628;
      --muted: #4A5568;
      --line: rgba(26, 81, 146, .15);
      --brand: #1A5192;
      --brand-dark: #0D3857;
      --purple: #711E4C;
      --green: #759E25;
      --orange: #C43C1B;
      --red: #A33030;
    }

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

    /* ✅ Fix principal: evita scroll horizontal en mobile (html + body) */
    html,
    body {
      width: 100%;
      overflow-x: hidden;
    }

    /* ✅ Evita que textos largos rompan el layout */
    a,
    .link-item,
    .chip {
      overflow-wrap: anywhere;
      word-break: break-word;
    }

    /* ✅ Medios nunca más anchos que el viewport */
    img,
    svg,
    video,
    canvas {
      max-width: 100%;
      height: auto;
    }

    body {
      font-family: 'Inter', system-ui, -apple-system, sans-serif;
      background:
        radial-gradient(ellipse 1200px 600px at 20% -5%, rgba(26, 81, 146, .08), transparent 60%),
        radial-gradient(ellipse 1000px 500px at 85% 8%, rgba(113, 30, 76, .05), transparent 55%),
        radial-gradient(ellipse 800px 400px at 50% 100%, rgba(117, 158, 37, .04), transparent 50%),
        #FFFFFF;
      color: var(--text);
      line-height: 1.6;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }

    a {
      color: inherit;
      text-decoration: none;
      transition: all .3s ease
    }

    /* Navbar Premium */
    .navbar {
      background: rgba(255, 255, 255, .98);
      backdrop-filter: blur(20px) saturate(180%);
      border-bottom: 1px solid var(--line);
      box-shadow: 0 4px 24px rgba(0, 0, 0, .06);
      transition: all .4s cubic-bezier(.4, 0, .2, 1);
    }

    .navbar.scrolled {
      background: rgba(255, 255, 255, 1);
      box-shadow: 0 8px 32px rgba(0, 0, 0, .12);
    }

    .navbar-brand {
      color: var(--text) !important;
      font-weight: 800;
      letter-spacing: -.02em;
      transition: transform .3s ease;
    }

    .navbar-brand:hover {
      transform: translateY(-2px)
    }

    .nav-link {
      color: var(--muted) !important;
      font-weight: 600;
      position: relative;
      padding: .5rem 1rem !important;
      transition: all .3s ease;
    }

    .nav-link::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 0;
      height: 2px;
      background: linear-gradient(90deg, var(--brand), var(--purple));
      transform: translateX(-50%);
      transition: width .3s ease;
    }

    .nav-link:hover {
      color: var(--text) !important
    }

    .nav-link:hover::after {
      width: 70%
    }

    .brand-logo {
      width: 33px;
      height: 33px;
      border-radius: 14px;
      overflow: hidden;
      border: 1px solid var(--line);
      background: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      flex: 0 0 auto;
      box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
      transition: all .3s ease;
    }

    .brand-logo:hover {
      transform: scale(1.05);
      box-shadow: 0 6px 20px rgba(26, 81, 146, .2);
    }

    .brand-logo img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    /* Botones Premium */
    .btn-brand {
      background: linear-gradien    /* ...cortado... agregá ?full=1 para ver todo ... */
      
Ver preview completo
Manifest preview
{
    "template": "tusolucionacademica.com.ar/index.html",
    "template_mtime": 1769004338,
    "template_mtime_human": "2026-01-21T14:05:38+00:00",
    "css_links_found": [
        "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css",
        "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css",
        "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap"
    ],
    "css_links_external": [
        "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css",
        "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css",
        "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap"
    ],
    "css_links_embedded": [],
    "inline_style_blocks": 3,
    "inline_imports_external": [],
    "inline_imports_embedded": [],
    "missing_css_files": []
}