#app {
  padding: 50px 0;
}
.timeline {
  list-style-type: none;
  display: flex;
  padding: 0;
  text-align: center;
}
.espaco_inicial {
  padding-right: 100px;
}
.espaco_final {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) calc(28% - 1px), rgba(192, 192, 192, 1) calc(28%), rgba(0, 0, 0, 0) calc(28% + 6px));
  padding-right: 100px;
}
.timeline li {
  transition: all 200ms ease-in;
}
.timestamp {
  min-width: 250px;
  min-height: 136px;
  margin-bottom: 20px;
  /*padding: 0px 40px;*/
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 100;
}
.swiper-wrapper {
  /*padding: 0px 35px;*/
  height: auto !important;
}
.status {
  padding: 0px 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: 6px solid #C0C0C0;
  position: relative;
  transition: all 200ms ease-in;
}
.status span {
  font-weight: 600;
  padding-top: 20px;
}
.status span:before {
  content: '';
  width: 15px;
  height: 15px;
  background-color: #294890;
  border-radius: 25px;
  border: 4px solid #294890;
  position: absolute;
  top: -10px;
  left: 47%;
  transition: all 200ms ease-in;
}
.bloco_ano {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  height: 365px;
}
.ano {}
.ano_txt {
  margin-top: -40px;
  min-height: 60px;
  min-width: 150px;
  max-width: 250px;
  align-content: center;
  padding: 3px;
  border-radius: 5px;
  color: #fff;
  display: block;
  background: #F26B30;
  text-wrap: balance;
}
.swiper-container {
  width: 100%;
  height: 100% !important;
  margin: 50px 0;
  overflow: hidden;
  /*padding: 0 20px 30px 20px;*/
}
.swiper-slide {
  width: 200px;
  text-align: center;
  font-size: 14px;
}
.swiper-slide:nth-child(2n) {
  width: 40%;
}
.swiper-slide:nth-child(3n) {
  width: 20%;
}
.swiper-control {
  position: absolute;
  z-index: 100;
  width: 93%;
  margin-top: 231px;
}
.prev-slide, .next-slide {
  border: none;
  background: none;
  /*background: linear-gradient(180deg, rgba(0, 0, 0, 0) calc(50% - 1px), rgba(192, 192, 192, 1) calc(50%), rgba(0, 0, 0, 0) calc(50% + 6px));*/
}
.prev-slide {
  float: left;
}
.next-slide {
  float: right;
}
/**************************************************/
.imagem_evento {
  padding: 8px;
  background: #B4BFC6;
  border-radius: 5px;
  margin-bottom: 10px;
}
.imagem_evento img {
  max-height: 130px;
  width: auto;
}
.desc_evento {
  background: #294890;
  padding: 10px;
  border-radius: 4px;
  margin: 25px 5px;
  color: #fff;
}
.desc_evento::after {
  content: "";
  margin-top: 16px;
  width: 0;
  height: 0;
  position: absolute;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #294890;
  top: -1px;
  left: 44%;
}
/*
.imagem_evento:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #B4BFC6;
  top: 175px;
  left: 44%;
}
*/
.link_thumb_evento img {
  max-height: 120px;
  float: left;
  margin: 2px;
}
/********************** Horizontal *********************/
@media screen and (max-width:768px) {
  #apu {
    display: none;
  }
  .imagem_evento:before {
    content: none;
  }
}
@media screen and (min-width: 767px) {
  #timeline_vertical {
    display: none;
  }
}
/*
.imagem_evento:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #B4BFC6;
  top: 177px;
  left: 45%;
}*/
.bg_timeline_vertical {
  background-image: url("../images/bg_timeline.png");
  background-repeat: repeat-y;
  background-position: 45%;
}
.conteudo_direita {
  margin: 0 auto;
  align-content: center;
  display: flex;
  float: right;
  padding: 10px;
}
.conteudo_meio {
  margin: 0 auto;
  padding: 10px;
  align-content: center;
  display: flex;
  text-align: center;
  background: #F26B30;
  border-radius: 3px;
}
.conteudo_esquerda {
  background: #294890;
  padding: 10px;
  border-radius: 4px;
  margin: 25px 5px;
  color: #fff;
}
.txt_ano {
  color: #fff;
  padding: 5px;
}
.seta_baixo {
  display: flex;
  justify-content: center;
}