
.hr-timeline {
  font-size: 14px;
}

.hr-timeline a {
  color: #ffffcc;
  text-decoration: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

.hr-timeline a:hover,
.hr-timeline a.selected {
  color: #ffcc00;
}

.hr-timeline h1,
.hr-timeline h2,
.hr-timeline h4,
.hr-timeline h5,
.hr-timeline h6 {
  text-align: center;
  color: #ccc;
  margin-bottom: 5px;
}

.hr-timeline h1 {
  font-size: 18px;
}

.hr-timeline h2 {
  font-size: 14px;
}

.hr-timeline .sociales {
  text-align: center;
  margin-bottom: 20px;
}

#timeline {
  width: 900px;
  overflow: hidden;
  margin: 20px auto;
  position: relative;
  background: url('../images/dot.gif') left 45px repeat-x;
}

#dates {
  width: 900px;
  height: 60px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

#dates li {
  list-style: none;
  float: left;
  width: 115px;
  font-size: 24px;
  text-align: center;
}

#dates a {
  line-height: 38px;
  padding-bottom: 10px;
  background-color: rgba(255,255,255,1.00);
	border: 1px solid rgb(3 159 134);
  color: rgb(3 159 134);
  padding: 0px 20px;
  font-size: 20px;
	border-radius: 5px;
}

#dates .selected {
  font-size: 32px;
	background: rgb(3 159 134);
	color: white;
}

#issues {
/*  width: 900px;*/
  overflow: hidden;
  position: relative;
  padding: 0;
  display: inline-flex;
}

#issues li {
  width: 900px;
  list-style: none;
  float: left;
}

#issues li.selected img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

#issues li img {
  float: left;
  margin: 10px 10px 10px 10px;
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
  /* IE 8 */
  
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
  /* IE 6 & 7 */
  
  zoom: 1;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
  -webkit-transform: scale(0.7, 0.7);
  -moz-transform: scale(0.7, 0.7);
  -o-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
}

.timeline-content-box {
    margin: 35px;
    border: 1px solid rgb(3 159 134);
    border-radius: 20px;
	padding: 20px;
}

#issues li h1 {
  color: #ffcc00;
  font-size: 48px;
  text-align: left;
}

#issues li p {
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
}

#grad_left,
#grad_right {
  position: absolute;
  top: 0;
}

#grad_left {
  left: 0;
  background: url('../images/grad_left.png') repeat-y;
}

#grad_right {
  right: 0;
  background: url('../images/grad_right.png') repeat-y;
}

#next,
#prev {
  position: absolute;
  top: 0;
  font-size: 70px;
  top: 50%;
  width: 35px;
  height: 38px;
  background-position: 0 0;
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}

#next:hover,
#prev:hover {
  background-position: 0 -76px;
}

#next {
  left: -5px;
  content: url("../images/icons/left.svg");
}

#prev {
  right: -5px;
  content: url("../images/icons/right.svg");
}

#next.disabled,
#prev.disabled {
  opacity: 0.2;
}

.timeline-contenimage {
    min-width: 130px;
}

.timeline-content-logos {
	max-width: 100px;
	max-height: 100px;
	width: auto;
    height: max-content;
}

.timeline-content-item {
    width: 50%;
    margin-bottom: 15px;
	padding: 3px 10px;
	display: flex;
}

.timeline-contentext {
    color: #219694;
    font-size: 16px;
    padding: 0px 10px;
}

@media(max-width:1399px){
	#timeline {
    	width: 840px;
	}
	#issues li {
		width: 840px;
	}
	#dates {
    	width: 840px;
	}
}

@media (max-width:1199px){
	#timeline {
        width: 700px;
    }
	#issues li {
		width: 700px;
	}
	#dates {
    	width: 700px;
	}
	.timeline-content-box {
		padding: 10px;
	}
	.timeline-content-logos {
		max-width: 85px;
		max-height: 100px;
	}
	.timeline-contenimage {
		min-width: 100px;
	}
}

@media(max-width:991px){
	#timeline {
        width: 520px;
    }
	#issues li {
		width: 520px;
	}
	#dates {
    	width: 560px;
	}
	.timeline-content-box .row {
		display: flex;
		flex-direction: column;
	}
	.timeline-content-item {
    	width: 100%;
	}
	#dates a {
		padding: 0px 12px;
        font-size: 20px;
	}
	#dates .selected {
		font-size: 28px;
	}
}

@media(max-width:540px){
	#next, #prev {
		position: absolute;
		top: 0;
		font-size: 45px;
		top: 5px;
		width: 45px;
		height: 50px;
		background: white;
		padding: 5px 0px;
	}
	#dates a {
        padding: 3px 15px;
        font-size: 18px;
    }
	#dates .selected {
        font-size: 25px;
    }
	#timeline {
        width: 98vw;
    }
	#issues li {
		width: 95vw;
	}
	#dates {
    	width: 580px;
	}
	.timeline-content-box {
    	margin: 10px;
	}
}

@media(max-width:450px){
	.timeline-contenimage {
        min-width: 90px;
    }
	.timeline-content-logos {
        max-width: 70px;
        max-height: 100px;
    }
}