@charset "UTF-8";

ul.lista-program {list-style-type: square; font-weight:600; font-size: 14px; padding-left:20px; padding-bottom:15px;}
p.program {font-weight:600; font-size: 14px; padding-left:12px; padding-right:40px; text-align: left;}

p.program a {font-weight:600; color:#275785; text-decoration:none;}
p.program a:hover {color:#4FA62F; text-decoration:none;}

@media screen and (max-width: 768px) {
p.program {font-weight:600; font-size: 15px; padding-left:12px; padding-right:12px; text-align: left;}
}
h3 {padding-right:30px;}
@media screen and (max-width: 768px) {
h3 {padding-right:15px;}
}

@media screen and (max-width: 768px) {
.desktop {display: none;}
}
.mobile {display: none;}
@media screen and (max-width: 768px) {
.mobile {display: inline-block;}
}


/* Timeline */
.timeline {
  border-left: 4px solid #3cbc05;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  background: none;
  color: #fff;
  margin: 0 0 0 120px;
  position: relative;
  line-height: 1.4em;
  font-size: 16px;
  padding: 40px 50px;
  list-style: none;
  text-align: left;
  font-weight: 100;
  max-width: 88%;
}
.timeline h1,
.timeline h2,
.timeline h3 {
  font-family: 'Rajdhani', sans-serif;
  font-weight:500;
  color: #fff;
  font-size: 18px;
  line-height: 120%;
}

@media screen and (max-width: 768px) {
.timeline h1,
.timeline h2,
.timeline h3 {
  text-align:left !important;
}	
}

.timeline p {
  font-family: 'Rajdhani', sans-serif;
  font-weight:500;
  color: #fff;
  font-size: 16px;
  padding: 0;
}
.timeline .event {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.7);
  padding-bottom: 10px;
  margin-bottom: 28px;
  position: relative;
}

.timeline .event h3 span {display:block; margin-top:-10px;}

.timeline .event:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.timeline .event:before,
.timeline .event:after {
  position: absolute;
  display: block;
  top: 0;
}
.timeline .event:before {
  left: -205px;
  color: #fff;
  content: attr(data-date);
  text-align: right;
  font-weight:500;
  font-size: 16px;
  min-width: 120px;
}
.timeline .event:after {
  box-shadow: 0 0 0 4px #3cbc05;
  left: -57.85px;
  background: #201E1D;
  border-radius: 50%;
  height: 11px;
  width: 11px;
  content: "";
  top: 5px;
}

