Preview de mixed.css
/* MIXED CSS PACK */
/* Template: mygimportados.com.ar/index.html */
/* Template mtime: 2026-05-05 13:21:05 */
/* 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.min.css */
/* external link (no embedded): https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Poppins:wght@400;500;600;700&display=swap */
/* ===== INLINE <style> BLOCK #1 ===== */
:root {
--primary: #111827;
--primary-dark: #0f172a;
--secondary: #7c3aed;
--accent: #f59e0b;
--muted: #6b7280;
--light: #f8fafc;
--soft: #f1f5f9;
--radius: 20px;
--radius-sm: 12px;
--radius-lg: 28px;
--shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
--shadow-lg: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
--shadow-xl: 0 35px 60px -15px rgba(0, 0, 0, 0.2);
--transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
* {
box-sizing: border-box;
}
html, body {
overflow-x: hidden;
width: 100%;
}
body {
font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, sans-serif;
line-height: 1.6;
color: #1f2937;
overflow-x: hidden;
background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
min-height: 100vh;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Poppins', sans-serif;
font-weight: 700;
line-height: 1.2;
}
.gradient-text {
background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
display: inline-block;
}
.section {
padding: 100px 0;
position: relative;
}
@media (max-width: 768px) {
.section {
padding: 60px 0;
}
}
.section-title {
font-weight: 900;
letter-spacing: -0.03em;
font-size: clamp(2.2rem, 5vw, 3.5rem);
margin-bottom: 1.5rem;
}
.section-subtitle {
color: var(--muted);
font-size: 1.1rem;
max-width: 680px;
margin: 0 auto 3rem;
line-height: 1.7;
}
.eyebrow {
display: inline-flex;
align-items: center;
gap: .6rem;
font-size: .85rem;
font-weight: 700;
letter-spacing: .12em;
text-transform: uppercase;
padding: .5rem 1rem;
border-radius: 100px;
background: linear-gradient(135deg, rgba(124, 58, 237, 0.1) 0%, rgba(245, 158, 11, 0.1) 100%);
color: var(--secondary);
margin-bottom: 1.5rem;
}
/* ===== Navbar ===== */
.navbar {
backdrop-filter: saturate(180%) blur(20px);
background: rgba(255, 255, 255, 0.85) !important;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
padding: 1rem 0;
transition: var(--transition);
}
.navbar.scrolled {
background: rgba(255, 255, 255, 0.95) !important;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
padding: 0.8rem 0;
}
.navbar-brand {
font-weight: 900;
font-size: 1.5rem;
letter-spacing: -0.02em;
background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}
.nav-link {
font-weight: 600;
color: #374151 !important;
padding: 0.5rem 1rem !important;
border-radius: 10px;
transition: var(--transition);
position: relative;
}
.nav-link:hover, .nav-link.active {
color: var(--secondary) !important;
background: rgba(124, 58, 237, 0.05);
}
.nav-link::after {
content: '';
position: absolute;
bottom: 0;
left: 50%;
width: 0;
heigh /* ...cortado... agregá ?full=1 para ver todo ... */
Manifest preview
{
"template": "mygimportados.com.ar/index.html",
"template_mtime": 1777987265,
"template_mtime_human": "2026-05-05T13:21:05+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.min.css",
"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Poppins:wght@400;500;600;700&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.min.css",
"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Poppins:wght@400;500;600;700&display=swap"
],
"css_links_embedded": [],
"inline_style_blocks": 4,
"inline_imports_external": [],
"inline_imports_embedded": [],
"missing_css_files": []
}