.icon-circle {
  width: 50px;
  height: 50px;
  background-color: #f8f9fa;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1px;
  line-height: 50px; /* Centraliza verticalmente */
}
.icon-circle i {
  margin: 0; /* Remove o espaçamento padrão do ícone */
  font-size: 30px; /* Ajusta o tamanho do ícone */
}
/*Overlay das imagens da equipe*/
/*imagens da equipe de trabalho*/

.imagebox img {
  height: 200px;
  margin: 10px;
  padding: 20px;
  object-fit: contain;
}

/* Timeline alternativa */

.hori-timeline .events {
  border-top: 3px solid #e9ecef;
}
.hori-timeline .events .event-list {
  display: block;
  position: relative;
  text-align: center;
  padding-top: 48px;
  margin-right: 0;
  line-height: 1.2;
}
.hori-timeline .events .event-list:before {
  content: "";
  position: absolute;
  height: 40px;
  border-right: 2px dashed #dee2e6;
  top: 0;
}
.hori-timeline .events .event-list .event-date {
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  width: 75px;
  margin: 0 auto;
  border-radius: 4px;
  padding: 2px 4px;
}

.linha_do_tempo {
  border: none;
  margin-bottom: 24px;
  -webkit-box-shadow: 0 0 13px 0 rgba(236, 236, 241, 0.44);
  box-shadow: 0 0 13px 0 rgba(236, 236, 241, 0.44);
}

/* Fim Timeline alternativa */
