@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Italic-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}


@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}


.acess-timeline {
    padding: 60px 0;
    background: #fff;
}

.acess-timeline__header {
    margin-bottom: 20px;
    text-align: left;
    position: relative;
}

.acess-timeline__header h2 {
    margin: 0;
    color: #FFF;
    font-family: 'Montserrat', system-ui, -apple-system, Segoe UI, Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    background: #436E98;
    padding: 18px 40px;

    padding-right: calc((100vw - 100%) / 2 + 40px);
    margin-right: calc((100vw - 100%) / -2);
    width: calc(100% + (100vw - 102%) / 2);
    border-radius: 10px 0px 0px 10px;
    display: inline-block;
    position: relative;
}

.acess-timeline__subtitle {
    margin: 4px 0 0;
    color: #FFF;
    font-family: 'Montserrat', system-ui, -apple-system, Segoe UI, Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.5px;
}


#timeline-title {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
}


.timeline-subtitle {
    font-size: 24px;
    font-weight: 400;
    color: #FFF;
    font-family: 'Montserrat', system-ui, -apple-system, Segoe UI, Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif;
}

.timeline-content {
    position: relative;
}

.timeline-content {
    display: grid;
    align-items: start;
}

.timeline-text {
    color: var(--Light, #757575);
    font-family: Inter;
    font-size: 18px;
    line-height: 28px;
}

.timeline-visual {
    position: relative;
    overflow: hidden;
    margin-left: 240px;
}

.timeline-hero {
    position: absolute;
    left: -160px;
    bottom: 0;
    top: -60px;
    height: 860px;
    object-fit: cover;
    pointer-events: none;
}

.timeline-bar {
    position: relative;
    display: flex;
    justify-content: space-around;
    gap: 12px;
    align-items: center;
    padding: 0 16px;
    height: 44px;
    overflow: hidden;
    border-radius: 6px;
    background: #436E98;
}

.timeline-bar::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(90deg,
            transparent 0 var(--seg-start, 33%),
            #FFE100 var(--seg-start, 33%) var(--seg-end, 66%),
            transparent var(--seg-end, 66%) 100%);
}

.timeline-bar::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0) 12%, rgba(255, 255, 255, 0) 88%, rgba(255, 255, 255, 0.9));
}

.tl-year {
    position: relative;
    background: transparent;
    color: #FFF;
    border: 0;
    border-radius: 6px;
    padding: 8px 18px;
    font-weight: 700;
    cursor: pointer;
    z-index: 1;
}

.tl-year.is-active {
    color: #1C2F5A;
}

.tl-year.is-active::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 14px;
    height: 14px;
    background: #FFE100;
}

.tl-nav {
    background: transparent;
    color: #FFF;
    border: 0;
    font-size: 24px;
    padding: 6px 10px;
    cursor: pointer;
    z-index: 1;
}

.tl-nav:focus {
    outline: 2px solid rgba(255, 255, 255, 0.6);
    outline-offset: 2px;
}

.timeline-panels {
    margin-left: 426px;
    margin-top: 12px;
    position: relative;
}

.tl-panel {
    background: rgba(38, 214, 253, 0.10);
    border-radius: 8px;
    padding: 16px;
}

.tl-panel[hidden] {
    display: none;
}

.tl-panel h3 {
    margin: 0 0 8px;
    color: #1C2F5A;
    font-family: 'Montserrat', system-ui, -apple-system, Segoe UI, Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif;
    font-size: 22px;
    font-weight: 700;
}

.tl-more {
    color: #0B5E74;
    font-weight: 700;
    text-decoration: none;
}

.tl-more:hover {
    text-decoration: underline;
}


.tl-panel--top {
    margin-bottom: 16px;
    margin-top: -90px;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.06);
}

.tl-panel--bottom {
    margin-top: 16px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
}

.timeline-svg {
    margin-top: 24px;
}


.tl-cards {
    display: grid;
    grid-template-columns: 1fr 1fr 0.6fr;
    gap: 16px;
    align-items: center;
    margin-left: 426px;
    margin-top: 16px;
}

