/* 
  iBahia • 2023 - MUNDIWARE
*/
.ib-page.programacao {
  margin: 22px auto 63px;
  padding: 0;
  max-width: unset;;
}

.ib-page.programacao>h2 {
  color: var(--corRadio);
  font-size: 42px;
  line-height: 48px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 20px;
  max-width: 1240px;
  margin: auto;
}

.ib-page.programacao ul::after {
  position: absolute;
  width: 90px;
  height: 100%;
  z-index: 2;
  right: -20px;
  background: #000;
  background: linear-gradient(91deg, rgba(0, 0, 0, 0) 0%, #fff 100%);
}

.ib-page.programacao ul {
  position: relative;
  padding: 0 20px;
  margin: 20px auto -20px;
  display: flex;
  gap: 15px;
  max-width: 1240px;
  align-items: center;
  overflow-x: scroll;
}

.ib-page.programacao ul li {
  color: var(--cinzaPadrao);
  font-size: 12px;
  font-weight: bold;
  padding: 8px 16px;
  border: 1px solid var(--cinzaPadrao);
  border-radius: 50px;
  cursor: pointer;
  user-select: none;
}

.ib-page.programacao ul li.active {
  background-color: var(--corRadio);
  color: var(--branco);
  border-color: var(--corRadio);
}

.ib-programacaoRadio {
  max-width: 1240px;
  margin: 31px auto 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 20px;
  min-height: 1350px;
}

.ib-programacaoRadio>.loading {
  width: 40px;
  height: 40px;
  cursor: pointer;
  user-select: none;
  margin: 40px auto 0;
}

.ib-programacaoRadio>.programa {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  padding: 10px 25px 10px 10px;
  background: #F6F6F6 0% 0% no-repeat padding-box;
  border-radius: 20px;
  cursor: pointer;
  user-select: none;
}

.ib-programacaoRadio>.programa.liveNow>figure::before {
  content: '';
  width: 26px;
  height: 26px;
  background: #FF1938;
  opacity: 0.3;
  border-radius: 50%;
  display: flex;
  position: absolute;
  z-index: 1;
  top: -7px;
  right: -8px;
}

.ib-programacaoRadio>.programa.liveNow>figure::after {
  content: '';
  width: 7px;
  height: 7px;
  background: #FF1938;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0px;
}

.ib-programacaoRadio>.programa.liveNow>figure {
  position: relative;
}
.ib-programacaoRadio>.programa>figure>img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  position: relative;
  background: #A8A8A8 0% 0% no-repeat padding-box;
  border-radius: 15px;
}
.ib-programacaoRadio.gfm .programa.liveNow {
  background-color: var(--corRadio);
}
.ib-programacaoRadio.gfm >.programa>button{
  border: 2px solid #fff;
  background-color: #fff;
}
.programa.liveNow {
  background-color: #DD1C79;
}

.ib-programacaoRadio>.programa.active>figure>img,
.ib-programacaoRadio>.programa.active>figure {
  width: 113px;
  height: 113px;
}

.ib-programacaoRadio>.programa>div {
  display: flex;
  align-items: start;
  max-width: 68%;
  flex-direction: column;
  gap: 7px;
}

.programa.liveNow>* {
  color: #fff !important;
}

.ib-programacaoRadio>.programa>div>h2 {
  font-size: 22px;
  line-height: 26px;
  color: var(--pretoPadrao);
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 0.22px;
}

.ib-programacaoRadio>.programa.liveNow>div>h2,
.ib-programacaoRadio>.programa.liveNow>div>h3,
.ib-programacaoRadio>.programa.liveNow>p,
.ib-programacaoRadio>.programa.liveNow>div>p {
  color: #fff;
}
.ib-programacaoRadio>.programa>div>h3 {
  font-size: 14px;
  line-height: 18px;
  color: var(--pretoPadrao);
  opacity: 0.8;
  letter-spacing: 0.14px;
}

