* {
    box-sizing: border-box;
}
body {
    margin: 0;
    font: 400 1rem/1.5625rem sans-serif;
    word-wrap: break-word;
}
.h1home h1 {
    font-size: 25px;
    text-align: center;
    margin: 0 auto 40px;
}
.centradoFooter {
    margin: 0 auto 20px;
}
img {
    vertical-align: middle;
    max-width: 100%;
}
a {
    text-decoration: none;
}
.TPost .Image:before,
.menu-item-has-children > a:after,
[class*="fa-"]:before {
    font-family: font awesome\5 free;
    font-weight: 900;
    font-style: normal;
    
}
.fab {
    font: inherit;
}
.fab[class*="fa-"]:before {
    font-family: font awesome\5 brands;
}
.Title,
h1,
h2,
h3,
h4,
h5 {
    font-weight: 700;
}
.MovieListSldCn .Title,
h1 {
    font-size: calc(1.25vw + 1.25vh + 1.8rem);
    line-height: 1.3;
}
h2 {
    font-size: 2.05rem;
    line-height: 3.5rem;
}
h3 {
    font-size: 1.4rem;
}
h3,
h4,
h5 {
    line-height: 1.7rem;
}
h4,
h5 {
    font-size: 1rem;
}
#aa-wp {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
#aa-wp > .bd {
    flex: 1 0 auto;
}
.cont {
    margin: 0 auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 100%;
}
h1,
h2,
h3,
h4,
h5,
ol,
p,
ul {
    margin: 0 0 1.25rem;
}
.flatlang {
    float: left;
    width: 16px;
    height: 16px;
    margin-right: 5px;
}
.widget-title {
    margin: 0 0 1.25rem;
    line-height: 1.7rem;
    font-size: 1.4rem;
    font-weight: 700;
}
.block {
    display: block;
}
.mb3 {
    margin-bottom: 3rem;
}
[class*="List"],
nav ul {
    margin: 0;
    padding: 0;
}
[class*="List"] li,
nav li {
    list-style-type: none;
}
.tac {
    text-align: center;
}
.jst-cr {
    justify-content: center;
}
.jst-sb {
    justify-content: space-between;
}
.alg-cr {
    align-items: center;
}
.MovieList.Rows,
.dfx {
    display: flex;
}
.MovieList.Rows {
    flex-wrap: wrap;
}
.fg1 {
    flex-grow: 1;
}
button,
input,
select {
    font: inherit;
    width: 100%;
    vertical-align: middle;
    line-height: normal;
    text-transform: none;
    overflow: visible;
    color: inherit;
}
input,
select {
    display: block;
    padding: 0.5rem 1.5rem;
    width: 100%;
    line-height: calc(2rem - 2px);
    border-radius: 3rem;
}
[type="number"] {
    width: auto;
    min-width: 7rem;
}
::-moz-placeholder {
    color: currentColor;
}
:-ms-input-placeholder {
    color: currentColor;
}
::placeholder {
    color: currentColor;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPScjMDA3QUZGJyB2aWV3Qm94PScwIDAgMjQgMjQnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTcuNDEgNy44NEwxMiAxMi40Mmw0LjU5LTQuNThMMTggOS4yNWwtNiA2LTYtNnonLz48cGF0aCBkPSdNMC0uNzVoMjR2MjRIMHonIGZpbGw9J25vbmUnLz48L3N2Zz4=);
    background-position: right 1rem center;
    background-repeat: no-repeat;
    background-size: 1.5rem;
    padding-right: 3rem;
}
.Button,
[type="button"],
[type="submit"],
button {
    border: 0;
    cursor: pointer;
    padding: 0.5rem 2rem;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    line-height: 2rem;
    width: auto;
    border-radius: 3rem;
}
.ic,
.ic svg {
    height: 1em;
    width: 1em;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: translateZ(0);
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: translateZ(0);
    }
}
@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
@keyframes zoom {
    0%,
    to {
        transform: scale(1);
    }
    50% {
        transform: scale(1.07);
    }
}
body {
    font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto, Oxygen,
        Ubuntu, Cantarell, open sans, helvetica neue, sans-serif;
    color: #8da0bc;
    background-color: #080f28;
}
a {
    color: #fff;
}
a:hover {
    color: #007aff;
}
input,
select {
    border: 1px solid #1e2747;
    background-color: #1e2747;
    color: #8da0bc;
}
input:focus,
select:focus {
    background-color: #233160;
    border-color: #233160;
    color: #fff;
}
.Button,
[type="button"],
[type="submit"],
a.Button,
button {
    color: #fff;
    background-color: #007aff;
}
.Button.fa-facebook-f {
    position: relative;
}
.Button.fa-facebook-f:before {
    position: absolute;
    left: 1.5rem;
    top: 0.5rem;
    font-weight: 400;
    font-size: 1.2rem;
}
.Header {
    position: relative;
    top: 0;
    z-index: 11;
    margin-bottom: 2.5rem;
}
.Header:after {
    content: "";
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    pointer-events: none;
    background: #141a32;
    height: 100%;
    opacity: 1;
}
.slider .Header {
    margin-bottom: 0;
}
.slider .Header:after {
    height: 160px;
    opacity: 0.9;
    background: linear-gradient(180deg, #141a32 1%, rgba(20, 26, 50, 0));
    box-shadow: none;
}
.logo {
    margin-bottom: 0;
    margin-right: 1.5rem;
    padding: 1.5rem 0;
    position: relative;
    z-index: 2;
}
.MenuBtn {
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    cursor: pointer;
    background-color: transparent;
    padding: 0.75rem 0.85rem 0;
    background-color: #007aff;
    border-radius: 3rem;
    z-index: 10;
}
.MenuBtn > i {
    background-color: #fff;
    width: 100%;
    height: 3px;
    margin: 4px 0;
    display: block;
    border-radius: 5px;
    cursor: pointer;
}
#aa-wp.on {
    overflow: hidden;
}
#aa-wp.on .Header {
    position: fixed;
    width: 100%;
}
#aa-wp.on .MenuBtn > i:first-child {
    transform: translateY(200%) rotate(45deg);
}
#aa-wp.on .MenuBtn > i:nth-child(2) {
    opacity: 0;
}
#aa-wp.on .MenuBtn > i:nth-child(3) {
    transform: translateY(-200%) rotate(135deg);
    position: relative;
    bottom: 2px;
}
.menu-item > a {
    display: inline-block;
    padding: 0.5rem 0;
}
.menu-item-has-children > a:after {
    content: url(data:image/svg+xml;charset=UTF-8;base64,IDxzdmcgIGZpbGw9ImJsdWUiIHdpZHRoPSIxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMzg0IDUxMiI+PHBhdGggZD0iTTE5MiAzODRjLTguMTg4IDAtMTYuMzgtMy4xMjUtMjIuNjItOS4zNzVsLTE2MC0xNjBjLTEyLjUtMTIuNS0xMi41LTMyLjc1IDAtNDUuMjVzMzIuNzUtMTIuNSA0NS4yNSAwTDE5MiAzMDYuOGwxMzcuNC0xMzcuNGMxMi41LTEyLjUgMzIuNzUtMTIuNSA0NS4yNSAwczEyLjUgMzIuNzUgMCA0NS4yNWwtMTYwIDE2MEMyMDguNCAzODAuOSAyMDAuMiAzODQgMTkyIDM4NHoiLz48L3N2Zz4=);
    font-size: 0.75rem;
    margin-left: 0.45rem;
    color: #007aff;
    padding-top: 5px;
}
.menu-item[class*="fa-"]:before {
    display: inline-block;
    width: 1.2rem;
    color: #007aff;
}
.menu-item[class*="fa-"] > a {
    margin-left: -1.2rem;
    padding-left: 1.5rem;
}
.sub-menu {
    display: none;
}
.Button.link,
button.link {
    background-color: transparent;
}
.Search {
    position: relative;
}
.Search .Form-Icon {
    position: relative;
    padding: 0;
    display: block;
}
.Search .Form-Icon input {
    border: 1px solid rgba(61, 79, 145, 0.5);
    background-color: rgba(8, 15, 40, 0.5);
    color: inherit;
    padding: 0.25rem 1rem;
    border-radius: 2rem;
}
.Header .Search .Form-Icon input {
    width: 11.5rem;
}
.Search .Form-Icon input:focus {
    border-color: #3d4f91;
}
.Search .Form-Icon button {
    background-color: transparent !important;
    position: absolute;
    right: 0;
    top: 0;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0 0.5rem 0 0;
    color: #007aff;
}
.Search .Form-Icon button:hover {
    transform: scale(1.1);
}
.TPost .Image figure{
    position:relative;
    background-color:#080F28;
    border-radius:5px;
    margin-bottom:0;
    
}

