﻿/* SVG Icon Styles */
.logo-play-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    background: #fb5252;
    border-radius: 4px;
    margin-right: 8px;
    vertical-align: middle;
}
.logo-play-icon svg {
    width: 12px;
    height: 12px;
}
.icon-search { width: 20px; height: 20px; }
.icon-menu { width: 20px; height: 20px; margin-right: 5px; }
.search-icon-input { width: 20px; height: 20px; }
.g-gotop svg { width: 20px; height: 20px; }
.pwa-install-mobile svg { width: 16px; height: 16px; margin-right: 5px; }

/* Bootstrap utilities */
.d-flex { display: flex !important; }
.d-none { display: none !important; }
.align-items-center { align-items: center !important; }
.justify-content-between { justify-content: space-between !important; }
.justify-content-center { justify-content: center !important; }
.w-100 { width: 100% !important; }
.mt-2 { margin-top: 0.5rem !important; }
.mt-5 { margin-top: 3rem !important; }
.mb-3 { margin-bottom: 1rem !important; }
.text-center { text-align: center !important; }
.font-weight-bold { font-weight: 700 !important; }
.btn { display: inline-block; padding: 0.375rem 0.75rem; font-size: 1rem; line-height: 1.5; border-radius: 0.25rem; text-decoration: none; text-align: center; cursor: pointer; border: 1px solid transparent; }
.btn-warning { color: #212529; background-color: #ffc107; border-color: #ffc107; }
.btn-warning:hover { color: #212529; background-color: #e0a800; border-color: #d39e00; }
.container-fluid { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; }

.vip-banner {
    background: #333f43;
    overflow: hidden;
    border-left: 4px solid #fb5252;
    padding: 0;
}
.vip-banner .vip-icon {
    font-size: 40px;
    color: #fb5252;
}
.vip-banner h5 {
    color: #fff;
    font-size: 1.2rem;
}
.vip-banner p {
    color: #dcdcdc;
    font-size: 0.9rem;
}
.btn-vip {
    padding: 10px 20px;
    background-color: #fb5252;
    color: #000;
    border: none;
    transition: all 0.3s ease;
    border-bottom: 0px solid #fb5252 !important;
}
.btn-vip:hover {
    background-color: #d84343;
    color: #fff;
    text-decoration: none;
}
img#img-episodio-css {
    width: 100%;
    aspect-ratio: 2 / 1;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.box.box2 .swiper-container {
    width: 100%;
    overflow: hidden;
    contain: layout style paint;
}
.swiper-slide.movie-item {
    flex-shrink: 0;
    contain: layout style paint;
}
.swiper-slide.movie-item .image {
    display: block;
    width: 100%;
    aspect-ratio: 2 / 3;
    position: relative;
    overflow: hidden;
    min-height: 0;
}
.swiper-slide.movie-item img.css-desktop-thumbs {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    aspect-ratio: 2 / 3;
}
.swiper-wrapper {
    display: flex;
    will-change: transform;
}

.box.box2 .swiper-container::before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
}
@media (max-width: 639px) {
    .box.box2 .swiper-container:not(.swiper-container-episodios) .swiper-slide.movie-item {
        width: calc((100% - 10px) / 2) !important;
        min-width: calc((100% - 10px) / 2) !important;
        max-width: calc((100% - 10px) / 2) !important;
    }
}
@media (min-width: 640px) and (max-width: 1023px) {
    .box.box2 .swiper-container:not(.swiper-container-episodios) .swiper-slide.movie-item {
        width: calc((100% - 30px) / 3) !important;
        min-width: calc((100% - 30px) / 3) !important;
        max-width: calc((100% - 30px) / 3) !important;
    }
}
@media (min-width: 1024px) {
    .box.box2 .swiper-container:not(.swiper-container-episodios) .swiper-slide.movie-item {
        width: 308.83px !important;
        min-width: 308.83px !important;
        max-width: 308.83px !important;
    }
}
.swiper-container-episodios .swiper-slide.movie-item .image {
    aspect-ratio: 18 / 9;
}
.swiper-container-episodios .swiper-slide.movie-item img.css-desktop-thumbs {
    aspect-ratio: 18 / 9;
}
.swiper-container-episodios .swiper-slide.movie-item {
    contain: layout style paint;
}
.swiper-container-episodios {
    width: 100%;
    overflow: hidden;
}
.swiper-container-episodios .swiper-wrapper {
    display: flex;
}
@media (max-width: 639px) {
    .swiper-container-episodios .swiper-slide.movie-item {
        width: calc((100% - 10px) / 2) !important;
        min-width: calc((100% - 10px) / 2) !important;
        max-width: calc((100% - 10px) / 2) !important;
        flex-shrink: 0 !important;
    }
}
@media (min-width: 640px) and (max-width: 1023px) {
    .swiper-container-episodios .swiper-slide.movie-item {
        width: calc((100% - 20px) / 2) !important;
        min-width: calc((100% - 20px) / 2) !important;
        max-width: calc((100% - 20px) / 2) !important;
        flex-shrink: 0 !important;
    }
}
@media (min-width: 1024px) {
    .swiper-container-episodios .swiper-slide.movie-item {
        width: calc((100% - 40px) / 5) !important;
        min-width: calc((100% - 40px) / 5) !important;
        max-width: calc((100% - 40px) / 5) !important;
        flex-shrink: 0 !important;
    }
    .swiper-container-episodios .swiper-wrapper {
        width: 100% !important;
    }
}
.modal,
a .image .play-icon {
    transform: translate(-50%, -50%);
}
#sidebar,
.g-gotop,
.overlay-gif,
.sidebar_content {
    pointer-events: none;
}
a,
a:hover {
    text-decoration: none;
}
#sidebar,
body,
body.no-scroll,
html {
    overflow-x: hidden;
}
#btn_more_pluss,
#new_h1_size,
#novo_play_vb_title,
.accordion label,
.footerbar .meio,
.footerbar .neext,
.footerbar .prev,
.modal .search-input,
.modal-header,
.modal-header .close-btn,
.pag_episodes {
    font-family: Montserrat, sans-serif;
}
.search-icon-btn {
    background: 0 0;
    border: none;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    padding: 10px;
    position: relative;
    z-index: 10000;
}
.modal,
.modal-overlay {
    position: fixed;
    display: none;
    width: 100%;
}
.modal-header,
.modal-header-sub,
.nav2,
.nav__link,
.nav__list {
    display: flex;
}
.modal-header .close-btn:hover,
.search-icon-btn:hover {
    color: #e63946;
}
.modal-overlay {
    top: 0;
    left: 0;
    height: 100%;
    z-index: 9998;
    transition: opacity 0.3s ease-in-out;
    backdrop-filter: blur(10px);
    background-color: rgba(28, 35, 43, 0.8);
    border-top: 1px solid rgba(245, 245, 245, 0.1);
}
.modal {
    top: 50%;
    left: 50%;
    color: #fff;
    border-radius: 8px;
    padding: 20px;
    z-index: 9999;
    transition: 0.3s ease-in-out;
}
.modal-header {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    font-size: 18px;
    background: #333f43;
}
.modal-header .close-btn {
    background: 0 0;
    border: none;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
    margin: -1.5rem 0;
}
.modal .search-input {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #777f87;
    border-radius: 4px;
    margin-bottom: 10px;
    background: #555f65;
    color: #fff;
}
.modal .search-results {
    border-radius: 0;
    max-height: 85%;
    overflow-y: auto;
    padding: 0;
}
.modal .search-result-item {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
    background: #3c4142;
    border-radius: 0.25rem;
    margin: 10px 10px 0;
}
.modal .search-result-item:hover {
    background-color: #0000004f;
}
.modal .search-result-item img {
    width: 60px;
    height: 80px;
    margin-right: 15px;
    border-radius: 4px;
    object-fit: cover;
}
.modal .search-result-item .title {
    font-size: 16px;
    color: #fff;
    transition: 0.3s;
    font-weight: 700;
}
.modal .search-result-item .description {
    font-size: 14px;
    color: #ccc;
}
.modal-header-sub {
    padding: 1rem;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
body.no-scroll {
    height: 100%;
}
:root {
    --header-height: 3rem;
    --hue: 174;
    --sat: 63%;
    --first-color: hsl(var(--hue), var(--sat), 40%);
    --first-color-alt: hsl(var(--hue), var(--sat), 36%);
    --title-color: hsl(var(--hue), 12%, 15%);
    --text-color: hsl(var(--hue), 8%, 35%);
    --body-color: hsl(var(--hue), 100%, 99%);
    --container-color: #fff;
    --body-font: "Open Sans", sans-serif;
    --h1-font-size: 1.5rem;
    --normal-font-size: 0.938rem;
    --tiny-font-size: 0.625rem;
    --z-tooltip: 10;
    --z-fixed: 100;
}
.section {
    padding: 4.5rem 0 2rem;
}
.section__title {
    font-size: var(--h1-font-size);
    color: var(--title-color);
    text-align: center;
    margin-bottom: 1.5rem;
}
.section__height {
    height: 100vh;
}
.container2 {
    max-width: 968px;
    margin-left: 1rem;
    margin-right: 1rem;
}
.nav2 {
    height: var(--header-height);
    justify-content: space-between;
    align-items: center;
}
.nav__img {
    width: 32px;
    border-radius: 50%;
}
.nav__logo {
    color: var(--title-color);
    font-weight: 600;
}
.nav__link {
    flex-direction: column;
    align-items: center;
    row-gap: 4px;
    color: #e8e8e8;
    font-weight: 600;
    font-size: 1.4rem;
}
.nav__link:hover {
    color: #fb5252;
    filter: brightness(1.05);
}
.nav__list {
    justify-content: space-around;
}
.nav__name {
    display: block;
    font-size: 0.75rem;
    text-align: center;
    font-weight: 400;
}
.nav__icon {
    font-size: 1.5rem;
}
#mobile_nav_bar_android {
    position: relative;
    z-index: 20;
    background: #333f43;
}
.accordion > input[name="collapse"],
.comment .comment-cont br,
.dropdown-toggle::after,
.g-gotop,
.gridView .movie-search-block,
.mobile-toggle-post_ws,
.quality_mobile,
.size-serach-index,
.size-serach-index-form,
.story .search br,
.watch-top_mobile,
div#mobile_nav_bar_android,
div#mytopnavmob {
    display: none;
}
@media screen and (max-width: 320px) {
    .nav__name {
        display: none;
    }
}
@media screen and (min-width: 576px) {
    .nav__list {
        column-gap: 3rem;
    }
}
@media screen and (min-width: 767px) {
    .nav2 {
        height: calc(var(--header-height) + 1.5rem);
    }
    .nav__icon,
    .nav__img {
        display: none;
    }
    .nav__name {
        font-size: var(--normal-font-size);
    }
    .nav__link:hover {
        color: var(--first-color);
    }
    .active-link::before {
        content: "";
        position: absolute;
        bottom: -0.75rem;
        width: 4px;
        height: 4px;
        background-color: var(--first-color);
        border-radius: 50%;
    }
    .nav__menu_model2 {
        position: fixed;
        height: 4rem;
        display: grid;
        align-content: center;
        border-right: none;
        border-bottom: none;
        border-left: none;
        border-image: initial;
        background-color: #333f43de;
        border-top: 1px solid rgba(245, 245, 245, 0.1);
        font-family: Karla, Outfit, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
            "Segoe UI Symbol", "Noto Color Emoji";
        padding: 0 0.5rem;
        left: 50%;
        transform: translateX(-50%);
        top: auto;
        flex-direction: row;
        width: 100%;
        max-width: 90%;
        bottom: 0.75rem;
        border-radius: 2rem;
        box-shadow: 0 10px 30px var(--global-filter-extra-shadow);
    }
}
@media screen and (max-width: 767px) {
    .nav__menu {
        position: fixed;
        height: 4rem;
        display: grid;
        align-content: center;
        padding: 0 0.5rem;
        left: 50%;
        transform: translateX(-50%);
        top: auto;
        flex-direction: row;
        bottom: 0;
        width: 100%;
        max-width: 100%;
        border-radius: 0;
        box-shadow: none;
        border-right: none;
        border-bottom: none;
        border-left: none;
        border-image: initial;
        background-color: rgba(28, 35, 43, 0.8);
        border-top: 1px solid rgba(245, 245, 245, 0.1);
        font-family: Karla, Outfit, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
            "Segoe UI Symbol", "Noto Color Emoji";
        backdrop-filter: blur(10px);
    }
    #mobile_nav_bar_android {
        display: block !important;
    }
    .ico-user-header-ws {
        width: 5%;
    }
    .header {
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.6);
    }
    div#nav-header-off {
        display: none;
    }
    .g-gotop.show {
        display: none !important;
    }
}
@media screen and (max-width: 1450px) {
    .header-search-form {
        width: 20%;
    }
}
#cssloginx {
    background: 0 0;
    color: #fff;
    margin: 0 1rem 0 0.5rem;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
}
a .image .play-icon,
a .image::after {
    position: absolute;
    transition: opacity 0.3s;
    opacity: 0;
}
a .image::after {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
a .image .play-icon {
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    fill: white;
}
a:hover .image .play-icon,
a:hover .image::after {
    opacity: 1;
}
.profile-container,
.tooltip {
    position: relative;
    display: inline-block;
}
.avatar {
    width: 150px;
    height: 150px;
    background-clip: padding-box;
    position: relative;
    z-index: 1;
}
.overlay-gif {
    position: absolute;
    top: 8px;
    left: -15px;
    width: 150px;
    height: 150px;
    z-index: 2;
}
.appearance-container {
    margin-top: 30px;
}
.appearance-item {
    width: 100px;
    height: 100px;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 10px;
    padding: 5px;
    transition: border-color 0.3s;
}
.appearance-item.selected {
    border-color: #fc0;
}
.appearance-item img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.scroll-start-home {
    position: relative;
    row-gap: 1rem;
    max-height: 22rem;
    overflow-y: scroll;
    align-items: center;
}
.scrool-start-select {
    position: relative;
    cursor: pointer;
    grid-gap: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 0.25rem;
    transition: box-shadow 0.25s;
}
#logo-color,
.collection .collection-item.active .secondary-content,
.login .social li a:hover,
.nav-link {
    color: #fff;
}
.user-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.cuton-user-icone-dropdown,
.dropdown-header-custom img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}
.dropdown-menu.dropdown-menu-right.show {
    border: 1px solid #555f65;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgb(0 0 0 / 57%);
    padding: 0;
    min-width: 200px;
    background: #333f43;
    margin: 1.2rem -0.5rem;
}
.dropdown-header-custom {
    padding: 15px;
    border-bottom: 1px solid #555f65;
    display: flex;
    align-items: center;
}
.dropdown-menu::after,
.dropdown-menu::before {
    right: 15px;
    border-style: solid;
    position: absolute;
    content: "";
    left: auto;
    transform: translateX(0);
}
.dropdown-menu::before {
    top: -10px;
    border-width: 0 10px 10px;
    border-color: transparent transparent #333f43;
}
.dropdown-menu::after {
    top: -12px;
    border-width: 0 12px 12px;
    border-color: transparent transparent #555f65;
}
.dropdown-item {
    clear: both;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 0.875rem;
    font-weight: 400;
    position: relative;
    width: auto;
    padding: 0.75rem;
    color: #fff;
    display: flex;
    flex-direction: row;
    grid-gap: 0.5rem;
    cursor: pointer;
}
.dropdown-header-custom .info {
    display: flex;
    flex-direction: column;
}
.dropdown-header-custom .info .name {
    font-weight: 700;
    font-size: 14px;
    color: #fff;
}
.dropdown-header-custom .info .email {
    font-size: 12px;
    color: #bbb;
}
.styles_menu_item_left_icon__rdzuk {
    position: relative;
    width: 20px;
    overflow: hidden;
    font-size: 1.25rem;
    line-height: 1.25rem;
    display: flex;
}
.dropdown-divider {
    height: 0;
    margin: 0;
    overflow: hidden;
    border-top: 1px solid #555f65;
}
.text-foooter-css-color {
    font-size: 12px;
    font-weight: 700;
    color: #adadad;
}
.nav-link {
    display: block;
    padding: 0 0.2rem 0 0;
}
*,
::after,
::before {
    box-sizing: border-box;
}
.nav {
    display: grid;
}
b,
strong {
    font-weight: 700;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.6;
}
.ico-user-header-ws {
    position: fixed;
    right: 0;
    margin-right: 20px;
    top: 10px;
    width: 1.5%;
    max-width: 400px;
    z-index: 999;
    font-size: 1.2rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--global-border-radius);
    border: 1px solid var(--global-border);
    transition: background-color 0.2s ease-in-out;
}
.style_addtolist_button__MkmrD,
.tooltip {
    transition: background-color 0.3s;
    cursor: pointer;
}
.vip-color-yellow {
    color: #ffc107 !important;
}
.style_addtolist_button__MkmrD {
    background: linear-gradient(135deg, #ff3b3b 0%, #ff6b6b 100%);
    color: #fff;
    padding: 10px;
    border-radius: var(--radius-sm);
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.style_addtolist_type_wrapper__TLU14::before {
    content: "";
    position: absolute;
    bottom: -12px;
    left: auto;
    right: 45%;
    transform: translateX(0);
    border-width: 12px 12px 0;
    border-style: solid;
    border-color: #555f65 transparent transparent;
}
.style_addtolist_button__MkmrD:hover {
    background-color: #e92d2d;
}
.style_addtolist_type_wrapper__TLU14 {
    position: absolute;
    bottom: 60px;
    z-index: 1;
    width: 100%;
    box-shadow: 0 4px 15px rgb(0 0 0 / 57%);
    padding: 0;
    background: #333f43;
    border-radius: var(--radius-sm);
    border: 1px solid #555f65;
}
.style_addtolist_type_element__2BTej {
    color: #fff;
    padding: 10px;
    cursor: pointer;
    border-top: 1px solid #555f65;
    font-size: 0.875rem;
    font-weight: 400;
}
.style_addtolist_type_element__2BTej:first-child {
    border-top: none;
}
.style_addtolist_type_element__2BTej:hover {
    background-color: #575d63;
}
.dropdown-item:hover,
.search-container .btn-close:hover,
.search-container .btn-search:hover {
    background-color: #fb5252;
}
.style_addtolist_type_container__Apnqd {
    position: absolute;
    bottom: 10px;
    right: 10px;
    text-align: center;
    font-weight: 800;
    z-index: 10;
    font-size: 14px;
    color: #ecede8;
    padding: 0;
    width: 90%;
}
.btn-premium-post {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ffc107 0%, #ffca2c 100%);
    color: #1a1a1a;
    padding: 10px;
    border-radius: var(--radius-sm);
    font-size: 20px;
    text-decoration: none;
    transition: background-color 0.2s ease-in-out;
}
.btn-premium-post:hover {
    background: linear-gradient(135deg, #e0a800 0%, #ffc107 100%);
    color: #1a1a1a;
}
.search-navbar {
    display: none;
    background-color: #444f54;
    padding: 15px 0;
}
.search-container {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
}
.btn-serach-ws,
.search-container input[type="text"] {
    font-family: Montserrat, sans-serif;
    padding: 10px;
    height: 40px;
    margin-right: 15px;
}
.search-container input[type="text"] {
    flex-grow: 1;
    background: #555f65;
    border: 1px solid #777f87;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: #ecede8;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 500;
}
.btn-serach-ws {
    font-weight: 700;
    color: #fff;
    line-height: normal;
    clear: both;
    background-color: #333f43;
    border: 1px solid #555f65;
    width: 17%;
}
.header-search-form {
    position: absolute;
    right: 0;
    margin-right: 0;
    overflow: hidden;
    top: 0;
    width: 5%;
    max-width: 400px;
    padding: 15px 0;
}
.header-serach-form-icon {
    font-size: 20px;
    color: #ccc;
}
.search-container input[type="text"]:focus {
    background-color: #343c3f;
    color: #fff;
    border-color: #fb5252;
    box-shadow: none;
}
.dropdown-item:hover {
    color: #fff !important;
}
.swiper-wrapper {
    height: auto !important;
}
.bg_gd_active,
.bg_list_active,
.swiper-button-next,
.swiper-button-prev {
    color: #fb5252 !important;
}
.text-blockTopTen,
.thd {
    position: absolute;
    top: 0;
}
.text-blockTopTen {
    background-color: #333f43;
    color: #fb5252;
    width: 54px;
    border-radius: 0 0 25px;
    text-align: center;
}
.numbTopTen {
    font-size: 34px;
    font-style: oblique;
}
.divDivCopy2,
.divParceiros,
.quicksand300,
.quicksand400 {
    font-family: Quicksand, sans-serif;
}
button.frend-player {
    background: 0 0;
    color: #fff;
    padding: 18px;
    float: left;
    width: 100%;
}
.info-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.visualizacoes-avaliacao {
    display: flex;
    gap: 20px;
}
.avaliacao,
.visualizacoes {
    font-size: 14px;
    color: #bbb;
    display: flex;
    align-items: center;
}
.avaliacao i,
.visualizacoes i {
    margin-right: 5px;
    color: #ff4c4c;
}
.botoes-favoritos {
    display: flex;
    gap: 10px;
    max-width: 100%;
}
.tooltip {
    background-color: #ff4c4c;
    border: none;
    padding: 9px 0;
    color: #fff;
    border-radius: 0;
    margin: 10px;
    width: 46%;
    font:
        16px/1.5 Montserrat,
        sans-serif;
    text-align: center;
}
.btn-ver-depois:hover,
.tooltip:hover {
    background-color: #d43a3a;
}
#descri_ep,
.loading-text,
.thd,
.tips,
body {
    text-align: left;
}
.login .desc,
.profile .desc {
    text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 0;
    font-weight: 700;
}
.box .content .movie-item span em,
.cat .content .movie-item span em,
.related-movies .content .movie-item span em {
    bottom: 0;
    padding-left: 4px;
    background: url("../images/cat-alpha.png") repeat-x;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 5px;
    text-align: right;
    font-size: 0.75rem;
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    overflow: hidden;
}
.accordion-title:hover,
.g-gotop {
    cursor: pointer;
}
#novo_play_vb,
.comment .comment-action .action-click > a:last-child {
    padding-right: 0;
}
#sidebar.show,
.sidebar_content a {
    pointer-events: all;
}
.search2x form input,
.side_navlinks li a,
a#menu-drawer-color-link {
    border-radius: var(--radius-sm) !important;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.tabs li,
li,
ol,
ul {
    list-style: none;
}
a,
body,
button,
cite,
code,
dd,
del,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
img,
input,
legend,
li,
object,
ol,
p,
pre,
span,
textarea,
ul {
    margin: 0;
    padding: 0;
    outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
sup {
    font-size: 100%;
    font-weight: 400;
}
fieldset,
img {
    border: 0;
}
mark {
    background: 0 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
em {
    font-style: normal;
}
button,
input,
label,
textarea {
    border: none;
    vertical-align: middle;
    font-family: Arial;
}
body,
html {
    width: 100%;
}
html {
    -webkit-text-size-adjust: none;
}
body {
    font:
        16px/1.5 Montserrat,
        sans-serif;
    color: #727272;
    background: #222f32;
}
.filter-list a,
.nav_list a {
    line-height: 26px;
    height: 29px;
    color: #ecede8;
}
a {
    color: #ecede8;
    transition: 0.3s;
}
a:active,
a:hover,
a:link,
a:visited {
    color: #fff;
    transition: 0.3s;
}
a,
button,
input,
li,
textarea {
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    resize: none;
    font-size: 1rem;
}
::-webkit-scrollbar {
    width: 3px;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #fb5252;
}
::-webkit-input-placeholder {
    color: #ecede8;
}
::-moz-placeholder {
    color: #ecede8;
}
:-moz-placeholder {
    color: #ecede8;
}
:-ms-input-placeholder {
    color: #ecede8;
}
.box .content::-webkit-scrollbar,
.related-movies .content::-webkit-scrollbar,
.screenshot-list::-webkit-scrollbar {
    height: 10px;
    margin: 0 10px;
}
.bb-pane-dropdown::-webkit-scrollbar {
    background: 0 0;
    width: 0;
}
.head,
.header .line,
.nav {
    width: 100%;
    left: 0;
}
#mobile-descricao,
.masha_index {
    display: none !important;
}
.clear {
    clear: both;
    height: 10px;
}
.thd {
    display: block;
    overflow: hidden;
    padding: 6px 10px;
    color: #ccc;
    background: 0 0;
    right: 0;
}
.head,
.header,
.nav,
.pnext,
.pprev {
    position: relative;
}
.tips {
    background-color: #fb5252;
    font-weight: 700;
    color: #fff;
    font-size: 12px;
    padding: 8px 35px 8px 14px;
    line-height: normal;
    margin: 10px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    clear: both;
}
#h1_menu,
#new_h1_size,
.box,
a#menu-drawer-color-link {
    font-weight: 600;
}
.tips strong {
    display: block;
    font-size: 14px;
    padding-bottom: 5px;
}
.tips a {
    font-weight: 700;
    color: #555;
}
.pager {
    padding: 10px 5px;
}
.pager .ico:before {
    float: none;
    position: absolute;
    margin-top: 4px;
}
.pnext,
.pprev {
    color: #979797;
    padding: 8px 10px;
    background: #f1f1f1;
    border-radius: 3px;
    border-bottom: 2px solid #a8a8a8;
}
.pprev {
    padding-right: 10px;
    float: right;
}
.comment .comment-header .header-wrap,
.comment .comment-header .header-wrap .wrap-pic,
.header #novoh1,
.header > ul > li,
.login,
.pnext,
.tabs li {
    float: left;
}
.pnext {
    padding-left: 10px;
}
#rel-news a:hover,
.bbcodes,
.btn,
.ui-button,
a .pnext,
a .pprev {
    border-bottom: 2px solid #007cc0;
    background-color: #fb5252;
    color: #fff;
}
.nav_list a:active {
    background-color: rgba(72, 175, 242, 0.3);
}
.head {
    top: 0;
    height: 50px;
}
.head_on {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.nav {
    height: 46px;
    background: #444f54;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.6);
}
.header {
    height: 50px;
    background: #333f43;
}
.login,
.profile {
    background-color: #454d4f;
    top: 95px;
    z-index: 99;
    position: absolute;
    right: 0;
    overflow: hidden;
}
.header #novoh1 {
    width: 156px;
}
.header #novoh1 a {
    position: absolute;
    left: 11px;
    top: 8px;
    display: block;
    height: 34px;
    font-weight: 700;
    color: #fb5252;
    font-size: 22px;
}
.comment .mass-check,
.header > ul {
    float: right;
}
.header > ul > li > a {
    font-size: 1.25rem;
    display: block;
    padding: 0 15px;
    color: #ecede8;
    line-height: 50px;
}
.cat .more span,
.header > ul > li span {
    position: absolute;
    left: -9999px;
}
.header .line {
    position: absolute;
    bottom: 0;
    display: block;
    height: 3px;
    background: #fb5252;
}
.login {
    border: 1px solid #555;
    width: 250px;
    padding: 10px 10px 3px;
}
.login .top {
    width: 230px;
    height: 45px;
    line-height: 45px;
    float: left;
    font-size: 18px;
    font-weight: 700;
    overflow: hidden;
    padding: 0 10px;
}
.login .desc,
.login .form,
.login .form li,
.login .form ul {
    width: 250px;
    float: left;
}
.login .desc {
    background-color: #565e5f;
    line-height: 20px;
    border-bottom: 2px solid #fb5252;
    padding: 10px;
    margin: -10px -10px 10px;
    color: #fff;
}
.login .form li {
    margin: 0 0 10px;
}
.login .form li.a .inp {
    width: 98px;
    margin: 0 10px 0 0;
}
.login .form li.a img {
    float: left;
    height: 32px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.login .form li span {
    width: 30px;
    height: 30px;
    float: left;
    line-height: 32px;
    margin: 0 -36px 0 0;
    position: relative;
    text-align: center;
    z-index: 1;
}
.login .input {
    border: 1px solid #565e5f;
    width: 213px;
    color: #ccc;
    height: 30px;
    margin: 0;
    padding: 0 10px 0 25px;
    background-color: #343c3f;
}
.login .input:focus {
    border: 1px solid #676f6f;
    transition: 0.3s;
}
.login .input::-webkit-input-placeholder {
    color: #ccc;
}
.login .input::-moz-placeholder {
    color: #ccc;
}
.login .input:-moz-placeholder {
    color: #ccc;
}
.login .input:-ms-input-placeholder {
    color: #ccc;
}
.login .social {
    float: left;
    width: 250px;
    margin: 0 0 10px;
}
.login .social li {
    float: left;
    width: 250px;
}
.login .social li a {
    float: left;
    width: 240px;
    height: 32px;
    line-height: 32px;
    margin: 0;
    padding: 0 5px;
    color: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.login .social li span {
    float: left;
    font-size: 14px;
    line-height: 32px;
    font-weight: 700;
}
.login .social li i {
    width: 30px;
    float: left;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
}
.login .vk a {
    background-color: #4e729a;
    text-shadow: 0 -1px 0 #354c8c;
}
.login .vk a:hover {
    background-color: #5f839b;
}
.login .vk a i {
    border-right: 1px solid #3d618a;
}
.login .vk a:hover i {
    border-color: #6f949c;
}
.login .vk a span {
    width: 195px;
    float: left;
    line-height: 32px;
    text-align: center;
}
.profile {
    width: 250px;
    padding: 10px;
}
.profile .desc {
    border-bottom: 2px solid #fb5252;
    background-color: #565e5f;
    width: 270px;
    float: left;
    line-height: 20px;
    padding: 10px;
    margin: -10px -10px 10px;
    color: #fff;
}
.profile .avatar,
.profile .avatar img {
    width: 60px;
    height: 60px;
}
.profile .avatar {
    float: left;
    margin-right: 5px;
    border: 2px solid #ccc;
    border-radius: 2px;
}
.profile .menu ul {
    float: right;
    width: 175px;
}
.profile .menu li a {
    font-size: 0.9em;
    color: #ecede8;
}
.profile a.logout {
    display: block;
    width: 229px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    float: left;
    margin-top: 5px;
    color: #444;
    padding: 5px 10px;
    background: #fb5252;
    border-radius: 2px;
    border-bottom: 2px solid #0074b4;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    transition: 0.3s;
}
.profile a.logout:hover {
    color: #555;
    background: #ccc;
    border-color: #aaa;
    transition: 0.3s;
}
.footer,
.tabs ul a.selected {
    border-top: 2px solid #fb5252;
}
.nav_list {
    padding: 10px 0 0px;
    background: #444f54;
    margin: 0;
    position: relative;
    overflow: hidden; /*height:26px*/
}
.filter-list ul,
.nav_list ul {
    white-space: nowrap;
    position: relative;
    padding-bottom: 0;
}
.nav_list li {
    display: inline-block;
    margin-right: 10px;
}
.nav_list li:first-child {
    margin-left: 10px;
}
.nav_list a {
    background: #333f43;
    border: 1px solid #555f65;
    display: block;
    padding: 0 11px;
    border-radius: var(--radius-sm);
    color: #fff;
    font-weight: 600;
}
.item:hover,
.nav_list a:hover,
a.link-cor-vermelho {
    background: #fb5252;
}
.filter-top {
    position: relative;
    width: 100%;
    background: #333f43;
}
.filter-list {
    padding: 10px 10px 0;
    margin: 0;
    position: relative;
    overflow: hidden;
    color: #ccc;
    font-size: 16px;
}
.filter-list li {
    display: inline-block;
    margin-right: 5px;
}
.filter-list li strong {
    color: #ccc;
}
.filter-list a,
.filter-list_cat a {
    display: block;
    padding: 0 10px;
    border-radius: 3px;
    background: #555f65;
    transition: 0.3s;
}
.cat .title b,
.cat .title h2,
.footer a,
.gridView .movie-item,
.screenshot-list a {
    display: inline-block;
}
.nav_search button,
.nav_search input {
    height: 32px;
    line-height: 32px;
    border-radius: 3px;
    box-sizing: border-box;
    float: left;
}
.filter-list a:hover {
    background: #fb5252;
    transition: 0.3s;
}
.nav_search {
    overflow: hidden;
    padding: 10px;
    background: #e8e8e8;
    border-bottom: 1px solid #cecece;
}
.nav_search input {
    width: 75%;
    padding: 5px 10px;
    margin-right: 5%;
    background: #d8d8d8;
}
.nav_search button {
    width: 20%;
    color: #fff;
    cursor: pointer;
    background: #2ca0f1;
}
.box li span em,
.box2 li span:nth-child(2) {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.box {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}
.box .title,
.related-movies .title {
    background-color: #343c3f;
    margin-bottom: 10px;
    overflow: hidden;
    float: left;
    width: 100%;
    height: 35px;
    line-height: 1.5em;
    font-weight: 700;
    position: relative;
    font-size: 1.5em;
}
.box .more,
.cat .more,
.related-movies .more {
    font-size: 1rem;
    color: #c6c6c6;
}
.box .title span {
    background-color: #444f54;
    float: left;
    border-left: 4px solid #fb5252;
    padding: 0 10px;
    color: #ecede8;
    font-size: 22px;
}
.box .content {
    white-space: nowrap;
    padding: 0 7px 10px;
}
.box .content .movie-item,
.related-movies .content .movie-item {
    display: inline-block;
    width: 50%;
    padding: 0 5px;
    box-sizing: border-box;
}
.box .content .movie-item img,
.cat .content .movie-item img,
.related-movies .content .movie-item img {
    width: 100%;
    min-height: 66px;
    border-radius: 3px 3px 0 0;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}
.box .content .movie-item .info,
.cat .content .movie-item .info,
.related-movies .content .movie-item .info {
    display: block;
    position: relative;
    font-size: 0;
    z-index: 2;
    width: 100%;
}
.box .content .movie-item .info .quality {
    display: none;
    position: absolute;
    top: 4px;
    right: 4px;
    height: 22px;
    background-color: black;
    color: #fab818;
    line-height: 18px;
    font-size: 12px;
    border-radius: 3px;
    padding: 0.13rem 0.7rem;
    font-weight: 600;
}
.box .content .movie-item .info .views,
.box .content .movie-item .info .year,
.related-movies .content .movie-item .info .year {
    -webkit-border-radius: 3px;
    left: 4px;
    padding: 0 5px;
    position: absolute;
    height: 18px;
    background: #fb5252;
    color: #fff;
    line-height: 18px;
    font-size: 0.75rem;
}
.box .content .movie-item .info .year,
.cat .content .movie-item .info .year,
.related-movies .content .movie-item .info .year {
    top: 4px;
    border-radius: 3px;
}
.box .content .movie-item .info .year a,
.cat .content .movie-item .info .year a,
.related-movies .content .movie-item .info .year a {
    font-size: 0.75rem;
    color: #fff;
}
.box .content .movie-item .info .views,
.cat .content .movie-item .info .views {
    top: 25px;
    border-radius: 3px;
}
.box .content .movie-item .info .comments,
.cat .content .movie-item .info .comments {
    position: absolute;
    top: 46px;
    left: 4px;
    height: 18px;
    padding: 0 5px;
    background: #fb5252;
    color: #fff;
    line-height: 18px;
    font-size: 0.75rem;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.box .content .movie-item .image,
.cat .content .movie-item .image,
.related-movies .content .movie-item .image {
    font-size: 0;
    position: relative;
    display: block;
}
.box .content .movie-item .movie-title,
.related-movies .content .movie-item .movie-title {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    overflow: hidden;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.box .more {
    position: absolute;
    right: 5px;
    top: 10px;
}
.box .more span,
.related-movies .more span {
    position: relative;
    top: -4px;
}
.box .content .movie-item strong,
.cat .content .movie-item strong,
.related-movies .content .movie-item strong {
    position: absolute;
    right: 0;
    bottom: 0;
    font-weight: 400;
    color: #e99400;
}
.box2 .content .movie-item,
.related-movies2 .content .movie-item {
    padding-bottom: 5px;
}
.box2 .content .movie-item .movie-title,
.related-movies2 .content .movie-item .movie-title {
    padding: 5px 10px;
    background: #444f54;
    color: #ecede8;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    border-radius: 0 0 3px 3px;
    border-bottom: 2px solid #2f3639;
}
.cat {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.cat .title {
    padding: 0 10px 10px;
}
.cat .title b {
    width: 5px;
    height: 18px;
    margin-right: 5px;
    background: #fb5252;
    vertical-align: -2px;
}
.cat .title h2 {
    font-size: 1.325rem;
    color: #ecede8;
}
.cat .content {
    position: relative;
    padding: 0 7px;
}
.cat .content .movie-item {
    float: left;
    display: block;
    width: 50%;
    margin-bottom: 10px;
    padding: 0 5px;
    box-sizing: border-box;
}
.ad img,
.b_pesquisar_width,
.cat .content .movie-item a {
    width: 100%;
}
.cat .content .movie-item .info .quality {
    position: absolute;
    top: 4px;
    right: 4px;
    height: 22px;
    padding: 0.13rem 0.7rem;
    background: #fb5252;
    line-height: 18px;
    font-size: 0.75rem;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: black;
    color: #fab818;
    font-weight: 600;
}
.cat .content .movie-item .info .views,
.cat .content .movie-item .info .year {
    left: 4px;
    height: 18px;
    padding: 0 5px;
    background: #fb5252;
    line-height: 18px;
    -webkit-border-radius: 3px;
    font-weight: 800;
    position: absolute;
    color: #fff;
    font-size: 0.75rem;
}
.cat .content .movie-item .movie-title {
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 600;
}
.cat .more {
    position: absolute;
    right: 5px;
    top: 22px;
}
.footer {
    font-size: 12px;
    padding: 10px 0;
    text-align: center;
    margin-top: 10px;
    background: #333f43;
    color: #adadad;
}
.footer a {
    font-size: 0.75rem;
    padding: 0 6px;
    margin-left: 0.5em;
    background: #444f54;
    color: #ecede8;
}
.ad {
    padding-top: 10px;
}
.main-sliders-rate a {
    font-size: 1em;
}
.watch-top {
    width: 100%;
    height: 170px;
    background: #eee;
    position: relative;
}
.watch-top .main-info .poster img {
    display: block;
    width: 80px;
    height: 120px;
    margin-top: -35px;
    margin-left: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    float: left;
    position: relative;
    z-index: 10;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
.watch-top .fav {
    width: 100%;
    height: 40px;
}
.watch-top .fav a {
    padding: 0 10px;
    display: block;
    background-color: rgba(28, 27, 26, 0.6);
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    margin-top: 8px;
    float: right;
    margin-right: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 20px;
    text-align: center;
    font-weight: 800;
}
.watch-top .main-info .poster .quality,
.watch-top .main-info .poster .year {
    font-weight: 800;
    z-index: 10;
    border-radius: 3px;
    line-height: 18px;
    font-size: 14px;
    color: #ecede8;
    position: absolute;
    height: 30px;
    padding: 5px 15px 0;
    background: #fb5252;
    bottom: 0;
}
.watch-top .main-info {
    width: 100%;
    margin: auto;
    position: absolute;
    padding-bottom: 2px;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}
.watch-top .main-info .poster {
    display: block;
    float: left;
    position: relative;
}
.watch-top .main-info .poster .quality {
    left: 0;
    margin: 0 0 5px 10px;
}
.watch-top .main-info .poster .year {
    right: 0;
    margin: 0 5px 5px 0;
}
.watch-top .main-info .poster .quality a,
.watch-top .main-info .poster .year a {
    color: #ecede8;
    font-size: 12px;
}
.watch-top .main-info .right-info {
    margin-left: 90px;
    width: 70%;
    color: #fb5252;
}
.watch-top .main-info .title {
    display: block;
    width: 100%;
    padding: 5px 0 0 5px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.watch-top .main-info .category,
.watch-top .main-info .subtitle {
    color: #ccc;
    padding-left: 5px;
    width: 100%;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-bottom: 5px;
}
.watch-top .main-info .title > a {
    color: #ecede8;
    font-size: 0.8em;
}
.watch-top .main-info .title i {
    font-size: 0.8em;
    color: #fb5252;
}
.b_pesquisar,
.watch-top .main-info .category,
a#categoria-link {
    font-size: 14px;
}
.watch-bottom {
    width: 100%;
    height: 60px;
    background: #444f54;
    border-bottom: 1px solid #333f43;
    position: relative;
}
.watch-bottom ul {
    width: 100%;
    float: left;
}
.watch-bottom ul li {
    display: block;
    width: 33%;
    float: left;
    height: 60px;
    line-height: 20px;
    color: #ecede8;
    text-align: center;
    border-right: 1px solid #333f43;
    overflow: hidden;
    font-size: 0.75em;
}
.pag_episodes .item:last-child,
.watch-bottom ul li:last-child {
    border-right: 0;
}
.watch-bottom ul li > span {
    display: block;
    width: 100%;
    height: 30px;
    font-size: 1em;
    color: #ecede8;
    line-height: 40px;
}
.watch-bottom ul li > span i {
    margin-right: 0.2rem;
}
.screenshots {
    width: 100%;
    margin: 5px 0 0;
    background: #444f54;
    padding: 2px 0;
}
.screenshot-list {
    margin: 10px 10px 7px;
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    font-size: 0;
}
.screenshot-list a {
    margin-bottom: 0;
    width: 41%;
    margin-right: 0.6em;
}
.screenshot-list a:last-child {
    margin-right: 0;
}
.screenshot-list a img {
    width: 100%;
    background: #f0f1f2;
}
.comments-block,
.movie-information {
    width: 100%;
    margin: 5px 0;
    background: #444f54;
    padding: 10px 0 0;
}
.movie-information .movie-info .item,
.short-content .short .cover i {
    color: #fb5252;
}
.movie-information .movie-info .value,
.movie-information .movie-info .value a,
.search-section td.search {
    color: #ecede8;
}
.accordion .content,
.accordion label,
.accordion-box {
    margin: 0 auto;
}
.accordion-title {
    width: 100%;
    height: 37px;
    line-height: 37px;
    font-size: 14pt;
    background: #666f76;
    color: #fff;
}
.bottom-actions,
.player,
.tabs ul a,
td.search {
    background: #444f54;
}
.accordion-title .icon.close {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    padding: 4px;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
    background: none;
}
.accordion-title .icon.open {
    transform: rotate(-135deg);
}
.accordion-title span {
    float: left;
    padding-left: 14px;
    border-left: 5px solid #fb5252;
}
.accordion-title .icon {
    width: 15px;
    height: 15px;
    margin: 11px 16px 0 0;
    float: right;
}
.accordion-content {
    padding: 5px 12px 0 10px;
    text-align: left;
    text-justify: distribute-all-lines;
}
.player {
    width: 100%;
    margin: 5px 0;
}
.tabs {
    color: #111;
    width: 100%;
    margin: 0 auto;
}
.tabs ul a {
    display: block;
    padding: 10px 16px;
    text-decoration: none !important;
    font: 13px Tahoma;
    color: #eeeeeb;
    margin-bottom: -2px;
}
.tabs ul a:hover {
    color: #fff;
    background: #111;
}
.tabs ul a.selected {
    color: #ecede8;
    background: #666f76;
    cursor: default;
}
.tabs > div {
    padding: 5px 10px 0 0;
    clear: left;
    background: #666f76;
}
.tabs > div embed,
.tabs > div iframe,
.tabs > div object,
.tabs > div script {
    margin-left: 5px;
}
.tabs .mejs-container,
.tabs .mejs-overlay,
.tabs > div embed,
.tabs > div iframe,
.tabs > div object,
.tabs > div script {
    width: 100% !important;
    height: 250px !important;
    background: 0 0;
}
.tabs > div a {
    color: #000;
    font-weight: 700;
}
#tabs2 {
    background: #0a0a0a;
    border: 1px solid #1a1a1a;
}
#tabs2 a {
    background: #222;
}
#classificao-A18,
#tabs2 a:hover {
    background: #000;
}
#tabs2 a.selected {
    background: snow;
}
#tabs3 {
    background: #ff9;
}
.bottom-actions {
    padding: 0 10px;
    position: relative;
    height: 44px;
    color: #666;
    font-size: 14px;
    line-height: 44px;
    margin-top: 5px;
    width: 100%;
}
.bottom-actions .actions > a,
.bottom-actions .rate > a {
    background: #666f76;
    padding: 5px 10px;
    color: #ecede8;
    margin-right: 2px;
    border-radius: 3px;
    height: 25px;
    line-height: 25px;
    margin-top: 4px;
    float: left;
    border-bottom: 2px solid #2f3639;
    transition: 0.3s;
}
.bottom-actions .actions a:hover,
.bottom-actions .rate > a:hover {
    background: #fb5252;
    transition: 0.3s;
    border-bottom: 2px solid #007cc0;
}
.bottom-actions .actions {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 28px;
}
.related-movies {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
    margin-top: 10px;
    background: #333f43;
    padding-bottom: 10px;
}
.g-gotop,
.g-gotop b {
    width: 48px;
    height: 48px;
}
.related-movies .title span {
    background-color: #444f54;
    float: left;
    border-left: 4px solid #fb5252;
    padding: 0 10px;
    color: #ecede8;
}
.related-movies .content {
    white-space: nowrap;
    position: relative;
    overflow-x: scroll;
    padding-top: 10px;
    background: #333f43;
}
.related-movies .content .movie-item .info .quality {
    position: absolute;
    top: 4px;
    right: 4px;
    height: 18px;
    padding: 0 5px;
    background: #fb5252;
    color: #fff;
    line-height: 18px;
    font-size: 0.75rem;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.related-movies .more {
    position: absolute;
    right: 5px;
    top: 12px;
}
.comment {
    padding: 10px 10px 35px 7px;
    position: relative;
    border-top: 1px solid #666f76;
    border-bottom: 1px solid #666f76;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}
.mass_comments_action {
    margin-top: 10px;
    color: #ccc;
    font-size: 12px;
    padding: 0 6px;
}
.mass_comments_action select {
    margin-bottom: 5px;
}
.mass_comments_action input[type="submit"] {
    background: #2bb2f1;
    font-size: 12px;
}
.comment .comment-header {
    overflow: hidden;
}
.commen .comment-header .header-wrap .wrap-pic .pic-box img,
.comment .comment-header .header-wrap .wrap-pic .pic-box {
    width: 1.3125em;
    height: 1.3125em;
    overflow: hidden;
    border-radius: 1.3125em;
    margin: 0;
}
.comment .comment-header .header-wrap .wrap-pic .pic-box .box-border {
    width: 1.3125em;
    height: 1.3125em;
    left: 0;
    position: absolute;
    top: 0;
}
.comment .comment-header .header-wrap .wrap-msg {
    float: left;
    padding: 0 0 0 0.4375em;
}
.comment .comment-header .header-wrap .wrap-msg .msg-name-b a {
    color: #999;
}
.comment .comment-header .header-wrap .wrap-msg .msg-name {
    line-height: 1em;
    font-size: 0.8125em;
    font-weight: 700;
    padding: 0.25em 0 0;
}
.comment .comment-cont {
    color: #ecede8;
    border-bottom: 1px dashed #555f65;
    padding-bottom: 10px;
}
.comment .comment-cont .cont-text-b {
    color: #333;
}
.comment .comment-cont .cont-text {
    line-height: 1.25em;
    font-size: 0.9375em;
    padding: 0.5625em 0 0;
    word-wrap: break-word;
    break-word: break-all;
    text-indent: 0;
}
.comment .comment-header .action-time {
    color: #b8b8b8;
    float: left;
    font-size: 10px;
    line-height: 10px;
    padding-top: 6px;
    padding-left: 10px;
}
.comment .comment-action .action-click {
    float: right;
    margin-top: 15px;
}
.comment .comment-action .action-click > div {
    float: left;
    margin-right: 5px;
}
.comment .comment-action .action-click > a {
    color: #ecede8;
    padding-right: 5px;
    font-size: 13px;
}
.g-gotop.show {
    opacity: 1;
    pointer-events: auto;
}
.g-gotop {
    pointer-events: none;
    opacity: 0;
    position: fixed;
    bottom: 5px;
    right: 5px;
    z-index: 999;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.g-gotop b {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.g-gotop i {
    position: absolute;
    top: 5px;
    left: 8px;
    color: #fff;
    font-size: 2rem;
}
.latest-news {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 75%;
    padding: 0 4px 8px;
}
.latest-news .latest {
    position: relative;
    width: 100%;
    border-bottom: 2px solid #fb5252;
}
.latest-news .latest .con {
    position: relative;
    background: #fff;
    border-radius: 3px 3px 0 0;
}
.latest-news .latest .con:before,
.short-content .short .con:before {
    content: "";
    display: block;
    padding-top: 56.25%;
}
.latest-news .latest .cover,
.short-content .short .cover {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #ccc;
    background-position: center center;
    -o-background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.latest-news .latest .cover .bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 28px;
    display: block;
    background: url("../images/news-title-alpha.png") repeat-x;
}
.latest-news .latest.simple .tit {
    position: absolute;
    bottom: 4px;
    left: 0;
    text-overflow: ellipsis;
    width: 100%;
    background: 0;
    color: #fff;
    padding: 0 5px;
    font-size: 0.875rem;
}
.latest-news .latest .tit {
    overflow: hidden;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    background: #fff;
}
.latest-news .latest .cover .tag,
.short-content .short .cover .i {
    position: absolute;
    top: 4px;
    left: 4px;
    height: 18px;
    padding: 0 5px;
    background: #fb5252;
    color: #fff;
    line-height: 18px;
    font-size: 0.75rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#userinfo a,
.buttons a {
    background: #fb5252;
    color: #fff;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    border-radius: 3px;
    border-bottom: 2px solid #007cc0;
}
.comment.vcard {
    background: #444f54;
    padding: 5px 10px;
}
.com-cont strong {
    width: 100%;
    background: #555f65;
    word-wrap: break-word;
    display: block;
    color: #ccc;
    padding-left: 5px;
}
.com-cont {
    color: #ecede8;
    margin-bottom: 10px;
    overflow: hidden;
    word-wrap: break-word;
}
.header-search-line-input {
    box-sizing: border-box;
    border-radius: 3px;
    padding: 0 10px;
    width: 100%;
    color: #ecede8;
    height: 30px;
    background: #555f65;
    border: none;
    outline: 0;
    font:
        14px/1.5 Montserrat,
        sans-serif;
}
.movie-search-block {
    height: 156px;
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
}
.movie-search-card,
.news-search-card {
    background-color: #444f54;
    border-radius: 3px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
    display: block;
    margin-bottom: 10px;
    -webkit-transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}
.movie-search-card .card-side,
.news-search-card .card-side {
    border-radius: 2px 0 0 2px;
    max-width: 33.33333%;
    float: left;
}
.movie-search-card .card-side a,
.news-search-card .card-side a {
    display: block;
    float: left;
}
.movie-search-card .card-main {
    height: 156px;
    padding-left: 110px;
}
.movie-search-card .card-inner,
.news-search-card .card-inner {
    padding-right: 10px;
    position: relative;
    z-index: 1;
}
.movie-search-card .card-heading {
    display: block;
    line-height: 28px;
    margin-bottom: 17px;
    margin-top: 5px;
    font-size: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.movie-search-card .subtitle {
    font-size: 12px;
    font-style: normal;
    display: block;
    margin-top: -5px;
    color: #fb5252;
}
.movie-search-card .card-view {
    margin-top: -20px;
    color: #ccc;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}
.movie-search-card .card-category,
.movie-search-card .card-category a {
    color: #ccc;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}
.movie-search-card p.card-info,
.news-search-card p.card-info {
    margin-top: 5px;
    font-size: 15px;
    color: #ccc;
}
.news-search-block {
    height: 70px;
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
}
.news-search-card .card-main {
    height: 70px;
    padding-left: 110px;
}
.news-search-card .card-heading {
    display: block;
    line-height: 18px;
    margin-bottom: 18px;
    margin-top: 5px;
    font-size: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news-search-card .subtitle {
    font-size: 12px;
    font-style: normal;
    display: block;
    margin-top: -5px;
    color: #e34e47;
}
.news-search-card .card-view {
    margin-top: -20px;
    color: #fb5252;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-search-card .card-category,
.news-search-card .card-category a {
    font-size: 14px;
    color: #ddd;
}
.advanced-search {
    width: 100%;
    margin: 5px 0;
    padding: 10px 0 0;
}
.search-section {
    margin-bottom: 10px;
}
.search-section legend {
    font-size: 14px;
    color: #ecede8;
    font-weight: 700;
    padding: 0 5px;
}
.search-section select {
    width: 100% !important;
    height: 30px;
    overflow: hidden;
}
.search-section input[type="text"],
.search-section select,
.story .search #searchinput {
    padding: 10px;
    background: #555f65;
    border: 1px solid #777f87;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: #ecede8;
    box-sizing: border-box;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    margin: 0 15px 0 0;
}
#new_h1_size,
.accordion label {
    border-left: 5px solid #fb5252;
}
.search-section select option {
    color: #ecede8 !important;
}
ul.pagination,
ul.pagination a {
    color: #fb5252;
    display: inline-block;
}
.story .search .bbcodes {
    position: relative;
    top: 5px;
}
.static .static-title {
    padding: 24px 15px;
    background-color: #fb5252;
    font-family: Montserrat, sans-serif;
}
.static .static-title h1 {
    color: #fff;
    font:
        bold 18px/34px Montserrat,
        sans-serif;
}
.static .static-content {
    overflow: hidden;
    padding: 10px;
    font:
        14px/28px Montserrat,
        sans-serif;
    color: #ecede8;
    background: #555f65;
}
.short-content {
    box-sizing: border-box;
    float: left;
    width: 100%;
    padding: 0 4px 8px;
}
.short-content .short {
    position: relative;
    width: 100%;
    border-bottom: 2px solid #fb5252;
    overflow: hidden;
}
.short-content .short .con {
    position: relative;
    background: #fff;
}
.short-content .short .cover .bg {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 10px;
    color: #ecede8;
    width: 100%;
    height: 28px;
    display: block;
    background: url("../images/news-title-alpha.png") repeat-x;
}
.short-content .short .tit {
    overflow: hidden;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    background: #666f76;
    color: #ecede8;
}
.short-content .short .tit h3 {
    overflow: hidden;
    height: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.short-content .short .tit a {
    font-size: 0.875rem;
    color: #ecede8;
}
.fullnews .news-title {
    padding: 24px 15px;
    background-color: #fb5252;
}
.fullnews .news-title h1 {
    font: bold 18px/34px Arial;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
}
.fullnews .news-title p {
    color: #fff;
    text-shadow: 1px 1px 2px #000;
}
.fullnews .news-title p a {
    margin-right: 10px;
    padding: 2px 6px;
    background: #007cc0;
    color: #fff;
    text-shadow: none;
}
.fullnews .news-content {
    overflow: hidden;
    padding: 10px;
    font-size: 14px;
    color: #ecede8;
    background: #555f65;
}
@media (max-width: 299px) {
    .box .content .movie-item,
    .cat .content .movie-item {
        width: 100%;
    }
    .latest-news {
        width: 75%;
        padding: 0 4px 8px;
    }
    .watch-top .main-info .poster .quality,
    .watch-top .main-info .poster .year {
        display: none;
    }
}
@media (min-width: 300px) and (max-width: 379px) {
    .watch-top .main-info .poster .quality {
        display: none;
    }
    .cat .content .movie-item:nth-child(odd) {
        clear: both;
    }
}
@media (min-width: 380px) and (max-width: 549px) {
    .box .content .movie-item,
    .cat .content .movie-item {
        width: 33.333%;
    }
    .b_pesquisar {
        width: 100%;
    }
    .related-movies .content .movie-item {
        width: 35%;
    }
    .watch-top {
        height: 225px;
        -webkit-animation: 1.7s 20 color;
    }
    .watch-top .main-info .poster img {
        width: 120px;
        height: 180px;
        margin-top: -95px;
    }
    .watch-top .main-info .right-info {
        margin-left: 130px;
        width: 67%;
    }
    .fullnews .news-title {
        padding-top: 90px;
    }
}
@media (min-width: 550px) and (max-width: 749px) {
    .box .content .movie-item,
    .cat .content .movie-item,
    .screenshot-list a {
        width: 25%;
    }
    .b_pesquisar {
        width: 100%;
    }
    .related-movies .content .movie-item {
        width: 22%;
    }
    .cat .content .movie-item:nth-child(4n + 1) {
        clear: both;
    }
    .watch-top .main-info .right-info {
        margin-left: 170px;
        width: 70%;
    }
    .watch-top {
        height: 290px;
    }
    .watch-top .main-info .poster img {
        width: 160px;
        height: 240px;
        margin-top: -155px;
    }
    .fullnews .news-title {
        padding-top: 130px;
    }
    .short-content {
        width: 50%;
    }
}
@media (min-width: 750px) and (max-width: 999px) {
    .box .content .movie-item,
    .cat .content .movie-item,
    .screenshot-list a {
        width: 25%;
    }
    .b_pesquisar {
        width: 100%;
    }
    .related-movies .content .movie-item {
        width: 20%;
    }
    .cat .content .movie-item:nth-child(4n + 1) {
        clear: both;
    }
    .watch-top {
        height: 350px;
    }
    .watch-top .main-info .poster img {
        width: 200px;
        height: 300px;
        margin-top: -215px;
    }
    .watch-top .main-info .right-info {
        margin-left: 210px;
        width: 70%;
    }
    .tabs .mejs-container,
    .tabs .mejs-overlay,
    .tabs > div iframe {
        height: 360px !important;
    }
    .fullnews .news-title {
        padding-top: 270px;
    }
    .short-content {
        width: 33.333%;
    }
}
@media (min-width: 1000px) {
    .cat .content .movie-item {
        width: 16.666%;
    }
    .box .content #movie-item-relacionados {
        width: 12%;
    }
    .latest-news {
        width: 41.111%;
    }
    .box .content .movie-item {
        width: 16.5%;
    }
    .related-movies .content .movie-item {
        width: 19.999%;
    }
    .cat .content .movie-item:nth-child(6n + 1) {
        clear: both;
    }
    .watch-top {
        height: 410px;
    }
    .watch-top .main-info .poster img {
        width: 240px;
        height: 360px;
        margin-top: -270px;
        background-color: #353535;
        animation: 1.7s 20 color;
        -webkit-animation: 1.7s 20 color;
    }
    .watch-top .main-info .right-info {
        margin-left: 250px;
        width: 70%;
    }
    .screenshot-list a,
    .short-content {
        width: 25%;
    }
    .tabs .mejs-container,
    .tabs .mejs-overlay,
    .tabs > div iframe {
        height: 360px !important;
    }
    .fullnews .news-title {
        padding-top: 270px;
    }
}
.busca_term {
    margin: 10px;
}
.b_pesquisar {
    font-weight: 700;
    color: #fff;
    line-height: normal;
    margin: 10px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    clear: both;
    padding: 10px;
    border-bottom: 3px solid #752e2e;
    font-family: Montserrat, sans-serif;
    width: 17%;
    background: #333f43;
    border: 1px solid #555f65;
}
.collection .collection-item.avatar p,
.espaco_episode,
.seotag,
ul.collapsible {
    margin: 0;
}
.b_pesquisar:hover {
    opacity: 0.85;
    background: #fb5252;
}
@media only screen and (max-width: 1400px) {
    #novo_play_vb {
        max-width: 850px !important;
    }
}
@media only screen and (max-width: 900px) {
    .form-control,
    .size-serach-index-form {
        background: #1c282a;
        margin-bottom: 20px;
        color: var(--bs-body-color);
    }
    .topnavmob a:hover {
        background-color: rgb(255 255 255 / 31%);
        color: #fff;
    }
    .size-serach-index {
        display: block;
        max-width: 90%;
    }
    .size-serach-index-form {
        display: block !important;
        border-radius: 0.375rem;
        border: 1px solid #555f65;
        height: 30px;
        font-family: Rubik, sans-serif;
    }
    .form-control {
        border-radius: 0.375rem;
        border: 1px solid #555f65;
    }
    .form-control:focus {
        background-color: #343c3f;
        color: #fff;
        border-color: #fb5252;
        box-shadow: none;
    }
    .form-group label {
        color: #bbb;
        font-weight: 600;
    }
    .form-section {
        background-color: #2c2f3e;
        padding: 20px;
        border-radius: 15px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    }
    .form-control-file {
        color: #fff;
        border: none;
    }
    .box .content .movie-item .info .views,
    .box .content .movie-item .info .year,
    .toggle-desktop-post {
        display: none;
    }
    .seo-h1-default {
        padding-top: 20px;
    }
    .style_addtolist_type_wrapper__TLU14::before {
        content: "";
        position: absolute;
        bottom: -12px;
        left: auto;
        right: 48%;
        transform: translateX(0);
        border-width: 12px 12px 0;
        border-style: solid;
        border-color: #555f65 transparent transparent;
    }
    .mobile-toggle-post_ws {
        display: block;
    }
    .style_addtolist_type_container__Apnqd {
        position: absolute;
        bottom: 10px;
        right: 10px;
        text-align: center;
        font-weight: 800;
        z-index: 10;
        font-size: 14px;
        color: #ecede8;
        padding: 0;
        width: 96%;
    }
    .header-search-form {
        position: absolute;
        right: 0;
        margin-right: 0;
        overflow: hidden;
        top: 0;
        width: 20%;
        max-width: 400px;
        padding: 15px 5px;
    }
    .search-container {
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 15px;
        flex-direction: column;
    }
    .search-container input[type="text"] {
        margin-right: 0;
        flex-grow: 1;
        margin-top: 15px;
        background: #555f65;
        border: 1px solid #777f87;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        color: #ecede8;
        box-sizing: border-box;
        font-family: Montserrat, sans-serif;
        font-size: 14px;
        font-weight: 500;
        padding: 10px;
        width: 100% !important;
        height: 45px;
    }
    .btn-serach-ws {
        font-weight: 400;
        color: #fff;
        line-height: normal;
        clear: both;
        font-family: Montserrat, sans-serif;
        background-color: #333f43;
        border: 1px solid #555f65;
        width: 100%;
        padding: 10px;
        height: 40px;
        margin: 3px;
        border-radius: 0.375rem;
        font-size: 16px;
    }
    .b_pesquisar,
    .search-section input[type="text"],
    .search-section select,
    .story .search #searchinput {
        width: 100%;
    }
    #novo_play_vb {
        padding-right: 0;
        padding-left: 0;
        margin-right: auto;
        margin-left: auto;
    }
    .footerbar .meio {
        width: 25% !important;
    }
    .clear_home {
        padding-top: 35px;
    }
    .accordion > input[name="collapse"]:checked ~ .content {
        height: auto;
    }
    p#desktop-descricao {
        display: block !important;
    }
    #desktop-descricao {
        display: none !important;
    }
}
.footerbar .meio,
.footerbar .neext,
.footerbar .prev {
    width: 31%;
    margin: 0;
    cursor: pointer;
    text-align: center;
    background: #333f43;
    font-weight: 700;
    border-radius: 3px;
}
ul.pagination {
    text-align: center;
    font:
        700 20px Montserrat,
        sans-serif;
    margin: 40px 0 0;
    padding-bottom: 20px;
}
ul.pagination a.current,
ul.pagination a:hover {
    background: #fb5252;
    color: #fff;
    border: 2px solid #fb5252;
}
ul.pagination a {
    margin: 0 0 0 10px;
    font:
        800 20px Montserrat,
        sans-serif;
    padding: 12px;
    text-decoration: none;
    transition: 0.2s;
    border-radius: 3px;
    border: 2px solid #333f43;
}
#new_h1_size {
    position: relative;
    padding: 0 15px 0 14px;
    color: #fff;
    margin: 20px 0 25px;
    font-size: 17pt;
    float: left;
    text-transform: capitalize;
}
#btnContainer_222 {
    text-align: right;
}
#bg_list,
button#bg_gd {
    background: 0 0;
    font-size: 18pt;
    color: #ccc;
    margin: 0 0 10px 5px;
}
.seodiv {
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: center;
    font-size: 1px;
}
.seotag {
    font-size: 1px;
    font-weight: 500;
    opacity: 0.35;
    display: inline-block;
    font-style: italic;
}
.alerta_chrome,
.pag_episodes .item a span {
    font-size: 15px;
}
.footerbar {
    width: 100%;
    float: left;
    clear: both;
    color: #fff;
}
.footerbar .prev {
    font-size: 16px;
    float: left;
    padding: 10px 0;
}
.footerbar .next i,
.footerbar .prev i {
    font-size: 18px;
    color: #fff;
}
.footerbar .meio span,
.footerbar .prev span {
    margin-left: 5px;
    color: #fff;
}
.footerbar .neext {
    font-size: 16px;
    float: right;
    padding: 10px 0;
}
.footerbar .next:hover {
    background: var(--scrow);
    border-radius: 0 0 5px;
}
.footerbar .next span {
    margin-right: 5px;
    color: #fff;
}
.footerbar .meio {
    float: left;
    padding: 8px 5px 7px 0;
    margin: 0 0 0 30px;
}
.footerbar .meio i {
    font-size: 20pt;
    color: #fff;
}
.footerbar .neext:hover {
    color: #fff;
    background: #616b74;
}
.footerbar .meio:hover,
.footerbar .prev:hover {
    color: #5bc0de;
    background: #616b74;
}
.alerta_chrome {
    text-align: center;
    background: #d99800;
    padding: 10px;
    font-weight: 400;
    border-radius: 4px;
    transition: 0.2s;
    color: #000;
    font-family: changa;
}
#novo_play_vb {
    max-width: 970px;
    width: 100%;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}
#novo_play_vb_static {
    float: left;
    width: 100%;
    padding: 0;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}
#novo_play_vb_title {
    padding: 5px 15px;
    background-color: #fb5252;
}
i#fa-iconepos {
    margin: 0 0 0 5px;
}
#menu-dropdown ul li:hover > ul,
.dropdown.open .dropdown-content,
.listView .movie-item,
.listView .movie-search-block {
    display: block;
}
.active {
    color: #fff;
}
.accordion .content {
    background: #fff;
    overflow: hidden;
    height: 0;
    transition: 0.5s;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
}
.accordion > input[name="collapse"]:checked ~ .content {
    height: auto;
    border-top: 0;
    transition: 0.3s;
}
.accordion label {
    display: block;
    cursor: pointer;
    padding: 0 0 0 10px;
    background: #666f76;
    user-select: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    height: 37px;
    color: #fff;
    line-height: 37px;
    font-size: 14pt;
}
#sidebar,
.side_navlinks ul {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.accordion {
    margin-bottom: 1em;
}
.accordion p:last-child,
.pag_episodes {
    margin-bottom: 0;
}
.accordion .handle {
    margin: 0;
    font-size: 16px;
}
.accordion .handle label:before {
    font-family: FontAwesome;
    content: "\f107";
    margin-right: 10px;
    font-size: 1em;
    line-height: 1.556em;
    vertical-align: middle;
    transition: 0.4s;
    display: none;
}
.accordion > input[name="collapse"]:checked ~ .handle label:before {
    transform: rotate(180deg);
    transform-origin: center;
    transition: 0.4s;
}
#sidebar {
    position: fixed;
    z-index: 9999;
    max-width: 300px;
    padding: 0;
    background-color: #2f2f30;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    transition:
        opacity 0.3s,
        visibility 0.2s,
        transform 0.3s;
}
#sidebar.show {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
.sidebar_content {
    padding: 0 !important;
}
.sidebar_body {
    border-top: 1px dashed var(--text-color);
    border-bottom: 1px dashed var(--text-color);
    padding: 0;
    margin: 0;
}
.side_navlinks ul {
    overflow: auto;
    scrollbar-color: #222 #151515;
}
.side_navlinks li a {
    opacity: 0.8;
}
.side_navlinks a:hover {
    opacity: 1;
    color: #212122;
}
.sidebar_toggler {
    position: fixed;
    top: 4vh;
    right: 3vw;
    width: 1.75rem;
    height: 1.3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    overflow: hidden;
}
.sidebar_toggler span {
    background-color: #ddd;
    width: 100%;
    height: 2.4px;
    transition: 0.3s;
    pointer-events: none;
}
#sidebar.show + .sidebar_toggler {
    justify-content: center;
}
#sidebar.show + .sidebar_toggler span {
    margin-top: -1.2px;
    margin-bottom: -1.2px;
}
#sidebar.show + .sidebar_toggler span:first-child {
    transform: rotate(45deg);
}
#sidebar.show + .sidebar_toggler span:nth-child(2) {
    opacity: 0;
    transform: translateX(-100%);
}
#sidebar.show + .sidebar_toggler span:last-child {
    transform: rotate(-45deg);
}
.sidebar_content.sidebar_head {
    z-index: 10;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    background-color: #fb5252 !important;
    color: #fff;
    border: 0;
    margin: 0;
    outline: 0;
    padding: 1rem !important;
    font:
        600 18px Montserrat,
        sans-serif;
}
.search2x,
.search2x form {
    border-radius: 0.25rem;
    width: 100%;
    left: 0;
    top: 0;
}
a#menu-drawer-color-link {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
    border-radius: 0 !important;
    position: relative;
    display: block;
    padding: 1rem;
    opacity: 0.8;
    font-size: 14px;
}
a#menu-drawer-color-link:hover {
    background-color: #c1c1c1;
    color: #000;
}
#menu-drawer-wall {
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 888;
    background: rgba(11, 11, 11, 0.8);
    position: fixed !important;
    display: none;
}
.search2x {
    height: 100%;
    display: none;
    z-index: 10000;
}
.search2x form {
    right: 0;
    bottom: 0;
    height: 55px;
    margin: auto;
    max-width: 1000px;
    position: relative;
    background-color: #2f2f30;
}
.search2x form input {
    opacity: 1;
    width: 100%;
    height: 100%;
    font-weight: 800;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background-color: #2f2f30;
    padding: 0;
    border: 1px solid #2f2f30;
    border-radius: 0.25rem;
}
.search2x form button {
    top: 0;
    right: 0;
    width: 60px;
    height: 45px;
    position: absolute;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: transparent;
    border-bottom: 3px solid rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    padding: 0;
    border-width: 0;
}
.search2x form button svg {
    width: 100%;
    height: 60%;
    color: #e50915;
    padding: 15px 0 0;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.fechar2x {
    z-index: 99999;
}
#menu-dropdown {
    margin-top: 15px;
}
#menu-dropdown ul {
    list-style: none;
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
}
#menu-dropdown ul a {
    display: block;
    color: #333;
    text-decoration: none;
    font-weight: 700;
    font-size: 12px;
    line-height: 32px;
    padding: 0 15px;
    font-family: HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#menu-dropdown ul li {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
}
#menu-dropdown ul li.active {
    background: #ddd;
}
#menu-dropdown ul li:hover {
    background: #ccc;
}
#menu-dropdown ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    padding: 0;
}
#menu-dropdown ul ul li {
    float: none;
    width: 200px;
}
#menu-dropdown ul ul a {
    line-height: 120%;
    padding: 10px 15px;
}
#menu-dropdown ul ul ul {
    top: 0;
    left: 100%;
}
button#bg_gd,
button#bg_list {
    border-bottom: 0 solid #007cc0;
}
.tooltip .tooltiptext {
    visibility: hidden;
    max-width: 100%;
    width: max-content;
    background-color: #ff4c4c;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
    position: absolute;
    z-index: 1;
    transition: opacity 0.3s;
    right: 0;
    top: -160%;
    left: 50%;
    transform: translateX(-50%);
    font:
        14px/1.5 Montserrat,
        sans-serif;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
.tooltip .tooltiptext i {
    margin-right: 5px;
}
.tooltiptext::after {
    content: "";
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 11px solid #ff4c4c;
    bottom: -5px;
    left: 50%;
    margin-left: -11px;
}
.pag_episodes {
    width: 100%;
    float: left;
    background: #333f43;
    font-size: 16px;
    font-weight: 700;
}
.pag_episodes .item {
    width: calc(100% / 3);
    float: left;
    text-align: center;
}
.pag_episodes .item a {
    padding: 15px;
    float: left;
    width: 100%;
}
.pag_episodes .item a.nonex {
    opacity: 0.3;
    cursor: not-allowed;
}
.pag_episodes .item a i {
    padding: 0 5px;
}
#classificao-A16 {
    background: #dd071f;
}
#classificao-A14 {
    background: #ec6a14;
}
#classificao-A12 {
    background: #fdcb18;
}
#classificao-A10 {
    background: #0082cc;
}
#classificao-L {
    background: #2e963f;
}
.seo-h1-default {
    color: #222f32;
    font-size: 10px;
}
.filter-list_cat {
    padding: 10px 10px 20px;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    color: #ccc;
    font-size: 16px;
    list-style: none;
}
.filter-list_cat li {
    padding: 0;
    min-height: 40px;
}
.filter-list_cat li a {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 10px 15px;
    background: #555f65;
    border-radius: 4px;
    transition: background 0.2s;
}
.filter-list_cat li a:hover {
    background: #4e595e;
}
@font-face {
    font-family: "Material Icons";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/materialicons/v142/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format("woff2");
}
.material-icons {
    font-family: "Material Icons";
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga";
    font-feature-settings: "liga";
}
@media only screen and (max-width: 600px) {
    .tooltip .tooltiptext,
    .watch-top .fav,
    .watch-top .main-info .category,
    .watch-top .main-info .poster,
    i.fa.fa-tag {
        display: none;
    }
    .header #novoh1 a {
        top: 11px;
        font-size: 20px;
    }
    .footer {
        padding: 10px 5px;
    }
    .quality,
    .quality_mobile {
        padding: 0 12px;
        display: block;
        font-size: 16px;
        line-height: 30px;
        color: #fff;
        float: right;
        text-align: center;
        font-weight: 800;
    }
    .filter-list_cat {
        grid-template-columns: repeat(2, 1fr);
    }
    .cat .content .movie-item:nth-child(odd) {
        clear: both;
    }
    .cat .content .movie-item {
        width: 50% !important;
    }
    a#menu-drawer-color-link {
        text-align: center;
    }
    .watch-top-img {
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100%;
    }
    .watch-top .main-info .right-info {
        margin-left: 0;
        width: 100%;
        text-align: center;
    }
    .watch-top .main-info .title {
        padding: 5px 0 0 5px;
    }
    .quality_mobile {
        margin-top: 10px;
        margin-right: 15px;
    }
}
#btn_more_pluss {
    width: 100%;
    height: 50px;
    background: #ededed;
    color: #000;
    font-size: 14px;
    line-height: 1.5rem;
    padding: 10px 20px;
    margin: 0;
    border-bottom: 1px solid #e0e0e0;
}
#btn_more_pluss:hover,
.collection-color-link:hover {
    color: red;
}
@media only screen and (max-width: 900px) {
    #new_h1_size {
        margin: 30px 0 30px;
        clear: both;
    }
    .topnavmob,
    .topnavmob a {
        text-decoration: none;
    }
    .topnavmob a,
    div#mytopnavmob {
        display: block;
    }
    #color-link,
    .activex,
    .topnavmob,
    .topnavmob a {
        color: #fff;
    }
    .simples-banner-text-span {
        font-size: 14px !important;
    }
    .spacex {
        padding: 0 0 50px;
    }
    .nav,
    .topnavmob #myLinks,
    .views,
    .year {
        display: none;
    }
    .pag_episodes .item a i {
        font-size: 25px;
    }
    .pag_episodes .item a span {
        font-size: 15px;
        display: none;
    }
    .pag_episodes .item a {
        padding: 15px 0;
    }
    #alerta-responsive {
        font-size: 13px;
    }
    .topnavmob {
        font-size: 17px;
        padding: 0;
        background: #444f54;
        margin: 0;
        position: relative;
        height: 40px;
        z-index: 13;
    }
    .topnavmob a {
        border-bottom: 1px solid #586066;
        padding: 10px 15px;
        font:
            17px/1.5 Montserrat,
            sans-serif;
        width: 100%;
    }
    .topnavmob a.icon {
        background: #333f43;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        border: 1px solid #555f65;
        transition: transform 0.3s;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        font:
            900 14px/1.5 Montserrat,
            sans-serif;
        padding: 10px 0;
        text-align: center;
    }
    .topnavmob a:hover {
        background-color: #4a595fc7;
        color: #fff;
    }
    .mobile_full_bg.activex {
        background: #444f54;
        width: 100%;
        height: 100%;
        padding: 0;
        position: fixed;
    }
    .activex {
        display: block !important;
        background-color: #444f54;
    }
}
.d-flex,
a.dropdown-css-g099 {
    display: flex !important;
}
a.discord-btn:hover {
    background: #424dd5 !important;
    border: 1px solid #5661ea !important;
}
a.dropdown-css-g099 {
    text-decoration: none;
    clear: both;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 0.875rem;
    font-weight: 400;
    position: relative;
    width: auto;
    padding: 0.75rem !important;
    color: #fff;
    flex-direction: row;
    grid-gap: 0.5rem;
    cursor: pointer;
}
.align-items-center {
    align-items: center !important;
}
button.login-btn {
    background-color: #fb5252;
    color: #fff;
    border: none;
    padding: 5px 15px;
    border-radius: var(--radius-sm);
    cursor: pointer;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
}
.search-icon {
    font-size: 25px;
    color: #fff;
    margin-right: 15px;
}
div#nav-bar-css {
    margin: 0.5rem 0rem 0 0;
}
#test1,
#test2,
#test3,
#test4 {
    height: 100vh;
    padding-top: 0.5rem;
}
ul:not(.browser-default) {
    padding-left: 0;
    list-style-type: none;
}
.card {
    margin-top: 0 !important;
}
#test1 {
    background-color: #eee;
}
#test2 {
    background-color: #ff0;
}
#test3 {
    background-color: green;
}
#test4 {
    background-color: #00f;
}
.collapsible-body {
    padding: 0;
}
#icone-size {
    font-size: 12px;
}
.collection-color-link {
    color: #000;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
}
.collection {
    margin: 0;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}
