/*
Theme Name: AnimesDigital
Theme URI: www.animesgital.net
Description: Tema desenvolvido exclusivo para esse site.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    list-style:none;
    outline:0;
}

a, abbr, acronym, address, applet, b, big, blockquote, body, caption, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
}

h1, h2 {
    font-weight: 700;
    font-size: 1em;
    margin: 0;
}
h1, h2, h3, h4, h5, h6, a {
    font-weight: normal;
}
a:active, a:focus {
  outline: 0!important;
  -moz-outline-style: none!important;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
    outline:0;
}

blockquote, q {
    quotes: none;
    outline:0;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
    outline:0;
}

button {
    background: transparent;
    border-radius: 0;
    border: 0;
    padding: 0;

    -webkit-appearance: none;
    -webkit-border-radius: 0;

    user-select: none;
    outline:0;
}

button:focus {
    outline: 0 none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.clear{
    clear:both
}

.none {
    display: none!important;
}

input, textarea, select {
    outline: 0;
}

input::placeholder {
    color: var(--branco);
}

a:focus {
    outline: 0;
}

body:not(.wp-customizer):not(.vc_editor) #wpbody-content{
    outline: 0;
}

body:not{
    outline: 0;
}

a:-webkit-any-link:active {
    outline: 0;
}

a, button {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    outline:0;
}

*, ::after, ::before {
    box-sizing: border-box;
}

a {
    color: var(--color-white);
    text-decoration: none;
}

.space {
    margin-bottom: 20px;
}

html,
body {
    text-decoration: none !important;
    color: #fff;
    width: 100%;
    height: 100%;
    background-color: var(--body);
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}

::-webkit-scrollbar {
    width: 0.5em;
    background-color: #15171c;
    transition: 0.2s;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(255 255 255 / 18%);
    background: 0 0;
}

::-webkit-scrollbar-thumb {
    background-color: #0d0e12;
    transition: 0.2s;
}

::-webkit-scrollbar-thumb:hover {
    transition: 0.2s;
    background-color: #2943fa;
}

/* Variaveis de Cores */
:root {
    --body: #15171c;
    --principal: #343f8d;
    --hover: #252d68;
    --hover2: #2943fa;
    --secundaria: #20242c;
    --terceira: #1d2128;
    --white: #fff;
}

/* Framework FlexBox [SarTheme] */
.b_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.b_grid {
    display: -ms-grid;
    display: grid;
}

.b_inline {
    display: inline-flex;
}

.b_column {
    flex-direction: column;
}

.b_align_center {
    align-items: center;
}

.b_align_start {
    align-items: flex-start;
}

.b_space_between {
    justify-content: space-between;
}

.b_center {
    justify-content: center;
}

.b_wrap {
    flex-wrap: wrap;
}

.b_align_stretch {
    align-items: stretch
}

.m_center {
    position: relative;
    max-width: 1200px;
    margin: auto;
}

.m_header {
    position: relative;
    background: var(--secundaria);
    box-shadow: 0 5px 22px -2px #0000002e;
    height: 90px;
    z-index: 88;
}

.m_header .m_center {
    height: 100%;
}

.m_header .m_center .left {
    position: relative;
    height: 100%;
}

.spacer {
    margin-bottom: 50px;
}

.m_header .logo {
    background: url(https://animesdigital.org/wp-content/themes/animesdigital/img/logo.png) no-repeat center;
    background-size: 100% 100%;
    width: 220px;
    height: 42px;
    margin-right: 20px;
}

.m_header .menu {
    height: 100%;
}

.m_header .menu li {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 0 10px;
}

.m_header .menu li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
}

.m_header .menu li a:hover {
    color: var(--hover2);
}

.m_header .menu li.sub ul {
    position: absolute;
    background: #202229;
    box-shadow: 0 1px 2px 0 #00000075;
    top: 100%;
    margin: 0;
    margin-left: -55%;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
}

.m_header .menu li.sub:hover ul {
    visibility: visible;
    opacity: 1;
}

.m_header .menu li.sub ul li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    min-width: 220px;
    padding: 1rem;
    margin: 0;
    border-bottom: 1px solid #eeeeee0d;
    -webkit-transition: padding,opacity,color .2s ease;
    transition: padding,opacity,color .2s ease;
}

.m_header .menu li.sub ul li a {
    text-transform: unset;
    font-size: 15px;
    text-align: center;
}

.m_header .menu li.sub ul li a:hover {
    color: var(--hover2);
}

.m_header .menu li.sub a .caret {
    display: block;
    background-color: #fff;
    -webkit-mask-image: url(img/down-arrow.png);
    mask-image: url(img/down-arrow.png);
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 12px;
    height: 12px;
    margin-left: .45rem;
}

.m_header .menu li.sub a:hover .caret {
    background-color: var(--hover2);
}

.m_header .menu li.sub ul li a:after,
.m_header .menu li.sub ul li a:before {
    display:none
}

.m_header .menu li.sub ul li:last-child {
    border: 0;
}

.pesquisa {
    position: relative;
    width: 240px;
    height: 44px;
    background: var(--body);
    border: 1px solid #2f343f;
    padding: 10px;
    border-radius: 30px;
    margin-left: 20px;
    overflow: hidden;
}

.pesquisa input[type=text] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border: 0;
    padding: 10px 10px 10px 40px;
    color: #8b8b8b;
}

.pesquisa button[type=submit] {
    position: absolute;
    top: 14px;
    left: 16px;
    width: 15px;
    height: 15px;
    background-color: #7f7f7f;
    -webkit-mask-image: url(img/search.png);
    mask-image: url(img/search.png);
    -webkit-mask-size: cover;
    mask-size: cover;
}

.menu_open {
    display: none;
    position: relative;
    width: 30px;
    height: 20px;
    cursor: pointer;
    margin: 17px;
    margin-right: 15px;
}

.menu_open span {
    position: absolute;
    top: 0;
    display: block;
}

.menu_open span,
.menu_open span::before,
.menu_open span::after {
    width: 30px;
    height: 3px;
    border-radius: 2px;
    cursor: pointer;
    background-color: #fff;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.menu_open span::before,
.menu_open span::after {
    content: '';
    position: absolute;
    left: 0;
    top: 18px;
}

.menu_open span::after {
    top: 9px;
}

.menu_open.open span {
    background-color: transparent;
}

.menu_open.open span::before {
    -webkit-transform: rotate(45deg) translate(-4px, -7px);
    -ms-transform: rotate(45deg) translate(-4px, -7px);
    transform: rotate(45deg) translate(-4px, -7px);
}

.menu_open.open span::after {
    -webkit-transform: rotate(-45deg) translate(1px, 2px);
    -ms-transform: rotate(-45deg) translate(1px, 2px);
    transform: rotate(-45deg) translate(1px, 2px);
}

.icon_user {
    display: flex;
    border-radius: 30px;
    width: 43px;
    height: 43px;
    background: var(--principal);
    cursor: pointer;
    align-items: center;
    transition: 0.3s;
    box-shadow: 0 0 5px #0000004d;
}

.user-ninja {
    color: #fff;
    width: 16px;
    margin: 0 auto;
}

.icon_user span {
    font-weight: bold;
}

.icon_user:hover {
    background-color: var(--hover);
}

#usernew {
    margin-right: 10px;
}

.user_pro {
    position: relative;
    margin-left: 15px;
}

.user_pro .avatar {
    position: relative;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    border: 2px solid #fff;
    overflow: hidden;
    margin-right: 10px;
}

