h3{
  font-weight: normal;
  color: #ff6e28;
}

#timeline {
  height: 1800px;
  width: 400px;
  margin: 0px auto;
}
#timeline #line {
  margin: 0px auto;
  height: 100%;
  width: 2px;
  background-color: black;
  animation: lineShow .5s linear, breath 4s 3.2s infinite;
}
#timeline .circle {
  position: absolute;
  left: 46.6%;
  background-color: black;
  border: 2px solid #ff6e28;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
#timeline #circle1 {
  top: 10%;
}
#timeline #circle1 #circle1content {
  position: absolute;
  border: 1.5px solid white;
  left: 100px;
  width: 500px;
  height: 200px;
  color: white;
  padding: 10px;
  top: -10px;
  border-radius: 2px;
  animation: hide 3.6s, dateShow 1s 3.6s;
}
#timeline #circle1 #circle1content::after {
  content: "";
  position: absolute;
  width: 0px;
  top: 8px;
  bottom: auto;
  left: -8px;
  border-style: solid;
  border-width: 8px 8px 8px 0;
  border-color: transparent white;
  display: block;
  box-sizing: none;
}
#timeline #circle1 #circle1content::after {
  border-color: transparent #fff;
  left: -7px;
  top: 10px;
  border-width: 6px 7px 6px 0;
}
#timeline .circleshow1 {
  animation: circleShow .5s linear;
  background-image: url(../img/estudo-1.png);
}
#timeline #circle2 {
  top: 20%;
}