.tl-card {
    position: relative;
    height: 120px;
    border-radius: 12px;
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.tl-card--peek {
    opacity: 0.55;
    filter: blur(0.5px);
}

.tl-card__diamond {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 86px;
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', system-ui, -apple-system, Segoe UI, Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif;
    font-weight: 700;
    font-size: 22px;
}

.tl-card__diamond--blue {
    background: #436E98;
    color: #FFF;
}

.tl-card__diamond--yellow {
    background: #FFE100;
    color: #1C2F5A;
}


.timeline-carousel {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 18px;
}

.timeline-carousel__container {
    flex: 1;
    overflow: hidden;
    width: calc(436px * 2);
}

.timeline-carousel__track {
    display: flex;
    gap: 0;
    transition: transform 0.3s ease;
}

.tl-item {
    position: relative;
    display: grid;
    grid-template-rows: 1fr 44px 1fr;

    width: 371px;
    flex-shrink: 0;
}

.tl-item__bar {
    height: 44px;
    border-radius: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-family: 'Montserrat', system-ui, -apple-system, Segoe UI, Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif;
    font-weight: 700;
    grid-row: 2;
}

.tl-item--blue .tl-item__bar {
    background: #436E98;
}

.tl-item--yellow .tl-item__bar {
    background: #FFE100;
    color: #1C2F5A;
}

.tl-item__bar::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 18px;
    height: 18px;
    background: inherit;
}

.tl-item--bottom .tl-item__bar::after {
    bottom: -9px;
}

.tl-item--top .tl-item__bar::after {
    top: -9px;
}

.tl-item__desc {
    margin: 30px;
    color: #757575;
    font-family: Inter;
    font-size: 16px;
    margin-bottom: 30px !important;
    line-height: 20px;
}

.tl-item--top .tl-item__desc {
    grid-row: 1;
    align-self: end;
}

.tl-item--bottom .tl-item__desc {
    grid-row: 3;
    align-self: start;
}

.tl-item--peek {
    opacity: 0.5;
    filter: blur(1px);
    transform: scale(0.95);
}

.timeline-nav {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ccc;
    border: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}


@media (min-width: 768px) {
    .timeline-dots {
        display: none;
    }
}

.timeline-nav:hover {
    background: #999;
}


.timeline-dots {
    display: none;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.timeline-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
    background: #ccc;
    cursor: pointer;
    transition: background-color 0.3s ease;
    padding: 0;
}

.timeline-dot:hover {
    background: #999;
}

.timeline-dot.active {
    background: #436E98;
}

.timeline-dot:focus {
    outline: 2px solid #436E98;
    outline-offset: 2px;
}

@media (max-width: 991.98px) {
    .timeline-content {
        grid-template-columns: 1fr;
    }

    .timeline-hero {
        position: absolute;
        left: -160px;
        bottom: 0;
        top: -60px;
        height: 860px;
        object-fit: cover;
        pointer-events: none;
    }

    .timeline-bar,
    .timeline-panels {
        margin-left: 0;
    }
}


.acess-campanha {
    padding: 80px 0 80px;
    background: #fff;
}

.acess-campanha__header {
    background: #043B35;
    text-align: left;
}

.acess-campanha__header h2 {
    margin: 0;
    color: #FFF;
    font-family: 'Montserrat', system-ui, -apple-system, Segoe UI, Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding: 18px 40px;
}

.acess-campanha .container {
    position: relative;
}

.campanha-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    padding-top: 60px;
}

.campanha-right {
    position: relative;
    z-index: 2;
}

.campanha-links {
    margin: 0;
    padding: 0;
    margin-left: 50px;
}


