Preview de mixed.css
/* MIXED CSS PACK */
/* Template: arproducciones.com.ar/index.html */
/* Template mtime: 2025-11-11 16:32:03 */
/* 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&display=swap */
/* ===== INLINE <style> BLOCK #1 ===== */
:root {
--primary: #7c3aed;
--primary-dark: #6d28d9;
--primary-light: #8b5cf6;
--secondary: #0ea5e9;
--accent: #f59e0b;
--dark: #1e293b;
--darker: #0f172a;
--light: #f8fafc;
--muted: #64748b;
--surface: #ffffff;
--radius: 16px;
--radius-lg: 24px;
--shadow: 0 10px 30px rgba(0,0,0,.08);
--shadow-lg: 0 20px 40px rgba(0,0,0,.12);
--transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
* {
box-sizing: border-box;
}
html, body {
overflow-x: hidden;
scroll-behavior: smooth;
}
body {
font-family: 'Inter', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
color: var(--dark);
background: var(--light);
line-height: 1.6;
}
.container {
max-width: 1140px;
}
/* Navbar */
.navbar {
background: rgba(255, 255, 255, 0.95);
backdrop-filter: blur(10px);
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
padding: 1rem 0;
transition: var(--transition);
}
.navbar-brand {
font-weight: 800;
letter-spacing: -.5px;
background: linear-gradient(135deg, var(--primary), var(--secondary));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 1.5rem;
}
.nav-link {
font-weight: 500;
position: relative;
transition: var(--transition);
}
.nav-link:after {
content: '';
position: absolute;
width: 0;
height: 2px;
bottom: 0;
left: 0;
background: linear-gradient(90deg, var(--primary), var(--secondary));
transition: var(--transition);
}
.nav-link:hover:after {
width: 100%;
}
.btn-cta {
border-radius: 999px;
font-weight: 600;
background: linear-gradient(135deg, var(--primary), var(--secondary));
border: none;
padding: 0.5rem 1.5rem;
transition: var(--transition);
box-shadow: 0 4px 15px rgba(124, 58, 237, 0.3);
}
.btn-cta:hover {
transform: translateY(-2px);
box-shadow: 0 8px 25px rgba(124, 58, 237, 0.4);
}
/* Hero Section */
#inicio {
padding: clamp(80px, 10vw, 160px) 0;
position: relative;
overflow: hidden;
}
#inicio:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(135deg, rgba(124, 58, 237, 0.05) 0%, rgba(14, 165, 233, 0.05) 100%);
z-index: -1;
}
.hero-title {
font-size: clamp(32px, 4vw, 56px);
line-height: 1.1;
font-weight: 800;
letter-spacing: -0.5px;
margin-bottom: 1.5rem;
background: linear-gradient(135deg, var(--dark), var(--primary));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.hero-sub {
color: var(--muted);
font-size: clamp(18px, 1.6vw, 22px);
font-weight: 400;
margin-bottom: 2rem;
}
.hero-bullets {
list-style: none;
padding: 0;
margin-bottom: 2.5rem;
}
.hero-bullets li {
margin: 1rem 0;
display: flex;
align-items: center;
font-weight: 500;
}
.hero-bullets li:before {
content: '';
display: inline-block;
/* ...cortado... agregá ?full=1 para ver todo ... */
Manifest preview
{
"template": "arproducciones.com.ar/index.html",
"template_mtime": 1762878723,
"template_mtime_human": "2025-11-11T16:32:03+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&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&display=swap"
],
"css_links_embedded": [],
"inline_style_blocks": 2,
"inline_imports_external": [],
"inline_imports_embedded": [],
"missing_css_files": []
}