.user_pro .avatar img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.user_pro .user-name {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}

.user_pro .user-name span {
    color: #fff;
    transition: transform .2s ease-out;
    margin-left: 3px;
}

.user_pro .user-name.active span {
    transform: rotate(180deg);
    color: var(--hover);
}

.user_pro .user-name:hover span {
    color: var(--principal);
}

.user_pro .material-icons {
    font-size: 18px;
}

.user_pro .user_menu {
    display: none;
    min-width: 175px;
    position: absolute;
    top: 66px;
    padding: 0;
    background: var(--secundaria);
    box-shadow: 0 3px 5px #0000003b;
    margin: 0 -26px;
}

.user_pro .user_menu .item-sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-bottom: 1px solid #00000026;
    font-size: 13px;
    color: #fff;
}

.user_pro .user_menu .item-sub a {
    color: #fff;
}

.user_pro .user_menu .item-sub span {
    font-size: 16px;
    margin-right: 5px;
}

.user_pro .user_menu .item-sub:last-child {
    border: 0;
}

.user_pro .user_menu .item-sub:hover,
.user_pro .user_menu .item-sub a:hover {
    color: var(--principal);
}

#signout {
    cursor: pointer;
}

.header_title {
    margin-bottom: 1em;
}

.header_title h1,
.header_title h2 {
    font-family: 'Righteous', cursive;
    font-size: 18px;
    text-transform: uppercase;
}

.header_title span {
    background: var(--hover2);
    padding: 2px 10px;
    border-radius: 10px;
    font-size: 14px;
}

.msg_header {
    background-color: #ec963d;
    border-radius: 2px;
    padding: 15px;
    color: #533e27;
    text-align: center;
    font-weight: 600;
    position: relative;
    z-index: 20;
}

.msg_header a {
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}

.msg_header a:hover {
    color: #15171c;
}

.itemA .thumb img:before,
.itemE .thumb img:before,
.lista_episodes .itens_ep .item_ep .thumb img:before,
.animeInfos .poster img:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100%);
    width: 100%;
    background-color: rgb(34 37 42);
}

.itemA .thumb img:after,
.itemE .thumb img:after,
.lista_episodes .itens_ep .item_ep .thumb img:after,
.animeInfos .poster img:after {
    content: "\e3ad";
    white-space: pre;
    display: block;
    font-size: 40px;
    font-weight: bolder;
    font-style: normal;
    font-family: 'Material Icons';
    color: rgb(255 255 255 / 20%);
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    text-align: center;
}

.itemE {
    position: relative;
    width: calc(100%/4 - 10px);
    margin: 5px;
}

.itemE .thumb {
    position: relative;
    width: 100%;
    padding-top: 60.66%;
    overflow: hidden;
    border-radius: 3px;
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 20%);
    transition: .5s ease-in;
}

.itemE .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s ease-in;
}

.itemE .thumb:hover img {
    transform: scale(1.2);
    transition: .5s ease-out;
}

.itemE .selo {
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 12px;
    text-transform: uppercase;
    padding: 10px;
    background: var(--hover2);
    font-weight: bolder;
    border-radius: 50px;
    color: #fff;
    z-index: 8;
}

.itemE .title {
    padding: 10px 0;
}

.itemE .title .title_anime {
    font-size: 16px;
    font-weight: 500;
    display: block;
}

.itemE .title .number {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #959595;
}

.button_play {
    position: absolute;
    top: 51%;
    left: 50%;
    z-index: 3;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.itemE .thumb .play_video {
    opacity: 0.2;
    visibility: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    z-index: 1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.itemE .thumb:hover .play_video {
    opacity: 0.9;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.itemE .thumb .button_play svg {
    width: 40px;
    height: 40px;
}

.itemA {
    position: relative;
    width: calc(100%/5 - 10px);
    margin: 5px;
}

.itemA .thumb {
    position: relative;
    width: 100%;
    padding-top: 156.66%;
    overflow: hidden;
    border-radius: 3px;
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 20%);
    transition: .5s ease-in;
}

.itemA .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s ease-in;
}

.itemA .thumb:hover img {
    transform: scale(1.2);
    transition: .5s ease-out;
}

.itemA .title {
    padding: 10px 0;
    text-align: center;
}

.itemA .title .title_anime {
    font-size: 16px;
    font-weight: 500;
    display: block;
}

.itemA .button_play .play-video {
    opacity: .2;
    visibility: hidden;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    background-color: var(--principal);
    height: 50px;
    z-index: 1;
    width: 50px;
    line-height: 60px;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    position: relative;
    display: block;
}

.itemA .thumb:hover .button_play .play-video {
    opacity: .9;
    visibility: visible;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-box-shadow: 0 0 0 10px rgb(147 82 179 / 0%);
    -moz-box-shadow: 0 0 0 10px rgba(147,82,179,0);
    box-shadow: 0 0 0 10px rgb(147 82 179 / 0%);
}

.itemA .button_play .play-video svg {
    margin-left: 22%;
    margin-top: 19%;
    font-size: 30px;
}

.sOverlay {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgb(0 0 0 / 70%) 100%);
    transition: .2s all ease-in-out;
    border-radius: 0;
}

.rwl {
    width: 100%;
    table-layout: fixed;
    margin: .25em 0 0;
}

.clw,
.crw {
    width: 100%;
    vertical-align: top;
    margin-top: 8px;
}

@media (min-width: 960px) {
    .rwl {
        display: table;
    }
    .clw, .crw {
        display: table-cell;
    }
    .crw {
        padding-left: 20px;
        width: 35%;
    }
}

.code-block {
    position: relative;
    z-index: 55;
}

.cover-fundo {
    position: absolute;
    top: 63px;
    top: 108px;
    left: 0;
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
}

.animeInfos {
    padding: 20px;
    margin: 0 0 30px;
    border-radius: 10px;
    box-shadow: 0 0 15px #00000038;
}

.color_fundo {
    background: #20232a;
}

.animeInfos .poster {
    position: relative;
    width: 220px;
    padding-top: 146.66%;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 47%);
}

.animeInfos .crw {
    width: 100%;
}

.animeInfos .clw {
    width: 220px;
}

.animeInfos .poster img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.animeInfos .playon {
    width: 100%;
    margin: 20px 0 0;
    padding: 15px;
    font-family: 'Righteous',cursive;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
}

.btn.playon.completo {
    background: #dc3546;
}

.btn.playon.lancamento {
    background: #35dc68;
}

.animeInfos .dados h1 {
    font-size: 28px;
    padding: 0 0 3px;
}

.animeInfos .dados .subtitle {
    font-size: 13px;
    font-weight: 500;
    color: #8d8d8d;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.animeInfos .dados .type {
    border-left: 3px solid #265ecd;
    padding: 3px 10px;
    font-size: 13px;
    font-weight: bolder;
    color: #265ecd;
    text-transform: uppercase;
    margin-right: 5px;
    margin-bottom: 10px;
}

.animeInfos .dados .year {
    border: 2px solid #265ecd;
    padding: 3px 10px;
    font-size: 13px;
    font-weight: bolder;
    color: #265ecd;
    text-transform: uppercase;
    margin-right: 5px;
    border-radius: 5px;
}