.TPost .Image {
    position: relative;
    background-color: #080f28;
    border-radius: 5px;
    margin-bottom: 0;
    display: flex;
    
    
}

.TPost .Image:before {
    content: url(data:image/svg+xml;charset=UTF-8;base64,IDxzdmcgZmlsbD0id2hpdGUiIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMzg0IDUxMiI+PHBhdGggZD0iTTM2MSAyMTVDMzc1LjMgMjIzLjggMzg0IDIzOS4zIDM4NCAyNTZDMzg0IDI3Mi43IDM3NS4zIDI4OC4yIDM2MSAyOTYuMUw3My4wMyA0NzIuMUM1OC4yMSA0ODIgMzkuNjYgNDgyLjQgMjQuNTIgNDczLjlDOS4zNzcgNDY1LjQgMCA0NDkuNCAwIDQzMlY4MEMwIDYyLjY0IDkuMzc3IDQ2LjYzIDI0LjUyIDM4LjEzQzM5LjY2IDI5LjY0IDU4LjIxIDI5Ljk5IDczLjAzIDM5LjA0TDM2MSAyMTV6Ii8+PC9zdmc+);
    width: 3.75rem;
    height: 3.75rem;
    line-height: 3.75rem;
    text-align: center;
    border: 2px solid #fff;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    border-radius: 50%;
    font-size: 1.25rem;
    display: none;
    color: #fff;
    
    
}
.TPost:hover .Image:before {
    display: block;
    
}
.TPost .Image:after {
    content: "";
    width: 1px;
    display: block;
    border-radius: 5px;
    
    
}
.episodes .Image:after {
    padding-top: 56%;
}
.TPost .Image > img,
.backdrop > .Image img {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    border-radius: 5px;
    
    
}
.episodes .TPost .Image > img {
    position: absolute;
}
.TPost:hover .Image > img {
    opacity: 0.5;
    
}
.TPost .Title {
    font-weight: 400;
}
.TPost.A {
    position: relative;
    padding-left: 100px;
    
}
.TPost.A .Image {
    width: 80px;
    position: absolute;
    left: 0;
    top: 0;
    
    
}
.TPost.A .Image:after {
    padding-top: 100%;
}
.Wdgt .MovieList.episodes .TPost.C:before,
.Wdgt .TPost.A .Image:before {
    transform: scale(0.3);
}
.Wdgt .MovieList.episodes .TPost.C:hover .Year {
    display: none;
}
.TPost.A .Image .TpTv,
.TPost.C .Image .TpTv {
    position: absolute;
    left: 0.5rem;
    bottom: 0.5rem;
    z-index: 2;
}
.MovieListSld>.TPostMv{
    display:none
}
.MovieListSld,.MovieListSld>.TPostMv:first-child{
    display:block
}