#timeline #circle2 #circle2content {
  position: absolute;
  border: 1.5px solid white;
  left: -550px;
  width: 500px;
  height: 200px;
  color: white;
  padding: 10px;
  top: -10px;
  border-radius: 2px;
  animation: hide 3.6s, dateShow 1s 3.6s;
}
#timeline #circle2 #circle2content::after {
  content: "";
  position: absolute;
  width: 0px;
  top: 8px;
  bottom: auto;
  right: -8px;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent white;
  display: block;
  box-sizing: none;
}
#timeline #circle2 #circle2content::after {
  border-color: transparent #fff;
  right: -6px;
  top: 10px;
  border-width: 6px 0 7px 6px;
}
#timeline .circleshow2 {
  animation: circleShow2 1s linear;
  background-image: url(../img/consultor.png);
}
#timeline #circle3 {
  top: 30%;
}
#timeline #circle3 #circle3content {
  position: absolute;
  border: 1.5px solid white;
  left: 100px;
  width: 500px;
  height: 341px;
  color: white;
  padding: 10px;
  top: -10px;
  border-radius: 2px;
  animation: hide 3.6s, dateShow 1s 3.6s;
}
#timeline #circle3 #circle3content::after {
  content: "";
  position: absolute;
  width: 0px;
  top: 8px;
  bottom: auto;
  left: -8px;
  border-style: solid;
  border-width: 8px 8px 8px 0;
  border-color: transparent white;
  box-sizing: none;
}
#timeline #circle3 #circle3content::after {
  border-color: transparent #fff;
  left: -7px;
  top: 10px;
  border-width: 6px 7px 6px 0;
}
#timeline .circleshow3 {
  animation: circleShow3 1.5s linear;
  background-image: url(../img/calendario.png);
}
#timeline #circle4 {
  top: 40%;
}
#timeline #circle4 #circle4content {
  position: absolute;
  border: 1.5px solid white;
  left: -550px;
  width: 500px;
  height: 270px;
  color: white;
  padding: 10px;
  top: -10px;
  border-radius: 2px;
  animation: hide 3.6s, dateShow 1s 3.6s;
}
#timeline #circle4 #circle4content::after {
  content: "";
  position: absolute;
  width: 0px;
  top: 8px;
  bottom: auto;
  right: -8px;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent white;
  display: block;
  box-sizing: none;
}
#timeline #circle4 #circle4content::after {
  border-color: transparent #fff;
  right: -6px;
  top: 10px;
  border-width: 6px 0 7px 6px;
}
#timeline .circleshow4 {
  animation: circleShow4 2s linear;
  background-image: url(../img/IA.png);
}
#timeline #circle5 {
  top: 50%;
}
#timeline #circle5 #circle5content {
  position: absolute;
  border: 1.5px solid white;
  left: 100px;
  width: 500px;
  height: 220px;
  color: white;
  padding: 10px;
  top: -10px;
  border-radius: 2px;
  animation: hide 3.6s, dateShow 1s 3.6s;
}
#timeline #circle5 #circle5content::after {
  content: "";
  position: absolute;
  width: 0px;
  top: 8px;
  bottom: auto;
  left: -8px;
  border-style: solid;
  border-width: 8px 8px 8px 0;
  border-color: transparent white;
  box-sizing: none;
}
#timeline #circle5 #circle5content::after {
  border-color: transparent #fff;
  left: -7px;
  top: 10px;
  border-width: 6px 7px 6px 0;
}
#timeline .circleshow5 {
  animation: circleShow5 2.5s linear;
  background-image: url(../img/analista.png);
}
#timeline #circle6 {
  top: 60%;
}
#timeline #circle6 #circle6content {
  position: absolute;
  border: 1.5px solid white;
  left: -550px;
  width: 500px;
  height: 220px;
  color: white;
  padding: 10px;
  top: -10px;
  border-radius: 2px;
  animation: hide 3.6s, dateShow 1s 3.6s;
}
#timeline #circle6 #circle6content::after {
  content: "";
  position: absolute;
  width: 0px;
  top: 8px;
  bottom: auto;
  right: -8px;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent white;
  display: block;
  box-sizing: none;
}
#timeline #circle6 #circle6content::after {
  border-color: transparent #fff;
  right: -6px;
  top: 10px;
  border-width: 6px 0 7px 6px;
}
#timeline .circleshow6 {
  animation: circleShow6 3s linear;
  background-image: url(../img/leads.png);
}
#timeline #circle7 {
  top: 70%;
}
#timeline #circle7 #circle7content {
  position: absolute;
  border: 1.5px solid white;
  left: 100px;
  width: 500px;
  height: 250px;
  color: white;
  padding: 10px;
  top: -10px;
  border-radius: 2px;
  animation: hide 3.6s, dateShow 1s 3.6s;
}
#timeline #circle7 #circle7content::after {
  content: "";
  position: absolute;
  width: 0px;
  top: 8px;
  bottom: auto;
  left: -8px;
  border-style: solid;
  border-width: 8px 8px 8px 0;
  border-color: transparent white;
  box-sizing: none;
}
#timeline #circle7 #circle7content::after {
  border-color: transparent #fff;
  left: -7px;
  top: 10px;
  border-width: 6px 7px 6px 0;
}
#timeline .circleshow7 {
  animation: circleShow7 3.5s linear;
  background-image: url(../img/IA-melhorada.png);
}
#timeline #circle8 {
  top: 80%;
}
#timeline #circle8 #circle8content {
  position: absolute;
  border: 1.5px solid white;
  left: -550px;
  width: 500px;
  height: 200px;
  color: white;
  padding: 10px;
  top: -10px;
  border-radius: 2px;
  animation: hide 3.6s, dateShow 1s 3.6s;
}
#timeline #circle8 #circle8content::after {
  content: "";
  position: absolute;
  width: 0px;
  top: 8px;
  bottom: auto;
  right: -8px;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent white;
  display: block;
  box-sizing: none;
}
#timeline #circle8 #circle8content::after {
  border-color: transparent #fff;
  right: -6px;
  top: 10px;
  border-width: 6px 0 7px 6px;
}
#timeline .circleshow8 {
  animation: circleShow8 4s linear;
  background-image: url(../img/leadsMelhorados.png);
}
#timeline #circle9 {
  top: 90%;
}
#timeline #circle9 #circle9content {
  position: absolute;
  border: 1.5px solid white;
  left: 100px;
  width: 500px;
  height: 200px;
  color: white;
  padding: 10px;
  top: -10px;
  border-radius: 2px;
  animation: hide 3.6s, dateShow 1s 3.6s;
}
#timeline #circle9 #circle9content::after {
  content: "";
  position: absolute;
  width: 0px;
  top: 8px;
  bottom: auto;
  left: -8px;
  border-style: solid;
  border-width: 8px 8px 8px 0;
  border-color: transparent white;
  box-sizing: none;
}
#timeline #circle9 #circle9content::after {
  border-color: transparent #fff;
  left: -7px;
  top: 10px;
  border-width: 6px 7px 6px 0;
}
#timeline .circleshow9 {
  animation: circleShow9 4.5s linear;
  background-image: url(../img/maquina.png);
}
#timeline #circle10 {
  top: 100%;
}
#timeline #circle10 #circle10content {
  position: absolute;
  border: 1.5px solid white;
  left: -550px;
  width: 500px;
  height: 200px;
  color: white;
  padding: 10px;
  top: -10px;
  border-radius: 2px;
  animation: hide 3.6s, dateShow 1s 3.6s;
}
#timeline #circle10 #circle10content::after {
  content: "";
  position: absolute;
  width: 0px;
  top: 8px;
  bottom: auto;
  right: -8px;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent white;
  display: block;
  box-sizing: none;
}
#timeline #circle10 #circle10content::after {
  border-color: transparent #fff;
  right: -6px;
  top: 10px;
  border-width: 6px 0 7px 6px;
}
#timeline .circleshow10 {
  animation: circleShow10 5s linear;
  background-image: url(../img/leadsUltra.png);
}
#timeline .breath {
  animation: breath 3s infinite;
}

