Preview de mixed.css
/* MIXED CSS PACK */
/* Template: fonduslaplata.com.ar/index.html */
/* Template mtime: 2025-07-29 19:50:13 */
/* external link (no embedded): https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Montserrat:wght@700;800&display=swap */
/* external link (no embedded): https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css */
/* ===== INLINE <style> BLOCK #1 ===== */
/* =====================
Variables y reset
====================== */
:root {
/* Paleta premium */
--brand-dark: #0a2633; /* azul profundo */
--brand: #0d5c70; /* azul verdoso principal */
--brand-light: #1a7a8f; /* azul más claro */
--brand-acc: #2e9aa1; /* turquesa */
--brand-acc-light: #4ac7c7; /* turquesa claro */
--brand-soft: #e6f6f7; /* fondo suave */
--gradient: linear-gradient(135deg, var(--brand), var(--brand-acc));
--gradient-hover: linear-gradient(135deg, var(--brand-light), var(--brand-acc-light));
/* Sistema de color */
--ink: #0f1820;
--ink-2: #4b5661;
--ink-3: #6b7681;
--white: #ffffff;
--light-bg: #f9fcfd;
/* Sombras */
--shadow-sm: 0 2px 8px rgba(10, 42, 58, 0.08);
--shadow-md: 0 4px 16px rgba(10, 42, 58, 0.12);
--shadow-lg: 0 8px 24px rgba(10, 42, 58, 0.16);
--shadow-xl: 0 12px 32px rgba(10, 42, 58, 0.2);
/* Bordes */
--radius-sm: 8px;
--radius-md: 12px;
--radius-lg: 16px;
--radius-xl: 24px;
--radius-full: 999px;
/* Espaciado */
--space-xs: 4px;
--space-sm: 8px;
--space-md: 16px;
--space-lg: 24px;
--space-xl: 32px;
--space-2xl: 48px;
--space-3xl: 64px;
/* Tipografía */
--text-xs: 0.75rem; /* 12px */
--text-sm: 0.875rem; /* 14px */
--text-base: 1rem; /* 16px */
--text-lg: 1.125rem; /* 18px */
--text-xl: 1.25rem; /* 20px */
--text-2xl: 1.5rem; /* 24px */
--text-3xl: 1.875rem; /* 30px */
--text-4xl: 2.25rem; /* 36px */
--text-5xl: 3rem; /* 48px */
--text-6xl: 3.75rem; /* 60px */
/* Animaciones */
--transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
--transition-fast: all 0.15s ease;
/* Ticker */
--tile-size: 500px;
--ticker-speed: 40;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html {
scroll-behavior: smooth;
}
body {
font-family: 'Poppins', system-ui, -apple-system, sans-serif;
color: var(--ink);
background-color: var(--light-bg);
line-height: 1.6;
overflow-x: hidden;
}
h1, h2, h3, h4 {
font-family: 'Montserrat', sans-serif;
font-weight: 700;
line-height: 1.2;
}
img {
max-width: 100%;
display: block;
height: auto;
}
a {
color: var(--brand);
text-decoration: none;
transition: var(--transition-fast);
}
a:hover {
color: var(--brand-acc);
}
.container {
width: 100%;
max-width: 1280px;
margin: 0 auto;
padding: 0 var(--space-md);
}
.section {
padding: clamp(var(--space-2xl), 7vw, var(--space-3xl)) 0;
position: relative;
}
.section-title {
font-size: clamp(var(--text-3xl), 5vw, var(--text-5xl));
margin-bottom: var(--space-md);
position: relative;
display: inline-block;
}
.section-title:after {
content: '';
position: absolute;
bottom: -8px;
left: 0;
width: 60px;
height: 4px;
background: var(--gradient);
border-radius: 2px;
}
.section-subtitle {
font-size: clamp(var(--text-lg), 2.6vw, var(--text-xl));
color: var(--ink-2) /* ...cortado... agregá ?full=1 para ver todo ... */
Manifest preview
{
"template": "fonduslaplata.com.ar/index.html",
"template_mtime": 1753818613,
"template_mtime_human": "2025-07-29T19:50:13+00:00",
"css_links_found": [
"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Montserrat:wght@700;800&display=swap",
"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
],
"css_links_external": [
"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Montserrat:wght@700;800&display=swap",
"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
],
"css_links_embedded": [],
"inline_style_blocks": 12,
"inline_imports_external": [],
"inline_imports_embedded": [],
"missing_css_files": []
}