<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Hentai Mania
Theme URI: https://sarthemes.com/
Author: SarThemes
Author URI: https://sarthemes.com/
Description: Desenvolvido para sites de animes.
Version: 1.0
Text Domain: Hentai Mania
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;
}

a {
    text-decoration: 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;
}

body {
    background: #fff;
    color: #000;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 15px;
    position: relative;
}
:root {
    --dark: #101010;
    --principal: #8b13d6;
    --hover: #600b8a;
}

::-webkit-scrollbar {
    width: 10px;
    background-color: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background-color: #d8d8d8;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}

.row {
    flex-direction: row;
    flex-wrap: wrap
}

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

.mwidth {
    position: relative;
    max-width: 90%;
    margin: 0 auto;
}

@media (min-width: 1270px) {
    .mwidth {
        max-width: 1270px;
    }
}

.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_bottom {
    margin-bottom: 25px;
}

.logo {
    width: 700px;
    height: 200px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 20px;
    margin: 0 auto;
    cursor: pointer;
    background: url(img/logo.png) center no-repeat;
    background-size: cover;
}

.menu-open {
    position: absolute;
    right: 15px;
    padding: 1.5rem 0 1.6em;
    margin-left: 20px;
    width: 30px;
    cursor: pointer;
    z-index: 5;
}

.menu-open.open {
    z-index: 100;
    position: fixed;
    top: 0;
}

.menu-open span {
    position: relative;
    display: block;
}

.menu-open span,
.menu-open span::before,
.menu-open span::after {
    width: 30px;
    height: 3px;
    border-radius: 2px;
    cursor: pointer;
    background-color: var(--principal);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.menu-open span::before,
.menu-open span::after {
    content: "";
    position: absolute;
    left: 0;
    top: -9px;
}

.menu-open span::after {
    top: 9px;
}

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

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

.menu-open.open span::after {
    -webkit-transform: rotate(-45deg) translate(7px, -6px);
    -ms-transform: rotate(-45deg) translate(7px, -6px);
    transform: rotate(-45deg) translate(7px, -6px);
}

.pesquisa {
    position: relative;
    padding: 13px 0;
}

.pesquisa .pesquisaMenu {
    position: relative;
    width: calc(100% - 30px);
    padding: 13px 15px;
    background: #212121;
    border-radius: 25px;
    overflow: hidden;
    justify-content: unset;
}

.pesquisa .pesquisaMenu input[type=text] {
    display: block;
    width: 90%;
    background: transparent;
    border: 0;
    margin: 0;
    color: #929292;
}

.pesquisa .pesquisaMenu .search {
    position: absolute;
    right: 0;
    width: 100px;
    padding: 15px;
    height: 100%;
    background: var(--principal);
    cursor: pointer;
    border-radius: 25px;
}

.pesquisa .pesquisaMenu .search:before {
    content: "";
    display: block;
    background-color: #fff;
    -webkit-mask-image: url(img/icons/search.png);
    mask-image: url(img/icons/search.png);
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 30px;
    height: 30px;
    margin: -8px auto;
}

#suggest-results {
    width: 100%;
    position: absolute;
    top: 58px;
    left: 0;
    padding: 15px;
    background: #fff;
    z-index: 99;
}

.navup #suggest-results {
    position: fixed;
}

#suggest-results .viewS {
    height: 340px;
    overflow-y: scroll;
}

#suggest-results .viewS::-webkit-scrollbar {
    width: 3 !important;
}

.ui-autocomplete li {
    border-bottom: 1px solid rgb(255 255 255 / 5%);
    display: block;
    padding: 0;
    position: relative;
}

.ui-autocomplete li.pesquisaItem {
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.pesquisaItem a {
    display: flex;
    flex-wrap: wrap;
    color: #424242;
}

.pesquisaItem .thumb {
    width: 90px;
    height: 120px;
    margin-right: 15px;
    border-radius: 5px;
    overflow:hidden;
}

.pesquisaItem .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ui-autocomplete li.pesquisaItem .search-name {
    margin: auto 0;
    color: #212121;
    display: block;
    font-size: 13px;
    font-weight: bolder;
    line-height: 1;
}

.ui-autocomplete li a:hover {
    opacity: .8;
}

#sidebar-menu {
    position: fixed;
    right: -9999px;
    bottom: 0;
    top: 0;
    text-align: left;
    padding: 0 0 2px 0;
    width: 280px;
    z-index: 9;
    background: #ffffff;
    color: #000;
    font-weight: 500;
    -moz-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 1px 0 rgb(0 0 0 / 8%);
    box-shadow: 0 0 2px 2px rgb(0 0 0 / 19%);
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

#sidebar-menu.active {
    right: 0;
}

.sidebar-nav {
    width: 100%;
    margin: 3.8em 0 0;
    border-top: 1px solid #e6e6e6;
}

.sidebar-nav ul {
    width: 100%;
}

