/*
Estilos creados por marcelo © 2024
*/


/*---------------------------------------*/

/* ESPACIO DE ARRIBA DE SLIDEBAR */
#single .sidebar {
    margin-top: -28px !important;
}

/* 5 POSTER PARA VISUALIZAR PARA ACTORES */
@media screen and (min-width: 768px){
.archive.tax-dtcast .module .content .items {
grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}
}
/* 5 POSTER PARA VISUALIZAR PARA DIRECTORES */
@media screen and (min-width: 768px){ 
.archive.tax-dtcast .module .content .items,
.archive.tax-dtdirector .module .content .items { 
grid-template-columns: repeat(5, minmax(0, 1fr)) !important; 
} 
}

/* COLOR HOVER DE LO MAS POPULAR */
.wmpopular:hover {
    background:#167ac633;
}
.wmpopular.series:hover {
    background:#151d2c;
}




/* COLOR DE ESTRELLA DE LO MÁS RECIENTE */
.fa-star:before {
    content: "\f005";
    color: #fc0;
}

/* BORDE DE CAPTURAS DE IMAGENES */
.galeria .g-item{
    border-radius: 10px 10px 16px;
}

.galeria .g-item img {
    border-radius: 10px 10px 16px;
}

.galeria .g-item:hover {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.00)
}

/* GROSOR DE LA FUENTE DEL NOMBRE DE REPRODUCIR VIDEO */
.dooplay_player .options ul li span.title {
    font-weight: 500 !important;
}


/* marco de los widget */
#dtw_content_related-8 {
  padding: 15px 15px 0px 15px;
    background: #0000005c;
    border-radius: 6px;
}

#dtw_content_related-5 {
  padding: 15px 15px 0px 15px;
    background: #0000005c;
    border-radius: 6px;
}

#dtw_content_views-8 {
  padding: 15px 15px 10px 15px;
    background: #0000005c;
    border-radius: 6px;
}

#dtw_content_views-10 {
  padding: 15px 15px 10px 15px;
    background: #0000005c;
    border-radius: 6px;
}

/* RADIO BORDER DEL REPRODUCTOR */
.dooplay_player .options.scrolling {
    border-radius: 6px !important;
}

.dooplay_player .play.isnd {
    padding: 7px;
    border-radius: 7px;
}

/* COLOR Y BORDES DE CAJA DE REPORTES */
.report_modal .box .form {
    background: #0a0e17 !important;
    border-radius: 10px !important;
}

/* BUSCADOR DENTRO DE ARCHIVOS */
header.main .hbox .search form {
    border-radius: 999px !important;
    background: rgb(24 32 49 / 50%) !important;
    border: 2px solid #3f82d9 !important
}

/* CALIDADES EN EPISODIOS HOME Y HOJA DE ARCHIVOS*/
article.episodes span.quality {
    position: absolute !important;
	border-radius: 6px;
    background: #408bea;
    color: #fff;
    top: 3px !important;
    left: 5px !important;
}

/*NIVEL DE TITULOS DE SLIDER EN CELULARES*/
@media screen and (max-width: 768px) { 
    .hero-item { 
        height: 440px !important; 
    } 
}

/* APARIENCIA DE BUSCADOR EN VIVO*/

header.main .hbox .search {
    padding: 16px 0px !important;
}

.live-search ul {
	background: rgb(0 0 0 / 0%);
}

.live-search ul li:hover {
    border-bottom: solid 1px #0f1427;
    background: #0f1427;
}

.live-search ul li .poster img {
    margin-top: -7px;
    width: 100%;
    border-radius: 14px;
}

.live-search ul li:hover {
    border-bottom: solid 1px #0f1427;
    background: #0f1427;
}
.live-search ul li a.more {
    font-weight: 500;
    width: 134%;
    float: left;
    padding: 13px;
    text-align: center;
    font-style: normal;
    font-size: 12px;
    background-color: rgba(47, 128, 237, .65);
    color: #FAFAFA;
    font-size: 14px;
    border-radius: 7px;
}
.live-search ul:hover li {
    opacity: 1.7;
}
.live-search ul li {
    float: left;
    width: 76%;
    display: block;
    padding: 7px;
	border-bottom: solid 1px #0f1427;
    background: #0f1427;
	border-radius: 10px !important;
}

.live-search {
    width: 394px;
}

header.main .hbox .search form button[type=submit] {
    right: 0;
    top: -3px;
}
header.main .hbox .search form input[type=text] {
    height: 34px;
}

.live-search.ltr {
    right: 85px;
    border-radius: 10px !important;
    background: #0f1427;
    width: 20%;
}



/*COLOR DE TEXTO DEL BUSCADOR */
::placeholder {
        color: #ffffffbd !important; /* Cambia el color del placeholder */
        opacity: 1.4; /* Asegura que el color se vea bien en todos los navegadores */
    }

/*BUSCADOR MOVIL */
@media only screen and (max-width: 667px) {
    form.form-resp-ab input[type=text] {
        border-radius: 999px !important;
        background: rgb(15 20 38) !important;
        border: 2px solid #dd3333 !important;
        animation: filterFadeIn .9s !important;
        margin: 10px 10px 10px 0px;
        padding: 9px 9px 9px 11px;
        font-size: 15px; 
		width: 286px;
    }
}

@media only screen and (max-width: 667px) {
    form.form-resp-ab button[type=submit] span {
	/*display: none;*/
	margin-top: 8px;
    }
}

@media only screen and (max-width: 667px) {
    header.responsive a.aresp {
	margin-top: 0px;
    }
}

@media only screen and (max-width: 667px) {
.search_responsive {
    text-align: center;
}
}

@media only screen and (max-width: 667px) {
form.form-resp-ab button[type=submit] span {
    font-size: 16px;
    color: #ffffff8a;
}
}

@media only screen and (max-width: 667px) {
.search_responsive .live-search {
	    right: 37px;
        border-radius: 10px !important;
        background: #0f1427;
        width: 80%;
}
}

@media only screen and (max-width: 667px) {
form.form-resp-ab {
    background: #141b29;
}
}

@media only screen and (max-width: 667px) {
.menuresp .menu ul.resp li {
    border-bottom: 1px solid rgb(15 20 38 / 0%);
}
.menuresp .menu ul.resp li {
    background: #141d3b00;
}
}

@media only screen and (max-width: 667px) {
.menuresp .menu ul.resp li a {
    font-size: 12px;
    line-height: 13px;
    padding: 17px 18px;
    font-family: system-ui;
	font-weight: 400;
	text-transform: uppercase;
}
}

@media only screen and (max-width: 667px) {
.menuresp .menu ul.resp li ul.sub-menu li a {
    font-size: 14px;
    padding: 9px 0px;
    font-family: system-ui;
	text-transform: uppercase;
}
}

@media only screen and (max-width: 667px) {
.menuresp .menu .user .gravatar img {
    width: 43px;
    height: 40px;
}
}

@media only screen and (max-width: 667px) {
.live-search ul li {
    float: left;
    width: 87%;
    display: block;
    padding: 7px;
    border-radius: 0px !important;
}
}


/* ALINEAR MEMBRESIA VIP EN MOVIL */
@media only screen and (max-width: 667px) {
    #formulario {
     margin-left: 30px!important;
    }
}

/*COLOR DE FRANJA DE USUARIO*/
.menuresp .menu .user {
    border-bottom: solid 1px #00000000;
    background: #141b29;
}
/*COLOR DE BANDA DE MENU EN MOVIL*/
header.responsive .logo {
    /*background: #141b29!important;*/
}
/*COLOR DE MENU HAMBURGUESA MOVIL*/
header.responsive .nav a.nav-resp:before {
    /*color: #f00;*/
}

/*BORDE DE BOTON ROJO DENTRO DE LA CAJA DE REGISTRO FLOTANTE */
.login_box .box input[type="submit"], .form_post_lik .control .left a.add_row:hover, .form_post_lik .table table tbody tr td a.remove_row:hover, .form_post_lik .control .right input[type="submit"] {
    background: #f50057;
    border-radius: 10px;
}

/* COLOR DE CAJA DE REGISTRO FLOTANTE */
.login_box .box {
    background: #121927;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 1px 150px rgba(0, 0, 0, .52);
    box-shadow: 0 1px 15px #000;
    border-radius: 10px;
}