@keyframes lineShow {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
@keyframes circleShow {
  0% {
    top: -10%;
  }
  100% {
    top: 10%;
  }
}
@keyframes circleShow2 {
  0% {
    top: -10%;
  }
  100% {
    top: 20%;
  }
}
@keyframes circleShow3 {
  0% {
    top: -10%;
  }
  100% {
    top: 30%;
  }
}
@keyframes circleShow4 {
  0% {
    top: -10%;
  }
  100% {
    top: 40%;
  }
}
@keyframes circleShow5 {
  0% {
    top: -10%;
  }
  100% {
    top: 50%;
  }
}
@keyframes circleShow6 {
  0% {
    top: -10%;
  }
  100% {
    top: 60%;
  }
}
@keyframes circleShow7 {
  0% {
    top: -10%;
  }
  100% {
    top: 70%;
  }
}
@keyframes circleShow8 {
  0% {
    top: -10%;
  }
  100% {
    top: 80%;
  }
}
@keyframes circleShow9 {
  0% {
    top: -10%;
  }
  100% {
    top: 90%;
  }
}
@keyframes circleShow10 {
  0% {
    top: -10%;
  }
  100% {
    top: 100%;
  }
}
@keyframes breath {
  0% {
    background-color: #ff6e28;
  }
  100% {
    background-color: #ff6e28;
  }
}
@keyframes dateShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes hide {
  from {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}
#timeline #circle1 #circle1content, #timeline #circle2 #circle2content, #timeline #circle3 #circle3content, #timeline #circle4 #circle4content, #timeline #circle5 #circle5content, #timeline #circle6 #circle6content, #timeline #circle7 #circle7content, #timeline #circle8 #circle8content, #timeline #circle9 #circle9content, #timeline #circle10 #circle10content{
  background-color: #fff;
  box-shadow: 0 0 .5em #ccc;
  color: black;
}

#timeline #circle1 #circle1content:hover, #timeline #circle2 #circle2content:hover, #timeline #circle3 #circle3content:hover, #timeline #circle4 #circle4content:hover, #timeline #circle5 #circle5content:hover, #timeline #circle6 #circle6content:hover, #timeline #circle7 #circle7content:hover, #timeline #circle8 #circle8content:hover, #timeline #circle9 #circle9content:hover, #timeline #circle10 #circle10content:hover{
  background-color: #ff6e28;
  color: #fff;
}
#timeline #circle1 #circle1content:hover h3, #timeline #circle2 #circle2content:hover h3, #timeline #circle3 #circle3content:hover h3, #timeline #circle4 #circle4content:hover h3, #timeline #circle5 #circle5content:hover h3, #timeline #circle6 #circle6content:hover h3, #timeline #circle7 #circle7content:hover h3, #timeline #circle8 #circle8content:hover h3, #timeline #circle9 #circle9content:hover h3, #timeline #circle10 #circle10content:hover h3{
  color: #fff;
}

#timeline #circle1 #circle1content:hover::after, #timeline #circle2 #circle2content:hover::after, #timeline #circle3 #circle3content:hover::after, #timeline #circle4 #circle4content:hover::after, #timeline #circle5 #circle5content:hover::after, #timeline #circle6 #circle6content:hover::after, #timeline #circle7 #circle7content:hover::after, #timeline #circle8 #circle8content:hover::after, #timeline #circle9 #circle9content:hover::after, #timeline #circle10 #circle10content:hover::after{
  border-color: transparent #ff6e28;
}