Preview de mixed.css
/* MIXED CSS PACK */
/* Template: serviyaasas.com.ar/index.html */
/* Template mtime: 2026-05-27 13:21:58 */
/* 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=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 */
/* ===== INLINE <style> BLOCK #1 ===== */
:root {
--accent: #50bbc5;
--accent2: #855b45;
--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; color: rgba(255,255,255,.75); margin-bottom: 2px; }
@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} }
.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); }
.eyebrow::before { content: '//'; color: var(--accent2); font-size: 12px; letter-spacing: 0; }
.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(--accent2); 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(37,72,115,.14); }
.fact-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 8px; margin-top: 32px; }
.fact-card { padding: 16px 18px; background: var(--accent); color: #111111; font-family: var(--cond); font-size: 13px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; border-radius: 0; transition: background .18s var(--ease), transform .18s var(--ease); position: relative; }
.fact-card::before { content: '—'; display: block; font-size: 10px; color: #bde0c5; margin-bottom: 4px; letter-spacing: 0; }
.fact-card:hover { background: var(--accent2); transform: translate(-2px,-2px); }
.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-head .quote-line { margin-top: clamp(24px, 3vw, 34px); }
.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); box-shadow: 12px 12px 0 rgba(37,72,115,.08), 0 24px 60px rgba(37,72,115,.10); overflow: hidden; isolation: isolate; }
.about-fade::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(37,72,115,.05), transparent 44%, rgba(31,126,52,.07)); pointer-events: none; z-index: 2; }
.about-fade::after { content: 'Servi Yaa SAS'; 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(37,72,115,.10); padding: 8px 10px; 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)} }
.service-card { height: 100%; padding: 32px 28px; border: 1.5px solid var(--accent); background: #fff; transition: transform .2s var(--ease), background .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease); position: relative; overflow: hidden; }
.service-card::after { content: ''; position: absolute; inset: 0; box-shadow: 5px 5px 0 rgba(37,72,115,.38); transition: box-shadow .2s var(--ease); pointer-events: none; }
.service-card:hover { transform: translate(-3px,-3px); background: var(--accent); color: #111111; border-color: var(--accent); }
.service-card:hover::after { box-shadow: 5px 5px 0 rgba(31,126,52,.72); }
.service-card:hover p { color: rgba(255,255,255,.82); }
.service-num { display: block; font-family: var(--display); font-size: 56px; line-height: 1; color: rgba(37,72,115,.12); margin-bottom: 12px; transition: color .2s var(--ease); }
.service-card:hover .service-num { color: rgba(255,255,255,.14); }
.service-card h3 { font-family: var(--cond); font-size: 20px; 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: #111111; }
.service-card p { font-size: 15px; line-height: 1.7; color: var(--muted); font-weight: 300; margin: 0; transition: color .2s var(--ease); }
.why-card { height: 100%; padding: 28px 24px; border: 1px solid var(--line); 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; }
.why-card::before { content: ''; position: absolute; top: 0; left: 0; width: 3px; height: 0; background: var(--accent2); transition: height .25s var(--ease); }
.why-card:hover { transform: translateY(-4px); border-color: rgba(31,126,52,.28); box-shadow: 0 12px 40px rgba(37,72,115,.1); }
.why-card:hover::before { height: 100%; }
.icon-mark { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 18px; background: var(--accent); color: #111111; transition: background .2s var(--ease); }
.why-card:hover .icon-mark { background: var(--accent2); }
.icon-mark svg { width: 20px; height: 20px; stroke: currentColor; stroke-width: 1.8; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.why-card h3 { font-family: var(--cond); font-size: 17px; 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(37,72,115,.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(37,72,115,.82); 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(37,72,115,.45); border: none; }
.gal-gallery .carousel-indicators button.active { background: var(--accent2); }
.gal-gallery { padding-bottom: 56px; }
.gal-full-btn { min-height: 46px; padding-inline: 28px; clip-path: polygon(0 0,100% 0,100% calc(100% - 7px),calc(100% - 7px) 100%,0 100%); box-shadow: 5px 5px 0 rgba(37,72,115,.16); }
.gal-full-btn:hover { box-shadow: 5px 5px 0 rgba(37,72,115,.26); }
#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: #111111; 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: 4px; border: 1.5px solid var(--accent) !important; border-radius: 0 !important; overflow: hidden; background: #fff; transition: border-color .2s var(--ease); }
.accordion-item:has(.accordion-button:not(.collapsed)) { border-color: var(--accent2) !important; }
.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); background: #fff; box-shadow: inset 0 -2px 0 var(--accent2); }
.accordion-button:focus { box-shadow: 0 0 0 3px rgba(31,126,52,.15) !important; }
.accordion-button::after { width: 28px; height: 28px; border-radius: 0; background-color: var(--accent); background-position: center; background-size: 12px; filter: invert(1); flex-shrink: 0; }
.accordion-button:not(.collapsed)::after { background-color: var(--accent2); 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(31,126,52,.22); margin-right: 14px; line-height: 1; vertical-align: middle; }
.contact-panel { background: var(--accent); border-radius: 0; padding: 40px 36px; box-shadow: 8px 8px 0 var(--accent2); }
.form-label { font-family: var(--mono); font-size: 10px; font-weight: 700; letter-spacing: .14em; color: rgba(255,255,255,.58); text-transform: uppercase; margin-bottom: 8px; }
.form-control, .form-select { min-height: 50px; border-radius: 0; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.07); color: #111111; 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,.35); }
.form-control:focus, .form-select:focus { border-color: #111111; background: rgba(255,255,255,.12); color: #111111; box-shadow: 0 0 0 3px rgba(31,126,52,.26) !important; }
.form-select option { background: var(--accent); color: #111111; }
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(--accent2); color: #111111; border: none; border-radius: 0; 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: #176227; transform: translate(-2px,-2px); box-shadow: 4px 4px 0 rgba(255,255,255,.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(37,72,115,.06); 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(--accent2); flex: 0 0 auto; }
.footer { background: var(--accent); color: rgba(255,255,255,.78); 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,.94); padding: 4px 6px; }
.footer-brand-name { font-family: var(--body); font-size: 14px; font-weight: 600; color: #111111; letter-spacing: .02em; }
.footer-tagline { font-family: var(--cond); font-size: 14px; font-weight: 400; color: rgba(255,255,255,.66); letter-spacing: .04em; max-width: 300px; 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,.4); 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,.72); 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: #111111; letter-spacing: .08em; }
.footer-list li:not(:has(a)) { font-size: 13px; color: rgba(255,255,255,.68); font-style: italic; }
.footer-stripe { height: 3px; background: var(--accent2); 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,.46); flex-wrap: wrap; }
.footer-bottom a { color: rgba(255,255,255,.72); transition: color .18s var(--ease); }
.footer-bottom a:hover { color: #111111; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }
.wa-float { position: fixed; right: 18px; bottom: 18px; z-index: 9999; font-family: inherit; }
.wa-btn { background: #25D366; color: #111111; 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,#ecf6f0); border-bottom: 1px solid #dde4df; }
.wa-avatar { width: 40px; height: 40px; border-radius: 10px; background: #e9f7ef; display: grid; place-items: center; border: 1px solid #cfeeda; 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: #f6f8f7; 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: #111111; 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: #111111; 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) {
.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) {
.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: 575.98px) {
.about-head .section-title { font-size: clamp(50px, 17vw, 78px); }
.about-fade { min-height: clamp(230px, 62vw, 320px); box-shadow: 9px 9px 0 rgba(37,72,115,.08), 0 18px 40px rgba(37,72,115,.09); }
.about-fade::after { left: 12px; bottom: 10px; font-size: 8px; padding: 7px 9px; }
.about-fade-stage { padding: 12px; }
.about-fade-img { padding: 12px; }
}
@media (prefers-reduced-motion: reduce) {
.about-fade-img { animation: none; opacity: 0; transform: none; }
.about-fade-img:first-child { opacity: 1; }
}
@media (max-width: 1199.98px) {
.hero-title { font-size: clamp(70px,12vw,132px); }
.hero-shell { grid-template-columns: 1fr; }
.hero-media { min-height: 330px; }
}
@media (max-width: 991.98px) {
.navbar-collapse { margin-top: 10px; padding: 14px; border: 1.5px solid var(--accent); background: #fff; box-shadow: 6px 6px 0 var(--accent); }
.nav-link::after { display: none; }
.nav-link { padding: .7rem .4rem !important; }
.btn-accent.nav-cta { width: 100%; margin-top: 10px; clip-path: none; }
.section { padding: 80px 0; }
}
@media (max-width: 767.98px) {
:root { --nav-h: 66px; }
.brand-logo { height: 40px; max-width: 104px; }
.brand-text { font-size: 20px; }
.hero { padding: calc(var(--nav-h) + 30px) 0 48px; min-height: auto; }
.hero-title { font-size: clamp(56px,17vw,96px); line-height: .88; }
.hero-media { min-height: 270px; }
.hero-card { min-height: 260px; box-shadow: 10px 10px 0 rgba(37,72,115,.08), 0 18px 42px rgba(37,72,115,.1); }
.hero-card-label { left: 12px; bottom: 12px; }
.fact-grid { grid-template-columns: 1fr; }
.contact-panel { padding: 24px 18px; }
.contact-big-label { display: none; }
}
@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; }
.wa-float { right: 12px; bottom: 12px; }
.wa-btn { width: 56px; height: 56px; }
.wa-card { width: calc(100vw - 24px); right: 0; bottom: 70px; }
}
.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) 24px 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%;
max-width: 100%;
font-family: var(--display);
font-size: clamp(82px, 13.5vw, 184px);
font-weight: 400;
line-height: .86;
letter-spacing: .045em;
text-transform: uppercase;
text-align: center;
color: #111111;
text-shadow: none;
white-space: nowrap;
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: .12em; }
.hero-line {
width: clamp(70px, 7vw, 124px);
height: 3px;
background: var(--accent2);
margin: 16px auto 0;
}
.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); }
@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 { font-size: clamp(150px, 11vw, 210px); }
}
@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 { font-size: clamp(74px, 14vw, 150px); }
}
@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: 10px 16px 24px;
box-shadow: 0 -10px 28px rgba(0,0,0,.08);
}
.hero-title {
font-size: clamp(54px, 17vw, 92px);
line-height: .88;
letter-spacing: .035em;
white-space: nowrap;
}
.hero-line { margin-top: 10px; }
.hero-scroll { margin-top: 12px; }
}
@media (max-width: 390px) {
.hero-video-wrap { height: clamp(238px, 45vh, 330px); }
.hero-title { font-size: clamp(46px, 16vw, 68px); letter-spacing: .028em; }
}
.hero-content {
padding-left: clamp(16px, 4vw, 54px) !important;
padding-right: clamp(16px, 4vw, 54px) !important;
}
.hero-title {
width: 100% !important;
max-width: min(1500px, calc(100vw - clamp(32px, 6vw, 108px))) !important;
margin-inline: auto !important;
font-size: clamp(58px, 8.7vw, 150px) !important;
line-height: .9 !important;
letter-spacing: .024em !important;
white-space: normal !important;
overflow-wrap: normal !important;
word-break: normal !important;
text-wrap: balance;
}
.hero-title .word {
display: inline-block;
white-space: nowrap;
}
.hero-title .space {
display: inline-block;
width: .14em !important;
}
@media (min-width: 1400px) {
.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-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-content {
padding: 14px 14px 24px !important;
}
.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;
}
}
@media (max-width: 430px) {
.hero-title {
font-size: clamp(34px, 11.9vw, 51px) !important;
line-height: .98 !important;
letter-spacing: .012em !important;
}
}
.hero-mini-copy { margin: 14px auto 0; max-width: 760px; font-size: clamp(14px,1.4vw,18px); line-height: 1.55; color: #30363b; text-align: center; font-weight: 500; }
.fact-card { display: flex; align-items: center; gap: 12px; min-height: 70px; color: #fff; }
.fact-card::before { content: none !important; display: none !important; }
.fact-card:hover { color: #fff; }
.fact-icon { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 auto; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.18); }
.fact-icon svg { width: 18px; height: 18px; stroke: currentColor; stroke-width: 1.9; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.about-fade::after { content: 'Servi Yaa SAS' !important; }
.btn-outline-clean:hover, .hero-card-label, .icon-mark, .wa-btn, .wa-send, .btn-submit, .gal-lightbox-nav { color: #fff; }
.service-card:hover, .service-card:hover h3, .btn-accent:hover { color: #fff !important; }
.service-card:hover p { color: rgba(255,255,255,.88); }
.form-control, .form-select { color: #fff; }
.form-control:focus, .form-select:focus { color: #fff; }
.form-select option { color: #fff; }
.footer-brand-name { color: #fff; }
.testimonial-card { height: 100%; padding: 28px 24px; border: 1px solid var(--line); background: #fff; box-shadow: 0 2px 0 var(--line); transition: transform .2s var(--ease), box-shadow .2s var(--ease), border-color .2s var(--ease); }
.testimonial-card:hover { transform: translateY(-4px); border-color: rgba(31,126,52,.28); box-shadow: 0 12px 40px rgba(37,72,115,.1); }
.testimonial-card span { display: block; font-family: var(--cond); font-size: 18px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 12px; color: var(--ink); }
.testimonial-card p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.7; font-weight: 300; }
/* Ajustes solicitados por cliente: más contraste, divisiones, tarjetas y mapa */
:root { --muted: #4f5963; --line: rgba(37,72,115,.22); }
.section-subtitle,
.lead-copy,
.lead-copy p,
.about-copy-wide .lead-copy,
.service-card p,
.why-card p,
.testimonial-card p,
.accordion-body,
.contact-list li,
.hero-scroll,
.hero-sub { color: #4f5963 !important; font-weight: 400; }
.service-num { color: rgba(10,10,10,.20) !important; }
.about-fade::after { color: rgba(10,10,10,.68) !important; }
.division-card {
height: 100%;
padding: clamp(26px, 3vw, 38px);
background: #ffffff;
border: 1.5px solid var(--accent);
box-shadow: 10px 10px 0 rgba(37,72,115,.08), 0 24px 60px rgba(37,72,115,.09);
position: relative;
overflow: hidden;
isolation: isolate;
}
.division-card::before {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(135deg, rgba(80,187,197,.11), transparent 46%, rgba(133,91,69,.10));
pointer-events: none;
z-index: -1;
}
.division-homes { border-color: var(--accent2); }
.division-kicker {
display: inline-flex;
margin-bottom: 12px;
font-family: var(--mono);
font-size: 10px;
font-weight: 800;
letter-spacing: .16em;
text-transform: uppercase;
color: var(--accent2);
}
.division-card h3 {
margin: 0 0 12px;
font-family: var(--cond);
font-size: clamp(27px, 3.2vw, 44px);
font-weight: 700;
line-height: .98;
text-transform: uppercase;
letter-spacing: .03em;
color: #111111;
}
.division-card p {
margin: 0;
max-width: 560px;
color: #4f5963;
font-size: 15.5px;
line-height: 1.68;
font-weight: 400;
}
.division-brand-row {
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
gap: 18px;
align-items: start;
}
.division-logo {
width: clamp(78px, 8vw, 118px);
max-height: 90px;
object-fit: contain;
background: rgba(255,255,255,.94);
border: 1px solid rgba(133,91,69,.22);
padding: 8px;
box-shadow: 5px 5px 0 rgba(133,91,69,.12);
}
.division-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 12px;
margin-top: 28px;
}
.division-item {
min-height: 62px;
display: flex;
align-items: center;
gap: 12px;
padding: 12px 14px;
background: rgba(255,255,255,.84);
border: 1px solid rgba(37,72,115,.16);
font-family: var(--cond);
font-size: 15px;
font-weight: 700;
letter-spacing: .045em;
text-transform: uppercase;
color: #111111;
transition: transform .18s var(--ease), border-color .18s var(--ease), box-shadow .18s var(--ease);
}
.division-item:hover { transform: translate(-2px,-2px); border-color: var(--accent2); box-shadow: 4px 4px 0 rgba(133,91,69,.16); }
.division-icon {
width: 38px;
height: 38px;
display: grid;
place-items: center;
flex: 0 0 auto;
background: var(--accent);
color: #111111;
}
.division-homes .division-icon { background: var(--accent2); color: #ffffff; }
.division-icon svg { width: 19px; height: 19px; stroke: currentColor; stroke-width: 1.8; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.payment-grid {
display: grid;
grid-template-columns: repeat(6, minmax(0, 1fr));
gap: 14px;
}
.payment-card {
min-height: 112px;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
padding: 18px 14px;
background: #ffffff;
border: 1.5px solid rgba(37,72,115,.18);
box-shadow: 0 2px 0 rgba(37,72,115,.12);
font-family: var(--cond);
font-size: 16px;
font-weight: 800;
letter-spacing: .065em;
text-transform: uppercase;
color: #111111;
transition: transform .18s var(--ease), border-color .18s var(--ease), box-shadow .18s var(--ease);
}
.payment-card:hover { transform: translateY(-4px); border-color: var(--accent); box-shadow: 0 14px 34px rgba(37,72,115,.12); }
.payment-card-logo { flex-direction: column; gap: 10px; }
.payment-card-logo img { width: 78px; max-height: 46px; object-fit: contain; }
.contact-balanced > [class*="col-"] { display: flex; }
.contact-info-card,
.contact-panel {
width: 100%;
min-height: 100%;
border: 1.5px solid rgba(37,72,115,.18);
box-shadow: 8px 8px 0 rgba(37,72,115,.10);
}
.contact-info-card {
display: flex;
flex-direction: column;
gap: 22px;
justify-content: space-between;
padding: clamp(26px, 3vw, 38px);
background: #ffffff;
}
.contact-label {
display: inline-flex;
margin-bottom: 12px;
font-family: var(--mono);
font-size: 10px;
font-weight: 800;
letter-spacing: .16em;
text-transform: uppercase;
color: var(--accent2);
}
.contact-info-card h3 {
margin: 0 0 12px;
font-family: var(--cond);
font-size: clamp(30px, 4vw, 52px);
font-weight: 700;
line-height: .94;
text-transform: uppercase;
letter-spacing: .03em;
color: #111111;
}
.contact-info-card p { margin: 0; color: #4f5963; line-height: 1.68; font-weight: 400; }
.contact-list-card { margin-top: 22px; }
.contact-list-card a { color: #111111; font-weight: 600; }
.map-card {
min-height: 260px;
border: 1px solid rgba(37,72,115,.18);
overflow: hidden;
background: #ffffff;
}
.map-card iframe { width: 100%; height: 100%; min-height: 260px; border: 0; display: block; filter: grayscale(.15) contrast(1.04); }
.contact-panel {
background: var(--accent);
padding: clamp(26px, 3vw, 40px);
box-shadow: 8px 8px 0 var(--accent2);
}
.form-label { color: rgba(0,0,0,.66) !important; }
.form-control, .form-select {
border-color: rgba(0,0,0,.18) !important;
background: rgba(255,255,255,.78) !important;
color: #111111 !important;
font-weight: 500;
}
.form-control::placeholder { color: rgba(0,0,0,.48) !important; }
.form-control:focus, .form-select:focus { border-color: #111111 !important; background: #ffffff !important; color: #111111 !important; }
.form-select option { background: #ffffff !important; color: #111111 !important; }
.btn-submit { background: var(--accent2); color: #ffffff !important; }
.btn-submit:hover { background: #111111; color: #ffffff !important; }
.footer { background: var(--accent) !important; color: #111111 !important; }
.footer-bg-text { color: rgba(0,0,0,.055) !important; }
.footer-logo { background: #ffffff !important; border: 1px solid rgba(0,0,0,.12); }
.footer-brand-name,
.footer-tagline,
.footer-col-title,
.footer-list a,
.footer-list li:not(:has(a)),
.footer-bottom,
.footer-bottom a { color: #111111 !important; }
.footer-tagline { font-weight: 500; }
.footer-col-title { opacity: .72; }
.footer-list a { font-weight: 700; }
.footer-list a:hover,
.footer-bottom a:hover { color: var(--accent2) !important; }
.footer-stripe { background: #111111 !important; opacity: .9; }
@media (max-width: 1199.98px) {
.payment-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 767.98px) {
.division-grid { grid-template-columns: 1fr; }
.division-brand-row { grid-template-columns: 1fr; }
.division-logo { width: 104px; }
.payment-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.contact-info-card, .contact-panel { box-shadow: 5px 5px 0 rgba(37,72,115,.10); }
}
@media (max-width: 420px) {
.payment-grid { grid-template-columns: 1fr; }
}
/* Ajuste final de contraste: texto oscuro suave, sin blanco ni negro azabache */
:root {
--ink: #252a2e;
--muted: #3f4850;
--soft-dark: #252a2e;
--soft-muted: #3f4850;
}
body,
.brand-text,
.section-title,
.hero-title,
.hero-mini-copy,
.quote-line,
.service-card h3,
.why-card h3,
.testimonial-card span,
.division-card h3,
.division-item,
.payment-card,
.contact-info-card h3,
.contact-list-card a,
.accordion-button,
.footer-brand-name,
.footer-tagline,
.footer-col-title,
.footer-list a,
.footer-list li,
.footer-bottom,
.footer-bottom a {
color: var(--soft-dark) !important;
}
.section-subtitle,
.lead-copy,
.lead-copy p,
.about-copy-wide .lead-copy,
.about-copy-wide .lead-copy p,
.service-card p,
.why-card p,
.testimonial-card p,
.accordion-body,
.contact-info-card p,
.contact-list li,
.contact-list-card li,
.hero-scroll,
.hero-sub,
.division-card p {
color: var(--soft-muted) !important;
font-weight: 450;
}
.btn-accent,
.btn-accent:hover,
.btn-outline-clean:hover,
.hero-card-label,
.hero-card-label small,
.fact-card,
.fact-card:hover,
.fact-icon,
.icon-mark,
.why-card:hover .icon-mark,
.service-card:hover,
.service-card:hover h3,
.service-card:hover p,
.division-icon,
.division-homes .division-icon,
.wa-btn,
.wa-send,
.btn-submit,
.btn-submit:hover,
.gal-lightbox-nav {
color: var(--soft-dark) !important;
}
.btn-submit,
.btn-submit:hover {
background: #b99482 !important;
border: 1px solid rgba(37,42,46,.22) !important;
}
.btn-accent,
.btn-accent:hover,
.fact-card,
.fact-card:hover,
.icon-mark,
.why-card:hover .icon-mark,
.service-card:hover {
text-shadow: none !important;
}
.service-card:hover p {
color: #344047 !important;
}
.form-label {
color: rgba(37,42,46,.78) !important;
}
.form-control,
.form-select,
.form-control:focus,
.form-select:focus,
.form-select option {
color: var(--soft-dark) !important;
}
.form-control::placeholder {
color: rgba(37,42,46,.58) !important;
}
.footer {
background: var(--accent) !important;
color: var(--soft-dark) !important;
}
.footer-bg-text {
color: rgba(37,42,46,.075) !important;
}
.footer-col-title {
opacity: .86 !important;
}
.footer-tagline,
.footer-list a,
.footer-list li:not(:has(a)),
.footer-bottom,
.footer-bottom a {
color: var(--soft-dark) !important;
}
.footer-list a:hover,
.footer-bottom a:hover {
color: #6b4738 !important;
}
.footer-stripe {
background: var(--soft-dark) !important;
opacity: .78 !important;
}
/* Corrección final cliente: gris oscuro suave, tarjetas con imágenes reales y textos sin blanco */
:root {
--ink: #252a2e;
--muted: #3d454c;
--soft-dark: #252a2e;
--soft-muted: #3d454c;
}
body,
body *:not(img):not(svg):not(path):not(circle):not(rect):not(iframe) {
color: var(--soft-dark);
}
p,
.section-subtitle,
.lead-copy,
.about-copy-wide .lead-copy,
.service-card p,
.why-card p,
.testimonial-card p,
.accordion-body,
.division-card p,
.contact-info-card p,
.contact-list li,
.footer-tagline,
.footer-bottom {
color: var(--soft-muted) !important;
font-weight: 450;
}
.footer,
.contact-panel,
.fact-card,
.btn-accent,
.btn-submit,
.service-card:hover,
.icon-mark,
.division-icon,
.wa-btn,
.wa-send {
color: var(--soft-dark) !important;
text-shadow: none !important;
}
.footer *:not(img):not(svg):not(path),
.contact-panel *:not(img):not(svg):not(path),
.fact-card *:not(img):not(svg):not(path),
.service-card:hover *:not(img):not(svg):not(path),
.division-icon *:not(img):not(svg):not(path) {
color: var(--soft-dark) !important;
}
.footer { background: var(--accent) !important; }
.footer-bg-text { color: rgba(37,42,46,.08) !important; }
.footer-stripe { background: rgba(37,42,46,.82) !important; }
.service-card:hover p {
color: #374047 !important;
}
.btn-submit {
background: #b99482 !important;
border: 1px solid rgba(37,42,46,.24) !important;
}
.btn-submit:hover {
background: #9f7a68 !important;
color: var(--soft-dark) !important;
}
.division-kicker,
.contact-label,
.eyebrow {
color: #6d4b3c !important;
}
.division-logo {
width: clamp(96px, 10vw, 140px);
max-height: 112px;
padding: 0;
background: transparent;
border: 0;
box-shadow: none;
}
.payment-grid {
align-items: stretch;
}
.payment-card {
min-height: 126px;
padding: 18px;
background: #ffffff;
border: 1.5px solid rgba(37,42,46,.16);
box-shadow: 0 2px 0 rgba(37,42,46,.10);
overflow: hidden;
}
.payment-card-img {
padding: 12px;
}
.payment-card-img img {
width: 100%;
height: 78px;
max-height: 78px;
object-fit: contain;
object-position: center;
}
.payment-card span {
color: var(--soft-dark) !important;
}
@media (max-width: 575.98px) {
.payment-card { min-height: 112px; }
.payment-card-img img { height: 68px; max-height: 68px; }
}
/* REVISIÓN FINAL: texto sin blanco, gris oscuro suave + tarjetas con imágenes reales */
:root {
--ink: #252a2e;
--muted: #3f4850;
--soft-dark: #252a2e;
--soft-muted: #3f4850;
--soft-border: rgba(37,42,46,.16);
}
body,
.brand-text,
.nav-link,
.section-title,
h1, h2, h3, h4, h5, h6,
.payment-card,
.payment-card span,
.footer,
.footer *:not(img):not(svg):not(path):not(circle):not(rect),
.contact-panel,
.contact-panel *:not(img):not(svg):not(path):not(circle):not(rect),
.fact-card,
.fact-card *:not(img):not(svg):not(path):not(circle):not(rect),
.btn-accent,
.btn-accent *:not(img):not(svg):not(path):not(circle):not(rect),
.btn-submit,
.btn-submit *:not(img):not(svg):not(path):not(circle):not(rect),
.icon-mark,
.division-icon,
.wa-btn,
.wa-send {
color: var(--soft-dark) !important;
text-shadow: none !important;
}
p,
.hero-mini-copy,
.hero-scroll,
.section-subtitle,
.lead-copy,
.lead-copy p,
.about-copy-wide .lead-copy,
.service-card p,
.why-card p,
.testimonial-card p,
.accordion-body,
.division-card p,
.contact-info-card p,
.contact-list li,
.footer-tagline,
.footer-bottom {
color: var(--soft-muted) !important;
font-weight: 450 !important;
}
.footer { background: var(--accent) !important; }
.footer-bg-text { color: rgba(37,42,46,.08) !important; }
.footer-stripe { background: rgba(37,42,46,.80) !important; }
.footer-list a,
.footer-bottom a,
.contact-list-card a { color: var(--soft-dark) !important; }
.btn-accent,
.btn-submit,
.btn-submit:hover,
.icon-mark,
.division-icon,
.wa-btn,
.wa-send { color: var(--soft-dark) !important; }
.form-label { color: rgba(37,42,46,.78) !important; }
.form-control,
.form-select,
.form-control:focus,
.form-select:focus,
.form-select option { color: var(--soft-dark) !important; }
.form-control::placeholder { color: rgba(37,42,46,.55) !important; }
.services-split .division-card p,
.services-split .division-head p { display: none !important; }
.division-logo {
width: clamp(108px, 11vw, 156px) !important;
max-height: 118px !important;
object-fit: contain !important;
background: transparent !important;
border: 0 !important;
box-shadow: none !important;
padding: 0 !important;
}
.payment-grid-clean {
display: grid !important;
grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
gap: 14px !important;
align-items: stretch !important;
}
.payment-grid-clean .payment-card {
min-height: 126px !important;
padding: 14px !important;
background: #ffffff !important;
border: 1.5px solid var(--soft-border) !important;
box-shadow: 0 2px 0 rgba(37,42,46,.09) !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
overflow: hidden !important;
text-align: center !important;
}
.payment-grid-clean .payment-card-img img {
width: 100% !important;
max-width: 150px !important;
height: 86px !important;
max-height: 86px !important;
object-fit: contain !important;
object-position: center !important;
margin: 0 auto !important;
filter: none !important;
}
.payment-grid-clean .payment-card-text span {
font-family: var(--cond) !important;
font-size: 17px !important;
font-weight: 800 !important;
letter-spacing: .07em !important;
text-transform: uppercase !important;
color: var(--soft-dark) !important;
}
@media (max-width: 991.98px) {
.payment-grid-clean { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
}
@media (max-width: 575.98px) {
.payment-grid-clean { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px !important; }
.payment-grid-clean .payment-card { min-height: 108px !important; padding: 10px !important; }
.payment-grid-clean .payment-card-img img { height: 70px !important; max-height: 70px !important; }
.payment-grid-clean .payment-card-text span { font-size: 15px !important; }
}
/* AJUSTE FINAL REAL: sección lado a lado + tarjetas con imágenes y nombre abajo */
:root {
--text-soft: #30363b;
--text-muted-strong: #48515a;
--panel-line: rgba(48,54,59,.18);
}
body,
.brand-text,
.nav-link,
.section-title,
.solution-panel h3,
.solution-item,
.payment-card span,
.footer *:not(img):not(svg):not(path):not(circle):not(rect),
.contact-panel *:not(img):not(svg):not(path):not(circle):not(rect) {
color: var(--text-soft) !important;
}
p,
.section-subtitle,
.lead-copy,
.lead-copy p,
.why-card p,
.testimonial-card p,
.accordion-body,
.contact-info-card p,
.contact-list li,
.footer-tagline,
.footer-bottom,
.hero-mini-copy,
.hero-scroll {
color: var(--text-muted-strong) !important;
font-weight: 450 !important;
}
.solutions-split {
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
gap: 0;
background: #ffffff;
border: 1.5px solid var(--panel-line);
box-shadow: 12px 12px 0 rgba(37,72,115,.08), 0 24px 60px rgba(37,72,115,.09);
overflow: hidden;
}
.solution-panel {
min-height: 100%;
padding: clamp(28px, 3.3vw, 44px);
background: #ffffff;
position: relative;
}
.solution-services {
border-right: 1.5px solid var(--panel-line);
background: linear-gradient(135deg, rgba(80,187,197,.10), rgba(255,255,255,.95) 45%, #ffffff);
}
.solution-homes {
background: linear-gradient(135deg, rgba(133,91,69,.10), rgba(255,255,255,.96) 46%, #ffffff);
}
.solution-kicker {
display: inline-flex;
margin-bottom: 10px;
font-family: var(--mono);
font-size: 10px;
font-weight: 800;
letter-spacing: .18em;
text-transform: uppercase;
color: var(--accent2) !important;
}
.solution-panel h3 {
margin: 0;
font-family: var(--cond);
font-size: clamp(32px, 4vw, 54px);
font-weight: 700;
line-height: .92;
letter-spacing: .035em;
text-transform: uppercase;
}
.solution-head-logo {
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
align-items: center;
gap: 18px;
}
.solution-brown-logo {
width: clamp(118px, 12vw, 170px);
max-height: 126px;
object-fit: contain;
object-position: center;
background: transparent;
border: 0;
box-shadow: none;
padding: 0;
}
.solution-list {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 12px;
margin-top: 30px;
}
.solution-item {
min-height: 64px;
display: flex;
align-items: center;
gap: 12px;
padding: 12px 14px;
background: rgba(255,255,255,.84);
border: 1px solid rgba(48,54,59,.15);
font-family: var(--cond);
font-size: 15px;
font-weight: 800;
letter-spacing: .045em;
text-transform: uppercase;
transition: transform .18s var(--ease), border-color .18s var(--ease), box-shadow .18s var(--ease);
}
.solution-item:hover {
transform: translate(-2px,-2px);
border-color: rgba(133,91,69,.46);
box-shadow: 4px 4px 0 rgba(133,91,69,.16);
}
.solution-icon {
width: 38px;
height: 38px;
display: grid;
place-items: center;
flex: 0 0 auto;
background: var(--accent);
color: #30363b !important;
}
.solution-homes .solution-icon {
background: var(--accent2);
color: #ffffff !important;
}
.solution-icon svg {
width: 19px;
height: 19px;
stroke: currentColor;
stroke-width: 1.8;
fill: none;
stroke-linecap: round;
stroke-linejoin: round;
}
.payment-grid-real {
display: grid !important;
grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
gap: 14px !important;
align-items: stretch !important;
}
.payment-grid-real .payment-card {
min-height: 142px !important;
padding: 16px 14px 14px !important;
background: #ffffff !important;
border: 1.5px solid rgba(48,54,59,.16) !important;
box-shadow: 0 2px 0 rgba(48,54,59,.08) !important;
display: flex !important;
flex-direction: column !important;
align-items: center !important;
justify-content: center !important;
gap: 12px !important;
text-align: center !important;
overflow: hidden !important;
}
.payment-grid-real .payment-card img {
width: 100% !important;
max-width: 132px !important;
height: 56px !important;
max-height: 56px !important;
object-fit: contain !important;
object-position: center !important;
margin: 0 auto !important;
filter: none !important;
}
.payment-grid-real .payment-card span {
display: block !important;
min-height: 28px !important;
font-family: var(--cond) !important;
font-size: 14px !important;
font-weight: 800 !important;
line-height: 1.08 !important;
letter-spacing: .055em !important;
text-transform: uppercase !important;
}
@media (max-width: 1199.98px) {
.payment-grid-real { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
}
@media (max-width: 991.98px) {
.solutions-split { grid-template-columns: 1fr; }
.solution-services { border-right: 0; border-bottom: 1.5px solid var(--panel-line); }
}
@media (max-width: 575.98px) {
.solution-panel { padding: 24px 16px; }
.solution-head-logo { grid-template-columns: 1fr; }
.solution-brown-logo { width: 130px; }
.solution-list { grid-template-columns: 1fr; gap: 10px; }
.payment-grid-real { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px !important; }
.payment-grid-real .payment-card { min-height: 126px !important; padding: 12px 10px !important; }
.payment-grid-real .payment-card img { max-width: 112px !important; height: 46px !important; max-height: 46px !important; }
.payment-grid-real .payment-card span { font-size: 12.5px !important; }
}
/* Ajuste: logo en trabajos técnicos + tarjetas debajo del bloque de servicios */
.solution-main-logo {
width: clamp(104px, 10vw, 154px);
max-height: 116px;
object-fit: contain;
object-position: center;
background: transparent;
border: 0;
box-shadow: none;
padding: 0;
}
.payments-under-services {
margin-top: clamp(34px, 5vw, 58px);
padding-top: clamp(28px, 4vw, 44px);
border-top: 1.5px solid var(--panel-line);
}
.payments-under-services .text-center.mb-5 {
margin-bottom: 1.8rem !important;
}
.payments-under-services .section-title {
font-size: clamp(42px, 5.8vw, 78px);
}
@media (max-width: 575.98px) {
.solution-main-logo,
.solution-brown-logo { width: 130px !important; }
.payments-under-services { margin-top: 30px; padding-top: 28px; }
}
/* Ajuste quienes somos: celeste con texto oscuro / marrón con texto blanco */
.fact-card {
background: var(--accent) !important;
color: var(--soft-dark) !important;
transition: background .18s var(--ease), color .18s var(--ease), transform .18s var(--ease), box-shadow .18s var(--ease) !important;
}
.fact-card > span:not(.fact-icon),
.fact-card *:not(img):not(svg):not(path):not(circle):not(rect) {
color: var(--soft-dark) !important;
}
.fact-card .fact-icon {
color: var(--soft-dark) !important;
background: rgba(255,255,255,.14) !important;
border-color: rgba(37,42,46,.18) !important;
}
.fact-card:hover {
background: var(--accent2) !important;
color: #ffffff !important;
}
.fact-card:hover > span:not(.fact-icon),
.fact-card:hover *:not(img):not(svg):not(path):not(circle):not(rect) {
color: #ffffff !important;
}
.fact-card:hover .fact-icon {
color: #ffffff !important;
background: rgba(255,255,255,.12) !important;
border-color: rgba(255,255,255,.26) !important;
}
/* Reseñas estilo Google, cargadas manualmente con link real a Maps */
.google-reviews-section {
background:
radial-gradient(circle at 14% 8%, rgba(80,187,197,.10), transparent 34%),
radial-gradient(circle at 86% 10%, rgba(133,91,69,.10), transparent 30%),
#ffffff;
}
.google-reviews-grid {
display: grid;
grid-template-columns: repeat(5, minmax(0, 1fr));
gap: 16px;
align-items: stretch;
}
.google-review-card {
min-height: 100%;
padding: 22px 20px;
background: rgba(255,255,255,.94);
border: 1px solid rgba(48,54,59,.14);
box-shadow: 0 2px 0 rgba(48,54,59,.08), 0 18px 42px rgba(37,72,115,.08);
transition: transform .2s var(--ease), border-color .2s var(--ease), box-shadow .2s var(--ease);
position: relative;
overflow: hidden;
}
.google-review-card::before {
content: '';
position: absolute;
inset: 0 0 auto;
height: 3px;
background: linear-gradient(90deg, #4285F4 0 25%, #EA4335 25% 50%, #FBBC05 50% 75%, #34A853 75% 100%);
}
.google-review-card:hover {
transform: translateY(-4px);
border-color: rgba(66,133,244,.34);
box-shadow: 0 18px 48px rgba(37,72,115,.13);
}
.google-review-top {
display: grid;
grid-template-columns: auto minmax(0, 1fr);
gap: 12px;
align-items: center;
margin-bottom: 14px;
}
.google-review-avatar {
width: 42px;
height: 42px;
display: grid;
place-items: center;
border-radius: 50%;
background: #f1f3f4;
border: 1px solid rgba(48,54,59,.10);
font-family: var(--cond);
font-size: 18px;
font-weight: 800;
color: #30363b !important;
text-transform: uppercase;
flex: 0 0 auto;
}
.google-review-top h3 {
margin: 0 0 2px;
font-family: var(--cond);
font-size: 17px;
font-weight: 800;
line-height: 1.05;
letter-spacing: .035em;
text-transform: uppercase;
color: #30363b !important;
}
.google-review-top span {
display: block;
font-family: var(--body);
font-size: 12.5px;
line-height: 1.25;
color: #6b747c !important;
font-weight: 500;
}
.google-stars {
margin-bottom: 10px;
color: #fbbc04 !important;
font-size: 18px;
line-height: 1;
letter-spacing: .08em;
text-shadow: none !important;
}
.google-review-card p {
margin: 0;
font-size: 15px;
line-height: 1.62;
color: #3f4850 !important;
font-weight: 500 !important;
}
.google-review-button {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 12px;
min-height: 52px;
padding: 0 24px;
background: #ffffff;
border: 1px solid rgba(60,64,67,.22);
border-radius: 999px;
box-shadow: 0 2px 4px rgba(60,64,67,.10), 0 14px 34px rgba(37,72,115,.10);
font-family: var(--cond);
font-size: 15px;
font-weight: 800;
letter-spacing: .055em;
text-transform: uppercase;
color: #202124 !important;
transition: transform .18s var(--ease), box-shadow .18s var(--ease), border-color .18s var(--ease), background .18s var(--ease);
}
.google-review-button:hover {
transform: translateY(-2px);
background: #f8fafd;
border-color: rgba(66,133,244,.38);
box-shadow: 0 4px 8px rgba(60,64,67,.12), 0 18px 42px rgba(37,72,115,.14);
color: #202124 !important;
}
.google-g {
width: 24px;
height: 24px;
display: inline-flex;
align-items: center;
justify-content: center;
flex: 0 0 auto;
}
.google-g svg {
width: 24px;
height: 24px;
display: block;
}
@media (max-width: 1199.98px) {
.google-reviews-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 767.98px) {
.google-reviews-grid { grid-template-columns: 1fr; gap: 12px; }
.google-review-card { padding: 20px 18px; }
.google-review-button { width: 100%; max-width: 330px; }
}