.ib-programacaoRadio>.programa>div>p,
.ib-programacaoRadio>.programa>p {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.14px;
  color: var(--pretoPadrao);
  opacity: 0;
  display: none;
}

.ib-programacaoRadio>.programa.active>div>p {
  margin-top: 10px;
  display: block;
  animation: fadeIn 0.5s ease-in 1 forwards;
}

.ib-programacaoRadio>.programa.liveNow>button {
  background-color: #6F19CB
}

.ib-programacaoRadio>.programa.liveNow>button>img {
  filter: brightness(20);
}

.ib-programacaoRadio>.programa>button {
  border-radius: 50%;
  border: 2px solid #6F19CB;
  width: 40px;
  min-width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  cursor: pointer;
}

.ib-programacaoRadio>.programa>button>img {
  width: 14px;
  cursor: pointer;
  height: 14px;
}

.ib-programacaoRadio>.programa.active>button {
  background-color: #6F19CB;
}

.ib-programacaoRadio>.programa>button>img.minus {
  display: none;
}

.ib-programacaoRadio>.programa.active>button>img.minus {
  display: block;
}

.ib-programacaoRadio>.programa.active>button>img.plus {
  display: none;
}

.ib-programacaoRadio>.programa.active>button>img {
  filter: brightness(20);
}

.ib-locutoresSection {
  max-width: 1240px;
  width: 100%;
  margin: 31px auto 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 0 20px;
}

.ib-locutoresSection>h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  text-transform: uppercase;
  color: var(--corRadio);
  text-align: center;
  letter-spacing: 0.32px;
}

.ib-locutoresSection>section {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  align-items: start;
}

.ib-locutoresSection>section>div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.ib-locutoresSection>section>div>img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: cover;
}

.ib-locutoresSection>section>div>h2 {
  color: var(--pretoPadrao);
  font-size: 18px;
  text-align: center;
  line-height: 22px;
  letter-spacing: 0.18px;
}

.ib-locutoresSection>section>div,
.ib-locutoresSection>section>div>div {
  display: flex;
  align-items: center;
  gap: 16px;
}

.ib-locutoresSection>section>div>h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.18px;
}

@media (max-width: 700px) {
  .ib-programacaoRadio {
    min-height: 950px;
  }
  .ib-programacaoRadio>.programa>div>h2 {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.28px;
  }
  .ib-programacaoRadio>.programa>div>h3 {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0px;
  }
  .ib-page.programacao>h2{
    font-size: 26px;
    line-height: 30px;
  }
  .ib-page.programacao ul::after {
    content: '';
  }

  .ib-locutoresSection>section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0 20px;
    overflow: hidden;
  }

  .ib-locutoresSection>section>div>img {
    width: 100px;
    height: 100px;
  }

  .ib-locutoresSection>section>div>h2 {
    font-size: 16px;
    line-height: 22px;
  }

  .ib-page.programacao ul li {
    padding: 6px 12px;
    font-size: 10px;
    line-height: 14px;
  }

  .ib-programacaoRadio>.programa.active>p {
    margin-top: -2px;
    min-width: 100%;
    display: block;
    animation: fadeIn 0.5s ease-in 1 forwards;
  }

  .ib-programacaoRadio>.programa.active>div>p {
    display: none !important;
  }

  .ib-programacaoRadio>.programa.active>figure,
  .ib-programacaoRadio>.programa.active>figure>img {
    width: 50px;
    height: 50px;
  }

  .ib-programacaoRadio>.programa {
    gap: 12px;
    padding: 10px 15px 10px 10px;
    border-radius: 16px;
  }

  .ib-programacaoRadio>.programa>figure>img,
  .ib-programacaoRadio>.programa>figure {
    width: 50px;
    height: 50px;
    border-radius: 8px;
  }

  .ib-programacaoRadio>.programa>button {
    width: 30px;
    height: 30px;
    min-width: 30px;
  }
}

@media (max-width: 600px) {
  .ib-page.programacao {
    margin: 22px auto 40px;
  }
}