.card {
  padding: 0;
  margin: 0 0 20px;
  overflow: hidden;
  min-height: 230px;
  position: relative;
  transition: all .2s;
}

.card:hover {
  background: rgba(234, 237, 242, 0.4);
}

.card a:hover {
  text-decoration: none;
}

.card-label {
  background: #EAEDF2;
  padding: 8px 25px;
  display: block;
  color: rgba(255,255,255,0.65);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
}

.card-title {
  margin: 15px 25px 10px;
}

.card-description {
    padding: 0 25px 0;
  font-size: 13px;
  line-height: 20px;
    color: #636c72;
}

.card-description p {
    overflow: hidden;
  display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.card-tags {
  padding: 0 25px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: transparent;
}

.card-tags span {
  display: inline-block;
  border-radius: 25px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
  letter-spacing: 1px;
  border: 2px solid #EAEDF2;
  padding: 3px 10px;
  color: #636c72;
}

.tag-list {
  margin: 20px 0;
}

.tag-list a {
  border: 2px solid #EAEDF2;
  margin: 0 5px 5px 0;
  border-radius: 25px;
  color: #636c72;
  display: inline-block;
  padding: 6px 16px;
}

.tag-list a:hover {
  text-decoration: none;
  background: rgba(234, 237, 242, 0.4);
}

.tag-list a.active
/*, .tag-list a.todos */
{
  background: #EAEDF2;
  color: #636c72;
}

.circle {
  width: 9px;
  height: 9px;
  display: inline-block;
  border-radius: 25px;
  position: relative;
  top: -1px;
  margin-right: 10px;
}

.tag-list a.todos .circle{background:#3E5062;}
.card.todos .card-label{background-color:#3E5062;}
.card.todos .card-title{color:#3E5062;}

.tag-list a.curso_online_e_ao_vivo .circle{background:#F9845B;}
.card.curso_online_e_ao_vivo .card-label{background-color:#F9845B;}
.card.curso_online_e_ao_vivo .card-title{color:#F9845B;}

.tag-list a.curso_presencial .circle{background:#5CB860;}
.card.curso_presencial .card-label{background-color:#5CB860;}
.card.curso_presencial .card-title{color:#5CB860;}

.tag-list a.curso_gravado .circle{background:#39ADD1;}
.card.curso_gravado .card-label{background-color:#39ADD1;}
.card.curso_gravado .card-title{color:#39ADD1;}

.tag-list a.pt_minicursos .circle{background:#80438E;}
.card.pt_minicursos .card-label{background-color:#80438E;}
.card.pt_minicursos .card-title{color:#80438E;}


.tag-list a.recomendado .circle{background:#0575E6;}
.card.recomendado .card-label{background-color:#0575E6;}
.card.recomendado .card-title{color:#0575E6;}

.play .stepper {
  list-style: none;
  padding: 20px 20px 0 20px;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.play .stepper>li {
  min-height: 24px;
  padding: 15px 0;
  clear: both;
  position: relative;
}

.play .stepper>li.active {
  color: #0275d8;
}

.play .stepper li small {
  display: block;
  color: #000;
  line-height: 15px;
  padding-left: 20px !important;
}

.play .stepper>li.active .badge {
  background: #0275d8;
}

.play .stepper>li:before {
  content: "";
  border-left: 1px solid #e0e0e0;
  display: block;
  height: 100%;
  position: absolute;
  left: 16px;
}

.play .stepper>li .legend {
  line-height: 24px;
  flex: 1;
  font-family: Calibri, Arial, Helvetica, sans-serif;
}

.play .stepper li small {
  font-size: 11px;
  opacity: 0.7;
}

.play .stepper>li .badge {
  width: 32px;
  height: 32px;
  float: left;
  line-height: 21px;
  background: #9e9e9e;
  border: 4px solid #fff;
  margin: -3px 0 0 0;
  position: relative;
  z-index: 1;
}

.play .stepper>li>a {
  color: #000;
}

.play .stepper>li>a:hover {
  text-decoration: none;
}

.play .stepper>li>a:hover .badge {
  background: #0275d8;
}

.play .stepper>li.active>a {
  color: #0275d8;
}

.play .stepper li ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.play .stepper li ul li {
  line-height: normal;
}

.play .stepper li ul li a {
  font-size: 11px;
  padding: 8px 0;
  margin: 0;
  display: block;
  position: relative;
  color: #000;
}

.play .stepper li ul li a:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #fff;
  position: absolute;
  left: -20px;
  top: 12px;
  border-radius: 50%;
  border: 2px solid #e0e0e0;
}

.play .stepper li ul li a.active:before {
  border-color: #0275d8;
  background: #0275d8;
}

.play .stepper li ul li a.active {
  color: #0275d8;
}

.play.main {
  min-height: auto !important;
}

.play .stepper {
  max-height: 50vw !important;
  padding-bottom: 30px;
  overflow: auto;
}

.play .stepper>li {
  display: grid;
  padding: 10px 0;
}

.play .stepper>li .legend {
  line-height: 20px;
}

.play .stepper li small {
  font-size: 12px;
  line-height: 16px;
  margin: 5px 0px;
  padding: 0px !important;
  opacity: 0.5
}

.play li.breadcrumb-item h1 {
  font-size: 11px;
  margin: 0px;
  padding: 2px;
  float: right;
}