.link-contenido {
  position: relative;
}

.link-contenido:after {
  position: absolute;
  width: 0%;
  height: 3px;
  border-radius: 2px;
  display: block;
  content: "";
  background-color: #769765;
  top: 50%;
  margin-top: -4px;
  right: 50px;
}

.link-contenido.programa-clase-completada a {
  opacity: 0.2;
  transition: opacity 0.5s;
}

.link-contenido.programa-clase-completada:after {
  width: calc(100% - 70px);
  transition: width 0.3s;
  transition-delay: 0.9s;
}

.iniciar-programa {
  position: fixed;
  top: 100vh;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  width: 100vw;
  z-index: 10000;
  background-color: var(--programa-theme-color);
  font-size: 10vw;
  text-transform: uppercase;
  line-height: 9vw;
  font-weight: bolder;
  transition: all 0.5s;
}

.iniciar-programa span {
  position: fixed;
  top: 110vh;
}

.iniciar-programa img {
  width: 50vw;
  margin-bottom: 50px;
}

.iniciar-programa .container {
  height: 110vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.video-header .video-info {
  padding: var(--app-container-inner-padding-x);
  background: rgb(0, 0, 0);
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 15%,
    rgba(0, 0, 0, 0) 100%
  );
  color: #fff;
  position: absolute !important;
  bottom: -5px;
}

.btn-trailer {
  display: flex;
}

.mostrar-programa #botonera-comenzar,
.mostrar-programa .btn-trailer,
#infoCollapseBtn,
.programa-footer {
  display: none;
}

#botonera-reto {
  display: none;
}

.mostrar-programa #infoCollapseBtn,
.mostrar-programa #botonera-reto {
  display: flex;
}


.btn-empezar,
.btn-empezar-reto {
  position: fixed;
  left: var(--app-container-inner-padding-x);
  right: var(--app-container-inner-padding-x);
  bottom: calc(30px + var(--app-safe-area-bottom) + var(--app-toolbar-height));
  width: calc(100% - (var(--app-container-inner-padding-x) * 2));
  z-index: 10000;
}

.btn-empezar:hover,
.btn-nutricion:hover,
.btn-empezar-modal:hover {
  cursor: pointer;
}

.mostrar-programa .programa-footer {
  display: block;
}

#programaContainer {
  position: relative;
  z-index: 1;
}

.programa-header .programa-info .programa-card-body {
  justify-content: end;
}

.iframe-trailer{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
}

.btn-play-trailer, .btn-stop-trailer {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
}

.btn-play-trailer:hover {
  cursor: pointer;
}

.btn-play-trailer .link-video-play, .btn-stop-trailer .link-video-play {
  display: block;
  margin: 0 auto;
  margin-bottom: .5rem;
  width: 50px;
  height: 50px;
  background-color: rgb(255, 255, 255, 0.5);
  -webkit-backdrop-filter: var(--app-bars-blur);
  backdrop-filter: var(--app-bars-blur);
  border-radius: calc(100% / 2);
  position: relative;
  overflow: hidden;
}

.btn-play-trailer .link-video-play:after , .btn-stop-trailer .link-video-play:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='36' height='36'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M19.376 12.416L8.777 19.482A.5.5 0 0 1 8 19.066V4.934a.5.5 0 0 1 .777-.416l10.599 7.066a.5.5 0 0 1 0 .832z' fill='rgba(255,255,255,1)'/%3E%3C/svg%3E");
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 35px;
  background-position-x: 8px;
}

.btn-stop-trailer .link-video-play:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='36' height='36'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M6 5h12a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1z' fill='rgba(255,255,255,1)'/%3E%3C/svg%3E");
}

@media (min-width: 576px) {
  .btn-empezar,
  .btn-empezar-reto {
    position: relative;
    left: unset;
    right: unset;
    width: max-content;
    bottom: unset;
    z-index: unset;
  }

  .btn-play-trailer .link-video-play,  .btn-stop-trailer  .link-video-play  {
    width: 75px;
    height: 75px;
  }

  .btn-play-trailer .link-video-play:after, .btn-stop-trailer .link-video-play:after  {
    background-size: 50px;
  background-position-x: 12px;
  }

  #programa-info-container .card-body{
    background: rgb(var(--bs-body-bg-rgb));
    background: linear-gradient(0deg, rgba(var(--bs-body-bg-rgb)5,1) 0%, rgba(var(--bs-body-bg-rgb)5,0) 70%);
  }

}

#programa-info-container .card-body{
  background: rgb(var(--bs-body-bg-rgb));
  background: linear-gradient(0deg, rgba(var(--bs-body-bg-rgb),1) 0%, rgba(var(--bs-body-bg-rgb),0) 35%);
}
