

/**************Who View Your Profile CSS Start Here****************/
#timeline {
  list-style: none;
  position: relative;
  margin:50px auto;
  width:90%;
}
#timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 2px;
  background-color: #3A4E9B;
  left: 50%;
  margin-left: -1.5px;
}
#timeline .clearFix {
  clear: both;
  height: 0;
}
#timeline .timeline-badge {
	color: #fff;
	width: 25px;
	height: 25px;
	font-size: 1.2em;
	text-align: center;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -13px;
	background-color: #fff;
	z-index: 6;
	border-radius: 50%;
	border: 2px solid #3A4E9B;
}
#timeline .timeline-badge span.timeline-balloon-date-day {
  font-size: 1.4em;
}
#timeline .timeline-badge span.timeline-balloon-date-month {
  font-size: .7em;
  position: relative;
  top: -10px;
}
#timeline .timeline-badge.timeline-filter-movement {
  background-color: #ffffff;
  font-size: 1.7em;
  height: 35px;
  margin-left: -18px;
  width: 35px;
  top: 40px;
}
#timeline .timeline-badge.timeline-filter-movement a span {
  color: #3A4E9B;
  font-size: 1.3em;
  top: -1px;
}
#timeline .timeline-badge.timeline-future-movement {
	background-color: #3A4E9B;
    height: 100px;
    width: 100px;
    font-size: 1.7em;
    top: -10px;
    margin-left: -50px;
    border: 2px solid #3A4E9B;
}
#timeline .timeline-badge.timeline-future-movement p {
    color: #fff;
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 1.0em !important;
}
#timeline .timeline-badge.timeline-future-movement a span {
  color: #3A4E9B;
  font-size: .9em;
  top: 0;
  left: 1px;
}
#timeline .timeline-movement {
/*   border-bottom: dashed 1px #3A4E9B; */
  position: relative;
  margin-bottom: 10rem;
}
#timeline .timeline-movement.timeline-movement-top {
  height: 60px;
  top: 3.5rem;
}
#timeline .timeline-movement.timeline-movement-top:first-child {
  top: 0;
}


/* #timeline .timeline-movement .timeline-item {
  padding: 20px 0;
} */
#timeline .timeline-movement .timeline-item .timeline-panel {
    position: relative;
    /* border: 1px solid #d4d4d4;
    border-radius: 3px;
    background-color: #FFFFFF;
    color: #666;
    padding: 10px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175); */
}
#timeline .timeline-movement .timeline-item .timeline-panel .timeline-panel-ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#timeline .timeline-movement .timeline-item .timeline-panel.credits  .timeline-panel-ul .lefting-wrap {
	float: right;
	width: 50%;
	height: 130px;
}
#timeline .timeline-movement .timeline-item .timeline-panel.credits  .timeline-panel-ul .righting-wrap {
	float: left;
	width: 70%;
	height: 130px;
	padding: 0 12px 0 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
#timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul li {
  color: #666;
  width: 100%;
}
.clear {
	clear:both;
}
#timeline .timeline-movement .timeline-item .timeline-panel.debits  .timeline-panel-ul .lefting-wrap {
	float: left;
	width: 50%;
	height: 130px;
}
#timeline .timeline-movement .timeline-item .timeline-panel.debits  .timeline-panel-ul .righting-wrap {
	float: left;
  width: 50%;
  height: 130px;
  padding: 0 0 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul li.img-wraping {
	width: 100%;
}
#timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul li.img-wraping a img, #timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul li.img-wraping a img {
    width: 100%;
    height: 130px;
}
#timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul li {
	color: #666;
	width: 100%;
}
#timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul li h3.importo {
    text-align: center;
}
#timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul {
  text-align: left;
}
#timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul h3.importo {
    text-align: center;
}

#timeline .titulo-timeline-dir {
    top: 20px;
    margin-left: 60px;
    position: relative;
    left: 50%;
    text-align: left;
    max-width: 30%;
    min-width: 20%;
}

#timeline .titulo-timeline-esc {
    top: 20px;
    position: relative;
    width: 50%;
    text-align: right;
    padding-right: 80px;
}

#timeline .bg-timeline {
  object-fit: cover;
  width: 386px;
  height: 250px;
}

/**************Who View Your Profile CSS End Here****************/


@media (max-width: 1301px) {
  #timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul .lefting-wrap,
  #timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul .righting-wrap {
    width: 60%;
  }
}

@media (max-width: 959px) {
  #timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul .lefting-wrap,
  #timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul .righting-wrap {
    width: 70%;
  }
  #timeline .titulo-timeline-esc h2, 
  #timeline .titulo-timeline-dir h2 {
    font-size: 1.5rem;
  }
  #timeline .timeline-badge.timeline-future-movement p {
    font-size: 0.9em !important;
  }
  #timeline .timeline-badge.timeline-future-movement {
    top: -15px;
  }
  h3.importo.azul {
    font-size: 1.5rem;
  }
}

@media (max-width: 825px) {
  #timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul .lefting-wrap,
  #timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul .righting-wrap {
    width: 80%;
  }
}

@media (max-width: 617px) {
  #timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul .lefting-wrap,
  #timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul .righting-wrap {
    width: 90%;
  }
}

@media (max-width: 575px) {
  #timeline .titulo-timeline-esc h2, 
  #timeline .titulo-timeline-dir h2 {
    font-size: 1.3rem;
  }
  #timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul .righting-wrap {
    float: right;
  }
  #timeline .titulo-timeline-esc {
    margin-left: 0px;
    padding-left: 60px;
    position: relative;
    left: 10%;
    text-align: left;
    width: 90%;
  }
  #timeline:before {
    left: 8%;
  }
  #timeline .timeline-badge {
    left: 10%;
  }
  #timeline .titulo-timeline-dir {
    left: 10%;
  }
  #timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul .lefting-wrap,
  #timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul .righting-wrap {
    width: 80%;
    margin-top: 50px;
  }
}
@media (max-width: 414px) {
  #timeline:before {
    left: 10%;
  }
  #timeline .timeline-badge {
    left: 12%;
  }
  #timeline .titulo-timeline-dir {
    left: 12%;
  }
  #timeline .titulo-timeline-esc {
    top: 4px;
    left: 12%;
  }
}

@media (max-width: 375px) {
  #timeline .timeline-badge {
    left: 13%;
  }
  #timeline .titulo-timeline-dir {
    left: 13%;
  }
}