@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
*,
html,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

.abril_25_postais-container .entrada {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  background: url("/datajournalism/static/postais_25Abril/i/BG.jpg") no-repeat;
  background-position: bottom center;
  background-size: cover;
  flex-direction: column;
  padding: 100px 24px 48px;
  position: relative;
}
.abril_25_postais-container .entrada::before {
  content: "";
  background: hsla(0deg, 0%, 0%, 0.6);
  height: 100%;
  width: 100%;
  position: absolute;
  inset: 0;
}
.abril_25_postais-container .entrada h1 {
  position: relative;
  font-size: 36px;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.3px;
  color: white;
  margin-bottom: 24px;
  text-align: center;
}
.abril_25_postais-container .entrada h1 span {
  display: block;
  color: #ed1b23;
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-size: 28px;
}
.abril_25_postais-container .entrada p {
  position: relative;
  width: 100%;
  max-width: 1300px;
  text-align: center;
  color: white;
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 48px;
}
.abril_25_postais-container .entrada .arrow {
  background-image: url("/datajournalism/static/postais_25Abril/i/ic_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.abril_25_postais-container .entrada .link {
  cursor: pointer;
  height: 52px;
  width: 36px;
  position: relative;
  text-align: center;
  text-decoration: none;
  animation: move_down 3s ease-in-out infinite;
}
@keyframes move_down {
  0% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-20px);
  }
}
.abril_25_postais-container .incontent_share {
  padding: 32px 16px;
}
.abril_25_postais-container .incontent_share .share_container {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.abril_25_postais-container .incontent_share .share_container li {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  opacity: 1;
  transition: all 0.3s ease;
}
.abril_25_postais-container .incontent_share .share_container li:hover {
  opacity: 0.8;
}
.abril_25_postais-container .incontent_share .share_container li.fb {
  background-image: url("/datajournalism/static/postais_25Abril/i/ic_facebook.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.abril_25_postais-container .incontent_share .share_container li.tw {
  background-image: url("/datajournalism/static/postais_25Abril/i/ic_twitter.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #000;
}
.abril_25_postais-container .incontent_share .share_container li.wa {
  background-image: url("/datajournalism/static/postais_25Abril/i/ic_whatsapp.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.abril_25_postais-container .intro {
  padding: 48px 24px;
  position: relative;
}
.abril_25_postais-container .intro p {
  font-size: 14px;
  text-align: center;
  font-family: "Merriweather", serif;
  line-height: 1.7;
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 24px;
}
.abril_25_postais-container .intro p span {
  font-weight: 800;
  display: block;
}
.abril_25_postais-container .postal {
  padding: 48px 24px 48px 32px;
  position: relative;
}
.abril_25_postais-container .postal .imagem_container {
  width: 100%;
  margin-bottom: 52px;
}
.abril_25_postais-container .postal .imagem_container .imagem {
  width: 100%;
  box-shadow: 0px 0px 4px 2px hsl(0deg, 0%, 80%);
}
.abril_25_postais-container .postal .texto-container {
  font-family: "Merriweather", serif;
}
.abril_25_postais-container .postal .texto-container .postal-titulo {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
  line-height: 1.3;
}
.abril_25_postais-container .postal .texto-container .info-container {
  margin-bottom: 36px;
}
.abril_25_postais-container .postal .texto-container .info-container .info-texto {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 4px;
}
.abril_25_postais-container .postal .texto-container .info-container .info-ilustracao {
  font-size: 16px;
  line-height: 1.5;
}
.abril_25_postais-container .postal .texto-container .postal-texto {
  font-size: 14px;
  line-height: 1.7;
}
.abril_25_postais-container .postal::after {
  content: "";
  width: 16px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: grey;
}
.abril_25_postais-container .postal-1::after {
  background-color: #69c07d;
}
.abril_25_postais-container .postal-2::after {
  background-color: #21495a;
}
.abril_25_postais-container .postal-3::after {
  background-color: #6ea6a7;
}
.abril_25_postais-container .postal-4::after {
  background-color: #8ea0c2;
}
.abril_25_postais-container .postal-5::after {
  background-color: #6ba9bc;
}
.abril_25_postais-container .postal-6::after {
  background-color: #546832;
}
.abril_25_postais-container .postal-7::after {
  background-color: #ef97a0;
}
.abril_25_postais-container .postal-8::after {
  background-color: #ec4945;
}
.abril_25_postais-container .postal-9::after {
  background-color: #fcd403;
}
.abril_25_postais-container .postal-10::after {
  background-color: #bf302a;
}
.abril_25_postais-container .postal-11::after {
  background-color: #ed4824;
}
.abril_25_postais-container .postal-12::after {
  background-color: #92b8d9;
}
.abril_25_postais-container .postal-13::after {
  background-color: #334f47;
}
.abril_25_postais-container .postal-14::after {
  background-color: #ed1c24;
}
.abril_25_postais-container .postal-15::after {
  background-color: #6c8f85;
}
.abril_25_postais-container .postal-16::after {
  background-color: #3589c9;
}
.abril_25_postais-container .postal-17::after {
  background-color: #db843b;
}
.abril_25_postais-container .postal-18::after {
  background-color: #becbd7;
}
.abril_25_postais-container .postal-19::after {
  background-color: #15181b;
}
.abril_25_postais-container .postal-20::after {
  background-color: #9c2d2e;
}
.abril_25_postais-container .postal-21::after {
  background-color: #1a8241;
}
.abril_25_postais-container .postal-22::after {
  background-color: #997aa0;
}
.abril_25_postais-container .postal-23::after {
  background-color: #837f81;
}
.abril_25_postais-container .postal-24::after {
  background-color: #607256;
}
.abril_25_postais-container .postal-25::after {
  background-color: #000000;
}
.abril_25_postais-container .creditos {
  width: 100%;
  max-width: 1300px;
  margin: 48px auto 0;
}
.abril_25_postais-container .creditos_container {
  padding: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  list-style: none;
  border-top: 1px solid hsla(0deg, 0%, 0%, 0.25);
  padding: 48px 24px;
}
.abril_25_postais-container .creditos_container li {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
}
.abril_25_postais-container .creditos_container li span {
  font-weight: 600;
  display: block;
}

@media only screen and (min-width: 992px) {
  .abril_25_postais-container .entrada {
    padding: 200px 24px 100px;
  }
  .abril_25_postais-container .entrada h1 {
    font-size: 48px;
  }
  .abril_25_postais-container .entrada h1 span {
    font-size: 32px;
  }
  .abril_25_postais-container .entrada p {
    font-size: 18px;
  }
  .abril_25_postais-container .intro {
    padding: 100px 24px;
  }
  .abril_25_postais-container .intro p {
    font-size: 16px;
  }
  .abril_25_postais-container .postal {
    display: flex;
    gap: 72px;
    align-items: flex-start;
    justify-content: center;
  }
  .abril_25_postais-container .postal .imagem_container {
    position: sticky;
    top: 10vh;
    margin-bottom: 0;
    height: 80vh;
    width: auto;
    max-width: 50%;
    object-fit: contain;
    flex: 0 0 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .abril_25_postais-container .postal .imagem_container .imagem {
    height: 100%;
    width: auto;
    margin: 0 auto;
  }
  .abril_25_postais-container .postal .texto-container {
    width: 50%;
    flex: 0 1 50%;
    padding-right: 10vw;
  }
  .abril_25_postais-container .postal .texto-container .postal-titulo {
    font-size: 28px;
    margin-bottom: 32px;
  }
  .abril_25_postais-container .postal .texto-container .info-container .info-texto {
    font-size: 18px;
  }
  .abril_25_postais-container .postal .texto-container .info-container .info-ilustracao {
    font-size: 18px;
  }
  .abril_25_postais-container .postal .texto-container .postal-texto {
    font-size: 16px;
  }
  .abril_25_postais-container .postal::after {
    content: "";
  }
  .abril_25_postais-container .postal-13 .imagem_container .imagem {
    height: auto;
    max-width: 100%;
  }
  .abril_25_postais-container .creditos_container {
    flex-direction: row;
  }
  .abril_25_postais-container .creditos_container li {
    font-size: 16px;
  }
  .abril_25_postais-container .creditos_container li span {
    display: inline-block;
  }
}