@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. Popular

******************************/



/*********************************
1. Popular
*********************************/

.popular {
}
.course_boxes {
  margin-top: 68px;
}
.course_box {
  margin-bottom: 108px;
}
.course_box:nth-last-child(-n + 3) {
  margin-bottom: 0px;
}
.card {
  display: block;
  background: #f8f9fb;
  border: none;
}
.card-img-top {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.card-body {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 15px;
  padding-right: 15px;
}
.card-title {
  margin-top: 55px;
  font-size: 22px;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.2;
}
.card-title a:hover {
  color: #a5a5a5;
}
.card-text {
  font-size: 18px;
  font-weight: 500;
  color: #a5a5a5;
  margin-top: -12px;
}
.card-estrella{
  width: 10%;
}
.price_box {
  width: 100%;
  height: 67px;
  background: #eaebec;
  margin-top: 41px;
  padding-left: 35px;
}
.course_author_image {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
}
.course_author_name {
  font-size: 14px;
  font-weight: 500;
  color: #1a1a1a;
  padding-left: 20px;
  margin-top: 7px;
}
.course_author_name span {
  color: #a5a5a5;
}
.course_price {
  width: 67px;
  height: 67px;
  background: #ffb606;
  margin-left: auto;
}
.course_price span {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  margin-top: 7px;
}

