@font-face {
  font-family: "UTM-Swiss-Condensed";
  src: url("../font/UTM-Swiss-Condensed.ttf");
}
@font-face {
  font-family: "GillSansUltraBold";
  src: url("../font/GillSansUltraBold.ttf");
}
.program-education {
  background: #f7f7f7;
  padding: 30px 0px 30px;
}
.index-content {
  padding: 20px;
  width: 100%;
}
.content-item-img {
  position: relative;
}
.logokoback {
  position: absolute;
  bottom: 38%;
  left: 60px;
}
.logokoback p {
  font-size: 17px;
  opacity: 0.5;
  transform: rotate(17deg);
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(17deg);
  -moz-transform: rotate(17deg);
  color: #000;
}
.logokoback img {
  width: 45% !important;
}
.title-index {
  font-size: 25px;
  text-transform: uppercase;
  width: 100%;
  padding: 0;
  text-align: center;
  color: #fff;
  padding-left: 20px;
}
.index-items {
  width: 100%;
}

.item-info {
  padding: 4px 0px;
  text-align: center;
  -webkit-box-shadow: 0px 2px 0px 0px rgba(79, 76, 79, 0.16);
  -moz-box-shadow: 0px 2px 0px 0px rgba(79, 76, 79, 0.16);
  box-shadow: 0px 2px 0px 0px rgba(79, 76, 79, 0.16);
  background: #266041;
  border-top: 1px solid #ffffff59;
}
.item-info .index-name-item {
  margin-top: 0px;
  position: relative;
  height: 39px;
  display: flex;
  align-items: center;
  margin-bottom: 0px;
  justify-content: center;
}

.item-info .index-name-item a {
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  font-weight: 550;
  text-transform: uppercase;
}
.item-info .item-description {
  color: #393939;
  margin-top: 10px;
}
.index-item-img {
  width: 100%;
  margin-top: 30px;
  text-align: center;
  line-height: 0px;
}
.index-item img {
  width: 100%;
}
.index-item {
  padding-top: 20px;
}
.item-info .item-mota {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  font-size: 14px;
  line-height: 1.5;
}
.slick-center .item-info .item-description {
  color: #000;
}

.item-info .index-name-item:before {
  content: "";
  width: 36%;
  height: 2px;
  background: #f2c74c;
  position: absolute;
  top: -4px;
  left: 33%;
}

.title-index h3 {
  position: relative;
  font-size: 26px;
  color: #000;
  font-weight: 600;
  display: inline-block;
  width: 70%;
}

.title-index p {
  font-size: 13px;
  text-transform: capitalize;
  width: 70%;
  margin: auto;
  color: #000;
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 703px) {
}
@media screen and (max-width: 603px) {
  .program-education {
    padding: 0px;
  }
  .title-index h3 {
    font-size: 20px;
    padding-left: 5px;
    text-align: center;
  }
}

@media screen and (max-width: 460px) {
}