.TPost.C .Image,
.TPostMv {
    position: relative;
}
.TPost.C .Image {
    background-color: #000;
}
.TPost.C .Image:before {
    z-index: 3;
}
.TPost.C .Image img {
    z-index: 2;
    
    
}
.TPost.C .Title {
    font-size: 0.875rem;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 0;
    padding-top: 0.5rem;
}
.TPost.C .Image + .Title + p {
    text-align: center;
    font-size: 0.75rem;
    color: #8da0bc;
    margin-bottom: 0;
}
.TPost.C .Image + .Title + p span {
    font-weight: 700;
    color: #edb709;
}
.TPost.C .TPMvCn {
    position: absolute;
    left: 60%;
    top: 50%;
    transform: translateY(-50%) !important;
    width: 200%;
    background-color: #080f28;
    overflow: hidden;
    padding: 1rem;
    z-index: 10;
    border-radius: 5px;
    display: none;
    margin-top: -1rem;
    pointer-events: none;
    max-width: 345px;
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.TPost.C .TPMvCn .Description p .Button,
.TPost.C .TPMvCn .Description p:not(:first-child) {
    color: #8da0bc;
}
.TPost.C .TPMvCn .Description p:not(:first-child) > span,
.TPost.C .TPMvCn .Title {
    color: #fff;
}
.TPost.C .TPMvCn .Title {
    font-weight: 700;
    text-align: left;
    font-size: 1rem;
}
.TPost.C .TPMvCn > * {
    position: relative;
    z-index: 2;
}
.TPost.C .TPMvCn .Description > p:first-child,
.TPost.C .TPMvCn .Info {
    margin-bottom: 0.5rem;
}
.TPost.C .TPMvCn p {
    margin-bottom: 0;
}
.Year {
    position: absolute;
    bottom: 0.5rem;
    right: 0.5rem;
    z-index: 3;
    font-size: 0.75rem;
    font-weight: 700;
    background-color: #007aff;
    padding: 0 0.5rem;
    line-height: 1.2rem;
    border-radius: 1rem;
    color: #fff;
}
@keyframes premiere {
    0% {
        box-shadow: 0 0 0 0 rgba(237, 183, 9, 0.7);
        background: rgba(237, 183, 9, 0.7);
    }
    80% {
        background: 0 0;
    }
    to {
        box-shadow: 0 0 0 10px transparent;
    }
}
@keyframes lang {
    0% {
        box-shadow: 0 0 0 0 rgba(237, 63, 9, 0.7);
        background: rgba(237, 63, 9, 0.7);
    }
    80% {
        background: 0 0;
    }
    to {
        box-shadow: 0 0 0 10px transparent;
    }
}
@keyframes quality {
    0% {
        box-shadow: 0 0 0 0 rgba(107, 237, 9, 0.7);
        background: rgba(107, 237, 9, 0.7);
    }
    80% {
        background: 0 0;
    }
    to {
        box-shadow: 0 0 0 10px transparent;
    }
}
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    3.3% {
        transform: scale(1.1);
    }
    16.5% {
        transform: scale(1);
    }
    33% {
        transform: scale(1.1);
    }
    to {
        transform: scale(1);
    }
}
.MovieListSld,
.MovieListSld .item {
    position: static !important;
}
.MovieListSld .TPost,
.MovieListSld .item {
    display: flex;
    width: 100vw;
}
.MovieListSld .TPost {
    align-items: flex-end;
}
.MovieListSldCn {
    overflow: hidden;
}
.Header .Search .Form-Icon input {
    -webkit-appearance: none;
}
.MovieListSldCn {
    margin: -6.75rem 0 1.5rem;
    position: relative;
}
.MovieListSldCn .TPostMv .Image,
.MovieListSldCn .TPostMv .Image img,
.backdrop > .Image,
.backdrop > .Image img {
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:50% 15%;
    top:0
}
.MovieListSldCn .TPMvCn > a {
    display: inline-block;
    vertical-align: top;
}
.MovieListSldCn .Title {
    color: #fff;
    font-weight: 700;
    letter-spacing: -1px;
}
.MovieListSldCn .Title:hover {
    transform: scale(1.02);
}
.MovieListSldCn .TPostMv .Image:after,.backdrop>.Image:after{
    background:linear-gradient(to bottom, rgba(8,15,40,0) 0%,rgba(8,15,40,1) 100%);
    content:'';
    position:absolute;
    left:0;
    bottom:0;
    right:0;
    height:100%;
    pointer-events:none
}
.MovieListSldCn .TPMvCn {
    padding: calc(5rem + 4%) 1.5rem 5rem;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.MovieListSldCn .TPost .Image {
    position: static;
}
.MovieListSldCn .TPost .Image:after,
.MovieListSldCn .TPost .Image:before {
    display: none;
}
.MovieListSldCn .TPost:hover .Image > img {
    opacity: 1;
}

.Info {
    font-size: 0.875rem;
    padding-top: 0.5rem;
}
.Info > span {
    display: inline-block;
    vertical-align: baseline;
    margin-right: 0.5rem;
}
.Info .Vote {
    color: #edb709;
    font-size: 1.125rem;
}
.Info .Vote:after {
    content: "/10";
    font-size: 0.875rem;
    vertical-align: baseline;
}
.TpTv {
    color: #1a1818;
    background-color: #edb709;
    font-size: 0.65rem;
    font-weight: 700;
    height: 1.125rem;
    padding: 0 0.3rem;
    line-height: 1rem;
    border-radius: 1rem;
    display: inline-block;
    vertical-align: top;
}
.TPlay {
    font-size: 1.125rem;
}
.TPlay:before {
    margin-right: 0.75rem;
}
.Title .TpTv {
    vertical-align: middle;
}
.category-list-bx,
main > section {
    margin-bottom: 2.5rem;
}
.items {
    margin-left: -12px;
}
.MovieList.Rows > li {
    flex-basis: calc(50% - 12px);
    margin-left: 12px;
    padding-bottom: 20px;
}

.EpisodioList.Rows > li {
    flex-basis: calc(50% - 12px);
    margin-left: 12px;
    padding-bottom: 20px;
}
section > .Top {
    margin-bottom: 2rem;
}
section > .Top > .Title,
section > .Top > .btnstp,
section > .Top > h1 {
    display: inline-block;
    vertical-align: top;
}
section > .Top > .Title,
section > .Top > h1 {
    font-size: 2.05rem;
    line-height: 3.5rem;
    margin-bottom: 0;
    margin-right: 1.5rem;
    color: #fff;
    letter-spacing: -1px;
}
section > .Top > h1:last-child {
    margin-right: 0;
}
section > .Top > h1 span {
    color: #007aff;
}
section > .Top > .btnstp > .Button.STPb {
    background-color: transparent;
    padding: 0.5rem 0;
    border-radius: 0;
    margin-right: 1.5rem;
    vertical-align: top;
    color: #4f6b95;
    border-bottom: 3px solid transparent;
}
main > section {
    margin-bottom: 4rem;
}
section > .Top > .btnstp > .Button.STPb:last-child {
    margin-right: 0.2rem;
}
section > .Top > .btnstp > .Button.STPb.Current {
    color: #fff;
    border-bottom-color: #edb709;
    font-weight: 700;
}
.btnstp {
    white-space: nowrap;
    overflow: auto;
    max-width: 100%;
}
.Button.loadmore {
    width: 100%;
    background-color: #3d4f91;
}
.Button.loadmore:hover {
    background-color: #007aff;
}
.episodes.owl-carousel,
.movies.owl-carousel,
.series.owl-carousel {
    margin-top: -1rem;
}
.Button.sm {
    padding: 0 1rem;
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 700;
}
.Button.fa-facebook-f {
    background-color: #3b5199;
}
.nosidebar .TpRwCont main {
    padding-right: 0;
    flex: 0 0 100%;
    max-width: 100%;
}
.Title-404 {
    text-align: center;
    padding: 10vh 0;
    color: #fff;
    font-size: calc(0.5rem + 1vw + 1vh);
    font-weight: 300;
}
.Title-404:before {
    content: "";
    background: url(/_next/static/media/404.1d2aa1c3.png);
    width: 140px;
    height: 143px;
    display: block;
    margin: 0 auto 1rem;
}
.Title-404 strong {
    color: #007aff;
    display: block;
    font-size: calc(4rem + 4vw + 4vh);
    line-height: 1;
    margin-bottom: 1rem;
}
.meta {
    margin-bottom: 0.5rem;
}
.meta > span:not(.Qlty) {
    display: inline-block;
    vertical-align: top;
    padding: 0.4rem 0;
    margin-right: 1rem;
}
.meta > span:not(.Qlty):before {
    margin-right: 0.3rem;
    opacity: 0.5;
}
.meta > span:not(.Qlty) > span {
    color: #fff;
}
.VotesCn {
    position: relative;
    padding-left: 50px;
    min-height: 40px;
    margin-bottom: 0.5rem;
    padding-top: 3px;
}
.VotesCn .Prct {
    position: absolute;
    left: 0;
    top: 5px;
}
.backdrop > .Image {
    z-index: -1;
}
.movtv-info > .Image {
    float: left;
    margin-right: 1rem;
    width: 120px;
    margin-bottom: 1rem;
}
.movtv-info:after {
    clear: both;
    display: block;
    content: "";
    overflow: hidden;
}
.movtv-info.TPost .Image:before {
    display: none;
}
.movtv-info.TPost:hover .Image > img {
    opacity: 1;
}
.movtv-info footer {
    overflow: hidden;
}
.movtv-info .Description {
    clear: both;
    max-height: 100px;
    overflow: auto;
    margin-bottom: 1rem;
}
.movtv-info .Description p:last-child {
    margin-bottom: 0;
}
.movtv-info header .Title,
.video > .Title {
    font-size: 1.5rem;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.5rem;
}
.movtv-info header .SubTitle,
.video > .SubTitle {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    line-height: 1.5rem;
    font-weight: 400;
}
.movtv-info .meta {
    font-size: 0.875rem;
}
.Title span:not([class]) {
    color: #edb709;
}
.video > .SubTitle {
    margin-bottom: 1.5rem;
}
.backdrop > .Image img {
    opacity: 0.5;
}
.movtv-info {
    margin-bottom: 2.5rem;
}
.InfoList {
    font-size: 0.875rem;
}
.InfoList strong {
    font-weight: 400;
}
.ListPOpt > li {
    font-size: 0.75rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5rem;
    padding: 0.5rem 0;
}
.ListPOpt > li:first-child {
    display: none;
}
.ListPOpt > li:before {
    font-size: 0.75rem;
    color: #edb709;
    margin-right: 0.5rem;
}
.ListPOpt > li > a {
    width: 3rem;
    height: 3rem;
    font-size: 1.25rem;
    text-align: center;
    line-height: 3rem;
    border-radius: 3rem;
    color: #fff;
}
.ListPOpt > li > a:hover {
    opacity: 0.7;
}
.ListPOpt > li > a.fa-facebook-f {
    background-color: #2049bb;
    box-shadow: 0 0 0 5px rgba(32, 73, 187, 0.2);
}
.ListPOpt > li > a.fa-twitter {
    background-color: #00bcff;
    box-shadow: 0 0 0 5px rgba(0, 188, 255, 0.2);
}
.lgtbx {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
    cursor: pointer;
}
.lights-off .lgtbx {
    opacity: 0.7 !important;
    visibility: visible;
    z-index: 99;
}
.lights-off .TPlayerCn {
    position: relative;
    z-index: 999;
}
.TPlayerNv {
    background-color: rgba(61, 79, 145, 0.5);
    border-radius: 3px 3px 0 0;
    padding: 0.7rem 0.7rem 0;
    position: relative;
    margin-bottom: 0;
}
.TPlayerNv > li {
    display: inline-block;
    vertical-align: top;
    margin-right: 0.3rem;
    position: relative;
    margin-bottom: 0.7rem;
}
.TPlayerNv > li > div {
    padding: 0.5rem;
    position: relative;
    white-space: nowrap;
    line-height: 1rem;
    border-radius: 3px;
    cursor: pointer;
}
.TPlayerNv > li > div:after {
    clear: both;
    display: block;
    overflow: hidden;
    content: "";
}
.TPlayerNv > li > div + div {
    padding: 0;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    margin-top: -3px;
}
.TPlayerNv > li > div > .fa-chevron-down {
    float: right;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 3px;
    text-align: center;
    line-height: 1.4rem;
    background-color: #080f28;
    color: #fff;
    margin: 0.3rem 0.5rem 0 1rem;
    font-size: 0.75rem;
}
.TPlayerNv > li > div:before,
.TPlayerNv > li > div > img {
    width: 1rem;
    height: auto;
    max-height: 1rem;
    float: left;
    margin-right: 0.5rem;
    color: #edb709;
    font-size: 0.75rem;
}
.TPlayerNv > li > div > div {
    float: left;
}
.TPlayerNv > li > div > div > span {
    font-size: 0.875rem;
    color: #fff;
    vertical-align: top;
}
.TPlayerNv > li > div span span {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.65rem;
    color: #4f6b95;
}
.hide {
    display: none;
}
.hidden {
    display: none !important;
}
.TPlayerCn,
.video {
    margin-bottom: 1.5rem;
}
.TPlayerNv > li.actives > div {
    background-color: #007aff;
}
.TPlayerNv > li:not(.actives) > div:first-of-type:hover {
    background-color: rgba(0, 0, 0, 0.3);
}
.TPlayerNv > li.actives > div > div > span span {
    color: #fff;
}
.TPlayerNv > li.actives > div > .fa-chevron-down {
    background-color: rgba(8, 15, 40, 0.7);
}
.arrow-down {
    border: solid #fff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-top: 5px;
}
.TPlayerNv > li.actives > div + div {
    min-width: 190px;
    border-bottom-right-radius: 3px;
}
.TPlayerNv > li.actives > div + div > ul {
    list-style-type: none;
    padding: 0.5rem 0;
    margin-bottom: 0;
    z-index: 10;
}
.TPlayerNv > li.actives > div + div > ul > li {
    border-bottom: 1px solid rgba(8, 15, 40, 0.1);
    padding: 0.5rem;
}
.TPlayerNv > li.actives > div + div > ul > li img,
.TPlayerNv > li.actives > div + div > ul > li:before {
    margin-right: 0.3rem;
    width: 1rem;
}
.TPlayerNv > li.actives > div + div > ul > li:last-child {
    border-bottom: 0;
}
.TPlayerNv > li.actives > div + div > ul > li,
.TPlayerNv > li.actives > div + div > ul > li span {
    color: #fff;
}
.TPlayerNv > li.actives > div + div > ul > li span {
    display: inline;
    vertical-align: top;
    font-weight: 400;
    text-transform: none;
    font-size: 0.75rem;
}
.TPlayerNv > li.actives > div + div > ul > li span span span {
    font-weight: 700;
}
.TPlayerNv > li.actives > div + div > ul > li.actives,
.TPlayerNv > li.actives > div + div > ul > li:hover {
    background-color: #0094ff;
}
.TPlayer {
    position: relative;
    z-index: 8;
}
.TPlayerTb {
    display: none;
}
.TPlayerTb:before {
    content: "";
    display: block;
    padding-top: 36.55%;
}
.TPlayerTb > iframe,
.TPlayerTb > video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.TPlayerTb.Current {
    display: block;
}
.lgtbx-lnk {
    position: absolute;
    right: 1rem;
    top: 1rem;
    z-index: 10;
    color: #fff;
    width: 3rem;
    height: 3rem;
    border-radius: 5rem;
    text-align: center;
    line-height: 3rem;
    background-color: #007aff;
    font-size: 1.25rem;
    box-shadow: 0 0 0 5px rgba(0, 122, 255, 0.4);
    cursor: pointer;
}
.select-season {
    margin-bottom: 2.5rem;
}
.select-season:after {
    clear: both;
    display: block;
    overflow: hidden;
    content: "";
}
.select-season > span {
    float: left;
    padding: 0.5rem 1.5rem 0.5rem 1.25rem;
    border-radius: 3px;
    background-color: #141a32;
    color: #4f6b95;
    margin-right: -0.5rem;
    line-height: calc(2rem - 2px);
}
.select-season > select {
    float: left;
    width: auto;
    border-radius: 3px;
    background-color: #1e2747;
    border: 0;
}
.TPlayerCn {
    background-color: #000;
}
.episodes-nav .Button.list {
    padding: 0.5rem;
    background-color: #edb709;
    color: #000;
    font-size: 1.25rem;
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 0 5px rgba(237, 183, 9, 0.2);
}
.episodes-nav .Button:not(.list) {
    padding-top: 0.6rem;
    padding-bottom: 0.2rem;
    line-height: 1rem;
    position: relative;
}
.episodes-nav .Button.prev {
    padding-left: 1.5rem;
    text-align: left;
    padding-right: 1.5rem;
    display: flex;
}
.episodes-nav .Button.prev:before {
    position: absolute;
    left: 1rem;
    font-size: 1.25rem;
    top: 1.1rem;
}
.Button.next svg {
    width: 19px;
    fill: #fff;
    margin-left: 10px;
}
.Button.prev svg {
    width: 19px;
    fill: #fff;
    margin-right: 10px;
}
.Button.list svg {
    width: 19px;
    fill: #000;
}
.episodes-nav .Button.next {
    padding-right: 1.5rem;
    text-align: right;
    padding-left: 1.5rem;
    display: flex;
}
.episodes-nav .Button.next:before {
    position: absolute;
    right: 1rem;
    font-size: 1.25rem;
    top: 1.1rem;
}
.episodes-nav .Button > span > span {
    display: block;
    font-size: 0.65rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #8da0bc;
}
.episodes-nav .Button:not(.list):not(:hover) {
    background-color: #1e2747;
}
.episodes-nav .Button:hover > span > span {
    color: #fff;
}
.MovieListSldCn .TPMvCn p.Info {
    margin-bottom: 0.5;
}
.MovieListSldCn .TPMvCn p:empty {
    display: none;
}
.MovieListSldCn .TPMvCn p:not(.Info) {
    max-height: 250px;
    overflow: auto;
    font-size: 1.3rem;
    line-height: 2rem;
    margin-bottom: 2rem;
}
section .Top {
    margin-bottom: 2rem;
}
section .Top .Title,
section .Top h1 {
    font-size: 2.05rem;
    line-height: 3.5rem;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
    margin-right: 1.5rem;
    color: #fff;
    letter-spacing: -1px;
}
.hide {
    display: none !important;
}
.ft {
    text-align: center;
    padding: 4rem 0;
    background: linear-gradient(
        180deg,
        rgba(20, 26, 50, 0) 0,
        rgba(20, 26, 50, 0.01) 1%,
        #141a32
    );
}
.ft .logo-ft {
    margin-bottom: 0.5rem;
}
.mnft li,
.smft li {
    padding: 0.5rem;
}
.smft a {
    color: #4f6b95;
    font-size: 1.875rem;
    min-width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
}
.smft a:hover {
    color: #fff;
}
.copy {
    color: #4f6b95;
    font-size: 0.75rem;
}
.DescriptionArchive,
.Wdgt > .Title {
    color: #4f6b95;
    font-size: 0.75rem;
    text-align: center;
    background-color: #141a32;
    padding: 0.5rem;
    text-transform: uppercase;
    border-radius: 3px;
    margin-bottom: 1.25rem;
}
.DescriptionArchive {
    font-size: 0.9rem;
    text-transform: none;
    color: #b9c4d5;
    text-align: left;
    white-space: pre-line;
    max-height: 100px;
    overflow: auto;
    margin-bottom: 1rem;
}
.Wdgt {
    margin-bottom: 2.5rem;
}
.Wdgt .MovieList > li {
    margin-bottom: 1.5rem;
}
.Wdgt .MovieList > li:last-child {
    margin-bottom: 0;
}
.Wdgt .TPost.A {
    min-height: 120px;
}
.Wdgt .TPost.A .Image:after {
    padding-top: 150%;
}
.Wdgt .TPost.A .Info {
    margin-bottom: 0;
    padding-top: 0.15rem;
}
.Wdgt .MovieList.top > li {
    counter-increment: top;
    position: relative;
}
.Wdgt .MovieList.top > li:before {
    content: "#" counter(top);
    min-width: 2rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    position: absolute;
    left: -0.5rem;
    top: -0.5rem;
    z-index: 5;
    background-color: #007aff;
    border: 5px solid #080f28;
    color: #fff;
    border-radius: 3rem;
    font-weight: 700;
}
.aa-tb {
    display: none;
}
.aa-tb.on {
    display: block;
}
.aa-nv {
    list-style-type: none;
    padding-left: 0;
}
.aa-nv > li > a {
    display: block;
    padding: 0.3rem 0.5rem 1rem;
    border-bottom: 3px solid transparent;
    color: #4f6b95;
}
.aa-nv > li > a.on {
    border-bottom-color: #edb709;
    color: #fff;
}
.Wdgt .MovieList.episodes {
    max-height: 350px;
    overflow: auto;
}
.Wdgt .MovieList.episodes .TPost.C {
    padding-left: 100px;
    position: relative;
}
.Wdgt .MovieList.episodes .TPost.C .Title,
.Wdgt .MovieList.episodes .TPost.C p {
    text-align: left;
}
.Wdgt .MovieList.episodes .TPost.C .Image {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
}
.Wdgt .MovieList.episodes .TPost.C .Image:after {
    padding-top: 80px;
}
.Wdgt .MovieList.episodes > li {
    margin-bottom: 1rem;
    min-height: 80px;
}
.owl-carousel {
    -webkit-tap-highlight-color: transparent;
    position: relative;
    display: none;
    width: 100%;
    z-index: 1;
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.MovieListSld > .TPostMv {
    display: none;
}
.MovieListSldCn .TPostMv .Image img.cpt{
    object-fit:contain;
    object-position:50% 50%;
    background-color:#000
}

.MovieListSld,
.MovieListSld > .TPostMv:first-child {
    display: block;
}
.navigation {
    text-align: center;
}
.nav-links,
.nav-links a,
.nav-links span {
    background-color: #1e2747;
    display: inline-block;
    vertical-align: top;
    border-radius: 5rem;
}
.nav-links a {
    cursor: pointer;
}
.nav-links {
    position: relative;
    padding: 0.5rem;
    font-size: 0;
    margin: 0 4rem 1rem;
}
.nav-links a,
.nav-links span {
    font-size: 1rem;
    width: 2.5rem;
    height: 2.5rem;
    margin: 0.2rem;
    line-height: 1.9rem;
    font-weight: 700;
    padding: 0.3rem;
    color: #fff;
}
.nav-links .current,
.nav-links a:hover {
    background-color: #007aff;
}
.nav-links .next,
.nav-links .prev {
    position: absolute;
    top: 0;
    width: 3.5rem;
    height: 3.5rem;
    line-height: 2.9rem;
    color: #4f6b95;
    font-size: 1.25rem;
}
.nav-links .next:hover,
.nav-links .prev:hover {
    color: #fff;
}
.nav-links .prev {
    left: -4.3rem;
}
.nav-links .next {
    right: -4.3rem;
}
.percircle.gt50 .slice {
    clip: rect(auto, auto, auto, auto);
}
.gt50 .fill,
.percircle .bar {
    position: absolute;
    border: 2px solid transparent;
    width: 40px;
    height: 40px;
    clip: rect(0, 20px, 40px, 0);
    border-radius: 50%;
    transform: rotate(0deg);
}
.bar {
    backface-visibility: hidden;
}
.gt50 .bar:after,
.gt50 .fill {
    transform: rotate(180deg);
}
.percircle {
    position: relative;
    font-size: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.percircle > span {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
    height: 40px;
    display: block;
    text-align: center;
    white-space: nowrap;
    font-size: 12px;
    line-height: 40px;
    font-weight: 400;
    color: #edb709;
}
.percircle > span:after {
    content: "%";
}
.percircle:after {
    top: 0;
    left: 0;
    display: block;
    content: " ";
    border-radius: 40%;
}
.percircle .slice,
.percircle:after {
    position: absolute;
    width: 40px;
    height: 40px;
}
.percircle .slice {
    clip: rect(0, 40px, 40px, 20px);
}
.percircle:hover {
    cursor: default;
}
.gt50 .fill,
.percircle .bar {
    border-color: #edb709;
}
.percircle {
    box-shadow: inset 0 0 0 2px rgba(141, 160, 188, 0.5);
}
@media (max-width: 991px) {
    .Header .logo {
        max-width: 272px;
        z-index: 3;
        width: 100%;
    }
    .Header .Rght,
    .Header:before {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 320px;
        transform: translatex(-100%);
        background-color: #080f28;
        z-index: 2;
        padding: 7rem 1.5rem 1.5rem;
        overflow-y: auto;
        box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
    }
    .Header:before {
        z-index: 3;
        content: "";
        padding: 0;
        height: 7rem;
    }
    #aa-wp.on .Header .Rght,
    #aa-wp.on .Header:before {
        transform: translatex(0);
        opacity: 1;
    }
    .Header .cont {
        max-width: none !important;
    }
    .Header .Menu {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }
    .Header .Menu > ul > li {
        padding: 0.5rem 1.5rem;
        border-bottom: 1px solid #181f36;
    }
    .Header .Menu > ul > li:last-child {
        border-bottom: 0;
    }
    .Header .Menu .sub-menu {
        padding-bottom: 0.5rem;
        font-size: 0.875rem;
    }
    .Header .Menu .sub-menu a {
        opacity: 0.5;
    }
    .Header .Menu .sub-menu a:hover {
        opacity: 1;
    }
    .Search {
        margin-bottom: 1rem;
    }
    .Search .Form-Icon,
    .sub-menu {
        display: block;
    }
    .sub-menu {
        padding-left: 1rem;
    }
    .sub-menu > li {
        float: left;
        width: 50%;
    }
    .sub-menu:after {
        clear: both;
        content: "";
        overflow: hidden;
        display: block;
    }
    .MenuBtnClose {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        display: none;
        background-color: rgba(0, 0, 0, 0.75);
    }
    #aa-wp.on .MenuBtnClose {
        display: block;
    }
    .Header .Search .Form-Icon input {
        width: 100%;
    }
    .movtv-info header .Title {
        padding-top: 1.5rem;
    }
}
@media (max-width: 767px) {
    .lgtbx-lnk {
        display: none;
    }
    .TPlayerNv > li {
        width: 100%;
        margin-right: 0;
    }
    .vhMobile100 {
        min-height: 100vh;
    }
}
@media (max-width: 576px) {
    .MovieListSld {
        overflow: hidden;
    }
}
@media (max-width: 424px) {
    .meta > span:not(.Qlty) {
        padding: 0;
    }
    .select-season > select {
        width: 100%;
    }
    .episodes-nav .Button > span,
    .select-season > span {
        display: none;
    }
    .episodes-nav .Button:not(.list) {
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 1.05rem;
    }
    .episodes-nav .Button:not(.list):before {
        position: static;
    }
}
@media (min-width: 576px) {
    .cont {
        max-width: none;
    }
    main .MovieList.Rows > li {
        flex-basis: calc(33.3% - 12px);
        margin-left: 12px;
    }

    main .EpisodioList.Rows > li {
        flex-basis: calc(25% - 5px);
        margin-left: 5px;
    }
    .TPostMv:nth-child(2n) .TPMvCn {
        right: 60%;
        left: auto;
    }
    .movtv-info > .Image {
        width: 200px;
        margin-right: 1.5rem;
    }
    .ListPOpt > li:first-child {
        display: inline-block;
        font-size: 0.875rem;
    }
    .movtv-info .Description {
        clear: none;
    }
}
@media (min-width: 768px) {
    .cont {
        max-width: 100%;
    }
    .TpRwCont,
    .dfxb {
        display: flex;
    }
    .TpRwCont > main {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: 100%;
        max-width: 100%;
    }
    main .MovieList.Rows > li {
        flex-basis: calc(33.3% - 12px);
        margin-left: 12px;
    }

    main .EpisodioList.Rows > li {
        flex-basis: calc(25% - 5px);
        margin-left: 5px;
    }

    .TPostMv:nth-child(3n) .TPMvCn {
        right: 60%;
        left: auto;
    }
    .ft .logo-ft {
        margin-right: 1.5rem;
        margin-bottom: 0;
    }
    .mnft > li {
        margin-right: 1rem;
    }
    .mnft > li:last-child {
        margin-right: 0;
    }
    .copy {
        padding-top: 1.5rem;
    }
    .nosidebar main .MovieList.Rows > li {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .nosidebar main .EpisodioList.Rows > li {
        flex-basis: calc(25% - 5px);
        margin-left: 5px;
    }
    .movtv-info > .Image {
        margin-right: 1.5rem;
    }
    .movtv-info .meta {
        margin-bottom: 0;
    }
    .movtv-info footer {
        margin-bottom: 1rem;
    }
    .movtv-info footer .VotesCn {
        float: left;
        margin-right: 1rem;
        padding-right: 1rem;
        border-right: 1px solid rgba(79, 107, 149, 0.3);
        min-height: 3rem;
    }
    .movtv-info footer .meta {
        min-height: 2.8rem;
        padding-top: 0.2rem;
        float: left;
    }
    .movtv-info .ListPOpt {
        clear: both;
    }
    .movtv-info .MvTbCn {
        overflow: hidden;
    }
    .movtv-info header .Title,
    .video > .Title {
        font-size: 2.25rem;
        line-height: 1.5;
    }
    .movtv-info > .Image {
        margin-right: 2.5rem;
    }
}
@media (min-width: 992px) {
    .cont,.MovieListSldCn .TPMvCn,.MovieListSld .owl-dots{
        max-width: 1140px;
    }
    .dfxc {
        display: flex;
    }
    .Header .Menu {
        order: 2;
    }
    .Header .Search {
        order: 3;
    }
    .Menu > ul > li {
        margin-right: 1.5rem;
        float: left;
    }
    .Menu > ul > li:last-child {
        margin-right: 0;
    }
    .MenuBtn {
        display: none;
    }
    .menu-item-has-children {
        position: relative;
    }
    .menu-item-has-children:hover > ul {
        display: block;
    }
    .sub-menu {
        position: absolute;
        left: -1rem;
        top: 100%;
        background-color: #1e2747;
        border-radius: 5px;
        width: 180px;
        padding: 0.5rem;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    }
    .sub-menu:before {
        content: "";
        position: absolute;
        left: 1rem;
        top: -5px;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #1e2747;
    }
    .sub-menu a {
        display: block;
        padding: 0.5rem 1rem;
        border-radius: 5px;
        font-size: 0.875rem;
    }
    .sub-menu a:hover {
        background-color: rgba(0, 0, 0, 0.3);
    }
    main .MovieList.Rows > li {
        flex-basis: calc(25% - 12px);
        margin-left: 12px;
    }
    main .EpisodioList.Rows > li {
        flex-basis: calc(25% - 5px);
        margin-left: 5px;
    }

    .TPostMv:nth-child(4n) .TPMvCn {
        right: 60%;
        left: auto;
    }
    .TPost.C:hover .TPMvCn {
        display: block;
    }
    .nosidebar main .MovieList.Rows > li {
        max-width: 20%;
    }
    .nosidebar main .EpisodioList.Rows > li {
        flex-basis: calc(25% - 5px);
        margin-left: 5px;
    }

    .movtv-info footer {
        padding-top: 0.5rem;
    }
    .movtv-info .ListPOpt {
        float: right;
        clear: none;
        margin-top: -0.5rem;
    }
}
@media (min-width: 1200px) {
    ::-webkit-scrollbar {
        width: 0.7rem;
        height: 0.7rem;
    }
    ::-webkit-scrollbar-thumb {
        background: linear-gradient(180deg, #00bcff, #007aff);
    }
    ::-webkit-scrollbar-track {
        background-color: #1e2747;
    }
    .logo {
        margin-right: 3rem;
    }
    .Menu > ul > li {
        margin-right: 2.5rem;
    }
    .Header .Search .Form-Icon input:focus {
        width: 14rem;
    }
    main .MovieList.Rows > li {
        flex-basis: calc(16.6% - 12px);
        margin-left: 12px;
    }

    main .EpisodioList.Rows > li {
        flex-basis: calc(25% - 5px);
        margin-left: 5px;
    }
    
    .TPostMv:nth-child(6n) .TPMvCn {
        right: 60%;
        left: auto;
    }
}
@media (min-width: 1600px) {
    .cont,.MovieListSldCn .TPMvCn,.MovieListSld .owl-dots{
        max-width: 1600px;
    }
    main .MovieList.Rows > li {
        flex-basis: calc(12.5% - 12px);
        margin-left: 12px;
    }
    main .EpisodioList.Rows > li {
        flex-basis: calc(25% - 5px);
        margin-left: 5px;
    }

    .TPostMv:nth-child(8n) .TPMvCn {
        right: 60%;
        left: auto;
    }
}
@media print {
    *,
    :after,
    :before,
    :first-letter,
    :first-line {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: "(" attr(href) ")";
    }
    img {
        page-break-inside: avoid;
        max-width: 100% !important;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}
#menu-item-1953 .sub-menu {
    min-width: 300px;
}
body {
    overflow-x: hidden;
}
#menu-item-1953:hover .sub-menu {
    display: flex;
    display: -webkit-flex;
}
#menu-item-1953 .sub-menu {
    flex-wrap: wrap;
    min-width: auto;
    width: 340px;
}
#menu-item-1953 .sub-menu li {
    width: 50%;
}
.lgtbx-lnk {
    right: -1rem;
    top: 0;
    bottom: 0;
    margin: auto;
}
.lights-off .lgtbx-lnk {
    visibility: hidden;
}
.center-flex {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
}
.gotbx + .got-dvr {
    margin-top: 1rem;
}
.got-dvr {
    max-width: 300px;
    margin: 0 auto;
}
.category-list-bx:after {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
}
@media (min-width: 768px) {
    .gotbx {
        float: left;
        width: calc(100% - 300px);
        padding-right: 2rem;
    }
    .gotbx + .got-dvr {
        float: right;
        width: 300px;
        margin-top: 0;
    }
}
@media (min-width: 1600px) {
    .gotbx {
        padding-right: 4rem;
    }
}
@keyframes snowing {
    0% {
        fill-opacity: 1;
    }
    to {
        fill-opacity: 0;
        transform: translateY(400px);
    }
}
.gotbx > .Top {
    margin-bottom: 0;
}
.gotbx > .Top > .Title {
    line-height: 3rem;
}
.TPost .Image > img,
.backdrop > .Image img {
    -o-object-position: 50% 50% !important;
    object-position: 50% 50% !important;
}
.TPost.C .TPMvCn {
    z-index: 11;
}
.ListPOpt > li > a:before {
    font-weight: 400;
}
.ListPOpt > li:first-child {
    font-size: 1.25rem;
    color: #fff;
    margin-right: 1rem;
    display: inline-block;
    vertical-align: top;
    padding: 1rem 0;
    line-height: 1.5rem;
}
.ListPOpt > li:first-child:before {
    font-size: 1.25rem;
}
#aa-wp {
    overflow: hidden;
}
.gotbx > .Top {
    margin-bottom: 0.5rem;
}
@keyframes pulsex {
    0% {
        transform: scale(0.5);
    }
    25% {
        transform: scale(1.9);
    }
    50% {
        transform: scale(2.1);
        background-color: #007aff;
    }
    75% {
        transform: scale(2);
    }
    to {
        transform: scale(1);
    }
}
.movtv-info .ListPOpt .fa-share-alt {
    font-size: 0.875rem;
    margin-right: 0.25rem;
}
.movtv-info .ListPOpt .fa-share-alt:before {
    display: inline-block;
    vertical-align: top;
}
.movtv-info .ListPOpt li {
    margin-right: 0.25rem;
}
.movtv-info .ListPOpt li:last-child {
    margin-right: 0;
}
.movtv-info .ListPOpt li > a {
    width: 38px;
    height: 38px;
    line-height: 2.5rem;
    box-shadow: none;
    display: block;
}
.movtv-info .ListPOpt li > a:before {
    font-size: 1rem;
}
.Button.sm,
.nav-links {
    white-space: nowrap;
}
.nav-links .page-link {
    display: none;
}
.nav-links .extend + .page-link,
.nav-links .page-link.current {
    display: inline-block;
}
.nav-links .extend {
    font-size: 0;
    margin-right: 0;
}
.nav-links .extend:before {
    content: "de";
    font-size: 1rem;
}
.ic {
    display: inline-flex;
    align-self: center;
    position: relative;
    font-size: inherit;
}
.ic,
.ic svg {
    height: 16px;
    width: 16px;
}
.ic svg {
    bottom: -0.125em;
    position: absolute;
    fill: currentColor;
}
.fg1 li a {
    display: flex;
}
.btnstp {
    overflow: hidden;
}
.Infowdgt {
    margin-bottom: 0;
}
.dfic {
    display: flex !important;
    align-items: center;
}
.dfic svg {
    margin-right: 4px;
}
.ListPOpt {
    display: flex;
}
.abf {
    fill: #007aff;
}
.tad {
    fill: #edb709;
    width: 18px;
    height: 18px;
}
.fill-white,
.ligt {
    fill: #fff;
}
.ligt {
    width: 19px;
    height: 19px;
}
.serieFig img {
    -o-object-fit: cover;
    object-fit: cover;
}
.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: relative;
    animation: rotate 1s linear infinite;
}
.loader:after,
.loader:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 5px solid #fff;
    animation: prixClipFix 2s linear infinite;
}
.loader:after {
    border-color: #ff3d00;
    animation: prixClipFix 2s linear infinite,
        rotate 0.5s linear infinite reverse;
    inset: 6px;
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
@keyframes prixClipFix {
    0% {
        -webkit-clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
        clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
    }
    25% {
        -webkit-clip-path: polygon(
            50% 50%,
            0 0,
            100% 0,
            100% 0,
            100% 0,
            100% 0
        );
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
    }
    50% {
        -webkit-clip-path: polygon(
            50% 50%,
            0 0,
            100% 0,
            100% 100%,
            100% 100%,
            100% 100%
        );
        clip-path: polygon(
            50% 50%,
            0 0,
            100% 0,
            100% 100%,
            100% 100%,
            100% 100%
        );
    }
    75% {
        -webkit-clip-path: polygon(
            50% 50%,
            0 0,
            100% 0,
            100% 100%,
            0 100%,
            0 100%
        );
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
    }
    to {
        -webkit-clip-path: polygon(
            50% 50%,
            0 0,
            100% 0,
            100% 100%,
            0 100%,
            0 0
        );
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
    }
}
.loaders {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    margin-top: 60px;
}
.mt-1 {
    margin-top: 10px;
}
.Wdgt.Others .MovieList.top > li:before {
    display: none;
}
@media (max-width: 424px) {
    .episodes-nav .Button.next,
    .episodes-nav .Button.prev {
        padding-top: 0.2rem;
    }
    .Button.prev svg {
        margin-right: 0;
    }
    .Button.next svg {
        margin-left: 0;
    }
}
.icof {
    justify-content: center;
}
.icof svg {
    fill: #fff;
    width: auto;
    height: 24px;
}
@media screen and (max-width: 500px) {
    section .Top .Title.omt {
        font-size: 22px;
    }
}
.w-med {
    width: 900px;
    margin: 0 auto;
    max-width: 100%;
}
.mb-50 {
    margin-bottom: 50px;
}
.h-60 .Image {
    height: 60px;
}
.notices_cnt {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.notices_cnt img {
    filter: invert(7%) sepia(21%) saturate(2223%) hue-rotate(179deg)
        brightness(85%) contrast(72%);
}
.notices_cnt li a {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    width: 100%;
}
.notices_cnt {
    padding-top: 4px;
}
.mainNotice {
    width: calc(100% - 24px);
    padding-left: 5px;
}
.notices_cnt li a:hover h3 {
    color: #3378ef;
}
.notices_cnt li a h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 2px;
    color: #a8b1bf;
}
.metaNotice {
    font-size: 12px;
    color: #fff;
    align-items: center;
}
.metaNotice img {
    filter: invert(100%) sepia(33%) saturate(5544%) hue-rotate(6deg)
        brightness(98%) contrast(95%);
}
.dateNotice {
    margin-right: 15px;
}
.commentNotice {
    margin-left: 5px;
}
.icon-download {
    display: inline-block;
    float: left;
    padding: 0;
    margin: 0 7px 0 0;
}
.icon-download img {
    width: 16px;
    height: 16px;
    color: transparent;
    filter: invert(85%) sepia(17%) saturate(2952%) hue-rotate(349deg)
        brightness(92%) contrast(103%);
    padding-top: 2px;
}
.TPlayerNv > li.actives > div.pad-t {
    padding-left: 10px;
    padding-right: 15px;
}
.modal.on {
    display: block;
}
.mdl-ovr,
.modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    padding: 1.5rem;
    overflow: auto;
    text-align: center;
    font-size: 0;
    white-space: nowrap;
}
.anm-e,
.lgtbx-lnk:hover,
.sub-menu {
    animation-name: zoom;
}
.TPost .Image figure:before,
.TPost .TPMvCn,
.lgtbx-lnk,
.sub-menu,
[class*="anm-"] {
    animation-duration: 0.2s;
    animation-fill-mode: both;
}
.modal:before {
    content: "";
    display: inline-block;
    width: 1px;
    margin-left: -1px;
    height: 100%;
    vertical-align: middle;
}
#mdl-downloads .mdl-cn {
    max-width: 40rem;
}
.mdl-cn .Button {
    color: #fff;
    background-color: #007aff;
    font-size: 18px;
}
@media (min-width: 992px) {
    .mdl-bd,
    .mdl-ft,
    .mdl-hd {
        padding: 20px 25px;
    }
}
.modal p {
    margin-bottom: 0.7rem;
    font-size: 15px;
    line-height: 25px;
}
.modal p:last-child {
    margin-bottom: 0;
}
.mdl-bd,
.mdl-ft,
.mdl-hd {
    padding: 20px 30px;
}
.mdl-cn .btn-block {
    width: 100%;
}
.mdl-close svg {
    width: 16px;
}
.mdl-cn {
    background-color: #fff;
    border-radius: 0.5rem;
    max-width: 95%;
    width: 100%;
    font-size: 1rem;
    text-align: left;
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
}
@media screen and (min-width: 991px) {
    .mdl-cn {
        max-width: 70%;
    }
}
.mdl-hd {
    position: relative;
}
.mdl-bd,
.mdl-ft,
.mdl-hd {
    padding: 1rem;
    border-bottom: 1px solid rgba(141, 160, 188, 0.2);
}
@media (min-width: 992px) {
    .mdl-bd,
    .mdl-ft,
    .mdl-hd {
        padding: 2rem;
    }
}
.mdl-hd .Title {
    color: #1e2747;
    font-size: 1.5rem;
    letter-spacing: normal;
    font-weight: 400;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 1.5rem;
}
.mdl-hd .Title:before {
    width: 3.75rem;
    height: 3.75rem;
    line-height: 3.75rem;
    display: inline-block;
    text-align: center;
    background-color: rgba(0, 122, 255, 0.1);
    border-radius: 4rem;
    color: #007aff;
    margin-right: 1rem;
}
.mdl-hd .mdl-close {
    background-color: transparent;
    color: #8da0bc;
    padding: 0;
    position: absolute;
    right: 1rem;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 2.5rem;
    height: 2.5rem;
}
#mdl-downloads .mdl-bd {
    padding-top: 0.5rem;
    padding-bottom: 1rem;
}
.mdl-bd:last-child {
    margin-bottom: 0;
}
.TPTblCn {
    max-width: 100%;
    overflow: auto;
    font-size: 0.875rem;
    color: #4f6b95;
}
.TPTblCn > table {
    margin-bottom: 0;
    width: 100%;
    border: 0;
    border-spacing: 0;
}
#mdl-downloads .TPTblCn th {
    font-weight: 400;
    color: #1e2747;
}
.TPTblCn td,
.TPTblCn th {
    padding: 1rem;
    vertical-align: middle;
    white-space: nowrap;
}
.TPTblCn .Button.STPb {
    color: #fff !important;
    font-size: 0.875rem;
    padding: 0 1rem;
}
#mdl-downloads .TPTblCn .Num {
    font-weight: 700;
    color: #1e2747;
    display: inline-block;
    margin-right: 0.5rem;
    padding-top: 1px;
    vertical-align: top;
}
.icon-close-download {
    height: auto;
    width: 12px;
}
.movtv-info .meta > span.Qlty {
    vertical-align: top;
    margin-top: 0.2rem;
    margin-right: 5px;
}
.movtv-info .meta > span.Qlty:last-child {
    margin-right: 0;
}
.movtv-info .meta > span {
    margin-bottom: 0.5rem;
}
.Qlty,
.TpTv {
    color: #1a1818;
    background-color: #edb709;
    font-size: 0.65rem;
    font-weight: 700;
    height: 1.125rem;
    padding: 0 0.3rem;
    line-height: 1rem;
    border-radius: 1rem;
    display: inline-block;
    vertical-align: top;
}
@media (min-width: 425px) {
    .movtv-info .meta > span.Qlty {
        margin-top: 0.65rem;
    }
}
.adang {
    text-align: center;
    margin-bottom: 0;
    border-radius: 0;
    background-color: #d2f1ba;
    color: #333;
    border: 1px solid #abe2ad;
}
.msgk {
    margin-bottom: 5px;
}
.message_d,
.message_k {
    border: 0 !important;
    background-color: #000;
    color: #000;
    font-size: 0.875rem;
    position: relative;
    margin-bottom: 0 !important;
    z-index: 1;
    padding: 0 3rem 0 0;
    text-align:center;
}
.message_d div,
.message_k div {
    text-align: left !important;
    background-color: transparent !important;
    border: 0 !important;
}
.close-message {
    padding: 0;
    background-color: transparent;
    width: 2rem;
    height: 2rem;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #000;
    font-size: 1rem;
    display: flex;
    align-items: center;
}
.message_d:before,
.message_k:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #000;
    position: absolute;
    left: 1rem;
    top: -5px;
    z-index: 10;
}
.close-message svg {
    height: 20px;
    width: 20px;
}
.head-close-download {
    width: 30px;
    height: 30px;
    filter: invert(30%) sepia(72%) saturate(2461%) hue-rotate(199deg)
        brightness(100%) contrast(103%);
}
figure.cle {
    width: 3rem;
    height: 3rem;
    display: inline-block;
    text-align: center;
    background-color: rgba(0, 122, 255, 0.1);
    border-radius: 4rem;
    color: #007aff;
    margin: 0 1rem 0 0;
    justify-content: center;
}
.arf,
figure.cle {
    display: flex;
    align-items: center;
}
.arf {
    flex-wrap: wrap;
}
@media screen and (min-width: 500px) {
    figure.cle {
        width: 3.75rem;
        height: 3.75rem;
    }
}
.fill_img {
    -o-object-fit: cover;
    object-fit: cover;
}
.modal {
    background-color: #080f28de;
}
.mdl-bd p {
    font-size: 20px;
}