.campanha-section-title {
    color: #1C2F5A;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}


.campanha-subtitle {
    color: #757575;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 12px 0;
    line-height: 1.4;
}


.campanha-link-group {
    margin-bottom: 24px;
}


.campanha-link-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.campanha-link-list li {
    margin-bottom: 8px;
}

.campanha-link-list a {
    color: #1C2F5A;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: Inter;
    transition: color 0.2s ease;
}

.campanha-link-list a::before {
    content: "";
    width: 16px;
    height: 16px;
    background: url('../img/icon-dwn.svg') no-repeat center / contain;
    margin-right: 10px;
    display: inline-block;
    flex-shrink: 0;
}

.campanha-link-list a:hover {
    color: #436E98;
    text-decoration: underline;
}

.campanha-video {
    padding-top: 65px;
    position: relative;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.campanha-video:hover {
    transform: scale(1.02);
}

.campanha-video img {
    width: 633.6px;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    object-fit: cover;
    transition: box-shadow 0.3s ease;
}

.campanha-video:hover img {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

.campanha-video__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    transition: transform 0.3s ease;
}

.campanha-video:hover .campanha-video__play {
    transform: translate(-50%, -50%) scale(1.1);
}

.campanha-video__play img {
    width: 60px;
    height: 60px;
}

.campanha-video__title {
    margin-top: 10px;
    color: #333;
    font-size: 14px;
}

.informar-passos {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 28px;
    margin-top: 100px;
    align-items: start;
}

.informar-passo {
    background: #fff;
    position: relative;
}

.informar-passo__fig a {
    display: block;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.informar-passo__fig a:hover {
    transform: scale(1.05);
}

.informar-passo__fig a img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
    border: 3px solid #FFA500;
}


.fancybox__container {
    z-index: 9999 !important;
}

.fancybox__content {
    max-width: 90vw !important;
    max-height: 90vh !important;
}


.fancybox__slide.has-image .fancybox__content {
    padding: 0 !important;
    background: transparent !important;
}

.fancybox-image {
    max-width: 90vw !important;
    max-height: 90vh !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
}

.fancybox__caption {
    background: rgba(0, 0, 0, 0.8) !important;
    color: white !important;
    padding: 10px 20px !important;
    font-size: 16px !important;
    text-align: center !important;
}

.informar-passo__legend {
    margin-top: 20px;
}

.informar-passo__legend h3 {
    color: #1C2F5A;
    font-weight: 700;
    font-size: 20px;
    margin: 0 0 6px;
}

.informar-passo__legend p {




    color: #1C2F5A;
    font-family: Inter;

    font-style: normal;


}

@media (max-width: 1199.98px) {
    .informar-passos {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767.98px) {
    .informar-passos {
        grid-template-columns: repeat(1, 1fr);
    }
}

.campanha-video__title {
    margin-top: 10px;
    color: #333;
    font-size: 14px;
}

.campanha-text-section {
    margin-top: 40px;
}

.campanha-cols h3 {
    color: #1C2F5A;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 20px;
}

.campanha-cols p {
    color: #333333;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    padding-bottom: 20px;
}

.campanha-cols a {
    color: #1C2F5A;
    text-decoration: underline;
}

.campanha-cols a:hover {
    color: #436E98;
}

.campanha-clapperboard-bg img {
    width: 270px;

    position: absolute;
    top: -140px;
    right: 0;
}


@media (min-width: 768px) and (max-width: 1199.98px) {
    .campanha-clapperboard-bg img {
        width: 270px;

        position: absolute;
        top: -150px;
        right: 80px;
    }
}

@media (max-width: 991.98px) {
    .campanha-grid {
        grid-template-columns: 1fr;
    }

    .campanha-clapperboard-bg {
        position: static;
        right: auto;
        top: auto;
        margin-top: 20px;
    }

    .campanha-clapperboard-bg img {
        max-width: 400px;
        position: absolute;
        right: 0;
    }

    .campanha-links {
        margin-left: 0;
        margin-top: 20px;
    }

    .campanha-section-title {
        font-size: 18px;
    }

    .campanha-subtitle {
        font-size: 15px;
    }

    .campanha-link-list a {
        font-size: 13px;
    }


    .campanha-video img {
        width: 100%;
        height: auto;
    }


    .campanha-video {
        padding-top: 0 !important;
        position: relative;
        cursor: pointer;
        transition: transform 0.3s ease;
    }
}


@media (max-width: 767.98px) {

    .informar-content__image {
        display: none;
    }


    .acess-secao__image-left {
        display: none;
    }


    .acess-secao__image-right {
        display: none;
    }


    .acess-lei__image-right {
        display: none;
    }


    .timeline-hero {
        display: none;
    }


    .campanha-clapperboard-bg {
        display: none;
    }


    .acess-recursos__header h2 {
        border-radius: 0;
        padding-left: 40px;
        padding-right: 40px;
        margin-left: calc((100vw - 100%) / -2);
        margin-right: calc((100vw - 100%) / -2);
        width: calc(100% + (100vw - 100%));
        display: block;
        font-size: 32px !important;
    }


    .acess-informar__header h2 {
        font-size: 32px !important;
        border-radius: 0 !important;
        padding: 18px !important;
        margin-left: calc((100vw - 100%) / -2) !important;
        margin-right: calc((100vw - 100%) / -2) !important;
        width: calc(100% + (100vw - 100%)) !important;
        display: block !important;
    }


    .acess-informar__header h2::before {
        left: -40px !important;
        width: 40px !important;
        border-radius: 0 !important;
    }


    .acess-recursos {
        padding: 0 0 20px !important;
    }


    .informar-content {
        padding: 18px !important;
        height: auto !important;
    }

    .informar-text {
        max-width: 100% !important;
        padding: 0 !important;
        margin-bottom: 20px !important;
    }


    .informar-passos {
        display: grid !important;
        grid-template-columns: repeat(1, 1fr) !important;
        gap: 20px !important;
        margin-top: 20px !important;
        align-items: start !important;
    }


    .informar-passo__legend {
        margin-top: 20px !important;
    }


    .acess-secao__header h2 {
        color: #FFF !important;
        font-family: 'Montserrat', system-ui, -apple-system, Segoe UI, Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif !important;
        font-size: 32px !important;
        font-style: normal !important;
        font-weight: 700 !important;
        line-height: normal !important;
        text-transform: uppercase !important;
        background: #123A66 !important;
        padding: 18px !important;
        margin-left: calc((100vw - 100%) / -2) !important;
        margin-right: calc((100vw - 100%) / -2) !important;
        width: calc(100% + (100vw - 100%)) !important;
        border-radius: 0 !important;
        display: block !important;
    }


    .acess-secao {
        background: #fff !important;
        padding-top: 0 !important;
    }


    .acess-informar {
        background: #fff !important;
        padding: 0 !important;
    }


    .acess-secao__content {
        position: relative !important;
        gap: 24px !important;
        align-items: start !important;
        padding: 18px !important;
    }


    .acess-secao__text {
        color: var(--Light, #757575) !important;
        font-family: Inter !important;
        font-size: 18px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: 30px !important;
        padding-top: 0 !important;
    }


    .acess-lei__header h2 {
        font-size: 32px !important;
        border-radius: 0 !important;
        padding: 18px !important;
        margin-left: calc((100vw - 100%) / -2) !important;
        margin-right: calc((100vw - 100%) / -2) !important;
        width: calc(100% + (100vw - 100%)) !important;
        display: block !important;
    }


    .acess-lei {
        padding: 0 0 18px !important;
        background: #fff !important;
        position: relative !important;
    }


    .acess-lei>.container {
        position: relative !important;
        z-index: 1 !important;
        padding-top: 0 !important;
    }


    .acess-timeline {
        padding: 20px 0 !important;
        background: #fff !important;
    }


    .acess-timeline__header h2#timeline-title {
        font-size: 32px !important;
        font-weight: 700 !important;
        line-height: 1 !important;
    }


    .timeline-subtitle {
        font-size: 16px !important;
        font-weight: 400 !important;
        color: #FFF !important;
        font-family: 'Montserrat', system-ui, -apple-system, Segoe UI, Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif !important;
    }


    .acess-timeline__header h2 {
        font-size: 32px !important;
        border-radius: 0 !important;
        padding: 18px !important;
        margin-left: calc((100vw - 100%) / -2) !important;
        margin-right: calc((100vw - 100%) / -2) !important;
        width: calc(100% + (100vw - 100%)) !important;
        display: block !important;
    }


    .timeline-carousel__container {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        position: relative !important;
        touch-action: pan-x !important;
    }

    .timeline-carousel__track {
        gap: 0 !important;
        display: flex !important;
        width: 100% !important;
        -webkit-transition: transform 0.3s ease !important;
        transition: transform 0.3s ease !important;
    }

    .tl-item {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 0 !important;
        flex-shrink: 0 !important;
        display: grid !important;
        grid-template-rows: auto 1fr !important;
        min-height: 300px !important;
        background: #fff !important;
        border-radius: 8px !important;
        -webkit-transform: translateZ(0) !important;
        transform: translateZ(0) !important;





    }

    .tl-item__bar {
        order: 1 !important;
        margin-bottom: 16px !important;
        text-align: center !important;
        grid-row: 1 !important;
        align-self: start !important;
    }

    .tl-item__desc {
        order: 2 !important;
        margin: 0 !important;
        padding: 18px 18px 0px 0px !important;
        text-align: left !important;
        grid-row: 2 !important;
        align-self: start !important;
        color: #757575 !important;
        font-family: Inter !important;
        font-size: 18px !important;
        line-height: 1.4 !important;
    }


    .tl-item--top .tl-item__desc {
        grid-row: 2 !important;
        align-self: start !important;
        margin: 0 !important;
        padding: 18px 18px 0px 0px !important;
        text-align: left !important;
        color: #757575 !important;
        font-family: Inter !important;
        font-size: 18px !important;
        line-height: 1.4 !important;
    }

    .tl-item--bottom .tl-item__desc {
        grid-row: 2 !important;
        align-self: start !important;
        margin: 0 !important;
        padding: 18px 18px 0px 0px !important;
        text-align: left !important;
        color: #757575 !important;
        font-family: Inter !important;
        font-size: 18px !important;
        line-height: 1.4 !important;
    }


    .tl-item--blue .tl-item__desc,
    .tl-item--yellow .tl-item__desc {
        margin: 2px 30px 2px 2px !important;
        padding: 18px 18px 18px 18px !important;
        text-align: left !important;
        color: #757575 !important;
        font-family: Inter !important;
        font-size: 18px !important;
        line-height: 1.4 !important;
        grid-row: 2 !important;
        align-self: start !important;
    }

    .timeline-visual {
        position: static !important;
        width: 100% !important;
        margin-left: 0 !important;
        margin-bottom: 20px !important;
    }


    .acess-campanha {
        padding: 0px 0 80px !important;
        background: #fff !important;
    }


    .acess-campanha__header h2 {
        margin: 0 !important;
        color: #FFF !important;
        font-family: 'Montserrat', system-ui, -apple-system, Segoe UI, Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif !important;
        font-size: 32px !important;
        font-style: normal !important;
        font-weight: 700 !important;
        line-height: normal !important;
        text-transform: uppercase !important;
    }

    .timeline-content {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }

    .timeline-text {
        order: 2 !important;
    }

    .timeline-visual {
        order: 1 !important;
    }


    .timeline-carousel {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 0 !important;
        margin-top: 0 !important;
    }

    .timeline-carousel__container {
        order: 1 !important;
        margin-bottom: 20px !important;
    }


    .timeline-nav--prev,
    .timeline-nav--next {
        display: none !important;
    }


    .timeline-dots {
        display: flex !important;
        gap: 6px !important;
        margin-top: 16px !important;
    }

    .timeline-dot {
        width: 10px !important;
        height: 10px !important;
    }


    .timeline-carousel__track {
        cursor: grab !important;
        user-select: none !important;
        -webkit-user-select: none !important;
        -moz-user-select: none !important;
        -ms-user-select: none !important;
        pointer-events: auto !important;
        touch-action: pan-x !important;
        position: relative !important;
        z-index: 10 !important;
        -webkit-touch-callout: none !important;
        -webkit-tap-highlight-color: transparent !important;
    }

    .timeline-carousel__track:active {
        cursor: grabbing !important;
    }


    .tl-item {
        pointer-events: auto !important;
        -webkit-touch-callout: none !important;
        -webkit-tap-highlight-color: transparent !important;
    }


    .tl-item::after {
        display: none !important;
    }

    .tl-item:nth-child(odd) {
        z-index: 1 !important;
    }


    .tl-item__bar::after {
        top: auto !important;
        bottom: -9px !important;
    }

    .tl-item--top .tl-item__bar::after {
        top: auto !important;
        bottom: -9px !important;
    }

    .tl-item--bottom .tl-item__bar::after {
        top: auto !important;
        bottom: -9px !important;
    }
}


#conteudo {
    min-height: 50vh;
}

.ferramentas {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 1000;
}


.skip-link {
    position: absolute;
    top: -40px;
    left: 6px;
    background: #000;
    color: #fff;
    padding: 8px;
    text-decoration: none;
    border-radius: 4px;
    z-index: 1000;
    font-size: 14px;
    font-weight: 500;
    transition: top 0.3s ease;
}

.skip-link:focus {
    top: 6px;
    outline: 2px solid #fff;
    outline-offset: 2px;
}


.page-title {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
    color: transparent !important;
    background: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
}


.acess-hero-section {
    display: block;
}


.acess-hero {
    width: 100%;
    position: relative;
    min-height: 414px;
}

.acess-hero__bg {
    width: 100%;
    height: 100%;
    min-height: inherit;
    display: block;
    object-fit: cover;
    object-position: center;
}

.acess-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.25) 55%, rgba(0, 0, 0, 0.38) 100%);
    pointer-events: none;
}