.animeInfos .dados .info {
    position: relative;
    display: flex;
    flex-direction: column;
    border: 2px solid #4b4e5a;
    padding: 3px 10px;
    font-size: 13px;
    font-weight: bolder;
    color: #4b4e5a;
    text-align: center;
    text-transform: uppercase;
    margin: 5px 0;
    margin-right: 10px;
    border-radius: 5px;
}

.animeInfos .dados .info span {
    background: #20232a;
    display: block;
    margin: -12px auto 0;
    padding: 0 10px;
    font-size: 10px;
    color: var(--hover2);
    text-align: center;
}


.animeInfos .space {
    margin-bottom: 10px;
}

.animeInfos .genres {
    margin: 15px 0;
}

.animeInfos .genres .genre {
    background: var(--body);
    padding: 6px  12px;
    margin: 0 5px 5px 0;
    border-radius: 20px;
    font-size: 13px;
    transition: .5s;
}

.animeInfos .genres .genre:hover {
    background: var(--principal);
    color: #fff;
}

.animeInfos .genres .genre:hover a {
    color: #fff;
}

.animeInfos .genres .genre a {
    color: #aba9b6;
}

.animeInfos .sinopse {
    padding: 0 10px 0 0;
    height: 160px;
    overflow: auto;
    color: #c4c3cd;
}

.m-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(0 0 0 / 30%);
    border-radius: 50%;
    width: 35px;
    height: 35px;
    margin-left: 15px;
    cursor: pointer;
    transition: .5s;
}

.m-icon:hover {
    background: var(--principal);
}

.m-icon svg {
    width: 15px;
    fill: #fff;
}

.search-f {
    position: relative;
    font-size: 12px;
    width: 100%;
    height: 46px;
    border: none;
    background: var(--terceira);
    color: #848195;
    margin-top: 1.5em;
}

.search-f input[type="text"] {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0px 40px 0px 20px;
    background: transparent;
    border: 0;
    color: #898989;
}

.search-f svg {
    position: absolute;
    color: #fff;
    width: 16px;
    height: 21px;
    z-index: 5;
    top: 12px;
    right: 16px;
    z-index: 8;
}

#suggest-results {
    position: absolute;
    top: 90px;
    right: 0;
    z-index: 88;
}

#suggest-results ul {
    background: var(--terceira);
    color: #888;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 99999;
    padding: 20px;
    max-height: 500px;
    overflow-y: auto;
}

#suggest-results ul li {
    list-style: none;
    display: block;
    /* border-bottom: 1px solid #1d1d1d; */
}

#suggest-results ul li:hover {
    /* background: #00000054; */
}

#suggest-results ul li a {
    width: 100%;
    padding: 5px 10px;
    line-height: 28px;
    display: flex;
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 500;
}

#suggest-results ul li .thumb {
    position: relative;
    width: 120px;
    height: 140px;
    margin-right: 25px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 30px 0 #00000087;
}

#suggest-results ul li .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#suggest-results ul li a .contento {
    flex-direction: column;
    justify-content: center;
}

#suggest-results ul li a span {
    display: block;
    color: grey;
    width: 100%;
    font-size: 85%;
}

#suggest-results ul li a .search-name {
    color: #fff;
    width: 100%;
    font-size: 100%;
    font-size: 16px;
}

#suggest-results ul.generos {
    background: transparent;
    border: 0;
    box-shadow: 0 0 0;
    height: auto;
    padding: 20px 0 0;
}

#suggest-results ul.generos li {
    background: #15171c;
    color: #fff;
    font-size: 12px;
    margin-right: 5px;
    padding: 2px 17px;
    border: 0;
    border-radius: 50px;
}

#suggest-results ul.generos li:hover {
    background: #ffffff14;
}

.lista_episodes {
    margin: 10px 0;
}

.lista_episodes .title,
.lista_episodes .order {
    position: relative;
    font-family: 'Righteous', cursive;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    transition: .5s ease;
}

.lista_episodes .title span,
.lista_episodes .order span {
    font-size: 22px;
    margin-right: 7px;
    color: var(--principal);
}

.lista_episodes .order span {
    color: #0281ff;
}

.orderlist .title {
    margin-right: 20px;
}

.lista_episodes .title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 50%;
    height: 2px;
    background: #1d2128;
    transition: .5s ease;
}

.lista_episodes .title.active:before,.lista_episodes .title:hover:before {
    width: 100%;
    background: var(--principal);
}

.lista_episodes .order:hover {
    color: #0281ff;
}

.lista_episodes #player {
    margin-top: 20px;
}

.lista_episodes .itens_ep {
    width: 100%;
    margin: 10px 0 0;
}

.lista_episodes .itens_ep .item_ep {
    position: relative;
    padding: 15px 0;
    border-bottom: 1px solid #8989890d;
}

.lista_episodes .itens_ep:last-child .item_ep {
    border: 0;
}

.lista_episodes .itens_ep .item_ep a {
    width: 100%;
    height: 100%;
}

.lista_episodes .itens_ep .item_ep .thumb {
    position: relative;
    width: 150px;
    padding-top: 8.55%;
    border-radius: 5px;
    overflow: hidden;
}

.lista_episodes .itens_ep .item_ep .dados {
    width: calc(100% - 150px);
    padding-left: 20px;
}

.lista_episodes .itens_ep .item_ep .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s ease-in;
}

.lista_episodes .itens_ep .item_ep:hover .thumb img {
    transform: scale(1.2);
    transition: .5s ease-out;
}

.lista_episodes .itens_ep .title_anime {
    font-size: 16px;
    font-weight: 500;
}

.lista_episodes .itens_ep .sub_title {
    display: block;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #565c6c;
    margin: 0 0 5px;
}

.lista_episodes .itens_ep .episode {
    font-size: 13px;
    font-weight: bold;
    color: var(--hover2);
    text-transform: uppercase;
    margin: 3px 0 0;
}

.lista_episodes .itens_ep .date {
    display: inline-block;
    font-size: 10px;
    color: #565c6c;
    margin: 10px 0 0;
}

.lista_episodes .itens_ep .item_ep .play {
    display: flex;
    background: var(--terceira);
    padding: 5px 10px;
    border-radius: 5px;
    transition:.5s
}

.lista_episodes .itens_ep .play span {
    font-size: 25px;
    color: #ffffff;
}

.lista_episodes .itens_ep .item_ep a:visited .play,
.lista_episodes .itens_ep .item_ep a:hover .play {
    background: var(--principal);
    transition:.5s
}

.lista_episodes .itens_ep .item_ep.loading .thumb {
    position: relative;
    overflow: hidden;
    background-color: #1d2128;
}

.lista_episodes .itens_ep .item_ep.loading .play {
    position: relative;
    overflow: hidden;
    width: 43px;
    height: 35px;
}

.search-f.loading {
    position: relative;
    background: var(--terceira);
    overflow: hidden;
}

/* NOPING */
.noping-page {
    color: #c3c3dd;
}

.noping-page p {
    margin-bottom: 1.25em;
}

.wp-block-quote {
    border-left: 0.25em solid #414149;
    margin: 0 0 1.75em;
    padding-left: 1em;
}

.wp-block-quote p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: .5rem;
}

.wp-block-quote cite {
    font-size: 14px;
    color: #8e8e8e;
}

.noping-page h2 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 1rem;
}

.noping-page ol,
.noping-page>ol li {
    list-style: decimal;
}

.noping-page ul,
.noping-page>ul li {
    list-style: disc;
}

.noping-page>ol,
.noping-page>ul {
    margin-top: 0;
    padding-left: 2.125rem;
    margin-bottom: 1.25em;
}