.Blog_grid__r3MDO {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 8px;
}
.Blog_grid__r3MDO figure {
    height: 120px;
    overflow: hidden;
}
.Blog_grid__r3MDO img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
@media screen and (min-width: 768px) {
    .Blog_grid__r3MDO {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 8px;
    }
    .Blog_grid__r3MDO figure {
        height: 170px;
        overflow: hidden;
    }
}
@media screen and (min-width: 1200px) {
    .Blog_grid__r3MDO {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-gap: 8px;
    }
}
.Blog_figure__1JCGx {
    padding: 0;
    margin: 0;
}

.Blog_h2__ouiHJ {
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    margin-bottom: 5px;
    color: #8da0bc;
}
.Blog_genres__03F8v {
    color: #edb709;
    font-size: 10px;
    font-weight: 700;
    margin-top: 10px;
    text-transform: uppercase;
}

.Blog_grid__r3MDO {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 8px;
}
.Blog_grid__r3MDO figure {
    height: 120px;
    overflow: hidden;
}
.Blog_grid__r3MDO img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
@media screen and (min-width: 768px) {
    .Blog_grid__r3MDO {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 8px;
    }
    .Blog_grid__r3MDO figure {
        height: 170px;
        overflow: hidden;
    }
}
@media screen and (min-width: 1200px) {
    .Blog_grid__r3MDO {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-gap: 8px;
    }
}
.Blog_figure__1JCGx {
    padding: 0;
    margin: 0;
}
.Blog_h2__ouiHJ {
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    margin-bottom: 5px;
    color: #8da0bc;
}
.Blog_genres__03F8v {
    color: #edb709;
    font-size: 10px;
    font-weight: 700;
    margin-top: 10px;
    text-transform: uppercase;
}
/* nuevo */
.MovieListSld,.MovieListSld .owl-stage-outer,.MovieListSld .owl-stage,.MovieListSld .owl-item,.MovieListSld .item{
    position:static!important
}
.MovieListSld .owl-stage,.MovieListSld .owl-item,.MovieListSld .item,.MovieListSld .TPost{
    display:flex;
    width:100vw;
    z-index: -1;
    /*background: linear-gradient(to bottom,  rgba(255,255,255,0) 90%, #080f28 100%);*/
    background:linear-gradient(to bottom, rgba(8,15,40,0) 0%,rgba(8,15,40,1) 100%);
    opacity: 1;
    
}

