MIX · extractor de estilos
Template: lsgalponesmetalicos.com.ar/index.html · mtime: 2025-11-13 20:06
← Volver al álbum Descargar mixed.css Descargar manifest.json
CSS links: 3 Embebidos: 0 Externos: 3 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: lsgalponesmetalicos.com.ar/index.html */
/* Template mtime: 2025-11-13 20:06:08 */

/* 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 ===== */
.contact-side .ratio iframe {
  border-radius: 12px;
}

    :root {
      --primary: #3b2a1a;        /* Azul oscuro profesional */
      --primary-light: #5a3c23;
      --secondary: #c49a6c;      /* Dorado elegante */
      --accent: #8b5e3c;         /* Rojo para destacar */
      --dark: #1f1f1f;
      --light: #f8f5f0;
      --gray: #6b6b6b;
      --gray-light: #e0ded8;
      --white: #ffffff;
      --shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
      --shadow-lg: 0 20px 50px rgba(0, 0, 0, 0.12);
      --radius: 12px;
      --transition: all 0.3s ease;
    }

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

    html {
      scroll-behavior: smooth;
    }

    body {
      font-family: 'Inter', sans-serif;
      background-color: var(--white);
      color: var(--dark);
      line-height: 1.6;
      overflow-x: hidden;
    }

    h1, h2, h3, h4, h5, h6 {
      font-weight: 700;
      line-height: 1.2;
      margin-bottom: 1rem;
    }

    p {
      margin-bottom: 1rem;
    }

    a {
      text-decoration: none;
      color: inherit;
      transition: var(--transition);
    }

    img {
      max-width: 100%;
      height: auto;
      display: block;
    }

    section {
      position: relative;
    }

    /* Offset for sticky navbar when using anchors */
    section[id] {
      scroll-margin-top: 90px;
    }
    @media (max-width: 991.98px) {
      section[id] {
        scroll-margin-top: 80px;
      }
    }

    /* Visible hamburger icon */
    .navbar-toggler {
      border-color: var(--gray-light);
    }
    .navbar-toggler-icon {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0,0,0,0.8)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }


    /* ================= NAVBAR ================= */
    .navbar {
      background: rgba(255, 255, 255, 0.95);
      backdrop-filter: blur(10px);
      box-shadow: var(--shadow);
      padding: 1rem 0;
      transition: var(--transition);
    }

    .navbar.scrolled {
      padding: 0.7rem 0;
    }

    .navbar-brand {
      font-weight: 800;
      font-size: 1.5rem;
      color: var(--primary) !important;
      display: flex;
      align-items: center;
    }

    .navbar-brand span {
      color: var(--secondary);
      font-weight: 600;
    }

    .nav-link {
      font-weight: 500;
      color: var(--dark);
      position: relative;
      padding: 0.5rem 1rem !important;
      transition: var(--transition);
    }

    .nav-link:hover {
      color: var(--primary);
    }

    .nav-link::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 1rem;
      width: 0;
      height: 2px;
      background: var(--secondary);
      transition: var(--transition);
    }

    .nav-link:hover::after {
      width: calc(100% - 2rem);
    }

    .btn-cta {
      background: linear-gradient(135deg, var(--primary), var(--primary-light));
      color: var(--white);
      border: none;
      border-radius: 50px;
      padding: 0.7rem 1.5rem;
      font-weight: 600;
      transition: var(--transition);
      box-shadow: 0 4px 15px rgba(26, 54, 93, 0.2);
    }

    .btn-cta:hover {
      transform: translateY(-2px);
      box-shadow: 0 8px 20px rgba(26, 54, 93, 0.3    /* ...cortado... agregá ?full=1 para ver todo ... */
      
Ver preview completo
Manifest preview
{
    "template": "lsgalponesmetalicos.com.ar/index.html",
    "template_mtime": 1763064368,
    "template_mtime_human": "2025-11-13T20:06:08+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": 4,
    "inline_imports_external": [],
    "inline_imports_embedded": [],
    "missing_css_files": []
}