MIX · extractor de estilos
Template: doñamandioca.com.ar/index.html · mtime: 2025-11-25 18:34
← Volver al álbum Descargar mixed.css Descargar manifest.json
CSS links: 2 Embebidos: 0 Externos: 2 Inline styles: 2 Missing: 0
CSS externos (no embebidos)
CSS embebidos (locales)
No se pudieron embebir CSS locales.
Preview de mixed.css
/* MIXED CSS PACK */
/* Template: doñamandioca.com.ar/index.html */
/* Template mtime: 2025-11-25 18:34:25 */

/* 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=Nunito:wght@300;400;500;600;700;800&display=swap */

/* ===== INLINE <style> BLOCK #1 ===== */
/* link NETFAN */
    .sa-footer-accent{
      font-weight: 600;
      color: #000;
      text-decoration: none;
      border-bottom: 1px solid rgba(0,0,0,.4);
    }
    .sa-footer-accent:hover{
      color: #000;
      border-bottom-color: #000;
    }

    /* RESET Y VARIABLES */
    :root {
      --accent: #f5c01a;
      --accent-dark: #e0a800;
      --accent-soft: #fff6d5;
      --text-main: #111;
      --text-muted: #666;
      --bg: #ffffff;

      /* WhatsApp */
      --wa:#25D366;
      --wa-dark:#128C7E;
      --wa-text:#111111;
      --wa-muted:#666666;
      --wa-bg:#ffffff;
      --wa-border:#e4e4e4;
      --wa-head:#f5c01a;
    }

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

    body {
      font-family: 'Nunito', system-ui, -apple-system, sans-serif;
      background: var(--bg);
      color: var(--text-main);
      padding-top: 80px;
    }

    /* NAVBAR SIMPLE */
    .navbar {
      background: #fff;
      box-shadow: 0 2px 10px rgba(0,0,0,0.1);
      padding: 1rem 0;
    }

    .navbar-brand {
      font-weight: 700;
      font-size: 1.3rem;
    }

    .nav-link {
      font-weight: 500;
      color: #333 !important;
    }

    .btn-cta-nav {
      background: var(--accent);
      border: none;
      border-radius: 25px;
      padding: 0.5rem 1.5rem;
      font-weight: 600;
    }

    .brand-small {
      display: flex;
      align-items: center;
      gap: 6px;
      font-size: 16px;
    }

    .brand-icon {
      width: 52px;
      height: auto;
    }

    /* HERO SECTION */
    .hero-section {
      background: linear-gradient(135deg, #fff9e5, #ffffff);
      padding: 80px 0;
      margin-bottom: 48px;
    }

    .hero-title {
      font-size: 3rem;
      font-weight: 800;
      margin-bottom: 1rem;
      color: #111;
    }

    .hero-subtitle {
      font-size: 1.2rem;
      color: var(--text-muted);
      margin-bottom: 2rem;
    }

    .hero-badge {
      background: #fff;
      border-radius: 20px;
      padding: 0.5rem 1rem;
      margin-right: 0.5rem;
      margin-bottom: 0.5rem;
      display: inline-block;
      border: 1px solid #eee;
    }

    .btn-hero {
      padding: 0.8rem 2rem;
      border-radius: 25px;
      font-weight: 600;
      margin-right: 1rem;
      margin-bottom: 1rem;
    }

    .btn-primary-custom {
      background: var(--accent);
      border: none;
      color: #000;
    }

    .btn-outline-custom {
      border: 2px solid #333;
      background: transparent;
      color: #333;
    }

    /* SECCIONES GENERALES */
    .section {
      padding: 60px 0;
    }

    .section-alt {
      background: #f8f9fa;
    }

    .section-title {
      font-size: 2.5rem;
      font-weight: 700;
      margin-bottom: 1rem;
    }

    .section-subtitle {
      font-size: 1.1rem;
      color: var(--text-muted);
      margin-bottom: 2rem;
    }

    /* EYEBROW de sección */
    .section-eyebrow {
      display: inline-block;
      font-size: 0.8rem;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      font-weight: 600;
      color: var(--text-muted);
      margin-bottom: 0.35rem;
    }

    .section-eyebrow--accent {
      color: #000;
      background: var(--accent-soft);
      padding: 0.2rem 0.75rem;
      border-radius: 999px;
    }

    /* TARJETAS */
    .feature-card {
      background: #fff;
      border-radius: 15px;
      padding: 2rem;
      box-shadow: 0 5px 15px rgba(0,0,0,0.08);
      /* ...cortado... agregá ?full=1 para ver todo ... */
      
Ver preview completo
Manifest preview
{
    "template": "doñamandioca.com.ar/index.html",
    "template_mtime": 1764095665,
    "template_mtime_human": "2025-11-25T18:34:25+00:00",
    "css_links_found": [
        "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css",
        "https://fonts.googleapis.com/css2?family=Nunito: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://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;600;700;800&display=swap"
    ],
    "css_links_embedded": [],
    "inline_style_blocks": 2,
    "inline_imports_external": [],
    "inline_imports_embedded": [],
    "missing_css_files": []
}