.MovieListSld .owl-dots{
    left:0;
    right:0;
    margin:auto;
    text-align:right;
    padding-right:2rem
}
.category-list-bx .owl-dots{
    padding-top:1.25rem
}
.tvshows-owl .owl-item,.episodes-owl .owl-item,.premiere-owl .owl-item,.sagas-owl .owl-item{
    margin-top:1rem;
    margin-bottom:2rem
}
.tvshows-owl .cv3-dots,.episodes-owl .cv3-dots{
    left:.5rem
}
.series.owl-carousel,.movies.owl-carousel,.episodes.owl-carousel{
    margin-top:-1rem
}
.movies.owl-carousel .cv3-dots{
    left:.5rem
}
.owl-carousel,.owl-carousel .owl-item{
    -webkit-tap-highlight-color:transparent;
    position:relative
}
.owl-carousel{
    display:none;
    width:100%;
    z-index:1
}
.owl-carousel .owl-stage{
    position:relative;
    -ms-touch-action:pan-Y;
    touch-action:manipulation;
    -moz-backface-visibility:hidden
}
.owl-carousel .owl-stage:after{
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    line-height:0;
    height:0
}
.owl-carousel:not(.MovieListSld) .owl-stage-outer{
    overflow:hidden
}
.owl-carousel .owl-stage-outer{
    position:relative;
    -webkit-transform:translate3d(0,0,0)
}
.owl-carousel .owl-item,.owl-carousel .owl-wrapper{
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    -webkit-transform:translate3d(0,0,0);
    -moz-transform:translate3d(0,0,0);
    -ms-transform:translate3d(0,0,0)
}
.owl-carousel .owl-item{
    min-height:1px;
    float:left;
    -webkit-backface-visibility:hidden;
    -webkit-touch-callout:none
}
.owl-carousel .owl-item img{
    display:block;
    width:100%
}