/* TAMAÑO DE LOGO EN EL FOOTER */
footer.main .fcmpbox .primary .fotlogo .logo img {
    max-width: 160px;
}

/*LOGO CABECERA*/
header.main .hbox .logo img {
    width: auto;
    height: 30px;
    margin-top: -7px !important;
    /* box-shadow:0 1px 5px #dd1111;*/
    padding: 0px !important;
    border-radius: 5px !important;
	height: 48px !important;
    margin-left: -24px !important;
}

/* COLOR DEL BOTÓN MÁS EN EL HOME */
.module .content header span a.see-all {
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 5px 8px;
    border-radius: 8px;
    margin-left: 6px;
    background: #408bea !important;
    color: #ffffff;
}

/* COLOR DE LA BARRA EN EL HOME */
div div header {
    background: linear-gradient(45deg, #141b2900 10%, #0a0e1700 60%);
}

/* COLOR DE LINEA LATERAL */
.module .content header h2 {
    border-color: #408bea !important;
}

/*TAMAÑO DE LETRA DE SERIES Y MOVIES EL HOME */
@media only screen and (max-width: 667px) {
    .module .content header h2 {
     font-size:17px;
    }
}



/* COLOR DE BOTON COMENTAR DENTRO DEL POST */
p.form-submit input[type=submit] {
    background: #141b29;
    color: #fff;
    border: 0;
}


/* COLOR DE LETRAS DE PIE DE PAGINA*/
.piedepagina {
color:#fc0;
}

/*TAMAÑO DEL LOGO EN CELULARES*/
@media screen and (max-width: 1024px) {
    header.responsive .logo img {
        height: 24px;
    }
}

/*FIN COLOR ICONO PLAY REPRODUCTOR FALSO*/
/*esconder el dominio del reproductores*/
.dooplay_player .options ul li span.server {
    color: rgba(232, 230, 227, 0.2);
    display: none;
}

/*FIN esconder el dominio del reproductores*/
/*esconder los reproductores
#player-option-1 {
  display:none;
}

#player-option-2 {
    display:none;
}

#player-option-3 {
   display:none;
}

#player-option-4 {
    display:none;
}*/

/*fin esconder los reproductores*/

/* ocultar completamente el reproductor*/
.dooplay_player {
    border-bottom: solid 0px rgba(255, 255, 255, .08);
    /*display: none;*/
}

/*Efecto giro de estreno*/
/*.menu-item-1141:hover {
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite
}*/


/* datos de pelicula dentro del post */
.details__title small.post-type, .post-type-- {
    background: rgba(0, 0, 0, .3);
    color: rgba(222, 231, 247, .8);
    padding: 5px 12px;
    border-radius: 25px;
    font-size: 14px;
    line-height: 22px;
}
.details__title small.post-type svg, .post-type-- svg {
    width: 20px;
    margin-right: 5px;
    margin-top: -2px;
	  vertical-align: middle;
}
.pelis {
    margin-top: 5px;
}

/* detalles peliculas, duracion y año movil dentro del post */
@media screen and (max-width: 1024px) {
    .pelis {
        text-align: center;
    }
}

/* tamaño del poster movil dentro del post */
@media only screen and (max-width: 667px) {
    .sheader .poster {
        width: 173px !important;
    }
}
/*fondo de ficha de idiomas y calidades movil  dentro del post*/
@media only screen and (max-width: 667px) {
    .ibox {
        background: #0f1521; !important;
    }
}

/* centrar texto de slogan movil dentro del post */
@media only screen and (max-width: 667px) {
    .extra span.tagline {
        text-align: center; !important;
    }
}

/* centrar canal de series movil dentro del post */
@media only screen and (max-width: 667px) {
    .extra {
       display: flex;
  justify-content: center;
    }
}



/* ocultar generos para celulares */
@media screen and (max-width: 1024px) {
    .sheader .sgeneros {
        display: none;
    }
}

/* ocultar boton como descargar para celulares */
@media screen and (max-width: 1024px) {
    .vp-a {
       /* display: none;*/
    }
}


/* bos dentro del post tomar solo el alto que corresponda */
.ibox {align-self: inherit;}

/* imagenes de episodios en las hojas de arichos*/
.post-type-archive-episodes .module .content .items .item .poster img {margin-top: 0 !important;top: 0;}

/* imagenes de episodios en el home*/
.episodes .poster img {margin-top: 0 !important;top: 0;}

@media screen and (max-width: 1024px) {
    .episodes .poster img {margin-top: 0 !important;top: 0;}
}

/* titulo original small */
.details__title small {
    font-size: 16px;
    color: #df7979;
    display: inline-block;
    margin-top: 11px;
	 
    background: rgba(0, 0, 0, 0.4);
    border-radius: .3rem;
    padding: 4px 9px;
    margin: 2px;
    margin-top: 7px;
    border: solid 1px rgba(0, 0, 0, .7);}
.details__title small {
    margin-bottom: 6px !important;
}

/*MAYUSCULAS PARA TITULOS h2*/
.module .content header h2 {
    text-transform: uppercase;
}
/*FIN MAYUSCULAS PARA TITULOS h2*/

/*COLECCIONES*/
.full_width_layout {
    box-shadow: 0 2px 29px 7px #00000000;
    margin-top: -17px;
}
/*COLECCIONES*/

/*ANUNCIO DE ESTRENOS*/
.estrenos_anuncio {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    border-radius: .5rem;
    z-index: 1;
    background-color: #004d75
}

.estrenos_anuncio:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .2;
    z-index: -1;
    background-image: url(https://cinelatino.xyz/rvm-pattern.svg);
    background-size: cover
}

.estrenos_anuncio .anuncio_inner {
    border-top: 8px solid #3b0c13;
    border-radius: .5rem .5rem 0 0;
    width: 100%;
}

.estrenos_anuncio .anuncio_inner .icon {
    width: 33.33%
}

.estrenos_anuncio .anuncio_inner .icon svg {
    padding: .45rem;
    border-radius: 9999px;
    background-color: #dd1111;
    width: 50px;
    max-height: 50px;
    fill: #FFF;
    filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
}

.estrenos_anuncio .anuncio_inner .anuncio {
    width: 100%;
    padding: 1.5rem 1.5rem 1.5rem 0;
    text-shadow: 0 1px 1px #333;
    margin-top: -6px !important;
}

.estrenos_anuncio .anuncio_inner .anuncio .title {
    font-size: 19px;
    font-weight: 700;
    color: #fc0;
    width: 100%;
    margin-top: -13px!important;
}

.estrenos_anuncio .anuncio_inner .anuncio p {
    font-size: 17px;
    color: #FFF;
    line-height: 1.25rem;
		margin-top: 10px!important;
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important;
}
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.estrenos_anuncio .anuncio_inner .anuncio .flat {
    border-radius: 7px;
    padding: .5rem 2rem;
}
.flat.yellow {
    background-color: #3b0c13;
    -webkit-box-shadow: 0 3px 0 #caa616;
    -moz-box-shadow: 0 3px 0 #caa616;
    box-shadow: 0 3px 0 #252529;
	  font-size: 13px;
	  margin-top: 14px;
}
.flat.yellow:hover {
    background-color: #000;
    -webkit-box-shadow: 0 3px 0 #caa616;
    -moz-box-shadow: 0 3px 0 #caa616;
    box-shadow: 0 3px 0 #252529;
	  font-size: 13px;
	  margin-top: 14px;
}

.flat, .flat {
    color: #FFF;
}
/*FIN ANUNCIO DE ESTRENOS*/
/*INVITACION A TELEGRAM*/
.social_box {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.social_box .bubble {
    border-color: rgb(11, 137, 173);
    color: rgb(232, 230, 227);
    background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgIUjPa1cBw4Dh9Q3zlGaNp6s7Vqoi-Ul6mv6of7qiFvo_Dc38hMrqDce1dmkYY-heNnAalN8QhL7wVP1mvtGHgBweH1f-1BQEt7dQeWL8mdJjGsYrDOy8azXxZRsqJ-Wv9LGF0vwQLnsM_kO_BkjvAS8tbprqzx9QLhblcIO7M9aJUKhu16kfmUeWR1KhC/s1600/emojis-patt.png);
}
.social_box .bubble {
    width: 100%;
    border-radius: 20px;
    border: 3px solid #0eb1e0;
    min-height: 100px;
    position: relative;
    margin-left: 15px;
    text-align: center;
    color: #fff;
    padding: 20px 10px;
    background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgIUjPa1cBw4Dh9Q3zlGaNp6s7Vqoi-Ul6mv6of7qiFvo_Dc38hMrqDce1dmkYY-heNnAalN8QhL7wVP1mvtGHgBweH1f-1BQEt7dQeWL8mdJjGsYrDOy8azXxZRsqJ-Wv9LGF0vwQLnsM_kO_BkjvAS8tbprqzx9QLhblcIO7M9aJUKhu16kfmUeWR1KhC/s1600/emojis-patt.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.social_box .bubble p {
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    margin-top: 0;
    margin-bottom: 1rem;
}
.social_box .bubble p:nth-child(2) {
    color: rgb(50, 199, 242);
    text-shadow: rgb(38, 42, 43) 0px 1px 1px;
}
.social_box .bubble p:nth-child(2) {
    font-size: 36px;
    color: #0eb1e0;
    text-shadow: 0 1px 1px #333;
}
.social_box .bubble p {
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 1rem;
}
.social_box .bubble p svg {
    max-width: 36px;
    vertical-align: middle;
}
.social_box .bubble p:nth-child(3) {
    font-size: 18px;
    margin-bottom: 0;
}
.social_box .bubble p {
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
}
.social_box .bubble::before {
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right-color: rgb(11, 137, 173);
    border-left: 0px;
}
.social_box .bubble:before {
    border: 14px solid transparent;
    border-right-color: #0eb1e0;
    border-left: 0;
    margin-top: -14px;
    margin-left: -17px;
}

.social_box .bubble::after {
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right-color: rgb(135, 125, 111);
    border-left: 0px;
}
.social_box .bubble:after {
    border: 12px solid transparent;
    border-right-color: #0a0e17;
    border-left: 0;
    margin-top: -12px;
    margin-left: -12px;
}
.social_box .bubble:after, .social_box .bubble:before {
    content: '';
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    left: 0;
}

.social_box .bubble::before {
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right-color: rgb(11, 137, 173);
    border-left: 0px;
}
.social_box .bubble:before {
    border: 14px solid transparent;
    border-right-color: #0eb1e0;
    border-left: 0;
    margin-top: -14px;
    margin-left: -17px;
}
.social_box .bubble:after, .social_box .bubble:before {
    content: '';
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    left: 0;
}
/*FIN INVITACION A TELEGRAM*/

/*Etiquetas SEO general*/
.seo{   
	 font-size:10px;
	color: #465965;
}
/*Full Etiquetas SEO general*/

/*Como hago un efecto de temblor a un botón*/
#formulario {   
	 animation: shake 0.82s;
	line-height: 20px;
}

#formulario {
    line-height: 5px;
    margin-top: -12px;
    margin-left: 6px;
}