.sidebar-nav li {
    font-size: 17px;
    width: 100%;
    font-weight: 500;
    padding: 15px;
}

.sidebar-nav li:nth-child(2n) {
    background: #dcdcdc38;
}

.sidebar-nav li:hover {
    background: var(--hover);
}

.sidebar-nav li a {
    display: block;
    color: #2d2d2d;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}

.sidebar-nav li:hover a {
    color: #fff;
}

.header_ {
    position: relative;
    background: url(img/Fundo.png) center no-repeat;
    background-position: 0 -198px;
    background-size: 100%;
    width: 100%;
    height: 350px;
}

.header_:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,rgb(255 255 255 / 0%) 0%,rgb(255 255 255 / 20%) 30%,rgb(255 255 255 / 20%) 0%,rgb(255 255 255) 100%);
}

.space {
    margin-top: 2em;
}

.postC {
    background-color: #f2f0f3;
    padding: 15px 0;
}

.titleD {
    position: relative;
    padding: 15px 20px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--principal);
    color: #fff;
    margin-bottom: 15px;
}

.titleD h1,
.titleD h2,
.titleD h3,
.titleD span,
.header-title h1,
.header-title h2,
.header-title h3,
.header-title span {
    font-size: 16px;
    font-weight: bold;
    margin: auto 0;
    color: #fff;
}

.postI {
    margin-bottom: 1.2em;
}

.buttonD {
    padding: 0.375rem 1.55rem !important;
    border-color: var(--principal) !important;
    color: var(--dark) !important;
}

.buttonD:hover {
    color: var(--principal) !important;
}

.postsContent {
    text-align: center;
}

.spacex {
    margin-top: 1em !important;
}

.itemP {
    position: relative;
    width: calc(100%/2 - 10px);
    float: left;
    margin: 5px;
}

.itemP a {
    color: #fff;
}

.itemP a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.itemP .thumb {
    position: relative;
    width: 100%;
    padding-top: 125.6%;
    border-radius: 5px;
    overflow: hidden;
}

.itemP .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.itemP .info {
    position: relative;
    width: 100%;
    padding: 0.5rem 0.8rem 10px;
}

.itemP .info h3,
.itemE .info h3 {
    position: relative;
    z-index: 1;
    font-size: 14px;
    font-weight: bold;
    color: var(--hover);
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.itemP .info span,
.itemE .info span {
    display: block;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.itemP:hover .thumb img,
.itemE:hover .thumb img,
.animeCover:hover img {
    transform: scale(1.2);
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

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

.itemP .button_play .play-video {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.itemP .button_play .play-video {
    background: var(--hover);
    height: 60px;
    width: 60px;
    line-height: 60px;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
    display: block;
}

.itemP .button_play .play-video svg {
    margin-left: 29%;
    margin-top: 25%;
    font-size: 30px;
}

.itemP:hover .button_play .play-video {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(147, 82, 179, 0);
    -moz-box-shadow: 0 0 0 10px rgba(147, 82, 179, 0);
    box-shadow: 0 0 0 10px rgba(147, 82, 179, 0);
}

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

.itemE .thumb {
    position: relative;
    width: 100%;
    padding-top: 66.6%;
    overflow: hidden;
    border-radius: 5px;
}

.itemE .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.itemE .info {
    position: relative;
    bottom: 0;
    color: var(--dark);
    font-weight: 600;
    padding: 10px 0 0 0;
    width: 100%;
}

.itemP .info h3 span,
.itemE .info h3 span {
    overflow: hidden;
    display: -webkit-box;
    color: var(--dark);
    -webkit-line-clamp: 2;
    font-size: 15px;
    font-weight: 700;
    min-height: unset;
    -webkit-box-orient: vertical;
    vertical-align: middle;
}

.itemE .button_play svg {
    margin-left: 15%;
    margin-top: 8%;
    font-size: 30px;
}

.tituloP {
    padding: 13px 15px;
    background: #000;
    border-bottom: 2px solid #ffffff29;
}

.tituloP h1 {
    /* text-transform: uppercase; */
    font-size: 20px;
    font-weight: 500;
}

.titleEP {
    position: relative;
    padding: 12px 10px;
    background: var(--principal);
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-weight: bolder;
    margin-bottom: 1.5rem;
}

.rwl {
    width: calc(100% - 250px);
    table-layout: fixed;
    margin: 0 auto;
}

#player {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 55.25%;
}

.tab-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

#player .jwplayer.jw-flag-aspect-mode {
    height: 100% !important;
}

.jwplayer.jw-flag-aspect-mode .jw-aspect {
    padding-top: 0 !important;
}

.jw-icon.jw-icon-inline.jw-icon-settings,
.jw-icon.jw-icon-inline.jw-button-color.jw-reset.jw-icon-rewind {
    display: none;
    width: 0px;
    height: 0px;
}

/* Comentarios 
*********************** */
#comentar {
    margin: 1.5em 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(--principal);
    margin-top: 1rem;
    padding: 10px 20px;
    border-radius: 5px;
}

.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: calc(100% - 30px);
    background: #ffffff;
    border: 1px solid #cccccc;
    color: #6b6b6b;
}

