/* CSS Document */

.program-section {
	padding-bottom: 100px;
}

.program,
.program h2 {
	width: 100%;
	display: inline-block;
}

.program h2 {
	background-color: #D94949;
	padding: 15px 115px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin: 0;
}

.program h2 span {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	display: block;
	padding: 25px 0;
}


.program{margin-top:-30px; margin-bottom:40px;}

.timeline {
	padding: 65px 0;
	margin-top: 70px;
}
.timeline-icon h4 {
	width: 100%;
	height: 145px;
	border-radius: 50%;
	/*background-color: #d3d3d3;*/
	text-align: center;
	line-height: 133px;
	color: #000;
	font-size: 18px;
	border: 7px solid #efefef;
	position: relative;
	margin: 0;
}
.timeline li {
	cursor: pointer;
}


.timeline-icon h4.activo {
	background-color: #D94949;
	color:#fff;
	font-size: 18px;

}
.timeline > li .timeline-panel > .timeline-icon h4:after {
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-left: 10px solid #efefef;
	border-bottom: 8px solid transparent;
	content: '';
	position: absolute;
	right: -15px;
	top: 45%;
}

.timeline > li.timeline-inverted > .timeline-panel > .timeline-icon h4:after {
	display: none;
}

.timeline > li.timeline-inverted > .timeline-panel > .timeline-icon h4:before {
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-right: 10px solid #efefef;
	border-bottom: 8px solid transparent;
	content: '';
	position: absolute;
	left: -15px; top: 45%;
}

.timeline li.timeline-active.timeline-inverted > .timeline-panel > .timeline-icon h4:before,
.timeline li:hover .timeline-panel > .timeline-icon  h4:before{
	border-right: 10px solid #D94949;
}

.timeline > li:hover .timeline-panel > .timeline-icon h4:after{
	border-left: 10px solid #D94949;
}

li:hover .timeline-icon h4
{
	border: 7px solid #D94949;
}

.timeline li.timeline-active > .timeline-panel > .timeline-icon h4:after{
	border-left: 10px solid #D94949;
}

.timeline li.timeline-active .timeline-icon h4 {
	border-color: #D94949;
}

.timeline-title {
	font-family:'Oswald';
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #4e4e4e;
	display: inline-block;
	font-weight:bold;
}

.timeline-hora {
	color: #D94949;
	font-weight:bold;
	padding-bottom:5px;
}
.timeline-content {
	padding: 25px 0;
}

.timeline-content p {
	font-size: 13px;
	color: #808080;
	line-height: 24px;
}

.timeline > li.timeline-inverted > .timeline-panel > .timeline-content {
	text-align: left;
}

.timeline > li .timeline-panel > .timeline-content {
	text-align: right;
}






.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 11px;
  background-color: #ededed;
  left: 50%;
  margin-left: -1.5px;
  border-radius: 5px;
}

.timeline > li {
  margin-bottom: 20px;
  position: relative;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li > .timeline-panel {
	width: 50%;
	float: left;
	border-radius: 2px;
	padding: 0;
	position: relative;

}

.timeline > li.timeline-inverted + li:not(.timeline-inverted),
.timeline > li:not(.timeline-inverted) + li.timeline-inverted {
	margin-top: -10px;
}

.timeline > li:not(.timeline-inverted) {
	padding-right:90px;
}

.timeline > li.timeline-inverted {
	padding-left:90px;
}

.timeline > li > .timeline-badge {
	color: #fff;
	line-height: 25px;
	font-size: 1.4em;
	text-align: center;
	position: absolute;
	top: 40%;
	left: 50%;
	/*-webkit-box-shadow: 0 0 10px #000;*/
	/*box-shadow: 0 0 10px #000;*/
	background-repeat: no-repeat;
	z-index: 100;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	margin-left: -12px;
}

.timeline > li > .timeline-badge .timeline-badge-icon
{
	background-image: url("../img/timeline-no-active.png");
	width: 32px;
	height: 32px;
	display: block;
	background-size: 32px;
}
li:hover .timeline-badge .timeline-badge-icon,
li.timeline-active > .timeline-badge .timeline-badge-icon {
	background-image: url("../img/timeline-active.png");
	background-size: 32px;
}


.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-badge.primary {
  background-color: #2e6da4 !important;
}

.timeline-badge.success {
  background-color: #3f903f !important;
}

/*.timeline-badge.warning {
  background-color: #f0ad4e !important;
}*/

.timeline-badge.danger {
  background-color: #d9534f !important;
}

.timeline-badge.info {
  background-color: #5bc0de !important;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
  line-height:16px;
  font-size:16px;
}

.timeline-body > p + p {
  margin-top: 5px;
}





@media only screen and (min-width: 1201px) and (max-width: 1550px)
{

}

@media only screen and (min-width: 1551px) and (max-width: 1680px)
{

}

@media only screen and (min-width: 992px) and (max-width: 1200px)
{

	/* Program Section */

	.program-section .carousel-control.left {
		left: 25px;
	}

	.program-section .carousel-control.right {
		right: 25px;
	}

	.timeline > li > .timeline-badge {
		top: 36%;
	}

	.timeline > li.timeline-inverted {
		padding-left: 65px;
	}

	.timeline > li:not(.timeline-inverted) {
		padding-right: 65px;
	}

	.timeline-icon h4 {
		height: 115px;
		line-height: 103px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px)
{


	/* Program Section */

	.program .program-title {
		margin-top: 0;
	}

	.program-section .carousel-control.left {
		left: 30px;
	}

	.program-section .carousel-control.right {
		right: 30px;
	}

	.timeline-content{
		display: inline-block;
	}

	.timeline-icon {
		width: 100%;
	}

	.timeline-icon h4 {
		display: block;
		margin: 0 auto;
		width: 145px;
		margin-bottom: 25px;
	}

	.timeline > li > .timeline-badge {
		top: 22%;
	}

	.timeline > li:hover .timeline-panel > .timeline-icon h4:before {
		border-right: 10px solid #D94949;
	}


}

@media only screen and (min-width: 319px) and (max-width: 767px)
{


	/* Program Section */

	.program .schedule .col-md-2 {
		padding-right: 0;
	}

	.program h2 {
		padding: 15px 50px;
	}

	.program-section .carousel-control.right {
		right: 13px;
	}

	.program-section .carousel-control.left {
		left: 13px;
	}

	.timeline-icon h4{
		width: 145px;
	}

	.timeline:before {
		left: 15px;
	}

	.timeline > li.timeline-inverted,
	.timeline > li:not(.timeline-inverted) {
		padding: 0 0 0 50px;
	}

	.timeline > li > .timeline-panel {
		width: 100%;
	}

	.timeline-icon {
		float: none !important;
	}

	.timeline > li .timeline-panel > .timeline-icon h4:before {
		width: 0;
		height: 0;
		border-top: 10px solid transparent;
		border-right: 10px solid #efefef;
		border-bottom: 10px solid transparent;
		content: '';
		position: absolute;
		left: -15px;
		top: 45%;
	}

	.timeline > li .timeline-panel > .timeline-icon h4:after {
		display: none;
	}

	.timeline > li > .timeline-badge{
		left: 0;
		margin-left: 8px;
		top: 23%;
	}

	.timeline > li .timeline-panel > .timeline-content{
		text-align: left;
		padding-left: 10px;
	}

	.timeline > li:hover .timeline-panel > .timeline-icon h4:before {
		border-right: 10px solid #D94949;
	}


}
@media only screen and (min-width: 319px) and (max-width: 480px)
{


	.timeline > li > .timeline-badge{
		top: 20%;
	}
}

@media (max-width: 991px)
{

}
