Preview de mixed.css
/* MIXED CSS PACK */
/* Template: plomerianahuel.com.ar/index.html */
/* Template mtime: 2025-12-10 12:11:11 */
/* 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/bootstrap-icons/1.11.3/font/bootstrap-icons.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{
--primary: #0ea5e9;
--primary-dark: #0284c7;
--primary-light: #38bdf8;
--primary-soft: #e0f2fe;
--primary-gradient: linear-gradient(135deg, #0ea5e9 0%, #3b82f6 100%);
--dark: #0f172a;
--dark-soft: #1e293b;
--muted: #64748b;
--bg: #f8fafc;
--bg-alt: #f1f5f9;
--border: #e2e8f0;
--white: #ffffff;
--shadow-sm: 0 1px 3px rgba(15,23,42,0.08);
--shadow-md: 0 4px 12px rgba(15,23,42,0.1);
--shadow-lg: 0 10px 40px rgba(15,23,42,0.15);
--shadow-xl: 0 20px 60px rgba(15,23,42,0.2);
--transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
color: var(--dark);
background: var(--white);
line-height: 1.7;
overflow-x: hidden;
max-width: 100%;
}
/* ===== NAVBAR PREMIUM ===== */
.navbar {
backdrop-filter: blur(20px);
background: rgba(255, 255, 255, 0.85);
box-shadow: 0 4px 30px rgba(15,23,42,0.08);
border-bottom: 1px solid rgba(226,232,240,0.5);
transition: var(--transition);
padding: 1rem 0;
}
/* Fix toggler */
.navbar-toggler {
border: none;
}
.navbar-toggler:focus {
box-shadow: none;
}
.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(15,23,42,0.9)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-brand {
font-size: 1.5rem;
font-weight: 800;
letter-spacing: -0.02em;
background: var(--primary-gradient);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
transition: var(--transition);
}
.navbar-brand:hover {
transform: translateY(-2px);
}
.nav-link {
position: relative;
font-weight: 500;
color: var(--dark-soft) !important;
padding: 0.5rem 1rem !important;
transition: var(--transition);
font-size: 0.95rem;
}
.nav-link::before {
content: '';
position: absolute;
bottom: 0;
left: 50%;
width: 0;
height: 2px;
background: var(--primary-gradient);
transform: translateX(-50%);
transition: width 0.3s ease;
}
.nav-link:hover {
color: var(--primary) !important;
}
.nav-link:hover::before {
width: 80%;
}
/* ===== SECTION STYLES ===== */
.section {
padding: 100px 0;
position: relative;
}
.section-title {
font-size: 2.8rem;
font-weight: 800;
margin-bottom: 1rem;
letter-spacing: -0.02em;
background: linear-gradient(135deg, var(--dark) 0%, var(--dark-soft) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
line-height: 1.2;
}
.section-subtitle {
color: var(--muted);
max-width: 640px;
margin: 0 auto;
font-size: 1.1rem;
line-height: 1.8;
}
.eyebrow {
text-transform: uppercase;
/* ...cortado... agregá ?full=1 para ver todo ... */
Manifest preview
{
"template": "plomerianahuel.com.ar/index.html",
"template_mtime": 1765368671,
"template_mtime_human": "2025-12-10T12:11:11+00:00",
"css_links_found": [
"https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css",
"https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.11.3/font/bootstrap-icons.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/bootstrap-icons/1.11.3/font/bootstrap-icons.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": 2,
"inline_imports_external": [],
"inline_imports_embedded": [],
"missing_css_files": []
}