Preview de mixed.css
/* MIXED CSS PACK */
/* Template: suarmador.com.ar/index.html */
/* Template mtime: 2025-11-25 12:45:59 */
/* external link (no embedded): https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css */
/* external link (no embedded): https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap */
/* external link (no embedded): https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css */
/* ===== INLINE <style> BLOCK #1 ===== */
:root{
--sa-bg: #ffffff;
--sa-primary: #767680;
--sa-accent: #e3c09e;
--sa-text: #191919;
--sa-muted: #666;
--sa-radius: 18px;
--sa-shadow: 0 18px 40px rgba(0,0,0,.08);
--sa-shadow-hover: 0 24px 60px rgba(0,0,0,.12);
--sa-gradient: linear-gradient(135deg, rgba(227,192,158,0.1) 0%, rgba(118,118,128,0.05) 100%);
}
*{box-sizing:border-box;}
body{
font-family:'Inter',system-ui,-apple-system, BlinkMacSystemFont,"Segoe UI",sans-serif;
background:var(--sa-bg);
color:var(--sa-text);
scroll-behavior:smooth;
overflow-x: hidden;
}
/* NAVBAR MEJORADA */
.sa-navbar{
background:#ffffffee;
backdrop-filter: blur(12px);
box-shadow:0 1px 0 rgba(0,0,0,.04);
transition: all 0.3s ease;
padding-top: 0.75rem;
padding-bottom: 0.75rem;
}
.sa-navbar.scrolled {
background:#fffffff2;
box-shadow:0 4px 20px rgba(0,0,0,.08);
}
.sa-brand{
font-weight:700;
letter-spacing:.06em;
text-transform:uppercase;
font-size:.95rem;
color:var(--sa-primary);
display:flex;
align-items:center;
gap:.40rem;
transition: all 0.3s ease;
}
.sa-brand:hover {
transform: translateY(-1px);
}
.sa-brand-logo{
width:34px;
height:34px;
border-radius:999px;
background:var(--sa-accent);
display:flex;
align-items:center;
justify-content:center;
font-size:1.15rem;
color:#fff;
font-weight:700;
transition: all 0.3s ease;
box-shadow: 0 4px 12px rgba(227,192,158,0.3);
}
.sa-nav-link{
font-weight:500;
color:var(--sa-muted);
font-size:.94rem;
position: relative;
transition: all 0.3s ease;
padding: 0.5rem 0.75rem !important;
border-radius: 8px;
}
.sa-nav-link:hover,
.sa-nav-link.active{
color:var(--sa-primary);
background: rgba(118,118,128,0.05);
}
.sa-nav-link::after {
content: '';
position: absolute;
bottom: 0;
left: 50%;
width: 0;
height: 2px;
background: var(--sa-accent);
transition: all 0.3s ease;
transform: translateX(-50%);
}
.sa-nav-link.active::after {
width: 70%;
}
/* HERO MEJORADO */
#inicio{
padding:clamp(70px,10vh,110px) 0 80px;
background:
radial-gradient(circle at top left, rgba(227,192,158,.28), transparent 55%),
radial-gradient(circle at bottom right, rgba(118,118,128,.15), transparent 55%),
var(--sa-bg);
position: relative;
overflow: hidden;
}
#inicio::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: var(--sa-gradient);
z-index: -1;
}
.hero-eyebrow{
text-transform:uppercase;
letter-spacing:.18em;
font-size:.78rem;
color:var(--sa-primary);
font-weight:600;
margin-bottom:.75rem;
display: inline-block;
padding: 0.4rem 1rem;
background: rgba(118,118,128,0.08);
border-radius: 999px;
}
.hero-title{
font-size:clamp(2.2rem, 3.1vw, 3.5rem);
font-weight:800;
letter-spacing:-.03em;
margin-bottom:.8rem;
line-height: 1.1;
backgro /* ...cortado... agregá ?full=1 para ver todo ... */
Manifest preview
{
"template": "suarmador.com.ar/index.html",
"template_mtime": 1764074759,
"template_mtime_human": "2025-11-25T12:45:59+00:00",
"css_links_found": [
"https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css",
"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap",
"https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css"
],
"css_links_external": [
"https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css",
"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap",
"https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css"
],
"css_links_embedded": [],
"inline_style_blocks": 3,
"inline_imports_external": [],
"inline_imports_embedded": [],
"missing_css_files": []
}