.noping-page>ol li,
.noping-page>ul li {
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 0.3rem;
}

.noping-page>.playerBg {
    width: 870px;
    height: 33rem;
    margin: 0 auto 1.75rem;
    display: block;
}

/* Loading */
.activity{
    position: absolute;
    top: 0;
    left: -45%;
    height: 100%;
    width: 100%;
    z-index: 45;
    animation: content-placeholder-animation 1s linear infinite;
    background: -moz-linear-gradient(    to right,    rgba(15, 15, 15, 0) 0%,    rgb(32 32 31) 50%,    rgba(255, 255, 255, 0) 100%  );
    background: -webkit-linear-gradient(    left,    rgb(21 23 28 / 0%) 0%,    rgb(255 255 255 / 3%) 50%,    rgba(255, 255, 255, 0) 100%    );
    background: linear-gradient(
    to right,
    rgb(21 23 28 / 0%) 0%,
    rgb(255 255 255 / 3%) 50%,
    rgba(255, 255, 255, 0) 100%
  );
}

@keyframes content-placeholder-animation {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(300%);
  }
}

.epi_sidebar_navigation {
    width: 100%;
    background: var(--terceira);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 22%);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.title_sidebar_navigation {
    position: relative;
}

#searchep {
    background: #00000042;
}

.title_sidebar_navigation input {
    font-size: 12px;
    width: 100%;
    height: 46px;
    border: none;
    background: transparent;
    padding: 0px 40px 0px 20px;
    color: #696969;
}

.title_sidebar_navigation i {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 23px;
}

.sidebar_navigation_episodes_align {
    position: relative;
    width: 100%;
    height: 85%;
    min-height: 563px;
}

.sidebar_navigation_episodes_align .epi_page_video_title_right {
    margin: auto 0 0;
}

.sidebar_navigation_episodes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background: var(--terceira);
}

.episode_list_episodes_item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, .03);
    cursor: pointer;
}

.episode_list_episodes_item:hover,
.episode_list_episodes_item.current {
    background: #0a0a094a;
}

.episode_list_episodes_item:last-child {
    border: none
}

.episode_list_episodes_item_l {
    width: 60px
}

.episode_list_episodes_item_r {
    width: calc(100% - 65px);
}

.episode_list_episodes_num {
    font-size: 17px;
    font-weight: 700;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.episode_list_episodes_ep_title {
    font-size: 11px;
    font-weight: 200;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.epi_page_container {}

.epi_page_container_left {
    width: calc(100% - 330px);
}

.epi_video_container_players img {
    width: 100%;
    display: block;
}

.epi_page_container_right {
    width: 320px;
}

/* 768 */
@media (max-width: 768px) {

    .epi_align_container,
    .epi_page_container {
        flex-direction: column;
    }

    .epi_align_container .left,
    .epi_align_container .right,
    .epi_page_container_left,
    .epi_page_container_right {
        width: 100%;
        padding: 0;
        margin: 0;
    }
}

.epi_page_video_title {}

.epi_page_video_title_right {
    background: var(--terceira);
    padding: 10px 20px;
}

.epi_page_video_title_right span {
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    color: #6f6f6f;
    text-align: center;
}

.epi_page_video_title_top {
    font-size: 17px;
    font-weight: 500;
    padding: 10px 0;
}

.epi_page_video_title_bottom {
    font-size: 13px;
    margin: 5px 0 0;
    color: #a7a7a7;
}

.iconSearchEP {
    position: absolute;
    background-color: #5a5a5a;
    -webkit-mask-image: url(img/icons/searchEp.png);
    mask-image: url(img/icons/searchEp.png);
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 16px;
    height: 21px;
    z-index: 5;
    top: 12px;
    right: 16px;
}

.videoInfos {
    background: var(--terceira);
    padding: 20px 10px;
    border-radius: 5px 5px 0 0;
}

.videoInfos .videoTitleBar {
    padding: 0 15px;
}

.videoInfos #anime_title {
    display: block;
    font-size: 18px;
    font-weight: bold;
}

.videoInfos #video_title {
    display: block;
    font-size: 10px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    margin: -2px 0 0;
}

.tabs_videos {
    background: #191c22;
    padding: 10px 10px;
}

.tabs_videos li {
    display: inline-block;
    padding: 8px 15px;
    background: var(--hover);
    border-radius: 50px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 10px;
    cursor: pointer;
}

.tabs_videos li:hover {
    background: #222964;
}

.tabs_videos li.active {
    background: var(--hover2);
}

.tab-video {
    display: none;
}

#player {
    position: relative;
    padding-top: 56.66%;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    margin-bottom: 1.5em;
}

#player > *, #player .jwplayer,#player video,#player .video-js,#player .metaframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
}

.metaframe > * {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

.linksEP {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: var(--terceira);
    border-radius: 5px;
    margin-bottom: 1.5em;
    overflow: hidden;
}

.linksEP .subitem {
    width: 100%;
    padding: 18px 10px;
    text-align: center;
    background: var(--terceira);
    transition: 0.3s;
}

.rer {
    /* margin-right: 10px; */
}

.linksEP .subitem span {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    margin: auto 0;
    margin-left: 10px;
    display: flex;
    align-items: center;
}

.linksEP .subitem a {
    display: flex;
    justify-content: center;
}

.linksEP .epsL {
    display: flex;
    width: 50%;
    background: var(--terceira);
    overflow: hidden;
}

.linksEP .epsL .subitem {
    border-radius: 0;
}

.linksEP .epR {
    display: flex;
    justify-content: space-between;
    width: 50%;
}

.linksEP .subitem.active,
.linksEP .subitem:hover {
    background: var(--principal)
}

.descep_video {
    display: none;
    overflow: hidden;
    border-radius: 4px;
    background-color: var(--terceira);
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    margin-bottom: 20px;
}

.descep_video.open {
    display: block;
}

.descep_video .title {
    padding: 20px 15px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    background-color: #ffffff08;
}

.descep_video_ep_container {
    width: 100%;
    padding: 20px;
}

.descep_video_ep_container .poster {
    position: relative;
    width: 220px;
    padding-top: 10%;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 17px 0 rgb(0 0 0 / 75%);
    overflow: hidden;
}

.descep_video_ep_container .poster img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.descep_video_ep_container .b_itens {
    width: calc(100% - 220px);
    padding-left: 20px;
}

.descep_video_ep_container .info {
    padding: 10px;
    border-bottom: 1px solid #6c6c6c14;
    margin-bottom: 5px;
}

.descep_video_ep_container .info:last-child {
    border: 0;
}

.descep_video_ep_container .info span:first-child {
    display: block;
    font-size: 14px;
    color: var(--hover2);
    font-weight: 600;
    text-transform: uppercase;
}

.descep_video_ep_container .info span:last-child {
    font-size: 13px;
    font-weight: 300;
}

/* Paginacao */
.content-pagination {
    margin: 1em 0;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    border: 0;
    list-style:none;
    outline:0;
}

.content-pagination li a {
    display: block;
    position: relative;
    padding: 10px 15px;
    margin: 0 7px 0 0;
    font-weight: bold;
    color: #686868;
    border-radius: 3px;
}

.content-pagination li.active a,
.content-pagination li:hover a {
    background: var(--principal);
    color: #fff;
}

.arrow-icon {
    width: 10px;
    fill: #686868;
}

.content-pagination li:hover .arrow-icon {
    fill:  #fff;
}

.arrow-icon.left {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.more {
    padding: 8px 20px;
    border: 2px solid #20242c;
    border-radius: 50px;
    color: #424345;
    font-size: 14px;
    font-weight: bold;
}

.more:hover {
    background: var(--hover2);
    border-color: var(--hover2);
    color: #fff;
}

/* Calendario */
#calen-nav {
    display: flex;
    margin-bottom: 1em;
}

#calen-nav li a {
    display: block;
    width: 100%;
    background: var(--terceira);
    padding: 10px 15px;
    border-radius: 3px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    color: #8d8a8a;
}

