Preview de mixed.css
/* MIXED CSS PACK */
/* Template: cortinasazulroller.com.ar/index.html */
/* Template mtime: 2026-04-10 13:58:07 */
/* external link (no embedded): https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&family=Outfit:wght@400;500;600;700;800&display=swap */
/* external link (no embedded): https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css */
/* ===== INLINE <style> BLOCK #1 ===== */
/* =====================================================
VARIABLES Y RESET
===================================================== */
:root {
--accent: #0043a4;
--accent-2: #0b63d1;
--accent-light: #3d7dd9;
--text: #111111;
--muted: #5c6470;
--line: #e8edf5;
--soft: #f5f8fc;
--white: #ffffff;
--shadow-sm: 0 4px 12px rgba(0,67,164,.06);
--shadow: 0 22px 60px rgba(0,0,0,.08);
--shadow-lg: 0 32px 80px rgba(0,67,164,.12);
--shadow-accent: 0 16px 40px rgba(0,67,164,.25);
--radius: 24px;
--radius-sm: 16px;
--radius-xs: 12px;
--nav-h: 82px;
--transition: .35s cubic-bezier(.4,0,.2,1);
--transition-fast: .2s cubic-bezier(.4,0,.2,1);
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html {
scroll-behavior: smooth;
}
body {
font-family: 'DM Sans', system-ui, -apple-system, sans-serif;
color: var(--text);
background: var(--white);
overflow-x: hidden;
line-height: 1.6;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
img {
max-width: 100%;
display: block;
}
a {
text-decoration: none;
transition: var(--transition-fast);
}
/* =====================================================
UTILIDADES
===================================================== */
.container-custom {
max-width: 1200px;
}
.section {
padding: 120px 0;
position: relative;
}
.eyebrow {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 10px 18px;
border-radius: 100px;
font-size: .72rem;
letter-spacing: .14em;
text-transform: uppercase;
font-weight: 700;
color: var(--accent);
background: linear-gradient(135deg, rgba(0,67,164,.08), rgba(11,99,209,.06));
border: 1px solid rgba(0,67,164,.12);
margin-bottom: 20px;
backdrop-filter: blur(4px);
}
.eyebrow::before {
content: '';
width: 6px;
height: 6px;
border-radius: 50%;
background: var(--accent);
animation: pulse 2s infinite;
}
@keyframes pulse {
0%, 100% { opacity: 1; transform: scale(1); }
50% { opacity: .5; transform: scale(1.2); }
}
.section-title {
font-family: 'Outfit', sans-serif;
font-size: clamp(2.2rem, 4vw, 3.4rem);
line-height: 1.1;
font-weight: 800;
letter-spacing: -.03em;
margin: 0 0 18px;
background: linear-gradient(135deg, var(--text) 0%, #2a2a2a 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.section-subtitle {
max-width: 680px;
margin: 0 auto;
color: var(--muted);
font-size: 1.1rem;
line-height: 1.8;
font-weight: 400;
}
.text-muted-custom {
color: var(--muted);
}
/* =====================================================
BOTONES PREMIUM
===================================================== */
.btn-main {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 10px;
min-height: 58px;
padding: 0 32px;
border-radius: var(--radius-sm);
background: linear-gradie /* ...cortado... agregá ?full=1 para ver todo ... */
Manifest preview
{
"template": "cortinasazulroller.com.ar/index.html",
"template_mtime": 1775829487,
"template_mtime_human": "2026-04-10T13:58:07+00:00",
"css_links_found": [
"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&family=Outfit:wght@400;500;600;700;800&display=swap",
"https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
],
"css_links_external": [
"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&family=Outfit:wght@400;500;600;700;800&display=swap",
"https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
],
"css_links_embedded": [],
"inline_style_blocks": 3,
"inline_imports_external": [],
"inline_imports_embedded": [],
"missing_css_files": []
}