.linhatempo{
  margin: 30px 0;
}

#linhatempo-abas{
  background-color:#fff;
  width: 100%;
  min-height: 50px;
  border-bottom: #e1e1e1 1px solid;
  border-top: #e1e1e1 1px solid;
  position: relative;
  z-index: 1;
}
.linhatempo-hr{
  width: 100%;
  /* height: 25px; */
  border-bottom: #eee 1px solid;
  position: absolute;
  top:25px;
  z-index: -1;
}
.linhatempo-conteudos{
  background: #e2eded;
  border-radius: 0px 0px 10px 10px;
  padding:25px;
}
#linhatempo-prev{
  content:url(../img/interna_timeline/prev.svg);
  width: 30px;
  position: absolute;
  left:0;
  top:9px;
  cursor: pointer;
}
#linhatempo-next{
  content:url(../img/interna_timeline/prev.svg);
  width: 30px;
  position: absolute;
  right:0;
  top:9px;
  transform: rotate(180deg);
  cursor: pointer;
}

#linhatempo-prev:focus{
  outline: none;
  box-shadow: none;
}
#linhatempo-next:focus{
  outline: none;
  box-shadow: none;
}
#linhatempo-datas{
  /* background-color: aqua; */
  margin:0 40px;
  display: flex;
  gap:20px;
  overflow-y: scroll;
  scrollbar-width: none;
  /* margin-top:-13px; */
  font-size: 11px;
  font-weight: 400;
  color: #616161;
  white-space: nowrap;
  
}
#linhatempo-datas::-webkit-scrollbar {
  display: none;
}
.linhatempo-data{
  background-color: #eee;
  padding:4px 8px;
  border-radius: 5px;
  margin-top:12px;
  cursor: pointer;
}
.linhatempo-conteudo{
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #006D75;
}
.selected{
  background-color: #006D75;
  color:#fff;
}
.hide{
  display:none;
}
.linhatempo a{
  color:#006D75;
  font-weight: bold;
  text-decoration: underline;
}
.linhatempo-img{
  max-width: 100%;
  margin: 10px auto 0 auto;
  border-radius: 15px;
  border:#36A8A833 solid 5px;
}
.linhatempo-legenda{
  margin-top: 10px;
  font-size: .9rem;
}

@media (min-width: 992px) {
  .linhatempo-conteudo{
    font-size: 18px;
    line-height: 22px;
  }
  .linhatempo-conteudos{
    padding:45px;
  }
}
  
  
