Preview de mixed.css
/* MIXED CSS PACK */
/* Template: kitlimpieza.com.ar/index.html */
/* Template mtime: 2026-06-04 11:49:46 */
/* external link (no embedded): https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css */
/* external link (no embedded): https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swap */
/* ===== INLINE <style> BLOCK #1 ===== */
@font-face {
font-family: 'COCOGOOSE';
src: local('COCOGOOSE'), local('Cocogoose'), url('fonts/cocogoose.woff2') format('woff2'), url('fonts/cocogoose.woff') format('woff');
font-weight: 400 900;
font-style: normal;
font-display: swap;
}
:root {
--accent: #4D82C2;
--accent-dark: #2A2E54;
--accent-soft: #EEF3FA;
--brand-gray: #949095;
--ink: #171A33;
--paper: #F8F8F8;
--soft: #F1F4F8;
--muted: #696C78;
--line: rgba(42,46,84,.16);
--nav-h: 72px;
--display: 'COCOGOOSE', 'Montserrat', Arial, sans-serif;
--body: 'Montserrat', ui-sans-serif, system-ui, sans-serif;
--cond: 'Montserrat', ui-sans-serif, system-ui, sans-serif;
--mono: 'Montserrat', ui-sans-serif, system-ui, sans-serif;
--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: .018; 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,.92); 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(77,130,194,.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: 21px; 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: 10px; padding: 0; background: transparent; box-shadow: none !important; display: grid; place-items: center; }
.navbar-toggler:focus { box-shadow: 0 0 0 3px rgba(77,130,194,.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(--accent); transform: scaleX(0); transform-origin: left; transition: transform .22s var(--ease); }
.nav-link:hover { color: var(--accent-dark); }
.nav-link:hover::after { transform: scaleX(1); }
.btn-accent { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 42px; padding: 0 22px; background: var(--accent); color: #fff !important; border: none; border-radius: 999px; 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), box-shadow .18s var(--ease); }
.btn-accent:hover { background: var(--accent-dark); transform: translateY(-1px); box-shadow: 0 14px 28px rgba(77,130,194,.22); }
.btn-outline-clean { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 0 22px; border: 1.5px solid var(--accent); color: var(--accent-dark); border-radius: 999px; 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: #fff; transform: translateY(-1px); }
.hero { min-height: 100vh; min-height: 100svh; display: flex; align-items: center; position: relative; overflow: hidden; isolation: isolate; padding: calc(var(--nav-h) + 56px) 0 80px; background: linear-gradient(135deg,#fff 0%,#f7fbfa 58%,#eaf7f3 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(77,130,194,.16), rgba(77,130,194,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(42,46,84,.12), rgba(42,46,84,0) 68%); z-index: -1; }
.hero-shell { display: grid; grid-template-columns: minmax(0,1fr) minmax(300px,.92fr); gap: clamp(34px,5vw,76px); align-items: center; }
.hero-title { max-width: 900px; font-family: var(--display); font-size: clamp(62px, 8.8vw, 138px); font-weight: 400; letter-spacing: .035em; line-height: .86; text-transform: uppercase; color: var(--ink); margin: 0; }
.hero-title strong { color: var(--accent-dark); font-weight: 400; }
.hero-line { width: clamp(70px, 7vw, 124px); height: 3px; background: var(--accent); 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 var(--line); background: rgba(255,255,255,.84); font-family: var(--mono); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--accent-dark); border-radius: 999px; }
.hero-tags span::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); }
.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); border-radius: 28px; box-shadow: 18px 18px 0 rgba(77,130,194,.08), 0 28px 70px rgba(77,130,194,.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(77,130,194,.08), transparent 42%, rgba(42,46,84,.08)); pointer-events: none; }
.hero-card img { width: 100%; max-height: 330px; object-fit: contain; position: relative; z-index: 1; }
.hero-card-label { position: absolute; left: 18px; bottom: 18px; z-index: 2; background: var(--accent-dark); color: #fff; padding: 12px 14px; border-radius: 16px; font-family: var(--cond); font-weight: 700; letter-spacing: .06em; text-transform: uppercase; box-shadow: 5px 5px 0 rgba(77,130,194,.22); }
.hero-card-label small { display: block; font-family: var(--mono); font-size: 9px; letter-spacing: .14em; color: rgba(255,255,255,.75); margin-bottom: 2px; }
.section { padding: 108px 0; scroll-margin-top: calc(var(--nav-h) + 8px); }
.section-paper { background: var(--paper); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 16px; font-family: var(--mono); font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--accent-dark); }
.eyebrow::before { content: ''; width: 22px; height: 2px; background: var(--accent); border-radius: 999px; }
.section-title { font-family: var(--display); font-size: clamp(48px,7vw,96px); font-weight: 400; line-height: .92; letter-spacing: .02em; text-transform: uppercase; color: var(--ink); margin: 0; }
.text-center .section-title { margin-inline: auto; max-width: 920px; }
.section-subtitle { font-size: clamp(15px,1.5vw,17px); line-height: 1.72; color: var(--muted); font-weight: 300; max-width: 680px; margin: 18px auto 0; }
.lead-copy { font-size: clamp(15px,1.4vw,17px); line-height: 1.82; color: #2a2a2a; font-weight: 300; }
.lead-copy p { margin-bottom: 20px; }
.lead-copy p:last-child { margin-bottom: 0; }
.quote-line { margin-top: 36px; padding: 22px 24px; border-left: 4px solid var(--accent); background: #fff; font-family: var(--cond); font-size: clamp(18px,2vw,26px); font-weight: 600; letter-spacing: .01em; line-height: 1.3; color: var(--ink); box-shadow: 4px 4px 0 rgba(77,130,194,.12); }
.fact-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; margin-top: 32px; }
.fact-card { min-height: 96px; padding: 18px; background: var(--accent-dark); color: #fff; font-family: var(--cond); font-size: 13px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; border-radius: 20px; transition: background .18s var(--ease), transform .18s var(--ease), box-shadow .18s var(--ease); display: flex; flex-direction: column; gap: 10px; justify-content: space-between; position: relative; overflow: hidden; }
.fact-card::before { content: none; }
.fact-card:hover { background: var(--accent); transform: translate(-2px,-2px); box-shadow: 0 16px 36px rgba(77,130,194,.18); }
.fact-icon { width: 34px; height: 34px; border-radius: 12px; display: grid; place-items: center; background: rgba(255,255,255,.14); color: #fff; }
.fact-icon svg { width: 18px; height: 18px; stroke: currentColor; stroke-width: 1.9; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.about-section { padding-top: clamp(76px, 8vw, 110px); padding-bottom: clamp(76px, 8vw, 118px); }
.about-layout { display: grid; grid-template-columns: minmax(300px,.78fr) minmax(420px,1fr); gap: clamp(34px,4.8vw,74px); align-items: start; }
.about-head { display: flex; flex-direction: column; justify-content: flex-start; }
.about-head .section-title { font-size: clamp(58px, 6.6vw, 94px); }
.about-media { padding-top: clamp(38px, 4.1vw, 58px); }
.about-copy-wide { margin-top: clamp(18px, 2.2vw, 28px); padding-inline: clamp(0px, .8vw, 8px); }
.about-copy-wide .lead-copy { max-width: none; font-size: clamp(14.5px, 1.15vw, 16px); line-height: 1.72; color: #3f454a; }
.about-copy-wide .lead-copy p { margin-bottom: 8px; }
.about-copy-wide .lead-copy p:last-child { margin-bottom: 0; }
.about-fade { position: relative; min-height: clamp(285px, 27vw, 360px); background: #fff; border: 1px solid var(--line); border-radius: 28px; box-shadow: 12px 12px 0 rgba(77,130,194,.08), 0 24px 60px rgba(77,130,194,.10); overflow: hidden; isolation: isolate; }
.about-fade::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(77,130,194,.05), transparent 44%, rgba(42,46,84,.07)); pointer-events: none; z-index: 2; }
.about-fade::after { content: 'Kit Limpieza'; position: absolute; left: 18px; bottom: 14px; z-index: 4; font-family: var(--mono); font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: rgba(10,10,10,.48); background: rgba(255,255,255,.78); border: 1px solid rgba(77,130,194,.12); padding: 8px 10px; border-radius: 999px; backdrop-filter: blur(8px); }
.about-fade-stage { position: absolute; inset: 0; display: grid; place-items: center; padding: clamp(14px, 2vw, 24px); }
.about-fade-img { position: absolute; inset: 0; width: 100%; height: 100%; padding: clamp(14px, 2vw, 24px); box-sizing: border-box; object-fit: contain !important; object-position: center; opacity: 0; transform: scale(.985); filter: saturate(1.02) contrast(1.02); animation: aboutFade 24s infinite; will-change: opacity, transform; }
.about-fade-img:nth-child(1) { animation-delay: 0s; }
.about-fade-img:nth-child(2) { animation-delay: 4s; }
.about-fade-img:nth-child(3) { animation-delay: 8s; }
.about-fade-img:nth-child(4) { animation-delay: 12s; }
.about-fade-img:nth-child(5) { animation-delay: 16s; }
.about-fade-img:nth-child(6) { animation-delay: 20s; }
@keyframes aboutFade { 0%{opacity:0;transform:scale(.985)} 4%{opacity:1;transform:scale(1)} 16%{opacity:1;transform:scale(1)} 20%{opacity:0;transform:scale(1.012)} 100%{opacity:0;transform:scale(1.012)} }
.mission-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 22px;
margin-top: 42px;
}
.mission-card {
height: 100%;
padding: clamp(26px, 3vw, 36px);
border: 1px solid var(--line);
border-radius: 28px;
background: #fff;
box-shadow: 0 18px 44px rgba(77,130,194,.08);
position: relative;
overflow: hidden;
}
.mission-card::before {
content: '';
position: absolute;
inset: 0 0 auto;
height: 5px;
background: linear-gradient(90deg,var(--accent),var(--accent-dark));
}
.mission-card h3 {
font-family: var(--cond);
font-size: clamp(28px, 3vw, 42px);
font-weight: 700;
letter-spacing: .04em;
text-transform: uppercase;
margin: 0 0 16px;
color: var(--accent-dark);
}
.mission-card p {
font-size: 16px;
line-height: 1.78;
color: #3f454a;
margin: 0;
font-weight: 300;
}
.service-card { height: 100%; padding: 32px 28px; border: 1.5px solid var(--line); border-radius: 26px; background: #fff; transition: transform .2s var(--ease), background .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease), box-shadow .2s var(--ease); position: relative; overflow: hidden; }
.service-card:hover { transform: translateY(-5px); background: var(--accent-dark); color: #fff; border-color: var(--accent-dark); box-shadow: 0 18px 44px rgba(77,130,194,.18); }
.service-card:hover p { color: rgba(255,255,255,.84); }
.service-num { display: block; font-family: var(--display); font-size: 56px; line-height: 1; color: rgba(77,130,194,.16); margin-bottom: 12px; transition: color .2s var(--ease); }
.service-card:hover .service-num { color: rgba(255,255,255,.18); }
.service-card h3 { font-family: var(--cond); font-size: 21px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 12px; color: var(--ink); transition: color .2s var(--ease); }
.service-card:hover h3 { color: #fff; }
.service-card p { font-size: 15px; line-height: 1.7; color: var(--muted); font-weight: 300; margin: 0; transition: color .2s var(--ease); }
.catalog-section {
position: relative;
overflow: hidden;
background:
radial-gradient(circle at 12% 12%, rgba(77,130,194,.10), transparent 34%),
radial-gradient(circle at 88% 4%, rgba(42,46,84,.08), transparent 28%),
#fff;
}
.catalog-hero {
position: relative;
padding: clamp(28px, 5vw, 56px);
border-radius: 34px;
background: linear-gradient(135deg, var(--accent-dark), #23274F 72%);
color: #fff;
overflow: hidden;
box-shadow: 0 28px 70px rgba(42,46,84,.18);
isolation: isolate;
margin-bottom: clamp(28px, 4vw, 48px);
}
.catalog-hero::before {
content: '';
position: absolute;
width: 360px;
height: 360px;
right: -120px;
top: -120px;
border-radius: 50%;
background: rgba(255,255,255,.09);
z-index: -1;
}
.catalog-hero::after {
content: 'KIT';
position: absolute;
right: clamp(18px, 4vw, 52px);
bottom: -18px;
font-family: var(--display);
font-size: clamp(120px, 18vw, 260px);
line-height: .8;
letter-spacing: .02em;
color: rgba(255,255,255,.055);
z-index: -1;
pointer-events: none;
}
.catalog-hero .eyebrow {
color: rgba(255,255,255,.78);
}
.catalog-hero .eyebrow::before {
background: #fff;
}
.catalog-title {
font-family: var(--display);
font-size: clamp(52px, 7vw, 98px);
line-height: .9;
letter-spacing: .025em;
text-transform: uppercase;
margin: 0;
max-width: 850px;
}
.catalog-lead {
max-width: 850px;
margin: 22px 0 0;
font-size: clamp(16px, 1.55vw, 19px);
line-height: 1.72;
color: rgba(255,255,255,.84);
font-weight: 300;
}
.catalog-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 18px;
align-items: stretch;
}
.catalog-card {
height: 100%;
background: rgba(255,255,255,.92);
border: 1px solid var(--line);
border-radius: 30px;
overflow: hidden;
box-shadow: 0 18px 48px rgba(77,130,194,.08);
transition: transform .22s var(--ease), box-shadow .22s var(--ease), border-color .22s var(--ease);
}
.catalog-card:hover {
transform: translateY(-5px);
border-color: rgba(77,130,194,.34);
box-shadow: 0 26px 70px rgba(77,130,194,.14);
}
.catalog-head {
min-height: 178px;
padding: 28px 26px;
background: linear-gradient(135deg, var(--accent-soft), #fff);
border-bottom: 1px solid var(--line);
position: relative;
}
.catalog-number {
position: absolute;
right: 22px;
top: 16px;
font-family: var(--display);
font-size: 72px;
line-height: 1;
color: rgba(77,130,194,.12);
letter-spacing: .02em;
}
.catalog-icon {
width: 52px;
height: 52px;
border-radius: 18px;
display: grid;
place-items: center;
background: var(--accent-dark);
color: #fff;
margin-bottom: 18px;
box-shadow: 0 12px 26px rgba(42,46,84,.18);
}
.catalog-icon svg {
width: 25px;
height: 25px;
stroke: currentColor;
stroke-width: 1.8;
fill: none;
stroke-linecap: round;
stroke-linejoin: round;
}
.catalog-head h3 {
position: relative;
z-index: 1;
font-family: var(--cond);
font-size: clamp(23px, 2.15vw, 30px);
font-weight: 700;
line-height: 1.05;
letter-spacing: .04em;
text-transform: uppercase;
color: var(--ink);
margin: 0;
max-width: 310px;
}
.catalog-list {
display: grid;
gap: 0;
padding: 0;
margin: 0;
list-style: none;
}
.catalog-item {
padding: 22px 24px;
border-bottom: 1px solid rgba(77,130,194,.12);
display: grid;
gap: 8px;
position: relative;
}
.catalog-item:last-child {
border-bottom: 0;
}
.catalog-item::before {
content: '';
position: absolute;
left: 0;
top: 22px;
width: 4px;
height: 30px;
border-radius: 0 999px 999px 0;
background: var(--accent);
opacity: .75;
}
.catalog-item h4 {
font-family: var(--cond);
font-size: 18px;
font-weight: 700;
line-height: 1.15;
letter-spacing: .035em;
text-transform: uppercase;
color: var(--accent-dark);
margin: 0;
padding-left: 4px;
}
.catalog-item p {
font-size: 14.5px;
line-height: 1.62;
color: var(--muted);
margin: 0;
font-weight: 300;
padding-left: 4px;
}
.catalog-proof {
margin-top: clamp(28px, 4vw, 46px);
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 16px;
}
.proof-card {
background: var(--accent-dark);
color: #fff;
border-radius: 26px;
padding: 24px;
min-height: 190px;
display: flex;
flex-direction: column;
gap: 14px;
position: relative;
overflow: hidden;
}
.proof-card::after {
content: '';
position: absolute;
width: 140px;
height: 140px;
right: -54px;
bottom: -58px;
border-radius: 50%;
background: rgba(255,255,255,.08);
}
.proof-card svg {
width: 28px;
height: 28px;
stroke: currentColor;
stroke-width: 1.8;
fill: none;
stroke-linecap: round;
stroke-linejoin: round;
color: rgba(255,255,255,.94);
}
.proof-card h3 {
font-family: var(--cond);
font-size: 20px;
font-weight: 700;
letter-spacing: .04em;
line-height: 1.08;
text-transform: uppercase;
margin: 0;
}
.proof-card p {
color: rgba(255,255,255,.76);
font-size: 14.5px;
line-height: 1.62;
margin: 0;
font-weight: 300;
}
.why-card { height: 100%; padding: 28px 24px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 2px 0 var(--line); transition: transform .2s var(--ease), border-color .2s var(--ease), box-shadow .2s var(--ease); position: relative; overflow: hidden; }
.why-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 4px; background: linear-gradient(90deg,var(--accent),var(--accent-dark)); transform: scaleX(0); transform-origin: left; transition: transform .25s var(--ease); }
.why-card:hover { transform: translateY(-4px); border-color: rgba(77,130,194,.32); box-shadow: 0 12px 40px rgba(77,130,194,.12); }
.why-card:hover::before { transform: scaleX(1); }
.icon-mark { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 18px; background: var(--accent-soft); color: var(--accent-dark); border-radius: 16px; transition: background .2s var(--ease), color .2s var(--ease), transform .2s var(--ease); }
.why-card:hover .icon-mark { background: var(--accent); color: #fff; transform: rotate(-2deg) scale(1.04); }
.icon-mark svg { width: 23px; height: 23px; stroke: currentColor; stroke-width: 1.8; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.why-card h3 { font-family: var(--cond); font-size: 18px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 10px; color: var(--ink); }
.why-card p { font-size: 14.5px; line-height: 1.7; color: var(--muted); font-weight: 300; margin: 0; }
.gal-gallery .carousel { max-width: 980px; margin-inline: auto; position: relative; }
.gal-frame { height: clamp(220px,48vh,500px); background: #fff; border-radius: 16px; overflow: hidden; box-shadow: 0 12px 28px rgba(77,130,194,.14); display: flex; align-items: center; justify-content: center; padding: 8px; }
.gal-img { width: auto !important; max-width: 100%; height: auto !important; max-height: 100%; object-fit: contain !important; object-position: center; display: block; cursor: zoom-in; }
.gal-gallery .carousel-control-prev, .gal-gallery .carousel-control-next { z-index: 20; width: 50px; height: 50px; top: 50%; transform: translateY(-50%); opacity: 1; background: rgba(42,46,84,.86); border-radius: 50%; margin: 0 12px; }
.gal-gallery .carousel-control-prev { left: 0; }
.gal-gallery .carousel-control-next { right: 0; }
.gal-gallery .gal-ctrl-icon { width: 2.6rem; height: 2.6rem; background-size: 60% 60%; }
.gal-gallery .carousel-indicators { z-index: 10; bottom: -50px; }
.gal-gallery .carousel-indicators button { width: 10px; height: 10px; border-radius: 50%; background: rgba(42,46,84,.45); border: none; }
.gal-gallery .carousel-indicators button.active { background: var(--accent); }
.gal-gallery { padding-bottom: 56px; }
.gal-desktop-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; align-items: stretch; padding-inline: 76px; }
.gal-desktop .gal-frame { height: clamp(260px, 27vw, 390px); border-radius: 24px; }
#galLightbox .modal-content { background: #000; }
#galLightboxImg { max-height: 86vh; width: 100%; height: auto; object-fit: contain; background: #000; }
.gal-lightbox-nav { position: absolute; top: 50%; transform: translateY(-50%); border: 0; width: 44px; height: 44px; border-radius: 999px; background: rgba(255,255,255,.18); color: #fff; font-size: 30px; line-height: 44px; text-align: center; z-index: 5; cursor: pointer; }
.gal-lightbox-nav:hover { background: rgba(255,255,255,.28); }
.gal-lightbox-nav.gal-prev { left: 10px; }
.gal-lightbox-nav.gal-next { right: 10px; }
.accordion { --bs-accordion-border-color: transparent; max-width: 860px; margin-inline: auto; }
.accordion-item { margin-bottom: 8px; border: 1.5px solid var(--line) !important; border-radius: 18px !important; overflow: hidden; background: #fff; transition: border-color .2s var(--ease), box-shadow .2s var(--ease); }
.accordion-item:has(.accordion-button:not(.collapsed)) { border-color: rgba(77,130,194,.42) !important; box-shadow: 0 16px 40px rgba(77,130,194,.08); }
.accordion-button { min-height: 68px; padding: 18px 24px; color: var(--ink); background: #fff; font-family: var(--cond); font-weight: 700; font-size: 16px; letter-spacing: .04em; text-transform: uppercase; }
.accordion-button:not(.collapsed) { color: var(--accent-dark); background: #fff; box-shadow: inset 0 -2px 0 var(--accent); }
.accordion-button:focus { box-shadow: 0 0 0 3px rgba(77,130,194,.15) !important; }
.accordion-button::after { width: 28px; height: 28px; border-radius: 50%; background-color: var(--accent); background-position: center; background-size: 12px; filter: invert(1); flex-shrink: 0; }
.accordion-button:not(.collapsed)::after { background-color: var(--accent-dark); filter: invert(1); }
.accordion-body { padding: 20px 24px 28px; font-size: 16px; line-height: 1.75; color: var(--muted); font-weight: 300; }
.faq-num { font-family: var(--display); font-size: 28px; color: rgba(77,130,194,.26); margin-right: 14px; line-height: 1; vertical-align: middle; }
.contact-panel { background: var(--accent-dark); border-radius: 28px; padding: 40px 36px; box-shadow: 8px 8px 0 rgba(77,130,194,.22); }
.form-label { font-family: var(--mono); font-size: 10px; font-weight: 700; letter-spacing: .14em; color: rgba(255,255,255,.72); text-transform: uppercase; margin-bottom: 8px; }
.form-control, .form-select { min-height: 50px; border-radius: 14px; border: 1px solid rgba(255,255,255,.20); background: rgba(255,255,255,.08); color: #fff; font-size: 15px; font-weight: 300; box-shadow: none !important; transition: border-color .2s var(--ease), background .2s var(--ease); }
.form-control::placeholder { color: rgba(255,255,255,.48); }
.form-control:focus, .form-select:focus { border-color: #fff; background: rgba(255,255,255,.13); color: #fff; box-shadow: 0 0 0 3px rgba(77,130,194,.34) !important; }
.form-select option { background: var(--accent-dark); color: #fff; }
textarea.form-control { min-height: 140px; resize: vertical; }
.btn-submit { display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; min-height: 52px; background: var(--accent); color: #fff; border: none; border-radius: 999px; font-family: var(--cond); font-size: 15px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; transition: transform .2s var(--ease), background .2s var(--ease), box-shadow .2s var(--ease); }
.btn-submit:hover { background: #5F95D0; transform: translateY(-2px); box-shadow: 0 16px 28px rgba(0,0,0,.16); }
.btn-submit svg { width: 16px; height: 16px; stroke: currentColor; stroke-width: 2.2; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.contact-big-label { font-family: var(--display); font-size: clamp(80px,14vw,160px); line-height: .88; color: rgba(77,130,194,.08); letter-spacing: .02em; text-transform: uppercase; user-select: none; margin-bottom: -28px; }
.contact-list { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 10px; }
.contact-list li { display: flex; align-items: flex-start; gap: 10px; color: var(--muted); line-height: 1.55; }
.contact-list li::before { content: ''; width: 8px; height: 8px; margin-top: 8px; border-radius: 50%; background: var(--accent); flex: 0 0 auto; }
.footer { background: var(--accent-dark); color: rgba(255,255,255,.82); padding: 72px 0 0; position: relative; overflow: hidden; }
.footer-bg-text { position: absolute; bottom: -10px; left: -10px; font-family: var(--display); font-size: 220px; color: rgba(255,255,255,.035); letter-spacing: -.02em; line-height: 1; user-select: none; pointer-events: none; white-space: nowrap; }
.footer-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.footer-logo { height: 40px; width: auto; max-width: 118px; object-fit: contain; filter: none; background: rgba(255,255,255,.96); padding: 4px 6px; border-radius: 10px; }
.footer-brand-name { font-family: var(--body); font-size: 14px; font-weight: 600; color: #fff; letter-spacing: .02em; }
.footer-tagline { font-family: var(--cond); font-size: 14px; font-weight: 400; color: rgba(255,255,255,.72); letter-spacing: .04em; max-width: 320px; line-height: 1.6; }
.footer-col-title { font-family: var(--mono); font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: rgba(255,255,255,.48); margin-bottom: 20px; }
.footer-list { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.footer-list a { font-size: 14px; color: rgba(255,255,255,.82); font-weight: 400; font-family: var(--cond); letter-spacing: .04em; text-transform: uppercase; transition: color .18s var(--ease), letter-spacing .18s var(--ease); }
.footer-list a:hover { color: #fff; letter-spacing: .08em; }
.footer-list li:not(:has(a)) { font-size: 13px; color: rgba(255,255,255,.72); font-style: italic; }
.footer-stripe { height: 3px; background: var(--accent); margin-top: 56px; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 20px 0; font-size: 12px; font-family: var(--mono); letter-spacing: .06em; color: rgba(255,255,255,.58); flex-wrap: wrap; }
.footer-bottom a { color: rgba(255,255,255,.9); transition: color .18s var(--ease); }
.footer-bottom a:hover { color: #fff; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }
.ig-float { position: fixed; right: 18px; bottom: 88px; z-index: 9999; width: 60px; height: 60px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 62%, #285aeb 90%); box-shadow: 0 10px 30px rgba(0,0,0,.22); transition: transform .3s, box-shadow .3s, filter .3s; }
.ig-float:hover { color: #fff; transform: translateY(-3px) scale(1.05); box-shadow: 0 14px 36px rgba(0,0,0,.28); filter: brightness(.98); }
.ig-float svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.wa-float { position: fixed; right: 18px; bottom: 18px; z-index: 9999; font-family: inherit; }
.wa-btn { background: #25D366; color: #fff; border: 0; width: 60px; height: 60px; border-radius: 50%; display: grid; place-items: center; box-shadow: 0 10px 30px rgba(0,0,0,.22); cursor: pointer; transition: transform .3s, box-shadow .3s, filter .3s; position: relative; overflow: hidden; }
.wa-btn:hover { transform: translateY(-3px) scale(1.05); box-shadow: 0 14px 36px rgba(0,0,0,.28); filter: brightness(.98); }
.wa-card { position: absolute; right: 0; bottom: 74px; width: min(360px,92vw); background: #fff; color: #1c1f1d; border-radius: 18px; overflow: hidden; box-shadow: 0 18px 60px rgba(0,0,0,.25); border: 1px solid #dde4df; transform: translateY(10px); opacity: 0; transition: transform .3s, opacity .3s; z-index: 10000; }
.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,#EEF3FA); border-bottom: 1px solid #dde4df; }
.wa-avatar { width: 40px; height: 40px; border-radius: 10px; background: #EEF3FA; display: grid; place-items: center; border: 1px solid #D7E1F0; overflow: hidden; flex: 0 0 auto; }
.wa-avatar img { width: 100%; height: 100%; object-fit: contain; padding: 5px; border-radius: 10px; }
.wa-title { font-weight: 800; font-size: 1.02rem; color: #1c1f1d; }
.wa-status { font-size: .85rem; color: #6c756f; display: flex; align-items: center; gap: 6px; }
.wa-status::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: #25D366; }
.wa-close { margin-left: auto; background: transparent; color: #6c756f; border: 0; font-size: 24px; cursor: pointer; opacity: .75; width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: .2s; }
.wa-close:hover { opacity: 1; background: rgba(0,0,0,.04); }
.wa-body { padding: 12px 14px; max-height: 40vh; overflow: auto; background: #F8F8F8; display: flex; flex-direction: column; gap: 8px; }
.wa-bubble { max-width: 88%; padding: 9px 11px; border-radius: 14px; line-height: 1.35; box-shadow: 0 3px 10px rgba(0,0,0,.06); animation: waFadeIn .25s ease; font-size: .9rem; }
@keyframes waFadeIn { from{opacity:0;transform:translateY(5px)} to{opacity:1;transform:none} }
.wa-bot { background: #fff; border: 1px solid #dde4df; align-self: flex-start; border-bottom-left-radius: 4px; }
.wa-user { background: #25D366; color: #fff; align-self: flex-end; border-bottom-right-radius: 4px; }
.wa-compose { display: grid; grid-template-columns: 1fr auto; gap: 8px; padding: 10px 12px; background: #fff; border-top: 1px solid #dde4df; }
.wa-compose textarea { resize: none; border-radius: 12px; padding: 10px 12px; border: 1px solid #dde4df; background: #f9fbfa; color: #1c1f1d; outline: none; min-height: 44px; font-family: inherit; font-size: .9rem; transition: .2s; }
.wa-compose textarea:focus { border-color: #25D366; box-shadow: 0 0 0 2px rgba(37,211,102,.15); background: #fff; }
.wa-send { background: #25D366; color: #fff; border: 0; border-radius: 12px; padding: 0 16px; font-weight: 700; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: .2s; }
.wa-send:hover { background: #1fb85a; transform: scale(1.04); }
@media (max-width: 1199.98px) {
.catalog-grid { grid-template-columns: 1fr; }
.catalog-head { min-height: auto; }
.catalog-proof { grid-template-columns: 1fr; }
}
@media (max-width: 575.98px) {
.catalog-hero { border-radius: 26px; padding: 26px 20px; }
.catalog-title { font-size: clamp(44px, 13vw, 68px); }
.catalog-lead { font-size: 15.5px; }
.catalog-card { border-radius: 24px; }
.catalog-head { padding: 24px 20px; }
.catalog-item { padding: 20px 18px 20px 22px; }
.proof-card { border-radius: 22px; min-height: auto; }
}
@media (max-width: 1199.98px) {
.hero-title { font-size: clamp(58px,12vw,118px); }
.hero-shell { grid-template-columns: 1fr; }
.hero-media { min-height: 330px; }
.about-layout { grid-template-columns: minmax(280px,.82fr) minmax(390px,1fr); gap: clamp(28px,4vw,54px); }
.about-media { padding-top: clamp(34px, 4vw, 50px); }
.about-fade { min-height: clamp(270px, 30vw, 350px); }
}
@media (max-width: 991.98px) {
.navbar-collapse { margin-top: 10px; padding: 14px; border: 1.5px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 6px 6px 0 rgba(77,130,194,.12); }
.nav-link::after { display: none; }
.nav-link { padding: .7rem .4rem !important; }
.btn-accent.nav-cta { width: 100%; margin-top: 10px; }
.section { padding: 80px 0; }
.about-layout { grid-template-columns: 1fr; }
.about-media { padding-top: 0; }
.about-fade { min-height: clamp(260px, 42vw, 420px); }
.about-copy-wide { margin-top: 26px; }
}
@media (max-width: 767.98px) {
:root { --nav-h: 66px; }
.brand-logo { height: 40px; max-width: 104px; }
.brand-text { font-size: 19px; }
.hero { padding: calc(var(--nav-h) + 30px) 0 48px; min-height: auto; }
.hero-title { font-size: clamp(48px,16vw,86px); line-height: .9; }
.hero-media { min-height: 270px; }
.hero-card { min-height: 260px; box-shadow: 10px 10px 0 rgba(77,130,194,.08), 0 18px 42px rgba(77,130,194,.1); }
.hero-card-label { left: 12px; bottom: 12px; }
.fact-grid { grid-template-columns: 1fr; }
.contact-panel { padding: 24px 18px; }
.contact-big-label { display: none; }
.mission-grid { grid-template-columns: 1fr; }
}
@media (max-width: 575.98px) {
.section { padding: 60px 0; }
.brand-text { font-size: 18px; }
.hero-actions .btn-accent, .hero-actions .btn-outline-clean { width: 100%; }
.gal-frame { height: clamp(200px,40vh,360px); }
.gal-gallery .carousel-control-prev, .gal-gallery .carousel-control-next { width: 42px; height: 42px; margin: 0 6px; }
.gal-lightbox-nav { width: 38px; height: 38px; line-height: 38px; }
.footer-bottom { flex-direction: column; text-align: center; }
.ig-float { right: 12px; bottom: 82px; width: 56px; height: 56px; }
.wa-float { right: 12px; bottom: 12px; }
.wa-btn { width: 56px; height: 56px; }
.wa-card { width: calc(100vw - 24px); right: 0; bottom: 70px; }
}
@media (prefers-reduced-motion: reduce) {
.about-fade-img { animation: none; opacity: 0; transform: none; }
.about-fade-img:first-child { opacity: 1; }
.reveal { opacity: 1; transform: none; transition: none; }
}
.hero {
width: 100%;
min-height: 100vh;
min-height: 100svh;
display: flex;
flex-direction: column;
align-items: center;
position: relative;
overflow: hidden;
isolation: isolate;
padding: var(--nav-h) 0 0;
background: #ffffff;
justify-content: flex-end;
}
.hero::before,
.hero::after { content: none !important; }
.hero-video-wrap {
position: absolute;
top: calc(var(--nav-h) + 46px);
left: 0;
right: 0;
bottom: clamp(205px, 28vh, 320px);
z-index: 0;
overflow: hidden;
pointer-events: none;
background: #ffffff;
border-bottom: 1px solid rgba(0,0,0,.08);
}
.hero-img {
width: 100%;
height: 100%;
object-fit: contain;
object-position: center center;
transform: none;
filter: contrast(1.04) saturate(1.02);
background: #ffffff;
border-bottom: 1px solid rgba(0,0,0,.08);
}
.hero-overlay {
position: absolute;
inset: 0;
background:
linear-gradient(180deg, rgba(255,255,255,.04) 0%, rgba(255,255,255,.04) 58%, rgba(255,255,255,.88) 100%),
radial-gradient(circle at 50% 42%, rgba(255,255,255,0) 0%, rgba(255,255,255,.10) 78%, rgba(255,255,255,.16) 100%);
}
.hero-noise {
position: absolute;
inset: 0;
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
background-size: 200px;
opacity: .18;
pointer-events: none;
z-index: 1;
}
.hero-content {
position: relative;
z-index: 2;
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
max-width: none;
min-height: clamp(205px, 28vh, 320px);
padding: clamp(24px, 3.2vw, 42px) clamp(16px, 4vw, 54px) clamp(28px, 3.6vw, 48px);
background: #ffffff;
justify-content: center;
gap: 0;
box-shadow: 0 -18px 42px rgba(0,0,0,.08);
}
.hero-title {
width: 100% !important;
max-width: min(1500px, calc(100vw - clamp(32px, 6vw, 108px))) !important;
margin-inline: auto !important;
font-family: var(--display);
font-size: clamp(58px, 8.7vw, 150px) !important;
font-weight: 400;
line-height: .9 !important;
letter-spacing: .024em !important;
text-transform: uppercase;
text-align: center;
color: #111111;
text-shadow: none;
white-space: normal !important;
overflow-wrap: normal !important;
word-break: normal !important;
text-wrap: balance;
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: .14em !important; }
.hero-line {
width: clamp(70px, 7vw, 124px);
height: 3px;
background: var(--accent);
margin: 16px auto 0;
}
.hero-slogan {
margin: 18px auto 0;
max-width: 980px;
font-family: var(--cond);
font-size: clamp(22px, 2.8vw, 38px);
font-weight: 700;
line-height: 1.12;
letter-spacing: .02em;
text-align: center;
color: var(--accent-dark);
}
.hero-value {
margin: 14px auto 0;
max-width: 860px;
font-size: clamp(15px, 1.35vw, 18px);
line-height: 1.62;
color: #333d42;
text-align: center;
font-weight: 400;
}
.hero-scroll {
margin-top: 18px;
font-family: var(--mono);
font-size: 10px;
letter-spacing: .14em;
text-transform: uppercase;
color: rgba(0,0,0,.48);
display: flex;
align-items: center;
gap: 12px;
}
.hero-scroll::before { content: ''; width: 36px; height: 1px; background: rgba(0,0,0,.2); }
@keyframes fadeUpLoop { 0%{opacity:.001;transform:translateY(40px)} 18%,100%{opacity:1;transform:none} }
@keyframes charInLoop { 0%{opacity:.001;filter:blur(12px);transform:translateY(12px)} 14%,100%{opacity:1;filter:blur(0);transform:none} }
@media (min-width: 1400px) {
.hero-video-wrap { top: calc(var(--nav-h) + 56px); bottom: 330px; }
.hero-content { min-height: 330px; padding-bottom: 50px; }
.hero-title { max-width: min(1600px, calc(100vw - 96px)) !important; font-size: clamp(112px, 7.7vw, 164px) !important; line-height: .88 !important; }
}
@media (max-width: 1199.98px) {
.hero-video-wrap { top: calc(var(--nav-h) + 34px); bottom: clamp(195px, 29vh, 290px); }
.hero-content { min-height: clamp(195px, 29vh, 290px); }
.hero-title { max-width: min(980px, calc(100vw - 36px)) !important; font-size: clamp(58px, 10.2vw, 118px) !important; line-height: .9 !important; letter-spacing: .022em !important; }
}
@media (max-width: 767.98px) {
.hero {
min-height: auto;
padding: var(--nav-h) 0 0;
justify-content: flex-start;
}
.hero-video-wrap {
position: relative;
top: auto;
left: auto;
right: auto;
bottom: auto;
width: 100%;
height: clamp(255px, 48vh, 390px);
min-height: 0;
flex: 0 0 auto;
}
.hero-img {
object-fit: contain;
object-position: center center;
background: #ffffff;
}
.hero-overlay { background: linear-gradient(180deg, rgba(255,255,255,.02) 0%, rgba(255,255,255,.08) 76%, rgba(255,255,255,.82) 100%); }
.hero-content {
min-height: auto;
padding: 14px 14px 24px !important;
box-shadow: 0 -10px 28px rgba(0,0,0,.08);
}
.hero-title {
max-width: calc(100vw - 28px) !important;
font-size: clamp(42px, 12.5vw, 68px) !important;
line-height: .94 !important;
letter-spacing: .018em !important;
}
.hero-title .space { width: .11em !important; }
.hero-line { margin-top: 10px; }
.hero-scroll { margin-top: 12px; }
}
@media (max-width: 430px) {
.hero-title { font-size: clamp(34px, 11.9vw, 51px) !important; line-height: .98 !important; letter-spacing: .012em !important; }
}
@media (max-width: 390px) {
.hero-video-wrap { height: clamp(238px, 45vh, 330px); }
}
.brand-anniversary {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 12px;
margin-top: 18px;
padding: 10px 18px;
border: 1px solid rgba(42,46,84,.14);
border-radius: 999px;
background: rgba(255,255,255,.9);
box-shadow: 0 12px 34px rgba(42,46,84,.08);
color: var(--accent-dark);
text-transform: uppercase;
letter-spacing: .08em;
font-family: var(--body);
font-size: 11px;
line-height: 1.1;
}
.brand-anniversary strong {
color: var(--accent);
font-weight: 800;
font-size: 14px;
letter-spacing: .04em;
white-space: nowrap;
}
.brand-anniversary span {
font-weight: 600;
color: var(--accent-dark);
opacity: .9;
}
.navbar-brand .brand-logo {
height: 40px;
max-width: 98px;
}
.brand-text {
font-family: var(--body);
font-weight: 500;
letter-spacing: .08em;
font-size: 16px;
color: var(--accent-dark);
}
.nav-link,
.btn-accent,
.btn-outline-clean,
.service-card h3,
.why-card h3,
.mission-card h3,
.catalog-head h3,
.catalog-item h4,
.proof-card h3,
.accordion-button {
font-family: var(--body);
}
.hero {
min-height: auto;
padding: var(--nav-h) 0 0;
justify-content: flex-start;
background: #fff;
overflow: hidden;
}
.hero-video-wrap {
position: relative;
top: auto;
left: auto;
right: auto;
bottom: auto;
width: 100%;
height: clamp(330px, 46vh, 520px);
min-height: 0;
display: flex;
align-items: center;
justify-content: center;
padding: clamp(28px, 5vw, 58px) 16px clamp(20px, 3vw, 42px);
overflow: hidden;
background: #fff;
border-bottom: 1px solid rgba(42,46,84,.08);
}
.hero-img {
width: min(760px, 70vw);
max-width: 100%;
height: auto;
max-height: 100%;
object-fit: contain;
object-position: center center;
display: block;
border: 0;
background: transparent;
filter: none;
}
.hero-overlay {
background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.08) 72%, rgba(255,255,255,.36) 100%);
pointer-events: none;
}
.hero-content {
min-height: auto;
padding: clamp(28px, 4vw, 46px) clamp(16px, 4vw, 54px) clamp(46px, 6vw, 72px);
box-shadow: 0 -14px 34px rgba(42,46,84,.055);
background: #fff;
}
.hero-title {
color: var(--accent-dark);
text-shadow: none;
}
.hero-slogan {
max-width: 860px;
margin: 18px auto 0;
color: var(--accent-dark);
font-family: var(--body);
font-size: clamp(24px, 3vw, 40px);
line-height: 1.18;
font-weight: 700;
letter-spacing: .04em;
text-align: center;
}
.hero-value {
max-width: 820px;
margin: 18px auto 0;
color: var(--muted);
font-size: clamp(14px, 1.35vw, 17px);
line-height: 1.75;
text-align: center;
font-weight: 400;
}
.hero-scroll {
color: rgba(42,46,84,.55);
}
.section-title,
.catalog-title {
color: var(--accent-dark);
}
.catalog-hero {
background: linear-gradient(135deg, var(--accent-dark), #202347 72%);
box-shadow: 0 28px 70px rgba(42,46,84,.18);
}
.catalog-section {
background:
radial-gradient(circle at 12% 12%, rgba(77,130,194,.10), transparent 34%),
radial-gradient(circle at 88% 4%, rgba(42,46,84,.07), transparent 28%),
#fff;
}
.contact-panel,
.footer {
background: var(--accent-dark);
}
.footer-logo {
background: #fff;
}
@media (max-width: 767.98px) {
.hero-video-wrap {
height: clamp(240px, 42vh, 350px);
padding: 24px 14px 16px;
}
.hero-img {
width: min(86vw, 460px);
max-height: 100%;
}
.brand-anniversary {
gap: 8px;
padding: 9px 12px;
font-size: 9px;
letter-spacing: .055em;
flex-wrap: wrap;
}
.brand-anniversary strong {
font-size: 12px;
}
.hero-slogan {
font-size: clamp(20px, 6vw, 30px);
}
}
body {
font-family: var(--body);
font-weight: 400;
letter-spacing: .005em;
}
.brand-text,
.nav-link,
.btn-accent,
.btn-outline-clean,
.footer-list a,
.footer-brand-name,
.accordion-button,
.service-card h3,
.why-card h3,
.catalog-card h3,
.catalog-item h4,
.form-label,
.btn-submit {
font-family: var(--body);
}
.hero-title,
.section-title,
.catalog-title,
.service-num,
.catalog-number,
.faq-num,
.contact-big-label,
.footer-bg-text {
font-family: var(--display);
font-weight: 800;
}
.hero {
min-height: auto !important;
display: flex !important;
flex-direction: column !important;
justify-content: flex-start !important;
padding: calc(var(--nav-h) + 36px) 0 0 !important;
background: #ffffff !important;
overflow: hidden !important;
}
.hero-video-wrap {
position: relative !important;
top: auto !important;
left: auto !important;
right: auto !important;
bottom: auto !important;
width: 100% !important;
height: clamp(300px, 34vw, 470px) !important;
min-height: 0 !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
overflow: visible !important;
background: #ffffff !important;
border-bottom: 0 !important;
padding: clamp(16px, 3vw, 34px) 16px 0 !important;
}
.hero-img {
width: min(780px, 72vw) !important;
height: auto !important;
max-height: 100% !important;
object-fit: contain !important;
object-position: center center !important;
display: block !important;
margin: 0 auto !important;
filter: none !important;
border: 0 !important;
background: transparent !important;
}
.hero-overlay,
.hero-noise {
display: none !important;
}
.hero-content {
position: relative !important;
z-index: 2 !important;
width: 100% !important;
min-height: auto !important;
padding: clamp(20px, 3vw, 34px) clamp(16px, 4vw, 54px) clamp(46px, 5vw, 76px) !important;
background: #ffffff !important;
box-shadow: none !important;
}
.hero-title {
max-width: min(1180px, calc(100vw - 32px)) !important;
font-size: clamp(52px, 8.2vw, 132px) !important;
line-height: .9 !important;
letter-spacing: .01em !important;
color: var(--accent) !important;
text-transform: uppercase;
margin-inline: auto !important;
}
.brand-anniversary {
font-family: var(--body) !important;
letter-spacing: .12em !important;
}
.brand-anniversary strong {
font-family: var(--body) !important;
font-weight: 900 !important;
}
.hero-slogan {
font-family: var(--body) !important;
font-weight: 800 !important;
color: var(--accent) !important;
letter-spacing: .035em !important;
}
.hero-value,
.lead-copy,
.section-subtitle,
.catalog-lead,
.service-card p,
.why-card p,
.catalog-item p,
.accordion-body {
font-family: var(--body) !important;
}
@media (max-width: 991.98px) {
.hero {
padding-top: calc(var(--nav-h) + 24px) !important;
}
.hero-video-wrap {
height: clamp(250px, 44vw, 390px) !important;
}
.hero-img {
width: min(760px, 84vw) !important;
}
.hero-title {
font-size: clamp(46px, 10.5vw, 96px) !important;
}
}
@media (max-width: 575.98px) {
.hero-video-wrap {
height: clamp(210px, 54vw, 300px) !important;
padding-top: 14px !important;
}
.hero-img {
width: min(92vw, 430px) !important;
}
.hero-title {
font-size: clamp(38px, 12vw, 58px) !important;
line-height: .94 !important;
}
.hero-content {
padding-bottom: 40px !important;
}
}
.hero-video-wrap {
height: clamp(360px, 38vw, 540px) !important;
padding: clamp(34px, 4.5vw, 58px) 16px clamp(18px, 2vw, 28px) !important;
overflow: hidden !important;
}
.hero-img {
width: min(640px, 58vw) !important;
max-height: calc(100% - 20px) !important;
object-fit: contain !important;
object-position: center center !important;
}
.hero-title {
color: var(--accent-dark) !important;
text-shadow: none !important;
}
.hero-slogan {
color: var(--accent-dark) !important;
font-weight: 800 !important;
letter-spacing: .028em !important;
}
.hero-value {
color: #5f6370 !important;
}
.brand-anniversary strong {
color: var(--accent-dark) !important;
}
.catalog-hero {
background: linear-gradient(135deg, #2A2E54 0%, #22264C 66%, #303963 100%) !important;
color: #ffffff !important;
border: 1px solid rgba(255,255,255,.10);
box-shadow: 0 30px 80px rgba(42,46,84,.20) !important;
}
.catalog-hero > * {
position: relative;
z-index: 2;
}
.catalog-hero::before {
z-index: 0 !important;
background: rgba(255,255,255,.08) !important;
}
.catalog-hero::after {
z-index: 0 !important;
color: rgba(255,255,255,.075) !important;
}
.catalog-hero .eyebrow {
color: rgba(255,255,255,.88) !important;
}
.catalog-hero .eyebrow::before {
background: #ffffff !important;
}
.catalog-hero .catalog-title {
color: #ffffff !important;
opacity: 1 !important;
text-shadow: 0 12px 32px rgba(0,0,0,.16);
}
.catalog-hero .catalog-lead {
color: rgba(255,255,255,.88) !important;
font-weight: 400 !important;
max-width: 860px !important;
}
.catalog-title,
.section-title {
color: var(--accent-dark);
}
.catalog-head h3,
.catalog-item h4 {
color: var(--accent-dark) !important;
}
.catalog-icon,
.icon-mark,
.fact-icon {
background: var(--accent-dark) !important;
color: #ffffff !important;
}
.service-card:hover,
.proof-card,
.contact-panel,
.footer {
background: var(--accent-dark) !important;
}
@media (max-width: 991.98px) {
.hero-video-wrap {
height: clamp(300px, 46vw, 430px) !important;
padding-top: 28px !important;
}
.hero-img {
width: min(600px, 78vw) !important;
max-height: calc(100% - 16px) !important;
}
}
@media (max-width: 575.98px) {
.hero-video-wrap {
height: clamp(240px, 58vw, 320px) !important;
padding-top: 20px !important;
padding-bottom: 14px !important;
}
.hero-img {
width: min(86vw, 420px) !important;
max-height: calc(100% - 10px) !important;
}
}
#contacto .col-lg-5 {
position: relative;
z-index: 2;
min-width: 0;
}
#contacto .contact-title {
max-width: 100%;
font-size: clamp(46px, 5.6vw, 78px) !important;
line-height: .9 !important;
letter-spacing: .01em !important;
overflow: visible;
word-break: normal;
}
#contacto .contact-title span {
display: block;
white-space: normal;
}
#contacto .contact-big-label {
font-size: clamp(78px, 11vw, 132px) !important;
line-height: .82 !important;
margin-bottom: -18px !important;
max-width: 100%;
overflow: hidden;
}
#contacto .section-subtitle {
max-width: 480px;
}
#contacto .contact-panel {
position: relative;
z-index: 3;
}
@media (max-width: 1199.98px) {
#contacto .contact-title {
font-size: clamp(42px, 5vw, 64px) !important;
}
}
@media (max-width: 991.98px) {
#contacto .contact-title {
font-size: clamp(46px, 10vw, 82px) !important;
}
#contacto .contact-big-label {
font-size: clamp(76px, 16vw, 132px) !important;
}
#contacto .section-subtitle {
max-width: 680px;
}
}
@media (max-width: 575.98px) {
#contacto .contact-title {
font-size: clamp(38px, 12vw, 58px) !important;
}
}
/* Ajustes solicitados por el cliente: títulos, portada desktop, servicios mobile y carrusel PC */
.navbar-brand {
flex: 0 0 auto;
margin-right: clamp(12px, 2vw, 30px);
}
.navbar-collapse {
min-width: 0;
}
@media (min-width: 992px) {
.site-nav .container {
max-width: 100%;
padding-left: clamp(18px, 3vw, 44px);
padding-right: clamp(18px, 3vw, 44px);
}
.navbar-brand .brand-logo {
height: 34px !important;
max-width: 76px !important;
}
.brand-text {
font-size: 13px !important;
letter-spacing: .055em !important;
}
.nav-link {
font-size: 11px !important;
letter-spacing: .045em !important;
padding: .46rem .42rem !important;
}
.btn-accent.nav-cta {
min-height: 36px !important;
padding: 0 15px !important;
font-size: 11px !important;
letter-spacing: .06em !important;
}
.section {
padding: 86px 0 !important;
}
.section-title {
font-size: clamp(38px, 4.6vw, 70px) !important;
line-height: .98 !important;
letter-spacing: .012em !important;
}
.about-head .section-title {
font-size: clamp(40px, 4.7vw, 72px) !important;
}
.catalog-title {
font-size: clamp(38px, 4.6vw, 72px) !important;
line-height: .98 !important;
}
.contact-big-label {
font-size: clamp(62px, 8vw, 108px) !important;
}
.hero {
min-height: 100vh !important;
min-height: 100svh !important;
justify-content: center !important;
padding: calc(var(--nav-h) + 8px) 0 24px !important;
}
.hero-video-wrap {
height: clamp(205px, 30vh, 315px) !important;
padding: 10px 16px 0 !important;
flex: 0 0 auto !important;
}
.hero-img {
width: min(420px, 32vw) !important;
max-height: 100% !important;
}
.hero-content {
padding: 10px clamp(16px, 4vw, 54px) 22px !important;
}
.hero-title {
font-size: clamp(44px, 5vw, 78px) !important;
line-height: .98 !important;
letter-spacing: .006em !important;
}
.brand-anniversary {
margin-top: 12px !important;
padding: 8px 15px !important;
font-size: 10px !important;
}
.brand-anniversary strong {
font-size: 12px !important;
}
.hero-line {
margin-top: 12px !important;
}
.hero-slogan {
margin-top: 12px !important;
font-size: clamp(18px, 2vw, 28px) !important;
line-height: 1.16 !important;
}
.hero-value {
margin-top: 10px !important;
max-width: 760px !important;
font-size: 14.5px !important;
line-height: 1.55 !important;
}
.hero-scroll {
display: none !important;
}
#trabajos .gal-carousel {
max-width: 1180px !important;
margin-inline: auto !important;
}
#trabajos .gal-desktop-row {
display: grid !important;
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
gap: 18px !important;
align-items: stretch !important;
padding-inline: 76px !important;
}
#trabajos .gal-desktop .gal-frame {
height: clamp(260px, 27vw, 390px) !important;
padding: 12px !important;
border-radius: 24px !important;
box-shadow: 0 18px 48px rgba(42,46,84,.14) !important;
}
#trabajos .gal-mobile .gal-frame {
height: clamp(420px, 58vh, 620px) !important;
padding: 18px !important;
border-radius: 28px !important;
box-shadow: 0 18px 48px rgba(42,46,84,.14) !important;
}
#trabajos .gal-img {
width: 100% !important;
height: 100% !important;
max-width: 100% !important;
max-height: 100% !important;
object-fit: contain !important;
}
#trabajos .carousel-control-prev,
#trabajos .carousel-control-next {
width: 54px !important;
height: 54px !important;
margin: 0 18px !important;
}
}
@media (min-width: 992px) and (max-width: 1099.98px) {
.brand-text {
display: none !important;
}
.navbar-brand {
margin-right: 10px !important;
}
.nav-link {
font-size: 10px !important;
padding-left: .30rem !important;
padding-right: .30rem !important;
}
.btn-accent.nav-cta {
padding: 0 11px !important;
font-size: 10px !important;
}
}
@media (min-width: 1400px) {
.hero-video-wrap {
height: clamp(230px, 31vh, 345px) !important;
}
.hero-img {
width: min(470px, 30vw) !important;
}
}
@media (max-width: 991.98px) {
.section-title {
font-size: clamp(34px, 8.5vw, 58px) !important;
line-height: 1 !important;
}
.catalog-title {
font-size: clamp(34px, 8.5vw, 58px) !important;
line-height: 1 !important;
}
}
@media (max-width: 767.98px) {
#servicios .text-center.mb-5 {
margin-bottom: 28px !important;
}
#servicios .section-title {
font-size: clamp(30px, 9vw, 44px) !important;
line-height: 1.05 !important;
}
#servicios .section-subtitle {
font-size: 14.5px !important;
line-height: 1.6 !important;
}
#servicios .row {
--bs-gutter-y: 1rem;
}
#servicios .service-card {
height: auto !important;
min-height: auto !important;
overflow: visible !important;
padding: 24px 20px !important;
border-radius: 22px !important;
}
#servicios .service-num {
font-size: 42px !important;
margin-bottom: 8px !important;
}
#servicios .service-card h3 {
font-size: 17px !important;
line-height: 1.22 !important;
margin-bottom: 8px !important;
}
#servicios .service-card p {
display: block !important;
overflow: visible !important;
font-size: 14.3px !important;
line-height: 1.62 !important;
}
}
@media (max-width: 575.98px) {
.section-title,
.catalog-title {
font-size: clamp(30px, 9.5vw, 45px) !important;
line-height: 1.03 !important;
}
}
/* Corrección fina: achicar escala general sin tocar estructura */
@media (min-width: 992px) {
:root { --nav-h: 62px; }
.site-nav { min-height: var(--nav-h) !important; }
.site-nav .container {
max-width: 1320px !important;
padding-left: 22px !important;
padding-right: 22px !important;
}
.navbar-brand {
gap: 7px !important;
margin-right: 18px !important;
flex-shrink: 0 !important;
}
.navbar-brand .brand-logo {
height: 28px !important;
max-width: 58px !important;
}
.brand-text {
font-size: 11px !important;
letter-spacing: .045em !important;
}
.navbar-nav {
gap: 0 !important;
}
.nav-link {
font-size: 10.5px !important;
line-height: 1 !important;
letter-spacing: .035em !important;
padding: .42rem .36rem !important;
}
.btn-accent.nav-cta {
min-height: 32px !important;
padding: 0 12px !important;
font-size: 10px !important;
letter-spacing: .045em !important;
}
.section {
padding: 62px 0 !important;
}
.section-title,
.catalog-title {
font-size: clamp(32px, 3.7vw, 56px) !important;
line-height: 1.02 !important;
letter-spacing: .006em !important;
}
.about-head .section-title {
font-size: clamp(34px, 3.9vw, 58px) !important;
line-height: 1.02 !important;
}
.section-subtitle {
font-size: 15px !important;
line-height: 1.6 !important;
margin-top: 12px !important;
}
.about-section {
padding-top: 58px !important;
padding-bottom: 58px !important;
}
.about-layout {
grid-template-columns: minmax(280px, .72fr) minmax(360px, .92fr) !important;
gap: clamp(26px, 3.2vw, 48px) !important;
align-items: start !important;
}
.about-media {
padding-top: 18px !important;
}
.about-fade {
min-height: clamp(240px, 23vw, 330px) !important;
border-radius: 24px !important;
box-shadow: 8px 8px 0 rgba(77,130,194,.07), 0 18px 42px rgba(77,130,194,.08) !important;
}
.quote-line {
margin-top: 22px !important;
padding: 18px 20px !important;
font-size: clamp(18px, 1.8vw, 26px) !important;
line-height: 1.24 !important;
}
.fact-grid {
margin-top: 24px !important;
gap: 8px !important;
}
.fact-card {
min-height: 78px !important;
padding: 14px 16px !important;
border-radius: 16px !important;
font-size: 11.5px !important;
line-height: 1.35 !important;
letter-spacing: .045em !important;
}
.fact-icon {
width: 28px !important;
height: 28px !important;
border-radius: 10px !important;
}
.fact-icon svg {
width: 15px !important;
height: 15px !important;
}
.about-copy-wide {
margin-top: 20px !important;
}
.about-copy-wide .lead-copy,
.lead-copy {
font-size: 14.5px !important;
line-height: 1.62 !important;
}
.mission-grid {
margin-top: 30px !important;
gap: 16px !important;
}
.mission-card {
padding: 24px !important;
border-radius: 22px !important;
}
.mission-card h3 {
font-size: clamp(24px, 2.2vw, 34px) !important;
}
.mission-card p {
font-size: 14.5px !important;
line-height: 1.62 !important;
}
#servicios .row {
--bs-gutter-x: 1.15rem;
--bs-gutter-y: 1.15rem;
}
#servicios .service-card {
padding: 24px 22px !important;
border-radius: 22px !important;
}
#servicios .service-num {
font-size: 42px !important;
margin-bottom: 8px !important;
}
#servicios .service-card h3 {
font-size: 17px !important;
line-height: 1.22 !important;
}
#servicios .service-card p {
font-size: 14px !important;
line-height: 1.58 !important;
}
.why-card {
padding: 22px 20px !important;
border-radius: 20px !important;
}
.icon-mark {
width: 40px !important;
height: 40px !important;
border-radius: 14px !important;
margin-bottom: 14px !important;
}
.why-card h3 {
font-size: 16px !important;
}
.why-card p {
font-size: 14px !important;
line-height: 1.58 !important;
}
.catalog-hero {
padding: 36px !important;
border-radius: 28px !important;
margin-bottom: 34px !important;
}
.catalog-lead {
font-size: 15.5px !important;
line-height: 1.62 !important;
margin-top: 16px !important;
}
.catalog-head {
min-height: 145px !important;
padding: 22px !important;
}
.catalog-icon {
width: 44px !important;
height: 44px !important;
border-radius: 15px !important;
margin-bottom: 14px !important;
}
.catalog-head h3 {
font-size: clamp(19px, 1.7vw, 24px) !important;
}
.catalog-number {
font-size: 54px !important;
}
.catalog-item {
padding: 18px 20px !important;
}
.catalog-item h4 {
font-size: 15.5px !important;
}
.catalog-item p,
.proof-card p {
font-size: 13.8px !important;
line-height: 1.56 !important;
}
.proof-card {
min-height: 155px !important;
padding: 20px !important;
border-radius: 22px !important;
}
.proof-card h3 {
font-size: 17px !important;
}
#trabajos .gal-carousel {
max-width: 920px !important;
}
#trabajos .gal-frame {
height: clamp(330px, 45vh, 480px) !important;
padding: 14px !important;
border-radius: 22px !important;
}
#trabajos .carousel-control-prev,
#trabajos .carousel-control-next {
width: 46px !important;
height: 46px !important;
margin: 0 12px !important;
}
.accordion {
max-width: 760px !important;
}
.accordion-button {
min-height: 58px !important;
padding: 15px 20px !important;
font-size: 14px !important;
}
.accordion-body {
font-size: 15px !important;
line-height: 1.65 !important;
padding: 16px 20px 22px !important;
}
.faq-num {
font-size: 22px !important;
margin-right: 10px !important;
}
.contact-big-label {
font-size: clamp(48px, 6.4vw, 86px) !important;
margin-bottom: -12px !important;
}
#contacto .contact-title {
font-size: clamp(32px, 3.7vw, 56px) !important;
}
.contact-panel {
padding: 30px 28px !important;
border-radius: 24px !important;
}
.footer {
padding-top: 52px !important;
}
.footer-stripe {
margin-top: 38px !important;
}
}
@media (min-width: 992px) and (max-width: 1240px) {
.brand-text { display: none !important; }
.navbar-brand { margin-right: 9px !important; }
.nav-link { font-size: 9.7px !important; padding-left: .25rem !important; padding-right: .25rem !important; }
.btn-accent.nav-cta { padding-inline: 10px !important; font-size: 9.5px !important; }
}
@media (min-width: 992px) {
.hero {
min-height: 100vh !important;
min-height: 100svh !important;
padding: var(--nav-h) 0 18px !important;
justify-content: flex-start !important;
}
.hero-video-wrap {
height: clamp(185px, 27vh, 270px) !important;
padding: 8px 16px 0 !important;
}
.hero-img {
width: min(330px, 25vw) !important;
max-height: 100% !important;
}
.hero-content {
padding: 12px clamp(16px, 4vw, 54px) 24px !important;
box-shadow: 0 -10px 26px rgba(42,46,84,.04) !important;
}
.hero-title {
font-size: clamp(36px, 4.2vw, 62px) !important;
line-height: 1 !important;
}
.hero-slogan {
font-size: clamp(17px, 1.6vw, 24px) !important;
margin-top: 10px !important;
}
.hero-value {
font-size: 14px !important;
line-height: 1.48 !important;
max-width: 700px !important;
margin-top: 8px !important;
}
.brand-anniversary {
margin-top: 10px !important;
padding: 7px 13px !important;
font-size: 9.5px !important;
}
}
@media (max-width: 767.98px) {
#servicios .service-card {
max-height: none !important;
height: auto !important;
min-height: 0 !important;
overflow: visible !important;
}
#servicios .service-card * {
max-height: none !important;
}
}
/* AJUSTE PRO FINAL: escala real, sin aire muerto y portada visible en desktop */
@media (min-width: 992px) {
:root { --nav-h: 58px; }
.site-nav {
min-height: var(--nav-h) !important;
}
.site-nav .container {
max-width: 1280px !important;
padding-left: 20px !important;
padding-right: 20px !important;
}
.navbar-brand {
gap: 7px !important;
margin-right: 16px !important;
max-width: 150px !important;
flex-shrink: 0 !important;
}
.navbar-brand .brand-logo {
height: 24px !important;
max-width: 46px !important;
}
.brand-text {
font-size: 11px !important;
letter-spacing: .035em !important;
}
.nav-link {
font-size: 10.2px !important;
letter-spacing: .032em !important;
padding: .38rem .34rem !important;
}
.btn-accent.nav-cta {
min-height: 31px !important;
padding: 0 12px !important;
font-size: 9.8px !important;
letter-spacing: .04em !important;
}
.hero {
min-height: auto !important;
height: auto !important;
padding: calc(var(--nav-h) + 14px) 0 44px !important;
justify-content: flex-start !important;
background: #fff !important;
overflow: visible !important;
}
.hero-video-wrap {
position: relative !important;
width: 100% !important;
height: auto !important;
min-height: 0 !important;
padding: 0 16px !important;
margin: 0 auto 8px !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
overflow: visible !important;
border: 0 !important;
background: transparent !important;
}
.hero-img {
width: min(230px, 17vw) !important;
max-width: 100% !important;
max-height: 92px !important;
height: auto !important;
object-fit: contain !important;
display: block !important;
}
.hero-content {
padding: 0 clamp(18px, 4vw, 54px) !important;
min-height: 0 !important;
box-shadow: none !important;
background: #fff !important;
}
.hero-title {
font-size: clamp(28px, 3vw, 46px) !important;
line-height: 1 !important;
letter-spacing: .006em !important;
margin: 0 auto !important;
max-width: 760px !important;
}
.brand-anniversary {
margin-top: 8px !important;
padding: 6px 12px !important;
font-size: 9px !important;
letter-spacing: .07em !important;
}
.brand-anniversary strong {
font-size: 11px !important;
}
.hero-line {
width: 70px !important;
height: 2px !important;
margin: 10px auto 0 !important;
}
.hero-slogan {
margin-top: 10px !important;
max-width: 760px !important;
font-size: clamp(16px, 1.38vw, 21px) !important;
line-height: 1.22 !important;
letter-spacing: .015em !important;
}
.hero-value {
margin-top: 8px !important;
max-width: 680px !important;
font-size: 13.5px !important;
line-height: 1.48 !important;
}
.hero-scroll {
display: none !important;
}
.section {
padding: 54px 0 !important;
}
.about-section {
padding-top: 50px !important;
padding-bottom: 54px !important;
}
.section-title,
.catalog-title {
font-size: clamp(30px, 3.15vw, 48px) !important;
line-height: 1.02 !important;
letter-spacing: .004em !important;
}
.about-head .section-title {
font-size: clamp(32px, 3.25vw, 50px) !important;
}
.eyebrow {
margin-bottom: 12px !important;
font-size: 9px !important;
}
.about-layout {
grid-template-columns: minmax(280px, .78fr) minmax(360px, .92fr) !important;
gap: clamp(28px, 4vw, 56px) !important;
align-items: center !important;
}
.quote-line {
margin-top: 18px !important;
padding: 15px 18px !important;
font-size: clamp(17px, 1.42vw, 22px) !important;
line-height: 1.28 !important;
box-shadow: 3px 3px 0 rgba(77,130,194,.10) !important;
}
.fact-grid {
margin-top: 20px !important;
gap: 8px !important;
}
.fact-card {
min-height: 72px !important;
padding: 13px 15px !important;
border-radius: 15px !important;
font-size: 11px !important;
line-height: 1.32 !important;
letter-spacing: .035em !important;
}
.fact-icon {
width: 26px !important;
height: 26px !important;
border-radius: 9px !important;
}
.fact-icon svg {
width: 14px !important;
height: 14px !important;
}
.about-media {
padding-top: 0 !important;
}
.about-fade {
min-height: clamp(235px, 22vw, 310px) !important;
border-radius: 22px !important;
box-shadow: 8px 8px 0 rgba(77,130,194,.06), 0 16px 38px rgba(77,130,194,.08) !important;
}
.about-copy-wide {
margin-top: 18px !important;
}
.about-copy-wide .lead-copy,
.lead-copy {
font-size: 14px !important;
line-height: 1.58 !important;
}
.mission-card {
padding: 22px !important;
}
.mission-card h3 {
font-size: clamp(22px, 2vw, 30px) !important;
}
.mission-card p {
font-size: 14px !important;
line-height: 1.58 !important;
}
#servicios .service-card,
.why-card {
padding: 20px 18px !important;
border-radius: 18px !important;
}
#servicios .service-num {
font-size: 36px !important;
margin-bottom: 6px !important;
}
#servicios .service-card h3,
.why-card h3 {
font-size: 15.5px !important;
line-height: 1.2 !important;
}
#servicios .service-card p,
.why-card p {
font-size: 13.5px !important;
line-height: 1.54 !important;
}
.catalog-hero {
padding: 30px !important;
border-radius: 24px !important;
margin-bottom: 28px !important;
}
.catalog-lead,
.section-subtitle {
font-size: 14.5px !important;
line-height: 1.56 !important;
}
.catalog-head {
min-height: 132px !important;
}
.catalog-head h3 {
font-size: clamp(18px, 1.55vw, 22px) !important;
}
.catalog-item {
padding: 16px 18px !important;
}
.catalog-item h4 {
font-size: 14.5px !important;
}
.catalog-item p {
font-size: 13.4px !important;
line-height: 1.52 !important;
}
#trabajos .gal-carousel {
max-width: 860px !important;
}
#trabajos .gal-frame {
height: clamp(300px, 38vh, 420px) !important;
padding: 12px !important;
border-radius: 20px !important;
box-shadow: 0 16px 40px rgba(42,46,84,.12) !important;
}
#trabajos .carousel-control-prev,
#trabajos .carousel-control-next {
width: 42px !important;
height: 42px !important;
margin: 0 10px !important;
}
}
@media (min-width: 1400px) {
.hero {
padding-top: calc(var(--nav-h) + 16px) !important;
padding-bottom: 48px !important;
}
.hero-img {
width: 250px !important;
max-height: 100px !important;
}
.hero-title {
font-size: 48px !important;
}
.about-section {
padding-top: 54px !important;
}
}
@media (max-width: 767.98px) {
#servicios .service-card {
height: auto !important;
max-height: none !important;
min-height: 0 !important;
overflow: visible !important;
padding: 20px 18px !important;
}
#servicios .service-card p,
#servicios .service-card h3 {
display: block !important;
overflow: visible !important;
-webkit-line-clamp: unset !important;
}
#servicios .service-num {
font-size: 36px !important;
}
}
/* AJUSTE DEFINITIVO: portada con presencia, sin aire muerto, y cards compactas reales */
@media (min-width: 992px) {
:root { --nav-h: 60px; }
.site-nav {
min-height: var(--nav-h) !important;
}
.site-nav .container {
max-width: 1320px !important;
padding-left: 22px !important;
padding-right: 22px !important;
}
.navbar-brand {
gap: 8px !important;
margin-right: 20px !important;
max-width: 172px !important;
flex-shrink: 0 !important;
}
.navbar-brand .brand-logo {
height: 28px !important;
max-width: 58px !important;
}
.brand-text {
font-size: 12px !important;
letter-spacing: .045em !important;
white-space: nowrap !important;
}
.nav-link {
font-size: 10.6px !important;
letter-spacing: .035em !important;
padding: .42rem .38rem !important;
}
.btn-accent.nav-cta {
min-height: 32px !important;
padding: 0 13px !important;
font-size: 10px !important;
letter-spacing: .045em !important;
}
.hero {
min-height: 100svh !important;
height: auto !important;
display: flex !important;
flex-direction: column !important;
align-items: center !important;
justify-content: center !important;
padding: calc(var(--nav-h) + 18px) 0 44px !important;
background: #fff !important;
overflow: hidden !important;
}
.hero-video-wrap {
position: relative !important;
top: auto !important;
left: auto !important;
right: auto !important;
bottom: auto !important;
width: 100% !important;
height: auto !important;
min-height: 0 !important;
flex: 0 0 auto !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
padding: 0 18px !important;
margin: 0 auto 16px !important;
border: 0 !important;
background: transparent !important;
box-shadow: none !important;
overflow: visible !important;
}
.hero-img {
width: min(470px, 35vw) !important;
max-width: 100% !important;
max-height: 210px !important;
height: auto !important;
object-fit: contain !important;
object-position: center !important;
display: block !important;
filter: none !important;
}
.hero-overlay,
.hero-noise {
display: none !important;
}
.hero-content {
width: 100% !important;
min-height: 0 !important;
padding: 0 18px !important;
background: #fff !important;
box-shadow: none !important;
}
.hero-title {
max-width: min(1120px, calc(100vw - 56px)) !important;
font-size: clamp(56px, 6.1vw, 98px) !important;
line-height: .92 !important;
letter-spacing: .012em !important;
margin: 0 auto !important;
}
.brand-anniversary {
margin-top: 12px !important;
padding: 8px 15px !important;
font-size: 10px !important;
letter-spacing: .075em !important;
}
.brand-anniversary strong {
font-size: 12px !important;
}
.hero-line {
width: 82px !important;
height: 2px !important;
margin: 13px auto 0 !important;
}
.hero-slogan {
margin-top: 13px !important;
max-width: 850px !important;
font-size: clamp(20px, 2vw, 30px) !important;
line-height: 1.18 !important;
letter-spacing: .02em !important;
}
.hero-value {
margin-top: 11px !important;
max-width: 790px !important;
font-size: 14.5px !important;
line-height: 1.55 !important;
}
.hero-scroll {
display: none !important;
}
.section {
padding: 66px 0 !important;
}
.about-section {
padding-top: 68px !important;
padding-bottom: 64px !important;
}
.about-layout {
grid-template-columns: minmax(0, .92fr) minmax(360px, .88fr) !important;
gap: clamp(30px, 4vw, 58px) !important;
align-items: center !important;
}
.about-head .section-title {
font-size: clamp(40px, 4.15vw, 66px) !important;
line-height: .98 !important;
letter-spacing: .006em !important;
}
.section-title,
.catalog-title {
font-size: clamp(34px, 3.65vw, 60px) !important;
line-height: 1 !important;
}
.eyebrow {
margin-bottom: 12px !important;
font-size: 9.5px !important;
}
.quote-line {
margin-top: 14px !important;
padding: 14px 17px !important;
font-size: clamp(17px, 1.48vw, 24px) !important;
line-height: 1.27 !important;
max-width: 650px !important;
box-shadow: 3px 3px 0 rgba(77,130,194,.10) !important;
}
.fact-grid {
margin-top: 15px !important;
display: grid !important;
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
gap: 9px !important;
max-width: 650px !important;
}
.fact-card {
min-height: 54px !important;
height: auto !important;
padding: 10px 14px !important;
border-radius: 15px !important;
display: flex !important;
flex-direction: row !important;
align-items: center !important;
justify-content: flex-start !important;
gap: 10px !important;
font-size: 11px !important;
line-height: 1.18 !important;
letter-spacing: .035em !important;
}
.fact-icon {
width: 24px !important;
height: 24px !important;
min-width: 24px !important;
flex: 0 0 24px !important;
border-radius: 8px !important;
margin: 0 !important;
}
.fact-icon svg {
width: 13px !important;
height: 13px !important;
}
.fact-card > span:last-child {
display: block !important;
margin: 0 !important;
max-width: calc(100% - 34px) !important;
}
.about-media {
padding-top: 0 !important;
}
.about-fade {
min-height: clamp(250px, 23vw, 340px) !important;
border-radius: 23px !important;
box-shadow: 8px 8px 0 rgba(77,130,194,.06), 0 16px 38px rgba(77,130,194,.08) !important;
}
.about-copy-wide {
margin-top: 18px !important;
padding-inline: 0 !important;
}
.about-copy-wide .lead-copy,
.lead-copy {
font-size: 14.5px !important;
line-height: 1.62 !important;
}
.about-copy-wide .lead-copy p {
margin-bottom: 9px !important;
}
#servicios .service-card,
.why-card {
padding: 20px 18px !important;
border-radius: 18px !important;
}
#servicios .service-num {
font-size: 36px !important;
margin-bottom: 6px !important;
}
#servicios .service-card h3,
.why-card h3 {
font-size: 15.5px !important;
line-height: 1.22 !important;
}
#servicios .service-card p,
.why-card p {
font-size: 13.6px !important;
line-height: 1.55 !important;
}
#trabajos .gal-carousel {
max-width: 940px !important;
}
#trabajos .gal-frame {
height: clamp(340px, 43vh, 500px) !important;
padding: 12px !important;
border-radius: 22px !important;
}
}
@media (min-width: 1400px) {
.hero-img {
width: min(520px, 33vw) !important;
max-height: 230px !important;
}
.hero-title {
font-size: clamp(70px, 5.6vw, 104px) !important;
}
}
@media (max-width: 767.98px) {
.fact-grid {
gap: 8px !important;
}
.fact-card {
min-height: 52px !important;
padding: 10px 13px !important;
display: flex !important;
flex-direction: row !important;
align-items: center !important;
justify-content: flex-start !important;
gap: 10px !important;
font-size: 11px !important;
line-height: 1.2 !important;
}
.fact-icon {
width: 24px !important;
height: 24px !important;
min-width: 24px !important;
flex: 0 0 24px !important;
}
}
/* FIX REAL: catálogo en celular sin cortes ni desbordes */
#catalogo-profesional .catalog-title-line {
display: inline;
}
@media (max-width: 767.98px) {
#catalogo-profesional {
overflow-x: hidden !important;
}
#catalogo-profesional .container {
padding-left: 14px !important;
padding-right: 14px !important;
}
#catalogo-profesional .catalog-hero {
width: 100% !important;
max-width: 100% !important;
min-height: 0 !important;
padding: 22px 18px 24px !important;
border-radius: 22px !important;
margin: 0 0 24px !important;
overflow: hidden !important;
}
#catalogo-profesional .catalog-hero::before {
width: 150px !important;
height: 150px !important;
right: -66px !important;
top: -58px !important;
}
#catalogo-profesional .catalog-hero::after {
right: -10px !important;
bottom: -8px !important;
font-size: clamp(82px, 33vw, 132px) !important;
line-height: .8 !important;
opacity: .62 !important;
}
#catalogo-profesional .catalog-hero .eyebrow {
max-width: 100% !important;
margin-bottom: 12px !important;
font-size: 8.5px !important;
line-height: 1.25 !important;
letter-spacing: .12em !important;
white-space: normal !important;
}
#catalogo-profesional .catalog-title {
width: 100% !important;
max-width: 100% !important;
font-size: clamp(28px, 8vw, 37px) !important;
line-height: 1.04 !important;
letter-spacing: .012em !important;
text-wrap: balance;
overflow-wrap: normal !important;
word-break: normal !important;
hyphens: none !important;
}
#catalogo-profesional .catalog-title-line {
display: block !important;
max-width: 100% !important;
}
#catalogo-profesional .catalog-lead {
max-width: 100% !important;
margin-top: 14px !important;
font-size: 13.8px !important;
line-height: 1.55 !important;
letter-spacing: 0 !important;
}
#catalogo-profesional .catalog-grid {
gap: 14px !important;
}
#catalogo-profesional .catalog-card {
border-radius: 22px !important;
}
#catalogo-profesional .catalog-head {
min-height: auto !important;
padding: 20px 18px !important;
}
#catalogo-profesional .catalog-head h3 {
max-width: calc(100% - 52px) !important;
font-size: 18px !important;
line-height: 1.14 !important;
}
#catalogo-profesional .catalog-item {
padding: 17px 16px 17px 20px !important;
}
#catalogo-profesional .catalog-item h4 {
font-size: 14.2px !important;
line-height: 1.22 !important;
}
#catalogo-profesional .catalog-item p {
font-size: 13.2px !important;
line-height: 1.5 !important;
}
}
@media (max-width: 390px) {
#catalogo-profesional .container {
padding-left: 12px !important;
padding-right: 12px !important;
}
#catalogo-profesional .catalog-hero {
padding: 20px 16px 22px !important;
border-radius: 20px !important;
}
#catalogo-profesional .catalog-title {
font-size: clamp(25px, 7.7vw, 31px) !important;
line-height: 1.06 !important;
}
#catalogo-profesional .catalog-lead {
font-size: 13.2px !important;
line-height: 1.5 !important;
}
}
/* FIX FINAL CONTACTO PHONE: título más chico, sin corte y formulario debajo */
@media (max-width: 991.98px) {
#contacto {
overflow-x: hidden !important;
}
#contacto .container {
max-width: 720px !important;
}
#contacto .row {
display: flex !important;
flex-direction: column !important;
--bs-gutter-x: 0 !important;
--bs-gutter-y: 1.15rem !important;
}
#contacto .col-lg-5,
#contacto .col-lg-7 {
width: 100% !important;
max-width: 100% !important;
flex: 0 0 100% !important;
}
#contacto .contact-big-label {
display: none !important;
}
#contacto .eyebrow {
margin-bottom: 10px !important;
}
#contacto .contact-title {
width: 100% !important;
max-width: 560px !important;
font-size: clamp(30px, 7.4vw, 46px) !important;
line-height: 1.04 !important;
letter-spacing: .006em !important;
overflow: visible !important;
word-break: normal !important;
overflow-wrap: normal !important;
text-wrap: balance !important;
margin: 0 !important;
}
#contacto .contact-title span {
display: inline !important;
white-space: normal !important;
}
#contacto .section-subtitle {
max-width: 620px !important;
margin-top: 12px !important;
font-size: 14.5px !important;
line-height: 1.58 !important;
}
#contacto .contact-list {
margin-top: 18px !important;
gap: 8px !important;
}
#contacto .contact-panel {
width: 100% !important;
max-width: 100% !important;
margin-top: 6px !important;
padding: 24px 20px !important;
border-radius: 22px !important;
box-shadow: 5px 5px 0 rgba(77,130,194,.18) !important;
}
}
@media (max-width: 575.98px) {
#contacto {
padding-top: 54px !important;
padding-bottom: 56px !important;
}
#contacto .container {
padding-left: 18px !important;
padding-right: 18px !important;
}
#contacto .contact-title {
max-width: 330px !important;
font-size: clamp(27px, 8.3vw, 35px) !important;
line-height: 1.08 !important;
}
#contacto .section-subtitle {
font-size: 14px !important;
line-height: 1.55 !important;
}
#contacto .contact-list li {
font-size: 13.8px !important;
line-height: 1.45 !important;
}
#contacto .contact-panel {
padding: 20px 15px !important;
border-radius: 20px !important;
}
#contacto .form-control,
#contacto .form-select {
min-height: 46px !important;
border-radius: 12px !important;
font-size: 14px !important;
}
#contacto textarea.form-control {
min-height: 112px !important;
}
#contacto .btn-submit {
min-height: 48px !important;
font-size: 13px !important;
}
}