#body-wikiobras {
    --wo-header-offset: 0px;
    --wo-orange: #ea580c;
    --wo-orange-dark: #c2410c;
    --wo-ink: #0f172a;
    --wo-line: #e2e8f0;
}

#body-wikiobras[hidden] {
    display: none !important;
}

#body-wikiobras,
#body-wikiobras * {
    box-sizing: border-box;
}

#body-wikiobras a,
#body-wikiobras button,
#body-wikiobras input {
    -webkit-tap-highlight-color: transparent;
}

#body-wikiobras img { max-width: 100%; }

#wikiobras-corpo {
    display: flex;
    flex-direction: column;
}

.wo-order-bases { order: 2; }
.wo-order-dashboard { order: 3; }
.wo-order-cost { order: 4; }
.wo-order-composition { order: 5; }
.wo-order-planning { order: 6; }
.wo-order-gallery { order: 7; }
.wo-order-ecosystem { order: 8; }
.wo-order-proof { order: 9; }

#search-form,
#erp-wikiobras,
#div_bases,
#dashboard-orcamentario,
#depoimento {
    scroll-margin-top: calc(var(--wo-header-offset) + 1rem);
}

.wo-hero {
    display: flex;
    min-height: calc(100vh - var(--wo-header-offset));
    min-height: calc(100svh - var(--wo-header-offset));
    margin-top: var(--wo-header-offset);
}

.wo-hero-layout {
    min-height: inherit;
    padding-top: clamp(2.75rem, 7vh, 5rem);
    padding-bottom: clamp(2.75rem, 7vh, 5rem);
}

.wo-technical-grid {
    background-color: #f8fafc;
    background-image: radial-gradient(circle at 50% 34%, rgba(249, 115, 22, .08), transparent 34rem);
}

.dark .wo-technical-grid {
    background-color: #020617;
    background-image: radial-gradient(circle at 50% 34%, rgba(249, 115, 22, .09), transparent 34rem);
}

.wo-search-surface {
    position: relative;
    z-index: 30;
    overflow: visible;
    border: 1px solid #e2e8f0;
    border-radius: .9rem;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 18px 45px rgba(15, 23, 42, .09);
}

.dark .wo-search-surface {
    border-color: #334155;
    background: rgba(15, 23, 42, .96);
    box-shadow: 0 22px 55px rgba(0, 0, 0, .28);
}

.wo-command-bar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) .62fr 1.25fr;
    grid-template-areas:
        "type uf city"
        "query query query"
        "submit submit submit";
    overflow: visible;
}

.wo-search-type { grid-area: type; }
.wo-command-uf { grid-area: uf; }
.wo-command-city { grid-area: city; }
.wo-command-query { grid-area: query; }
.wo-search-submit { grid-area: submit; }

.wo-command-segment,
.wo-command-query {
    min-height: 3.35rem;
    border-bottom: 1px solid #e2e8f0;
}

.wo-command-segment + .wo-command-segment {
    border-left: 1px solid #e2e8f0;
}

.dark .wo-command-segment,
.dark .wo-command-query {
    border-color: #334155;
}

.wo-command-control {
    display: flex;
    width: 100%;
    min-height: 3.35rem;
    align-items: center;
    justify-content: space-between;
    gap: .4rem;
    padding: 0 .9rem;
    border: 0;
    background: transparent;
    color: #1e293b;
    font-size: .875rem;
    font-weight: 800;
    outline: 0;
}