.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;
}

#comentar ul.children {
    margin-left: 40px;
}

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

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

#comentar ul li .comment-user-info {}

#comentar ul li .comment-user-info img.avatar {
    margin-right: 10px;
    border-radius: 5px;
    background-color: #ffffff1f;
    padding: 2px;
    width: 60px;
    height: 60px;
    float: left;
}

#comentar ul li .comment-info-txt {
    position: relative;
    display: flex;
    padding: 0 0 6px;
    margin-bottom: 12px;
}

#comentar ul li .comment-info-txt:before {
    display: block;
    position: absolute;
    top: 24px;
    left: 50px;
    border-top: 8px solid #505050;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid transparent;
    width: 0;
    height: 0;
    content: "";
}

#comentar ul li .comment-chef {
    display: flex;
    align-items: center;
    word-break: break-all;
    color: var(--principal);
    font-size: 15px;
    font-weight: 400;
    margin-right: 10px;
}

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

#comentar ul li .comment-time {
    color: #e2e2e2;
    font-size: 15px;
}

#comentar ul li .comment-info-txt:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 3px;
    background: #505050;
    left: 20px;
    right: 20px;
    bottom: -3px;
}

#comentar ul li .comment-body {
    position: relative;
    width: 100%;
    min-height: 40px;
    word-break: break-word;
    word-wrap: break-word;
    color: #b8b9b8;
    font-weight: 400;
    padding-bottom: 1em;
}

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

#comentar ul li .comment-reply-box {
    position: absolute;
    right: 0;
    bottom: 2px;
}

#comentar ul li .ico.reply {
    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;
}

.comment-reply-title {
    position: relative;
}

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

#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;
}

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

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

/********************************************
* Loading
*********************************************/
.loadingsite {
    position: fixed;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
}

.sk-chase,
.sk-chase-2 {
    width: 40px;
    height: 40px;
    position: relative;
    animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-2 {
    top: -40px;
}

.sk-chase-2 .sk-chase-dot::before {
    position: absolute;
    bottom: 0;
    right: 0;
}

.sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: sk-chase-dot 2s infinite ease-in-out both;
}

.sk-chase-dot:before {
    content: "";
    display: block;
    width: 25%;
    height: 25%;
    background-color: var(--principal);
    border-radius: 100%;
    animation: sk-chase-dot-before 2s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
    animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2) {
    animation-delay: -1s;
}

.sk-chase-dot:nth-child(3) {
    animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4) {
    animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5) {
    animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6) {
    animation-delay: -0.6s;
}

.sk-chase-dot:nth-child(1):before {
    animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2):before {
    animation-delay: -1s;
}

.sk-chase-dot:nth-child(3):before {
    animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4):before {
    animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5):before {
    animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6):before {
    animation-delay: -0.6s;
}

