:root {
  --spacer-lg: 5rem;
  --spacer: 3rem;
  --spacer-md: 3rem;
  --spacer-sm: 2rem;
  --spacer-sm-md: 2rem;
}

@media (min-width: 782px) {
  :root {
    --spacer-lg: 6.5rem;
    --spacer: 4rem;
  }
}
@media (min-width: 1024px) {
  :root {
    --spacer-lg: 8rem;
    --spacer: 6rem;
    --spacer-sm-md: 3rem;
  }
}
.timeline-wrap {
  padding: var(--spacer-sm-md) var(--spacer-sm-md) 0 var(--spacer-sm-md);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.timeline-wrap .intro {
  max-width: 60rem;
  padding: 0 0 30px 0;
}
.timeline-wrap .intro * {
  color: #fff;
}

.timeline {
  width: 100%;
}

.event {
  position: relative;
  z-index: 3;
}
.event:before {
  content: "";
  display: block;
  width: 1px;
  background: #a57c08;
  position: absolute;
  top: 37px;
  left: 37px;
  bottom: 0;
  z-index: 1;
}
.event .date {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  background: #fff;
  border: 1px solid #a57c08;
  border-radius: 100%;
  position: relative;
  z-index: 2;
}
.event .date strong {
  display: block;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1;
}
.event .date em {
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}
.event .year-events {
  margin: 20px 0 0 0;
  color: #fff;
}
.event .year-events p:last-child {
  margin: 0;
}
.event .year-events li {
  margin-bottom: 0;
  padding: 0 0 20px 50px !important;
}
.event .year-events li:before {
  display: none;
}
.event .year-events li * {
  font-size: 1.4rem;
}

@media (max-width: 781px) {
  .bg {
    display: block;
    width: 94px;
    height: 94px;
    margin: -10px 0 0 -10px;
    background: linear-gradient(to right, #a57c08 50%, transparent 0);
    border-radius: 100%;
    position: absolute;
  }
}
@media (min-width: 782px) and (max-width: 1199px) {
  .event:before {
    top: 31px;
    left: 31px;
  }
  .event .date {
    width: 62px;
    height: 62px;
  }
  .event .date strong {
    font-size: 1.7rem;
  }
  .event .date em {
    font-size: 0.9rem;
  }
  .event .year-events {
    margin-top: 5px;
  }
  .event .year-events li {
    padding: 0 0 0 42px !important;
  }
  .event .year-events li * {
    font-size: 1.15rem;
  }
}
@media (min-width: 782px) {
  .timeline-wrap {
    padding: 0 0 80px 0;
  }
  .timeline-wrap:after {
    content: "";
    display: block;
    height: 80px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
  .timeline-wrap .intro {
    width: 90%;
    margin-bottom: -10vw;
    padding: 30px 0 0 30px;
  }
  .timeline {
    height: 65vw;
    position: relative;
    z-index: 3;
  }
  .timeline:after {
    content: "";
    display: block;
    background: linear-gradient(180deg, rgb(238, 238, 238) 0%, rgb(255, 255, 255) 100%);
    -webkit-clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
    position: absolute;
    top: 0;
    left: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 2;
  }
  .event {
    width: 200px;
    position: absolute;
  }
  .event:before {
    bottom: 1ch;
  }
  .event .year-events {
    margin: 15px -100px 0 0;
    color: #333;
  }
  .event .year-events li {
    padding: 0 0 0 50px !important;
    margin-bottom: 0.5ch;
  }
  .event.e-2026 {
    top: 13.5%;
    right: calc(26.8% - 200px);
  }
  .event.e-2026 .year-events {
    margin-right: 0;
  }
  .event.e-2025 {
    top: 23.3%;
    right: calc(36.3% - 200px);
  }
  .event.e-2025 .year-events {
    margin-right: -90px;
  }
  .event.e-2024 {
    top: 31.5%;
    right: calc(45.6% - 200px);
  }
  .event.e-2024 .year-events {
    margin-right: -120px;
  }
  .event.e-2023 {
    top: 41%;
    right: calc(54.2% - 200px);
  }
  .event.e-2022 {
    top: 49.5%;
    right: calc(63.4% - 200px);
  }
  .event.e-2021 {
    top: 58.3%;
    right: calc(72.4% - 200px);
  }
  .event.e-2020 {
    top: 67.3%;
    right: calc(81.2% - 200px);
  }
  .event.e-2017 {
    top: 77.7%;
    right: calc(89.4% - 200px);
  }
  .event.e-2014 {
    top: 85.7%;
    right: calc(98.9% - 200px);
  }
  .bg {
    display: block;
    width: 200px;
    height: 62px;
    position: absolute;
  }
  .bg:before {
    content: "";
    display: block;
    width: 62px;
    height: 62px;
    border-radius: 100%;
    box-shadow: 0 0 0 4px #a57c08;
  }
  .bg.bg-2026 {
    top: 13.5%;
    right: calc(26.8% - 200px);
  }
  .bg.bg-2025 {
    top: 23.3%;
    right: calc(36.3% - 200px);
  }
  .bg.bg-2024 {
    top: 31.5%;
    right: calc(45.6% - 200px);
  }
  .bg.bg-2023 {
    top: 41%;
    right: calc(54.2% - 200px);
  }
  .bg.bg-2022 {
    top: 49.5%;
    right: calc(63.4% - 200px);
  }
  .bg.bg-2021 {
    top: 58.3%;
    right: calc(72.4% - 200px);
  }
  .bg.bg-2020 {
    top: 67.3%;
    right: calc(81.2% - 200px);
  }
  .bg.bg-2017 {
    top: 77.7%;
    right: calc(89.4% - 200px);
  }
  .bg.bg-2014 {
    top: 85.7%;
    right: calc(98.9% - 200px);
  }
}
@media (min-width: 860px) {
  .timeline {
    height: 57vw;
  }
}
@media (min-width: 1024px) {
  .timeline {
    height: 60vw;
  }
  .event.e-2026 {
    top: 13.3%;
    right: calc(27.1% - 200px);
  }
  .event.e-2026 .year-events {
    margin-right: 25px;
  }
  .event.e-2025 {
    top: 23.9%;
  }
  .event.e-2025 .year-events {
    margin-right: -25px;
  }
  .event.e-2024 {
    top: 32%;
  }
  .event.e-2024 .year-events {
    margin-right: -85px;
  }
  .bg.bg-2026 {
    top: 13.3%;
    right: calc(27.1% - 200px);
  }
  .bg.bg-2025 {
    top: 23.9%;
  }
  .bg.bg-2024 {
    top: 32%;
  }
}
@media (min-width: 1110px) {
  .timeline {
    height: 55vw;
  }
}
@media (min-width: 1200px) {
  .event .date strong {
    font-size: 2rem;
  }
  .event .date em {
    font-size: 1.05rem;
  }
  .event .year-events li * {
    font-size: 1.25rem;
  }
  .event.e-2026 .year-events {
    margin-right: 0;
  }
  .event.e-2025 {
    top: 23.1%;
  }
  .bg {
    height: 74px;
  }
  .bg:before {
    width: 74px;
    height: 74px;
    box-shadow: 0 0 0 6px #a57c08;
  }
  .bg.bg-2025 {
    top: 23.1%;
  }
}
@media (min-width: 1350px) {
  .timeline-wrap .intro {
    width: 80%;
    margin-bottom: -150px;
  }
  .timeline {
    height: 750px;
  }
  .event .year-events li * {
    font-size: 1.35rem;
  }
  .event.e-2026 {
    top: 86px;
    right: 0;
  }
  .event.e-2025 {
    top: 163px;
    right: calc(-11.1% + 200px);
  }
  .event.e-2024 {
    top: 231px;
    right: calc(-7.7% + 255px);
  }
  .event.e-2024 .year-events {
    margin-right: -120px;
  }
  .event.e-2023 {
    top: 301px;
    right: calc(51.5% - 200px);
  }
  .event.e-2022 {
    top: 377px;
    right: calc(61.4% - 200px);
  }
  .event.e-2021 {
    top: 450px;
    right: calc(71.1% - 200px);
  }
  .event.e-2020 {
    top: 518px;
    right: calc(80.4% - 200px);
  }
  .event.e-2017 {
    top: 77.9%;
    right: calc(89.5% - 200px);
  }
  .event.e-2014 {
    top: 88%;
    right: calc(98% - 200px);
  }
  .event.e-2014 .year-events {
    margin-right: -120px;
  }
  .bg:before {
    box-shadow: 0 0 0 10px #a57c08;
  }
  .bg.bg-2026 {
    top: 86px;
    right: 0;
  }
  .bg.bg-2025 {
    top: 163px;
    right: calc(-11.1% + 200px);
  }
  .bg.bg-2024 {
    top: 231px;
    right: calc(-7.7% + 255px);
  }
  .bg.bg-2023 {
    top: 301px;
    right: calc(51.5% - 200px);
  }
  .bg.bg-2022 {
    top: 377px;
    right: calc(61.4% - 200px);
  }
  .bg.bg-2021 {
    top: 450px;
    right: calc(71.1% - 200px);
  }
  .bg.bg-2020 {
    top: 518px;
    right: calc(80.4% - 200px);
  }
  .bg.bg-2017 {
    top: 77.9%;
    right: calc(89.5% - 200px);
  }
  .bg.bg-2014 {
    top: 88%;
    right: calc(98% - 200px);
  }
}
@media (min-width: 782px) and (max-width: 1109px) {
  html[lang=pt-br] .event .year-events li * {
    font-size: 1.05rem;
    line-height: 1.15;
  }
}
@media (min-width: 782px) {
  html[lang=pt-br] .event .year-events li {
    padding: 0 0 0 40px !important;
  }
  html[lang=pt-br] .event.e-2026 .year-events {
    margin-right: 16px;
  }
  html[lang=pt-br] .event.e-2025 .year-events {
    margin-right: -50px;
  }
}
@media (min-width: 782px) {
  html[lang=pt-br] .event.e-2026 .year-events {
    margin-right: 32px;
  }
  html[lang=pt-br] .event.e-2025 .year-events {
    margin-right: -23px;
  }
}
@media (min-width: 1110px) {
  html[lang=pt-br] .event .year-events li * {
    font-size: 1.1rem;
  }
}
@media (min-width: 1200px) {
  html[lang=pt-br] .event .year-events li * {
    font-size: 1.125rem;
    line-height: 1.15;
  }
}
@media (min-width: 1350px) {
  html[lang=pt-br] .event .year-events li {
    padding: 0 0 0 50px !important;
  }
  html[lang=pt-br] .event .year-events li * {
    font-size: 1.3rem;
  }
  html[lang=pt-br] .event.e-2026 {
    top: 79px;
    right: -9px;
  }
  html[lang=pt-br] .event.e-2026 .year-events {
    margin-right: 17px;
  }
  html[lang=pt-br] .event.e-2024 .year-events {
    margin-right: -140px;
  }
  html[lang=pt-br] .event.e-2022 .year-events {
    margin-right: -120px;
  }
  html[lang=pt-br] .event.e-2014 .year-events {
    margin-right: -190px;
  }
  html[lang=pt-br] .bg.bg-2026 {
    top: 79px;
    right: -9px;
  }
}/*# sourceMappingURL=block-timeline.css.map */