/* CardPalestras */
.single-schedules-inner {
  background-color: #fff;
  box-shadow: 0 0 1em 0 #6c6c6d;
  margin-bottom: 12px;
  transition: 0.4s;
  border-radius: 6px;
  height: unset !important;
  padding: 0 !important;
  width: 100%;
}

.single-schedules-inner.sala h4 {
  color: white;
  font-weight: 700;
  padding: 5px 10px;
}

.single-schedules-inner a {
  color: gray;
}

.single-schedules-inner:hover {
  box-shadow: 0.4em 0.4em 1em 0.4em #646e85;
}

.single-schedules-inner .media {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  overflow: visible !important;
  position: relative;
}

.single-schedules-inner .media .media-body {
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100% !important;
}

.single-schedules-inner .media .foto {
  display: flex !important;
  flex-wrap: wrap;
  flex-shrink: 0;
}

.single-schedules-inner .media .foto img {
  margin: 0 !important;
  border-radius: 0 !important;
  width: 150px !important;
  object-fit: cover;
  object-position: center 20%;
  height: 150px;
  background-position: center;
}

/* .single-schedules-inner .media .foto img.big-photo {
      height: 90px;
      width: 90px;
      border-radius: 10px;
    } */

.single-schedules-inner .media .foto img.small-photo {
  width: 85px !important;
  min-height: 75px;
}

.single-schedules-inner .media .media-body p.title {
  padding-top: 0;
  margin-top: 10px;
  font-size: 20px !important;
  font-weight: 600;
}

.single-schedules-inner .media .media-body .speaker {
  font-style: italic;
  font-weight: normal;
  color: gray;
}

.single-schedules-inner .media .media-body .speaker small {
  margin: 0 5px;
}

.single-schedules-inner .media div.time {
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  gap: 10px;
  margin: 20px 0 10px;
  color: #004c94cc;
}

.single-schedules-inner .media div.time .hour {
  position: absolute;
  top: -15px;
  left: 10px;
  z-index: 999;
  background: #548abd;
  color: white;
  padding: 5px;
  border-radius: 5px;
  font-size: 1.3rem;
  margin-left: 55px;
}

.single-schedules-inner .media div.time .date {
  position: absolute;
  top: -15px;
  left: 10px;
  z-index: 999;
  background: #bd5454;
  color: white;
  padding: 5px;
  border-radius: 5px;
  font-size: 1.3rem;
}

.single-schedules-inner .media div.time .date.dia1 {
  background: #54bd58;
}

.single-schedules-inner .media div.time .date.dia2 {
  background: #e58a53;
}

.single-schedules-inner .media div.time .date.dia3 {
  background: #9a54bd;
}

.single-schedules-inner .media div.track {
  font-size: 12px;
  font-style: italic;
  text-align: right;
  width: 150px;
  float: right;
}

.single-schedules-inner.intervalo {
  background-color: #eee;
  color: #999;
}

.cards {
  display: flex;
  flex-direction: column;
  margin: 30px 0;
  gap: 20px;
}
.trilhas {
  display: flex;
  gap: 5px;
}
.trilha {
  padding: 2px 5px;
  color: white;
  border-radius: 4px;
  font-weight: 600;
  font-size: 1.2rem;
  align-self: flex-start;
  color: white;
}

.add-calendar,
.add-calendar img {
  width: 22px;
}

@media screen and (max-width: 768px) {
  .single-schedules-inner .media .foto,
  .single-schedules-inner .media .foto.com3 {
    width: 100% !important;
    flex-wrap: wrap !important;
    aspect-ratio: 3 / 1;
  }
  .single-schedules-inner .media .foto img {
    width: 100% !important;
    max-height: unset !important;
    height: 250px !important;
    flex-grow: 1;
  }
  .single-schedules-inner .media .foto img.small-photo {
    width: 75px !important;
    min-height: 75px;
  }

  .single-schedules-inner .media {
    flex-direction: column;
  }
  .single-schedules-inner .media-body {
    width: unset;
  }
}