#formulario:hover {   
  animation: shake 0.82s;
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
/*FIN Como hago un efecto de temblor a un botón*/

/*TMDB IMDB ICONOS*/
.tmdb img {
    height: 32px;
    max-width: 100%;
    margin-right: 12px;
    transition: transform 0.3s ease;
    border-radius: 0;
	  margin: 3px;
    image-rendering: auto;
	/*box-shadow: #000000 0px 0px 13px 0px;*/
}


/*FIN TMDB IMDB ICONOS*/

/*TEMPORADA*/
.post-comments .comment-reply-link:hover, #seasons .se-c .se-q span.se-o, #edit_link .box .form_edit .cerrar a:hover {
    background: #29080d;
}
/*FIN DE TEMPORADA*/

/*TAG*/
ul.wp-tags {
    margin-top: 8px;
    border-radius: 3px;
    display: none;
}
/*TAG*/

/*ESTILO DE RESULTADOS DE BUSQUEDA*/
.result-item article .image {
    width: 100px;
    height: 130px;
    border-radius: 5px;
}
.result-item article {
    border-bottom: 1px solid rgb(255 255 255 / 0%);
}
.result-item article .details .title a {
    color: #fc0;
}
.result-item article .details .contenido p {
    color: #ffffff;
}
.result-item article .details .meta span.rating {
    background: #fc0;
    color: #000000;
    border-radius: 2px;
	  margin-top: -2px;
	  padding: 4px;
}
span.year {
    color: #ffffff;
    padding: 3px 6px;
    background: #000;
    border-radius: 3px;
    margin-top: -3px;
    margin-left: -3px;
	  border: solid 1px rgb(255 255 255 / 14%);
}
/*FIN ESTILO DE RESULTADOS DE BUSQUEDA*/

/*COLOR DE ETIQUETAS DENTRO DEL POST*/
a, .home-blog-post .entry-date .date, .top-imdb-item:hover>.title a, .module .content .items .item .data h3 a:hover, .head-main-nav ul.main-header li:hover>a, .login_box .box a.register {
    color: #fc0;
}


/*COLOR DE ICONO FA FA AZUL*/
.fad.fa-tv:after {
    color: #408bea;
}
.fad.fa-folder-open:after {
    color: #408bea;
}
.fad.fa-bolt:after {
    color: #408bea;
}
.fad.fa-star:after {
    color: #f44336;
}
.fad.fa-tv-retro:after {
    color: #fff;
}
/*FIN COLOR DE ICONO FA FA AZUL*/

