@import url("https://fonts.googleapis.com/css?family=Niramit:300,300i,700");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*body {
  font-family: "K2D", sans-serif;
  background: #1e1e2f;
  letter-spacing: 1px;
}*/

.container-timeline {
  max-width: 650px;
  margin: 50px auto;
}

p {
  /*font-weight: 300;*/
  line-height: 1.5;
  /*font-size: 14px;*/
  /*opacity: 0.8;*/
}

.timeline {
  position: relative;
  padding-left: 6.5rem;
  margin: 0 0 0 30px;
  color: #000;
}
.timeline:before {
    content: "";
    position: absolute;
    left: 294px;
    top: 0;
    width: 4px;
    height: 100%;
    background: #27293d;
}
.timeline .timeline-container-timeline {
  position: relative;
  margin-bottom: 2.5rem;
}
.timeline .timeline-container-timeline .timeline-icon {
  position: absolute;
  left: -88px;
  top: 4px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  font-size: 3.5rem;
  background: #fff;
}
.timeline .timeline-container-timeline .timeline-icon i {
    position: absolute;
    left: 320px;
    top: 45%;
    transform: translate(-50%, -50%);
}
.timeline .timeline-container-timeline .timeline-icon img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.timeline .timeline-container-timeline .timeline-body {
    background: #ccc;
    border-radius: 3px;
    padding: 20px 20px 15px;
    box-shadow: 1px 3px 9px rgb(0 0 0 / 10%);
    margin-left: 296px;
    margin-right: -306px;
}
.timeline .timeline-container-timeline .timeline-body:before {
content: "";
    background: inherit;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    left: 287px;
    transform: rotate(45deg);
    border-radius: 0 0 0 2px;
}
.timeline .timeline-container-timeline .timeline-body .timeline-title {
  margin-bottom: 1.4rem;
}
.timeline .timeline-container-timeline .timeline-body .timeline-title .badge {
  background: #fff;
  padding: 4px 5px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
}
.timeline .timeline-container-timeline .timeline-body .timeline-subtitle {
  font-weight: 300;
  font-style: italic;
  opacity: 0.4;
  margin-top: 16px;
  font-size: 11px;
}
.timeline .timeline-container-timeline.primary .badge,
.timeline .timeline-container-timeline.primary .timeline-icon {
  background: #fff !important;
}
.timeline .timeline-container-timeline.info .badge,
.timeline .timeline-container-timeline.info .timeline-icon {
  background: #fff !important;
}
.timeline .timeline-container-timeline.success .badge,
.timeline .timeline-container-timeline.success .timeline-icon {
  background: #fff !important;
}
.timeline .timeline-container-timeline.warning .badge,
.timeline .timeline-container-timeline.warning .timeline-icon {
  background: #fff !important;
}
.timeline .timeline-container-timeline.danger .badge,
.timeline .timeline-container-timeline.danger .timeline-icon {
  background: #fff !important;
}

.author {
  font-family: inherit;
  padding: 3em;
  text-align: center;
  width: 100%;
  color: white;
}
.author a:link,
.author a:visited {
  color: white;
}
.author a:link:hover,
.author a:visited:hover {
  text-decoration: none;
}
.author .btn:link,
.author .btn:visited {
  margin-top: 1em;
  text-decoration: none;
  display: inline-block;
  font-family: inherit;
  font-weight: 100;
  color: white;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: black;
  padding: 1.5em 2rem;
  border-radius: 1em;
  transition: 0.5s all;
}
.author .btn:link:hover, .author .btn:link:focus, .author .btn:link:active,
.author .btn:visited:hover,
.author .btn:visited:focus,
.author .btn:visited:active {
  background-color: #1a1a1a;
}

/* Box Esquerda */


.container-timeline1 {
  max-width: 650px;
  margin: 50px auto;
}

.timeline1 {
  position: relative;
  padding-left: 6.5rem;
  margin: 0 0 0 30px;
  color: #000;
  margin-top: -1876.5px;
}

.timeline1 .timeline-container-timeline1 {
  position: relative;
  margin-bottom: 2.5rem;
}
.timeline1 .timeline-container-timeline1 .timeline-icon {
  position: absolute;
  left: 206px;
  top: 4px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  font-size: 3.5rem;
  background: #fff;
}
.timeline1 .timeline-container-timeline1 .timeline-icon i {
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
}
.timeline1 .timeline-container-timeline1 .timeline-icon img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

/*.timeline1 .timeline-container-timeline1 .timeline-body1:hover {
    box-shadow: 1px 3px 9px rgb(243 155 4);
}

.teste:hover{
	box-shadow: 1px 3px 9px rgb(243 155 4);
}
*/

.timeline1 .timeline-container-timeline1 .timeline-body1 {
  background: #ccc;
  border-radius: 3px;
  padding: 20px 20px 15px;
  box-shadow: 1px 3px 9px rgba(0, 0, 0, 0.1);
  margin-left: -400px;
    margin-right: 388px;
}
.timeline1 .timeline-container-timeline1 .timeline-body1:before {
  content: "";
  background: inherit;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: 157px;
  transform: rotate(45deg);
  border-radius: 0 0 0 2px;
}
.timeline1 .timeline-container-timeline1 .timeline-body1 .timeline-title {
  margin-bottom: 1.4rem;
}
.timeline1 .timeline-container-timeline1 .timeline-body1 .timeline-title .badge {
  background: #fff;
  padding: 4px 5px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
}
.timeline1 .timeline-container-timeline1 .timeline-body1 .timeline-subtitle {
  font-weight: 300;
  font-style: italic;
  opacity: 0.4;
  margin-top: 16px;
  font-size: 11px;
}
.timeline1 .timeline-container-timeline.primary .badge,
.timeline1 .timeline-container-timeline.primary .timeline-icon {
  background: #fff !important;
}
.timeline1 .timeline-container-timeline.info .badge,
.timeline1 .timeline-container-timeline.info .timeline-icon {
  background: #fff !important;
}
.timeline1 .timeline-container-timeline.success .badge,
.timeline1 .timeline-container-timeline.success .timeline-icon {
  background: #fff !important;
}
.timeline1 .timeline-container-timeline.warning .badge,
.timeline1 .timeline-container-timeline.warning .timeline-icon {
  background: #fff !important;
}
.timeline1 .timeline-container-timeline.danger .badge,
.timeline1 .timeline-container-timeline.danger .timeline-icon {
  background: #fff !important;
}