@keyframes sk-chase {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-chase-dot {

    80%,
    100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-chase-dot-before {
    50% {
        transform: scale(0.4);
    }

    100%,
    0% {
        transform: scale(0.8);
    }
}

.autor-copy {
    position: absolute;
    bottom: 0;
    right: 20px;
    display: block;
    padding-right: 3px;
}

@media screen and (max-width: 980px) {
    .autor-copy {
        position: relative;
        margin: 0 auto;
        bottom: 0;
        right: 0;
        margin-top: 15px;
        width: 150px;
    }
}

.logoAutor {
    overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
*/
.menu_filter_box,
.menu_filter,
.menu_filter_box2 {
    width: 100%;
    float: left;
    padding: 10px 15px;
    margin-top: 10px;
}

.menu_filter_box .li-drop-down li,
.menu_filter_box2 .li-drop-down li {
    display: none;
}

.menu_filter_box .titulo,
.menu_filter_box2 .titulo {
    margin-bottom: 6px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
}

.menu_filter_box ul,
.menu_filter_box2 ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    float: left;
    padding: 0;
}

.menu_filter_box .list-radio-li,
.menu_filter_box2 .list-radio-li {
    padding: 10px;
}

.menu_filter_box p,
.menu_filter_box2 p {
    width: 100%;
    float: left;
    margin: 0;
    margin-top: 10px;
}

.menu_filter_box p span,
.menu_filter_box2 p span {
    color: #fff;
}

.menu_filter_box input[type="number"],
.menu_filter_box2 input[type="number"] {
    float: right;
    width: 100%;
    float: left;
    text-decoration: none;
    background: #00000033;
    color: #fff;
    border: 1px solid #00000026;
    border-bottom: 1px solid #0000007a;
    padding: 12px 10px;
    cursor: pointer;
}

.menu_filter_box i,
.menu_filter_box2 i {
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 32px;
    margin-right: 10px;
}

.menu_filter_box .removeClass,
.menu_filter_box2 .removeClass {
    width: auto;
    margin-top: 10px;
    margin-right: 10px;
    padding: 0;
    border: 0;
    background: transparent;
}

.menu_filter_box li,
.menu_filter_box2 li {
    list-style: none;
    height: auto;
    float: left;
    margin: 0;
    padding: 0;
    margin-top: 1%;
    margin-right: 1%;
    display: block;
    color: #fff;
}

.padding-10 {
    padding: 10px !important;
}

.list-item {
    width: 100%;
    height: auto;
    float: left;
    margin: 0;
    padding: 0;
    background: #00000036;
    color: #fff;
    font-size: 12px;
    border-bottom: 2px solid #0000003b;
    margin-top: 1%;
    margin-right: 1%;
    display: block;
    cursor: pointer;
}

.list-item a {
    display: block;
    color: #fff;
}

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

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

@media only screen and (min-width: 319px) and (max-width: 479px) {
    .list-item {
        width: 49.5%;
    }

    .list-item:nth-of-type(2n) {
        margin-right: 0;
    }
}

@media only screen and (min-width: 480px) and (max-width: 599px) {
    .list-item {
        width: 32.66%;
    }

    .list-item:nth-of-type(3n) {
        margin-right: 0;
    }
}

@media only screen and (min-width: 600px) and (max-width: 1365px) {
    .list-item {
        width: 24.25%;
    }

    .list-item:nth-of-type(4n) {
        margin-right: 0;
    }
}

@media only screen and (min-width: 1366px) and (max-width: 1599px) {
    .list-item {
        width: 15.83%;
    }

    .list-item:nth-of-type(6n) {
        margin-right: 0;
    }
}

@media only screen and (min-width: 1600px) {
    .list-item {
        width: 11.62%;
    }

    .list-item:nth-of-type(8n) {
        margin-right: 0;
    }
}

.list-item label {
    cursor: pointer;
    display: block;
    padding: 16px 12px;
}

.list-item.active:before {
    float: right;
    content: "\2713";
    color: #fff;
}

.list-item.disable:before {
    content: "\2717";
    float: right;
    color: #fff;
}

.list-item.item-letter {
    width: 42px;
    text-align: center;
    margin: 0;
    margin-top: 10px;
    margin-right: 2px;
}

.list-item.item-letter input[type="radio"]:checked+label {
    background: #00000059;
}

.list-item.item-letter:nth-line(1) {
    margin-right: 0;
}

.js_dropdown_box .js_dropdown_title {
    cursor: pointer;
}

.js_dropdown_box li {
    display: none;
}

.js_dropdown_box .js_dropdown_title::after {
    transform: rotate(-90deg);
    content: "\276E";
    font-size: 14px;
    float: left;
    margin-right: 10px;
}

.js_dropdown_box.active li {
    display: inline-block;
    min-height: 38px;
}

.js_dropdown_box.active .js_dropdown_title::after {
    transform: rotate(90deg);
    content: "\276E";
    font-size: 14px;
    float: left;
    margin-right: 10px;
    margin-top: -2px;
}

.js_dropdown_box.disable .js_dropdown_title::after {
    transform: rotate(-90deg);
    content: "\276E";
    font-size: 14px;
    float: left;
    margin-right: 10px;
}

.miniSearch {
    width: auto;
    float: left;
}

.miniSearch input {
    width: 70px;
    height: 32px;
    float: left;
    text-decoration: none;
    background: #2b2b2b;
    color: #fff;
    border: 1px solid #2b2b2b;
    border-top: 1px solid #333;
    border-bottom: 2px solid #76608a;
    margin-left: 10px;
    margin-bottom: 10px;
    padding: 0px 10px;
    cursor: pointer;
}

.miniSearch button {
    min-width: 32px;
    height: 32px;
    float: left;
    text-decoration: none;
    background: #2b2b2b;
    color: #fff;
    border: 1px solid #2b2b2b;
    border-top: 1px solid #333;
    border-bottom: 2px solid #76608a;
    margin-left: 10px;
    margin-bottom: 10px;
    padding: 0px 10px;
    cursor: pointer;
}

.miniSearch button:hover {
    background: #454545;
}

.miniSearch label {
    float: left;
    padding: 10px 0px;
    color: #999;
}

.filter-menu-icon {
    position: relative;
    height: 32px;
}

.filter-menu-icon img {
    height: 100%;
    float: left;
    padding: 8px;
    margin-left: 10px;
    cursor: pointer;
}

.filter-menu-icon input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.filter-menu-icon input[type="radio"]+img {
    cursor: pointer;
}

.filter-menu-icon input[type="radio"]:checked+img {
    border-bottom: 1px solid #76608a;
}

.js_dropdown_box p,
.js_dropdown_box .nsd {
    display: none;
}

.js_dropdown_box.active p,
.js_dropdown_box.active .nsd {
    display: block;
}

.menu_filter_box ul ul {
    padding: 0;
    margin-top: 15px;
}

.flex .list-item {
    width: auto;
    margin-right: 1%;
}

.menu_filter_box .flex li,
.menu_filter_box2 .flex li {
    float: none;
    /* display: inline-block; */
}

.menu_filter_box .numbers li {
    width: 99%;
    display: inline-block;
    margin-top: 0;
}

.menu_filter.left {
    float: left !important;
    left: 0 !important;
    width: auto;
    border: 0;
    padding: 0 15px;
    margin: 0;
}

.menu_filter.right {
    float: right !important;
    right: 0 !important;
    width: auto;
    border: 0;
    padding: 0 23px;
    margin: 0;
}

.menu_filter.right.lasx {
    padding: 0 5px;
    margin-top: 1.2em;
}

.menu_filter .button {
    width: auto;
    float: left;
    padding: 10px;
    color: #fff;
    background: #00000036;
    border: 1px solid #0000002b;
    border-radius: 3px;
    cursor: pointer;
}

.filterBox {
    background: var(--principal);
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.filterBox .tituloD {
    background: #00000047;
    padding: 10px;
    text-transform: uppercase;
    text-align: center;
}

.filterBox .tituloD h1 {
    font-size: 17px;
}

.filterBox .tituloD span {
    font-size: 13px;
    font-weight: 500;
}

.alert {
    position: fixed;
    bottom: 20px;
    z-index: 10;
    right: 4%;
}

.alert_view {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert .error {
    background: #ffd5d5;
    color: #921717;
}

.alert .warning {
    background: #fffad5;
    color: #928917;
}

#animePost .loading-post {
    margin: 5em 0;
}

.select select {
    width: 100%;
    text-decoration: none;
    background: #00000033;
    color: #fff;
    border: 1px solid #0000002b;
    border-bottom: 2px solid #00000052;
    padding: 10px 15px;
}

.paginacao {}

.selectBoxPaginacao {
    float: left;
    margin: 0 15px;
    width: 108px;
}

.paginacao select {
    width: 100%;
    height: 32px;
    float: left;
    text-decoration: none;
    background: #000000;
    color: #fff;
    border: 1px solid #0c0c0c;
    border-bottom: 2px solid var(--hover);
    padding: 0px 5px;
    border-radius: 3px;
    cursor: pointer;
}

.btn.prev,
.btn.next {
    float: left;
    background: #000000;
    color: #fff;
    border: 1px solid #0c0c0c;
    border-bottom: 2px solid var(--hover);
    padding: 0.235rem 0.75rem;
}

.btn.prev:hover,
.btn.next:hover {
    background: var(--principal);
    border-color: #000;
    color: #fff;
}

.selectBoxPaginacao.right {
    float: right;
    margin: 0 10px;
}

/******************************************
* Footer
*******************************************/
.svg-footer {
    display: block;
    overflow: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    color: #6b0ea5;
    margin-top: 6em;
}

#footer {
    font-family: 'Bebas Neue', cursive;
    background: #6b0ea5;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

#footer .alinhamento {
    position: relative;
    width: 97%;
    height: 100%;
    min-height: 253px;
    margin: 0 auto;
    padding-top: 80px;
}

#footer .l {
    position: absolute;
    bottom: -5px;
    left: 0;
    background: url(img/d1.png) no-repeat center;
    background-size: 100% 100%;
    width: 25%;
    height: 330px;
}

#footer .r {
    position: absolute;
    bottom: -5px;
    right: 0;
    background: url(img/d2.png) no-repeat center;
    background-size: 100% 100%;
    width: 14%;
    height: 330px;
}

