Preview de mixed.css
/* MIXED CSS PACK */
/* Template: tanimotos.com.ar/index.html */
/* Template mtime: 2026-04-07 13:20:04 */
/* external link (no embedded): https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&family=Plus+Jakarta+Sans: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 CONFIGURACIÓN BASE
============================================ */
:root {
--accent: #fcc70f;
--accent-strong: #e5b000;
--accent-light: rgba(252, 199, 15, 0.12);
--accent-glow: rgba(252, 199, 15, 0.4);
--bg: #ffffff;
--bg-warm: #fffdf8;
--surface: #ffffff;
--text: #111111;
--text-secondary: #1a1a1a;
--muted: #5f5f5f;
--line: #e9e9e9;
--line-soft: rgba(0,0,0,0.04);
/* Sombras refinadas */
--shadow-sm: 0 2px 8px rgba(0,0,0,0.04);
--shadow-md: 0 8px 30px rgba(0,0,0,0.06);
--shadow-lg: 0 20px 50px rgba(0,0,0,0.08);
--shadow-xl: 0 30px 70px rgba(0,0,0,0.1);
--shadow-accent: 0 15px 40px rgba(252, 199, 15, 0.25);
--shadow-accent-lg: 0 20px 50px rgba(252, 199, 15, 0.35);
/* Radios */
--radius-sm: 12px;
--radius-md: 20px;
--radius-lg: 28px;
--radius-xl: 36px;
/* Navbar */
--nav-h: 88px;
/* Transiciones */
--ease-out: cubic-bezier(0.16, 1, 0.3, 1);
--ease-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
}
/* ============================================
RESET Y BASE
============================================ */
*, *::before, *::after {
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
overflow-x: clip;
}
body {
margin: 0;
font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
background: var(--bg);
color: var(--text);
overflow-x: clip;
width: 100%;
max-width: 100%;
line-height: 1.6;
}
a {
text-decoration: none;
color: inherit;
transition: color 0.3s var(--ease-out);
}
img {
max-width: 100%;
display: block;
}
/* ============================================
CONTENEDOR PERSONALIZADO
============================================ */
.container-custom {
width: min(1220px, calc(100% - 40px));
margin-inline: auto;
}
/* ============================================
SECCIONES
============================================ */
.section {
padding: 120px 0;
position: relative;
}
.section--alt {
background: var(--bg-warm);
}
/* ============================================
EYEBROW / BADGE
============================================ */
.eyebrow {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 10px 18px;
border-radius: 100px;
background: linear-gradient(135deg, rgba(252,199,15,0.15) 0%, rgba(252,199,15,0.08) 100%);
border: 1px solid rgba(252,199,15,0.3);
color: #7a5f00;
font-size: 0.75rem;
font-weight: 700;
letter-spacing: 0.14em;
text-transform: uppercase;
position: relative;
overflow: hidden;
}
.eyebrow::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
animation: shimmer 3s infinite;
}
@keyframes shimmer {
0% { left: -100%; }
100% { left: 100%; }
}
/* === /* ...cortado... agregá ?full=1 para ver todo ... */
Manifest preview
{
"template": "tanimotos.com.ar/index.html",
"template_mtime": 1775568004,
"template_mtime_human": "2026-04-07T13:20:04+00:00",
"css_links_found": [
"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&family=Plus+Jakarta+Sans: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=Outfit:wght@300;400;500;600;700;800;900&family=Plus+Jakarta+Sans: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": []
}