@import url("https://fonts.googleapis.com/css?family=Cardo|Pathway+Gothic+One:400,600,700,400italic,600italic");
@import url("https://fonts.googleapis.com/css?family=Cormorant+Infant:400,600,700,400italic,600italic");
@import url("https://fonts.googleapis.com/css?family=Spectral:400,600,700,400italic,600italic");
/* font-family: 'Spectral', serif; */
.timeline {
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 700px;
  position: relative;
}
.timeline__content-title {
  font-weight: normal;
  font-size: 66px;
  margin: -10px 0 0 0;
  transition: .4s;
  padding: 0 10px;
  box-sizing: border-box;
  /* font-family: "Pathway Gothic One", sans-serif; */
  font-family: 'Spectral', sans-serif;
  color: #d73526;
}
.timeline__content-desc {
  margin: 0;
  font-size: 20px;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.7);
  /* font-family: Cardo; */
  font-family: 'Spectral', sans-serif;
  font-weight: 600;
  line-height: 25px;
  /* width: 100%; */
  width: 125%;
  margin-left: -40px;
  margin-right: 80px;
  /* padding-left: 50px; */
  /* padding-right: -60px; */
  /* width: 180%;
  margin-left: -10%;
  margin-right: -10%;
  padding-left: 0%;
  padding-right: 50%; */
  /* left: 60%; */
}
.timeline__content-desc-des {
  margin: 0;
  font-size: 17px;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.7);
  /* font-family: Cardo; */
  font-family: 'Spectral', sans-serif;
  font-weight: 600;
  line-height: 20px;
  width: 125%;
  margin-left: -40px;
  margin-right: 80px;
  /* margin-left: -45px;
  margin-right: 80px; */
  /* padding-left: 50px; */
  /* padding-right: -60px; */
  /* width: 180%;
  margin-left: -10%;
  margin-right: -10%;
  padding-left: 0%;
  padding-right: 50%; */
  /* left: 60%; */
}

.tl-pr {
  margin: 0;
  font-size: 17px;
  box-sizing: border-box;
  color: #d73526;
  /* font-family: Cardo; */
  font-family: 'Spectral', sans-serif;
  font-weight: 600;
  line-height: 20px;
  width: 125%;
  margin-left: -40px;
  margin-right: 80px;
  /* margin-left: -45px;
  margin-right: 80px; */
  /* padding-left: 50px; */
  /* padding-right: -60px; */
  /* width: 180%;
  margin-left: -10%;
  margin-right: -10%;
  padding-left: 0%;
  padding-right: 50%; */
  /* left: 60%; */
}