.collection .collection-item {
    background-color: #fff;
    line-height: 1.5rem;
    padding: 10px 20px;
    margin: 0;
    border-bottom: 1px solid #e0e0e0;
}
.collection .collection-item.avatar {
    min-height: 84px;
    padding-left: 72px;
    position: relative;
}
.collection .collection-item.avatar :not(.circle-clipper) > .circle,
.collection .collection-item.avatar:not(.circle-clipper) > .circle {
    position: absolute;
    width: 42px;
    height: 42px;
    overflow: hidden;
    left: 15px;
    display: inline-block;
    vertical-align: middle;
}
.collection .collection-item.avatar i.circle {
    font-size: 18px;
    line-height: 42px;
    color: #fff;
    background-color: #999;
    text-align: center;
}
.collection .collection-item.avatar .title {
    font-size: 16px;
}
.collection .collection-item.avatar .secondary-content {
    position: absolute;
    top: 16px;
    right: 16px;
}
.collection .collection-item:last-child {
    border-bottom: none;
}
.collection .collection-item.active {
    background-color: #26a69a;
    color: #eafaf9;
}
.collection a.collection-item {
    display: block;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    color: #26a69a;
}
.collection a.collection-item:not(.active):hover {
    background-color: #ddd;
}
.collection.with-header .collection-header {
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 20px;
}
.collection.with-header .collection-item {
    padding-left: 20px;
}
.collection.with-header .collection-item.avatar {
    padding-left: 72px;
}
.secondary-content {
    float: right;
    color: #26a69a;
}
.collapsible .collection {
    margin: 0;
    border: none;
}
.collapsible {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    margin: 0.5rem 0 1rem;
}
.collapsible-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    line-height: 1.5;
    padding: 1rem;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}