#footer .mwidth {
    padding: 0;
    width: 50%;
}

#footer .mwidth .itens {
    width: 100%;
    bottom: 0;
    flex-direction: column;
}

#footer .about {
    font-size: 15px;
    margin: auto;
    letter-spacing: 1px;
    text-align: -webkit-center;
    color: #fff;
}

#footer .parceiros {
    padding: 15px;
    width: 100%;
    text-align: center;
}

.menuf {
    text-align: center;
    margin: 1.4em 0;
}

.menuf li {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    margin: 5px;
    border-bottom: 1px solid transparent;
    border-radius: 5px;
}

.menuf li:hover {
    border-color: #fff;
}

.menuf li img {
    width: 120px;
    height: 60px;
    object-fit: cover;
}

.menuf li a {
    color: #fff;
    border-bottom: 2px solid transparent;
}

.copyright {
    background: #0c0c0c;
    color: #fff;
    padding: 20px 15px;
    font-weight: bold;
    text-align: center;
}

.copyright .mwidth.flex {
    justify-content: space-between;
    padding: 0;
}

.bannerf {
    position: relative;
    width: calc(100% / 4 - 15px);
    height: 120px;
    margin-bottom: 15px;
    margin-right: 15px;
}

.bannerf_img {
    width: 100%;
    height: 100%;
}