#calen-nav li {
    width: calc(100%/7 - 2px);
    margin: 0 1px;
}

#calen-nav li.active a,#calen-nav li:hover a {
    background: var(--hover);
    color: #fff;
}

.tab_box {
    display: none;
}

/* GÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âªneros */
.genres {
    margin-bottom: 1em;
}

.genres li {
    position: relative;
    width: calc(100%/5 - 10px);
    font-size: 13px;
    font-weight: 500;
    margin: 5px;
    padding: 16px 15px;
    background: #0e1016;
    border-bottom: 2px solid transparent;
    border-radius: 2px;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.genres li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.genres li:hover {
    border-color: var(--hover);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

@media only screen and (max-width: 979px) {
    .genres li {
        width: calc(100%/4 - 10px);
    }
}

@media only screen and (max-width: 640px) {
    .genres li {
        width: calc(100%/2 - 10px);
    }
}

/* Sidebar */
.widget {
    position: relative;
    margin-bottom: 20px;
}

.widget-title {
    position: relative;
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 0 6px;
    margin-bottom: 15px;
    color: var(--color-white);
}

.widget-title:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    border-bottom: 2px solid var(--principal);
}

.widget-btn {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 10px 12px;
    border: 1px none #808080;
    border-radius: 5px;
    background-color: #0f1116;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    text-align: center;
}

.widget-btn:hover {
    background: var(--hover);
    color: #fff;
}

/* Lista */
.filterBox {}

.filterBox .tituloPrincipal {
    display: none;
    margin: 0 0 1em;
    text-align: center;
    padding: 10px;
    border-radius: 0;
    text-transform: uppercase;
}

.infos-list {
    margin: 1em 0;
    font-weight: bold;
    color: #6e6e6e;
    animation: pulse 1s ease infinite alternate;
}

@keyframes pulse {
  0% {
    color: #6e6e6e;
  }
  100% {
    color: #fff;
  }
}

.filterBox .list-item {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 12px;
    display: block;
    cursor: pointer;
}

.list-item label {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: block;
    line-height: 3.4;
}

.list-item.item-letter input[type="radio"]:checked+label,.list-item.item-letter:hover label {
    background: var(--hover);
}

.filterBox .list-item input[type="radio"] {
    display: none;
}

.filterBox .list-item input[type="radio"]:checked+span:before {
    float: right;
    content: "\2713"
}

.filterBox .list-item.active:before {
    position: absolute;
    right: 30px;
    content: "\2713";
    color: #3bc338;
    margin-left: 4px;
    margin-right: 3px;
}

.filterBox .list-item.disable:before {
    position: absolute;
    right: 30px;
    content: "\2717";
    color: #d61c1c;
    margin-left: 4px;
    margin-right: 3px;
}

.filterBox .letters {
    margin-bottom: 1.3%;
}

.filterBox .letters:after {
    content: "";
    display: block;
    clear: both;
}

.filterBox .letters li {
    width: 100%;
    display: table;
}

.filterBox .letters li .list-item {
    background: #1e2128;
    width: calc(40px - 4px);
    display: table-cell;
    position: relative;
    padding: 15px 15px;
    font-family: 'Roboto';
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    float: none;
    height: 40px;
    margin: 0 2px;
}

@media only screen and (min-width: 980px) {
    .filterBox .letters li {
        width: 25%;
    }
}

.filterBox .listB i {
    margin: auto;
    margin-right: 10px;
    font-size: 17px;
}

.filterBox .dSearch {
}

.filterBox .dSearch input[type=text] {
    width: 100%;
    border-style: solid;
    border-color: #25282e;
    border-image: initial;
    border-width: 1px 1px 2px;
    background-color: #1e2128;
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 21px;
    color: #43464b;
}

.filterBox .dSearch input[type=text]::placeholder {
    color: #43464b
}

.filterBox .tituloPrincipal h1 {
    font-weight: bold;
    font-size: 18px;
}

.filterBox .tituloPrincipal span {
    font-size: 13px;
}

.filterBox .dList {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0px;
    margin-top: 1em;
    list-style: none;
}

.filterBox .listB {
    text-align: center;
    background-color: #1e2128;
    border: 1px solid #27292e;
    color: #fff;
    display: inline-flex;
    padding: 0.5rem 1rem;
    cursor: pointer;
    height: 100%;
    align-items: center;
    min-width: 130px;
}

.filterBox .listB span {
    margin: auto 0;
    margin-right: auto;
    font-size: 17px;
}

.filterBox .btn-group {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}

.filterBox .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-width: 0.3em 0.3em 0px;
    border-top-style: solid;
    border-top-color: initial;
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-style: initial;
    border-bottom-color: initial;
    border-left-style: solid;
    border-left-color: transparent;
}

.filterBox .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 1000;
    display: none;
    float: left;
    width: 100%;
    margin: 0.125rem 0px 0px;
    font-size: 1rem;
    color: #fff;
    text-align: left;
    list-style: none;
    background-color: #1e2128;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
}

.filterBox .dropdown-menu.open {
    display: block;
}

.filterBox .listB .text{
    text-transform: capitalize;
}

.filterBox .dropdown-item {
    display: flex;
    width: 100%;
    padding: 0.45rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: rgb(255, 255, 255);
    text-align: inherit;
    text-transform: capitalize;
    white-space: nowrap;
    background-color: transparent;
    border: 0px;
    cursor: pointer;
}

.filterBox .dropdown-item.active,
.filterBox .dropdown-item:hover {
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: #2744ae;
}

.filterBox .dropdown-item span {
    margin: auto 0;
    margin-right: 10px;
}

.filterBox .modal {
    z-index: 9999;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.filterBox .modal.show {
    display: block;
}

.filterBox .modal-dialog {
    position: relative;
    width: auto;
    margin: 1em 0;
    pointer-events: none;
}

.filterBox .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #1e2128;
    background-clip: padding-box;
    border: 1px solid #25282e;
    outline: 0;
}

.filterBox .modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #101010;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

.filterBox .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
    cursor: pointer;
}

.filterBox .modal-header .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
    color: #f8f9fa;
    text-shadow: rgb(255, 255, 255) 0px 1px 0px;
    opacity: 0.5;
}

.filterBox .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 20px;
    font-weight: 500;
}

.filterBox .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.filterBox .infoD {
    margin: 1rem 6px;
}

.filterBox .modal-body h4 {
    font-size: 16px;
    margin-bottom: 0.5rem;
    font-weight: bold;
    line-height: 1.2;
}

.filterBox .modal-body span {
    display: block;
    margin: -1rem -1rem 0;
    padding: 1rem;
    color: #fff;
    border-bottom: 1px solid #ffffff08;
}

.filterBox .modal-body ul {
    margin-top: 1rem;
    max-height: 198px;
    overflow-y: scroll;
}

.filterBox .modal-body ul::-webkit-scrollbar {
    width: 0;
}

