@keyframes tabs_is_active{0%{transform:translateY(-6px);opacity:0}to{transform:translateY(0);opacity:1}}:root{--avg-color:#fcd34d;--avg-color-rgb:234, 179, 8;--avg-color-text:#18181b;--ongoing-color:#22c55e;--ongoing-color-rgb:34, 197, 94;--completed-color:#dc2626;--completed-color-rgb:220, 38, 38;--hder-height:5.25rem;--bs-global-font:"Inter";--bs-logo-font:"Inter"}*,::after,::before{box-sizing:border-box}html{font-family:var(--bs-global-font),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4}body{background-color:var(--body-color);color:var(--text-color);font-size:1rem;line-height:1.5;margin:0;display:flex;flex-direction:column}a{text-decoration:none;color:currentColor}button{border:0;outline:0;text-transform:none}button,input{font-family:inherit;font-size:100%;line-height:1.15;margin:0}[type=button],button{-webkit-appearance:button}::-moz-focus-inner{border-style:none;padding:0}:-moz-focusring{outline:1px dotted ButtonText}:-moz-ui-invalid{box-shadow:none}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}h1,h2,h3,p{margin-top:0;margin-bottom:0}ul{list-style:none;margin:0;padding:0}::selection{background:var(--primary-color);color:var(--text-color);opacity:1}@media screen and (min-width:992px){::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-thumb:active{background-color:var(--light-color)}::-webkit-scrollbar-thumb,::-webkit-scrollbar-thumb:hover{background:var(--primary-color)}::-webkit-scrollbar-track{background:var(--wrapper-color)}}.icon-menu{width:32px;height:32px;display:grid;place-content:center;position:relative;font-size:0}.icon-menu span,.icon-menu:after,.icon-menu:before{width:24px;height:3px;background:currentColor;border-radius:2px;transition:width .25s,transform .25s,left .25s}.icon-menu span{width:18px;left:-6px}.icon-menu:before{content:"";transform:translateY(-4px)}.icon-menu:after{content:"";transform:translateY(4px)}.title-h2{font-size:1.125rem;font-weight:700;letter-spacing:.5px;margin-bottom:1rem}@media screen and (min-width:1024px){.title-h2{padding:0 16px}}.outer{position:relative}.cont{width:100%;max-width:var(--container-width)}.cont--aside{display:flex;align-items:flex-start;flex-wrap:wrap;justify-content:space-between}.cont.mA{margin-left:auto;margin-right:auto}.cont.pX{padding-left:16px;padding-right:16px}.cont .main{margin-bottom:2rem;width:100%}.cont .aside{width:100%}@media screen and (min-width:1024px){.cont .main{width:calc(100% - var(--aside-width) - var(--container-gutter));margin-bottom:0}.cont .aside{width:var(--aside-width)}}.fas{font-size:18px}.hder{position:relative;z-index:100}body:has(.hero) .hder{background:linear-gradient(rgba(var(--body-color-rgb),.75),transparent);position:absolute;left:0;top:0;width:100%;z-index:100}.hder-container,.hder__right{display:flex;align-items:center}.hder-container{justify-content:space-between;height:5.25rem}.hder__right{flex-direction:row;gap:1rem}@media screen and (max-width:1023px){.hder__right{background-color:var(--wrapper-color);position:fixed;left:0;top:0;width:80%;height:100vh;padding:1rem;max-width:18.75rem;display:flex;flex-direction:column;gap:1.5rem;overflow-y:auto;transform:translateX(-100%);transition:all 300ms ease-in-out}.hder__right .hder-search{order:-1}.hder__left{width:100%;display:flex;align-items:center;justify-content:space-between}}#hero,.hder-search{position:relative}.hder-search>button{display:none}@media screen and (min-width:1024px){.hder-search>button{display:flex}}.hder-search__open{background:#fff0;width:2.625rem;height:2.625rem;display:none;cursor:pointer;color:#fff}@media screen and (min-width:1024px){.hder-search__open{display:flex;align-items:center;justify-content:center}}.hder-search__field{background-color:rgb(255 255 255/.05);border-radius:1rem;display:flex;align-items:center;padding:.5rem 1rem}.hder-search__field input{background-color:#fff0;width:100%;outline:0;border:0;font-weight:500;color:#fff}.hder-search__field input::placeholder{color:rgb(255 255 255/.75)}.hder-search__field button{background:#fff0;width:2.625rem;height:2.625rem;justify-content:center;color:currentColor}@media screen and (min-width:1024px){.hder-search__field{background-color:var(--wrapper-color)}}@media screen and (min-width:768px){.hder-search__wrapper{position:absolute;right:0;top:100%;display:none;width:15.625rem}}.logo img{width:auto;height:33px}.hder-search__field button,.logo__image a{display:flex;align-items:center}.logo__menu{background:#fff0;color:#fff;cursor:pointer}@media screen and (min-width:1024px){.logo__menu{display:none}}.menu,.menu ul li{width:100%}.hero,.menu ul,.menu ul li a{display:flex;align-items:center}.menu ul{flex-direction:column;gap:.5rem}.hero,.menu ul li a{position:relative}.menu ul li a{gap:1rem;padding:1rem;line-height:1.2;font-size:1rem;border-radius:.25rem;font-weight:500;white-space:nowrap;transition-duration:300ms;transition-timing-function:ease-out}.menu ul li a:hover{background-color:rgb(255 255 255/.1)}@media screen and (min-width:1024px){.menu ul{flex-direction:row;gap:1rem}.menu ul li{position:relative}.menu ul li a{padding:1rem;border-radius:.75rem;font-weight:600}}.hero{--hero-height:24rem;background-size:cover;background-position:center;min-height:calc(var(--hero-height) + var(--hder-height));justify-content:center;padding:1rem 1.5rem}@media screen and (min-width:1024px){.hero{--hero-height:28rem}}.hero__body{position:relative;z-index:5;width:100%;max-width:600px;margin:auto;text-align:center}.hero__body .synopsis span{margin-top:.5rem;color:#fff;padding-top:0;font-weight:700;text-transform:lowercase;z-index:5;user-select:none;cursor:pointer;display:inline-block}.hero__body p{width:100%;opacity:1;font-size:1rem;margin:auto;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}@media screen and (min-width:1280px){.hero__body p{font-size:1.125rem}}.hero__meta{display:flex;align-items:center;justify-content:center;gap:.5rem}.hero__header,.hero__meta{margin-bottom:1rem}.hero__header h2{font-size:1.5rem;text-wrap:balance;line-height:1.2}@media screen and (min-width:768px){.hero__header h2{font-size:2rem;line-height:1.5}}.hero--serie .hero__genres ul,.hero__action{display:flex;align-items:center;flex-wrap:wrap}.hero__action{justify-content:center;gap:1.5rem;margin-top:1rem}@media screen and (max-width:767px){.hero__action button.btn{font-size:.75rem}}.hero__backdrop{position:absolute;left:0;top:0;width:100%;height:100%;margin:0;padding:0}.hero__backdrop img{width:100%;height:100%;object-fit:cover;position:relative;z-index:2;display:block}.hero__backdrop:after,.hero__backdrop:before{content:"";height:100%;left:0;position:absolute;width:100%}.hero__backdrop:after{top:0;background:radial-gradient(transparent 0%,var(--body-color) 90%);z-index:3}.hero__backdrop:before{background:linear-gradient(transparent,var(--body-color));bottom:0;pointer-events:none;z-index:4}.hero--serie{--poster-width:160px;padding-top:calc(var(--hder-height) + 16px);padding-left:0;padding-right:0}.hero--serie~.ptabs{margin-bottom:2rem}@media screen and (max-width:1023px){.hero--serie{min-height:auto}}@media screen and (min-width:1024px){.hero--serie{--poster-width:260px}}.hero--serie .cont{display:flex;flex-direction:column-reverse;align-items:center;gap:1.5rem}@media screen and (min-width:1024px){.hero--serie .cont{flex-direction:row-reverse;gap:2rem;position:relative}}.hero--serie .hero__meta{flex-wrap:wrap;gap:1rem}@media screen and (max-width:1023px){.hero--serie .hero__meta span{font-size:.875rem!important}}.hero--serie .hero__meta .status{background-color:var(--completed-color);color:#fff;font-size:.75rem;text-transform:uppercase;backdrop-filter:blur(3px);z-index:50}@media screen and (min-width:1024px){.hero--serie .hero__meta{justify-content:flex-start}.hero--serie .hero__meta .status{position:absolute;left:1.5rem;top:.5rem}}.hero--serie .hero__action{justify-content:flex-start}.hero--serie .hero__backdrop:before{background:linear-gradient(transparent,var(--body-color) 75%)}@media screen and (min-width:1024px){.hero--serie .hero__backdrop:before{background:linear-gradient(transparent,var(--body-color))}}.hero--serie .hero__poster{position:relative;z-index:10;width:var(--poster-width)}.hero--serie .hero__poster picture img{width:100%;display:block;border-radius:1rem;box-shadow:0 6px 12px rgb(0 0 0/.3)}.hero--serie .hero__body{text-align:left;position:static;z-index:20;margin:0}@media screen and (min-width:1024px){.hero--serie .hero__body{width:calc(100% - var(--poster-width));max-width:unset}.hero--serie .hero__body .hero__header,.hero--serie .hero__body .hero__overview{max-width:45rem}}.hero--serie .hero__overview{margin:unset}.hero--serie .hero__genres ul{margin-top:.5rem}.hero--serie .hero__genres ul a{font-weight:600;display:block;font-size:.875rem}@media screen and (min-width:1024px){.hero--serie .hero__genres ul a{font-size:1rem}}.avg-score,.col-status span,.status,.views{display:flex;align-items:center;gap:8px;line-height:28px;height:28px;padding:0 .625rem;font-size:1rem;font-weight:700;border-radius:99px}.avg-score[data-text]:after,.views[data-text]:after{font-size:.75rem;content:attr(data-text);font-weight:400}.avg-score i,.views i{fill:currentColor;font-size:1rem}.avg-score{background:var(--avg-color);color:var(--avg-color-text)}.btn{background:var(--light-color);color:#fff;padding-left:1rem;padding-right:1rem;height:36px;line-height:36px;display:inline-flex;align-items:center;gap:16px;font-size:.875rem;font-weight:500;border-radius:1rem;cursor:pointer;transition:.3s}.btn i{font-size:1rem}.btn:hover{background:var(--primary-color);color:#fff;scale:1.1;box-shadow:0 4px 8px rgba(var(--primary-color-rgb),.4)}.btn:active{scale:1.02}.btn:disabled{pointer-events:none;opacity:.5;user-select:none}.btn.is-large{height:42px;line-height:42px;font-size:1rem;text-transform:uppercase;font-weight:700}.btn.is-primary{background:var(--primary-color);color:#fff}.eps-list{display:flex;flex-direction:column}.eps-filters{display:flex;align-items:center;margin-bottom:1rem;gap:1rem}.eps-search,.eps-search__result{width:100%}.eps-search input{width:100%;padding:0 1rem;height:2.625rem;background-color:var(--wrapper-color);outline:0;border:0;font-size:.875rem;border-radius:99999px;color:var(--text-color)}.eps-search input::placeholder{color:rgba(var(--text-color-rgb),.5)}.eps{text-align:center}.eps .btn{margin-top:1rem}.lep{background-color:var(--wrapper-color);display:flex;align-items:center;text-align:left;padding:1rem;border-radius:1rem;position:relative;transition:all .3s ease-in-out}.lep:hover{background-color:var(--light-color)}.lep:hover .lep__play{opacity:1;background:var(--primary-color)}.lep a,.ptabs button:before{position:absolute;left:0;top:0;width:100%;height:100%;opacity:0}.lep__thumbnail{width:54px;height:54px;overflow:hidden;border-radius:.5rem}.lep__thumbnail img{width:100%;height:100%;object-fit:cover;display:block}.lep__body{width:calc(100% - 54px);padding:0 1rem;display:flex;flex-wrap:wrap;gap:.25rem}.lep__episode,.lep__season{font-size:.875rem;font-weight:500}.lep__season{background:var(--light-color);color:#fff;padding:0 .5rem;border-radius:99999px}.lep__title{order:-1;width:100%;display:block;font-size:.875rem}.lep__play{width:32px;height:32px;display:grid;place-content:center;opacity:.3;border-radius:99999px;transition:all .3s ease-in-out}.footer,.footer__goUp{background-color:var(--wrapper-color)}.footer{border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;margin-top:3rem}.footer .cont{padding:2rem 1rem;display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1rem;position:relative}@media screen and (min-width:768px){.footer .cont{grid-template-columns:45.4545454545% 1fr;gap:2rem}}.footer__goUp{position:absolute;right:24px;top:-24px;width:54px;height:54px;color:#fff;border:6px solid var(--body-color);border-radius:50%;display:grid;place-content:center;cursor:pointer;transition:all .3s}@media screen and (min-width:1024px){.footer__goUp{right:0}}.footer__goUp:hover{background:var(--primary-color)}.footer__right{display:grid;grid-template-columns:1fr;gap:1rem}@media screen and (min-width:1024px){.footer__right{grid-template-columns:repeat(2,minmax(0,1fr))}}.footer__link h2{margin-bottom:1rem}.footer__link ul{display:flex;flex-direction:column;gap:.5rem}.footer__link ul li a{opacity:.75;color:var(--text-color);display:block;line-height:1.5rem;height:1.5rem;font-weight:500}.footer__link ul li a:hover{opacity:1}.footer__copyrights{border-top:1px solid var(--light-color);display:block!important;text-align:center;padding:1rem!important;color:rgb(255 255 255/.5);font-weight:500}.footer__about .footer-logo{font-size:1.75rem;margin-bottom:1rem;font-weight:700;color:#fff}.footer__about .footer-desc{font-size:1.125rem;font-weight:500;opacity:.5;line-height:1.65}.footer__brands{margin-top:1.5rem}.footer__brands ul{display:flex;align-items:center;gap:.5rem}.footer__brands ul li a{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background-color:var(--light-color);border-radius:.5rem;transition:all 300ms ease-in-out}.footer__brands ul li a i{font-size:1.125rem}.footer__brands ul li a span,.lep a{font-size:0}.footer__brands ul li a:hover{background:var(--primary-color);color:#fff}.ptabs .post-tabs,.ptabs button{display:flex;align-items:center;position:relative}.ptabs .post-tabs{background:var(--wrapper-color);padding:0;border-radius:1rem;flex-wrap:wrap;padding:1rem;gap:1rem}@media (scripting:none){.ptabs.is-no-js button:after{content:"";background-color:var(--light-color);position:absolute;left:0;top:0;width:100%;height:100%;transform-origin:center center;border-radius:.75rem;opacity:0;z-index:1;transition:all 200ms}}@media (scripting:enabled){.ptabs__indicator{background-color:var(--light-color);position:absolute;left:0;top:0;width:0;height:0;transform-origin:center center;border-radius:.75rem;opacity:1;z-index:1;transition:all 200ms ease-out}}.ptabs button{background-color:#fff0;gap:.75rem;padding:0 1rem;line-height:2.625rem;height:2.625rem;font-size:1rem;font-weight:700;cursor:pointer;color:rgba(var(--text-color-rgb),.5);border-radius:.75rem;transition:all 200ms ease-in-out;overflow:hidden}.ptabs button:before{content:"";background:rgb(255 255 255/.05);scale:.5;transform-origin:center center;border-radius:.75rem;z-index:1;transition:all 200ms}.ptabs button i,.ptabs button span{position:relative;z-index:2}.ptabs button:hover{color:rgba(var(--text-color-rgb),.85)}.ptabs button:hover:before{opacity:1;scale:1}.ptabs button.is-active{color:var(--text-color)}.ptabs button.is-active i{color:var(--primary-color)}.ptabs button.is-active:after{opacity:1}.ptabs button.is-active:before{scale:1;opacity:0;translate:100%0}.post-tabs__item{display:none}.post-tabs__item.is-active{display:block;animation:tabs_is_active .5s forwards}.details{background:var(--wrapper-color);padding:1rem;border-radius:1rem;display:flex;flex-direction:column;gap:1rem}.details__item{display:flex;align-items:flex-start;gap:1rem}.details__item .col-name{font-size:.875rem;font-weight:500;opacity:.75;position:sticky;top:0}.details__item .col-status span{background-color:var(--completed-color);color:#fff;font-size:.75rem;text-transform:uppercase;display:inline-block}.details__col{width:100%}.details__col.col-name{width:140px}