.bannerf_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#tabs-nav {
    margin: 1em 0;
}

#tabs-nav li {
    display: inline-block;
    padding: 10px 15px;
    background: #fff;
    border-bottom: 2px solid var(--hover);
    border-radius: 5px;
    color: #000;
    margin-right: 5px;
    margin-bottom: 5px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

#tabs-nav li a {
    color: #000;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

#tabs-nav li:hover,
#tabs-nav li.active {
    background: var(--hover);
}

#tabs-nav li:hover a,
#tabs-nav li.active a {
    color: #fff;
}

#downs-nav {
    margin: 1em 0 0;
}

#downs-nav li {
    position: relative;
    display: inline-block;
    padding: 15px;
    padding-left: 55px;
    background: #232323;
    border-radius: 3px;
    margin-right: 5px;
    margin-bottom: 2px;
}

#downs-nav li a {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

#downs-nav li:hover {
    background: var(--principal);
}

#downs-nav li .down {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    display: flex;
    border-right: 1px solid #ffffff26;
}

#downs-nav li .down svg {
    margin: auto;
    fill: #fff;
}

#msg {
    text-align: center;
    margin: 0 0 1em 0;
}

#msg p {
    padding: 15px;
    color: #fff;
    font-weight: bold;
    background: #5a5a5a52;
    text-transform: uppercase;
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.form-group {
    margin-bottom: 1rem;
}

.form-control {
    width: calc(100% - 1.40rem);
    padding: .375rem .75rem;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    line-height: 1.5;
    color: #888888;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #dcdcdc;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control::placeholder {
    color: #cecece;
}

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

.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}

.col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 5px;
}

.form-row .col-md-6 {
    position: relative;
    margin: 0 5px;
}

.form-row  label {
    display: inline-block;
    margin-bottom: .5rem;
    color: #2b2b2b;
}

.form {
    margin: 0 auto;
}

.form .bnt {
    color: #fff;
    background: var(--hover);
    border-color: var(--hover);
    border-radius: 5px;
    text-transform: uppercase;
    padding: 15px 25px;
    font-family: 'Fira Sans';
    font-weight: bold;
    cursor: pointer;
}