.filterBox .modal-body ul::-webkit-scrollbar {
    width: 5px!important;
}

.filterBox .modal-body ul::-webkit-scrollbar-thumb {
    background: #101010!important;
}

.filterBox .modal-body ul::-webkit-scrollbar-track {
    background: #383838!important;
}

.filterBox .modal-body ul:after {
    content: "";
    display: block;
    clear: both;
}

.filterBox .modal-body ul li {
    width: calc(100%/8 - 10px);
    color: rgb(255 255 255);
    background-color: #15171c;
    border-color: #15171c;
    display: inline-block;
    font-weight: 700;
    font-size: 0.8em;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    padding: 0.5rem;
    margin: 5px;
    border: 1px solid transparent;
    border-radius: 50px;
    line-height: 1.5;
    transition: color 0.15s ease-in-out 0s, background-color 0.15s ease-in-out 0s, border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
}

.filterBox .modal-body ul li:hover {
    background: #2d3037;
}

@media only screen and (max-width: 958px) {
    .filterBox .modal-body ul li {
        width: calc(100%/3 - 10px);
    }
}

.filterBox .modal-body ul.filter_max_size {}

.filterBox .modal-body ul.filter_max_size li {
    width: unset;
    min-width: 140px;
    height: 26px;
    padding: 5px 10px;
    background-color: #2d2d2d;
    border-color: #2d2d2d;
    color: #fff;
}

.filterBox .modal-body ul.filter_max_size li.list-item label {
    height: 26px;
    line-height: 2.3;
}

.filterBox .modal-body ul.filter_max_size li.list-item input[type="radio"]:checked+label {
    background: #2a9356;
}

.filterBox .modal-body h5 {
    text-transform: uppercase;
    padding: .5rem 0;
    margin: .8rem 0;
    text-align: center;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #101010!important;
}

.filterBox .modal-body .episodesC {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.filterBox .modal-body .episodesC input[type="number"] {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
    display: block;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #a7a7a7;
    background-color: #101010;
    background-clip: padding-box;
    border: 1px solid #101010;
    border-radius: 0;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.filterBox .modal-body .episodesC input[type="number"]::placeholder {
    color: #a7a7a7;
}

.filterBox .modal-body .episodesC .input-group-append {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -1px;
}

.filterBox .modal-body .episodesC .input-group-append span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #000;
    border: 1px solid #101010;
    border-radius: 0;
}

.filterBox .modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #ffffff08;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px);
}

.filterBox .modal-footer>* {
    margin: .25rem;
}

.filterBox .material-design-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-item-align: center;
    align-self: center;
    position: relative;
    height: 1em;
    width: 1em;
    font-size: 0;
    line-height: 1.1;
    margin-right: 4px;
}

.filterBox .reset_genre,
.filterBox .reset_medida,
.filterBox .filter_btn {
    display: flex;
}

.filterBox .show {
    display: block;
}

.filterBox .btn-primary {
    font-size: 14px;
    color: #ffffff;
    background-color: #2d3037;
    border-color: #2d3037;
}

.filterBox .btn-primary:hover,
.filterBox .btn-primary:focus {
    background: #000;
    border-color: #000;
}

.filterBox .btn-secondary {
    color: #ffffff;
    background-color: var(--hover);
    border-color: var(--hover);
}

.filterBox .btn-secondary:hover {
    background-color: var(--hover2);
}

.filterBox .btn {
    padding: 10px 1.20rem;
    letter-spacing: 0;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: bold;
}

#animePost:before,#animePost:after {
    content: "";
    display: block;
    clear: both;
}

@media only screen and (min-width: 980px) {
    #animePost .animeItem {
        width: calc(100%/5 - 10px);
    }
}

@media only screen and (max-width: 570px) {
    #animePost .animeItem {
        width: calc(100%/2 - 10px);
    }
    .filterBox .listB, .filterBox .btn-group {
        min-width: 100%;
        margin-bottom: 10px;
    }
}

.noticia {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 25px;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 22px;
    font-family: 'Roboto';
    color: #fff;
    width: 100%;
    text-align: center;
    line-height: normal;
    background: #44d46a;
    z-index: 1000;
}

.noticia.noticia-error {
    background: #d45f44;
}

.paginacao {
    margin: 1em 0;
}

.paginacao,
.pagination_an,
.containhis {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.paginacao {
    margin-bottom: 1em;
}

.pagination_an li,
.pag_prev,
.pag_next {
    position: relative;
    padding: 10px 15px;
    margin: 0 7px 0 0;
    font-weight: bold;
    color: #686868;
    border-radius: 3px;
    cursor: pointer;
    display: flex;
}

.pagination_an li.active,
.pagination_an li:hover,
.pag_prev:hover,
.pag_next:hover,
.pag_prev:hover .arrow-icon,
.pag_next:hover .arrow-icon {
    background: var(--hover);
    color: #fff;
    fill: #fff;
}

.pagination_an li svg {
    margin: auto;
}

/* Loading */
.load-wraper{
    position: relative;
    width: 100%;
    background-color: #1b1e24;
    z-index: 44;
    overflow: hidden;
    border-radius: 5px;
    margin: .4em 0;
}

.card{
    width: calc(100%/5 - 10px);
    margin: 5px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.card-image{
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 139.6%;
    border-radius: 5px;
}

.card-image .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: 0.5s;
    border-radius: 5px;
}
/*
----------------------------------------------*/
.msg404 {
    padding: 50px 0;
    text-align: center;
}

.msg404 h4 {
    font-size: 30px;
    text-transform: uppercase;
    color: #ffffff;;
}

.msg404 p {
    font-size: 16px;
    line-height: 50px;
}

.msg404 a {
    display: block;
    width: fit-content;
    padding: 15px 20px;
    background-color: #525252;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    border: 0;
    cursor: pointer;
    margin: 0 auto;
    transition: .5s ease;
}

.msg404 a:hover {
    background: var(--principal);
}
/* Comentarios 
*********************** */
.comentarios {
    margin-top: 30px;
}

.title_comments {
    font-family: 'Righteous', cursive;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.title_comments span {
    margin-right: 10px;
    font-size: 23px;
    color: var(--principal);
}

#comentarios .aviso {
    font-size: 14px;
    padding: 15px;
    background: #bc2828;
    font-weight: 500;
    text-align: center;
    margin-bottom: .5rem;
}
.comentarios .aviso {
    text-align: center;
}
.alert_co {
    position: relative;
    color: #ffffff;
    padding: 10px 16px;
    margin: 0;
    font-size: 15px;
    font-weight: bold;
    z-index: 88;
    margin: 0;
    background-color: #0d0d0d;
    border-left: 5px solid #fcb431;
}
.alert_co a {
    color:#27ae60;
}
.alert_co a:hover {
    color:#fcb431;
}
.alert_co.sucess {
    border-color: #20cb64;
}
.alert_co.error {
    border-color: #cb1111;
}
#comentar {
    margin: 10px 0 0;
}

.animeComent {
    padding: 18px;
    background: var(--dr);
}

#comentar .submit {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    background: var(--hover);
    margin-top: 1rem;
    padding: 10px 20px;
    border-radius: 5px;
}

.comment-user-info .right {
    width: 100%;
}

.comment-form-cookies-consent {
    padding: 20px 8px;
}

#comentar textarea,
#comentar input[type=text] {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    padding: 15px;
    min-height: 100px;
    border-radius: 3px;
    width: 100%;
    background: var(--terceira);
    border: 1px solid #27292e;
    color: #787683;
}

