hr {
  width: 311px;
  height: 2px;
  background: #848484;
}

.transmision-titulo {
  font-size: clamp(40px, 8vw, 80px);
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  background: var(--cdmx);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.transmision-container {
  column-gap: 42px;
  row-gap: 35px;
  padding: 0 20px 75px 20px;
}

.transmision-item {
  width: 394px;
  padding-top: 20px;
}

.transmision-img {
  max-width: 282px;
  width: 100%;
  padding-bottom: 42px;
}

.transmision-button {
  width: 172px;
  height: 33px;
  font-size: 16px;
  font-family: AvenirBold, sans-serif;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -42px auto 12px;
  border-radius: 19.5px;
  background: #FF3431;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
}

.transmision-button-disable {
  background: #ABABAB !important;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25) inset !important;
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.transmision-informacion {
  z-index: 1;
  width: 394px;
  padding: 25px 0 13px 0;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
}

.transmision-informacion span {
  width: 376px;
  margin: 0 auto;
  color: #01558C;
  font-style: normal;
  line-height: normal;
  font-weight: 800;
}

.transmision-informacion span:nth-child(2) {
  font-size: 18px;
}

.transmision-informacion span:nth-child(3) {
  font-size: 16px;
  font-weight: 400;
}

.transmision-informacion span:nth-child(4) {
  color: #03A591;
  font-size: 15px;
}

.transmision-continuacion {
  width: 342px;
  padding-top: 36px;
  margin-top: -25px;
  border-radius: 8px;
  background: #F7F7F7;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
}

.transmision-continuacion span {
  width: 321px;
  margin: 0 auto;
}

.transmision-continuacion .siguientes {
  color: #545454;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.transmision-continuacion .evento {
  padding-top: 8px;
  color: #545454;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.transmision-continuacion .ponente {
  padding-top: 7px;
  color: #545454;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.transmision-continuacion .horario {
  padding-top: 12px;
  color: #545454;
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.transmision-continuacion .recordatorio-texto {
  color: #03547E;
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

@media (max-width: 1320px) {
  .transmision-container {
    flex-wrap: wrap;
    align-items: center;
  }
}