.collapsible-header i {
    width: 2rem;
    font-size: 1.6rem;
    display: inline-block;
    text-align: center;
    margin-right: 1rem;
}
.collapsible-body {
    display: none;
    border-bottom: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
ul:not(.browser-default) > li {
    list-style-type: none;
}
span.badge {
    min-width: 3rem;
    padding: 0 6px;
    margin-left: 14px;
    text-align: center;
    font-size: 1rem;
    line-height: 22px;
    height: 22px;
    color: #757575;
    float: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
span.badge.new {
    font-weight: 300;
    font-size: 0.8rem;
    color: #fff;
    background-color: #26a69a;
    border-radius: 2px;
}
span.badge.new:after {
    content: " new";
}
span.badge[data-badge-caption]::after {
    content: " " attr(data-badge-caption);
}
nav ul a span.badge {
    display: inline-block;
    float: none;
    margin-left: 4px;
    line-height: 22px;
    height: 22px;
    -webkit-font-smoothing: auto;
}
.collection-item span.badge {
    margin-top: calc(0.75rem - 11px);
}
.collapsible span.badge,
.login-btn i {
    margin-left: auto;
}
.sidenav span.badge {
    margin-top: calc(24px - 11px);
}
.loading-container {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}
.skeleton {
    background: linear-gradient(90deg, #2d3b41 25%, #3c4a50 50%, #2d3b41 75%);
    background-size: 200% 100%;
    animation: 1.5s infinite shimmer;
    border-radius: 5px;
    margin: 10px 0;
}
@keyframes shimmer {
    from {
        background-position: -200% 0;
    }
    to {
        background-position: 200% 0;
    }
}
.skeleton.bar {
    height: 20px;
    width: 100%;
}
.skeleton.circle {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    margin: 0 auto;
}
.skeleton.card {
    height: 150px;
    width: 100%;
    margin: 20px auto;
}
.search-bar {
    margin-bottom: 30px;
}
.search-bar input {
    width: 50%;
    padding: 10px;
    border: 1px solid #e63946;
    border-radius: 5px;
    background-color: #2d3b41;
    color: #fff;
    font-size: 16px;
    outline: 0;
}
.search-bar input::placeholder {
    color: #a5b1b7;
}
.loading-text {
    margin-top: 20px;
    color: #fff;
    font:
        bold 18px/34px Montserrat,
        sans-serif;
}
.login-btn .avatar {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    object-fit: cover;
}
.dropdown-content {
    display: none;
    position: absolute;
    z-index: 15;
    right: 0;
    top: 30px;
    box-shadow: 0 4px 15px rgb(0 0 0 / 57%);
    padding: 0;
    min-width: 200px;
    background: #333f43;
    margin: 1.2rem -0.5rem;
    border-radius: 8px;
    border: 1px solid #555f65;
}
.dropdown-content::before {
    content: "";
    position: absolute;
    top: -10px;
    left: auto;
    right: 15px;
    transform: translateX(0);
    border-width: 0 10px 10px;
    border-style: solid;
    border-color: transparent transparent #333f43;
}
.dropdown-content a {
    color: #fff;
    padding: 8px 12px;
    display: block;
    text-decoration: none;
}
.dropdown-content a:hover {
    background-color: #8d8d8d69;
}
.modal {
    padding: 0;
}
.logo-desktop {
    display: block;
}
.logo-mobile {
    display: none;
}
@media screen and (max-width: 768px) {
    .logo-desktop {
        display: none;
    }
    .logo-mobile {
        display: block;
    }
}
@media only screen and (max-width: 900px) {
    #desktop-toggle-post {
        display: none;
    }
}
.btn {
    border-radius: 8px;
}
:root {
    --radius-none: 0px;
    --radius-xs: 4px;
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 16px;
    --radius-xl: 24px;
    --radius-xxl: 32px;
    --radius-round: 2147483647px;
}
.modal-header {
    background: #333f43;
    padding: 20px;
    padding-left: 5.6rem !important;
    padding-right: 5.6rem !important;
    position: sticky;
    z-index: 103;
    box-shadow: 0 30px 30px -10px #0f1321;
    border-bottom: 0px solid #dee2e6;
}
.modal {
    backdrop-filter: blur(0.9375rem);
}
input#search-input {
    -webkit-appearance: textfield;
    background: #555f65;
    border: 1px solid hsla(0, 0%, 100%, 0.15);
    border-radius: 12px;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    opacity: 0.8;
    padding: 14px 24px;
}
input#search-input:focus {
    border: 1px solid #fb5252;
    -webkit-box-shadow: 0 0 0 4px #fb525259;
    box-shadow: 0 0 0 4px #fb52523b;
    opacity: 1;
    outline: 0 !important;
}
.serach-salk {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: end;
    margin: 0 auto;
    max-width: 800px;
    position: relative;
    width: 800px;
}
.search-salck {
    position: relative;
}
.search-input {
    padding-right: 40px;
}
.modal-header .close-btn {
    background: 0 0;
    border: none;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
    margin: 0;
    bottom: 0;
    display: block;
    margin-bottom: auto;
    margin-top: auto;
    position: absolute;
    right: 2rem !important;
    top: 0;
}
.modal-header {
    background: #333f43;
    padding: 20px;
    padding-left: 5.6rem !important;
    padding-right: 5.6rem !important;
    position: sticky;
    z-index: 103;
    box-shadow: 0 30px 30px -10px #0f1321;
    border-bottom: 0px solid #dee2e6;
}
.modal {
    backdrop-filter: blur(0.9375rem);
}
input#search-input {
    -webkit-appearance: textfield;
    background: #555f65;
    border: 1px solid hsla(0, 0%, 100%, 0.15);
    border-radius: 12px;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    opacity: 0.8;
    padding: 14px 24px;
}
input#search-input:focus {
    border: 1px solid #fb5252;
    -webkit-box-shadow: 0 0 0 4px #fb525259;
    box-shadow: 0 0 0 4px #fb52523b;
    opacity: 1;
    outline: 0 !important;
}
.serach-salk {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: end;
    margin: 0 auto;
    max-width: 800px;
    position: relative;
    width: 800px;
}
.search-salck {
    position: relative;
}
.search-input {
    padding-right: 40px;
}
.modal .search-result-item {
    border: 1px solid #626c70;
    background: #333f43;
    border-bottom: 1px solid #626c70;
}
.modal .search-result-item:hover {
    background: #4e595e;
}
.search-icon-svg {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #fff;
    width: 30px;
    height: 30px;
}
#row-serach-aline-msk {
    border-radius: 0;
    overflow-y: auto;
}
.main-content {
    padding: 35px 0;
}
@media (min-width: 1024px) {
    .main-content {
        padding: 5px 0;
    }
}
#dle-content .main-content,
.main-content:has(#dle-content) {
    padding: 0;
}
.section-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--text-primary);
    padding-left: 15px;
    border-left: 4px solid #fb5252;
}
.series-card {
    background-color: #333f43;
    border-radius: var(--radius-sm);
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.series-card:hover {
    transform: translateY(-5px);
    background-color: #4e595e;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}
.series-img {
    width: 120px;
    height: 100%;
    object-fit: cover;
    flex-shrink: 0;
}
.series-info {
    padding: 15px;
    flex-grow: 1;
}
.series-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #fff;
}
.series-description {
    font-size: 14px;
    color: #b7b7b7;
    margin-bottom: 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.featured-section {
    margin-bottom: 40px;
}
.category-badge {
    display: inline-block;
    background-color: #fb5252;
    color: white;
    font-size: 11px;
    padding: 3px 8px;
    border-radius: var(--radius-sm);
    margin-right: 5px;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-weight: 500;
}
@media (max-width: 768px) {
    .series-card {
        flex-direction: column;
    }
    .series-img {
        width: 100%;
        height: 150px;
    }
}
a.btn.btn-warning.font-weight-bold.btn-vip:hover {
    background: #fb5252;
    transform: translateY(-2px);
}
a.btn.btn-warning.font-weight-bold.btn-vip:active {
    transform: translateY(0);
}
img[data-src] {
    background-color: linear-gradient(90deg, #333f43 25%, #444f54 50%, #333f43 75%);
    display: block;
    min-height: 1px;
}
.css-desktop-thumbs-relacionados {
    height: 294px;
}

/* Relacionados - slides */
.swiper-container-relacionados .swiper-slide.movie-item {
    flex-shrink: 0;
}
.swiper-container-relacionados .swiper-button-next,
.swiper-container-relacionados .swiper-button-prev {
    display: block;
}
.swiper-navigation-icon {
    display: block;
}
.swiper-button-prev .swiper-navigation-icon {
    transform: rotate(180deg);
}
@media (max-width: 768px) {
    .avatar.avatar-desktop,
    .greeting-text {
        display: none !important;
    }
    .login-btn .username-text {
        display: inline;
    }
}
@media (min-width: 769px) {
    .avatar.avatar-desktop,
    .greeting-text {
        display: inline;
    }
}
.search-hero { padding: 40px 0 0px 0; } .search-form-wrapper { max-width: 100%; margin: 0 auto 30px auto; } .search-form { display: flex; gap: 0; align-items: center; background: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.15); border-radius: var(--radius-sm); padding: 4px; backdrop-filter: blur(10px); transition: all 0.3s ease; } .search-form:focus-within { border-color: #fb5252; background: rgba(255, 255, 255, 0.15); box-shadow: 0 0 0 4px rgba(251, 82, 82, 0.2); } .search-icon-wrapper { padding: 12px 16px; color: rgba(255, 255, 255, 0.7); display: flex; align-items: center; } .search-icon-wrapper i { font-size: 1.2rem; } .search-input-main { flex: 1; padding: 12px 0; background: transparent; border: none; color: #fff; font-size: 1rem; outline: none; font-family: Montserrat, sans-serif; } .search-input-main::placeholder { color: rgba(255, 255, 255, 0.5); } .search-btn-main { padding: 12px 24px; background: linear-gradient(135deg, #fb5252 0%, #e63946 100%); color: #fff; border: none; border-radius: var(--radius-sm); font-size: 0.95rem; font-weight: 600; cursor: pointer; transition: all 0.3s ease; white-space: nowrap; margin-right: 4px; font-family: Montserrat, sans-serif; font-weight: 600; } .search-results-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; flex-wrap: wrap; gap: 15px; } .search-results-title { color: #fff; font-size: 1.2rem; font-weight: 600; } .search-results-count { color: #fb5252; font-size: 0.9rem; font-weight: 500; background: rgba(251, 82, 82, 0.1); padding: 6px 14px; border-radius: var(--radius-sm); } .no-results-container { text-align: center; padding: 60px 20px; background: rgba(255, 255, 255, 0.02); border-radius: var(--radius-sm); margin-top: 20px; } .no-results-icon { font-size: 4rem; color: #fb5252; margin-bottom: 20px; } .no-results-title { color: #fff; font-size: 1.5rem; font-weight: 600; margin-bottom: 10px; } .no-results-text { color: #999; font-size: 1rem; margin-bottom: 30px; } @media (max-width: 768px) { .search-hero {padding: 50px 0 0px 0;} .search-input-main { font-size: 0.9rem; } .search-btn-main { padding: 10px 20px; font-size: 0.85rem; } .search-results-header { flex-direction: column; align-items: flex-start; } }

/* Skip Link - oculto até focar */
.skip-link {
    position: absolute;
    top: -100px;
    left: 0;
    background: #fb5252;
    color: #fff;
    padding: 8px 16px;
    z-index: 10000;
    text-decoration: none;
    font-weight: 600;
    opacity: 0;
    pointer-events: none;
    transition: top 0.2s, opacity 0.2s;
}
.skip-link:focus {
    top: 0;
    opacity: 1;
    pointer-events: auto;
}

/* Search Navbar */
.search-navbar {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #333f43;
    z-index: 1000;
    padding: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}
.search-navbar .search-container {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 10px;
}
.search-navbar .search-icon-input {
    color: #888;
    font-size: 18px;
}
.search-navbar input[type="text"] {
    flex: 1;
    padding: 12px 15px;
    background: #555f65;
    border: 1px solid #777f87;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    font-family: Montserrat, sans-serif;
}
.search-navbar input[type="text"]:focus {
    outline: none;
    border-color: #fb5252;
}
.search-navbar .btn-serach-ws {
    padding: 12px 24px;
    background: #fb5252;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    font-family: Montserrat, sans-serif;
}
.search-navbar .btn-serach-ws:hover {
    background: #e63946;
}
.search-navbar .btn-close-search {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    padding: 5px 10px;
}

/* Social Banner */
.social-banner {
    background: linear-gradient(135deg, #333f43 0%, #2a3439 100%);
    padding: 25px 15px;
    margin-top: 40px;
    border-left: 4px solid #fb5252;
}
.social-banner-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}
.social-banner-text h2 {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 0 5px 0;
}
.social-banner-text p {
    color: #dcdcdc;
    font-size: 0.9rem;
    margin: 0;
}
.social-banner-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.social-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}
.social-btn i {
    font-size: 1.2rem;
}
.social-btn-discord {
    background: #5865F2;
    color: #fff;
}
.social-btn-discord:hover {
    background: #4752c4;
}
.social-btn-telegram {
    background: #0088cc;
    color: #fff;
}
.social-btn-telegram:hover {
    background: #0077b5;
}
@media (max-width: 768px) {
    .social-banner-content {
        flex-direction: column;
        text-align: center;
    }
    .social-banner-buttons {
        justify-content: center;
        width: 100%;
    }
    .social-btn {
        flex: 1;
        justify-content: center;
        min-width: 140px;
    }
}

/* Páginas Legais (DMCA, Política, Termos) */
.legal-content {
    border-radius: 12px;
    padding: 0;
    margin: 20px 0;
    color: #ccc;
    line-height: 1.8;
}
.legal-content h2 {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 600;
    margin: 30px 0 15px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.legal-content h2:first-of-type {
    margin-top: 20px;
}
.legal-content p {
    margin-bottom: 15px;
    font-size: 0.95rem;
}
.legal-content ul {
    margin: 15px 0;
    padding-left: 25px;
}
.legal-content ul li {
    margin-bottom: 10px;
    font-size: 0.95rem;
}
.legal-content strong {
    color: #fb5252;
}

/* Page Header (Categoria, Tag, etc) */
.page-header {
    padding: 30px 0 20px 0;
    background: linear-gradient(180deg, rgba(51, 63, 67, 0.5) 0%, transparent 100%);
}
.page-title {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 10px 0 5px 0;
    font-family: Montserrat, sans-serif;
}
.page-subtitle {
    color: #888;
    font-size: 0.95rem;
    margin: 0;
}

/* Content Grid Cat (Categoria/Tag/Listagem) */
.content-grid-cat {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 15px;
    margin: 20px 0;
}
@media (max-width: 640px) {
    .content-grid-cat {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}

/* Empty State - Quando não há conteúdo */
.empty-state {
    text-align: center;
    padding: 100px 20px;
    margin: 20px 15px;
}
.empty-state-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 30px;
    color: #fb5252;
    opacity: 0.9;
    background: rgba(251, 82, 82, 0.1);
    border-radius: 50%;
    padding: 25px;
}
.empty-state-icon svg {
    width: 100%;
    height: 100%;
}
.empty-state-text {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 12px;
    font-family: Montserrat, sans-serif;
}
.empty-state-hint {
    color: #aaa;
    font-size: 1rem;
    margin: 0 0 25px;
    line-height: 1.5;
}
.empty-state-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fb5252;
    color: #fff;
    padding: 12px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}
.empty-state-btn:hover {
    background: #e04545;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(251, 82, 82, 0.25);
}
#erro-no-content {
    text-align: center;
    padding: 60px 20px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 12px;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
}

/* Error Page 404 */
.error-page-container {
    text-align: center;
    padding: 60px 20px 80px;
    max-width: 500px;
    margin: 0 auto;
}
.error-page-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    color: #fb5252;
    opacity: 0.9;
}
.error-page-icon svg {
    width: 100%;
    height: 100%;
}
.error-page-code {
    font-size: 6rem;
    font-weight: 900;
    line-height: 1;
    background: linear-gradient(135deg, #fb5252 0%, #ff7b7b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 15px;
    letter-spacing: -0.05em;
}
.error-page-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
    font-family: Montserrat, sans-serif;
}
.error-page-text {
    font-size: 1rem;
    color: #aaa;
    line-height: 1.6;
    margin-bottom: 35px;
}
.error-page-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}
.error-page-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    font-family: Montserrat, sans-serif;
}
.error-page-btn.primary {
    background: #fb5252;
    color: #fff;
}
.error-page-btn.primary:hover {
    background: #e04545;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(251, 82, 82, 0.25);
}
.error-page-btn.secondary {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.error-page-btn.secondary:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
}