.grid {
    display: flex;
}

#comentar input[type=text] {
    min-height: auto;
}

#comentar input[type=text]:nth-child(1) {
    margin-right: 5px;
}

#comentar ul {
    margin: 1.5em 0 0;
    padding: 0 10px;
}

#comentar ul.children {
    margin: 0;
    padding: 15px 0 0;
    padding-left: 60px;
    border-top: 1px solid #ffffff08;
}

#comentar ul li {
    position: relative;
    align-items: flex-start;
    justify-content: flex-start;
    border-bottom: 2px solid #1f1f1f;
    margin-bottom: 1.5em;
}

#comentar ul li:last-child {
    border: 0;
    margin: 0;
}

#comentar ul li .comment-user-info img.avatar {
    margin-right: 10px;
    border-radius: 40px;
    background-color: var(--hover);
    border: 3px solid var(--principal);
    width: 60px;
    height: 60px;
}

#comentar ul li .comment-info-txt {
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px 10px 0;
}

#comentar ul li .comment-chef {
    display: flex;
    align-items: center;
    word-break: break-all;
    color: #ffffff;
    font-size: 15px;
    font-weight: bolder;
}

#comentar ul li .comment-chef a {
    color: var(--principal);
    font-weight: 500;
}

#comentar ul li .comment-time {
    color: #e2e2e2;
    font-size: 11px;
    margin-left: 10px;
}

#comentar ul li .comment-body {
    font-family: 'Roboto',sans-serif;
    position: relative;
    width: 100%;
    min-height: 40px;
    word-break: break-word;
    word-wrap: break-word;
    color: #999999;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 10px 15px;
}

#comentar ul li .comment-body a {
    color: var(--principal);
}

#comentar ul li .comment-body a.comment-reply-link {
    display: flex;
    align-items: center;
    font-family: Roboto;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}

#comentar ul li .comment-body a.comment-reply-link:hover {
    color: var(--principal);
}

#comentar ul li .comment-reply-box {padding: 10px 0 0;}

#comentar ul li .ico.reply {
    display: none;
    width: 22px;
    height: 22px;
    background-color: #fff;
    -webkit-mask-image: url(img/icons/reply.svg);
    mask-image: url(img/icons/reply.svg);
    -webkit-mask-size: cover;
    mask-size: cover;
    margin: auto 5px auto 0;
    cursor: pointer;
}

#comentar ul li .comment-body a.comment-reply-link:hover .ico.reply {
    background-color: var(--principal);
}

.comment-reply-title {
    position: relative;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 0 10px;
    color: #fff;
    margin-bottom: .2em;
}

#comentar ul li #respond {
    margin: 1em 0 0;
    padding-left: 0;
}

#comentar ul li #respond .comment-reply-title {
    font-size: 0;
}

#cancel-comment-reply-link {
    display: inline-block;
    position: absolute;
    background: url(img/icons/close_comments.png) no-repeat;
    background-size: contain;
    text-indent: -999em;
    width: 20px;
    height: 20px;
    top: -4px;
    right: -4px;
    z-index: 5;
}

spolier {
    font-size: 0;
}

spolier:before {
    content: "Mostrar Spolier";
    font-family: Roboto;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
}

spolier:hover:before {
    color: var(--principal);
}

spolier.show {
    font-size: 15px;
}

spolier.show::before {
    content: "";
}

.btn {
    display: inline-block;
    border-radius: 3px;
    color: #fff;
    font-size: .875rem;
    font-weight: 700;
    text-align: center;
    padding: 8px 15px;
    cursor: pointer;
    transition: background-color .2s ease-in-out, color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out;
    box-shadow: 3px 5px 10px 0 rgb(0 0 0 / 20%);
    overflow: hidden;
}

.m_footer {
    position: relative;
    background: var(--secundaria);
    padding: 40px 0 20px;
    margin-top: 50px;
}

.m_footer .logo {
    background: url(img/logo.png) no-repeat center;
    background-size: 100%;
    width: 250px;
    height: 80px;
    margin-right: 20px;
}

.m_footer .menu li {
    padding: 0 15px;
}

.m_footer .menu li a {
    font-size: 15px;
    color: #c3c3dd;
}

.m_footer .menu li a:hover {
    color: var(--principal);
}

.m_footer .copyright {
    border-top: 1px solid #ffffff26;
    margin-top: 20px;
    padding-top: 30px;
    font-size: 13px;
    text-align: center;
    color: #8e8e9d;
}

.m_footer .copyright span {
    display: block;
    margin: 7px 0 0;
}

.autor-copy {
    display: flex;
    margin: 14px auto 0;
    padding-right: 3px;
}

.logoAutor {
    display: block;
    overflow: hidden;
    margin: 0 auto;
}

.logoAutor div {
    display: inline-block;
    width: 15px;
    height: 20px;
    transition-duration: 1s;
    background-color: #ffffff;
    -webkit-mask-repeat: no-repeat;
}

.logoAutor .s1 {
    width: 27px;
    height: 20px;
    transform: translateX(0);
    transition-property: all;
    transition-duration: .5s;
    transition-delay: 1.2s;
    margin: 0;
    background-color: var(--hover2);
}

.logoAutor .s2,
.logoAutor .s4,
.logoAutor .s8 {
    transform: translateY(0);
    transition-property: all;
    opacity: 1;
    transition-delay: .5s;
}

.logoAutor .s3,
.logoAutor .s6,
.logoAutor .s9 {
    transform: rotate(0) translateX(0) translateY(0);
    transition-property: all;
    opacity: 1;
    transition-delay: .5s;
    margin: auto 0 0 -3px;
}

.logoAutor .s5,
.logoAutor .s7 {
    transform: translateY(0);
    transition-property: all;
    opacity: 1;
    transition-delay: .5s;
}

.logoAutor:hover .s5,
.logoAutor:hover .s7 {
    transform: translateY(0px);
    opacity: 1;
    transition-delay: .4s;
}

.logoAutor:hover .s1:first-child {
    transform: translateX(0px);
    transition-delay: .1s;
}

.logoAutor:hover .s2,
.logoAutor:hover .s4,
.logoAutor:hover .s8 {
    transform: translateY(0px);
    opacity: 1;
    transition-delay: .4s;
}

.logoAutor:hover .s3,
.logoAutor:hover .s6,
.logoAutor:hover .s9 {
    transform: rotate(0) translateX(0) translateY(-0px);
    opacity: 1;
    transition-delay: .4s;
}

.logoAutor .s9 {
    -webkit-mask-image: url(img/copy/s.png);
    mask-image: url(img/copy/s.png);
    -webkit-mask-size: contain;
    mask-size: contain;
}

.logoAutor .s8 {
    -webkit-mask-image: url(img/copy/e.png);
    mask-image: url(img/copy/e.png);
    -webkit-mask-size: contain;
    mask-size: contain;
}

.logoAutor .s7 {
    -webkit-mask-image: url(img/copy/m.png);
    mask-image: url(img/copy/m.png);
    -webkit-mask-size: contain;
    mask-size: contain;
}

.logoAutor .s6 {
    -webkit-mask-image: url(img/copy/e.png);
    mask-image: url(img/copy/e.png);
    -webkit-mask-size: contain;
    mask-size: contain;
}

.logoAutor .s5 {
    -webkit-mask-image: url(img/copy/h.png);
    mask-image: url(img/copy/h.png);
    -webkit-mask-size: contain;
    mask-size: contain;
}