.dark .wo-command-control { color: #f8fafc; }

.wo-command-control:disabled {
    cursor: not-allowed;
    background: rgba(241, 245, 249, .72);
    color: #94a3b8;
}

.dark .wo-command-control:disabled {
    background: rgba(15, 23, 42, .6);
    color: #64748b;
}

.wo-command-control:hover,
.wo-command-control:focus-visible { background: #fff7ed; }
.dark .wo-command-control:hover,
.dark .wo-command-control:focus-visible { background: rgba(154, 52, 18, .17); }

.wo-command-query input {
    width: 100%;
    min-height: 3.35rem;
    border: 0;
    background: transparent;
    padding: 0 1rem 0 3rem;
    color: #0f172a;
    font-size: 1rem;
    outline: 0;
}

.wo-command-query input::placeholder { color: #94a3b8; }
.dark .wo-command-query input { color: #fff; }

.wo-search-submit {
    min-height: 3.35rem;
    border: 0;
    border-radius: 0 0 calc(.9rem - 1px) calc(.9rem - 1px);
}

.wo-search-support {
    display: flex;
    flex-direction: column;
    gap: .2rem;
    border-top: 1px solid #e2e8f0;
    padding: .7rem 1rem;
    color: #64748b;
    font-size: .75rem;
    line-height: 1.35;
}

.dark .wo-search-support { border-color: #334155; color: #94a3b8; }
.wo-search-support button { font-weight: 800; }
.wo-search-support button:hover { color: #c2410c; }
.wo-search-support p:last-child { font-weight: 600; }

.wo-hero-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .55rem 1.25rem;
    color: #475569;
    font-size: .82rem;
    font-weight: 700;
}

.dark .wo-hero-links { color: #cbd5e1; }
.wo-hero-links a { text-decoration: underline; text-decoration-color: #cbd5e1; text-underline-offset: .24rem; }
.wo-hero-links a:hover { color: #c2410c; text-decoration-color: #f97316; }

.wo-scroll-cue {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    margin-top: 1.5rem;
    color: #64748b;
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.wo-scroll-cue:hover { color: #c2410c; }

.wo-search-menu {
    position: absolute !important;
    top: calc(100% + .45rem) !important;
    right: 0 !important;
    left: 0 !important;
    z-index: 12000 !important;
    width: 100% !important;
    max-width: min(22rem, calc(100vw - 2rem)) !important;
    margin: 0 !important;
    transform: none !important;
}

.wo-search-error {
    border-color: #f97316 !important;
    box-shadow: 0 0 0 3px rgba(249, 115, 22, .16) !important;
}

.wo-product-shell {
    position: relative;
    isolation: isolate;
}

.wo-product-shell::after {
    position: absolute;
    right: 1%;
    bottom: -6%;
    z-index: -1;
    width: 92%;
    height: 48%;
    content: "";
    border-radius: 999px;
    background: rgba(234, 88, 12, .16);
    filter: blur(48px);
}

.wo-dashboard-shell {
    box-shadow: 0 32px 80px rgba(15, 23, 42, .16), 0 8px 24px rgba(15, 23, 42, .08);
}

.dark .wo-dashboard-shell {
    box-shadow: 0 32px 90px rgba(0, 0, 0, .4), 0 0 0 1px rgba(249, 115, 22, .04);
}

.wo-floating-panel {
    position: absolute;
    z-index: 4;
    border: 1px solid #fed7aa;
    border-radius: .75rem;
    background: rgba(255, 255, 255, .95);
    padding: .7rem .85rem;
    color: #0f172a;
    box-shadow: 0 12px 30px rgba(15, 23, 42, .13);
    backdrop-filter: blur(12px);
}

.dark .wo-floating-panel {
    border-color: rgba(194, 65, 12, .7);
    background: rgba(15, 23, 42, .92);
    color: #f8fafc;
}

.wo-floating-sinapi { top: 17%; right: -2.5rem; }
.wo-floating-abc { right: 1.25rem; bottom: -1.6rem; }

.wo-hero-bar,
.wo-composition-bar,
.wo-module-bar {
    display: grid;
    align-items: center;
    gap: .55rem;
    font-size: .75rem;
}

.wo-hero-bar { grid-template-columns: 5.8rem minmax(0, 1fr) 2.25rem; }
.wo-composition-bar { grid-template-columns: 6rem minmax(0, 1fr) 2.5rem; }
.wo-module-bar { grid-template-columns: 6.5rem minmax(0, 1fr) 2.4rem; }

.wo-hero-bar i,
.wo-composition-bar i,
.wo-module-bar i,
.wo-track {
    display: block;
    width: 100%;
    height: .45rem;
    overflow: hidden;
    border-radius: 999px;
    background: #e2e8f0;
}

.dark .wo-hero-bar i,
.dark .wo-composition-bar i,
.dark .wo-module-bar i,
.dark .wo-track { background: #1e293b; }

.wo-hero-bar em,
.wo-composition-bar em,
.wo-module-bar em,
.wo-bar-grow {
    display: block;
    width: var(--wo-value);
    height: 100%;
    border-radius: inherit;
    transform-origin: left center;
}

.wo-timeline-fill {
    display: block;
    width: 100%;
    height: .45rem;
    overflow: hidden;
    border-radius: 999px;
    transform-origin: left center;
}

.wo-timeline-fill + span {
    display: block;
    margin-top: .35rem;
    overflow: hidden;
    color: #64748b;
    font-size: .68rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wo-donut {
    position: relative;
    aspect-ratio: 1;
    border-radius: 50%;
    background: conic-gradient(#ea580c 0 46%, #3b82f6 46% 77%, #06b6d4 77% 91%, #94a3b8 91% 100%);
}

.wo-donut::after {
    position: absolute;
    inset: 18%;
    content: "";
    border-radius: inherit;
    background: #fff;
}

.dark .wo-donut::after { background: #0f172a; }
.wo-donut-hero { width: 7.25rem; }
.wo-donut-ecosystem { width: 8.5rem; }

.wo-chart-gridline,
.wo-chart-gridline-dark {
    fill: none;
    stroke-width: 1;
}

.wo-chart-gridline { stroke: rgba(148, 163, 184, .22); }
.wo-chart-gridline-dark { stroke: rgba(148, 163, 184, .15); }

.wo-line-draw {
    fill: none;
    stroke: #ea580c;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.wo-line-blue { stroke: #3b82f6; }
.wo-line-orange { stroke: #f97316; }
.wo-area-fill { fill: rgba(59, 130, 246, .08); }
.wo-chart-points circle { fill: #f97316; stroke: #020617; stroke-width: 2; }

.wo-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.wo-eyebrow {
    color: #ea580c;
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.wo-section-title {
    max-width: 48rem;
    margin-top: .65rem;
    color: #020617;
    font-size: clamp(1.85rem, 3.3vw, 2.7rem);
    font-weight: 900;
    letter-spacing: -.035em;
    line-height: 1.08;
}

.dark .wo-section-title { color: #fff; }

.wo-cost-section .wo-section-title,
#erp-wikiobras .wo-section-title { color: #fff; }

.wo-dark-grid {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(148, 163, 184, .055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(148, 163, 184, .055) 1px, transparent 1px);
    background-size: 34px 34px;
    -webkit-mask-image: linear-gradient(to bottom, transparent, #000 12%, #000 88%, transparent);
    mask-image: linear-gradient(to bottom, transparent, #000 12%, #000 88%, transparent);
}

.wo-base-rail {
    display: grid;
    grid-auto-columns: minmax(10rem, 46vw);
    grid-auto-flow: column;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
}

.wo-base-item {
    position: relative;
    min-width: 0;
    scroll-snap-align: start;
}

.wo-base-link {
    display: flex;
    min-height: 7.5rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .75rem;
    padding: 1.25rem;
    color: #64748b;
    font-size: .75rem;
    font-weight: 700;
    transition: background-color .2s ease, color .2s ease;
}

.wo-base-link:hover { background: #fff7ed; color: #c2410c; }
.dark .wo-base-link:hover { background: rgba(124, 45, 18, .18); color: #fdba74; }

.wo-base-help {
    position: absolute;
    top: .65rem;
    right: .65rem;
    color: #94a3b8;
}

.wo-base-help:hover { color: #ea580c; }

.wo-metrics > div {
    position: relative;
    padding: 1.75rem .75rem;
    text-align: center;
}

.wo-metrics > div:not(:last-child) { border-right: 1px solid #e2e8f0; }
.dark .wo-metrics > div:not(:last-child) { border-color: #1e293b; }

.wo-metrics b {
    display: block;
    color: #020617;
    font-size: clamp(1.75rem, 4vw, 3.2rem);
    font-weight: 900;
    letter-spacing: -.04em;
    line-height: 1;
}

.dark .wo-metrics b { color: #fff; }

.wo-metrics span {
    display: block;
    margin-top: .55rem;
    color: #64748b;
    font-size: .8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.wo-metrics::before {
    position: absolute;
    top: -1px;
    left: 0;
    width: 35%;
    height: 2px;
    content: "";
    background: #ea580c;
    transform-origin: left;
}

.wo-metrics { position: relative; }

.wo-analytics-shell {
    overflow: hidden;
    border: 1px solid #334155;
    border-radius: 1.15rem;
    background: rgba(15, 23, 42, .93);
    box-shadow: 0 28px 80px rgba(0, 0, 0, .3);
}

.wo-analytics-head {
    display: flex;
    min-height: 3.2rem;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-bottom: 1px solid #334155;
    padding: .75rem 1.25rem;
    color: #94a3b8;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.wo-heat-cell {
    display: block;
    aspect-ratio: 1;
    border-radius: .18rem;
    background: #f97316;
    opacity: calc(.18 + var(--wo-cell) * .035);
}

.wo-data-surface {
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 12px 35px rgba(15, 23, 42, .055);
}

.dark .wo-data-surface { border-color: #334155; background: #0f172a; box-shadow: none; }

.wo-data-head {
    display: flex;
    min-height: 4.3rem;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-bottom: 1px solid #e2e8f0;
    padding: .85rem 1.25rem;
}

.dark .wo-data-head { border-color: #1e293b; }
.wo-data-head span { display: block; color: #94a3b8; font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.wo-data-head b { display: block; margin-top: .2rem; font-size: .85rem; }
.wo-data-head > div:last-child { text-align: right; }

.wo-data-surface table th {
    padding: .85rem 1.15rem;
    background: #f8fafc;
    color: #64748b;
    font-size: .68rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.dark .wo-data-surface table th { background: #020617; color: #94a3b8; }
.wo-data-surface table td { padding: .9rem 1.15rem; border-top: 1px solid #e2e8f0; }
.dark .wo-data-surface table td { border-color: #1e293b; }
.wo-data-surface table tbody tr { transition: background-color .18s ease; }
.wo-data-surface table tbody tr:hover { background: #fff7ed; }
.dark .wo-data-surface table tbody tr:hover { background: rgba(124, 45, 18, .16); }
.wo-data-surface table tfoot td { background: #f8fafc; color: #0f172a; font-weight: 900; }
.dark .wo-data-surface table tfoot td { background: #020617; color: #fff; }
.wo-data-surface table tfoot td:last-child { color: #ea580c; font-size: 1rem; }

.wo-table-dot {
    display: inline-block;
    width: .48rem;
    height: .48rem;
    margin-right: .45rem;
    border-radius: 999px;
}

.wo-waterfall { position: relative; min-height: 23rem; }

.wo-waterfall-grid {
    position: absolute;
    inset: 1.25rem 1.25rem 5rem;
    display: grid;
    grid-template-rows: repeat(4, 1fr);
}

.wo-waterfall-grid span { border-bottom: 1px solid #e2e8f0; }
.dark .wo-waterfall-grid span { border-color: #1e293b; }

.wo-waterfall-bars {
    position: absolute;
    inset: 1.25rem 1.25rem 1.25rem;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: .5rem;
}

.wo-waterfall-bars > div { position: relative; min-width: 0; }

.wo-waterfall-bar {
    position: absolute;
    right: 12%;
    bottom: calc(4rem + var(--wo-start));
    left: 12%;
    height: var(--wo-size);
    max-height: calc(100% - 4rem);
    border-radius: .25rem .25rem 0 0;
    transform-origin: bottom;
}

.wo-waterfall-bars b,
.wo-waterfall-bars small {
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
}

.wo-waterfall-bars b { bottom: 1.3rem; overflow: hidden; font-size: .68rem; text-overflow: ellipsis; white-space: nowrap; }
.wo-waterfall-bars small { bottom: .1rem; color: #64748b; font-size: .65rem; font-weight: 700; }

.wo-gantt {
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 12px 35px rgba(15, 23, 42, .05);
}

.dark .wo-gantt { border-color: #334155; background: #0f172a; box-shadow: none; }

.wo-gantt-head {
    display: grid;
    grid-template-columns: 9rem repeat(8, 1fr);
    border-bottom: 1px solid #e2e8f0;
    background: #f8fafc;
}

.dark .wo-gantt-head { border-color: #1e293b; background: #020617; }
.wo-gantt-head span { padding: .85rem .5rem; color: #64748b; font-size: .68rem; font-weight: 800; letter-spacing: .06em; text-align: center; }
.wo-gantt-head span:first-child { padding-left: 1.25rem; text-align: left; }

.wo-gantt-row {
    display: grid;
    grid-template-columns: 9rem minmax(0, 1fr) 3.5rem;
    align-items: center;
    min-height: 4.25rem;
    border-bottom: 1px solid #e2e8f0;
    padding: 0 1rem 0 1.25rem;
}

.dark .wo-gantt-row { border-color: #1e293b; }
.wo-gantt-row b { font-size: .82rem; }
.wo-gantt-row em { color: #64748b; font-size: .72rem; font-style: normal; font-weight: 800; text-align: right; }

.wo-gantt-lane {
    position: relative;
    height: 2rem;
    background-image: linear-gradient(90deg, rgba(148, 163, 184, .15) 1px, transparent 1px);
    background-size: 12.5% 100%;
}

.wo-gantt-plan,
.wo-gantt-real,
.wo-gantt-critical {
    position: absolute;
    left: var(--wo-left);
    width: var(--wo-width);
    border-radius: .2rem;
    transform-origin: left;
}

.wo-gantt-plan { top: .3rem; height: .55rem; }
.wo-gantt-real { bottom: .3rem; height: .55rem; }
.wo-gantt-critical { top: .1rem; bottom: .1rem; border: 1px dashed #f43f5e; }

.wo-gantt-foot {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: .8rem 1.25rem;
    color: #64748b;
    font-size: .7rem;
    font-weight: 700;
}

.wo-gallery-frame {
    overflow: hidden;
    border: 1px solid #cbd5e1;
    border-radius: 1.15rem;
    background: #fff;
    box-shadow: 0 24px 60px rgba(15, 23, 42, .11);
}

.dark .wo-gallery-frame { border-color: #334155; background: #0f172a; box-shadow: 0 24px 70px rgba(0, 0, 0, .3); }
.wo-gallery-frame:focus-visible { outline: 3px solid rgba(249, 115, 22, .4); outline-offset: 3px; }

.wo-gallery-head {
    display: flex;
    min-height: 4.4rem;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-bottom: 1px solid #e2e8f0;
    padding: .85rem 1.25rem;
}

.dark .wo-gallery-head { border-color: #1e293b; }

.wo-gallery-controls {
    display: flex;
    align-items: stretch;
    gap: .6rem;
    border-top: 1px solid #e2e8f0;
    padding: .7rem;
}

.dark .wo-gallery-controls { border-color: #1e293b; }

.wo-gallery-arrow {
    display: grid;
    width: 3rem;
    flex: 0 0 3rem;
    place-items: center;
    border: 1px solid #e2e8f0;
    border-radius: .65rem;
    color: #475569;
    transition: border-color .18s ease, color .18s ease, background-color .18s ease;
}

.wo-gallery-arrow:hover { border-color: #fdba74; background: #fff7ed; color: #c2410c; }
.dark .wo-gallery-arrow { border-color: #334155; color: #cbd5e1; }
.dark .wo-gallery-arrow:hover { border-color: #c2410c; background: rgba(124, 45, 18, .2); color: #fdba74; }

.wo-gallery-thumb {
    display: grid;
    width: 7.5rem;
    flex: 0 0 7.5rem;
    grid-template-rows: 3.9rem auto;
    gap: .35rem;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: .65rem;
    background: #fff;
    padding: .3rem;
    color: #64748b;
    font-size: .68rem;
    font-weight: 800;
    text-align: left;
}

.dark .wo-gallery-thumb { border-color: #334155; background: #020617; color: #94a3b8; }
.wo-gallery-thumb img { width: 100%; height: 100%; border-radius: .35rem; object-fit: cover; }

.wo-gallery-thumb[aria-current="true"] {
    border-color: #f97316;
    color: #c2410c;
    box-shadow: 0 0 0 2px rgba(249, 115, 22, .16);
}

.dark .wo-gallery-thumb[aria-current="true"] { color: #fdba74; }

.wo-ecosystem-tabs {
    display: flex;
    min-width: 0;
    gap: .5rem;
    overflow-x: auto;
    border-bottom: 1px solid #334155;
    padding-bottom: .7rem;
    scrollbar-width: none;
}

.wo-ecosystem-tabs::-webkit-scrollbar { display: none; }

.wo-ecosystem-tabs .erpwiki-tab {
    min-height: 2.8rem;
    flex: 0 0 auto;
    border: 1px solid transparent;
    border-radius: .65rem;
    padding: .65rem .9rem;
    color: #94a3b8;
    font-size: .8rem;
    font-weight: 800;
    transition: border-color .18s ease, background-color .18s ease, color .18s ease;
}

.wo-ecosystem-tabs .erpwiki-tab:hover { color: #fff; }

.wo-ecosystem-tabs .erpwiki-tab[aria-selected="true"] {
    border-color: rgba(249, 115, 22, .65);
    background: rgba(124, 45, 18, .28);
    color: #fdba74;
}

.wo-ecosystem-tabs .erpwiki-tab:focus-visible { outline: 3px solid rgba(249, 115, 22, .32); outline-offset: 2px; }

.wo-ecosystem-content {
    min-height: 25rem;
    margin-top: 1rem;
    overflow: hidden;
    border: 1px solid #334155;
    border-radius: 1rem;
    background: rgba(15, 23, 42, .92);
}

.wo-module-layout {
    display: grid;
    min-height: 25rem;
    gap: 2rem;
    padding: 1.5rem;
}

.wo-module-layout > div:first-child { align-self: center; }
.wo-module-layout h3 { margin-top: .6rem; font-size: clamp(1.55rem, 3vw, 2.25rem); font-weight: 900; letter-spacing: -.03em; line-height: 1.1; }
.wo-module-layout > div:first-child > p:last-child { max-width: 34rem; margin-top: 1rem; color: #94a3b8; font-size: .9rem; line-height: 1.65; }
.wo-module-kicker { color: #fb923c; font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }

.wo-module-viz {
    align-self: stretch;
    border-left: 1px solid #334155;
    background-image:
        linear-gradient(rgba(148, 163, 184, .055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(148, 163, 184, .055) 1px, transparent 1px);
    background-size: 24px 24px;
    padding: 1.5rem;
}

.wo-mini-table { overflow: hidden; border: 1px solid #334155; border-radius: .75rem; }
.wo-mini-table > div { display: grid; grid-template-columns: minmax(0, 1fr) 4rem 5rem; gap: .5rem; border-top: 1px solid #334155; padding: .8rem; font-size: .75rem; }
.wo-mini-table > div:first-child { border-top: 0; background: #020617; color: #64748b; font-size: .68rem; text-transform: uppercase; }
.wo-mini-table em { color: #fb923c; font-style: normal; font-weight: 700; }

.wo-mini-waterfall {
    display: grid;
    height: 11rem;
    grid-template-columns: repeat(6, 1fr);
    align-items: end;
    gap: .75rem;
    border-bottom: 1px solid #475569;
    background-image: linear-gradient(rgba(148, 163, 184, .1) 1px, transparent 1px);
    background-size: 100% 25%;
    padding: 0 .5rem;
}

.wo-mini-waterfall span { display: block; height: var(--wo-height); border-radius: .25rem .25rem 0 0; transform-origin: bottom; }

.wo-mini-gantt { display: grid; grid-template-columns: 6.5rem minmax(0, 1fr); align-items: center; gap: .75rem; }
.wo-mini-gantt b { color: #cbd5e1; font-size: .75rem; }
.wo-mini-gantt i { position: relative; display: block; height: 1.15rem; background: #1e293b; border-radius: .2rem; }
.wo-mini-gantt em { position: absolute; left: var(--wo-left); width: var(--wo-width); height: 100%; border-radius: inherit; transform-origin: left; }

.wo-search-overlay {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: grid;
    place-items: center;
    padding: 1rem;
    background: rgba(2, 6, 23, .42);
    backdrop-filter: blur(6px);
}

.wo-search-overlay[hidden] { display: none; }

.wo-search-spinner {
    width: 1.15rem;
    height: 1.15rem;
    border: 2px solid rgba(234, 88, 12, .22);
    border-top-color: #ea580c;
    border-radius: 50%;
    animation: wo-spin .75s linear infinite;
}

@keyframes wo-spin { to { transform: rotate(360deg); } }

.wo-scroll-progress {
    position: fixed;
    top: var(--wo-header-offset);
    left: 0;
    z-index: 49;
    width: var(--wo-scroll-progress, 0%);
    height: 2px;
    background: #f97316;
    pointer-events: none;
    transform-origin: left;
}

.wo-motion-ready [data-wo-hero],
.wo-motion-ready [data-wo-reveal] {
    opacity: 0;
    transform: translateY(16px);
}

.wo-motion-ready [data-wo-hero].is-visible,
.wo-motion-ready [data-wo-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .62s cubic-bezier(.22, 1, .36, 1), transform .62s cubic-bezier(.22, 1, .36, 1);
    transition-delay: var(--wo-delay, 0ms);
}

.wo-motion-ready .wo-bar-grow,
.wo-motion-ready .wo-hero-bar em,
.wo-motion-ready .wo-composition-bar em,
.wo-motion-ready .wo-module-bar em,
.wo-motion-ready .wo-timeline-fill,
.wo-motion-ready .wo-waterfall-bar,
.wo-motion-ready .wo-gantt-plan,
.wo-motion-ready .wo-gantt-real,
.wo-motion-ready .wo-mini-waterfall span,
.wo-motion-ready .wo-mini-gantt em {
    transform: scaleX(0);
}

.wo-motion-ready .wo-waterfall-bar,
.wo-motion-ready .wo-mini-waterfall span { transform: scaleY(0); }

.wo-motion-ready [data-wo-chart].is-visible .wo-bar-grow,
.wo-motion-ready [data-wo-chart].is-visible .wo-hero-bar em,
.wo-motion-ready [data-wo-chart].is-visible .wo-composition-bar em,
.wo-motion-ready [data-wo-chart].is-visible .wo-module-bar em,
.wo-motion-ready [data-wo-chart].is-visible .wo-timeline-fill,
.wo-motion-ready [data-wo-chart].is-visible .wo-gantt-plan,
.wo-motion-ready [data-wo-chart].is-visible .wo-gantt-real,
.wo-motion-ready [data-wo-chart].is-visible .wo-mini-gantt em {
    transform: scaleX(1);
    transition: transform .75s cubic-bezier(.22, 1, .36, 1);
}

.wo-motion-ready [data-wo-chart].is-visible .wo-waterfall-bar,
.wo-motion-ready [data-wo-chart].is-visible .wo-mini-waterfall span {
    transform: scaleY(1);
    transition: transform .7s cubic-bezier(.22, 1, .36, 1);
}

.wo-motion-ready .wo-line-draw {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
}

.wo-motion-ready [data-wo-chart].is-visible .wo-line-draw {
    stroke-dashoffset: 0;
    transition: stroke-dashoffset .95s ease .12s;
}

.wo-motion-ready .wo-chart-points,
.wo-motion-ready .wo-heat-cell { opacity: 0; }
.wo-motion-ready [data-wo-chart].is-visible .wo-chart-points,
.wo-motion-ready [data-wo-chart].is-visible .wo-heat-cell { opacity: 1; transition: opacity .4s ease .55s; }

#noticias section > div[class*="max-w"],
#agenda section > div[class*="max-w"],
#curso section > div[class*="max-w"] {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

#noticias .blur-3xl,
#agenda .blur-3xl,
#curso .blur-3xl { display: none !important; }

@media (min-width: 640px) {
    .wo-base-rail {
        grid-auto-flow: row;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        overflow: visible;
    }
}

@media (min-width: 768px) {
    .wo-command-bar {
        grid-template-columns: 8.25rem 4.8rem 8.75rem minmax(0, 1fr) 7.75rem;
        grid-template-areas: "type uf city query submit";
    }

    .wo-command-segment,
    .wo-command-query { min-height: 3.85rem; border-bottom: 0; }
    .wo-command-query { border-left: 1px solid #e2e8f0; }
    .dark .wo-command-query { border-left-color: #334155; }
    .wo-command-control,
    .wo-command-query input,
    .wo-search-submit { min-height: 3.85rem; }
    .wo-search-submit { border-radius: 0 calc(.9rem - 1px) calc(.9rem - 1px) 0; }
    .wo-search-support { flex-direction: row; justify-content: space-between; text-align: left; }

    .wo-module-layout { grid-template-columns: minmax(16rem, .72fr) minmax(0, 1.28fr); padding: 0; }
    .wo-module-layout > div:first-child { padding: 2rem; }
    .wo-module-viz { display: grid; align-content: center; padding: 2rem; }
}

@media (min-width: 1024px) {
    .wo-hero-layout {
        padding-top: clamp(3rem, 7vh, 5rem);
        padding-bottom: clamp(3rem, 7vh, 5rem);
    }

    .wo-section { padding-top: 5rem; padding-bottom: 5rem; }
    .wo-cost-section { padding-top: 6rem; padding-bottom: 6rem; }

    .wo-base-rail { grid-template-columns: repeat(6, minmax(0, 1fr)); }

    #noticias section > div[class*="max-w"],
    #agenda section > div[class*="max-w"],
    #curso section > div[class*="max-w"] {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }
}

@media (min-width: 1440px) {
    .wo-section { padding-top: 6rem; padding-bottom: 6rem; }
    .wo-cost-section { padding-top: 7rem; padding-bottom: 7rem; }
}

@media (max-width: 1023px) {
    .wo-floating-sinapi { right: 1rem; }
}

@media (max-width: 767px) {
    .wo-module-viz { border-top: 1px solid #334155; border-left: 0; }
    .wo-ecosystem-content { min-height: 0; }
    .wo-module-layout { min-height: 0; }
    .wo-gallery-head > span { display: none; }
    .wo-gantt { overflow-x: auto; }
    .wo-gantt-head,
    .wo-gantt-row,
    .wo-gantt-foot { min-width: 46rem; }
    .wo-analytics-head { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 639px) {
    .wo-hero-layout { padding-top: 2.5rem; padding-bottom: 2.5rem; }
    .wo-section { padding-top: 3.5rem; padding-bottom: 3.5rem; }
    .wo-floating-abc { right: .75rem; bottom: -1.35rem; }
    .wo-dashboard-shell { border-radius: .9rem; }
    .wo-dashboard-secondary { display: block; }
    .wo-dashboard-secondary > div:last-child { display: none; }
    .wo-gallery-arrow { width: 2.65rem; flex-basis: 2.65rem; }
    .wo-gallery-thumb { width: 6.5rem; flex-basis: 6.5rem; }
    .wo-metrics > div { padding: 1.35rem .35rem; }
    .wo-metrics b { font-size: clamp(1.45rem, 8vw, 2rem); }
    .wo-metrics span { font-size: .62rem; letter-spacing: .04em; }
    .wo-waterfall-bars { gap: .25rem; }
    .wo-waterfall-bars b { font-size: .58rem; }
    .wo-waterfall-bars small { font-size: .56rem; }
}

@media (max-width: 374px) {
    .wo-command-bar { grid-template-columns: minmax(0, 1fr) 4.25rem minmax(0, 1.15fr); }
    .wo-dashboard-secondary { display: none !important; }
    .wo-floating-abc { display: none; }
    .wo-module-bar { grid-template-columns: 5.75rem minmax(0, 1fr) 2.15rem; }
}

@media (prefers-reduced-motion: reduce) {
    #body-wikiobras *,
    #body-wikiobras *::before,
    #body-wikiobras *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }

    .wo-motion-ready [data-wo-hero],
    .wo-motion-ready [data-wo-reveal],
    .wo-motion-ready .wo-chart-points,
    .wo-motion-ready .wo-heat-cell {
        opacity: 1 !important;
        transform: none !important;
    }

    .wo-motion-ready .wo-bar-grow,
    .wo-motion-ready .wo-hero-bar em,
    .wo-motion-ready .wo-composition-bar em,
    .wo-motion-ready .wo-module-bar em,
    .wo-motion-ready .wo-timeline-fill,
    .wo-motion-ready .wo-waterfall-bar,
    .wo-motion-ready .wo-gantt-plan,
    .wo-motion-ready .wo-gantt-real,
    .wo-motion-ready .wo-mini-waterfall span,
    .wo-motion-ready .wo-mini-gantt em {
        transform: none !important;
    }

    .wo-motion-ready .wo-line-draw { stroke-dashoffset: 0 !important; }
}