/* No Seasons State */
.no-seasons-state {
    text-align: center;
    padding: 50px 20px;
    margin: 20px 15px;
}
.no-seasons-state .icon-wrapper {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.no-seasons-state .icon-wrapper svg {
    width: 36px;
    height: 36px;
    color: #fb5252;
}
.no-seasons-state h3 {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 8px;
}
.no-seasons-state p {
    color: #999;
    font-size: 0.9rem;
    margin: 0;
}

/* Tags Section na página de detalhes */
.tags-section {
    margin: 25px 15px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
}
.tags-section h3 {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.tags-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0 15px 15px 15px;
}
.tag-item {
    display: inline-block;
    background: #333f43;
    color: #ccc;
    padding: 10px 18px;
    border-radius: 6px;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.2s ease;
    border: 1px solid #444f54;
}
.tag-item:hover {
    background: #fb5252;
    color: #fff;
    border-color: #fb5252;
}

/* Trailer Modal */
.trailer-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    align-items: center;
    justify-content: center;
}
.trailer-modal.active {
    display: flex;
}
.trailer-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    cursor: pointer;
}
.trailer-modal-content {
    position: relative;
    width: 90%;
    max-width: 900px;
    z-index: 1;
    animation: modalFadeIn 0.3s ease;
}
@keyframes modalFadeIn {
    from { opacity: 0; transform: scale(0.95); }
    to { opacity: 1; transform: scale(1); }
}
.trailer-modal-close {
    position: absolute;
    top: -45px;
    right: 0;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 36px;
    cursor: pointer;
    padding: 5px 15px;
    transition: color 0.2s;
    z-index: 2;
}
.trailer-modal-close:hover {
    color: #fb5252;
}
.trailer-modal-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 8px;
    background: #000;
}
.trailer-modal-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* PWA Install Button */
.pwa-install-btn {
    display: none;
    padding: 10px 18px;
    background: linear-gradient(135deg, #fb5252 0%, #e63946 100%);
    color: #fff !important;
    border: none;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: Montserrat, sans-serif;
    text-decoration: none;
}

.pwa-install-btn.show {
    display: inline-block;
}
.pwa-install-mobile {
    display: none !important;
}
@media (max-width: 768px) {
    #pwa-install-desktop {
        display: none !important;
    }
    .pwa-install-mobile.show {
        display: flex !important;
        position: fixed;
        bottom: 80px;
        right: 15px;
        z-index: 999;
        padding: 14px 20px;
        border-radius: 50px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
        align-items: center;
        gap: 8px;
    }
}

