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;
}
.swal2-footer a {
color: #438bf4;
}
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: #000;
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: #2a2a2a;
transition: 0.2s;
}
::-webkit-scrollbar-thumb:hover {
transition: 0.2s;
background-color: rgb(151, 150, 150);
} :root {
--body: #100f0f;
--principal: #ff0c2c;
--hover: #f00725;
--secundaria: #111111;
--terceira: #070707;
--white: #fff;
} .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;
}
#fixed {
min-height: 90px;
}
.m_header {
width: 100%;
background-color: var(--terceira);
box-shadow: 0 -3px 12px 0 #000000b0;
position: relative;
z-index: 155;
-webkit-animation-duration: .15s;
animation-duration: .15s;
-webkit-animation-duration: .15s;
animation-duration: .15s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.m_header.navup {
position: fixed;
width: 100%;
z-index: 99;
top: 0;
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
.m_header .m_content {
height: 90px;
}
.menu {
position: fixed;
left: -100%;
bottom: 0;
top: 89px;
text-align: left;
padding: 0 0 2px 4px;
width: 250px;
z-index: 105;
background: #050505;
color: #5c5c5c;
font-weight: 500;
-moz-box-shadow: 0 0 1px 0 rgba(0,0,0,.08);
-webkit-box-shadow: 0 0 1px 0 rgb(0 0 0 / 8%);
box-shadow: 0 0 1px 0 rgb(0 0 0 / 8%);
-webkit-transition: 0.5s;
transition: 0.5s;
}
.menu.open {
left: 0;
}
.menu .m_menu {
width: 240px;
margin: 0;
padding: 15px 0;
}
.menu .m_menu li {
font-size: 16px;
margin: 0;
width: 100%;
padding: 10px 15px;
vertical-align: middle;
line-height: 24px;
color: #6c6c6c;
outline: none;
text-transform: uppercase;
border-bottom: 1px solid #eeeeee0d;
}
.menu .m_menu li small {
font-size: 8px;
position: relative;
bottom: 6px;
background: #e12330;
border-radius: 4px;
color: white;
font-weight: bold;
padding: 3px;
}
.menu .m_menu li:last-child {
border: 0;
}
.menu .m_menu li:hover {
color: var(--principal);
}
.menu .m_menu li a {
font-weight: 500;
}
.menu_open {
position: relative;
width: 30px;
height: 20px;
cursor: pointer;
margin: 17px 0;
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);
}
.m_header .m_content .left,.m_header .m_content .right {
height: 100%;
}
.m_logo {
background: url(//hentaianime.cc/wp-content/themes/header/img/logo.png) no-repeat center;
background-size: 100%;
width: 250px;
height: 52px;
}
.m_header .m_content .right .search {
position: relative;
width: 100%;
min-width: 500px;
height: 50px;
padding-left: 50px;
background: #ffffff0d;
color: #919191;
border: 1px solid #1e1e1e;
border-radius: 3px;
}
.m_header .m_content .right .search input[type=text] {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding-left: 50px;
background: transparent;
border: 0;
color: #4d4d4d;
}
.m_header .m_content .right .search input[type=submit] {
position: absolute;
left: 0;
width: 16px;
height: 23px;
margin: 0 20px;
margin-top: 12px;
background-size: contain;
border: 0;
border-radius: 30px;
background: url(//hentaianime.cc/wp-content/themes/header/img/icons/search.png) no-repeat center;
background-size: 100%;
font-size: 0;
opacity: .2;
}
#suggest-results {
position: absolute;
top: 69px;
width: 100%;
left: 0;
}
#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;
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: 15px;
border-radius: 5px;
overflow: hidden;
}
#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 {
width: calc(100% - 190px);
flex-direction: column;
}
#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: #212121;
color: #fff;
font-size: 13px;
margin-right: 5px;
margin-bottom: 5px;
padding: 5px 15px;
border: 0;
border-radius: 3px;
}
#suggest-results ul.generos li:hover {
background: #ffffff14;
}
.spacer {
margin-bottom: 2.3em;
}
.titleD {
position: relative;
font-size: 15px;
font-weight: bold;
text-transform: uppercase;
letter-spacing: -.1px;
padding: 5px 0;
margin: 15px 0;
}
.titleD span {
background: var(--hover);
padding: 3px;
border-radius: 3px;
}
.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: 30px;
width: 35%;
}
}
.aniItem {
width: calc(100%/5 - 10px);
margin: 5px;
position: relative;
overflow: hidden;
border-radius: 5px;
}
.aniItemImg {
position: relative;
width: 100%;
padding-top: 139.6%;
border-radius: 5px;
overflow: hidden;
margin-bottom: 10px;
}
.aniItemImg img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: block;
object-fit: cover;
transition: 0.5s;
border-radius: 5px;
-webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
-ms-transition: all .4s ease;
-o-transition: all .4s ease;
transition: all .4s ease;
}
.aniItem:hover .aniItemImg img {
transform: scale(1.2);
border-radius: 32px;
-webkit-transition: all .2s ease;
-moz-transition: all .4s ease;
-ms-transition: all .4s ease;
-o-transition: all .4s ease;
transition: all .2s ease;
}
.aniTitulo {
font-weight: 600;
text-transform: uppercase;
font-size: 13px;
margin-bottom: 10px;
overflow: hidden;
text-overflow: ellipsis;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
display: -webkit-box;
text-align: center;
}
.aniItem:hover .aniTitulo {
color: var(--principal);
}
.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%);
}
.aniItem .button_play {
top: 15%;
left: 20%;
}
.button_play .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);
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;
}
.aniItem .button_play .play-video {
width: 40px;
height: 40px;
}
.aniItem:hover .button_play .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);
-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%);
}
.aniItem .button_play .play-video svg {
margin-left: 17%;
margin-top: 8%;
font-size: 30px;
}
.epiItem {
width: calc(100%/4 - 10px);
margin: 5px;
margin-bottom: 10px;
position: relative;
border-radius: 5px;
overflow: hidden;
}
.epiItem .epiImg {
width: 100%;
padding-top: 65.6%;
position: relative;
overflow: hidden;
border-radius: 5px;
}
.epiItem .epiImg img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 5px;
-webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
-ms-transition: all .4s ease;
-o-transition: all .4s ease;
transition: all .4s ease;
}
.epiItem:hover .epiImg img {
transform: scale(1.2);
border-radius: 32px;
-webkit-transition: all .2s ease;
-moz-transition: all .4s ease;
-ms-transition: all .4s ease;
-o-transition: all .4s ease;
transition: all .2s ease;
}
.epiItem .epiTitulo {
padding: 10px 0;
font-size: 15px;
font-weight: 500;
}
.epiTitulo .ddx {
overflow: hidden;
text-overflow: ellipsis;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
display: -webkit-box;
}
.epiItem .epiTitulo span {
display: block;
font-size: 13px;
color: var(--principal);
text-transform: uppercase;
margin-top: 2px;
}
.epiItem:hover .epiImg .button_play .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);
}
.epiItem .epiImg .button_play .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;
}
.epiItem .button_play svg {
width: 40px;
height: 40px;
}
.viewMoreLink {
position: absolute;
top: 0;
right: 0;
display: inline-block;
color: #fff;
border: 1px solid var(--principal);
cursor: pointer;
padding: 5px 15px;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
text-align: center;
border-radius: 3px;
}
.viewMoreLink a {
text-decoration: none;
color: #fff;
font-size: 13px;
font-weight: bold;
text-align: center;
text-transform: uppercase;
padding: 5px 0;
}
.viewMoreLink:hover {
background: var(--principal);
} .widget {
position: relative;
margin-bottom: 20px;
}
.widget-title {
font-size: 15px;
font-weight: bold;
text-transform: uppercase;
letter-spacing: -.1px;
margin: 15px 0;
padding: 5px 10px;
background: var(--hover);
border-radius: 3px;
text-align: center;
display: inline-table;
}
.widget-btn {
display: inline-block;
margin-right: 5px;
margin-bottom: 5px;
padding: 10px 12px;
border: 1px none #808080;
border-radius: 5px;
background-color: #0d0d0d;
color: #fff;
font-size: 14px;
line-height: 18px;
font-weight: 500;
text-align: center;
}
.widget-btn:hover {
background: var(--hover);
color: #fff;
}
.sidebar-popular,
.sidebar-popular_two {
font-family: 'Rajdhani';
}
.sidebar-popular li{
background: var(--terceira);
margin-bottom: 20px;
box-shadow: 1px 1px 5px #00000029;
transition: 0.5s;
}
.sidebar-popular li.popular-treending{
counter-increment: step-counter;
padding: 10px 0px 10px 20px;
position: relative;
}
.sidebar-popular li.popular-treending:hover {
opacity: .6;
}
.sidebar-popular li.popular-treending::before {
content: counter(step-counter);
position: absolute;
margin-right: 5px;
top: 5px;
right: 2px;
background: #0c0c0c;
font-size: 80%;
font-weight: 600;
color: #fff;
padding: 3px 8px;
border-radius: 3px;
}
.sidebar-popular li.popular-treending .tumbl{
position: relative;
width: 60px;
height: 70px;
margin-right: 10px;
overflow: hidden;
border-radius: 5px;
border: 2px solid #353331;
}
.sidebar-popular li.popular-treending .tumbl img{
width: 100%;
height: 100%;
object-fit: cover;
}
.sidebar-popular li.popular-treending .data-infos{
display: flex;
align-items: center;
width: calc(100% - 80px);
margin-left: 0;
padding-right: 15px;
height: 70px;
overflow: hidden;
}
.sidebar-popular li.popular-treending .data-infos h4{
color: #7f7f7f;
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-popular_two li{
width: 100%;
background: #161514;
border: 2px solid #161514;
margin-bottom: 10px;
display: block;
border-radius: 5px;
overflow: hidden;
transition: 0.5s;
}
.sidebar-popular_two li.popular-treending{
counter-increment: step-counter;
position: relative;
}
.sidebar-popular_two li.popular-treending:hover .data-infos h4 {
color: #fff;
}
.sidebar-popular_two li.popular-treending::before {
content: counter(step-counter);
position: absolute;
margin-right: 5px;
top: 5px;
right: 2px;
background: #0c0c0c;
font-size: 80%;
font-weight: 600;
color: #fff;
padding: 3px 8px;
border-radius: 3px;
z-index: 8;
}
.sidebar-popular_two li.popular-treending .tumbl{
position: relative;
width: 100%;
height: 110px;
margin-right: 10px;
overflow: hidden;
opacity: .3;
transition: 0.5s;
}
.sidebar-popular_two li.popular-treending .tumbl:after {
-webkit-backdrop-filter: blur(0);
backdrop-filter: blur(0);
transition: 0.5s;
}
.sidebar-popular_two li.popular-treending:hover .tumbl:after {
-webkit-backdrop-filter: blur(8px);
backdrop-filter: blur(8px);
}
.sidebar-popular_two li.popular-treending .tumbl img{
width: 100%;
height: 100%;
object-fit: cover;
}
.sidebar-popular_two li.popular-treending .data-infos{
display: flex;
align-items: center;
justify-content: center;
margin-left: 0;
padding: 15px;
height: 70px;
overflow: hidden;
}
.sidebar-popular_two li.popular-treending .data-infos h4{
color: #898989;
font-weight: 600;
text-align: center;
transition: 0.5s;
}
.sidebar-popular_two li.popular-treending .data-infos p{
font-size: 12px;
color: #868686;
margin-top: 2px;
}
.sidebar-popular_two li.popular-treending .data-infos span.author{
display: block;
font-size: 14px;
color: #868686;
background: transparent;
padding: 0;
margin: 0;
}
.sidebar-popular_two li.popular-treending .data-infos span{
display: inline-block;
font-size: 12px;
color: #ffffff;
padding: 3px;
margin-top: 5px;
background: #3e3e3e;
} #player {
position: relative;
padding-top: 56.66%;
margin: 0 0 1.5em;
border-radius: 0 0 5px 5px;
overflow: hidden;
}
#player .rptss {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.video_item {
display: none;
}
.linksEP {
width: 100%;
display: flex;
justify-content: space-between;
}
.linksEP .subitem {
width: 100%;
padding: 15px 10px;
text-align: center;
background: var(--terceira);
border-radius: 5px;
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: 70%;
background: var(--terceira);
overflow: hidden;
border-radius: 5px;
}
.linksEP .epsL .subitem {
border-radius: 0;
}
.linksEP .epR {
display: flex;
justify-content: space-between;
width: 30%;
margin-right: 10px;
}
.linksEP .subitem.active,
.linksEP .subitem:hover {
background: var(--principal)
}
.videoInfos {
width: 100%;
background: var(--terceira);
box-shadow: 0 0 10px 0 rgb(0 0 0 / 22%);
position: relative;
align-items: stretch;
padding: 10px 0;
border-radius: 5px 5px 0 0;
}
.videoTitleBar {
margin: 0 20px;
padding: 15px 0;
}
.videoTitleBar span {
display: block
}
.videoTitleBar #anime_title {
font-size: 17px;
font-weight: 600;
text-transform: uppercase;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.videoTitleBar #video_title {
font-size: 13px;
color: var(--principal);
font-weight: bold;
text-transform: uppercase;
}
.videoTitleBar h1,
.videoTitleBar h2 {
font-family: Rajdhani, sans-serif;
margin: 0;
padding: 0;
}
.title_index {
width: 100%;
color: #ccc;
font-size: 17px;
font-weight: 600;
position: relative;
font-size: 1.2em;
color: #fff;
margin: 0 0 10px 0;
padding: 15px 0 20px;
}
.title_index:before {
content: "";
display: inline-block;
position: absolute;
left: 0;
top: 0;
width: 70px;
height: 45px;
border-bottom: 2px solid var(--principal);
}
@media only screen and (max-width: 760px) {
.linksEP {
display: block;
}
.linksEP .epsL,
.linksEP .epR {
width: 100%;
margin-bottom: 20px
}
.linksEP .epsL {
margin: 0;
margin-bottom: 20px
}
.linksEP .epsL .subitem {
border-radius: 0
}
}
.epi_sidebar_navigation {
width: 100%;
background: var(--terceira);
box-shadow: 0 0 10px 0 rgb(0 0 0 / 22%);
border-radius: 3px;
display: flex;
flex-direction: column;
}
.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: 477px;
}
.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_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;
white-space: nowrap;
text-overflow: ellipsis
}
.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;
} @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(//hentaianime.cc/wp-content/themes/header/img/icons/searchEp.png);
mask-image: url(//hentaianime.cc/wp-content/themes/header/img/icons/searchEp.png);
-webkit-mask-size: cover;
mask-size: cover;
width: 16px;
height: 21px;
z-index: 5;
top: 12px;
right: 16px;
}
.descep_video,
.boxComments {
overflow: hidden;
border-radius: 4px;
background-color: var(--secundaria);
box-shadow: 0 0 5px rgb(0 0 0 / 33%);
margin-bottom: 20px;
}
.descep_video.open {
display: block;
}
.boxComments {
display: block;
padding: 0 10px;
padding-bottom: 20px;
margin-top: 20px;
}
.descep_video .title,
.boxBarraInfo {
padding: 20px 15px;
text-transform: uppercase;
font-size: 13px;
font-weight: bold;
background-color: var(--terceira);
}
.boxBarraInfo {
background: var(--terceira);
margin-bottom: 15px;
font-size: 15px;
text-align: center;
}
.boxComments .boxBarraInfo {
margin: 0 -15px 20px;
}
.descep_video {
margin: 1.5em 0;
}
.descep_video_ep_container {
display: flex;
flex-wrap: wrap;
background: #141414;
}
.descep_video_ep_container .info {
width: 50%;
padding: 15px;
border-bottom: 2px solid var(--body);
font-size: 15px;
font-weight: 300;
}
.descep_video_ep_container .info:last-child {
width: 100%;
border: 0;
}
.descep_video_ep_container .info:first-child {
border-right: 2px solid var(--body);
}
.az-list {
width: 100%;
background: var(--terceira)
}
.az-list ul {
width: 100%;
height: 69px;
display: flex;
flex-wrap: nowrap;
}
@media only screen and (max-width: 980px) {
.az-list ul {
overflow-x: scroll;
}
}
.az-list ul li {
width: 100%;
display: table;
}
.az-list .list {
width: 14%;
display: table-cell;
position: relative;
padding: 15px 15px;
font-weight: 500;
text-transform: uppercase;
text-align: center;
}
.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 a,
.az-list .list.active a {
border-color: var(--principal)
}
@media only screen and (min-width: 980px) {
.az-list ul li {
width: 25%;
}
}
.box-search {
margin: 1em 0;
}
.box-search input[type=text] {
width: 100%;
border-style: solid;
border-color: #161615;
border-image: initial;
border-width: 1px 1px 2px;
background-color: #0b0b0b;
height: calc(1.5em + 1rem + 2px);
padding: 0.5rem 1rem;
font-size: 20px;
color: #434343;
}
.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: var(--terceira);
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(--principal);
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
} .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;
font-weight: bold;
color: #686868;
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: #686868;
}
.content-pagination li:hover .arrow-icon {
fill:  #fff;
}
.arrow-icon.left {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
} #comentarios .aviso {
font-size: 14px;
padding: 15px;
background: #bc2828;
font-weight: 500;
text-align: center;
margin-bottom: .5rem;
}
.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: 1.5em 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: #252525;
border: 1px solid #252525;
color: #949494;
}
.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 #393939;
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(--hover);
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(--hover);
}
#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(--hover);
}
#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(//hentaianime.cc/wp-content/themes/header/img/icons/reply.svg);
mask-image: url(//hentaianime.cc/wp-content/themes/header/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(--hover);
}
.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(//hentaianime.cc/wp-content/themes/header/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(--hover);
}
spolier.show {
font-size: 15px;
}
spolier.show::before {
content: "";
} .anuncios {
margin-bottom: 2em;
} .report-wrapper {
position: fixed;
top: 10%;
left: 9%;
width: 80%;
display: none;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin-top: 20px;
z-index: 999;
}
.report-wrapper:before {
content: "";
background: #000000ed;
z-index: 998;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.report-wrapper .content-wrapper {
position: relative;
display: table;
width: 800px;
margin: 0 auto;
z-index: 999;
}
.report-wrapper .content-wrapper .content-container {
display: table-cell;
vertical-align: middle;
text-align: center;
}
.report-wrapper .content-wrapper .content-container .content {
position: relative;
max-width: initial;
min-width: initial;
width: auto;
height: auto;
float: none;
cursor: default;
display: block;
margin: 0;
}
.report-wrapper .report-container {
background: rgba(0,0,0,.5);
}
.report-wrapper .content-wrapper .content-container .content .close {
text-align: left;
position: absolute;
z-index: 1;
top: 5px;
right: 0;
display: block;
}
.report-wrapper .content-wrapper .content-container .content .close a {
display: block;
padding: 10px 20px;
height: 40px;
}
.report-wrapper .content-wrapper .content-container .content .close .fechar-icon {
height: 28px;
float: none;
fill: rgba(0,0,0,.5);
margin-top: 5px;
display: inline-block;
}
.report-wrapper .content-wrapper .content-container .content h2 {
display: table;
padding: 10px;
height: 70px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: 23px;
font-family: 'Roboto';
color: #fff;
width: 100%;
}
.report-wrapper .report-container h2 {
line-height: 50px;
background: var(--principal);
}
.report-wrapper .content-wrapper .content-container .content .report-content {
width: 100%;
display: block;
}
.report-wrapper .report-container .report-content .checkboxes {
width: 100%;
padding: 20px 10px;
text-align: left;
line-height: 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
flex-direction: column;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.report-wrapper .report-container .report-content .checkboxes li {
width: 50%;
padding: 20px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.report-wrapper .report-container .report-content .checkboxes input[type=checkbox] {
display: none;
}
.report-wrapper .report-container .report-content label {
padding-left: 40px;
cursor: pointer;
position: relative;
font-size: 18px;
color: #fff;
width: 100%;
font-family: 'Roboto';
float: left;
display: block;
height: 18px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.report-wrapper .report-container .report-content label:before {
content: "";
display: inline-block;
width: 28px;
height: 28px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: absolute;
top: -8px;
left: 0;
border: 2px solid var(--principal);
}
.report-wrapper .report-container
.report-content .checkboxes input[type=checkbox]:checked+label:before {
background: var(--principal);
}
.report-wrapper .report-container .report-content .button {
width: 100%;
text-align: center;
cursor: pointer;
height: 95px;
padding: 0 25px 25px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.report-wrapper .report-container .report-content .button .report-button {
font-family: 'Roboto';
font-size: 30px;
color: #fff;
display: block;
background: var(--principal);
text-transform: uppercase;
text-align: center;
height: 100%;
width: 100%;
border: none;
line-height: 70px;
cursor: pointer;
}
.noticia {
position: fixed;
bottom: 0;
left: 0;
padding: 10px;
height: 70px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: 22px;
font-family: 'Roboto';
color: #fff;
width: 100%;
line-height: 50px;
text-align: center;
background: #44d46a;
z-index: 99;
}
.noticia.noticia-error {
background: #d45f44;
}
.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;
}
.single_ep_item {
width: 100%;
background: var(--terceira);
box-shadow: 0 0 10px 0 rgb(0 0 0 / 22%);
position: relative;
align-items: stretch;
padding: 10px 15px;
border-top: 2px solid #100f0f;
border-bottom: 2px solid #100f0f;
}
.single_ep_item .title_item {
display: inline-block;
padding: 10px 15px;
background: #121212;
border-radius: 5px;
margin-right: 5px;
cursor: pointer;
font-weight: 500;
}
.single_ep_item .title_item:hover,.single_ep_item .title_item.active {
background: var(--principal);
}
.animeCL {
padding: 15px 0;
}
.animeCL .thumb {
position: relative;
width: 230px;
height: 320px;
padding: 0;
}
.animeCL .thumb img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
border: 4px solid #141414;
}
.infoAN {
width: 100%;
padding-left: 15px;
}
.boxAnimeSobre {
width: 100%;
padding: 0px;
color: #888;
margin-bottom: 10px;
}
.boxAnimeSobre li {
list-style: none;
width: 50%;
min-height: 54px;
padding: 0px 10px;
margin: 0;
background: #141414;
border: 1px solid var(--body);
display: flex;
align-items: center;
}
.sinoA {
width: 100%;
height: 100px;
padding: 10px;
background: #141414;
color: #999;
line-height: 18px;
overflow: auto;
}
.animeCL .readmore {
float: right;
width: auto!important;
}
.switch__container {
position: absolute;
top: 13px;
right: 21px;
cursor: pointer;
}
.switch-label {
display: block;
background: url(//hentaianime.cc/wp-content/themes/header/img/icons/seta-cima.png);
background-size: contain;
width: 18px;
height: 18px;
}
.switch-label.down {
background: url(//hentaianime.cc/wp-content/themes/header/img/icons/seta-baixo.png);
background-size: contain;
}
.lisEP li {
background: #131313;
font-size: 14px;
padding: 15px 10px;
font-weight: bolder;
color: #a3a3a3;
}
.lisEP li a {
color: #a3a3a3;
}
.lisEP li:nth-child(2n) {
background: #171717;
}
.lisEP li:hover {
background: var(--principal);
color: #fff;
}
.lisEP li:hover a {
color: #fff;
}
.button-asz {
position: absolute;
top: 10px;
left: 10px;
background: #cb06a6;
border-radius: 30px;
padding: 0.15rem 0.35rem;
font-size: 13px;
font-weight: bold;
z-index: 5;
}
.infoAN .boxBarraInfo {
position: relative;
background: var(--terceira);
color: #fff;
margin: 0;
padding: 15px 10px;
}
.anime_item_ep {
width: 100%;
background: #141414;
margin-bottom: 15px;
border-radius: 5px;
transition: 0.5s;
padding: 5px;
}
.anime_item_ep a {
position: relative
}
.anime_item_ep .thumbnail {
width: 180px;
overflow: hidden;
height: 120px;
position: relative;
border-radius: 2px;
margin-right: 15px;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
border: 3px solid var(--secundaria);
}
.anime_item_ep .thumbnail img {
width: 100%;
position: absolute;
top: 0;
left: 0;
height: 100%;
object-fit: cover;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
object-fit: cover;
}
.anime_item_ep:hover .thumbnail img {
transform: scale(1.2);
}
.anime_item_ep_left {
width: 100%;
}
.anime_item_ep_left .info_ep {
font-size: 13px;
font-weight: 200;
color: #c6c6c6;
}
.infos_top {
font-weight: bold;
text-transform: uppercase;
color: var(--principal);
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
font-size: 13px;
margin-bottom: 5px;
}
.infos_top span {
margin-left: 5px;
font-weight: 400;
color: #8a8a8a
}
.infos_bottom {
overflow: hidden;
white-space: nowrap;
color: #d2d2d2;
font-weight: 600;
font-size: 16px;
text-overflow: ellipsis;
text-transform: uppercase;
}
.anime_item_ep_right {
position: absolute;
right: 10px;
}
.anime_item_ep_right .ep_inf {
position: relative;
background: #070707;
padding: 10px 15px;
margin-bottom: 5px;
border-radius: 4px;
text-align: center;
font-weight: 600;
transition: 0.3s;
text-transform: uppercase;
}
.anime_item_ep_right .ep_inf span {
font-size: 19px;
}
.anime_item_ep_right .ep_inf:hover {
background: var(--hover)
}
.anime_item_ep a:visited .anime_item_ep_right .ep_inf.view {
background: var(--hover);
}
.anime_user_actions {
margin: 10px;
display: flex;
justify-content: space-between;
}
.postNews {
width: 100%;
background: var(--terceira);
box-shadow: 0 0 10px 0 rgb(0 0 0 / 22%);
position: relative;
align-items: stretch;
padding: 10px 15px;
border-top: 2px solid #100f0f;
border-bottom: 2px solid #100f0f;
border-radius: 0 0 5px 5px;
}
.postNews .foto {
max-width: 1000px;
width: 100%;
margin: 0 auto;
}
.postNews .foto img {
max-width: 1000px;
width: 100%;
margin: 0 auto;
}
.postNews h2 {
padding: 15px;
font-size: 19px;
margin: 0 -15px;
text-transform: uppercase;
border-top: 2px solid #100f0f;
}
.postNews h2 a {
display: block;
width: 100%;
background: #000;
padding: 15px 10px;
text-align: center;
font-weight: 500;
}
.postNews h2 a:hover {
background: var(--principal);
}
.itemAs {
padding: 0 0 20px;
font-size: 19px;
text-transform: uppercase;
}
.itemAs h2 a {
display: block;
width: 100%;
background: #070707;
padding: 15px 10px;
text-align: center;
font-weight: 500;
}
.itemAs h2 a:hover {
background: var(--principal);
}
.favItem {
position: absolute;
left: 7px;
top: 7px;
background: #000000ad;
margin: 0;
padding: 0!important;
padding-bottom: 0!important;
width: 30px;
height: 30px;
border-radius: 8px;
cursor: pointer;
z-index: 5;
}
.icon-fav {
margin: 5px;
}
.icon-fav.off {
width: 20px;
height: 20px;
display: inline-block;
cursor: pointer;
background-color: var(--principal);
-webkit-mask-image: url(//hentaianime.cc/wp-content/themes/header/img/icons/fav_off.svg);
mask-image: url(//hentaianime.cc/wp-content/themes/header/img/icons/fav_off.svg);
-webkit-mask-size: cover;
mask-size: cover;
}
.icon-fav.on {
width: 20px;
height: 20px;
display: inline-block;
cursor: pointer;
background-color: var(--principal);
-webkit-mask-image: url(//hentaianime.cc/wp-content/themes/header/img/icons/fav_on.svg);
mask-image: url(//hentaianime.cc/wp-content/themes/header/img/icons/fav_on.svg);
-webkit-mask-size: cover;
mask-size: cover;
}
.icon-fav.loading {
background-color: #fff;
-webkit-mask-image: url(//hentaianime.cc/wp-content/themes/header/img/icons/loader.png);
mask-image: url(//hentaianime.cc/wp-content/themes/header/img/icons/loader.png);
-webkit-mask-size: cover;
mask-size: cover;
width: 20px;
height: 20px;
display: inline-block;
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;
display: inline-block;
}
@-webkit-keyframes rodar {
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes rodar {
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
} .divisor {
position: relative;
height: 60px;
margin-top: 7em;
}
.svg-footer {
position: absolute;
width: 100%;
bottom: 0;
display: block;
overflow: hidden;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
max-height: 60px;
}
.svg-footer.camada0 {
color: #100f0f;
z-index: 10;
}
.svg-footer.camada1 {
bottom: 5px;
color: var(--principal);
max-height: 70px;
z-index: 9;
}
.svg-footer.camada2 {
bottom: 13px;
color: #00000080;
max-height: 80px;
z-index: 8;
}
.parceiros {
padding-top: 15px;
}
.parceiros li {
display: inline-block;
font-size: 12px;
text-transform: uppercase;
font-weight: bold;
margin: 0 5px;
}
.parceiros li a {
color: #fff;
font-weight: bold;
}
.parceiros li a:hover {
color: var(--principal);
}
#footerF {
background: #100f0f;
}
#footer {
padding: 3em 0 1em;
}
#footer .right {
margin: auto 0;
}
#footer .logo-f {
width: 200px;
height: 70px;
background: url(//hentaianime.cc/wp-content/themes/header/img/logomeus-footer.png) no-repeat center;
background-size: 100%;
opacity: .2;
}
#footer .flex {
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
#footer .menu ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
#footer .menu ul li {
position: relative;
color: #8a8a8a;
height: 100%;
}
#footer .menu ul li a {
position: relative;
color: #8a8a8a;
font-family: 'Fira Sans';
font-size: .75rem;
font-weight: 700;
letter-spacing: 0;
text-transform: uppercase;
height: 100%;
white-space: nowrap;
padding-left: .75rem;
padding-right: .75rem;
overflow: hidden;
}
#footer .menu ul li a:hover {
color: #000;
}
#footer .border {
border-top: 1px solid #262525;
margin-top: 20px;
}
.dmca .copyright {
padding: 0 0 5px;
font-family: 'Lato';
font-size: .82rem;
letter-spacing: -.2px;
color: #656565;
}
#footer .left.flex {
flex-direction: column;
}
.dmca {
text-align: center;
padding: 15px 10px;
font-size: 12px;
color: #626262;
background: #090909;
}
.autor-copy {
display: block;
margin: 14px 0 0;
padding-right: 3px;
}
.logoAutor {
overflow: hidden;
}
.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: #ff0c2c;
}
.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(//hentaianime.cc/wp-content/themes/header/img/copy/s.png);
mask-image: url(//hentaianime.cc/wp-content/themes/header/img/copy/s.png);
-webkit-mask-size: contain;
mask-size: contain;
}
.logoAutor .s8 {
-webkit-mask-image: url(//hentaianime.cc/wp-content/themes/header/img/copy/e.png);
mask-image: url(//hentaianime.cc/wp-content/themes/header/img/copy/e.png);
-webkit-mask-size: contain;
mask-size: contain;
}
.logoAutor .s7 {
-webkit-mask-image: url(//hentaianime.cc/wp-content/themes/header/img/copy/m.png);
mask-image: url(//hentaianime.cc/wp-content/themes/header/img/copy/m.png);
-webkit-mask-size: contain;
mask-size: contain;
}
.logoAutor .s6 {
-webkit-mask-image: url(//hentaianime.cc/wp-content/themes/header/img/copy/e.png);
mask-image: url(//hentaianime.cc/wp-content/themes/header/img/copy/e.png);
-webkit-mask-size: contain;
mask-size: contain;
}
.logoAutor .s5 {
-webkit-mask-image: url(//hentaianime.cc/wp-content/themes/header/img/copy/h.png);
mask-image: url(//hentaianime.cc/wp-content/themes/header/img/copy/h.png);
-webkit-mask-size: contain;
mask-size: contain;
}
.logoAutor .s4 {
-webkit-mask-image: url(//hentaianime.cc/wp-content/themes/header/img/copy/t.png);
mask-image: url(//hentaianime.cc/wp-content/themes/header/img/copy/t.png);
-webkit-mask-size: contain;
mask-size: contain;
}
.logoAutor .s3 {
-webkit-mask-image: url(//hentaianime.cc/wp-content/themes/header/img/copy/r.png);
mask-image: url(//hentaianime.cc/wp-content/themes/header/img/copy/r.png);
-webkit-mask-size: contain;
mask-size: contain;
}
.logoAutor .s2 {
-webkit-mask-image: url(//hentaianime.cc/wp-content/themes/header/img/copy/a.png);
mask-image: url(//hentaianime.cc/wp-content/themes/header/img/copy/a.png);
-webkit-mask-size: contain;
mask-size: contain;
}
.logoAutor .s1 {
-webkit-mask-image: url(//hentaianime.cc/wp-content/themes/header/img/copy/s.png);
mask-image: url(//hentaianime.cc/wp-content/themes/header/img/copy/s.png);
-webkit-mask-size: contain;
mask-size: contain;
}
#footer .about {
font-size: 13px;
font-weight: 500;
color: #575757;
}
#footer .about .title {
font-weight: bold;
text-transform: uppercase;
color: var(--hover);
padding-bottom: 10px;
}
@media (max-width: 1200px) {
.m_center {
max-width: 95%;
}
}
@media (max-width: 960px) {
.sidebar-popular_two li {
width: calc(100%/3 - 10px);
margin: 4px;
}
.epiItem {
width: calc(100%/3 - 10px);
}
.aniItem {
width: calc(100%/3 - 10px);
}
.m_header .m_content .right .search {
min-width: auto;
}
.m_header .m_content .right {
margin-bottom: 15px;
}
}
@media (max-width: 860px) {
#fixed {
min-height: 85px;
}
.m_header .m_content {
height: auto;
flex-direction: column;
}
.m_header .m_content .right {
margin: 10px 0 0;
}
.m_header .m_content .left,
.m_header .m_content .right {
width: 100%;
}
.menu {
width: 100%;
top: 59px;
}
.menu .m_menu {
width: 99%;
}
#suggest-results {
display: none!important;
}
}
@media (max-width: 760px) {
.sidebar-popular_two li {
width: calc(100%/2 - 10px);
}
}
@media (max-width: 660px) {
.epiItem {
width: calc(100%/2 - 10px);
}
.aniItem {
width: calc(100%/2 - 10px);
}
.animeCL .thumb {
margin: 1em auto;
}
.infoAN {
padding: 0;
}
.anime_item_ep {
width: calc(100% /2 - 4px);
margin: 0 2px 15px;
}
.anime_videos_item_left {
width: 100%;
flex-direction: column;
display: flex;
align-items: center;
}
.anime_item_ep .anime_videos_item_left .thumbnail {
width: 100%;
margin-right: 0;
padding-top: 58%;
}
.anime_item_ep .infos {
width: 100%;
padding: 10px 5px;
}
.anime_ .thumb_img_anime {
margin-top: 85px
}
.anime_item_ep_right {
top: 20px;
}
}
@media (max-width: 560px) {
.viewMoreLink {
position: relative;
margin: 15px 0 0;
width: 100%;
}
.m_logo {
width: 200px;
}
}
.ads-anuncio-flutuante {
position: absolute;
top: 80px;
right: 300px;
width: 350px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
font-family: Arial, sans-serif;
z-index: 999;
}
.close-ads {
position: absolute;
top: -15px;
right: -7px;
display: flex;
justify-content: center;
align-items: center;
width: 20px;
height: 20px;
font-size: 12px;
font-weight: bold;
cursor: pointer;
background-color: #ff0c2c;
color: #fff;
border-radius: 30px;
}.cookie-notification-container {
z-index: 101;
height: 46px;
width: 100%;
display: none;
position: fixed;
bottom: 0;
background-color: #ffffff;
box-shadow: rgba(0,0,0,.1) 0 -3px 2px 0
}
.cookie-notification-container.active {
display: flex;
justify-content: center
}
.cookie-notification-container .cookie-notification-content {
max-width: 90%;
height: 100%;
margin: 0 auto;
display: flex;
gap: 1rem;
align-items: center;
justify-content: center
}
.cookie-notification-container .cookie-notification-content .cookie-notification-message {
color: #333;
font-size: 13px;
line-height: 17px;
font-family: "Source Sans Pro Regular",sans-serif
}
.cookie-notification-container .cookie-notification-content .cookie-notification-message span {
font-weight: 700;
white-space: nowrap
}
.cookie-notification-container .cookie-notification-content .cookie-notification-button {
height: 28px;
min-width: 207px;
padding: 5px 16px;
border: 1px solid #666;
border-radius: 4px;
cursor: pointer;
font-size: 13px;
line-height: 17px;
color: #666;
font-family: "Source Sans Pro Regular",sans-serif;
text-align: center
}
.cookie-notification-container .cookie-notification-content .cookie-notification-button:hover {
background-color: #ddd
}
@media screen and (min-width: 930px) and (max-width:1306px) {
.cookie-notification-container .cookie-notification-content {
max-width:930px
}
.cookie-notification-container .cookie-notification-button {
margin-left: 4px
}
}
@media screen and (max-width: 930px) {
.cookie-notification-container {
padding: 20px 8px;
height: auto
}
.cookie-notification-container .cookie-notification-content {
flex-direction: column;
gap: 10px;
text-align: center;
}
.cookie-notification-container .cookie-notification-content .cookie-notification-button {
margin-top: 8px
}
}.favFixed {
width: 70%;
height: 85%;
position: fixed;
top: 90px;
right: 20%;
background: #101010;
opacity: .991;
z-index: 1000;
overflow-y: auto;
display: none;
line-height: 1.3;
}
.containerFavoritos {
position: absolute;
top: 0;
width: 100%;
}
.containerFavoritos .favsEmpty {
text-align: center;
color: #ccc;
}
.containerFavoritos .favsEmpty h3 {
margin: 0;
font-size: 30px;
}
.containerFavoritos .favsEmpty span {
display: block;
}
.containerFavoritos .favsApp {
display: flex;
flex-direction: column;
clear: both;
max-width: 1280px;
margin: auto .8rem;
margin-top: 2em;
}
.containerFavoritos .favsApp .favQuantidade {
padding: 10px;
color: #fff;
margin-bottom: 10px;
border-bottom: 3px solid #333;
font-size: 14px;    padding: 10px;
color: #fff;
margin-bottom: 10px;
border-bottom: 3px solid #333;
font-size: 14px;
}
.containerFavoritos .favsApp .favQuantidade span {
display: block;
}
.containerFavoritos .favC {
display: flex;
margin-bottom: 10px;
padding: 10px 0;
transition: all .5s ease;
}
.containerFavoritos .favC .left {
width: 110px;
height: 110px;
margin-right: 10px;
overflow: hidden;
border-radius: 8px;
}
.containerFavoritos .favC .left img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.containerFavoritos .favC .right {
width: 100%;
display: flex;
align-items: center;
align-content: center;
overflow: hidden;
}
.containerFavoritos .favC .right .favNome {
width: calc(100% - 50px);
height: 100%;
font-weight: 500;
display: flex;
align-items: center;
align-content: center;
text-align: center;
padding: 0 10px;
border-right: 1px dashed rgba(255, 255, 255, .1);
}
.containerFavoritos .favC .right .removeFav {
width: 50px;
text-align: center;
cursor: pointer;
margin-left: 50px;
}
.containerFavoritos .favC .right .removeFav svg {
fill: #fff;
transition: all .3s ease;
}
.containerFavoritos .favC .right .removeFav:hover svg {
fill: #da062e;
}
.containerFavoritos .favC .right .favNome:hover {
color: #6f6f6f;
}
.containerFavoritos .cleanFavs {
padding: 15px 0;
background: #333;
text-align: center;
font-weight: bolder;
letter-spacing: 2px;
text-transform: uppercase;
cursor: pointer;
transition: all .5s ease;
color: #fff;
}
.containerFavoritos .cleanFavs:hover {
background: var(--principal);
}
.containerFavoritos .closeFavs {
background: #00000024;
width: 35px;
height: 35px;
border-radius: 50px;
position: absolute;
cursor: pointer;
float: right;
margin: 10px 10px 10px 0;
margin-top: -43px;
right: 23px;
color: #fff;
}
.containerFavoritos .closeFavs span {
font-size: 30px;
position: absolute;
top: 48%;
left: 53%;
transform: translate(calc(-50% + 0.1px), calc(-50% + 0.1px));
margin-top: -2px;
margin-left: -1px;
transition: all .1s ease;
}
.openFavs {
cursor: pointer;
}
.selectBoxPaginacao {
float: left;
margin: 0 15px;
width: 108px;
}
.selectBoxPaginacao select {
width: 100%;
height: 32px;
float: left;
text-decoration: none;
background: #000000;
color: #fff;
border: 1px solid #0c0c0c;
border-bottom: 2px solid var(--principal);
padding: 0px 5px;
border-radius: 3px;
cursor: pointer;
}
.btn.prevFav,.btn.nextFav {
float: left;
background: #000000;
color: #fff;
border: 1px solid #0c0c0c;
border-bottom: 2px solid var(--principal);
padding: 0.235rem 0.75rem;
}
.btn.prevFav:hover, .btn.nextFav:hover {
background: var(--principal);
border-color: #000;
color: #fff;
}
.selectBoxPaginacao.right {
float: right;
margin: 0 10px;
}
.favPag {
margin: 1em auto;
margin-top: .5em;
}
.favPag2 {
margin: .5em auto;
margin-bottom: 2em;
}
.alert {
position: fixed;
bottom: 20px;
z-index: 10000;
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;
}