.linha-do-tempo {
    background-color: var(--primarias-principal-00);
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding-top: 420px;
    margin-top: -430px;
    position: relative;
    z-index: 1;
    border-top-left-radius: var(--radius-g);
    border-top-right-radius: var(--radius-g);
}
.linha-do-tempo__slider {
    position: relative;
    padding: 45px 0 56px;
    overflow-y: visible;
}

.linha-do-tempo__slide,
.linha-do-tempo__slide * {
    user-select: none;
}
.linha-do-tempo__slide img {
    pointer-events: none;
}

.linha-do-tempo__pagination {
    position: absolute;
    bottom: auto !important;
    top: 0;
    left: 0;
    right: 0;
}


.linha-do-tempo__arrow-prev,
.linha-do-tempo__arrow-next {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    width: 48px;
    height: 48px;
    background: #024663;
    border: 1px solid #5ECFFE;
    box-shadow: 0px 16px 24px -16px rgba(9, 9, 9, 0.25);
}
.linha-do-tempo__arrow-prev:after,
.linha-do-tempo__arrow-next:after {
    display: none;
}
.linha-do-tempo__arrow-prev svg,
.linha-do-tempo__arrow-next svg {
    margin-left: 0;
    margin-top: 1px;
}

.linha-do-tempo__slide {
    display: flex;
    align-items: center;
    padding-left: 117px;
    padding-right: 117px;
}
.linha-do-tempo__image {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42%;
    padding-top: 42%;
    border-radius: 50%;
    overflow: hidden;
}
.linha-do-tempo__image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.linha-do-tempo__content {
    width: 58%;
    padding-left: 5.7%;
}

.linha-do-tempo__ano {
    font-weight: 600;
    font-size: 4rem;
    line-height: 1.1;
    color: var(--secundarias-secundaria-100);
    margin: 0 0;
}
.linha-do-tempo__subtitle {
    margin: 12px 0;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.16;
    color: var(--cinzas-cinza-80);
}
.linha-do-tempo__description,
.linha-do-tempo__description p,
.linha-do-tempo__description ul {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4;
    color: var(--cinzas-cinza-70);
}
.linha-do-tempo__description p:last-child,
.linha-do-tempo__description ul:last-child {
    margin-bottom: 0;
}

.linha-do-tempo__pagination-wrapper {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    /* padding-bottom: 8px; */
    position: relative;
    height: 48px;
    z-index: 5;
    margin-top: -30px;
    margin-bottom: 10px;
    margin-left: -20px;
    margin-right: -20px;
}

.linha-do-tempo__pagination-wrapper::-webkit-scrollbar {
    display: none;
}

.linha-do-tempo__pagination-wrapper>.swiper-pagination-bullets {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    height: 48px;
    width: fit-content;
    padding: 0 20px;
}
.linha-do-tempo__pagination-wrapper>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0;
    padding: 12px 16px;
    background: var(--branco);
    border: 1px solid var(--primarias-principal-100);
    border-radius: var(--radius-g);
    width: auto !important;
    height: 32px;
    font-weight: 600;
    color: var(--primarias-principal-150);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: all 0.3s ease;
}
.linha-do-tempo__pagination-wrapper>.swiper-pagination-bullets .swiper-pagination-bullet:first-child {
    /* margin-left: 20px; */
}
.linha-do-tempo__pagination-wrapper>.swiper-pagination-bullets .swiper-pagination-bullet:last-child {
    /* margin-right: 20px !important; */
}
.linha-do-tempo__pagination-wrapper>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    margin: 0 0;
    padding: 12px 24px;
    background: var(--primarias-principal-175);
    border: 1px solid var(--primarias-principal-175);
    border-radius: var(--radius-g);
    height: 48px;
    color: var(--secundarias-secundaria-100);
    font-weight: 600;
    font-size: 1.5rem;
}

@media (min-width: 1335px) {
    .linha-do-tempo__slider {
        margin-left: -75px;
        margin-right: -75px;
    }
}
@media (max-width: 1110px) {
    .linha-do-tempo__content {
        padding-left: 40px;
    }
    .linha-do-tempo__ano {
        font-size: 3rem;
    }
    .linha-do-tempo__subtitle {
        font-size: 1.25rem;
    }
}
@media (max-width: 991px) {
    .linha-do-tempo__slider {
        overflow: visible;
    }
    .linha-do-tempo__slide {
        padding-left: 60px;
        padding-right: 60px;
    }
    .linha-do-tempo__content {
        padding-left: 30px;
    }
    .linha-do-tempo__ano {
        font-size: 2.5rem;
    }
    .linha-do-tempo__subtitle {
        font-size: 1.25rem;
    }
    .linha-do-tempo__arrow-prev {
        transform: translateX(-45%);
    }
    .linha-do-tempo__arrow-next {
        transform: translateX(45%);
    }
}

@media (max-width: 767px) {
    .linha-do-tempo__title {
        margin-bottom: 45px;
    }
    .linha-do-tempo__arrow-prev,
    .linha-do-tempo__arrow-next {
        display: none;
    }
    .linha-do-tempo__slide {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        padding: 24px;
        background-color: var(--branco);
        border-radius: var(--radius-m);
        height: auto;
    }
    .linha-do-tempo__content {
        padding-left: 0;
        width: 100%;
    }
    .linha-do-tempo__image {
        width: 100px;
        padding-top: 100px;
    }
    .linha-do-tempo__slider {
        width: 370px;
        max-width: calc(100% - 40px);
        margin-left: 20px;
        margin-right: 20px;
        padding-bottom: 32px;
        padding-top: 27px;
    }
    .linha-do-tempo__ano {
        display: flex;
        height: 100px;
        width: 100%;
        align-items: center;
        justify-content: flex-end;
        margin-top: -125px;
    }
    .linha-do-tempo__subtitle {
        margin-top: 24px;
    }
    .linha-do-tempo__description,
    .linha-do-tempo__description p,
    .linha-do-tempo__description ul {
        font-size: 0.875rem !important;
    }
}