/* Go to Top Button */
.g-gotop {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    bottom: 5px;
    right: 5px;
    z-index: 999;
    transition: .3s;
    width: 48px;
    height: 48px;
    cursor: pointer;
}
.g-gotop b {
    width: 48px;
    height: 48px;
    display: block;
    background: #fb5252;
    border-radius: 50%;
}
.g-gotop i {
    position: absolute;
    top: 5px;
    left: 8px;
    color: #fff;
    font-size: 2rem;
}
.g-gotop.show {
    opacity: 1;
    pointer-events: auto;
}
@media (max-width: 768px) {
    .g-gotop {
        bottom: 70px;
    }
}

/* SEO Tags Hidden */
.seodiv {
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: center;
    font-size: 1px;
}
.seotag {
    font-size: 1px;
    font-weight: 500;
    opacity: 0.35;
    display: inline-block;
    font-style: italic;
}

/* Lightbox Modal (substitui Lity) */
.lity-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    animation: lityFadeIn 0.3s ease;
}
@keyframes lityFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
.lity-container {
    position: relative;
    width: 90%;
    max-width: 900px;
}
.lity-content {
    width: 100%;
}
.lity-iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 8px;
    background: #000;
}
.lity-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.lity-close {
    z-index: 9994;
    width: 35px;
    height: 35px;
    position: fixed;
    right: 0;
    top: 0;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.lity-close:hover {
    color: #fb5252;
}

/* Ver mais episódios */
.collection-item.hidden {
    display: none;
}
.show-more-btn {
    width: 100%;
    padding: 12px 20px;
    background: #fb5252;
    color: #fff;
    border: none;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    font-family: Montserrat, sans-serif;
    transition: background 0.2s;
}
.show-more-btn:hover {
    background: #e04545;
}