richyprintoficial.com.ar
https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.csshttps://fonts.googleapis.com/css2?family=Bebas+Neue&family=Barlow:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400&family=Barlow+Condensed:wght@400;600;700&display=swap:root {
--accent: #254873;
--accent2: #1f7e34;
--ink: #0a0a0a;
--paper: #f5f8fb;
--soft: #eef4f7;
--muted: #626a72;
--line: rgba(37,72,115,.16);
--nav-h: 72px;
--display: 'Bebas Neue', Impact, sans-serif;
--body: 'Barlow', ui-sans-serif, system-ui, sans-serif;
--cond: 'Barlow Condensed', 'Barlow', sans-serif;
--mono: 'SFMono-Regular', Consolas, monospace;
--ease: cubic-bezier(.4,0,.2,1);
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { font-family: var(--body); color: var(--ink); background: #fff; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
body::after { content: ''; position: fixed; inset: 0; pointer-events: none; z-index: 9999; opacity: .022; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23g)'/%3E%3C/svg%3E"); background-size: 256px; }
.site-nav { min-height: var(--nav-h); background: rgba(255,255,255,.9); backdrop-filter: blur(20px) saturate(160%); -webkit-backdrop-filter: blur(20px) saturate(160%); border-bottom: 1px solid var(--line); transition: background .25s var(--ease), box-shadow .25s var(--ease); z-index: 1040; }
.site-nav.is-scrolled { background: rgba(255,255,255,.98); box-shadow: 0 2px 0 var(--line), 0 8px 40px rgba(37,72,115,.08); }
.navbar-brand { display: flex; align-items: center; gap: 10px; min-width: 0; }
.brand-logo { height: 42px; width: auto; max-width: 120px; object-fit: contain; }
.brand-text { font-family: var(--display); font-size: 22px; letter-spacing: .04em; line-height: 1; color: var(--ink); white-space: nowrap; }
.navbar-toggler { width: 44px; height: 44px; border: 1.5px solid var(--accent); border-radius: 4px; padding: 0; background: transparent; box-shadow: none !important; display: grid; place-items: center; }
.navbar-toggler:focus { box-shadow: 0 0 0 3px rgba(31,126,52,.18) !important; }
.toggler-bars { display: flex; flex-direction: column; gap: 5px; width: 18px; }
.toggler-bars span { display: block; height: 1.5px; background: var(--accent); }
.nav-link { font-family: var(--cond); font-size: 14px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--ink); padding: .6rem .72rem !important; transition: color .18s var(--ease); position: relative; }
.nav-link::after { content: ''; position: absolute; bottom: 2px; left: .72rem; right: .72rem; height: 2px; background: var(--accent2); transform: scaleX(0); transform-origin: left; transition: transform .22s var(--ease); }
.nav-link:hover { color: var(--accent); }
.nav-link:hover::after { transform: scaleX(1); }
.btn-accent { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 40px; padding: 0 20px; background: var(--accent); color: #fff !important; border: none; border-radius: 0; font-family: var(--cond); font-size: 13px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; transition: background .18s var(--ease), transform .18s var(--ease); clip-path: polygon(0 0,100% 0,100% calc(100% - 6px),calc(100% - 6px) 100%,0 100%); }
.btn-accent:hover { background: var(--accent2); transform: translateY(-1px); }
.btn-outline-clean { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 0 20px; border: 1.5px solid var(--accent); color: var(--accent); font-family: var(--cond); font-size: 13px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; transition: background .18s var(--ease), color .18s var(--ease), transform .18s var(--ease); }
.btn-outline-clean:hover { background: var(--accent); color: #111111; transform: translateY(-1px); }
.hero { width: 100%; min-height: 100vh; min-height: 100svh; display: flex; align-items: center; position: relative; overflow: hidden; isolation: isolate; padding: calc(var(--nav-h) + 42px) 0 64px; background: linear-gradient(135deg,#fff 0%,#f7fafc 58%,#eef5f0 100%); }
.hero::before { content: ''; position: absolute; width: min(54vw, 620px); height: min(54vw, 620px); right: -12%; top: 8%; border-radius: 50%; background: radial-gradient(circle, rgba(31,126,52,.14), rgba(31,126,52,0) 68%); z-index: -1; }
.hero::after { content: ''; position: absolute; width: min(50vw, 600px); height: min(50vw, 600px); left: -16%; bottom: -18%; border-radius: 50%; background: radial-gradient(circle, rgba(37,72,115,.13), rgba(37,72,115,0) 68%); z-index: -1; }
.hero-shell { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(320px,.95fr); gap: clamp(34px,5vw,76px); align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.hero-title { max-width: 920px; font-family: var(--display); font-size: clamp(74px, 10.6vw, 162px); font-weight: 400; letter-spacing: .035em; line-height: .86; text-transform: uppercase; color: var(--ink); overflow-wrap: normal; margin: 0; }
.hero-title .char { display: inline-block; opacity: 1; filter: blur(0); transform: none; will-change: transform,opacity,filter; }
.hero-title.is-looping { animation: fadeUpLoop 5s cubic-bezier(.22,1,.36,1) infinite; will-change: transform,opacity; }
.hero-title.is-looping .char { animation: charInLoop 5s cubic-bezier(.22,1,.36,1) infinite; }
.hero-title .word { display: inline-block; white-space: nowrap; }
.hero-title .space { display: inline-block; width: .13em; }
.hero-title strong { color: var(--accent); font-weight: 400; }
.hero-line { width: clamp(70px, 7vw, 124px); height: 3px; background: var(--accent2); margin: 18px 0 24px; }
.hero-lead { font-size: clamp(16px,1.5vw,19px); line-height: 1.68; color: #2d3338; max-width: 700px; font-weight: 400; }
.hero-sub { font-size: 15.5px; line-height: 1.72; color: var(--muted); max-width: 680px; margin-top: 12px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.hero-tags span { display: inline-flex; align-items: center; gap: 8px; min-height: 34px; padding: 0 13px; border: 1px solid rgba(37,72,115,.16); background: rgba(255,255,255,.82); font-family: var(--mono); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--accent); }
.hero-tags span::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--accent2); }
.hero-media { position: relative; min-height: clamp(300px,40vw,530px); display: grid; place-items: center; }
.hero-card { width: min(100%, 560px); min-height: clamp(280px,34vw,460px); background: #fff; border: 1px solid var(--line); box-shadow: 18px 18px 0 rgba(37,72,115,.08), 0 28px 70px rgba(37,72,115,.12); display: grid; place-items: center; padding: clamp(22px,4vw,44px); position: relative; overflow: hidden; }
.hero-card::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(37,72,115,.08), transparent 42%, rgba(31,126,52,.08)); pointer-events: none; }
.hero-card img { width: 100%; max-height: 310px; object-fit: contain; position: relative; z-index: 1; }
.hero-card-label { position: absolute; left: 18px; bottom: 18px; z-index: 2; background: var(--accent); color: #111111; padding: 12px 14px; font-family: var(--cond); font-weight: 700; letter-spacing: .06em; text-transform: uppercase; box-shadow: 5px 5px 0 rgba(31,126,52,.35); }
.hero-card-label small { display: block; font-family: var(--mono); font-size: 9px; letter-spacing: .14em; co
/* ...cortado... */
matesmarks.com.ar
https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.csshttps://fonts.googleapis.com/css2?family=Bebas+Neue&family=Barlow:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400&family=Barlow+Condensed:wght@400;600;700&display=swap:root {
--accent: #26462e;
--accent2: #a46a38;
--ink: #0a0a0a;
--paper: #f5f8fb;
--soft: #eef4f7;
--muted: #626a72;
--line: rgba(38,70,46,.16);
--nav-h: 72px;
--display: 'Bebas Neue', Impact, sans-serif;
--body: 'Barlow', ui-sans-serif, system-ui, sans-serif;
--cond: 'Barlow Condensed', 'Barlow', sans-serif;
--mono: 'SFMono-Regular', Consolas, monospace;
--ease: cubic-bezier(.4,0,.2,1);
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { font-family: var(--body); color: var(--ink); background: #fff; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
body::after { content: ''; position: fixed; inset: 0; pointer-events: none; z-index: 9999; opacity: .022; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23g)'/%3E%3C/svg%3E"); background-size: 256px; }
.site-nav { min-height: var(--nav-h); background: rgba(255,255,255,.9); backdrop-filter: blur(20px) saturate(160%); -webkit-backdrop-filter: blur(20px) saturate(160%); border-bottom: 1px solid var(--line); transition: background .25s var(--ease), box-shadow .25s var(--ease); z-index: 1040; }
.site-nav.is-scrolled { background: rgba(255,255,255,.98); box-shadow: 0 2px 0 var(--line), 0 8px 40px rgba(38,70,46,.08); }
.navbar-brand { display: flex; align-items: center; gap: 10px; min-width: 0; }
.brand-logo { height: 42px; width: auto; max-width: 120px; object-fit: contain; }
.brand-text { font-family: var(--display); font-size: 22px; letter-spacing: .04em; line-height: 1; color: var(--ink); white-space: nowrap; }
.navbar-toggler { width: 44px; height: 44px; border: 1.5px solid var(--accent); border-radius: 4px; padding: 0; background: transparent; box-shadow: none !important; display: grid; place-items: center; }
.navbar-toggler:focus { box-shadow: 0 0 0 3px rgba(164,106,56,.18) !important; }
.toggler-bars { display: flex; flex-direction: column; gap: 5px; width: 18px; }
.toggler-bars span { display: block; height: 1.5px; background: var(--accent); }
.nav-link { font-family: var(--cond); font-size: 14px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--ink); padding: .6rem .72rem !important; transition: color .18s var(--ease); position: relative; }
.nav-link::after { content: ''; position: absolute; bottom: 2px; left: .72rem; right: .72rem; height: 2px; background: var(--accent2); transform: scaleX(0); transform-origin: left; transition: transform .22s var(--ease); }
.nav-link:hover { color: var(--accent); }
.nav-link:hover::after { transform: scaleX(1); }
.btn-accent { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 40px; padding: 0 20px; background: var(--accent); color: #fff !important; border: none; border-radius: 0; font-family: var(--cond); font-size: 13px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; transition: background .18s var(--ease), transform .18s var(--ease); clip-path: polygon(0 0,100% 0,100% calc(100% - 6px),calc(100% - 6px) 100%,0 100%); }
.btn-accent:hover { background: var(--accent2); transform: translateY(-1px); }
.btn-outline-clean { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 0 20px; border: 1.5px solid var(--accent); color: var(--accent); font-family: var(--cond); font-size: 13px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; transition: background .18s var(--ease), color .18s var(--ease), transform .18s var(--ease); }
.btn-outline-clean:hover { background: var(--accent); color: #111111; transform: translateY(-1px); }
.hero { width: 100%; min-height: 100vh; min-height: 100svh; display: flex; align-items: center; position: relative; overflow: hidden; isolation: isolate; padding: calc(var(--nav-h) + 42px) 0 64px; background: linear-gradient(135deg,#fff 0%,#f7fafc 58%,#eef5f0 100%); }
.hero::before { content: ''; position: absolute; width: min(54vw, 620px); height: min(54vw, 620px); right: -12%; top: 8%; border-radius: 50%; background: radial-gradient(circle, rgba(164,106,56,.14), rgba(164,106,56,0) 68%); z-index: -1; }
.hero::after { content: ''; position: absolute; width: min(50vw, 600px); height: min(50vw, 600px); left: -16%; bottom: -18%; border-radius: 50%; background: radial-gradient(circle, rgba(38,70,46,.13), rgba(38,70,46,0) 68%); z-index: -1; }
.hero-shell { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(320px,.95fr); gap: clamp(34px,5vw,76px); align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.hero-title { max-width: 920px; font-family: var(--display); font-size: clamp(74px, 10.6vw, 162px); font-weight: 400; letter-spacing: .035em; line-height: .86; text-transform: uppercase; color: var(--ink); overflow-wrap: normal; margin: 0; }
.hero-title .char { display: inline-block; opacity: 1; filter: blur(0); transform: none; will-change: transform,opacity,filter; }
.hero-title.is-looping { animation: fadeUpLoop 5s cubic-bezier(.22,1,.36,1) infinite; will-change: transform,opacity; }
.hero-title.is-looping .char { animation: charInLoop 5s cubic-bezier(.22,1,.36,1) infinite; }
.hero-title .word { display: inline-block; white-space: nowrap; }
.hero-title .space { display: inline-block; width: .13em; }
.hero-title strong { color: var(--accent); font-weight: 400; }
.hero-line { width: clamp(70px, 7vw, 124px); height: 3px; background: var(--accent2); margin: 18px 0 24px; }
.hero-lead { font-size: clamp(16px,1.5vw,19px); line-height: 1.68; color: #2d3338; max-width: 700px; font-weight: 400; }
.hero-sub { font-size: 15.5px; line-height: 1.72; color: var(--muted); max-width: 680px; margin-top: 12px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.hero-tags span { display: inline-flex; align-items: center; gap: 8px; min-height: 34px; padding: 0 13px; border: 1px solid rgba(38,70,46,.16); background: rgba(255,255,255,.82); font-family: var(--mono); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--accent); }
.hero-tags span::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--accent2); }
.hero-media { position: relative; min-height: clamp(300px,40vw,530px); display: grid; place-items: center; }
.hero-card { width: min(100%, 560px); min-height: clamp(280px,34vw,460px); background: #fff; border: 1px solid var(--line); box-shadow: 18px 18px 0 rgba(38,70,46,.08), 0 28px 70px rgba(38,70,46,.12); display: grid; place-items: center; padding: clamp(22px,4vw,44px); position: relative; overflow: hidden; }
.hero-card::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(38,70,46,.08), transparent 42%, rgba(164,106,56,.08)); pointer-events: none; }
.hero-card img { width: 100%; max-height: 310px; object-fit: contain; position: relative; z-index: 1; }
.hero-card-label { position: absolute; left: 18px; bottom: 18px; z-index: 2; background: var(--accent); color: #111111; padding: 12px 14px; font-family: var(--cond); font-weight: 700; letter-spacing: .06em; text-transform: uppercase; box-shadow: 5px 5px 0 rgba(164,106,56,.35); }
.hero-card-label small { display: block; font-family: var(--mono); font-size: 9px; letter-spacing: .14em; color
/* ...cortado... */
mlconstrucciones.com.ar
https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.csshttps://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.csshttps://fonts.googleapis.com/css2?family=Montserrat:wght@700;800;900&family=DM+Sans:wght@300;400;500;600;700;800&display=swap/* ─── Variables ─────────────────────────────────────────── */
:root {
--accent: #c6a267;
--accent-dark: #8c6a34;
--accent-soft: rgba(198,162,103,.14);
--accent-glow: rgba(198,162,103,.28);
--black: #111111;
--ink: #191714;
--muted: #6b6560;
--soft: #f8f6f1;
--line: #e9e2d6;
--white: #ffffff;
--shadow: 0 28px 80px rgba(17,17,17,.10);
--shadow-card: 0 8px 32px rgba(17,17,17,.07);
--r: 14px;
--font-display: 'Montserrat', 'DM Sans', ui-sans-serif, system-ui, sans-serif;
--font-body: 'DM Sans', ui-sans-serif, system-ui, sans-serif;
/* Fuente display ajustada para acercarse al trazo grueso y geométrico del logo. */}
/* ─── Reset & Base ──────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
margin: 0;
font-family: var(--font-body);
color: var(--black);
background: #fff;
overflow-x: hidden;
-webkit-font-smoothing: antialiased;
}
/* subtle grid texture */
body::before {
content: "";
position: fixed;
inset: 0;
pointer-events: none;
z-index: 0;
background:
linear-gradient(90deg, rgba(17,17,17,.028) 1px, transparent 1px) 0 0 / 72px 72px,
linear-gradient(0deg, rgba(17,17,17,.020) 1px, transparent 1px) 0 0 / 72px 72px;
}
img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
::selection { background: var(--accent); color: #111; }
.container { position: relative; z-index: 1; }
/* ─── Typography helpers ────────────────────────────────── */
.eyebrow {
display: inline-flex;
align-items: center;
gap: 10px;
margin-bottom: 16px;
color: var(--accent-dark);
font-family: var(--font-body);
font-size: 11px;
font-weight: 700;
letter-spacing: .18em;
text-transform: uppercase;
}
.eyebrow::before {
content: "";
width: 36px;
height: 2px;
background: linear-gradient(90deg, var(--accent), var(--accent-dark));
display: inline-block;
border-radius: 2px;
}
.section-title {
margin: 0;
font-family: var(--font-display);
font-size: clamp(2rem, 3.8vw, 3.2rem);
font-weight: 900;
line-height: 1.08;
letter-spacing: -.045em;
}
.section-subtitle {
margin: 18px auto 0;
max-width: 680px;
color: var(--muted);
font-size: 1.02rem;
line-height: 1.78;
font-weight: 400;
}
/* ─── Section spacing ───────────────────────────────────── */
.section { padding: 112px 0; position: relative; }
.bg-soft {
background:
radial-gradient(ellipse 80% 50% at 100% 0%, rgba(198,162,103,.09), transparent),
radial-gradient(ellipse 60% 40% at 0% 100%, rgba(198,162,103,.07), transparent),
var(--soft);
}
/* ─── NAVBAR ────────────────────────────────────────────── */
.navbar {
background: rgba(255,255,255,.93);
border-bottom: 1px solid rgba(17,17,17,.07);
backdrop-filter: blur(20px) saturate(160%);
-webkit-backdrop-filter: blur(20px) saturate(160%);
padding: 0;
min-height: 72px;
transition: box-shadow .3s ease, background .3s ease;
}
.navbar.scrolled {
box-shadow: 0 4px 30px rgba(17,17,17,.10);
}
.navbar .container {
min-height: 72px;
display: flex;
align-items: center;
}
.navbar-brand {
display: flex;
align-items: center;
gap: 13px;
font-family: var(--font-display);
font-weight: 800;
font-size: 1.18rem;
letter-spacing: -.04em;
line-height: 1.15;
}
.navbar-brand img {
height: 42px;
width: auto;
object-fit: contain;
flex: 0 0 auto;
filter: drop-shadow(0 4px 12px rgba(0,0,0,.10));
}
.navbar-toggler {
border: 1.5px solid rgba(0,0,0,.16);
border-radius: 10px;
padding: 8px 10px;
box-shadow: none !important;
transition: border-color .2s;
}
.navbar-toggler:hover { border-color: var(--accent); }
.navbar-nav .nav-link {
color: #2a2a2a;
font-size: .9rem;
font-weight: 600;
padding: 8px 13px;
position: relative;
letter-spacing: .01em;
transition: color .2s;
}
.navbar-nav .nav-link::after {
content: "";
position: absolute;
left: 13px; right: 13px;
bottom: 2px;
height: 1.5px;
background: var(--accent);
transform: scaleX(0);
transform-origin: left;
transition: transform .25s cubic-bezier(.4,0,.2,1);
border-radius: 2px;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus { color: var(--accent-dark); }
.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link:focus::after { transform: scaleX(1); }
/* ─── Buttons ───────────────────────────────────────────── */
.btn-accent {
background: var(--accent);
border: 1.5px solid var(--accent);
color: #111;
font-weight: 700;
font-family: var(--font-body);
font-size: .92rem;
letter-spacing: .02em;
border-radius: var(--r);
padding: 13px 26px;
box-shadow: 0 8px 24px rgba(198,162,103,.30);
transition: all .22s cubic-bezier(.4,0,.2,1);
white-space: nowrap;
}
.btn-accent:hover, .btn-accent:focus {
background: var(--accent-dark);
border-color: var(--accent-dark);
color: #fff;
transform: translateY(-2px);
box-shadow: 0 14px 36px rgba(140,106,52,.36);
}
.btn-outline-dark {
border: 1.5px solid rgba(17,17,17,.22);
border-radius: var(--r);
padding: 13px 26px;
font-weight: 700;
font-size: .92rem;
background: rgba(255,255,255,.8);
transition: all .22s cubic-bezier(.4,0,.2,1);
}
.btn-outline-dark:hover, .btn-outline-dark:focus {
border-color: var(--accent);
color: var(--accent-dark);
background: rgba(255,255,255,1);
transform: translateY(-2px);
}
/* ─── HERO ──────────────────────────────────────────────── */
.hero {
padding: 148px 0 100px;
position: relative;
overflow: hidden;
}
/* decorative blobs */
.hero-blob-1, .hero-blob-2 {
position: absolute;
pointer-events: none;
border-radius: 50%;
filter: blur(80px);
}
.hero-blob-1 {
width: 620px; height: 620px;
background: radial-gradient(circle, rgba(198,162,103,.15), transparent 70%);
top: -180px; right: -120px;
animation: blobFloat 8s ease-in-out infinite alternate;
}
.hero-blob-2 {
width: 380px; height: 380px;
background: radial-gradient(circle, rgba(198,162,103,.10), transparent 70%);
bottom: -80px; left: -80px;
animation: blobFloat 11s ease-in-out infinite alternate-reverse;
}
@keyframes blobFloat {
from { transform: translate(0,0) scale(1); }
to { transform: translate(
/* ...cortado... */
:root {
--wa: #25D366;
--wa-dark: #1fb85a;
--wa-light: #ecf8f0;
--wa-card-bg: #ffffff;
--wa-soft: #f6f8f7;
--wa-border: #dde4df;
--wa-text: #1c1f1d;
--wa-muted: #6c756f;
}
.wa-float {
position: fixed;
right: 18px;
bottom: 18px;
z-index: 9999;
font-family: inherit;
}
.wa-btn {
width: 62px;
height: 62px;
border: 0;
border-radius: 999px;
background: var(--wa);
color: #fff;
display: grid;
place-items: center;
cursor: pointer;
box-shadow: 0 14px 34px rgba(0,0,0,.24);
transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}
.wa-btn:hover {
transform: translateY(-3px) scale(1.04);
box-shadow: 0 18px 42px rgba(0,0,0,.30);
filter: brightness(.98);
}
.wa-card {
position: absolute;
right: 0;
bottom: 78px;
width: min(365px, 92vw);
background: var(--wa-card-bg);
color: var(--wa-text);
border-radius: 20px;
overflow: hidden;
border: 1px solid var(--wa-border);
box-shadow: 0 22px 70px rgba(0,0,0,.26);
transform: translateY(12px);
opacity: 0;
transition: transform .28s ease, opacity .28s ease;
}
.wa-card[aria-modal="true"] {
transform: translateY(0);
opacity: 1;
}
.wa-head {
display: flex;
align-items: center;
gap: 12px;
padding: 14px 16px;
background: linear-gradient(135deg, #ffffff, var(--wa-light));
border-bottom: 1px solid var(--wa-border);
}
.wa-avatar {
width: 42px;
height: 42px;
border-radius: 12px;
background: #fff;
display: grid;
place-items: center;
border: 1px solid #dce7df;
overflow: hidden;
flex: 0 0 auto;
}
.wa-avatar img {
width: 100%;
height: 100%;
object-fit: cover;
}
.wa-title {
font-weight: 800;
font-size: 1rem;
color: var(--wa-text);
line-height: 1.15;
}
.wa-status {
margin-top: 2px;
font-size: .84rem;
color: var(--wa-muted);
display: flex;
align-items: center;
gap: 6px;
}
.wa-status::before {
content: "";
width: 8px;
height: 8px;
border-radius: 50%;
background: var(--wa);
}
.wa-close {
margin-left: auto;
width: 32px;
height: 32px;
border: 0;
border-radius: 999px;
background: transparent;
color: var(--wa-muted);
font-size: 24px;
line-height: 1;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
transition: background .2s ease, color .2s ease;
}
.wa-close:hover {
background: rgba(0,0,0,.05);
color: var(--wa-text);
}
.wa-body {
padding: 13px 14px;
max-height: 42vh;
overflow: auto;
background: var(--wa-soft);
display: flex;
flex-direction: column;
gap: 8px;
}
.wa-bubble {
max-width: 88%;
padding: 10px 12px;
border-radius: 15px;
line-height: 1.35;
font-size: .9rem;
box-shadow: 0 4px 12px rgba(0,0,0,.06);
animation: waFade .22s ease;
}
.wa-bot {
background: #fff;
border: 1px solid var(--wa-border);
align-self: flex-start;
border-bottom-left-radius: 5px;
}
.wa-user {
background: var(--wa);
color: #fff;
align-self: flex-end;
border-bottom-right-radius: 5px;
}
.wa-compose {
display: grid;
grid-template-columns: 1fr auto;
gap: 8px;
padding: 11px 12px;
background: #fff;
border-top: 1px solid var(--wa-border);
}
.wa-compose textarea {
min-height: 46px;
max-height: 120px;
resize: none;
border-radius: 13px;
padding: 10px 12px;
border: 1px solid var(--wa-border);
background: #f9fbfa;
color: var(--wa-text);
outline: none;
font-family: inherit;
font-size: .9rem;
line-height: 1.35;
transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.wa-compose textarea:focus {
border-color: var(--wa);
background: #fff;
box-shadow: 0 0 0 3px rgba(37,211,102,.14);
}
.wa-send {
border: 0;
border-radius: 13px;
background: var(--wa);
color: #fff;
padding: 0 16px;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
transition: transform .2s ease, background .2s ease;
}
.wa-send:hover {
background: var(--wa-dark);
transform: scale(1.04);
}
.wa-body::-webkit-scrollbar {
width: 6px;
}
.wa-body::-webkit-scrollbar-track {
background: rgba(0,0,0,.03);
border-radius: 3px;
}
.wa-body::-webkit-scrollbar-thumb {
background: rgba(0,0,0,.14);
border-radius: 3px;
}
@keyframes waFade {
from {
opacity: 0;
transform: translateY(5px);
}
to {
opacity: 1;
transform: none;
}
}
@media (max-width: 480px) {
.wa-float {
right: 12px;
bottom: 12px;
}
.wa-btn {
width: 58px;
height: 58px;
}
.wa-card {
width: calc(100vw - 24px);
right: 0;
bottom: 72px;
border-radius: 18px;
}
}
maxmontajes.com.ar
https://fonts.googleapis.com/css2?family=Syne:wght@700;800;900&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;1,9..40,300&display=swaphttps://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css/* ============================================================
VARIABLES & RESET
============================================================ */
:root {
--accent: #ff232a;
--accent2: #ff5a5f;
--ink: #090909;
--muted: #5f6368;
--line: rgba(0,0,0,.08);
--soft: #f7f7f7;
--shadow: 0 22px 55px rgba(0,0,0,.10);
--shadow-sm:0 8px 24px rgba(0,0,0,.07);
--r: 14px;
--nav-h: 72px;
--font-display: 'Syne', sans-serif;
--font-body: 'DM Sans', sans-serif;
--ease-out: cubic-bezier(.22,1,.36,1);
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; font-size: 16px; }
body {
overflow-x: hidden;
color: var(--ink);
background: #fff;
font-family: var(--font-body);
line-height: 1.65;
-webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; }
/* ============================================================
NAVBAR
============================================================ */
.navbar {
height: var(--nav-h);
background: rgba(255,255,255,.95);
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
border-bottom: 1px solid var(--line);
padding: 0;
transition: box-shadow .3s var(--ease-out);
}
.navbar.scrolled {
box-shadow: 0 4px 24px rgba(0,0,0,.07);
}
.navbar .container {
display: flex;
align-items: center;
height: 100%;
}
.navbar-brand {
display: flex;
align-items: center;
gap: .65rem;
font-family: var(--font-display);
font-weight: 800;
font-size: 1rem;
color: var(--ink);
letter-spacing: -.01em;
flex-shrink: 0;
}
.brand-logo {
height: 42px;
width: auto;
object-fit: contain;
}
.brand-text {
font-size: clamp(.85rem, 2.2vw, 1rem);
line-height: 1.15;
}
.navbar-toggler {
border: 1.5px solid var(--line);
border-radius: 10px;
padding: .5rem .65rem;
transition: border-color .2s;
}
.navbar-toggler:focus { box-shadow: 0 0 0 3px rgba(255,35,42,.15); outline: none; }
.navbar-toggler:hover { border-color: var(--accent); }
/* Nav links */
.navbar-nav { gap: 0; }
.nav-link {
font-family: var(--font-body);
font-weight: 500;
font-size: .92rem;
color: #202124;
padding: .5rem .95rem !important;
border-radius: 8px;
transition: color .2s, background .2s;
position: relative;
}
.nav-link::after {
content: '';
position: absolute;
bottom: 4px;
left: 50%;
transform: translateX(-50%) scaleX(0);
width: 18px;
height: 2px;
background: var(--accent);
border-radius: 99px;
transition: transform .25s var(--ease-out);
}
.nav-link:hover { color: var(--accent); }
.nav-link:hover::after { transform: translateX(-50%) scaleX(1); }
/* CTA button */
.btn-accent {
display: inline-flex;
align-items: center;
gap: .5rem;
background: var(--accent);
color: #fff;
border: none;
border-radius: 999px;
font-family: var(--font-body);
font-weight: 600;
font-size: .92rem;
padding: .65rem 1.35rem;
box-shadow: 0 6px 20px rgba(255,35,42,.28);
transition: transform .2s var(--ease-out), box-shadow .2s, background .2s;
white-space: nowrap;
}
.btn-accent:hover, .btn-accent:focus {
color: #fff;
background: #e01018;
transform: translateY(-2px);
box-shadow: 0 10px 30px rgba(255,35,42,.38);
}
.btn-accent:active { transform: translateY(0); }
.btn-outline-ink {
display: inline-flex;
align-items: center;
gap: .5rem;
background: transparent;
color: var(--ink);
border: 1.5px solid rgba(0,0,0,.18);
border-radius: 999px;
font-family: var(--font-body);
font-weight: 600;
font-size: .92rem;
padding: .65rem 1.35rem;
transition: transform .2s var(--ease-out), border-color .2s, background .2s;
}
.btn-outline-ink:hover {
color: var(--ink);
border-color: var(--ink);
background: rgba(0,0,0,.04);
transform: translateY(-2px);
}
/* ============================================================
SECTION UTILITIES
============================================================ */
.section { padding: clamp(80px, 10vw, 130px) 0; }
.eyebrow {
display: inline-flex;
align-items: center;
gap: .55rem;
color: var(--accent);
font-family: var(--font-body);
font-size: .72rem;
font-weight: 600;
letter-spacing: .14em;
text-transform: uppercase;
}
.eyebrow::before {
content: '';
flex-shrink: 0;
width: 24px;
height: 2px;
border-radius: 99px;
background: var(--accent);
}
.section-title {
font-family: var(--font-display);
font-size: clamp(2.1rem, 4.5vw, 3.5rem);
font-weight: 900;
line-height: 1.05;
letter-spacing: -.03em;
color: var(--ink);
margin: .65rem 0 1rem;
}
.section-sub {
color: var(--muted);
font-size: 1.07rem;
font-weight: 400;
max-width: 600px;
margin: 0 auto;
line-height: 1.7;
}
/* ============================================================
HERO
============================================================ */
.hero {
position: relative;
min-height: 100svh;
display: flex;
align-items: center;
padding: calc(var(--nav-h) + 64px) 0 80px;
background: #fff;
overflow: hidden;
}
/* Faint grid texture */
.hero::before {
content: '';
position: absolute;
inset: 0;
background-image:
linear-gradient(rgba(0,0,0,.04) 1px, transparent 1px),
linear-gradient(90deg, rgba(0,0,0,.04) 1px, transparent 1px);
background-size: 48px 48px;
pointer-events: none;
mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, black 30%, transparent 100%);
}
/* Accent glow */
.hero::after {
content: '';
position: absolute;
top: -120px;
right: -120px;
width: 600px;
height: 600px;
background: radial-gradient(circle, rgba(255,35,42,.07) 0%, transparent 70%);
pointer-events: none;
}
.hero-label {
display: inline-flex;
align-items: center;
gap: .5rem;
background: rgba(255,35,42,.08);
border: 1px solid rgba(255,35,42,.18);
border-radius: 999px;
color: var(--accent);
font-size: .78rem;
font-weight: 600;
letter-spacing: .08em;
text-transform: uppercase;
padding: .35rem .9rem;
margin-bottom: 1.4rem;
}
.hero-label-dot {
width: 6px; height: 6px;
border-radius: 50%;
background: var(--accent);
animation: pulse 2s ease infinite;
}
@keyframes pulse {
0%,100%{ opacity:1; transform:scale(1); }
50%{ opacity:.5; transform:scale(1.4); }
}
.hero h1 {
font-family: var(--font-display);
font-size: clamp(2.6rem, 6vw, 5.2rem);
font-weight: 900;
line-height: .97;
letter-spacing: -.04em;
color: var(--ink);
margin-bottom: 1.4rem;
}
.hero h1 em {
font-style: normal;
color: var(--accent);
}
.hero-copy {
font-size: clamp(1rem, 1.
/* ...cortado... */
.wa-float{
--wa:#25D366;
--wa-dark:#1fb85a;
--wa-light:#ecf8f0;
--wa-border:#d7eadf;
--wa-text:#1c1f1d;
--wa-muted:#66736b;
position:fixed;
right:18px;
bottom:18px;
z-index:9999;
font-family:inherit;
}
.wa-btn{
width:60px;
height:60px;
border-radius:50%;
border:0;
background:#25D366;
color:#fff;
display:grid;
place-items:center;
cursor:pointer;
box-shadow:0 14px 34px rgba(0,0,0,.24);
transition:transform .25s ease, box-shadow .25s ease, filter .25s ease;
}
.wa-btn:hover{
transform:translateY(-3px) scale(1.04);
box-shadow:0 18px 42px rgba(0,0,0,.3);
filter:brightness(.98);
}
.wa-card{
position:absolute;
right:0;
bottom:76px;
width:min(360px,92vw);
background:#fff;
color:var(--wa-text);
border-radius:20px;
overflow:hidden;
border:1px solid var(--wa-border);
box-shadow:0 20px 65px rgba(0,0,0,.26);
transform:translateY(10px);
opacity:0;
transition:transform .28s ease, opacity .28s ease;
}
.wa-card[aria-modal="true"]{
transform:translateY(0);
opacity:1;
}
.wa-head{
display:flex;
align-items:center;
gap:12px;
padding:14px 16px;
background:linear-gradient(135deg,#ffffff,#ecf8f0);
border-bottom:1px solid var(--wa-border);
}
.wa-avatar{
width:42px;
height:42px;
border-radius:12px;
background:#fff;
display:grid;
place-items:center;
border:1px solid var(--wa-border);
overflow:hidden;
flex:0 0 auto;
}
.wa-avatar img{
width:100%;
height:100%;
object-fit:contain;
padding:4px;
display:block;
}
.wa-meta{
min-width:0;
}
.wa-title{
font-size:1rem;
font-weight:800;
line-height:1.1;
color:var(--wa-text);
}
.wa-status{
margin-top:3px;
font-size:.84rem;
color:var(--wa-muted);
display:flex;
align-items:center;
gap:6px;
}
.wa-status::before{
content:"";
width:8px;
height:8px;
border-radius:50%;
background:var(--wa);
flex:0 0 auto;
}
.wa-close{
margin-left:auto;
width:32px;
height:32px;
border-radius:50%;
border:0;
background:transparent;
color:var(--wa-muted);
font-size:24px;
line-height:1;
cursor:pointer;
display:flex;
align-items:center;
justify-content:center;
transition:.2s ease;
}
.wa-close:hover{
background:rgba(0,0,0,.05);
color:var(--wa-text);
}
.wa-body{
padding:13px 14px;
max-height:40vh;
overflow:auto;
background:#f7faf8;
display:flex;
flex-direction:column;
gap:8px;
}
.wa-bubble{
max-width:88%;
padding:9px 11px;
border-radius:14px;
line-height:1.35;
font-size:.92rem;
box-shadow:0 3px 10px rgba(0,0,0,.06);
animation:waFadeIn .22s ease;
}
.wa-bot{
align-self:flex-start;
background:#fff;
border:1px solid var(--wa-border);
border-bottom-left-radius:5px;
}
.wa-user{
align-self:flex-end;
background:var(--wa);
color:#fff;
border-bottom-right-radius:5px;
}
.wa-compose{
display:grid;
grid-template-columns:1fr auto;
gap:8px;
padding:10px 12px;
background:#fff;
border-top:1px solid var(--wa-border);
}
.wa-compose textarea{
width:100%;
min-height:44px;
max-height:120px;
resize:none;
border-radius:13px;
border:1px solid var(--wa-border);
background:#f9fbfa;
color:var(--wa-text);
outline:none;
padding:10px 12px;
font-family:inherit;
font-size:.9rem;
line-height:1.35;
transition:.2s ease;
}
.wa-compose textarea:focus{
border-color:var(--wa);
background:#fff;
box-shadow:0 0 0 3px rgba(37,211,102,.16);
}
.wa-send{
border:0;
border-radius:13px;
background:var(--wa);
color:#fff;
padding:0 16px;
cursor:pointer;
display:flex;
align-items:center;
justify-content:center;
transition:.2s ease;
}
.wa-send:hover{
background:var(--wa-dark);
transform:scale(1.04);
}
.wa-body::-webkit-scrollbar{
width:6px;
}
.wa-body::-webkit-scrollbar-track{
background:rgba(0,0,0,.03);
}
.wa-body::-webkit-scrollbar-thumb{
background:rgba(0,0,0,.14);
border-radius:999px;
}
@keyframes waFadeIn{
from{
opacity:0;
transform:translateY(5px);
}
to{
opacity:1;
transform:none;
}
}
@media (max-width:480px){
.wa-float{
right:12px;
bottom:12px;
}
.wa-btn{
width:56px;
height:56px;
}
.wa-card{
width:calc(100vw - 24px);
right:0;
bottom:70px;
border-radius:18px;
}
}
terapiasdelser3.com
https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=DM+Sans:wght@400;500;600;700&display=swaphttps://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css/* ===== CSS VARIABLES ===== */
:root {
--accent: #7b4cc8;
--accent-dark: #5c31a7;
--accent-light: #a67cdf;
--text: #171717;
--muted: #5f5f68;
--bg-soft: #f7f3fc;
--bg-cream: #fdfbff;
--line: rgba(123, 76, 200, .12);
--shadow-sm: 0 4px 20px rgba(123, 76, 200, .08);
--shadow: 0 20px 60px rgba(123, 76, 200, .12);
--shadow-lg: 0 30px 80px rgba(123, 76, 200, .16);
--shadow-glow: 0 0 60px rgba(123, 76, 200, .20);
--radius: 28px;
--radius-sm: 16px;
--radius-xs: 12px;
--transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
--transition-fast: all 0.25s ease;
}
/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; }
html {
scroll-behavior: smooth;
scroll-padding-top: 100px;
}
body {
margin: 0;
font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
color: var(--text);
background: #fff;
overflow-x: hidden;
line-height: 1.7;
font-size: 16px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; transition: var(--transition-fast); }
/* ===== SECTION STYLES ===== */
.section {
padding: 120px 0;
position: relative;
}
.section-soft {
background: linear-gradient(180deg, var(--bg-cream) 0%, #fff 100%);
}
/* Eyebrow / Label */
.eyebrow {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 10px 20px;
border-radius: 100px;
background: linear-gradient(135deg, rgba(123, 76, 200, .08), rgba(123, 76, 200, .04));
border: 1px solid rgba(123, 76, 200, .12);
color: var(--accent-dark);
font-size: 0.75rem;
font-weight: 700;
letter-spacing: 0.14em;
text-transform: uppercase;
backdrop-filter: blur(10px);
}
.eyebrow::before {
content: '';
width: 6px;
height: 6px;
border-radius: 50%;
background: var(--accent);
animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse {
0%, 100% { opacity: 1; transform: scale(1); }
50% { opacity: 0.5; transform: scale(1.2); }
}
/* Section Titles */
.section-title {
font-family: 'Playfair Display', Georgia, serif;
font-size: clamp(2.2rem, 4vw, 3.5rem);
line-height: 1.1;
font-weight: 600;
margin: 24px 0 20px;
letter-spacing: -0.02em;
color: var(--text);
}
.section-subtitle {
max-width: 680px;
margin: 0 auto;
color: var(--muted);
font-size: 1.1rem;
line-height: 1.85;
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(123, 76, 200, .08);
padding: 16px 0;
transition: var(--transition);
}
.navbar.scrolled {
background: rgba(255, 255, 255, 0.95);
box-shadow: var(--shadow-sm);
}
.navbar-brand {
display: inline-flex;
align-items: center;
gap: 14px;
font-weight: 600;
font-size: 1rem;
letter-spacing: -0.01em;
color: var(--text);
white-space: nowrap;
}
.brand-logo {
height: 44px;
width: auto;
transition: var(--transition-fast);
}
.navbar-brand:hover .brand-logo {
transform: scale(1.05);
}
.navbar-nav .nav-link {
color: var(--text);
font-weight: 500;
font-size: 0.92rem;
padding: 0.6rem 1rem;
position: relative;
transition: var(--transition-fast);
}
.navbar-nav .nav-link::after {
content: '';
position: absolute;
bottom: 0;
left: 50%;
width: 0;
height: 2px;
background: linear-gradient(90deg, var(--accent), var(--accent-light));
border-radius: 2px;
transition: var(--transition);
transform: translateX(-50%);
}
.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
width: calc(100% - 2rem);
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
color: var(--accent-dark);
}
.navbar-toggler {
border: 0;
box-shadow: none !important;
padding: 0.4rem 0.5rem;
background: transparent;
}
.navbar-toggler svg {
transition: var(--transition-fast);
}
.navbar-toggler:hover svg {
color: var(--accent);
}
/* ===== BUTTONS ===== */
.btn-main {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 10px;
min-height: 56px;
padding: 0 32px;
border-radius: 100px;
background: linear-gradient(135deg, var(--accent) 0%, var(--accent-dark) 100%);
color: #fff;
font-weight: 600;
font-size: 0.95rem;
border: 0;
box-shadow: 0 10px 40px rgba(123, 76, 200, .30);
transition: var(--transition);
position: relative;
overflow: hidden;
}
.btn-main::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
transition: var(--transition);
}
.btn-main:hover {
transform: translateY(-3px);
box-shadow: 0 20px 50px rgba(123, 76, 200, .35);
color: #fff;
}
.btn-main:hover::before {
left: 100%;
}
.btn-ghost {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 56px;
padding: 0 32px;
border-radius: 100px;
border: 2px solid rgba(123, 76, 200, .25);
color: var(--accent-dark);
font-weight: 600;
font-size: 0.95rem;
background: rgba(255, 255, 255, 0.8);
backdrop-filter: blur(10px);
transition: var(--transition);
}
.btn-ghost:hover {
border-color: var(--accent);
color: var(--accent-dark);
background: rgba(123, 76, 200, .06);
transform: translateY(-2px);
}
/* ===== HERO SECTION ===== */
.hero {
position: relative;
padding-top: 160px;
padding-bottom: 100px;
overflow: hidden;
background: #fff;
min-height: 100vh;
display: flex;
align-items: center;
}
/* Animated gradient orbs */
.hero::before {
content: '';
position: absolute;
top: -20%;
left: -10%;
width: 60%;
height: 60%;
background: radial-gradient(circle, rgba(123, 76, 200, .08) 0%, transparent 70%);
animation: float 20s ease-in-out infinite;
pointer-events: none;
}
.hero::after {
content: '';
position: absolute;
bottom: -30%;
right: -15%;
width: 70%;
height: 70%;
background: radial-gradient(circle, rgba(123, 76, 200, .06) 0%, transparent 65%);
animation: float 25s ease-in-out infinite reverse;
pointer-events: none;
}
@keyframes float {
0%, 100% { transform: translate(0, 0) scale(1); }
25% { transform: translate(30px, -30px) scale(1.05); }
50% { transform: translate(-20px, 20px) scale(0.95); }
75% { transform: translate(20px, 10px) scale(1.02); }
}
/* Subtle grid pattern */
.hero-grid {
position: absolute;
top: 0;
left: 0;
/* ...cortado... */
.wa-float{
position:fixed;
right:18px;
bottom:18px;
z-index:2147483647;
display:flex;
flex-direction:column;
align-items:flex-end;
gap:12px;
font-family:inherit;
}
.ig-btn{
width:54px;
height:54px;
border-radius:50%;
border:none;
background:radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 62%, #285AEB 90%);
color:#fff;
display:grid;
place-items:center;
cursor:pointer;
box-shadow:0 10px 30px rgba(214,36,159,.34);
transition:transform .25s, box-shadow .25s;
}
.ig-btn:hover{
transform:translateY(-3px) scale(1.05);
box-shadow:0 14px 36px rgba(214,36,159,.46);
color:#fff;
}
.wa-btn{
width:60px;
height:60px;
border-radius:50%;
border:none;
background:linear-gradient(135deg,#25D366,#128C7E);
color:#fff;
display:grid;
place-items:center;
cursor:pointer;
box-shadow:0 10px 30px rgba(37,211,102,.45);
transition:transform .25s, box-shadow .25s;
}
.wa-btn:hover{
transform:translateY(-3px) scale(1.05);
box-shadow:0 14px 36px rgba(37,211,102,.55);
}
.wa-card{
position:absolute;
right:0;
bottom:138px;
width:min(360px,92vw);
background:#fff;
border-radius:18px;
border:1px solid #e3e6ea;
box-shadow:0 18px 60px rgba(0,0,0,.25);
overflow:hidden;
transform:translateY(10px);
opacity:0;
transition:.25s ease;
}
.wa-card[aria-modal="true"]{
transform:none;
opacity:1;
}
.wa-head{
display:flex;
align-items:center;
gap:12px;
padding:14px;
background:linear-gradient(135deg,#25D366,#128C7E);
color:#fff;
}
.wa-avatar{
width:40px;
height:40px;
background:#fff;
border-radius:10px;
display:grid;
place-items:center;
overflow:hidden;
}
.wa-avatar img{
width:26px;
height:26px;
object-fit:contain;
}
.wa-title{
font-weight:800;
}
.wa-status{
font-size:.85rem;
opacity:.9;
}
.wa-close{
margin-left:auto;
border:none;
background:transparent;
color:#fff;
font-size:24px;
cursor:pointer;
width:32px;
height:32px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
opacity:.9;
}
.wa-close:hover{
opacity:1;
background:rgba(255,255,255,.14);
}
.wa-body{
padding:14px;
max-height:40vh;
overflow:auto;
background:#f8f9fa;
display:flex;
flex-direction:column;
gap:8px;
}
.wa-bubble{
max-width:88%;
padding:10px 12px;
border-radius:14px;
font-size:.95rem;
box-shadow:0 4px 10px rgba(0,0,0,.08);
}
.wa-bot{
background:#fff;
border:1px solid #e3e6ea;
align-self:flex-start;
}
.wa-user{
background:#eaf7f0;
border:1px solid #cfeedd;
align-self:flex-end;
}
.wa-compose{
display:grid;
grid-template-columns:1fr auto;
gap:8px;
padding:10px;
border-top:1px solid #e3e6ea;
background:#fff;
}
.wa-compose textarea{
resize:none;
border-radius:12px;
padding:10px;
border:1px solid #e3e6ea;
font-family:inherit;
outline:none;
}
.wa-send{
background:#25D366;
color:#fff;
border:none;
border-radius:12px;
padding:0 16px;
cursor:pointer;
}
.wa-send:hover{
background:#1fb85a;
}
@media (max-width:480px){
.wa-float{
right:12px;
bottom:12px;
gap:10px;
}
.ig-btn{
width:50px;
height:50px;
}
.wa-card{
width:calc(100vw - 24px);
}
}
terapiasdelser3.com/terapias_comentarios_web
https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=DM+Sans:wght@400;500;600;700&display=swaphttps://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css/* ===== CSS VARIABLES ===== */
:root {
--accent: #7b4cc8;
--accent-dark: #5c31a7;
--accent-light: #a67cdf;
--text: #171717;
--muted: #5f5f68;
--bg-soft: #f7f3fc;
--bg-cream: #fdfbff;
--line: rgba(123, 76, 200, .12);
--shadow-sm: 0 4px 20px rgba(123, 76, 200, .08);
--shadow: 0 20px 60px rgba(123, 76, 200, .12);
--shadow-lg: 0 30px 80px rgba(123, 76, 200, .16);
--shadow-glow: 0 0 60px rgba(123, 76, 200, .20);
--radius: 28px;
--radius-sm: 16px;
--radius-xs: 12px;
--transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
--transition-fast: all 0.25s ease;
}
/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; }
html {
scroll-behavior: smooth;
scroll-padding-top: 100px;
}
body {
margin: 0;
font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
color: var(--text);
background: #fff;
overflow-x: hidden;
line-height: 1.7;
font-size: 16px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; transition: var(--transition-fast); }
/* ===== SECTION STYLES ===== */
.section {
padding: 120px 0;
position: relative;
}
.section-soft {
background: linear-gradient(180deg, var(--bg-cream) 0%, #fff 100%);
}
/* Eyebrow / Label */
.eyebrow {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 10px 20px;
border-radius: 100px;
background: linear-gradient(135deg, rgba(123, 76, 200, .08), rgba(123, 76, 200, .04));
border: 1px solid rgba(123, 76, 200, .12);
color: var(--accent-dark);
font-size: 0.75rem;
font-weight: 700;
letter-spacing: 0.14em;
text-transform: uppercase;
backdrop-filter: blur(10px);
}
.eyebrow::before {
content: '';
width: 6px;
height: 6px;
border-radius: 50%;
background: var(--accent);
animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse {
0%, 100% { opacity: 1; transform: scale(1); }
50% { opacity: 0.5; transform: scale(1.2); }
}
/* Section Titles */
.section-title {
font-family: 'Playfair Display', Georgia, serif;
font-size: clamp(2.2rem, 4vw, 3.5rem);
line-height: 1.1;
font-weight: 600;
margin: 24px 0 20px;
letter-spacing: -0.02em;
color: var(--text);
}
.section-subtitle {
max-width: 680px;
margin: 0 auto;
color: var(--muted);
font-size: 1.1rem;
line-height: 1.85;
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(123, 76, 200, .08);
padding: 16px 0;
transition: var(--transition);
}
.navbar.scrolled {
background: rgba(255, 255, 255, 0.95);
box-shadow: var(--shadow-sm);
}
.navbar-brand {
display: inline-flex;
align-items: center;
gap: 14px;
font-weight: 600;
font-size: 1rem;
letter-spacing: -0.01em;
color: var(--text);
white-space: nowrap;
}
.brand-logo {
height: 44px;
width: auto;
transition: var(--transition-fast);
}
.navbar-brand:hover .brand-logo {
transform: scale(1.05);
}
.navbar-nav .nav-link {
color: var(--text);
font-weight: 500;
font-size: 0.92rem;
padding: 0.6rem 1rem;
position: relative;
transition: var(--transition-fast);
}
.navbar-nav .nav-link::after {
content: '';
position: absolute;
bottom: 0;
left: 50%;
width: 0;
height: 2px;
background: linear-gradient(90deg, var(--accent), var(--accent-light));
border-radius: 2px;
transition: var(--transition);
transform: translateX(-50%);
}
.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
width: calc(100% - 2rem);
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
color: var(--accent-dark);
}
.navbar-toggler {
border: 0;
box-shadow: none !important;
padding: 0.4rem 0.5rem;
background: transparent;
}
.navbar-toggler svg {
transition: var(--transition-fast);
}
.navbar-toggler:hover svg {
color: var(--accent);
}
/* ===== BUTTONS ===== */
.btn-main {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 10px;
min-height: 56px;
padding: 0 32px;
border-radius: 100px;
background: linear-gradient(135deg, var(--accent) 0%, var(--accent-dark) 100%);
color: #fff;
font-weight: 600;
font-size: 0.95rem;
border: 0;
box-shadow: 0 10px 40px rgba(123, 76, 200, .30);
transition: var(--transition);
position: relative;
overflow: hidden;
}
.btn-main::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
transition: var(--transition);
}
.btn-main:hover {
transform: translateY(-3px);
box-shadow: 0 20px 50px rgba(123, 76, 200, .35);
color: #fff;
}
.btn-main:hover::before {
left: 100%;
}
.btn-ghost {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 56px;
padding: 0 32px;
border-radius: 100px;
border: 2px solid rgba(123, 76, 200, .25);
color: var(--accent-dark);
font-weight: 600;
font-size: 0.95rem;
background: rgba(255, 255, 255, 0.8);
backdrop-filter: blur(10px);
transition: var(--transition);
}
.btn-ghost:hover {
border-color: var(--accent);
color: var(--accent-dark);
background: rgba(123, 76, 200, .06);
transform: translateY(-2px);
}
/* ===== HERO SECTION ===== */
.hero {
position: relative;
padding-top: 160px;
padding-bottom: 100px;
overflow: hidden;
background: #fff;
min-height: 100vh;
display: flex;
align-items: center;
}
/* Animated gradient orbs */
.hero::before {
content: '';
position: absolute;
top: -20%;
left: -10%;
width: 60%;
height: 60%;
background: radial-gradient(circle, rgba(123, 76, 200, .08) 0%, transparent 70%);
animation: float 20s ease-in-out infinite;
pointer-events: none;
}
.hero::after {
content: '';
position: absolute;
bottom: -30%;
right: -15%;
width: 70%;
height: 70%;
background: radial-gradient(circle, rgba(123, 76, 200, .06) 0%, transparent 65%);
animation: float 25s ease-in-out infinite reverse;
pointer-events: none;
}
@keyframes float {
0%, 100% { transform: translate(0, 0) scale(1); }
25% { transform: translate(30px, -30px) scale(1.05); }
50% { transform: translate(-20px, 20px) scale(0.95); }
75% { transform: translate(20px, 10px) scale(1.02); }
}
/* Subtle grid pattern */
.hero-grid {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image:
linear-gradient(rgba(123, 76, 200, .03) 1px, transparent 1px),
linear-gradient(90deg, rgba(123, 76, 200, .03) 1px, transparent 1px);
background-size: 60px 60px;
pointer-events: none;
mask-image: radial-gradient(ell
/* ...cortado... */
.wa-float{
position:fixed;
right:18px;
bottom:18px;
z-index:2147483647;
display:flex;
flex-direction:column;
align-items:flex-end;
gap:12px;
font-family:inherit;
}
.ig-btn{
width:54px;
height:54px;
border-radius:50%;
border:none;
background:radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 62%, #285AEB 90%);
color:#fff;
display:grid;
place-items:center;
cursor:pointer;
box-shadow:0 10px 30px rgba(214,36,159,.34);
transition:transform .25s, box-shadow .25s;
}
.ig-btn:hover{
transform:translateY(-3px) scale(1.05);
box-shadow:0 14px 36px rgba(214,36,159,.46);
color:#fff;
}
.wa-btn{
width:60px;
height:60px;
border-radius:50%;
border:none;
background:linear-gradient(135deg,#25D366,#128C7E);
color:#fff;
display:grid;
place-items:center;
cursor:pointer;
box-shadow:0 10px 30px rgba(37,211,102,.45);
transition:transform .25s, box-shadow .25s;
}
.wa-btn:hover{
transform:translateY(-3px) scale(1.05);
box-shadow:0 14px 36px rgba(37,211,102,.55);
}
.wa-card{
position:absolute;
right:0;
bottom:138px;
width:min(360px,92vw);
background:#fff;
border-radius:18px;
border:1px solid #e3e6ea;
box-shadow:0 18px 60px rgba(0,0,0,.25);
overflow:hidden;
transform:translateY(10px);
opacity:0;
transition:.25s ease;
}
.wa-card[aria-modal="true"]{
transform:none;
opacity:1;
}
.wa-head{
display:flex;
align-items:center;
gap:12px;
padding:14px;
background:linear-gradient(135deg,#25D366,#128C7E);
color:#fff;
}
.wa-avatar{
width:40px;
height:40px;
background:#fff;
border-radius:10px;
display:grid;
place-items:center;
overflow:hidden;
}
.wa-avatar img{
width:26px;
height:26px;
object-fit:contain;
}
.wa-title{
font-weight:800;
}
.wa-status{
font-size:.85rem;
opacity:.9;
}
.wa-close{
margin-left:auto;
border:none;
background:transparent;
color:#fff;
font-size:24px;
cursor:pointer;
width:32px;
height:32px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
opacity:.9;
}
.wa-close:hover{
opacity:1;
background:rgba(255,255,255,.14);
}
.wa-body{
padding:14px;
max-height:40vh;
overflow:auto;
background:#f8f9fa;
display:flex;
flex-direction:column;
gap:8px;
}
.wa-bubble{
max-width:88%;
padding:10px 12px;
border-radius:14px;
font-size:.95rem;
box-shadow:0 4px 10px rgba(0,0,0,.08);
}
.wa-bot{
background:#fff;
border:1px solid #e3e6ea;
align-self:flex-start;
}
.wa-user{
background:#eaf7f0;
border:1px solid #cfeedd;
align-self:flex-end;
}
.wa-compose{
display:grid;
grid-template-columns:1fr auto;
gap:8px;
padding:10px;
border-top:1px solid #e3e6ea;
background:#fff;
}
.wa-compose textarea{
resize:none;
border-radius:12px;
padding:10px;
border:1px solid #e3e6ea;
font-family:inherit;
outline:none;
}
.wa-send{
background:#25D366;
color:#fff;
border:none;
border-radius:12px;
padding:0 16px;
cursor:pointer;
}
.wa-send:hover{
background:#1fb85a;
}
@media (max-width:480px){
.wa-float{
right:12px;
bottom:12px;
gap:10px;
}
.ig-btn{
width:50px;
height:50px;
}
.wa-card{
width:calc(100vw - 24px);
}
}