.prog-link {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  text-decoration: none;
}

.prog-day {
  /* adjust-font-size-to(36px) */
  font-size: 24px !important;
  /* trailer(1, 36px) */
  margin-bottom: 36px;
  color: #ff747f !important;
  font-weight: bold;
  font-family: Manjari, sans-serif;
}

.prog-highlight {
  position: relative;
  width: 100%;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
  /* trailer(1.5) */
  margin-bottom: 1.5em;
}

.prog-highlight figure {
  line-height: 0;
  overflow: hidden;
}

.prog-highlight figure img {
  width: 100%;
}

.prog-highlight .bgc1,
.prog-highlight .bgc2,
.prog-highlight .figure {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.prog-highlight .figure {
  z-index: -1;
  background-size: cover;
}

.prog-highlight .bgc2 {
  background: rgba(5, 142, 199, 0.5);
  z-index: 10;
}

.prog-highlight .bgc1 {
  background: linear-gradient(
    360deg,
    rgba(31, 55, 72, 0.5) 0%,
    rgba(31, 55, 72, 0) 100%
  );
  z-index: 20;
}

.prog-highlight .wrapper {
  z-index: 100;
  box-sizing: border-box;
  bottom: 0;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
  padding-top: 100px;
  position: relative;
}

.prog-highlight .wrapper header {
  margin-top: 1em;
  margin-bottom: 1em;
}

.prog-highlight .wrapper time,
.prog-highlight .wrapper h1 {
  font-size: 30px;
  color: white;
  font-weight: bold;
}

.prog-highlight .wrapper time span {
  font-size: 20px;
  font-weight: normal;
}

.prog-highlight .wrapper .prog-place {
  color: white;
}

.prog-items {
  /* trailer(2) */
  margin-bottom: 2em;
}

.prog-item {
  /* trailer(1) */
  margin-bottom: 1em;
}

.prog-item time {
  /* adjust-font-size-to(24px) */
  font-size: 24px;
  color: #525978;
  font-weight: bold;
  padding-left: 10px;
  font-family: Manjari, sans-serif;
}

.prog-item time span {
  font-size: 12px;
  font-weight: normal;
  display: inherit;
  color: #525978;
}

.prog-item h1 {
  /* trailer(.2) */
  margin-bottom: 0.2em;
  color: #525978;
  font-weight: bold;
  font-family: Manjari, sans-serif;
}

.prog-item .desc {
  /* adjust-font-size-to(16px) */
  font-size: 16px;
  /* trailer(.3) */
  margin-bottom: 0.3em;
  color: #525978;
  font-family: Manjari, sans-serif;
  line-height: 1.5 !important;
}

.prog-place {
  /* adjust-font-size-to(16px) */
  font-size: 16px;
  color: #525978;
}

.prog-place i {
  margin-right: 10px;
}

.prog-left,
.prog-right {
  box-sizing: border-box;
}

.prog-left {
  width: 121px;
  border-right: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.prog-right {
  float: right;
  width: calc(100% - 121px);
  border-left: 1px solid #ff747f;
  padding-left: 15px;
}

/** index **/

.programacao {
  padding-top: 130px;
}

.prog h3 {
  font-size: 30px;
  color: #525978;
  font-family: Manjari, sans-serif;
  margin-bottom: 1em;
}
