@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;*/
.casoGalamba {
  font-family: "Montserrat", "Open Sans", sans-serif;
}
.casoGalamba h1, .casoGalamba h2, .casoGalamba h3, .casoGalamba h4, .casoGalamba h5, .casoGalamba h6, .casoGalamba p {
  margin: 0;
}
.casoGalamba .onlyMobile {
  display: block;
}
.casoGalamba .onlyPC {
  display: none;
}
.casoGalamba .headerPage {
  /*&_img {
      width: $headerImgSize;
      height: $headerImgSize;
      object-fit: cover;
      object-position: center;
      border-radius: 50%;
      margin: 0 auto;
      display: block;
      margin-bottom: 16px;

      &_container {
          display: flex;
          flex-direction: row;
          align-items: flex-end;
          width: 90%;
          margin: 0 auto;

          .headerPage_img {
              isolation: isolate;

              &:nth-child(1) {
                  width: $headerSideImgSize;
                  height: $headerSideImgSize;
                  margin-right: -12vw;
                  z-index: -1;
              }

              &:nth-child(2) {
              }

              &:nth-child(3) {
                  width: $headerSideImgSize;
                  height: $headerSideImgSize;
                  margin-left: -12vw;
                  z-index: -1;
              }
          }
      }
  }*/
}
.casoGalamba .headerPage_container {
  /*padding-top: $headerCM;*/
  max-width: 992px;
  margin: 0 auto;
  isolation: isolate;
  position: relative;
}
.casoGalamba .headerPage_img_container {
  max-width: 100%;
  min-height: 100vh;
  position: relative;
  /*margin-bottom: -40vh;*/
  z-index: -1;
}
.casoGalamba .headerPage_img_container .headerPage_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
}
.casoGalamba .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%);
}
.casoGalamba .headerPage .headerPage_content {
  max-width: 992px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.casoGalamba .headerPage_title {
  color: #000000;
  text-align: center;
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 8px;
}
.casoGalamba .headerPage_intro {
  color: #000000;
  text-align: center;
  margin-bottom: 48px;
  font-size: 16px;
  padding: 0 16px;
}
.casoGalamba .headerPage_explicacaoTimeline {
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 32px;
}
.casoGalamba .headerPage_explicacaoTimeline > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.casoGalamba .headerPage_explicacaoTimeline > div:nth-child(1) .squareTimeline {
  background-color: rgba(255, 170, 0, 0.3);
}
.casoGalamba .headerPage_explicacaoTimeline > div:nth-child(2) .squareTimeline {
  background-color: rgba(231, 19, 26, 0.3);
}
.casoGalamba .headerPage_explicacaoTimeline .squareTimeline {
  width: 28px;
  height: 14px;
  margin: 0;
}
.casoGalamba .headerPage_explicacaoTimeline span {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}
.casoGalamba .bodyPage .bodyPage_container {
  max-width: 992px;
  margin: 0 auto;
}
.casoGalamba .bodyPage .bodyPage_container .timelinePage {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 16px;
  gap: 16px;
}
.casoGalamba .bodyPage .bodyPage_container .timelinePage .pessoasEnvolvidas {
  background-color: rgba(255, 170, 0, 0.3);
}
.casoGalamba .bodyPage .bodyPage_container .timelinePage .entidadesEnvolvidas {
  background-color: rgba(231, 19, 26, 0.2);
}
.casoGalamba .bodyPage .bodyPage_container .timelinePage_guide {
  width: 21px;
}
.casoGalamba .bodyPage .bodyPage_container .timelinePage_guide_line {
  width: 1px;
  height: 100%;
  background-color: #cccccc;
  margin: 0 auto;
}
.casoGalamba .bodyPage .bodyPage_container .timelinePage_container {
  width: calc(100% - 37px);
}
.casoGalamba .bodyPage .bodyPage_container .timelinePage_slide {
  min-height: 1px;
  position: relative;
  margin-bottom: 64px;
  margin-top: 0;
}
.casoGalamba .bodyPage .bodyPage_container .timelinePage_slide_indicator {
  position: absolute;
  left: -32px;
}
.casoGalamba .bodyPage .bodyPage_container .timelinePage_slide_indicator .timelinePage_circle {
  width: 11px;
  height: 11px;
  position: relative;
  background-color: #cccccc;
  border-radius: 50%;
}
.casoGalamba .bodyPage .bodyPage_container .timelinePage_slide_indicator .timelinePage_circle_line {
  position: absolute;
  width: 1px;
  height: 0px;
  background-color: #e7131a;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  transition: height 250ms ease-in-out;
}
.casoGalamba .bodyPage .bodyPage_container .timelinePage_slide_indicator .timelinePage_circle.circle_active {
  background-color: #e7131a;
}
.casoGalamba .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;*/
}
.casoGalamba .bodyPage .bodyPage_container .timelinePage_slide.data_dia .timelinePage_slide_indicator .timelinePage_data {
  background-color: #000000;
  color: #ffffff;
  padding: 8px;
  left: -12px;
}
.casoGalamba .bodyPage .bodyPage_container .timelinePage_slide_content {
  padding-top: 36px;
}
.casoGalamba .bodyPage .bodyPage_container .timelinePage_slide_content .timelinePage_img_container {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-bottom: 24px;
  justify-content: center;
}
.casoGalamba .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;
}
.casoGalamba .bodyPage .bodyPage_container .timelinePage_slide_content .timelinePage_title {
  color: #000000;
}
.casoGalamba .bodyPage .bodyPage_container .timelinePage_slide_content .timelinePage_text {
  color: #000000;
  margin-bottom: 24px;
  position: relative;
  font-size: 16px;
}
.casoGalamba .bodyPage .bodyPage_container .timelinePage_slide_content .timelinePage_text::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  /*background-color: $corPrincipal;*/
  border: 1px solid #e7131a;
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 2px;
  margin-left: 8px;
}
.casoGalamba .bodyPage .bodyPage_container .timelinePage_slide_content.sem_data {
  padding-top: 0;
}
.casoGalamba .bodyPage .bodyPage_container .creditosPage {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 64px auto;
  padding: 0 16px;
}
.casoGalamba .bodyPage .bodyPage_container .creditosPage_text {
  color: #000000;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  text-align: center;
}
.casoGalamba .bodyPage .bodyPage_container .creditosPage_text .textDestaque {
  color: #e7131a;
  font-weight: 400;
  font-size: 14px;
  display: block;
  margin-bottom: 8px;
}