.acess-hero .container {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
}


.acess-hero__logo {
    position: relative;
    left: 0;
    margin: 0;
    height: 270px;
    width: auto;
    margin-left: -7%;
}

@media (min-width: 1400px) {
    .acess-hero {
        min-height: 414px;
    }

    .acess-hero__logo {
        height: 270px;
        margin-left: 0;
    }
}

@media (min-width: 992px) and (max-width: 1399.98px) {
    .acess-hero {
        min-height: 380px;
    }

    .acess-hero__logo {
        height: 240px;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .acess-hero {
        min-height: 320px;
    }

    .acess-hero__logo {
        height: 200px;
        margin-left: -3%;
    }
}

@media (max-width: 767.98px) {
    .acess-hero {
        min-height: 240px;
    }

    .acess-hero__logo {
        margin-bottom: -35%;
        height: 140px;
        margin-left: 25%;
        margin-right: 25%;
        bottom: 0;
    }
}


.acess-intro {
    background: #043B35;
    color: #ffffff;
    padding: 56px 0;
}

.acess-intro .container {
    max-width: 1200px;
}

.acess-intro__content {
    color: #FFF;
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;

}

.acess-intro__content p {
    margin-bottom: 1.25rem;
}

@media (max-width: 991.98px) {
    .acess-intro {
        padding: 40px 0;
    }

    .acess-intro__content {
        font-size: 20px;
        line-height: 28px;
    }
}

@media (max-width: 575.98px) {
    .acess-intro {
        padding: 28px 0;
    }

    .acess-intro__content {
        font-size: 18px;
        line-height: 26px;
    }
}


.acess-card__body p {
    color: #1C2F5A;
}


.acess-recursos {
    padding: 50px 0 20px;
    background: #fff;
}

.acess-recursos__header {
    margin-bottom: 20px;
    text-align: left;
    position: relative;
}

.acess-recursos__header h2 {
    margin: 0;
    color: #1C2F5A;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    background: #FFE100;
    padding: 18px 40px;

    padding-left: calc((100vw - 100%) / 2);
    margin-left: calc((100vw - 100%) / -2);
    margin-right: 0;
    border-radius: 0 10px 10px 0;
    display: inline-block;
    position: relative;
}

.acess-recursos__intro {
    color: #757575;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 20px;
    text-align: left;
}

.acess-recursos__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.acess-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.acess-card__img {
    width: 100%;
    height: 300px;
    max-height: 300px;
    object-fit: cover;
    display: block;
    background: #fff;
}

.acess-card__body {
    padding: 28px 28px;
    color: #1C2F5A;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    background: #FFE100;
    flex: 1;
    display: flex;
    align-items: flex-start;
    min-height: 120px;
}

/* Garantir contraste adequado e visibilidade de links dentro dos cards */
.acess-card__body a {
    color: #1C2F5A;
    text-decoration: underline;
}

@media (max-width: 991.98px) {
    .acess-recursos__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575.98px) {
    .acess-recursos__grid {
        grid-template-columns: 1fr;
    }

    .acess-card__img {
        height: 200px;
    }
}


.acess-informar {
    padding: 40px 0;
    background: #fff;
}


.acess-secao {
    background: #fff;
    padding-top: 40px;
}


@media (min-width: 768px) and (max-width: 1199.98px) {
    .acess-secao {
        background: #fff;

        padding-top: 456px;
    }
}

.acess-secao__header {

    padding: 16px 0;
    margin-bottom: 20px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    margin-left: 0;
    margin-right: 0;
}

.acess-secao__header h2 {
    color: #FFF;
    font-family: 'Montserrat', system-ui, -apple-system, Segoe UI, Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif;
    font-size: 38px;
    font-style: normal;

    font-weight: 700;
    margin-left: 240px;
    line-height: normal;
    text-transform: uppercase;
    background: #123A66;
    padding: 18px 40px;
    padding-left: calc((100vw - 100%) / 2 + 220px);
    padding-right: 40px;
    margin-left: calc((100vw - 100%) / -2);
    margin-right: 0;
    width: calc(100% + (100vw - 100%) / 2);
    border-radius: 0px;
    display: inline-block;
    border-radius: 0 10px 10px 0;
}


.acess-lei {
    padding: 40px 0 24px;
    background: #fff;
    position: relative;
}

.acess-lei>.container {
    position: relative;
    z-index: 1;
    padding-top: 50px;
}

.acess-lei__header {
    margin-bottom: 20px;
    text-align: left;
    position: relative;
}

.acess-lei__image-right {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    pointer-events: none;
}

.acess-lei__image-right img {

    height: 148px;
    display: block;
    position: absolute;
    top: -132px;
    right: 0px;
}


@media (min-width: 768px) and (max-width: 1199.98px) {
    .acess-lei__image-right img {
        height: auto;
        width: 25rem;
        display: block;
        position: absolute;
        top: -102px;
        right: 0px;
    }
}

.acess-lei__header .container {
    position: relative;
    z-index: 2;
}

.acess-lei__header {
    margin-bottom: 20px;
    text-align: left;
    position: relative;
}

.acess-lei__header h2 {
    margin: 0;
    color: #1C2F5A;
    font-family: 'Montserrat', system-ui, -apple-system, Segoe UI, Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    background: #26D6FD;
    padding: 18px 40px;

    padding-left: calc((100vw - 100%) / 2);
    margin-left: calc((100vw - 100%) / -2);
    border-radius: 0 10px 10px 0;
    display: inline-block;
    position: relative;
}


.lei-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.lei-item {
    background: rgba(38, 214, 253, 0.10);
    border-radius: 6px;
    padding: 18px 24px;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: start;
    text-decoration: none;
    transition: background 0.2s ease;
    margin-bottom: 20px;
}

.lei-item:hover,
.lei-item:focus {
    text-decoration: none;
}

.lei-list li>.lei-item {
    display: grid;
    margin-bottom: 20px;
}

.lei-item:hover {
    background: rgba(38, 214, 253, 0.35);
}

.lei-item:last-child {
    margin-bottom: 0;
}

.lei-item__content h3 {
    margin: 0 0 6px;
    font-size: 18px;
    font-weight: 700;
    color: #0B5E74;
}

.lei-item__content p {
    margin: 0;
    font-size: 16px;
    color: #333333;
    line-height: 20px;
}

.lei-item__icon {
    width: 18px;
    height: 18px;
    align-self: center;
}


.lei-actions {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.lei-btn {
    background: #26D6FD;
    color: #1C2F5A;
    border-radius: 10px;
    padding: 12px 22px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.lei-btn::after {
    content: "";
    width: 18px;
    height: 18px;
    background: url('../img/Frame-pontinhos.svg') no-repeat center / contain;
    display: inline-block;
}

.lei-btn:hover {
    filter: brightness(0.95);
}


.acess-lei a {
    text-decoration: none;
}

.acess-lei a:hover,
.acess-lei a:focus {
    text-decoration: none;
}

.acess-secao__content {
    position: relative;
    padding-left: 320px;
    padding-bottom: 50px;


    gap: 24px;
    align-items: start;
}

.acess-secao__image-left {
    align-self: center;
}

.acess-secao__image-left img {
    width: 456px;
    position: absolute;
    top: -102px;
    left: -18%;
    height: auto;
    max-width: 100%;
    display: block;
}

.acess-secao__text {
    color: var(--Light, #757575);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    padding-top: 181px;
}

.acess-secao__text p {
    margin-bottom: 12px;
}

.acess-secao__image-right {
    position: absolute;
    top: -36px;
    right: 0;
}

.acess-secao__image-right img {
    width: 276px;
    display: block;
    position: absolute;
    top: -190px;
    right: -50px;
}

@media (max-width: 991.98px) {
    .acess-secao__content {
        grid-template-columns: 1fr;
    }

    .acess-secao__image-right {
        position: static;
        margin: 16px 0 0 auto;
    }

    .acess-secao__image-right img {
        width: 180px;
    }

    .acess-secao__image-left img {
        width: 100%;
        max-width: 360px;
        height: auto;
        margin: 0 auto;
    }
}

.acess-informar__header {
    margin-bottom: 20px;
    text-align: left;
    position: relative;
}

.acess-informar__header h2 {
    margin: 0;
    color: #1C2F5A;
    font-family: 'Montserrat', system-ui, -apple-system, Segoe UI, Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    background: #FB9A12;
    padding: 18px 40px;
    padding-right: calc((100vw - 100%) / 2 + 40px);
    margin-right: calc((100vw - 100%) / -2);
    width: calc(100% + (100vw - 102%) / 2);

    display: inline-block;
    position: relative;
    z-index: 1;
}


.acess-informar__header h2::before {
    content: '';
    position: absolute;
    top: 0;
    left: -80px;
    width: 100%;
    height: 100%;
    background: #FB9A12;
    border-radius: 10px 0 0 10px;
    z-index: -1;
}

.informar-content {

    position: relative;
}

.informar-text {
    position: relative;
    z-index: 2;
    background: transparent;

    padding-top: 20px;

    margin-bottom: 20px;
    color: #333;
    max-width: 72%;
    text-align: left;
    color: var(--Light, #757575);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.informar-content__image {
    position: absolute;
    top: -170px;
    right: -124px;
    z-index: 1;
    width: 789px;
    height: auto;
}

.informar-content__image img {
    width: 318px;
    height: auto;
    object-fit: cover;
    border-radius: 12px;
    display: block;
    position: absolute;
    top: -190px;
    right: 10%;
    z-index: 2;
}


@media (width: 1024px) and (height: 1366px) {
    .informar-content__image img {
        width: 280px;
        height: auto;
        object-fit: cover;
        border-radius: 12px;
        display: block;
        position: absolute;
        top: 30px;
        right: 13%;
        z-index: 2;
    }
}

.acess-informar__image {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.acess-informar__image img {
    width: 789px;
    height: auto;
    max-height: 500px;
    object-fit: cover;
    border-radius: 12px;
}

.acess-informar__content {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.95);
    padding: 20px;
    border-radius: 12px;
}


.acess-carousel-section {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 30px;
    margin-top: 40px;
}

.acess-carousel__header {
    background: #FFE100;
    border-radius: 0 25px 25px 0;
    padding: 20px 40px 20px 18%;
    margin-bottom: 30px;
    text-align: left;
    position: relative;
    margin-left: -18%;
}

.acess-carousel__header h3 {
    color: #1C2F5A;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 5px;
}

.acess-carousel__header p {
    color: #666;
    font-size: 16px;
    margin-bottom: 0;
}

.acess-carousel__content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.acess-carousel__image {
    align-self: flex-end;
}

.acess-carousel__image img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.acess-carousel__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

.acess-carousel__card {
    background: white;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.acess-carousel__card-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
}

.acess-carousel__card h4 {
    color: #1C2F5A;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.acess-carousel__card p {
    color: #666;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}

.acess-carousel__text {
    text-align: center;
}

.acess-carousel__text p:first-child {
    color: #1C2F5A;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}

.acess-carousel__text p:last-child {
    color: #333;
    font-size: 18px;
    margin: 0;
}

@media (max-width: 991.98px) {
    .acess-informar__image {
        margin-top: 30px;
    }

    .acess-carousel__cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575.98px) {
    .acess-carousel__cards {
        grid-template-columns: 1fr;
    }
}




.informar-passo-carousel {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 12px;
    width: 50%;
}

.carousel-nav {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #ccc;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    z-index: 10;
    position: relative;
}

.carousel-nav:hover {
    background: #999;
}

.carousel-cards {
    display: flex;
    gap: 20px;
    overflow: hidden;
    flex: 1;
    padding: 10px 0;
    position: relative;
}

.carousel-card {
    background: white;
    border-radius: 12px;
    padding: 20px;
    text-align: left;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
    flex-shrink: 0;
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.3s ease;
    position: absolute;
    top: 0;
    left: 0;
}

.carousel-card.active {
    opacity: 1;
    transform: translateX(0);
    position: relative;
}

.carousel-card__img {
    width: 100%;
    max-width: 530px;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 15px;
}

.carousel-card__title {
    color: #1C2F5A;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.carousel-card__desc {
    color: #333;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .carousel-card {
        min-width: 250px;
    }

    .carousel-card__img {
        height: 150px;
    }
}