.red {
    color: red;
    font-weight: bold;
}
/****************************************************************
* Bootstrap
*****************************************************************/
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none;
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled,
.btn:disabled {
    opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.clear {
    clear: both;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.none {
    display: none !important;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.h-100 {
    height: 100% !important;
}

.box-container.posts .header-title {
    margin-bottom: 10px;
    text-align: unset;
}

.box-container.ep .header-title {
    font-size: 16px;
}

.poster .item {
    width: calc(100%/3 - 20px);
    margin: 5px 10px;
}

.poster .item .poster {
    padding-top: 125.55%;
}

.poster .item .dados .ep-name {
    color: #fff;
    text-align: center;
}

.box-container {
    margin: 1em 0
}

.box-container.posts {
    background: var(--secundario);
    padding: 10px;
}

.header-title {
    background: var(--principal);
    padding: 15px;
}

.box-container.ep .header-title {
    font-size: 16px;
}

.info-anime {
    -webkit-box-pack: unset;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
}

.info-anime .left {
    width: 235px;
    height: 100%;
    margin-right: 15px;
}

.info-anime .poster {
    position: relative;
    width: 234px;
    height: 100%;
    padding-top: 145%;
    overflow: hidden;
    border: 2px solid var(--secundario);
}

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

.info-anime .dados {
    width: calc(100% - 250px);
}

.info-anime .dados ul {
    width: 100%;
    padding: 0px;
    color: #888;
    margin-bottom: 10px;
}

.info-anime .dados ul li {
    list-style: none;
    min-height: 48px;
    padding: 0px 10px;
    margin: 0;
    background: #ffffff;
    border: 1px solid #f2f0f3;
    display: flex;
    align-items: center;
}

.info-anime .dados ul li span {
    margin-right: 5px;
    font-weight: bold;
}

.sinopse-anime {
    background: #ffffff;
    border-top: 2px solid var(--principal);
    padding: 15px;
    margin: 0.5rem 0;
}

.filtro {
    margin-bottom: 1em;
}

.filtro select {
    width: calc(100%/4 - 10px);
    padding: 10px 15px;
    margin: 0 5px;
    border: 0;
    border-radius: 5px;
    background: #ffffff;
    border-bottom: 2px solid var(--principal);
    color: #1f1f1f;
}

.favItem {
    background: var(--dark);
    margin: 0;
    width: 100%;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    z-index: 100;
    display: flex;
}

.icon-fav {
    margin: 5px;
    margin-left: auto;
}

.favItem span {
    margin-top: 7px;
    margin-left: 7px;
    margin-right: auto;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}

.icon-fav.off {
    width: 20px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
    background-color: #fff;
    -webkit-mask-image: url(./img/icons/fav_off.png);
    mask-image: url(./img/icons/fav_off.png);
    -webkit-mask-size: cover;
    mask-size: cover;
}

.icon-fav.on {
    width: 20px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
    background-color: var(--p);
    -webkit-mask-image: url(./img/icons/fav_on.png);
    mask-image: url(./img/icons/fav_on.png);
    -webkit-mask-size: cover;
    mask-size: cover;
}

.icon-fav.loading {
    display: block !important;
    background-color: #fff;
    -webkit-mask-image: url(api/favorito/img/loader.png);
    mask-image: url(api/favorito/img/loader.png);
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 20px;
    height: 20px;
    padding: 0 !important;
    font-size: 0 !important;
    cursor: pointer;
    -moz-animation: rodar 2.5s linear infinite;
    -o-animation: rodar 2.5s linear infinite;
    -webkit-animation: rodar 2.5s linear infinite;
    animation: rodar 2.5s linear infinite;
}

@-webkit-keyframes rodar {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rodar {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.gnr {
    display: inline-block;
    background: #2a282b;
    border-radius: 5px;
    padding: 5px 15px;
    font-size: 13px;
    color: #fff;
    text-align: center;
    margin: 4px;
}

.gnr:hover {
    background: var(--hover);
}

.widget {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 1em 0;
    background: #fff;
    -webkit-box-shadow: 0 1px 5px 0 rgb(0 0 0 / 10%), 0 3px 4px 0 rgb(0 0 0 / 6%),
        0 2px 4px 0 rgb(0 0 0 / 7%);
    box-shadow: 0 1px 5px 0 rgb(0 0 0 / 10%), 0 3px 4px 0 rgb(0 0 0 / 6%),
        0 2px 4px 0 rgb(0 0 0 / 7%);
}

.widget-title {
    background: var(--principal);
    padding: 15px 15px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    color: #fff;
}

.widget-content {
    width: 100%;
    position: relative;
    padding: 10px;
}

.sidebar-popular {}

.sidebar-popular li {
    background: var(--dark);
    margin-bottom: 20px;
    box-shadow: 1px 1px 5px #00000029;
}

.sidebar-popular li.popular-treending {
    counter-increment: step-counter;
    padding: 10px 0px 10px 20px;
    position: relative;
}

.sidebar-popular li.popular-treending:hover {
    opacity: 0.8;
}

.sidebar-popular li.popular-treending::before {
    content: counter(step-counter);
    position: absolute;
    margin-right: 5px;
    top: 5px;
    right: 2px;
    background: var(--principal);
    font-size: 80%;
    font-weight: 600;
    color: #fff;
    padding: 3px 8px;
    border-radius: 3px;
}

.sidebar-popular li.popular-treending .tumbl {
    width: 60px;
    height: 70px;
    margin-right: 10px;
}

.sidebar-popular li.popular-treending .tumbl img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sidebar-popular li.popular-treending .data-infos {
    width: calc(100% - 80px);
    margin-left: 0;
    padding-right: 15px;
    height: 70px;
    overflow: hidden;
}

.sidebar-popular li.popular-treending .data-infos h4 {
    color: #5f5f5f;
    font-weight: 600;
}

.sidebar-popular li.popular-treending .data-infos p {
    font-size: 12px;
    color: #868686;
    margin-top: 2px;
}

.sidebar-popular li.popular-treending .data-infos span.author {
    display: block;
    font-size: 14px;
    color: #868686;
    background: transparent;
    padding: 0;
    margin: 0;
}

.sidebar-popular li.popular-treending .data-infos span {
    display: inline-block;
    font-size: 12px;
    color: #ffffff;
    padding: 3px;
    margin-top: 5px;
    background: #3e3e3e;
}

.sidebar-author li {
    background: #fff;
    margin-bottom: 20px;
    box-shadow: 0 2px 2px #00000029;
    padding: 10px;
    position: relative;
}

.sidebar-author li .tumbl {
    position: relative;
    width: 120px;
    padding-top: 35%;
    margin-right: 10px;
    overflow: hidden;
}

.sidebar-author li .tumbl img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sidebar-author li .data-infos {
    width: calc(100% - 55%);
    margin-left: 15px;
}

.sidebar-author li .data-infos .title {
    font-size: 1rem;
    font-weight: 500;
    color: #000;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sidebar-author li .data-infos p {
    margin: 1em 0;
    font-size: 0.85rem;
    color: #6f6f6f;
}

.widget-btn {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 10px 12px;
    border: 1px none #3c3c3c;
    border-radius: 5px;
    background-color: var(--principal);
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    text-align: center;
}

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

.az-list {
    width: 100%;
    background: var(--dark);
    margin: -15px 0;
    margin-bottom: 15px;
}

.az-list ul {
    width: 100%;
}

.az-list ul li {
    width: 100%;
    display: table;
}

.az-list .list {
    width: 14%;
    display: table-cell;
    position: relative;
    padding: 15px 15px;
    font-family: 'Fira Sans';
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.az-list .list a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    color: #fff;
    border-bottom: 2px solid transparent;
    width: 100%;
    height: 100%
}

.az-list .list:hover,
.az-list .list.active {
    background: var(--hover);
}

.genres {
    margin-bottom: 1em;
}

.genres li {
    position: relative;
    width: calc(100%/6 - 10px);
    font-size: 13px;
    font-weight: 500;
    margin: 5px;
    padding: 16px 15px;
    background: #fff;
    border-bottom: 3px 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;
}
/* PaginaÃƒÆ’Ã‚Â§ÃƒÆ’Ã‚Â£o */
.content-pagination {
    margin: 1em 0;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    border: 0;
    list-style:none;
    outline:0;
}

.content-pagination li {
    position: relative;
    padding: 10px 15px;
    margin: 0 7px 0 0;
    color: #383838;
    border-radius: 3px;
}

.content-pagination li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    color: transparent;
    z-index: 8;
}

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

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

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

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

@media only screen and (max-width: 1269px) {
    .titleD span {
        font-size: 65%;
    }

    .buttonD {
        font-size: 60% !important;
    }
}

@media only screen and (max-width: 1000px) {
    .header_ {
        position: relative;
        background: url(img/Fundo.png) center no-repeat;
        background-position: 0;
        background-size: 100%;
    }

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

    #footer .l,
    #footer .r {
        display: none;
    }

    .animeCover {
        height: auto;
    }

    .tituloP {
        display: block;
    }

    .tituloP h1 {
        font-size: 102%;
    }

    .listEps {
        background: #c52323;
        width: 106%;
        margin: 10px -15px -12px;
    }

    .listEps a.prev {
        margin-left: auto;
    }

    .listEps a.next {
        margin-right: auto;
    }

    .listEps a,
    .listEps li {
        background: transparent;
        padding: 28px 25px;
    }

    .rwl {
        width: 100%;
    }
}

@media only screen and (max-width: 760px) {
    .footerN {
        text-align: center;
        display: block;
    }

    .footer_nav_menus li {
        display: block;
        text-align: center;
    }

    .footer_nav_menus li:after {
        display: none;
    }

    .footer_nav_menus {
        display: block;
        margin: 0 0 1em;
    }

    .row.conteudo-player {
        display: flex;
        flex-direction: column-reverse;
    }

    .row.conteudo-player .leftOST {
        width: 100%;
        min-height: 400px;
        display: block;
        padding-right: 0;
    }

    .episodioLista {
        width: 100%;
    }

    .row.conteudo-player .rightOST {
        display: block;
    }

    .menu_filter_box ul,
    .menu_filter_box2 ul {
        padding-right: 3px;
    }
    header .mwidth {
        max-width: 100%;
    }
    .header_ {
        position: relative;
        background: url(img/Fundo.png) center center no-repeat;
        background-position: unset;
        background-size: cover;
    }
    .pesquisa {
        padding: 13px 15px;
    }
    .genres li {
        width: calc(100%/4 - 10px);
    }
}

@media only screen and (max-width: 636px) {
    .menuClose ul {
        display: block;
    }

    .search {
        width: 70%;
    }

    .info-anime {
        display: block;
    }

    .info-anime .left {
        margin: 0 auto;
        margin-bottom: 1em;
    }

    .info-anime .dados {
        width: 100%;
    }

    .info-anime .dados ul li {
        justify-content: center;
    }
    #footer .alinhamento {
        padding: 0;
    }

    #footer .mwidth .itens {
        position: relative;
        padding-top: 50px;
    }

    #footer .mwidth {
        width: 100%;
    }
    .filtro select {
        width: calc(100%/2 - 10px);
        margin-bottom: 10px;
    }
    .genres li {
        width: calc(100%/3 - 10px);
    }
}

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

@media (min-width: 460px) {
    .itemP {
        width: calc(100%/2 - 10px);
    }

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

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

@media (min-width: 768px) {
    .itemP {
        width: calc(100%/4 - 10px);
    }

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

@media (min-width: 992px) {
    .itemP {
        width: calc(100%/5 - 10px);
    }

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

    .epList .itemE {
        width: calc(100%/3 - 10px);
    }
    .az-list ul li {
        width: 25%;
    }
}

@media (min-width: 1270px) {
    .itemP {
        width: calc(100%/5 - 10px);
    }

    .related .itemP {
        width: calc(100%/4 - 10px);
    }

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

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

    .itemE .thumb {
        padding-top: 66.6%;
    }
}</pre></body></html>