Preview de mixed.css
/* MIXED CSS PACK */
/* Template: edfs.com.ar/index.html */
/* Template mtime: 2026-01-22 17:46:37 */
/* 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=Manrope:wght@300;400;500;600;700;800&family=Fraunces:opsz,[email protected],400;9..144,600;9..144,700;9..144,800&display=swap */
/* ===== INLINE <style> BLOCK #1 ===== */
:root {
--bg: #ffffff;
--card: rgba(15, 23, 42, .04);
--card2: rgba(15, 23, 42, .06);
--line: rgba(15, 23, 42, .10);
--text: rgba(15, 23, 42, .94);
--muted: rgba(15, 23, 42, .70);
--accent: #d6b36a;
--accent2: #151422;
--accent-light: rgba(214, 179, 106, 0.1);
--shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.15);
--shadow-hover: 0 32px 64px -16px rgba(15, 23, 42, 0.2);
--radius: 20px;
--radius-sm: 14px;
--radius-lg: 28px;
--transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
font-size: 16px;
}
body {
font-family: 'Manrope', system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, sans-serif;
color: var(--text);
background:
radial-gradient(1400px 700px at 15% -8%, rgba(214, 179, 106, 0.18), transparent 65%),
radial-gradient(1000px 600px at 85% 12%, rgba(157, 123, 51, 0.12), transparent 60%),
linear-gradient(180deg, #ffffff 0%, #fafafc 40%, #ffffff 100%);
overflow-x: hidden;
line-height: 1.6;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, .section-title {
font-family: 'Fraunces', serif;
font-weight: 800; /* podés dejar 700 si querés */
line-height: 1.2;
}
a {
color: inherit;
text-decoration: none;
transition: var(--transition);
}
.container {
max-width: 1200px;
padding-left: 24px;
padding-right: 24px;
}
.section {
padding: 100px 0;
position: relative;
}
@media (max-width: 768px) {
.section {
padding: 70px 0;
}
}
/* ==================== NAVBAR ==================== */
.navbar {
backdrop-filter: blur(20px) saturate(180%);
background: rgba(255, 255, 255, 0.88) !important;
border-bottom: 1px solid rgba(214, 179, 106, 0.15);
padding: 18px 0;
transition: var(--transition);
}
.navbar.scrolled {
padding: 12px 0;
background: rgba(255, 255, 255, 0.95) !important;
box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}
.navbar-brand {
font-weight: 900;
letter-spacing: 0.2px;
line-height: 1.1;
font-size: 1.35rem;
}
.brand span {
color: var(--accent);
position: relative;
display: inline-block;
}
.brand span::after {
content: '';
position: absolute;
bottom: 2px;
left: 0;
width: 100%;
height: 2px;
background: linear-gradient(90deg, var(--accent), transparent);
opacity: 0.6;
}
.brand small {
display: block;
font-weight: 500;
color: var(--muted);
letter-spacing: 0.3px;
margin-top: 4px;
font-size: 0.85rem;
}
.nav-link {
color: rgba(15, 23, 42, 0.75) !important;
font-weight: 500;
padding: 8px 16px !important;
border-radius: var(--radius-sm);
margin: 0 2px;
position: relative;
transition: var(--transition);
}
.nav-link:hover {
color: rgba(15, 23, 42, 0.95) !important;
background: rgba(214, 179, 106, 0.08 /* ...cortado... agregá ?full=1 para ver todo ... */
Manifest preview
{
"template": "edfs.com.ar/index.html",
"template_mtime": 1769103997,
"template_mtime_human": "2026-01-22T17:46:37+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=Manrope:wght@300;400;500;600;700;800&family=Fraunces:opsz,[email protected],400;9..144,600;9..144,700;9..144,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=Manrope:wght@300;400;500;600;700;800&family=Fraunces:opsz,[email protected],400;9..144,600;9..144,700;9..144,800&display=swap"
],
"css_links_embedded": [],
"inline_style_blocks": 2,
"inline_imports_external": [],
"inline_imports_embedded": [],
"missing_css_files": []
}