@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap");
/*$headerImgSize: 50vw;
$headerSideImgSize: 30vw;*/
.timeline-interativa {
  font-family: "Montserrat", "Open Sans", sans-serif;
}
.timeline-interativa h1, .timeline-interativa h2, .timeline-interativa h3, .timeline-interativa h4, .timeline-interativa h5, .timeline-interativa h6, .timeline-interativa p {
  margin: 0;
}
.timeline-interativa .onlyMobile {
  display: block;
}
.timeline-interativa .onlyPC {
  display: none;
}
.timeline-interativa .headerPage_container {
  /*padding-top: $headerCM;*/
  max-width: 992px;
  margin: 0 auto;
  isolation: isolate;
  position: relative;
}
.timeline-interativa .headerPage_img_container {
  max-width: 100%;
  min-height: 100vh;
  position: relative;
  z-index: -1;
}
.timeline-interativa .headerPage_img_container .headerPage_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
}
.timeline-interativa .headerPage_img_container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
.timeline-interativa .headerPage .headerPage_content {
  max-width: 992px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.timeline-interativa .headerPage_title {
  color: #000000;
  text-align: center;
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 8px;
  line-height: 130%;
}
.timeline-interativa .headerPage_title span {
  font-size: 24px;
  line-height: 1.3;
  display: block;
}
.timeline-interativa .headerPage_intro {
  color: #000000;
  text-align: center;
  margin-bottom: 48px;
  font-size: 16px;
  padding: 0 16px;
  line-height: 150%;
}
.timeline-interativa .headerPage_explicacaoTimeline {
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 32px;
}
.timeline-interativa .headerPage_explicacaoTimeline > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.timeline-interativa .headerPage_explicacaoTimeline > div:nth-child(1) .squareTimeline {
  background-color: rgba(255, 170, 0, 0.3);
}
.timeline-interativa .headerPage_explicacaoTimeline > div:nth-child(2) .squareTimeline {
  background-color: rgba(var(--cor-principal, #e7131a), 0.3);
}
.timeline-interativa .headerPage_explicacaoTimeline .squareTimeline {
  width: 28px;
  height: 14px;
  margin: 0;
}
.timeline-interativa .headerPage_explicacaoTimeline span {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}
.timeline-interativa .bodyPage .bodyPage_container {
  max-width: 992px;
  margin: 0 auto;
}
.timeline-interativa .bodyPage .bodyPage_container .timelinePage {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 16px;
  gap: 16px;
}
.timeline-interativa .bodyPage .bodyPage_container .timelinePage .pessoasEnvolvidas {
  background-color: rgba(255, 170, 0, 0.3);
}
.timeline-interativa .bodyPage .bodyPage_container .timelinePage .entidadesEnvolvidas {
  background-color: rgba(var(--cor-principal, #e7131a), 0.2);
}
.timeline-interativa .bodyPage .bodyPage_container .timelinePage_guide {
  width: 21px;
}
.timeline-interativa .bodyPage .bodyPage_container .timelinePage_guide_line {
  width: 1px;
  height: 100%;
  background-color: #cccccc;
  margin: 0 auto;
}
.timeline-interativa .bodyPage .bodyPage_container .timelinePage_container {
  width: calc(100% - 37px);
}
.timeline-interativa .bodyPage .bodyPage_container .timelinePage_slide {
  min-height: 1px;
  position: relative;
  margin-bottom: 64px;
  margin-top: 0;
}
.timeline-interativa .bodyPage .bodyPage_container .timelinePage_slide_indicator {
  position: absolute;
  left: -32px;
}
.timeline-interativa .bodyPage .bodyPage_container .timelinePage_slide_indicator .timelinePage_circle {
  width: 11px;
  height: 11px;
  position: relative;
  background-color: #cccccc;
  border-radius: 50%;
}
.timeline-interativa .bodyPage .bodyPage_container .timelinePage_slide_indicator .timelinePage_circle_line {
  position: absolute;
  width: 1px;
  height: 0px;
  background-color: var(--cor-principal, #e7131a);
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  transition: height 250ms ease-in-out;
}
.timeline-interativa .bodyPage .bodyPage_container .timelinePage_slide_indicator .timelinePage_circle.circle_active {
  background-color: var(--cor-principal, #e7131a);
}
.timeline-interativa .bodyPage .bodyPage_container .timelinePage_slide_indicator .timelinePage_data {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #000000;
  font-weight: 600;
  font-size: 20px;
  left: 32px;
  white-space: nowrap;
  line-height: 1;
  /* text-edge: cap alphabetic;
  leading-trim: both;*/
}
.timeline-interativa .bodyPage .bodyPage_container .timelinePage_slide.data_dia .timelinePage_slide_indicator .timelinePage_data {
  background-color: #000000;
  color: #ffffff;
  padding: 8px;
  left: -12px;
}
.timeline-interativa .bodyPage .bodyPage_container .timelinePage_slide_content {
  padding-top: 52px;
}
.timeline-interativa .bodyPage .bodyPage_container .timelinePage_slide_content .timelinePage_img_container {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-bottom: 24px;
  justify-content: center;
}
.timeline-interativa .bodyPage .bodyPage_container .timelinePage_slide_content .timelinePage_img_container .timelinePage_img {
  max-width: 40%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  display: block;
  box-shadow: 0 0 15px -5px black;
}
.timeline-interativa .bodyPage .bodyPage_container .timelinePage_slide_content .timelinePage_title {
  color: #000000;
}
.timeline-interativa .bodyPage .bodyPage_container .timelinePage_slide_content .timelinePage_text {
  color: #000000;
  margin-bottom: 24px;
  position: relative;
  font-size: 16px;
  line-height: 1.5;
}
.timeline-interativa .bodyPage .bodyPage_container .timelinePage_slide_content .timelinePage_text::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  /*background-color: $corPrincipal;*/
  border: 1px solid var(--cor-principal, #e7131a);
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 2px;
  margin-left: 8px;
}
.timeline-interativa .bodyPage .bodyPage_container .timelinePage_slide_content.sem_data {
  padding-top: 0;
}
.timeline-interativa .bodyPage .bodyPage_container .creditosPage {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 64px auto;
  padding: 0 16px;
}
.timeline-interativa .bodyPage .bodyPage_container .creditosPage_text {
  color: #000000;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  text-align: center;
}
.timeline-interativa .bodyPage .bodyPage_container .creditosPage_text .textDestaque {
  color: var(--cor-principal, #e7131a);
  font-weight: 400;
  font-size: 14px;
  display: block;
  margin-bottom: 8px;
}
@media screen and (max-width: 600px) {
  .timeline-interativa.fancy-version .headerPage_container {
    padding-bottom: 25vh;
  }
  .timeline-interativa.fancy-version .headerPage_img_container {
    min-height: 50vh;
  }
  .timeline-interativa.fancy-version .headerPage_img_container::after {
    height: 25vh;
  }
}
.timeline-interativa.fancy-version .bodyPage_container .timelinePage_slide_content .timelinePage_img_container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
}
.timeline-interativa.fancy-version .bodyPage_container .timelinePage_slide_content .timelinePage_img_container .timelinePage_img {
  max-width: 100%;
  aspect-ratio: initial;
  border-radius: 8px;
  width: 100%;
}
.timeline-interativa.fancy-version .bodyPage_container .timelinePage_slide_content .timelinePage_img_container .timelinePage_img__credits {
  font-size: 12px;
  color: hsl(0deg, 0%, 50%);
  font-weight: 400;
  line-height: 1.3;
  display: block;
  padding: 0 8px;
}

@media screen and (min-width: 600px) {
  .timeline-interativa .onlyMobile {
    display: none;
  }
  .timeline-interativa .onlyPC {
    display: block;
  }
  .timeline-interativa .headerPage_container {
    /*padding-top: $headerCM;*/
    max-width: unset;
    margin: 0 auto;
  }
  .timeline-interativa .headerPage_img_container {
    /*margin-bottom: -35vh;*/
  }
  .timeline-interativa .headerPage_img_container::after {
    height: 60vh;
  }
  .timeline-interativa .headerPage .headerPage_content {
    bottom: 30px;
  }
  .timeline-interativa .headerPage_title {
    font-size: 52px;
  }
  .timeline-interativa .headerPage_title span {
    font-size: 36px;
    line-height: 1.3;
    display: block;
  }
  .timeline-interativa .headerPage_intro {
    font-size: 20px;
    text-wrap-style: pretty;
  }
  .timeline-interativa .headerPage_explicacaoTimeline {
    display: flex;
    flex-direction: row;
    gap: 32px;
  }
  .timeline-interativa .bodyPage .bodyPage_container .timelinePage {
    position: relative;
  }
  .timeline-interativa .bodyPage .bodyPage_container .timelinePage_guide {
    position: absolute;
    height: calc(100% - 32px);
    left: 50%;
    transform: translateX(-50%);
    top: 16px;
  }
  .timeline-interativa .bodyPage .bodyPage_container .timelinePage_container {
    width: 100%;
  }
  .timeline-interativa .bodyPage .bodyPage_container .timelinePage_slide {
    width: 45%;
    margin-top: 0;
    margin-bottom: 128px;
    /* &:not(.data_dia) {
        background-color: red;

        &:nth-child(odd) {
            margin-left: 0;
            margin-right: auto;
        }

        &:nth-child(even) {
            margin-left: auto;
            margin-right: 0;
        }
    }*/
  }
  .timeline-interativa .bodyPage .bodyPage_container .timelinePage_slide .timelinePage_slide_indicator {
    top: 12px;
  }
  .timeline-interativa .bodyPage .bodyPage_container .timelinePage_slide .timelinePage_slide_indicator .timelinePage_data {
    font-size: 28px;
  }
  .timeline-interativa .bodyPage .bodyPage_container .timelinePage_slide_content {
    padding-top: 0;
  }
  .timeline-interativa .bodyPage .bodyPage_container .timelinePage_slide_content .timelinePage_img_container {
    /*justify-content: flex-start;*/
    gap: 32px;
  }
  .timeline-interativa .bodyPage .bodyPage_container .timelinePage_slide_content .timelinePage_img_container .timelinePage_img {
    /*width: 20%;*/
  }
  .timeline-interativa .bodyPage .bodyPage_container .timelinePage_slide_content .timelinePage_text {
    font-size: 20px;
    text-wrap-style: balance;
  }
  .timeline-interativa .bodyPage .bodyPage_container .timelinePage_slide.slide_esquerda {
    margin-left: 0;
    margin-right: auto;
  }
  .timeline-interativa .bodyPage .bodyPage_container .timelinePage_slide.slide_esquerda .timelinePage_slide_indicator {
    right: -54px;
    left: auto;
  }
  .timeline-interativa .bodyPage .bodyPage_container .timelinePage_slide.slide_esquerda .timelinePage_slide_indicator .timelinePage_data {
    left: 64px;
    right: auto;
  }
  .timeline-interativa .bodyPage .bodyPage_container .timelinePage_slide.slide_direita {
    margin-left: auto;
    margin-right: 0;
  }
  .timeline-interativa .bodyPage .bodyPage_container .timelinePage_slide.slide_direita .timelinePage_slide_indicator {
    left: -54px;
    right: auto;
  }
  .timeline-interativa .bodyPage .bodyPage_container .timelinePage_slide.slide_direita .timelinePage_slide_indicator .timelinePage_data {
    right: 64px;
    left: auto;
  }
  .timeline-interativa .bodyPage .bodyPage_container .timelinePage_slide.data_dia {
    margin-left: auto;
    margin-right: auto;
  }
  .timeline-interativa .bodyPage .bodyPage_container .timelinePage_slide.data_dia .timelinePage_slide_indicator {
    left: 50%;
    transform: translateX(-50%);
  }
  .timeline-interativa .bodyPage .bodyPage_container .timelinePage_slide.data_dia .timelinePage_slide_indicator .timelinePage_data {
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
  }
  .timeline-interativa .bodyPage .bodyPage_container .creditosPage {
    flex-direction: row;
    margin: 128px auto;
    flex-wrap: wrap;
  }
  .timeline-interativa .bodyPage .bodyPage_container .creditosPage_text {
    text-align: left;
    white-space: nowrap;
  }
  .timeline-interativa .bodyPage .bodyPage_container .creditosPage_text .textDestaque {
    display: inline-block;
    margin-right: 4px;
    margin-bottom: auto;
  }
  .timeline-interativa.fancy-version .bodyPage_container .timelinePage_slide_content .timelinePage_img_container {
    gap: 8px;
  }
}