@charset "UTF-8";
.time-line {
  background-color: #faf9f6;
  padding: 2.5rem 0;
  /*Seleção Pares*/
  /*Seleção Impar*/
}
.time-line img {
  max-width: 30rem;
}
.time-line h1 {
  font-size: 2.5rem;
  font-weight: normal;
}
.time-line h2 {
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
}
.time-line p {
  line-height: 1.5;
  color: #2e2e2e;
}
.time-line .green h1 {
  color: #8cc740;
}
.time-line .green .boll {
  background-color: #8cc740;
}
.time-line .pink h1 {
  color: #ed008c;
}
.time-line .pink .boll {
  background-color: #ed008c;
}
.time-line .blue h1 {
  color: #47adf0;
}
.time-line .blue .boll {
  background-color: #47adf0;
}
.time-line .row figure:first-child {
  margin-right: 0;
  margin-left: auto;
}
.time-line .row figure {
  margin-right: 3rem;
  margin-left: 0;
}
.time-line .row .line {
  border-left: 1px solid #707070;
  padding-left: 3rem;
}
.time-line .row .line .boll {
  float: left;
  margin-left: -4.5rem;
}
.time-line .row:last-child .line {
  border: none;
}
.time-line .line {
  height: 100%;
}
.time-line .line .boll {
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
}

@media (min-width: 992px) {
  .time-line {
    padding: 7rem 0;
    /*Seleção Impar*/
    /*Seleção Impar*/
  }
  .time-line .row:nth-child(even) figure {
    margin-left: 3rem;
    margin-right: 0;
  }
  .time-line .row:nth-child(even) .line {
    border-right: 1px solid #707070;
    border-left: none;
    padding-right: 3rem;
  }
  .time-line .row:nth-child(even) .line .boll {
    float: right;
    margin-right: -4.5rem;
    margin-top: -2rem;
  }
  .time-line .row:nth-child(odd) figure {
    margin-right: 3rem;
    margin-left: 0;
  }
  .time-line .row:nth-child(odd) .line {
    border-left: 1px solid #707070;
    padding-left: 3rem;
  }
  .time-line .row:nth-child(odd) .line .boll {
    float: left;
    margin-left: -4.5rem;
  }
  .time-line .row:last-child .line {
    border: none;
  }
  .time-line figure:first-child {
    margin-right: 3rem;
    margin-left: 0;
  }
}
