Preview de mixed.css
/* MIXED CSS PACK */
/* Template: dymturismo.com/index.html */
/* Template mtime: 2026-04-13 17:58:51 */
/* external link (no embedded): https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&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 ===== */
:root {
--accent: #fe6e00;
--accent-dark: #003d77;
--accent-light: #e8f2fc;
--accent-glow: rgba(0, 86, 167, 0.15);
--text: #111111;
--text-dark: #0a0d12;
--muted: #5b6570;
--muted-light: #8892a0;
--line: #e8edf3;
--soft: #f6f9fc;
--white: #ffffff;
--shadow-sm: 0 2px 8px rgba(0,0,0,0.04);
--shadow: 0 18px 48px rgba(0,0,0,0.08);
--shadow-lg: 0 32px 64px rgba(0,0,0,0.12);
--shadow-accent: 0 20px 50px rgba(0,86,167,0.18);
--radius: 24px;
--radius-sm: 16px;
--radius-xs: 12px;
--nav-h: 84px;
--transition: cubic-bezier(0.4, 0, 0.2, 1);
}
* {
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
max-width: 100%;
overflow-x: clip;
}
body {
margin: 0;
font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
background: var(--white);
color: var(--text);
max-width: 100%;
overflow-x: clip;
line-height: 1.6;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
img {
max-width: 100%;
display: block;
}
a {
text-decoration: none;
transition: all 0.3s var(--transition);
}
/* Container */
.container-custom {
width: min(1220px, calc(100% - 48px));
margin-inline: auto;
}
/* Section base */
.section {
padding: 120px 0;
position: relative;
}
/* Eyebrow badge */
.eyebrow {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 10px 20px;
border-radius: 100px;
background: linear-gradient(135deg, var(--accent-light) 0%, rgba(0,86,167,0.08) 100%);
color: var(--accent);
font-size: 0.75rem;
font-weight: 700;
letter-spacing: 0.1em;
text-transform: uppercase;
border: 1px solid rgba(0,86,167,0.12);
backdrop-filter: blur(8px);
}
.eyebrow::before {
content: "";
width: 6px;
height: 6px;
border-radius: 50%;
background: var(--accent);
animation: pulse-dot 2s infinite;
}
@keyframes pulse-dot {
0%, 100% { opacity: 1; transform: scale(1); }
50% { opacity: 0.5; transform: scale(0.8); }
}
/* Section titles */
.section-title {
font-family: 'Outfit', sans-serif;
font-size: clamp(2.2rem, 4.5vw, 3.2rem);
line-height: 1.1;
font-weight: 800;
letter-spacing: -0.03em;
margin: 20px 0 16px;
color: var(--text-dark);
background: linear-gradient(135deg, var(--text-dark) 0%, #2d3748 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.section-subtitle {
max-width: 680px;
margin: 0 auto;
color: var(--muted);
line-height: 1.8;
font-size: 1.1rem;
font-weight: 400;
}
/* ========== NAVBAR ========== */
.navbar {
background: rgba(255,255,255,0.85);
backdrop-filter: blur(20px) saturate(180%);
-webkit-backdrop-filter: blur(20px) saturate(180%);
border-bottom: 1px solid rgba(0,0,0,0.04);
padding: 0;
min-height: var(--nav-h);
display: flex;
align-items: center;
transition: all 0.4s var(--transition);
}
.navbar.scrolled {
background: rgba(255,255,255,0.95);
box-shadow: 0 /* ...cortado... agregá ?full=1 para ver todo ... */
Manifest preview
{
"template": "dymturismo.com/index.html",
"template_mtime": 1776103131,
"template_mtime_human": "2026-04-13T17:58:51+00:00",
"css_links_found": [
"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&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=Plus+Jakarta+Sans:wght@400;500;600;700;800&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": 5,
"inline_imports_external": [],
"inline_imports_embedded": [],
"missing_css_files": []
}