#timecontent{
  max-width: 100%;
  height: 500px !important;
}

#timelineNew {
    justify-content: space-between;
    position: relative;
    width: 100%;
    padding: 20px 0;
	height: 77px;
	border-bottom: 2px dotted #9BC6DE;
}

.timeline-inner {
    display: flex;
    width: 100%;
    transition: transform 0.5s ease;
	padding: 0 15px
}

.carousel-buttons {
    position: absolute;
    width: 100%;
    top: 90%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
}
#izq, #der{
	height: 52px;
	color: #9BC6DE;
	font-weight: bold;
	/*background-color: #fff;*/
	background-color: #E5F3FA;
	font-size: 35px;
	position: absolute;
	z-index: 0;
}

#der {
  left: 97%;
}

.button {
    border: none;
    padding: 10px;
    cursor: pointer;
	top: 18%;
}

#timetext{
	text-align:left;
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
    padding: 20px 0;
}

.mostrar{
	display:block !important;
}

.text {
    position: relative;
    text-align: left;
    padding: 32px 28px;
	width:55%;
	border: 1px solid #ADD7ED;
	border-radius: 10px;
	color:#263A63;
	background-color: white;
}

.event{
	cursor:pointer;
	width: 150px;
	font-size: 28px;
	line-height: 26px;
	color: #9BC6DE;
	min-width: 20%;
	box-sizing: border-box;
	text-align: center;
	padding: 12px 50px;
	font-family: "Manrope", Sans-serif;
	font-weight: 500;
}

.circulo{
	width: 10px;
	height: 10px;
	color: #9BC6DE;
	font-size: 10px;
}

.text {
	display:none;
	left:20%;
	font-family: "Manrope", Sans-serif;
}

.categoria {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 5px;
}

.title {
  font-size: 20px;
  font-weight: 800;
  line-height: 26px;
  margin-bottom: 15px;
}

.texto {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  text-align: justify !important;
}

@media screen and (max-width: 990px) {
	#der {
	  left: 94% !important;
	}
	.text {
	  height: 45vh !important;
	  overflow: scroll !important;	
	}
}