.timeline:before {
  position: absolute;
  left: 50%;
  width: 4px;
  height: 100%;
  margin-left: -2px;
  content: "";
  background: rgba(255, 255, 255, 0.07);
  /* background: rgba(78, 0, 0, 0.452); */
}
@media only screen and (max-width: 767px) {
  .timeline:before {
    left: 40px;
  }
}
.timeline-item {
  /* controla o espaçamento entre dois items da linha do tempo. */
  padding: 100px 0;
  opacity: .7;
  filter: blur(5px);
  transition: .5s;
  box-sizing: border-box;
  width: calc(50% - 40px);
  display: flex;
  position: relative;
  transform: translateY(-80px);
}
.timeline-item:before {
  content: attr(data-text);
  letter-spacing: 3px;
  width: 100%;
  position: absolute;
  color: rgba(255, 255, 255, 0.5);
  /* color: rgba(206, 6, 6, 0.609); */
  font-size: 24px;
  /* font-family: "Pathway Gothic One", sans-serif; */
  /* font-family: 'Garamond', serif; */
  font-family: 'Spectral', sans-serif;
  border-left: 2px solid rgba(255, 255, 255, 0.5);
  /* border-left: 2px solid rgba(206, 6, 6, 0.609); */
  top: 70%;
  margin-top: -5px;
  padding-left: 15px;
  opacity: 0;
  right: calc(-100% - 56px );
  font-weight: 600;
}
.timeline-item:nth-child(even) {
  align-self: flex-end;
}
.timeline-item:nth-child(even):before {
  right: auto;
  text-align: right;
  left: calc(-100% - 56px );
  padding-left: 0;
  border-left: none;
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  padding-right: 15px;
}
.timeline-item--active {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0px);
}
.timeline-item--active:before {
  top: 50%;
  transition: .3s all .2s;
  opacity: 1;
}
.timeline-item--active .timeline__content-title {
  margin: -50px 0 20px -40px;
  color: #d93526;
}
@media only screen and (max-width: 967px) {
  .timeline-item {
    align-self: baseline !important;
    width: 100%;
    padding: 0 30px 150px 80px;
  }
  .timeline-item:before {
    left: 10px !important;
    padding: 0 !important;
    top: 50px;
    text-align: center !important;
    width: 60px;
    border: none !important;
  }
  .timeline-item:last-child {
    padding-bottom: 40px;
  }
}
.timeline__img {
  max-width: 100%;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.4);
}
.timeline-container {
  width: 100%;
  position: relative;
  padding: 80px 0;
  background-attachment: fixed;
  background-size: cover;
  /* background-size: 1360px; */
}
.timeline-container:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(99, 99, 99, 0.8); */
  background: rgba(31, 30, 30, 0.8);
  /* background-image: url("../../images/morro.jpg") inherit; */
  content: "";
}
.timeline-header {
  width: 100%;
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}
.timeline-header__title {
  color: #fff;
  font-size: 46px;
  /* font-family: Cardo; */
  font-family: 'Spectral', sans-serif;
  font-weight: normal;
  margin: 0;
}
.timeline-header__subtitle {
  color: rgba(255, 255, 255, 0.5);
  /* font-family: "Pathway Gothic One", sans-serif; */
  font-family: 'Spectral', sans-serif;
  font-size: 16px;
  letter-spacing: 5px;
  margin: 10px 0 0 0;
  font-weight: normal;
}

.demo-footer {
  padding: 60px 0;
  text-align: center;
}
.demo-footer a {
  color: #999;
  display: inline-block;
  /* font-family: Cardo; */
  font-family: 'Spectral', sans-serif;
}


p {
  margin: 2em 2em 2em 25%;
  /* margin: 10px 0 0 0; */
  transition: .4s;
  padding: 0 10px;
  width: 50%;
  box-sizing: border-box;
  font-family: 'Spectral', sans-serif;
  /* font-family: "Pathway Gothic One", sans-serif; */
  font-weight: 700;
  text-align:justify;
  font-size: 24px;
  color: #fff;
}

p.p2 {
  margin: 2em 2em 2em 30%;
  /* margin: 10px 0 0 0; */
  transition: .4s;
  padding: 0 10px;
  width: 40%;
  box-sizing: border-box;
  font-family: 'Spectral', sans-serif;
  /* font-family: "Pathway Gothic One", sans-serif; */
  font-weight: 700;
  text-align:justify;
  font-size: 14px;
  /* color: rgb(255, 66, 66); */
  color:white;
}

p.pred {
  /* margin: 2em 2em 2em 30%; */
  /* margin: 10px 0 0 0; */
  /* transition: .4s; */
  /* padding: 0 10px; */
  /* width: 40%; */
  /* box-sizing: border-box; */
  font-family: 'Spectral', sans-serif;
  /* font-family: "Pathway Gothic One", sans-serif; */
  font-weight: 700;
  text-align:justify;
  font-size: 14px;
  /* color: rgb(255, 66, 66); */
  color:#d73526;
}

hr {
  display: block;
  overflow: hidden;
  border-style: inset;
  border-width: 1px;
  /* left: -25%; */
  width: 120%;
  margin-left: -10%;
  /* margin-right: -10%; */
  padding-left: 0%;
  /* padding-right: -25%; */ */

}
button,
.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  background-color: #5a5a5a;
  border-radius: 0;
  border: 0;
  color: #ffffff !important;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  height: 2.1em;
  line-height: 2.1em;
  padding: 0 1.0em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
button.special,
.button.special {
  background-color: #d73526;
  color: #ffffff !important;
}