Preview de mixed.css
/* MIXED CSS PACK */
/* Template: revestimientosplasticosav.com.ar/index.html */
/* Template mtime: 2025-09-01 18:44:09 */
/* 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.css */
/* external link (no embedded): https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css */
/* external link (no embedded): https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Playfair+Display:wght@700;800&display=swap */
/* ===== INLINE <style> BLOCK #1 ===== */
:root {
/* Paleta de colores mejorada */
--primary: #761a1c;
--primary-dark: #1d4ed8;
--primary-light: #3b82f6;
--secondary: #5a3e46;
--accent: #f59e0b;
--dark: #0f172a;
--dark-light: #1e293b;
--muted: #64748b;
--light: #f8fafc;
--white: #ffffff;
/* Sombras */
--shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
--shadow-md: 0 10px 15px -3px rgba(0, 0, 0, 0.08), 0 4px 6px -2px rgba(0, 0, 0, 0.04);
--shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
/* Bordes */
--radius-sm: 8px;
--radius-md: 12px;
--radius-lg: 16px;
--radius-xl: 24px;
/* Espaciado */
--space-xs: 4px;
--space-sm: 8px;
--space-md: 16px;
--space-lg: 24px;
--space-xl: 32px;
--space-xxl: 48px;
}
/* ---------------------------------------------
Estilos generales
----------------------------------------------*/
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html, body {
width: 100%;
max-width: 100%;
overflow-x: clip; /* evita scroll lateral fantasma en móviles */
}
body {
font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
color: var(--dark);
background-color: var(--light);
line-height: 1.6;
}
img, video {
max-width: 100%;
height: auto;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Playfair Display', serif;
font-weight: 700;
line-height: 1.2;
margin-bottom: 1rem;
}
.display-1, .display-2, .display-3, .display-4, .display-5, .display-6 {
font-family: 'Playfair Display', serif;
}
.text-gradient {
background: linear-gradient(135deg, var(--primary), var(--secondary));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.section-title {
position: relative;
display: inline-block;
margin-bottom: 2.5rem;
}
.section-title:after {
content: '';
position: absolute;
bottom: -12px;
left: 0;
width: 60px;
height: 4px;
background: linear-gradient(to right, var(--primary), var(--secondary));
border-radius: 2px;
}
.section-title.center:after {
left: 50%;
transform: translateX(-50%);
}
.btn {
font-weight: 600;
border-radius: var(--radius-md);
padding: 0.75rem 1.5rem;
transition: all 0.3s ease;
position: relative;
overflow: hidden;
}
.btn-brand {
background: linear-gradient(135deg, var(--primary), var(--secondary));
color: var(--white);
border: none;
box-shadow: var(--shadow-md);
}
.btn-brand:hover {
transform: translateY(-2px);
box-shadow: var(--shadow-lg);
color: var(--white);
}
.btn-outline-brand {
border: 2px solid var(--primary);
color: var(--primary);
background: transparent;
}
.btn-outline-brand:hover {
background: var(--prima /* ...cortado... agregá ?full=1 para ver todo ... */
Manifest preview
{
"template": "revestimientosplasticosav.com.ar/index.html",
"template_mtime": 1756752249,
"template_mtime_human": "2025-09-01T18:44:09+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.css",
"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css",
"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Playfair+Display:wght@700;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.css",
"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css",
"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Playfair+Display:wght@700;800&display=swap"
],
"css_links_embedded": [],
"inline_style_blocks": 6,
"inline_imports_external": [],
"inline_imports_embedded": [],
"missing_css_files": []
}