.logoAutor .s4 {
    -webkit-mask-image: url(img/copy/t.png);
    mask-image: url(img/copy/t.png);
    -webkit-mask-size: contain;
    mask-size: contain;
}

.logoAutor .s3 {
    -webkit-mask-image: url(img/copy/r.png);
    mask-image: url(img/copy/r.png);
    -webkit-mask-size: contain;
    mask-size: contain;
}

.logoAutor .s2 {
    -webkit-mask-image: url(img/copy/a.png);
    mask-image: url(img/copy/a.png);
    -webkit-mask-size: contain;
    mask-size: contain;
}

.logoAutor .s1 {
    -webkit-mask-image: url(img/copy/s.png);
    mask-image: url(img/copy/s.png);
    -webkit-mask-size: contain;
    mask-size: contain;
}

.social .ico {
    display: block;
    width: 20px;
    height: 20px;
    margin: auto;
    background-color: #c3c3dd;
    margin: 0 5px;
}

.social .ico:hover {
    background-color: #414457;
}

.social .ico.twitter {
    -webkit-mask-image: url(img/twitter.png);
    mask-image: url(img/twitter.png);
    -webkit-mask-size: cover;
    mask-size: cover;
}

.social .ico.facebook {
    -webkit-mask-image: url(img/facebook.png);
    mask-image: url(img/facebook.png);
    -webkit-mask-size: cover;
    mask-size: cover;
}

.social .ico.youtube {
    -webkit-mask-image: url(img/youtube.png);
    mask-image: url(img/youtube.png);
    -webkit-mask-size: cover;
    mask-size: cover;
}

.social .ico span {
    font-size: 0;
}

@media(max-width: 1250px) {
    .m_center {
        max-width: 90%;
    }
}

@media(max-width: 1000px) {
    .noping-page>.playerBg {
        width: 100%;
        height: 27rem;
    }
    .m_header .m_center.open {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        max-width: 100%;
        width: 100%;
        height: 100vh;
        padding: 10px 25px;
        z-index: 997;
        background: var(--terceira);
        align-items: unset;
        display: block;
    }

    .m_header .m_center.open .left {
        position: relative;
        display: block;
        height: unset;
    }

    .m_header .menu {
        display: none;
        height: auto;
    }

    .m_header .m_center.open .menu {
        position: absolute;
        top: 140px;
        width: 100%;
        display: block;
    }

    .m_header .m_center.open .menu li {
        padding: 10px;
    }

    .m_header .m_center.open .right {
        width: 100%;
    }

    .m_header .m_center.open .logo {
        display: block;
        margin-bottom: 5px;
    }

    .menu_open {
        display: block;
    }

    .menu_open.open {
        position: absolute;
        top: 11px;
        right: 0;
    }

    .m_header .m_center .pesquisa {
        display: none;
    }

    .m_header .m_center.open .pesquisa {
        display: block;
        width: 100%;
    }

    .m_header .m_center.open #usernew {
        position: absolute;
        top: 15px;
        right: 41px;
    }

    .user_pro .user-name {
        font-size: 0;
    }

    .user_pro .user_menu {
        right: 0;
        margin: 0 -25px;
    }

    .m_header .menu li.sub a {
        display: none;
    }

    .m_header .menu li.sub ul {
        position: relative;
        display: block;
        opacity: 1;
        background: transparent;
        box-shadow: 0 0 0;
        margin: 0;
        padding: 0;
        visibility: visible;
        width: 100%;
    }

    .m_header .menu li.sub ul li a {
        display: block;
        padding: 0;
        font-size: 14px;
        text-transform: uppercase;
    }

    .m_header .menu li.sub ul li {
        padding: 0;
        min-width: unset;
    }

    .m_header .m_center.open .menu li.sub {
        padding: 0;
    }

    #suggest-results {
        position: relative;
        top: unset;
    }

    #suggest-results ul li .thumb {
        width: 80px;
        height: 120px;
    }

    #suggest-results ul.generos li {
        margin: 3px;
        font-size: 12px;
        padding: 2px 10px;
    }

    #suggest-results ul.generos {
        padding: 10px 0;
    }

    #suggest-results ul li a .contento {
        width: calc(100% - 100px);
    }

    .itemA {
        width: calc(100%/3 - 10px);
    }
}


@media(max-width: 880px) {
    .animeInfos .clw {
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .animeInfos .crw {
        text-align: center;
    }

    .animeInfos .crw .dados .b_flex {
        justify-content: center;
    }
    
    .buttons_clw {
        justify-content: center;
        left: 0;
    }

    .itemE {
        width: calc(100%/2 - 10px);
    }

    .more {
        border-color: #abb3c5;
        color: #abb3c5;
    }
}

@media(max-width: 780px) {
    .report-wrapper .report-container .report-content .checkboxes li {
        width: 100%;
    }

    .report-wrapper .report-container .report-content label {
        font-size: 15px;
    }

    .descep_video_ep_container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .descep_video_ep_container .b_itens {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .descep_video_ep_container .poster {
        padding-top: 50%;
    }

    .linksEP {
        display: block;
        background: transparent;
        margin-bottom: 0;
    }

    .linksEP .epsL,
    .linksEP .epR {
        width: 100%;
        margin-bottom: 20px;
        border-radius: 5px;
        overflow: hidden;
    }

    .linksEP .epsL {
        margin: 0;
        margin-bottom: 20px
    }

    .linksEP .epsL .subitem {
        border-radius: 0
    }

    #calen-nav li {
        width: calc(100%/1 - 2px);
    }

    .m_footer .left {
        flex-direction: column;
        gap: 10px;
    }

    .m_footer .logo {
        display: block;
        margin: auto;
    }

    .m_footer .mcsd {
        flex-direction: column;
    }

    .m_footer .right {
        margin-top: 40px;
    }

    .m_footer .menu {
        flex-direction: column;
        gap: 30px;
    }
}

@media(max-width: 600px) {
    .m_header .logo {
        width: 180px;
        margin: 0;
    }

    #usernew {
        margin: 0;
    }

    .itemA {
        width: calc(100%/2 - 10px);
    }

    .search-f {
        margin-bottom: 20px;
    }

    .lista_episodes .itens_ep {
        width: calc(100%/2 - 10px);
        margin: 0 5px 10px;
    }

     .lista_episodes .itens_ep .item_ep {
        padding: 0;
    }

    .lista_episodes .itens_ep .item_ep a {
        flex-direction: column;
    }

    .lista_episodes .itens_ep .item_ep .thumb {
        width: 100%;
        padding-top: 55.55%;
    }

    .lista_episodes .itens_ep .item_ep .dados {
        width: 100%;
        padding: 20px 0 10px;
    }

    .lista_episodes .itens_ep .item_ep .dados .right {
        display: none;
    }
}

.calendario-itens {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.calendario  header {
    width: 100%;
    padding: 15px 0;
    line-height: 20px;
}

.calendario header h2 {
    font-size: 20px;
    font-weight: 500;
}

.calendario header h3 {
    color: #ffd72b;
    font-size: 17px;
}

.meta-description {
    background: #20242c;
    padding: 20px;
    margin-bottom: 1.3rem;
    border-radius: 0 0 5px 5px;
}

.title-meta {
    padding: 15px;
    background: #2943fa;
    border-radius: 5px 5px 0 0;
    font-weight: 500;
}