/*COLOR Y OTROS DE TABLAS DE PRECIOS*/
.rpt_style_basic .rpt_plan .rpt_head .rpt_price {
    background: #000;
}
.rpt_style_basic .rpt_plan .rpt_head {
    border-top: #000 solid 2px;
    background: linear-gradient(0deg, #000 0%, #000000 100%);
}

.rpt_style_basic .rpt_plan .rpt_head .rpt_description {
    background: #000;
}

.rpt_style_basic .rpt_plan .rpt_title {
    background: #0a0e17;
}

.rpt_4_plans .rpt_plan .rpt_foot {
    padding: 16px 20px;
    font-size: 20px;
}

.rpt_4_plans .rpt_plan_0 {
    margin-left: 0px;
}

.rpt_4_plans .rpt_plan_0: hover{-webkit-transform:scale(1.1);transform:scale(1.1);
-webkit-transition:all 1.9s ease;
-moz-transition:all 1.9s ease;
-o-transition:all 1.9s ease;
-ms-transition:all 1.9s ease;
}


.rpt_4_plans .rpt_plan {
    margin-left: -3px;
}

.rpt_4_plans .rpt_plan: hover{-webkit-transform:scale(1.1);transform:scale(1.1);
-webkit-transition:all 1.9s ease;
-moz-transition:all 1.9s ease;
-o-transition:all 1.9s ease;
-ms-transition:all 1.9s ease;
}

.rpt_4_plans .rpt_plan_2 {
    margin-left: 5px;
}

.rpt_4_plans .rpt_plan_2: hover{-webkit-transform:scale(1.1);transform:scale(1.1);
-webkit-transition:all 1.9s ease;
-moz-transition:all 1.9s ease;
-o-transition:all 1.9s ease;
-ms-transition:all 1.9s ease;
}

.rpt_4_plans .rpt_plan_3 {
    margin-left: 12px;
}

.rpt_4_plans .rpt_plan_3: hover{-webkit-transform:scale(1.1);transform:scale(1.1);
-webkit-transition:all 1.9s ease;
-moz-transition:all 1.9s ease;
-o-transition:all 1.9s ease;
-ms-transition:all 1.9s ease;
}
/*FIN COLOR Y OTROS DE TABLAS DE PRECIOS*/

/*TITULO CENTRADO Y COLOR DE FONDO*/
.single-page h1.head {
    text-align: center;
}

.single-page {
    background: #141b29d6;
}
/*FIN TITULO CENTRADO Y COLOR DE FONDO*/

/*METODOS DE PAGO INOCOS*/
.metodos-pago img {
    height: 50px;
    max-width: 100%;
    margin-right: 12px;
    transition: transform 0.3s ease;
    border-radius: 0;
    image-rendering: auto;
}

.metodos-pago img: hover{-webkit-transform:scale(1.3);transform:scale(1.3);}
/*FIN METODOS DE PAGO INOCOS*/

/*CONTACTO VIP*/
.contact {
    background: rgb(12 17 27);
		text-align: center;
}
/*FIN CONTACTO VIP*/

/*HOVER DE GENEROS*/
.sgeneros a: hover {
    color: #fc0;
}
.sgeneros a: hover {
    background: #ff050533;
}
/*FIN HOVER DE GENEROS*/

/*COLOR DE BARRA SCROLL
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #670505;
}
FIN COLOR DE BARRA SCROLL*/

/*EFECTO DE IMAGEN DENTRO DEL POST*/
.image :hover {
    /*box-shadow: #fff 0 0 8px 1px;*/
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear
}
/*FIN EFECTO DE IMAGEN DENTRO DEL POST*/

/*EFECTO EN BOTONES DE DESCARGA*/
.estrella {
    /*animation: flash linear 1.3s infinite;*/
	/*-webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite*/
	display: inline-block;
    font-size: 19px;
    margin-left: 1px;
}

.fa-dollar-sign:before {
    content: '\f155';
    color: rgb(255 255 255 / 88%);
	  font-size: 19px;
}

.bi {
    font-size: 17px;
    line-height: 1;
    color: #fc0;
}
/*FIN DE EFECTO EN BOTONES DE DESCARGA*/

/*--------*/

/*COLOR DE ETIQUETAS DENTRO DEL POST*/

/*COLOR DE LA PALABRA CONTRASEÑA*/
.password_box .header_box {
   	color:#ffffff;
}


/*COLOR DE LETRA DE POST
.wp-content p:last-child {
    margin-bottom: 0;
    color: #f4f4f4!important;
    font-size: 14px;
}
/*COLOR DE LETRA DE POST*/


/*---------------------------------------------------------*/


/*FIX ENTRADAS DE ARCHIVOS Y TAG/PELICULAS POSTER*/
.post-type-archive-episodes .module .content .items .item .poster img {margin-top: 0 !important;top: 0;}
/* Fix .items.normal para pc y movil*/
/*.post-type-archive-movies .module .content .items.normal,
.post-type-archive-tvshows .module .content .items.normal,
.page-template-trending .module .content .items.normal,
.page-template-rating .module .content .items.normal,*/
.archive .module .content .items.normal,
.single-colecciones .module .content .items.normal,
.archive .module .content .items {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: flex-start;
}

/*Fix archivos de peliculas 5 caratulas*/
.page-template-trending .module .content .items.normal,
.page-template-rating .module .content .items.normal,
.post-type-archive-movies .module .content .items.normal,
.post-type-archive-tvshows .module .content .items.normal{
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: flex-start;
}
/*Fin de Fix archivos de peliculas 5 caratulas*/

.post-type-archive-movies .module .content .items.normal .item,
.post-type-archive-tvshows .module .content .items.normal .item,
.archive .module .content .items.normal .item,
.single-colecciones .module .content .items.normal,
.archive .module .content .items .item {
  width: 100% !important;
}

@media screen and (max-width: 1130px) {
  .post-type-archive-movies .module .content .items.normal,
  .post-type-archive-tvshows .module .content .items.normal,
  .page-template-trending .module .content .items.normal,
  .page-template-rating .module .content .items.normal,
  .archive .module .content .items.normal,
  .single-colecciones .module .content .items.normal,
  .archive .module .content .items {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media screen and (max-width: 667px) {
  .post-type-archive-movies .module .content .items.normal,
  .post-type-archive-tvshows .module .content .items.normal,
  .page-template-trending .module .content .items.normal,
  .page-template-rating .module .content .items.normal,
  .archive .module .content .items.normal,
  .single-colecciones .module .content .items.normal,
  .archive .module .content .items {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
/* hoja de archivo de episodios */
@media screen and (min-width: 1024px) {
.post-type-archive-episodes .module .content .items { 
    grid-template-columns: repeat(5, minmax(0, 1fr)); 
}
}

/*FIN DE FIX ENTRADAS DE ARCHIVOS Y TAG/PELICULAS POSTER*/

.citem .poster {
  --color-format: rgba(21, 178, 10, 0.8);
  transition: all 0.3s;
}

.citem .data h3 {
  overflow: hidden;
}

/* Imagen */
.citem .poster img {
  pointer-events: none;
  filter: none !important;
  /*transition: 0.9s ease-in-out !important;*/
  transition: .3s ease-in-out !important;
}

.citem .poster:hover img {
  transform: scale(1.2) !important;
  opacity: 0.6;
  filter: blur(7px) !important;
}

/* Metas (Calidad y año) */
.citem .item-meta {
  --quality-bg-color: rgb(245 0 87 / 80%);
  --year-bg-color: rgb(90 93 170 / 80%);
  position: absolute;
  left: -5px;
  top: -5px;
  margin: 10px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.2rem;
  pointer-events: none;
}

.citem .item-meta span {
  font-size: 10px;
  line-height: 1.3rem;
  padding: 0 0.5rem;
  color: #fff;
  border-radius: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .citem .item-meta span {
    font-size: 10px;
  }
}

.citem .item-meta span.cquality {
  background: var(--quality-bg-color);
}

.citem .item-meta span.cyear {
  /*background: var(--year-bg-color);*/
  background: rgb(90 93 170);	
}

.citem .poster a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.citem .poster .play {
  --color: #f50057;
  position: absolute;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  z-index: 3;
  font-size: 30px;
  color: var(--color);
  /*transition: 0.5s ease-in-out;*/
  transition: 0.1s ease-in-out;
  transition-property: opacity, background-color, color, border-color, transform,
    scale;
  border: 6px solid rgba(255, 255, 255, 0.15);
  opacity: 0;
  /*scale: 0.5;*/
  scale: 0.2;
}

.citem .poster .play:hover {
  border-color: rgba(252, 80, 140, 0.5);
}

.citem .poster:hover .play {
  opacity: 1;
  scale: 1;
}

.citem .poster .play span {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  padding: 1px 0 0 4px;
}
.citem .poster .play svg {
  /*width: 36px;
  color: var(--color);
  fill: var(--color);
  opacity: 0.9;
  overflow: hidden;
  vertical-align: middle;
  margin-right: 4px;
  padding: 19px 3px 21px;*/
	width: 60%;
    fill: var(--color);
    opacity: .9;
}

/* Marcador de estreno */
.item-estreno {
  position: absolute;
  z-index: 3;
  right: 10px;
  top: 10px;
  width: 1rem;
}

.item-estreno:before {
  content: attr(title);
  position: absolute;
  white-space: nowrap;
  font-size: 0.6rem;
  bottom: -24px;
  right: 50%;
  width: 80px;
  margin-right: -12px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  line-height: 1.2rem;
  border-radius: 3px;
}

.citem .item-estreno span {
  display: block;
  width: 16px;
  height: 16px;
  padding: 4px;
  margin-bottom: 0.5rem;
  background-color: #1e2747;
  position: relative;
  border-radius: 50%;
}

.citem .item-estreno:hover:before {
  opacity: 1;
  bottom: 0;
}

/* Banderas de idioma */
.item-lang {
  background: rgba(0, 0, 0, 0.5);
  padding: 4px 5px;
  border-radius: 4px;
  position: absolute;
  left: 5px;
  bottom: 5px;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  margin-right: 5px;
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
  transition: 0.3s;
}

.item-lang img {
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  margin-top: 0 !important;
  display: inline-block;
  width: 15px !important;
  vertical-align: middle;
  margin-right: 3px;
}

.item-lang img:not(:first-child) {
  margin-left: 3px;
}

/* Puntaje/score de tmdb/imdb */
.citem .item-rate {
  display: flex;
  flex-direction: row;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  position: absolute;
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  top: 10px;
  right: 10px;
  background-color: rgba(26, 25, 31, 0.6);
  border: 2px solid transparent;
  border-radius: 50%;
  pointer-events: none;
}

.citem .item-rate.item-rate--yellow {
  border-color: #ffc312;
}

.citem .item-rate.item-rate--green {
  border-color: #29b474;
}

.citem .poster:hover .item-lang {
  transform: translateY(120%);
}

/* Formato */
.citem .poster.web-dl {
  --color-format: rgba(21, 178, 10, 0.8);
}
/*.citem .poster.micro-hd {
  --color-format: rgba(202, 163, 247);
}*/
.citem .poster.micro-hd {
  --color-format: rgb(121 85 72);
}
.citem .poster.hdrip {
  --color-format: rgba(46, 190, 138);
}
.citem .poster.brrip {
  --color-format: rgba(1, 171, 255, 0.8);
}
.citem .poster.bdrip {
  --color-format: rgba(222, 0, 0, 0.8);
}
.citem .poster.imax {
  --color-format: rgba(160, 118, 45, 0.8);
}
.citem .poster.bdremux {
  --color-format: rgba(160, 118, 45, 0.8);
}
.citem .poster.dvdrip {
  --color-format: rgba(61, 25, 151, 0.8);
}
.citem .poster.placebo {
  --color-format: rgba(63, 37, 103, 0.8);
}
.citem .poster.cam {
  --color-format: rgb(255 0 0);
}

.citem .poster.web-dl:hover {
  box-shadow: var(--color-format) 0 6px 12px -2px !important;
}

.citem .poster.micro-hd:hover {
  box-shadow: var(--color-format) 0 6px 12px -2px !important;
}

.citem .poster.hdrip:hover {
  box-shadow: var(--color-format) 0 6px 12px -2px !important;
}

.citem .poster.brrip:hover {
  box-shadow: var(--color-format) 0 6px 12px -2px !important;
}
.citem .poster.bdrip:hover {
  box-shadow: var(--color-format) 0 6px 12px -2px !important;
}
.citem .poster.imax:hover {
  box-shadow: var(--color-format) 0 6px 12px -2px !important;
}
.citem .poster.bdremux:hover {
  box-shadow: var(--color-format) 0 6px 12px -2px !important;
}
.citem .poster.dvdrip:hover {
  box-shadow: var(--color-format) 0 6px 12px -2px !important;
}
.citem .poster.placebo:hover {
  box-shadow: var(--color-format) 0 6px 12px -2px !important;
}
.citem .poster.cam:hover {
  box-shadow: var(--color-format) 0 6px 12px -2px !important;
}

.citem .item-format {
  background: var(--color-format);
  border-radius: 6px;
  display: block;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 5px;
  bottom: 5px;
  font-size: 14px;
  text-transform: uppercase;
  transition: 0.3s;
  transform: translateY(60px);
  width: calc(100% - 10px);
  padding: 4px;
  font-weight: 700;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  z-index: 5;
  pointer-events: none;
}

.citem .poster:hover .item-format {
  transform: translateY(0);
}

/* Formato de estrenos y clásicos*/
.web-dl,
.ibox-format span.web-dl {
  --color-format: rgba(21, 178, 10, 0.8);
}

.hdrip,
.ibox-format span.hdrip {
  --color-format: rgba(46, 190, 138);
}

.brrip,
.ibox-format span.brrip {
  --color-format: rgba(1, 171, 255, 0.8);
}
.bdrip,
.ibox-format span .bdrip {
  --color-format: rgba(222, 0, 0, 0.8);
}
.bdremux,
.ibox-format span.bdremux {
  --color-format: rgba(160, 118, 45, 0.8);
}
.dvdrip,
.ibox-format span.dvdrip {
  --color-format: rgba(61, 25, 151, 0.8);
}
.placebo,
.ibox-format span.placebo {
  --color-format: rgba(63, 37, 103, 0.8);
}
.cam,
.ibox-format span.cam {
  --color-format: rgb(255 0 0);
}

.citem .poster.hdrip:hover {
  box-shadow: var(--color-format) 0 6px 12px -2px !important;
}
.citem .poster.web-dl:hover {
  box-shadow: var(--color-format) 0 6px 12px -2px !important;
}
.citem .poster.brrip:hover {
  box-shadow: var(--color-format) 0 6px 12px -2px !important;
}
.citem .poster.bdrip:hover {
  box-shadow: var(--color-format) 0 6px 12px -2px !important;
}
.citem .poster.bdremux:hover {
  box-shadow: var(--color-format) 0 6px 12px -2px !important;
}
.citem .poster.dvdrip:hover {
  box-shadow: var(--color-format) 0 6px 12px -2px !important;
}
.citem .poster.placebo:hover {
  box-shadow: var(--color-format) 0 6px 12px -2px !important;
}
.citem .poster.cam:hover {
  box-shadow: var(--color-format) 0 6px 12px -2px !important;
}

/* COLOR DE FORMATO MICRO HD */
.item-format.micro-hd { 
    background: #795548; 
}
.ibox-format span.micro-hd { 
    background: #795548; 
}

/* COLOR DE CALIDADES 1080P, 4K, 480P Y 720P */

.ibox-format span.\31 080p{  
    background: #3f51b5;  
}
.ibox-format span.\37 20p{  
    background: #9c27b0;  
}
.ibox-format span.\34 k{  
    background: #009688;  
}
.ibox-format span.\34 80p{  
    background: #ff5722;  
}


.item-format {
  background: var(--color-format);
  border-radius: 6px;
  display: block;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 5px;
  bottom: 5px;
  font-size: 14px;
  text-transform: uppercase;
  transition: 0.3s;
  transform: translateY(60px);
  width: calc(100% - 10px);
  padding: 4px;
  font-weight: 700;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  z-index: 5;
  pointer-events: none;
}

.citem .poster:hover .item-format {
  transform: translateY(0);
}

/* Burbujas de estado */
.cmeta {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 16px;
}
.recent_post {
  background: #53e26b;
  float: none !important;
  width: 0.5rem !important;
  height: 0.5rem !important;
  border-radius: 50%;
  display: inline-block;
  margin-right: 0.4rem;
  position: relative;
  animation-name: bounce;
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
	box-shadow: 0 1px 5px #000;
}

.recent_post.md {
  width: 0.6rem;
  height: 0.6rem;
}

.recent_post.new_lang {
  background: #8ed5ff;
  /*animation-iteration-count: infinite;
  animation-timing-function: linear(0.99 -3.68%, 0.22 81.62%);*/
	    animation-name: bounce;
    animation-fill-mode: both;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.recent_post.reuploaded {
  background: #ffc568;
  animation-iteration-count: infinite;
    animation-timing-function: linear(0.99 -3.68%, 0.22 81.62%);
  box-shadow: 0 1px 5px #000 !important;
}

/* Burbuja de estreno */
.citem .dots-estreno {
  position: absolute;
  z-index: 3;
  right: 10px;
  top: 10px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  z-index: 20;
}

.citem .dots-estreno:before,
.citem .dots-estreno:after {
  content: "";
  background: #dd3333;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  z-index: 5;
  transform-origin: left top;
  animation: pulse 3s infinite;
}

.citem .dots-estreno:after {
  z-index: 3;
  animation-delay: 0.75s;
}

.citem .dots-estreno span {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #1e2747;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  pointer-events: none;
}

.citem .dots-estreno span:before {
  content: "";
  background: #dd3333;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: relative;
  z-index: 4;
  transform-origin: left top;
}

.citem .dots-estreno span:after {
  content: attr(title);
  position: absolute;
  white-space: nowrap;
  font-size: 0.6rem;
  bottom: -24px;
  right: 50%;
  width: 64px;
  margin-right: -12px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  line-height: 1.2rem;
  border-radius: 3px;
  opacity: 0;
  z-index: 5;
}

.citem .dots-estreno:hover span:after {
  opacity: 1;
}

/* Burbuja de nuevo episodio */
.citem .dots-newep,
.item.se .dots-newep {
  position: absolute;
  z-index: 3;
  right: 10px;
  top: 10px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

.item.se .dots-newep {
  right: 4px;
  top: 4px;
}

.citem:has(.dots-estreno) .dots-newep {
  top: 32px;
}

.citem:has(.item-rate) .dots-newep {
  top: 46px;
  right: 17px;
}

.citem .dots-newep:before,
.citem .dots-newep:after,
.item.se .dots-newep:before,
.item.se .dots-newep:after {
  content: "";
  background:rgb(51, 221, 74);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  z-index: 5;
  transform-origin: left top;
  animation: pulse 3s infinite;
}

.citem .dots-newep:after,
.item.se .dots-newep:after {
  z-index: 3;
  animation-delay: 0.75s;
}

.citem .dots-newep span,
.item.se .dots-newep span {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #1e2747;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  pointer-events: none;
}

.citem .dots-newep span:before,
.item.se .dots-newep span:before {
  content: "";
  background:rgb(51, 221, 74);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: relative;
  z-index: 4;
  transform-origin: left top;
}

.citem .dots-newep span:after,
.item.se .dots-newep span:after {
  content: attr(title);
  position: absolute;
  white-space: nowrap;
  font-size: 0.6rem;
  bottom: -24px;
  right: 50%;
  width: 74px;
  margin-right: -12px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  line-height: 1.2rem;
  border-radius: 3px;
  opacity: 0;
  z-index: 5;
}

.citem .dots-newep:hover span:after,
.item.se .dots-newep:hover span:after {
  opacity: 1;
}

/* Datos del footer */
.citem .item-footer {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  color: #9999aa;
  font-size: 14px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  padding-top: 8px !important;
}

.citem .item-footer > div {
  flex: 0 0 50%;
  text-align: center;
}

.citem .item-footer div:first-child {
  border-right: 1px dotted #181f30;
}

.citem .item-footer svg {
  width: 15px;
  fill: currentColor;
  vertical-align: middle;
  margin-right: 2px;
  margin-top: -2px;
}

/* Fix .items.normal para pc y movil*/
.module .content .items.normal {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: flex-start;
  /*margin-top: -17px;*/
}

.module .content .items.normal .item {
  width: 100% !important;
}

@media screen and (max-width: 1130px) {
  .module .content .items.normal {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media screen and (max-width: 667px) {
  .module .content .items.normal {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
/* Fin de Fix .items.normal para pc y movil*/

/* Categoria */
.categoria__widget {
  position: relative;
  margin-bottom: 3rem;
  padding: 1.5em !important;
}

.categoria__widget .categoria__inner {
  position: relative;
  z-index: 5;
  color: #fff;
}

.categoria__widget .categoria__inner figure img {
  max-width: 120px;
}

.categoria__widget .categoria__inner .titulo {
  font-size: 23px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  margin-top: -13px!important;
}

.categoria__widget .categoria__inner .subtitulo {
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 16px;
  color: #fff;
}

.categoria__widget .categoria__inner .categoria__items {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: -75px;
}
.categoria__widget .mb-3 {
  margin-bottom: 16px;
}
.categoria__widget .categoria__inner .categoria__items .categoria__item a {
  display: flex;
  justify-content: center;
}
.categoria__widget
  .categoria__inner
  .categoria__items
  .categoria__item
  a
  figure {
  margin-bottom: 4px;
}
.categoria__widget
  .categoria__inner
  .categoria__items
  .categoria__item
  a
  figure
  img {
  width: 100%;
  aspect-ratio: 5/7;
  border-radius: 6px;
}

.categoria__widget
  .categoria__inner
  .categoria__items
  .categoria__item
  a:hover
  figure {
  transition: all 0.15s ease-in-out;
  transform: scale(1.1);
}

.categoria__widget .categoria__backdrop {
  position: absolute;
  mask-image: linear-gradient(
    45deg,
    transparent,
    rgba(0, 0, 0, 0.5) 90%,
    rgba(0, 0, 0, 0.5)
  );
  -webkit-mask-image: -webkit-linear-gradient(
    45deg,
    transparent,
    rgba(0, 0, 0, 0.5) 90%,
    rgba(0, 0, 0, 0.5)
  );
  border-radius: 10px;
  z-index: 2;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}

.categoria__widget .categoria__backdrop img {
  position: absolute;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* Noticias */
.notica_box {
  --gradient: rgba(47, 128, 237, 0.2);
  --titulo: rgba(47, 128, 237, 1);
  width: 100%;
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  padding: 20px;
  border-radius: 10px;
  background: linear-gradient(to right, var(--gradient) 0, #1c2230 75%);
  color: #bdb9dd;
  margin-bottom: 16px;
}

@media (max-width: 768px) {
	.notica_box{
		margin-top: 10px;
	}	
}	

.notica_box.error,
.notica_box.rojo {
  --gradient: rgba(255, 112, 93, 0.2);
  --titulo: rgba(255, 112, 93, 1);
}

.notica_box > span {
  padding-left: 25px;
  flex: 1 1 0%;
  min-width: 0;
}

.notica_box i svg {
  width: 40px;
  height: auto;
  fill: var(--titulo);
}

.notica_box .opacity-25 {
  opacity: 0.25;
}

.notica_box .opacity-50 {
  opacity: 0.5;
}

.notica_box .opacity-1 {
  opacity: 1;
}

.notica_box .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
  color: var(--titulo);
  line-height: 1.6;
}

.notica_box .text {
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.6;
}

/* Estreno */
.estreno {
  position: relative;
  background: #121927;
  border-radius: 24px;
  transition: transform 0.1s ease-out;
  display: flex;
  padding: 12px;
  align-items: center;
}

.estreno svg {
  width: 20px;
  height: 20px;
}

.estreno:hover {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.15);
  opacity: 1;
  scale: 1.02;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.estreno__poster {
  width: 60px;
}

.estreno__poster img {
  width: 100%;
  aspect-ratio: 5/7;
  border-radius: 10px;
}

.estreno__content {
  width: calc(100% - 60px);
  padding: 0 10px;
}

.estreno__content h3 {
  font-size: 17px;
  color: #fff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  margin-bottom: 8px;
}

.estreno__info {
  display: flex;
  /*font-size: 13px;*/
	font-size: 12px;
  align-items: center;
}

.estreno__info span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.estreno__info > span:not(:last-child):after {
  content: "";
  height: 18px;
  width: 1px;
  margin-right: 6px;
  background: white;
  opacity: 0.35;
}

.estreno__info .tmdb {
  color: #ffcd73;
}
.estreno__links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 8px;
  gap: 5px;
}

.estreno__links .item-lang {
  position: relative;
  left: 0;
  top: 0;
  opacity: 1;
  padding: 4px 5px;
  display: inline-block;
  border-radius: 6px;
}

.estreno__links .item-format {
  width: auto;
  position: relative;
  left: 0;
  top: 0;
  opacity: 1;
  font-size: 12px;
  transform: translate(0, 0);
  /*border-radius: 33px;*/
  border-radius: 10px;
  padding: 3px 8px !important;
  height: 18px;
}

.estreno a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
}

.items-estreno {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: flex-start;
  gap: 16px;
}

@media screen and (max-width: 1130px) {
  .items-estreno {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 667px) {
  .items-estreno {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

/* Paginación para los estrenos */
.ccalidad-paginator-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 20px auto 0;
  width: 100%;
  height: 50px;
  border-radius: 16px;
  background-color: #151f30;
}
.ccalidad-paginator-wrap--comments {
  margin: 30px auto;
}
.catalog__pages {
  display: none;
}
.ccalidad-paginator {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.ccalidad-paginator li {
  margin-right: 15px;
}
.ccalidad-paginator li:last-child {
  margin-right: 0;
}
.ccalidad-paginator li.active a {
  color: #2f80ed;
  cursor: default;
}
.ccalidad-paginator a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 12px;
  background-color: #131720;
  font-size: 14px;
  color: #e0e0e0;
  font-weight: 500;
}
.ccalidad-paginator a svg {
  stroke: #e0e0e0;
  transition: 0.5s;
}
.ccalidad-paginator a:hover {
  color: #2f80ed;
}
.ccalidad-paginator a:hover svg {
  stroke: #2f80ed;
}
@media (min-width: 768px) {
  .ccalidad-paginator-wrap {
    padding: 0 30px;
    margin: 25px auto 0;
    height: 60px;
    justify-content: space-between;
  }
  .ccalidad-paginator-wrap--comments {
    margin: 30px auto;
    padding: 0 20px;
  }
  .catalog__pages {
        display: block !important;
        font-size: 14px;
        color: #e0e0e0;
        font-weight: 500;
        margin-top: -7px;
        margin-left: 0px;
        position: absolute;
        z-index: 20;
        /* border-left: solid 3px #408bea; */
        padding-left: 10px;
  }
}

.ccalidad-paginator span {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 12px;
  background-color: #131720;
  font-size: 14px;
  color: #e0e0e0;
  font-weight: 500;
}

.ccalidad-paginator li.active span {
  color: #2f80ed;
  cursor: default;
}

/* Letras */
.letras {
  display: grid;
  grid-template-columns: repeat(auto-fill, 45px);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 24px;
}

.letras li {
  margin: 5px 3px;
}

.letras li a {
  border-radius: 5px;
  font-weight: 700;
  background: #121926;
  color: #fafafa;
  display: block;
  padding: 8px 5px;
  text-align: center;
}

.letras li a.active,
.letras li a:hover {
  background-color: #dd1111;
}

/* Colecciones */
.col-items {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 16px;
}

@media screen and (min-width: 768px) {
  .col-items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (min-width: 992px) {
  .col-items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Colecciones items */
.col-items .col-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  transform-origin: center top;
  transition: all 0.2s ease-in-out;
}
.col-items .col-item:hover {
  scale: 1.025;
}
.col-items .col-item__title {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 16px;
  font-size: 20px;
  text-shadow: 0 2px 5px #000;
  background: rgba(0, 0, 0, 0.5);
  padding: 8px 8px;
  border-radius: 4px;
  color: #fff;
  z-index: 3;
  transform: translateY(150%);
  transition: all 0.3s;
}
.col-items .col-item__backdrop {
  aspect-ratio: 16/10;
}
.col-items .col-item__backdrop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 1;
}
.col-items .col-item__backdrop:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  background: linear-gradient(to top, rgba(47, 128, 237, 0.8), transparent);
  transition: all 0.3s;
}
.col-items .col-item i {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 62px;
  height: 62px;
  display: grid;
  place-content: center;
  background: rgba(15, 28, 51, 0.8);
  border: 2px solid #aeccff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  color: #aeccff;
  transition: all 0.3s;
  z-index: 3;
}
.col-items .col-item i svg {
  width: 32px;
  height: 32px;
}
.col-items .col-item:hover i {
  transform: translate(-50%, -330%);
}
.col-items .col-item:hover .col-item__title {
  transform: translateY(0);
}
.col-items .col-item:hover .col-item__backdrop:before {
  opacity: 0.5;
}
.col-pagination {
  margin-top: 16px;
}

/* Estilos caja de información */
.ibox {
  width: 100%;
  background: #0f1521;
  padding: 16px;
  border-radius: 6px;
  margin-top: 16px;
  align-self: stretch;
  /*border-left: 1px solid rgba(167, 130, 233, .06);

    border-left: 1px solid rgba(167, 130, 233, .06);*/
    line-height: 100%;
    letter-spacing: .4px;
    width: 100%;
    display: block;
    color: #dbdada;
}

.ibox__section:not(:last-child) {
  margin-bottom: 20px;
}

.ibox h3 {
  margin-bottom: 8px;
  font-size: 14px;
}

.ibox .item-lang {
  background: transparent;
  padding: 0;
  left: 0;
  top: 0;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.ibox .item-lang a {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #fff;
  gap: 4px;
}

.ibox .item-lang a:hover {
  scale: 1.1;
}

.ibox .item-lang a img {
  width: 24px !important;
  /*border-radius: 4px;*/
	border-radius: 0px;
}

.ibox-format {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.ibox-format span {
  padding: 0 8px;
  line-height: 24px;
  height: 24px;
  font-weight: 500;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  font-size: 14px;
  opacity: 1;
  background: var(--color-format, #408bea);
  color: #fff;
  /*border-radius: 99px;*/
	border-radius: 5px;
}

.ibox-tmdb {
  display: flex;
  align-items: center;
  gap: 8px;
	width: 108%;
}

.ibox-tmdb a {
  background: rgba(255, 255, 255, 0.1);
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  gap: 8px;
}

.ibox-tmdb a.imdb {
  background: #fcd34d;
  color: #111827 !important;
}

.ibox-tmdb a.tmdb {
  background: #03243f;
  color: #fff;
}

.ibox-tmdb a svg {
  width: 32px;
}

body:has(.ibox) .sheader {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 24px;
}

body:has(.ibox) .sheader .poster {
  width: 152px;
  margin: auto;
}

body:has(.ibox) .sheader .poster img {
  width: 100%;
}

body:has(.ibox) .sheader .data {
  width: 100%;
  margin-left: 0 !important;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

body:has(.ibox) .sheader .data-inner {
  width: 100%;
}

.ibox-favs .user_control {
  padding: 0;
  margin-right: 0;
  float: none;
  display: flex;
  gap: 16px;
}

.ibox-favs .user_control a {
  display: flex;
  align-items: center;
  flex-grow: 1;
  padding: 8px 0 !important;
  height: 32px;
  gap: 16px;
  justify-content: space-between;
}
.ibox-favs .user_control a .list-count-10,
.ibox-favs .user_control a .views-count-10 {
  margin: 0;
}

.ibox-favs .user_control .tooltiptext {
  opacity: 0;
  left: 0 !important;
  top: 100% !important;
  transition: all 0.2s;
}
.ibox-favs .user_control a:hover .tooltiptext {
  opacity: 1;
}

.ibox-favs .user_control a:hover .tooltiptext:after {
  display: none;
}

.ibox-networks {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media screen and (min-width: 1024px) {
  body:has(.ibox) .sheader .poster {
    margin-top: 0;
  }
  body:has(.ibox) .sheader .data {
    width: calc(100% - 152px - 24px);
  }
  body:has(.ibox) .sheader .data-inner {
    width: calc(100% - 230px);
  }
  .ibox {
    width: 230px;
    margin-top: 0;
  }
}

@media screen and (max-width: 1024px) {
  .sheader .data h1 {
    text-align: center;
  }
  .sheader .cmeta {
    justify-content: center;
  }
  .sheader .sgeneros {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4px;
    float: none;
    height: auto;
  }
}


/* titulo original small */
.details__title small {
  font-size: 16px;
  color: #caa616!important;
  display: inline-block;
  margin-top: 11px;
}
.details__title small {
  margin-bottom: 6px !important;
}
@media screen and (max-width: 1024px) {
  .details__title {
    text-align: center;
  }
}

/* Animaciones */
@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-3px);
  }
}

@keyframes pulse {
  0% {
    scale: 1;
  }

  100% {
    scale: 3;
    opacity: 0;
  }
}

.crv-seasons .se-c {
  background: #141b29;
  border-radius: 4px;
}

.crv-seasons .se-c:not(:last-child) {
  margin-bottom: 8px;
}

.crv-seasons .se-c .se-q {
  padding: 0 16px !important;
  background: transparent !important;
  font-weight: 500;
}

.crv-seasons .se-c:has([style="display: block;"]) .se-q,
.crv-seasons .se-c:has([style="display:block"]) .se-q {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.crv-seasons .crv-episodes {
  --cols: 1;
  display: grid;
  grid-template-columns: repeat(var(--cols), minmax(0, 1fr));
  padding: 16px;
  gap: 16px;
}

@media screen and (min-width: 360px) {
  .crv-seasons .crv-episodes {
    --cols: 2;
  }
}

@media screen and (min-width: 768px) {
  .crv-seasons .crv-episodes {
    --cols: 3;
  }
}

@media screen and (min-width: 1024px) {
  .crv-seasons .crv-episodes {
    --cols: 4;
  }
}

.crv-seasons .crv-episode {
  border-radius: 4px;
  transition: all .3s ease-in-out;
}

.crv-seasons .crv-episode .image {
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
  position: relative;
}

.crv-seasons .crv-episode .image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 0;
  border-radius: 4px;
  backdrop-filter: blur(3px);
  transition: all .3s ease-in-out;
}

.crv-seasons .crv-episode .image .watch {
  position: absolute;
  right: 0;
  top: 0;
  margin: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  opacity: 0;
  z-index: 5;
  transition: all .3s ease-in-out;
}

.crv-seasons .crv-episode .image .play {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  z-index: 5;
}

.crv-seasons .crv-episode .image .play i {
  width: 32px;
  height: 32px;
  display: grid;
  place-content: center;
  background: #dd3333;
  border-radius: 50%;
  transform: translateY(8px);
}

.crv-seasons .crv-episode .image .play i:before {

  color: #fff !important;
	margin-left: 3px !important;
}

.crv-seasons .crv-episode:hover .image:before {
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  margin: 8px;
  opacity: 1;
}
.crv-seasons .crv-episode:hover .image .watch {
  right: 8px;
  top: 8px;
  opacity: 1;
}

.crv-seasons .crv-episode:hover .image .play {
  opacity: 1;
  transform: translateY(0);
}

.crv-seasons .crv-episode .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  transition: all .3s ease-in-out;
}

.crv-seasons .crv-episode__body {
  padding: 8px;
  color: #fff;
  transition: all .3s ease-in-out;
}

.crv-seasons .crv-episode__meta {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 4px;
}

.crv-seasons .crv-episode__meta .num {
  background: rgba(255,255, 255, .1);
  line-height: 20px;
  height: 20px;
  padding: 0 8px;
  display: flex;
  align-items: center;
  gap: 2px;
  border-radius: 999px;
}

.crv-seasons .crv-episode__meta .num span {
  font-weight: 800;
  /*color: #dd3333;*/
	color: #408bea;
}

/*CALIDAD EN EPISODIOS DENTRO DEL POST */
.crv-seasons .crv-episode__meta .date {
  /*opacity: 0.5; */
    font-size: 12px;
    background: rgba(255, 255, 255, .1);
    line-height: 20px;
    padding: 0 8px;
    border-radius: 999px;
}

.crv-seasons .crv-episode .title {
  font-weight: 600;
  line-height: 1.5;
  overflow: hidden;
  padding-right: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  transition: all .3s;
}

.crv-seasons .crv-episode .title:hover {
  color: #dd3333;
}

.crv-seasons .crv-episode:hover {
  background: rgba(255,255,255, .1);
}



@media screen and (min-width: 1024px) {
  .crv-seasons .crv-episode:hover,
  .crv-seasons .crv-episode:hover .crv-episode__body {
    transform: translateY(-8px);
  }
}

.crv-seasons .crv-episode:hover .image img {
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  margin: 8px;
  opacity: 0.5;
}



/* Lista */
.crv-episode-list {
  background: #141b29;
  padding: 8px;
  border-radius: 8px;
}

.crv-episode-list a {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
}

.crv-episode-list:not(:last-child) {
  margin-bottom: 8px;
}

.crv-episode-list .image {
  width: 64px;
  height: 64px;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.crv-episode-list .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.crv-episode-list__body {
  width: calc(100% - 64px);
  padding: 8px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.crv-episode-list__body .num {
  opacity: .75;
}

.crv-episode-list .title {
  color: #fff;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.crv-episode-list:hover .title {
  color: #dd3333;
}


/* tabs */
.wctitle {
  display: block;
  background: rgba(24, 32, 49, .8);
  border-radius: 6px;
  color: #8d99b0;
  font-size: 16px;
  padding: 8px 10px;
  text-align: center;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.sidebar aside.widget h2.widget-title {margin-top: 0;}
.crv-tabs__opt {
  background: #121927;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 8px;
  border-radius: 4px;
}

.crv-tabs__opt button {
  background: transparent;
  border: 0;
  outline: 0;
  text-transform: uppercase;
  color: #fff;
  line-height: 32px;
  height: 32px;
  padding: 0 16px;
  font-size: 12px;
  font-weight: 600;
  flex-grow: 1;
  border-radius: 4px;
  cursor: pointer;
  transition: all .3s linear;
}

.crv-tabs__opt button.is-active {
  background: rgba(255,255,255, .1);
}

ul.crv-tabs__item {display: none;}
ul.crv-tabs__item.is-active {display: block;}

ul.crv-tabs__item li:before {display: none !important;}
ul.crv-tabs__item li {border-bottom: 0 !important;padding: 0 !important;}
ul.crv-tabs__item li:not(:last-child) {
  margin-bottom: 8px;
}

/*  */
ul.crv-tabs__item li {
  background: #161c29;
  border-radius: 8px !important;
}

.wmrecent {
  display: flex;
  align-items: center;
  padding: 8px;
  position: relative;
  transition: background-color .3s linear;
}

.wmrecent figure {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.wmrecent figure:before,
.wmrecent figure:after {
  background: #161c29;
  border-bottom-right-radius: 1.5em;
  border-top-right-radius: 1.5em;
  bottom: 0;
  font-size: .9em;
  font-weight: 700;
  height: 2.5em;
  line-height: 1.25em;
  line-height: 2.5em;
  margin-bottom: auto;
  margin-top: auto;
  position: absolute;
  top: 0;
  width: 1.25em;
  z-index: 20;
  color: #fff;
  transition: all .3s linear;
}

.wmrecent figure:before {
  content: attr(data-index);
}

.wmrecent figure:after {
  content: "";
  font-size: 1.125em;
  line-height: 1.75em;
  opacity: .5;
  z-index: 10;
}

.wmrecent figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.wmrecent__body {
  width: calc(100% - 50px);
  padding-left: 10px;
  padding-right: 10px;
}
.wmrecent__body h3 {
  font-size: 17px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: nowrap;
  padding-right: 24px;
  padding-bottom: 2px;
  margin-bottom: 5px;
}

.wmrecent__body span {
  color: #fff;
  font-size: 12.8px;
}

.wmrecent > span {
  position: absolute;
  right: 8px;
  top: 8px;
  text-align: center;
  color: #fafafa;
  background: rgba(22, 122, 198, .2);
  border-radius: 8px;
  gap: 6px;
  height: calc(100% - 16px);
  padding: 5px 4px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .8);
  opacity: .7;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  transition: all .3s linear;
}

.wmrecent.recientes > span {
  background: rgba(221, 51, 51, 0.3);
}

.wmrecent:hover,
.wmrecent:hover figure:before,
.wmrecent:hover figure:after {
  background: #167ac6;
}

.wmrecent:hover > span {
  background: #167ac6;
  opacity: 1;
}

.wmrecent.recientes:hover,
.wmrecent.recientes:hover figure:before,
.wmrecent.recientes:hover figure:after {
  background: #dd3333;
}

.wmrecent.recientes:hover > span {
  background: #dd3333;
  opacity: 1;
}

/* Populares */
.wmpopular {
  padding: 8px;
  padding-left: 84px;
  display: block;
  border-radius: 8px;
  position: relative;
}

.wmpopular.series {
  background: #2c223f;
}

.wmpopular__outer {
  padding-top: 24px;
  overflow: visible !important;
  margin-top: 16px;
}

.wmpopular figure {
  width: 64px;
  display: block;
  aspect-ratio: 5/7;
  position: absolute;
  left: 8px;
  overflow: hidden;
  bottom: 8px;
  border-radius: 8px;
}

.wmpopular figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wmpopular__body h3 {
  font-size: 15px;
  padding-bottom: 4px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: nowrap;
}

.wmpopular__body h3:hover {
  color: #ff639a;
}

.wmpopular__data {
  font-size: 13px;
  color: #fe9abe;
  display: flex;
}

.wmpopular__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
}

.wmpopular__meta .rating {
  color: #fcd34d;
  flex: 1;
  text-align: right;
  font-size: 16px;
  font-weight: 700;
  margin-right: 10px;
}

.wmpopular__meta .rating:after {
  content: "/10";
  font-size: 12px;
  vertical-align: baseline;
}

.wmpopular__meta .quality {
  border-radius: 25px;
  line-height: 1.3rem;
  font-weight: 700;
  background: rgb(245 0 87 / 80%);
  text-transform: uppercase;
  padding: 0 .5rem;
  color: #fff;
  font-size: 11px;
  text-shadow: 0 1px 1px rgb(0 0 0 / 50%);
  box-shadow: rgb(50 50 93 / 25%) 0 13px 27px -5px, rgb(0 0 0 / 30%) 0 8px 16px -8px;
  margin-bottom: .2rem;
  display: block;
}