Preview de mixed.css
/* MIXED CSS PACK */
/* Template: vidriosyaberturascma.com/index.html */
/* Template mtime: 2026-03-10 18:58:46 */
/* 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/font-awesome/6.5.0/css/all.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 {
--ink: #111827;
--muted: #6b7280;
--soft: #f8fafc;
--line: #e2e8f0;
--accent: #1BB26B;
--accent-600: #159A5C;
--accent-700: #0f7a4a;
--accent-light: #e6f7f0;
--radius: 16px;
--shadow: 0 10px 30px rgba(17, 24, 39, 0.08);
--shadow-lg: 0 25px 50px rgba(17, 24, 39, 0.12);
}
* {
box-sizing: border-box;
}
html, body {
scroll-behavior: smooth;
font-family: 'Inter', sans-serif;
}
body {
color: var(--ink);
overflow-x: hidden;
line-height: 1.6;
}
.section {
padding: 100px 0;
position: relative;
}
.section-title {
font-weight: 800;
letter-spacing: -0.02em;
line-height: 1.2;
}
.section-sub {
color: var(--muted);
font-size: 1.125rem;
}
.btn-accent {
background: var(--accent);
border: 0;
color: white;
font-weight: 600;
padding: 12px 28px;
border-radius: 12px;
transition: all 0.3s ease;
box-shadow: 0 4px 12px rgba(27, 178, 107, 0.3);
}
.btn-accent:hover {
background: var(--accent-600);
transform: translateY(-2px);
box-shadow: 0 6px 16px rgba(27, 178, 107, 0.4);
}
.btn-outline-accent {
border: 2px solid var(--accent);
color: var(--accent);
background: transparent;
font-weight: 600;
padding: 12px 28px;
border-radius: 12px;
transition: all 0.3s ease;
}
.btn-outline-accent:hover {
background: var(--accent);
color: white;
transform: translateY(-2px);
}
.badge-dot {
display: inline-flex;
gap: 0.5rem;
align-items: center;
font-weight: 500;
}
.badge-dot::before {
content: "";
width: 0.6rem;
height: 0.6rem;
border-radius: 50%;
background: var(--accent);
}
.nav-link {
font-weight: 500;
position: relative;
padding: 8px 12px !important;
transition: color 0.3s ease;
}
.nav-link::after {
content: '';
position: absolute;
bottom: 0;
left: 12px;
width: 0;
height: 2px;
background: var(--accent);
transition: width 0.3s ease;
}
.nav-link:hover::after,
.nav-link.active::after {
width: calc(100% - 24px);
}
.nav-link:hover,
.nav-link.active {
color: var(--accent) !important;
}
.navbar {
box-shadow: 0 4px 20px rgba(17, 24, 39, 0.05);
backdrop-filter: blur(10px);
background: rgba(255, 255, 255, 0.95);
transition: all 0.3s ease;
}
.navbar.scrolled {
padding-top: 8px;
padding-bottom: 8px;
box-shadow: 0 4px 20px rgba(17, 24, 39, 0.08);
}
.navbar-brand {
font-weight: 800;
font-size: 1.5rem;
}
.shadow-soft {
box-shadow: var(--shadow);
}
.shadow-large {
box-shadow: var(--shadow-lg);
}
.card-lite {
border: 1px solid var(--line);
border-radius: var(--radius);
transition: all 0.3s ease;
}
.card-lite:hover {
transform: translateY(-5px);
box-shadow: var(--shadow-lg);
}
.icon-pill {
width: 54px;
height: 54px;
border-radius: 999px;
display: inline-grid;
place-items: center;
/* ...cortado... agregá ?full=1 para ver todo ... */
Manifest preview
{
"template": "vidriosyaberturascma.com/index.html",
"template_mtime": 1773169126,
"template_mtime_human": "2026-03-10T18:58:46+00:00",
"css_links_found": [
"https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css",
"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.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://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css",
"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap"
],
"css_links_embedded": [],
"inline_style_blocks": 5,
"inline_imports_external": [],
"inline_imports_embedded": [],
"missing_css_files": []
}