@media screen and (min-width: 600px) {
  .casoGalamba .onlyMobile {
    display: none;
  }
  .casoGalamba .onlyPC {
    display: block;
  }
  .casoGalamba .headerPage_container {
    /*padding-top: $headerCM;*/
    max-width: unset;
    margin: 0 auto;
  }
  .casoGalamba .headerPage_img_container {
    /*margin-bottom: -35vh;*/
  }
  .casoGalamba .headerPage_img_container::after {
    height: 60vh;
  }
  .casoGalamba .headerPage .headerPage_content {
    bottom: 30px;
  }
  .casoGalamba .headerPage_title {
    font-size: 48px;
  }
  .casoGalamba .headerPage_intro {
    font-size: 20px;
    white-space: nowrap;
  }
  .casoGalamba .headerPage_explicacaoTimeline {
    display: flex;
    flex-direction: row;
    gap: 32px;
  }
  .casoGalamba .bodyPage .bodyPage_container .timelinePage {
    position: relative;
  }
  .casoGalamba .bodyPage .bodyPage_container .timelinePage_guide {
    position: absolute;
    height: calc(100% - 32px);
    left: 50%;
    transform: translateX(-50%);
    top: 16px;
  }
  .casoGalamba .bodyPage .bodyPage_container .timelinePage_container {
    width: 100%;
  }
  .casoGalamba .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;
        }
    }*/
  }
  .casoGalamba .bodyPage .bodyPage_container .timelinePage_slide .timelinePage_slide_indicator {
    top: 12px;
  }
  .casoGalamba .bodyPage .bodyPage_container .timelinePage_slide .timelinePage_slide_indicator .timelinePage_data {
    font-size: 28px;
  }
  .casoGalamba .bodyPage .bodyPage_container .timelinePage_slide_content {
    padding-top: 0;
  }
  .casoGalamba .bodyPage .bodyPage_container .timelinePage_slide_content .timelinePage_img_container {
    /*justify-content: flex-start;*/
    gap: 32px;
  }
  .casoGalamba .bodyPage .bodyPage_container .timelinePage_slide_content .timelinePage_img_container .timelinePage_img {
    /*width: 20%;*/
  }
  .casoGalamba .bodyPage .bodyPage_container .timelinePage_slide_content .timelinePage_text {
    font-size: 20px;
  }
  .casoGalamba .bodyPage .bodyPage_container .timelinePage_slide.slide_esquerda {
    margin-left: 0;
    margin-right: auto;
  }
  .casoGalamba .bodyPage .bodyPage_container .timelinePage_slide.slide_esquerda .timelinePage_slide_indicator {
    right: -54px;
    left: auto;
  }
  .casoGalamba .bodyPage .bodyPage_container .timelinePage_slide.slide_esquerda .timelinePage_slide_indicator .timelinePage_data {
    left: 64px;
    right: auto;
  }
  .casoGalamba .bodyPage .bodyPage_container .timelinePage_slide.slide_direita {
    margin-left: auto;
    margin-right: 0;
  }
  .casoGalamba .bodyPage .bodyPage_container .timelinePage_slide.slide_direita .timelinePage_slide_indicator {
    left: -54px;
    right: auto;
  }
  .casoGalamba .bodyPage .bodyPage_container .timelinePage_slide.slide_direita .timelinePage_slide_indicator .timelinePage_data {
    right: 64px;
    left: auto;
  }
  .casoGalamba .bodyPage .bodyPage_container .timelinePage_slide.data_dia {
    margin-left: auto;
    margin-right: auto;
  }
  .casoGalamba .bodyPage .bodyPage_container .timelinePage_slide.data_dia .timelinePage_slide_indicator {
    left: 50%;
    transform: translateX(-50%);
  }
  .casoGalamba .bodyPage .bodyPage_container .timelinePage_slide.data_dia .timelinePage_slide_indicator .timelinePage_data {
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
  }
  .casoGalamba .bodyPage .bodyPage_container .creditosPage {
    flex-direction: row;
    margin: 128px auto;
    flex-wrap: wrap;
  }
  .casoGalamba .bodyPage .bodyPage_container .creditosPage_text {
    text-align: left;
    white-space: nowrap;
  }
  .casoGalamba .bodyPage .bodyPage_container .creditosPage_text .textDestaque {
    display: inline-block;
    margin-right: 4px;
    margin-bottom: auto;
  }
}