.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{
    display:none
}
.no-js .owl-carousel,.owl-carousel.owl-loaded{
    display:block
}
.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{
    cursor:pointer;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{
    background:0 0;
    color:inherit;
    border:none;
    padding:0!important;
    font:inherit
}
.owl-carousel.owl-loading{
    opacity:0;
    display:block
}
.owl-carousel.owl-hidden{
    opacity:0
}
.owl-carousel.owl-refresh .owl-item{
    visibility:hidden
}
.owl-carousel.owl-drag .owl-item{
    -ms-touch-action:pan-y;
    touch-action:pan-y;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.owl-carousel.owl-grab{
    cursor:move;
    cursor:grab
}
.owl-carousel.owl-rtl{
    direction:rtl
}
.owl-carousel.owl-rtl .owl-item{
    float:right
}
.owl-carousel .animated{
    animation-duration:1s;
    animation-fill-mode:both
}
.owl-carousel .owl-animated-in{
    z-index:0
}
.owl-carousel .owl-animated-out{
    z-index:1
}
.owl-carousel .fadeOut{
    animation-name:fadeOut
}
@keyframes fadeOut{
    0%{
        opacity:1
    }
    100%{
        opacity:0
    }
}
.owl-height{
    transition:height .5s ease-in-out
}
.owl-carousel .owl-item .owl-lazy{
    opacity:0;
    transition:opacity .4s ease
}
.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{
    max-height:0
}
.owl-carousel .owl-item img.owl-lazy{
    transform-style:preserve-3d
}

.owl-dots{
    line-height:0;
    text-align:center
}
.MovieListSld .owl-dots{
    position:absolute;
    right:2rem;
    bottom:4rem
}
.owl-dots button.owl-dot{
    width:10px;
    height:10px;
    background-color:#4F6B95;
    margin-left:.5rem;
    display:inline-block;
    border-radius:5px
}
.owl-dots button.owl-dot.active{
    width:40px;
    background-color:#007AFF
}
.MovieListSld .owl-dots{
    text-align:center;
    bottom:2.2rem;
    padding-right:0
}
.MovieListSld .owl-dots button.owl-dot{
    margin-left:.25rem;
    margin-right:.25rem
}
.MovieListSld,.MovieListSld .owl-stage{
    overflow:hidden
}
.category-list .owl-item{
    padding-left:.25rem;
    padding-right:.25rem
}
.tvshows-owl,.episodes-owl,.premiere-owl,.sagas-owl{
    margin-left:-.5rem;
    margin-right:-.5rem;
    width:auto !important
}
.tvshows-owl .owl-item,.episodes-owl .owl-item,.premiere-owl .owl-item,.sagas-owl .owl-item{
    padding-left:.5rem;
    padding-right:.5rem
}
.gotbx .owl-item{
    margin-bottom:0 !important
}
.gotbx .owl-dots{
    padding-top:0 !important
}
.EpisodioList.Rows,
.dfx {
    display: flex;
}
.EpisodioList.Rows {
    flex-wrap: wrap;
}
