body.single-episodio {
  background: var(--tertiary-color);
}

body.single-episodio .breadcrumbs {
  margin-bottom: 0px;
  margin-top: 0;
}

.logo-episodio {
  max-height: 144px;
  max-width: 427px;
}

.single-episodio .mejs-overlay-button {
  background: url(/wp-content/uploads/2023/04/icon-play.png) no-repeat !important;
  height: 80px;
  width: 80px;
}

.mejs-controls {
  visibility: hidden;
}

.owl-custom-post-type .owl-theme .owl-nav [class*=owl-] {
  border: 1px solid #fff;
  color: #ffffff;
  font-size: 46px;
  background: transparent;
  border-radius: 37px;
  height: 67px;
  width: 67px;
  font-weight: 100 !important;
  font-family: system-ui;
  line-height: 46px;
}

.owl-custom-post-type .owl-carousel .owl-prev {
  left: -100px;
}

.owl-custom-post-type .owl-carousel .owl-next {
  right: -100px;
}

.owl-custom-post-type .owl-carousel .owl-nav {
  overflow: hidden;
  height: 0px;
}

.owl-custom-post-type .owl-theme .owl-dots .owl-dot.active span,
.owl-custom-post-type .owl-theme .owl-dots .owl-dot:hover span {
  background: #5110e9;
}

.owl-custom-post-type .owl-carousel .item {
  text-align: center;
}

.owl-custom-post-type .owl-carousel .nav-button {
  height: 50px;
  width: 25px;
  cursor: pointer;
  position: absolute;
  top: 110px !important;
}

.owl-custom-post-type .owl-carousel .owl-prev.disabled,
.owl-custom-post-type .owl-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 0.25;
}


.owl-custom-post-type .owl-carousel .prev-carousel:hover {
  background-position: 0px -53px;
}

.owl-custom-post-type .owl-carousel .next-carousel:hover {
  background-position: -24px -53px;
}

p.header-archive-episodio {
  font-size: 1.5rem;
  color: #fff;
  line-height: 2rem;
}

.post-type-archive-episodio main#main {
  background: var(--tertiary-color);
}

span.se-parte {
  text-align: center;
  display: flex;
  justify-content: center;
  font-size: 39px;
  font-weight: 700;
  color: var(--primary-color);
}

.video-text-conectalan iframe {
  width: 80% !important;
  margin: auto;
}

.description-episodio {
  width: 80%;
  margin: auto;
}

.single-episodio .top-title {
  font-weight: bold;
  color: #ffff05;
  line-height: normal;
  margin: 0;
}