

body:has(.hro-single) #header.main {
  background: linear-gradient(to top, rgba(10, 14, 23, 0) 0, #0a0e17 100%);
  backdrop-filter: none;
  border: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease-in-out;
}

body:has(.hro-single) #searchform {
  border-radius: 999px;
  background: rgb(24 32 49 / 50%);
  border: 2px solid #dd3333;
}

body:has(.hro-single) #header .search {
  /*width: 240px;*/
	width: 190px;
}

body:has(.hro-single) .filter-content {
  margin-top: 0px !important;
}

@media screen and (max-width: 768px) {
  body:has(.hro-single) .filter-content {
  margin-top: 16px !important;
}
}

body:has(.hro-single) .cl-hslider.container {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

body:has(.hro-single) .recienagregado {
  background: transparent;
  margin-bottom: 8px;
  display: inline-block;
}

body:has(.hro-single) .recienagregado.newep .recent_post.md {
  background: red;
}

body:has(.hro-single) .single_tabs {margin-top: -11px;}
body:has(.hro-single) #dt_contenedor > #contenedor {margin-top: 16px;}

body:has(.hro-single) #header.main.fx[style="opacity: 1;"] {
  background: #141b29;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  /*border-bottom: 1px solid #000;*/
  backdrop-filter: saturate(180%) blur(10px);
  -webkit-backdrop-filter: saturate(180%) blur(10px);
}

.hro-single {
  position: relative;
  /*padding-top: 42px;*/
	padding-top: 25px;
  padding-bottom: 0;
}

.single_tabs {
  margin-top: 32px;
}

@media screen and (max-width: 768px) {
  .hro-single {
    padding-top: 0;
  }
}

/* Contenedor contenido */
.hro-single__content {
  border-radius: 6px;
  background: linear-gradient(
    to bottom,
    rgba(27, 34, 46, 0.3) 60%,
    transparent 100%
  );
  position: relative;
  z-index: 10;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
}

@media screen and (max-width: 768px) {
  .hro-single__content {
    flex-direction: column;
    margin-top: 0 !important;
  }
}

/* Portada */
.hro-single__poster {
  width: 240px;
}

.hro-single__poster img {
  width: 100%;
  border-radius: 4px;
  aspect-ratio: 5/7;
}

@media screen and (max-width: 768px) {
  .hro-single__poster {
    margin: auto;
    margin-bottom: 16px;
  }
}

/* Body */
.hro-single__body {
  position: relative;
  width: calc(100% - 240px);
  padding-left: 16px;
  z-index: 20;
  display: flex;
  align-items: start;
  padding-top: 16px;
  gap: 24px;
}

@media screen and (max-width: 768px) {
  .hro-single__body {
    flex-direction: column;
    align-items: center;
    padding-top: 0;
  }
}

/* Titulo */
.hro-single__header {
  /*margin-bottom: 12px;*/
  margin-bottom: 14px;
}

.hro-single__header h1 {
  font-size: 26px;
  color: #fff;
  opacity: 1;
  /*margin-bottom: 8px;*/
  margin-bottom: 12px;
}

.hro-single__header small {
  font-size: 16px;
  color: #df7979;
}

.hro-single__left {
  width: calc(100% - 240px);
  margin-top: -6px;
}
.hro-single__right {
  width: 240px;
  align-self: stretch;
}

.hro-single__right .ibox {
  background: transparent;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 0;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .hro-single__left,
  .hro-single__right,
  .hro-single__body {
    width: 100%;
  }
  .hro-single__body {
    padding-left: 0;
  }

  .hro-single__left {
    text-align: center;
  }

  .hro-single__right .ibox {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
	margin-top: -2px !important; 
	margin-left: -15px !important;
  }
}

/* Voto */
.hro-single__header .nope.starstruck-rating-wrap {
  background: rgba(0, 0, 0, 0.15);
  border: 0;
  box-shadow: 0 0 0;
}

/* Meta info */
.hro-single__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  font-size: 14px;
 /* margin-bottom: 12px;*/
	margin-bottom: 5px !important;
}

.hro-single__meta span,
.hro-single__meta small {
  padding: 0 5px;
  line-height: 28px;
  height: 28px;
}
.hro-single__meta small {
  padding-left: 12px;
  padding-right: 12px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}
.hro-single__meta small svg {
  width: 20px;
  height: 20px;
}

/* Synopsis */
.hro-single__synop {
  font-size: 15px;
  line-height: 26px;
  max-height: 80px;
  overflow-y: auto;
  color: #fff;
  margin-bottom: 24px;
  text-align: left;
  /* scrollbar-width: thin;
  scrollbar-color: #dd3333 transparent; */
}

.hro-single__synop::-webkit-scrollbar {
  width: 2px;
}

.hro-single__synop::-webkit-scrollbar-track {
  background: #0a0e17;
  border-radius: 10px;
}

.hro-single__synop::-webkit-scrollbar-thumb {
  background: #048dd2;
  border-radius: 10px;
}

.hro-single__synop::-webkit-scrollbar-thumb:hover {
  background: #dd3333;
}

/* Lista */
.hro-single__list {
  display: flex !important;
  flex-direction: column;
  gap: 8px;
}

@media screen and (max-width: 768px) {
}
.hro-single__list {
  text-align: left;
}

.hro-single__list li span,
.hro-single__list li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  color: #d9d9d9;
}

.hro-single__list li a {
  font-weight: 600;
	font-weight: 500;
}

.hro-single__list li a:hover {
  color: #f44336 !important;
}

/* Imagen de fondo */
.hro-single__backdrop {
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
    /* top: -51px; */
    /* top: -48px; */
    /* width: 100%; */
    /* height: 100%; */
    /* max-height: 600px; */
    /* object-fit: cover; */
    /* background-position: center center; */
    z-index: 5;
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 108%;
    max-height: 600px;
    object-fit: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.hro-single__backdrop:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(10, 14, 23, 0.3) 0, #0a0e17 100%);
}

/* Idiomas */
.hro-single__right .ibox__section .item-lang a img {
  width: 30px !important;
  margin-bottom: 2px;
}

.hro-single__right .ibox-format span {
  border-radius: 25px;
  padding-left: 10px;
  padding-right: 10px;
}

.hro-single__right .imdb_tmdb a {
  border-radius: 6px;
}

.hro-single__left .starstruck .star-on-png:before {
  color: #dd3333 !important;
}

/* Favoritos/Ya visto */
.hro-single__right .user_control {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.hro-single__right .user_control a {
    width: 108%;
    background-color: rgba(167,130,233,.03);
    border: 1px solid rgba(167,130,233,.06);
    padding: 21px 12px !important;
    border-radius: 6px;
    justify-content: flex-start;
}

.hro-single__right .user_control span {
    order: 3;
    flex-grow: 1;
    text-align: right;
}
.hro-single__right .user_control div.tooltiptext {
    background: transparent;
    opacity: 1;
    display: block !important;
    position: relative;
    top: 0;
    left: 0;
    text-align: left;
    padding: 10px 0px 10px!important;
    order: 2;
	width: 100%!important;
	margin-left: -5px !important;
    font-size: 12px;
}
.hro-single__right .user_control div.tooltiptext:after {display: none;}

.hro-single__right .user_control a i {
    color: #76c0ff;
    font-size: 16px;
}

.hro-single__right .user_control a:hover i {
    color: #fd6060;
}