:root { --bg: #f1f3f4; --brand-bg: #f1efe4; --surface: #ffffff; --surface-alt: #ecf0f1; --text: #102327; --muted: #51656b; --primary: #0f2f35; --accent: #c76a2e; --line: #d5dde0; --radius: 16px; --shadow: 0 14px 38px rgba(15, 47, 53, 0.12); } * { box-sizing: border-box; } html { scroll-behavior: smooth; } body { margin: 0; font-family: "Public Sans", sans-serif; color: var(--text); background: radial-gradient(circle at 8% 10%, rgba(199, 106, 46, 0.08), transparent 30%), radial-gradient(circle at 92% 88%, rgba(15, 47, 53, 0.1), transparent 36%), var(--bg); line-height: 1.6; } img { display: block; width: 100%; height: auto; } a { text-decoration: none; color: inherit; } h1, h2, h3 { margin: 0; line-height: 1.15; } h1, h2 { font-family: "Libre Caslon Display", serif; letter-spacing: -0.01em; } p { margin: 0; } .container { width: min(1160px, 92vw); margin-inline: auto; } .site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid #d9d4c6; background: var(--brand-bg); backdrop-filter: none; } .header-wrap { min-height: 92px; display: flex; align-items: center; gap: 1rem; } .brand { display: inline-flex; align-items: center; gap: 0; } .brand-mark { width: clamp(190px, 24vw, 320px); max-height: 68px; height: auto; border-radius: 0; object-fit: contain; transform: none; background: transparent; } .main-nav { margin-left: auto; display: flex; align-items: center; gap: 1rem; } .main-nav a { color: var(--muted); font-weight: 500; padding: 0.35rem 0.4rem; border-radius: 6px; } .main-nav a:hover, .main-nav a.is-active { color: var(--primary); background: rgba(15, 47, 53, 0.08); } .menu-toggle { display: none; border: 1px solid var(--line); background: var(--surface); border-radius: 999px; padding: 0.55rem; font: inherit; color: var(--text); width: 46px; height: 46px; align-items: center; justify-content: center; } .menu-icon { display: inline-flex; flex-direction: column; gap: 4px; width: 18px; } .menu-icon span { height: 2px; border-radius: 999px; background: var(--primary); display: block; transition: transform 0.25s ease, opacity 0.2s ease, width 0.2s ease; } .menu-toggle[aria-expanded="true"] .menu-icon span:nth-child(1) { transform: translateY(6px) rotate(45deg); } .menu-toggle[aria-expanded="true"] .menu-icon span:nth-child(2) { opacity: 0; } .menu-toggle[aria-expanded="true"] .menu-icon span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); } .header-cta { margin-left: 0.8rem; } .btn { border: 1px solid transparent; border-radius: 999px; padding: 0.72rem 1.15rem; display: inline-flex; align-items: center; justify-content: center; font-weight: 600; transition: transform 0.2s ease, box-shadow 0.2s ease; } .btn:hover { transform: translateY(-1px); } .btn-primary { background: var(--primary); color: #fff; box-shadow: 0 8px 20px rgba(15, 47, 53, 0.2); } .btn-ghost { border-color: var(--line); color: var(--primary); background: rgba(255, 255, 255, 0.7); } .hero { padding: 4.2rem 0 3rem; } .hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 1.4rem; align-items: center; } .eyebrow { text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); font-weight: 700; font-size: 0.75rem; margin-bottom: 0.8rem; } .hero h1, .page-hero h1 { font-size: clamp(2rem, 4.8vw, 4rem); margin-bottom: 0.9rem; max-width: 12.6ch; } .lead { max-width: 56ch; color: #355057; } .hero-actions { margin-top: 1.5rem; display: flex; flex-wrap: wrap; gap: 0.75rem; } .hero-media, .panel-media { border: 1px solid var(--line); border-radius: calc(var(--radius) + 6px); overflow: hidden; background: #f7f8f8; box-shadow: var(--shadow); } .hero-kpis, .stats-row { list-style: none; margin: 1.6rem 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(130px, 1fr)); gap: 0.7rem; } .hero-kpis li, .stats-row article { background: var(--surface); border: 1px solid var(--line); border-radius: 12px; padding: 0.75rem; } .hero-kpis strong, .stats-row strong { display: block; font-size: 1.5rem; color: var(--primary); line-height: 1; } .hero-kpis span, .stats-row span { color: var(--muted); font-size: 0.85rem; } .partners-section { padding-top: 0.5rem; } .partners-lead { max-width: 58ch; color: var(--muted); } .partners-shell { position: relative; } .partners-arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 3; width: 2.6rem; height: 2.6rem; border: 1px solid var(--line); border-radius: 50%; background: var(--surface); color: var(--primary); font-size: 1.1rem; font-weight: 700; display: inline-flex; align-items: center; justify-content: center; cursor: pointer; transition: transform 0.2s ease, background-color 0.2s ease; } .partners-arrow:hover { background: #edf2f4; transform: translateY(calc(-50% - 1px)); } .partners-prev { left: 0.6rem; } .partners-next { right: 0.6rem; } .partners-viewport { overflow: hidden; border-radius: 24px; } .partners-carousel { width: 100%; overflow: hidden; } .partners-track { display: flex; gap: 1rem; will-change: transform; transform: translate3d(0, 0, 0); padding: 0 3.4rem 0.4rem; touch-action: pan-y; } .partner-card { flex: 0 0 clamp(245px, 28vw, 270px); background: var(--surface); border: 1px solid var(--line); border-radius: 20px; padding: 1rem; box-shadow: 0 6px 22px rgba(15, 47, 53, 0.06); } .partner-media { position: relative; min-height: 200px; border-radius: 16px; border: 1px solid var(--line); overflow: hidden; display: flex; align-items: flex-end; justify-content: space-between; padding: 0.9rem; color: #fff; font-weight: 700; letter-spacing: 0.02em; margin-bottom: 0.85rem; } .partner-media::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8, 19, 22, 0.15) 0%, rgba(8, 19, 22, 0.58) 100%); } .partner-media span, .partner-badge { position: relative; z-index: 1; } .partner-media.has-logo { background: #ffffff; color: var(--text); } .partner-media.has-logo::before { display: none; } .partner-media.has-logo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; padding: 0.8rem; } .partner-badge { display: inline-flex; align-items: center; justify-content: center; width: 3.1rem; height: 3.1rem; border-radius: 50%; background: rgba(255, 255, 255, 0.2); backdrop-filter: blur(6px); border: 1px solid rgba(255, 255, 255, 0.28); } .partner-media-a { background: linear-gradient(145deg, #113c3f, #2c6667); } .partner-media-b { background: linear-gradient(145deg, #8f5a2e, #d68a4f); } .partner-media-c { background: linear-gradient(145deg, #30485f, #5d7890); } .partner-media-d { background: linear-gradient(145deg, #3d5f47, #5f8f69); } .partner-card h3 { margin-bottom: 0.35rem; font-size: 1.12rem; } .partner-card p { color: var(--muted); } .page-hero { padding: 3.8rem 0 2.2rem; } .section { padding: 3.6rem 0; } .section-contrast { background: var(--surface-alt); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); } .section-head { max-width: 740px; margin-bottom: 1.4rem; } .section-head h2, .section h2 { font-size: clamp(1.5rem, 3.3vw, 2.6rem); } .cards-grid { display: grid; gap: 1rem; } .cards-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); } .cards-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); } .info-card { border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); padding: 1rem; box-shadow: 0 6px 22px rgba(15, 47, 53, 0.06); } .info-card img { border-radius: 12px; margin-bottom: 0.85rem; } .info-card h3 { margin-bottom: 0.5rem; font-size: 1.2rem; } .info-card p { color: var(--muted); } .split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; align-items: center; } .bullet-list { margin: 1rem 0 0; padding-left: 1.2rem; color: #2f4c52; } .bullet-list li + li { margin-top: 0.35rem; } .cta-panel { padding-top: 1rem; padding-bottom: 4.5rem; } .cta-inner { border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(140deg, #112f35 0%, #1e4851 100%); color: #f6f8f8; padding: 1.8rem; } .cta-inner h2 { font-size: clamp(1.5rem, 3.1vw, 2.4rem); max-width: 20ch; margin-bottom: 0.7rem; } .cta-inner p { margin-bottom: 1rem; color: rgba(246, 248, 248, 0.85); } .contact-form { border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); padding: 1rem; display: grid; gap: 0.45rem; } .contact-form h2 { margin-bottom: 0.45rem; } .contact-form label { color: var(--muted); font-weight: 500; font-size: 0.9rem; } .contact-form input, .contact-form textarea { width: 100%; border: 1px solid #cfd8db; border-radius: 10px; padding: 0.64rem 0.72rem; font: inherit; color: var(--text); background: #fff; } .contact-form input:focus, .contact-form textarea:focus { outline: 2px solid rgba(15, 47, 53, 0.2); border-color: var(--primary); } .form-note { min-height: 1.1em; color: #2f6e56; font-size: 0.88rem; } .sla-table { border: 1px solid var(--line); border-radius: 14px; overflow: hidden; background: var(--surface); } .sla-row { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 1rem; padding: 0.85rem 1rem; border-bottom: 1px solid var(--line); } .sla-row:last-child { border-bottom: 0; } .sla-head { background: #f2f6f7; font-weight: 700; } .text-link { color: var(--primary); font-weight: 700; } .contact-copy { margin-top: 0.6rem; color: var(--muted); } .mt-16 { margin-top: 1rem; } .site-footer { border-top: 1px solid var(--line); padding: 1.2rem 0 2.5rem; } .footer-wrap { display: flex; align-items: center; justify-content: space-between; gap: 1rem; } .footer-wrap p { color: var(--muted); } .footer-links { display: flex; align-items: center; gap: 1rem; } .footer-links a { color: var(--muted); } .footer-links a:hover { color: var(--primary); } .whatsapp-float { position: fixed; right: 1rem; bottom: 1rem; z-index: 50; overflow: hidden; background: #1fb85b; color: #fff; font-weight: 700; border-radius: 999px; width: 3.4rem; height: 3.4rem; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(255, 255, 255, 0.25); box-shadow: none; } .whatsapp-float::before { content: ""; width: 1.95rem; height: 1.95rem; background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' d='M13.601 2.326A7.854 7.854 0 0 0 8.034 0C3.68 0 .126 3.548.126 7.9c0 1.393.365 2.753 1.057 3.965L0 16l4.233-1.11a7.94 7.94 0 0 0 3.801.965h.003c4.353 0 7.905-3.548 7.905-7.9a7.9 7.9 0 0 0-2.341-5.629M8.037 14.54h-.003a6.6 6.6 0 0 1-3.345-.908l-.24-.144-2.51.658.67-2.445-.157-.25a6.6 6.6 0 0 1-1.017-3.543c0-3.667 2.984-6.652 6.65-6.652a6.6 6.6 0 0 1 4.714 1.951 6.56 6.56 0 0 1 1.944 4.705c0 3.667-2.987 6.652-6.654 6.652m3.615-4.933c-.197-.099-1.17-.578-1.352-.643-.182-.066-.315-.099-.446.099-.131.197-.512.643-.628.775-.115.131-.23.148-.427.05-.197-.099-.833-.307-1.587-.981-.586-.523-.981-1.17-1.096-1.367-.115-.197-.012-.304.087-.402.087-.087.197-.23.296-.346.099-.115.131-.197.197-.329.066-.131.033-.246-.017-.346-.05-.099-.446-1.073-.61-1.47-.16-.387-.323-.334-.446-.34q-.164-.007-.346-.007a.66.66 0 0 0-.478.223c-.165.197-.627.612-.627 1.493s.643 1.733.742 1.85c.099.115 1.28 1.956 3.098 2.741.433.187.77.299 1.033.383.434.138.828.119 1.14.072.347-.052 1.07-.438 1.221-.862.148-.425.148-.79.104-.862-.043-.066-.165-.099-.347-.197'/%3E%3C/svg%3E"); } .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; } .section-reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.6s ease, transform 0.6s ease; } .section-reveal.visible { opacity: 1; transform: translateY(0); } body.nav-open { overflow: hidden; } body.nav-open::before { content: ""; position: fixed; inset: 0; background: rgba(11, 23, 26, 0.42); backdrop-filter: blur(2px); z-index: 18; } @media (max-width: 1024px) { .cards-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); } .cards-3, .hero-grid, .split-grid { grid-template-columns: 1fr; } .hero h1, .page-hero h1 { max-width: none; } } @media (max-width: 780px) { .brand-mark { width: clamp(155px, 50vw, 220px); max-height: 56px; } .menu-toggle { display: inline-flex; margin-left: auto; } .main-nav { position: fixed; top: 82px; left: 4vw; right: 4vw; margin-left: 0; width: auto; border: 1px solid var(--line); border-radius: 18px; background: rgba(255, 255, 255, 0.98); box-shadow: 0 20px 50px rgba(15, 47, 53, 0.2); padding: 1rem; display: flex; flex-direction: column; align-items: stretch; gap: 0.35rem; opacity: 0; transform: translateY(-10px) scale(0.98); pointer-events: none; transition: opacity 0.22s ease, transform 0.22s ease; z-index: 22; } .main-nav.is-open { opacity: 1; transform: translateY(0) scale(1); pointer-events: auto; } .main-nav a { padding: 0.8rem 0.9rem; border-radius: 12px; background: #f7f9f9; } .main-nav a.is-active { background: rgba(15, 47, 53, 0.08); } .header-cta { display: none; } .header-wrap { min-height: 72px; gap: 0.6rem; } .brand { font-size: 0.98rem; } .whatsapp-float { right: 0.75rem; bottom: calc(0.85rem + env(safe-area-inset-bottom)); width: 4.05rem; height: 4.05rem; border: 2px solid #ffffff; box-shadow: none; } .whatsapp-float::before { width: 2.25rem; height: 2.25rem; } .whatsapp-float::after { content: "WhatsApp"; position: absolute; right: 100%; margin-right: 0.5rem; background: rgba(16, 35, 39, 0.92); color: #ffffff; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.01em; padding: 0.2rem 0.45rem; border-radius: 999px; white-space: nowrap; pointer-events: none; } .hero, .page-hero { padding-top: 2.8rem; } .hero h1, .page-hero h1 { font-size: clamp(1.95rem, 9vw, 3rem); } .lead { font-size: 0.98rem; } .hero-actions { flex-direction: column; } .hero-actions .btn, .cta-inner .btn, .contact-form .btn { width: 100%; } .partners-track { padding: 0 2.9rem 0.35rem; } .partners-arrow { width: 2.35rem; height: 2.35rem; } .partners-prev { left: 0.35rem; } .partners-next { right: 0.35rem; } .partner-card { flex-basis: 82vw; } .section { padding: 2.8rem 0; } .cta-inner { padding: 1.35rem; } .info-card, .contact-form, .sla-table { border-radius: 14px; } .sla-row { grid-template-columns: 1fr; gap: 0.2rem; } .sla-head { display: none; } .hero-kpis, .stats-row, .cards-3, .cards-4 { grid-template-columns: 1fr; } .footer-wrap { flex-direction: column; align-items: flex-start; gap: 0.6rem; } .footer-links { flex-wrap: wrap; } } @media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } }