/*
Theme Name: Tema A175 - EN
Theme URI: anetecnologia.com.br
Author: Ane Tecnologia
Author URI: anetecnologia.com.br
Description: Tema responsivo A175
Version: 1.0.0
License: Código registrado e protegido. Produto Ane Tecnologia. 
*/

html,
body {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    background-color: #080808;
    color: #ffffff;
    line-height: 1.5;
}

body, html {
    height: 100% !important;
}

iframe {
   border: none;
}

img {
    max-width: 100%;
    height: auto;
}

a,
a:hover {
    color: #FFF;
    text-decoration: underline;
}

iframe {
    max-width: 100% !important;
}

hr {
    border: 1px dotted #373737;
    border-style: none none dotted;
    color: #fff;
    margin: 10px 0;
}

a,
a:hover {
    text-decoration: none;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

strong {
    font-weight: bold;
}

blockquote:before, 
blockquote:after,
q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    min-height: 20px;
    line-height: 26px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px;
}

h1 {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 20px;
}

h2 {
    margin: 0 0 20px 0;
}

.classClearfix {
    clear: both;
}

.text-form {
    color: #6c757d;
    font-size: 12px;
    display: block;
}

.text-muted {
    color: gray;
    font-size: 12px;
    line-height: 22px;
    margin: 0;
    padding: 0;
    display: block;
}

.classBold {
    font-weight: bold;
}

.classFundoMenu {
    background-color: rgba(0,0,0,.6);
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    cursor: pointer;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 0 6px 6px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label-default {
    background-color: #777;
}

.label-success {
    background-color: #5cb85c;
}

.label-danger {
    background-color: #d9534f;
}

.label-warning {
    background-color: #f0ad4e;
}

.row {
    margin-right: -5px;
    margin-left: -5px;
}

.col-md-4,
.col-md-6,
.col-md-8 {
    float: left;
    padding: 0 5px;
    width: 100%
}

@media (min-width: 992px) {
    .col-md-4 {
        width: 33.33333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }
}

.classTextCenter {
    text-align: center;
}

/* Form */
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-group {
    margin-bottom: 15px;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn:hover {
    color: #FFF;
    opacity: 0.9;
}

.btn-block {
    display: block;
    width: 100%;
}

.classContainerDiv {
    max-width: 1400px;
    padding: 0 20px;
    margin: 0 auto;
    width: 100%;
}

@media (max-width: 972px) {
    .classContainerDiv {
        width: 100%;
    }
}

/* Banners */
.classAnuncios {
    margin: 10px 0;
    padding: 0;
    list-style: none;
    text-align: center;
    width: 100%;
}

.classAnuncios li {
    display: inline-block;
    margin: 0 10px 10px;
    vertical-align: top;
    line-height: 0;
}

.classAnuncios img,
.classAnuncios iframe {
    max-width: 100%;
}

.classAnuncios li.anuncio-mobile {
    display: none;
}

@media (max-width: 768px) {
    .classAnuncios li.anuncio-mobile {
        display: inline-block;
    }

    .classAnuncios li.anuncio-desktop {
        display: none;
    }
}

/* Pagina */
.classPaginaTituloDiv {
    font-size: 18px;
    line-height: 32px;
    font-weight: bold;
    color: #00d4ff;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #1a1a1a;
    padding-bottom: 12px;
}

.classPaginaTituloDiv h1,
.classPaginaTituloDiv h2 {
    font-size: 22px;
    line-height: 32px;
    padding: 0;
    margin: 0;
    color: #FFF;
}

.classPaginaTituloBotao button {
    background-color: #cb0000;
    color: #FFF;
    position: absolute;
    top: 4px;
    right: 4px;
    border: none;
    cursor: pointer;
    width: 22px;
    height: 22px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.classPaginaTituloBotao button:hover {
    opacity: 0.8;
}

.classPaginaTituloDiv.classPaginaTituloBotao {
    padding-right: 30px; 
    min-height: 32px;
}

.classPaginaTexto {
    margin-bottom: 25px;
}

.classPaginaTexto p:first-child {
    margin-top: 0;
}

@media (max-width: 540px) {
    .classPaginaTituloDiv h1,
    .classPaginaTituloDiv h2 {
        font-size: 16px;
        line-height: 26px;
    }
}

/* Páginação */
.classPaginacaoDiv {
    margin: 0 0 15px;
    padding: 0;
    text-align: center;
    list-style: none;
}

.classPaginacaoDiv li {
    display: inline-block;
    margin: 0 2px 2px 0;
}

.classPaginacaoDiv li a,
.classPaginacaoDiv li em {
    background-color: rgba(255, 255, 255, 0.05);
    color: #FFF;
    display: block;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    line-height: 32px;
    border-radius: 4px;
    padding: 0 14px;
}

.classPaginacaoDiv li.active a,
.classPaginacaoDiv li a:hover {
    background-color: #00d4ff;
    color: #FFF;
}

/* Conteudo */

.container {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header V2 */
.main-header {
    background-color: #000000;
    padding: 10px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 2px solid #ff003c;
    box-shadow: 0 4px 20px rgba(0,0,0,0.5);
}

.main-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.header-left {
    display: flex;
    align-items: center;
}

.logo a {
    font-size: 26px;
    font-weight: 900;
    color: white;
    text-decoration: none;
    letter-spacing: 1px;
}

.logo span {
    color: #ff003c;
}

.main-nav ul {
    display: flex;
    list-style: none;
    gap: 25px;
}

.main-nav a {
    color: #a0a0a0;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: 0.3s;
}

.main-nav a:hover {
    color: #ff003c;
}

.search-bar {
    flex: 1;
    max-width: 500px;
}

.search-bar form {
    display: flex;
    background: #1a1a1a;
    border-radius: 4px;
    border: 1px solid #222222;
}

.search-bar input {
    flex: 1;
    background: transparent;
    border: none;
    padding: 10px 15px;
    color: white;
    outline: none;
}

.search-bar button {
    background: transparent;
    border: none;
    color: #a0a0a0;
    padding: 0 15px;
    cursor: pointer;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 15px;
}

.btn-icon {
    color: #a0a0a0;
    font-size: 18px;
    text-decoration: none;
    transition: 0.3s;
}

.btn-icon:hover {
    color: #ff003c;
}

.btn-login {
    background: #ff003c;
    color: white;
    text-decoration: none;
    padding: 8px 18px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 14px;
    transition: 0.3s;
}

.btn-login:hover {
    background: #ff4d6d;
}

/* Hero V2 */
.hero-v2 {
    padding: 80px 0;
    background: linear-gradient(to right, rgba(0,0,0,0.9), rgba(0,0,0,0.4)), url('images/hero_bg.jpg');
    background-size: cover;
    background-position: center;
    margin-bottom: 40px;
}

.hero-content {
    max-width: 600px;
}

.badge-new {
    background: #ff003c;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 2px;
    margin-bottom: 15px;
    display: inline-block;
}

.hero-content h1 {
    font-size: 42px;
    line-height: 1.1;
    margin-bottom: 20px;
}

.hero-content p {
    font-size: 18px;
    color: #a0a0a0;
    margin-bottom: 30px;
}

.hero-btns {
    display: flex;
    gap: 15px;
}

.btn-primary, .btn-secondary {
    padding: 12px 25px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s;
}

.btn-primary {
    background: #ff003c;
    color: white;
}

.btn-secondary {
    background: rgba(255,255,255,0.1);
    color: white;
    backdrop-filter: blur(5px);
}

.btn-primary:hover { background: #ff4d6d; }
.btn-secondary:hover { background: rgba(255,255,255,0.2); }

/* Main Content Layout */
.main-content {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 40px;
}

/* Section Blocks */
.section-block {
    margin-bottom: 50px;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    border-bottom: 1px solid #222222;
    padding-bottom: 10px;
}

.section-header h2 {
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.section-header h2 i {
    color: #ff003c;
}

.section-tabs {
    display: flex;
    gap: 10px;
}

.section-tabs button {
    background: transparent;
    border: none;
    color: #a0a0a0;
    cursor: pointer;
    font-weight: bold;
    font-size: 13px;
    padding: 5px 10px;
}

.section-tabs button.active {
    color: #ff003c;
    border-bottom: 2px solid #ff003c;
}

/* Anime Grid V2 */
.anime-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
    margin-bottom: 25px;
}

@media (max-width: 515px) {
    .anime-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}

.anime-card {
    background: #121212;
    border-radius: 6px;
    overflow: hidden;
    transition: 0.3s;
    position: relative;
}

.capituloListaLinkFull {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    display: block;
    width: 100%;
    height: 100%;
}

.anime-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.5);
}

.card-image {
    position: relative;
    max-height: 360px;
  	padding-top: 139%;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  	position: absolute;
  	top: 0;
  	left: 0;
  	right: 0;
  	bottom: 0;
}

.card-badges {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    gap: 5px;
}

.card-badges span {
    font-size: 10px;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 2px;
    color: white;
}

.q-4k { background: #e91e63; }
.q-fhd { background: #2196f3; }
.q-uhd { background: #9c27b0; }
.q-fps { background: #4caf50; }

.card-stats {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background: linear-gradient(transparent, rgba(0,0,0,0.8));
    display: flex;
    gap: 15px;
    font-size: 11px;
}

.card-info {
    padding: 12px;
}

.card-info h3 {
    font-size: 15px;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-info p {
    font-size: 12px;
    color: #a0a0a0;
}

.btn-load-more {
    display: block;
    width: 100%;
    text-align: center;
    background: #1a1a1a;
    color: white;
    text-decoration: none;
    padding: 12px;
    margin-top: 20px;
    border-radius: 4px;
    font-weight: bold;
    transition: 0.3s;
}

.btn-load-more:hover {
    background: #252525;
}

/* Sidebar Widgets */
.sidebar-widget {
    background: #121212;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 30px;
}

.sidebar-widget h3 {
    font-size: 16px;
    margin-bottom: 20px;
    border-left: 3px solid #ff003c;
    padding-left: 10px;
}

.tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tag-list a {
    background: #222;
    color: #a0a0a0;
    text-decoration: none;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 12px;
    transition: 0.3s;
}

.tag-list a:hover {
    background: #ff003c;
    color: white;
}

.comment-item {
    display: flex;
    gap: 12px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #222;
}

.comment-item:last-child { border: none; }

.comment-item img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.comment-body strong {
    display: block;
    font-size: 13px;
}

.comment-body p {
    font-size: 12px;
    color: #a0a0a0;
    margin: 2px 0;
}

.comment-body span {
    font-size: 10px;
    color: #555;
}

.stats-list {
    list-style: none;
}

.stats-list li {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    margin-bottom: 10px;
}

.stats-list strong {
    color: #ff003c;
}

/* Expanded Footer */
.expanded-footer {
    background: #000;
    padding: 60px 0 20px;
    margin-top: 60px;
    border-top: 1px solid #222222;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 40px;
    margin-bottom: 40px;
}

.footer-about p {
    color: #a0a0a0;
    font-size: 14px;
    margin: 20px 0;
}

.social-icons {
    display: flex;
    gap: 15px;
}

.social-icons a {
    color: white;
    font-size: 20px;
    transition: 0.3s;
}

.social-icons a:hover { color: #ff003c; }

.footer-links-group h4, .footer-partners h4 {
    font-size: 16px;
    margin-bottom: 20px;
    color: white;
}

.footer-links-group ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-links-group li {
    margin-bottom: 10px;
}

.footer-links-group a {
    color: #a0a0a0;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}

.footer-links-group a:hover { color: #ff003c; }

.partner-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.partner-tags a {
    color: #a0a0a0;
    text-decoration: none;
    font-size: 13px;
    border: 1px solid #333;
    padding: 5px 10px;
    border-radius: 4px;
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #111;
    color: #444;
    font-size: 12px;
}

/* Responsive V2 */
@media (max-width: 1024px) {
    .main-content {
        grid-template-columns: 1fr;
    }
    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .header-left .main-nav, .search-bar {
        display: none;
    }
    .hero-content h1 {
        font-size: 32px;
    }
    .footer-grid {
        grid-template-columns: 1fr;
    }
}

.meioConteudo {
    padding: 22px 0;
}

.capituloHentaiNome {
    color: #ff003c;
    display: inline-block;
}

.hentaiListaCapitulos {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hentaiListaCapitulos li {
    display: block;
    margin-bottom: 6px;
}

.hentaiListaCapitulos li:last-child {
    margin-bottom: 0;
}

.hentaiListaCapitulos span {
    display: inline-block;
    padding: 0 6px;
    color: #a0a0a0;
    border-radius: 5px;
    border: 1px #a0a0a0 solid;
    font-size: 12px;
    line-height: 22px;
}

.hentaiListaSelo.selo-1 { 
    background-color: #0d6efd; 
    color: #fff; 
}

.hentaiListaSelo.selo-2   { 
    background-color: #198754; 
    color: #fff; 
}

.hentaiListaSelo.selo-3  { 
    background-color: #dc3545; 
    color: #fff; 
}

.hentaiListaSelo.selo-4    { background-color:#ffc107; color:#000; }
.hentaiListaSelo.selo-5   { background-color:#6f42c1; color:#fff; }

.hentaiListaSelo {
    position: absolute;
    top: 5px;
    left: 5px;
    display: inline-block;
    padding: 0 6px;
    line-height: 21px;
    font-size: 12px;
    font-weight: bold;
    background-color: #ff003c;
    color: #FFF;
    border-radius: 4px;
}

/* hentai */
.hentaiTitulo {
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
    margin-bottom: 25px;
}

.hentaiThumb {
    max-width: 280px;
    border-radius: 5px;
}

.hentaiDescricao {
    margin-bottom: 15px;
}

.hentaiDescricao_info {
    background-color: #606060;
    padding: 22px;
    border-radius: 5px;
    float: right;
    width: calc(100% - 296px);
    text-shadow: 1px 1px #000;
}

.hentaiDescricao ul {
    margin: 0 0 15px;
    padding: 0;
    list-style: none;
}

.hentaiDescricao li {
    margin-bottom: 8px;
}

.hentaiDescricao li:last-child {
    margin-bottom: 0;
}

.hentaiSobre {
    margin-bottom: 15px;
}

.hentaiSubTitulo {
    margin-bottom: 25px;
    border-bottom: 1px #121212 solid;
    padding-bottom: 12px;
    position: relative;
}

.hentaiCapituloLista_row {
    margin: 0 -6px 15px;
    overflow: hidden;
    max-height: 302px;
}

.hentaiCapituloLista_item {
    float: left;
    padding: 0 6px;
    width: 33.33333%;
    margin-bottom: 12px;
}

.hentaiCapituloLista_conteudo {
    display: block;
    background-color: #121212;
    padding: 8px 15px;
    border-radius: 4px;
}

.hentaiCapituloLista_conteudo:hover {
    background-color: #1c1c1c;
}

.hentaiCapituloLista_conteudo small {
    color: #555;
}

.hentaiCapituloLista_mostrar {
    cursor: pointer;
    margin-bottom: 15px;
    text-align: center;
}

.hentaiAvaliacao i {
    color: #ffffff;
    cursor: pointer;
}

.hentaiPaginaBotao {
    text-align: center;
    display: block;
    background-color: rgb(18, 18, 18);
    padding: 8px 15px;
    border-radius: 4px;
}

.hentaiPaginaBotao:hover {
    opacity: 0.8;
}

.comentariosForm {
    background-color: #121212;
    margin-bottom: 15px;
    padding: 20px;
    border-radius: 5px;
}

.comentariosCampoOculto {
    display: none;
}

.comentariosFormResponda {
    background-color: #1d1d1d;
    padding: 4px 4px 4px 143px;
    border-radius: 4px;
    position: relative;
}

.comentariosFormResponda span {
    display: inline-block;
    position: absolute;
    top: 7px;
    left: 6px;
}

.comentarioItem {
    display: block;
    background-color: #121212;
    padding: 8px 15px 8px 70px;
    border-radius: 4px;
    margin-bottom: 12px;
    position: relative;
}

.comentarioThumb {
    display: inline-block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 8px;
    left: 8px;
    line-height: 45px;
    font-size: 28px;
    border-radius: 50%;
    background-color: #CCCC;
    text-align: center;
}

.comentarioInfo strong {
    color: #ff003c;
}

.comentarioInfo small {
    font-size: 10px;
    color: #555;
}

.comentarioTexto {
    margin-bottom: 8px;
}

.comentarioResponder {
    font-size: 12px;
    text-decoration: underline;
    cursor: pointer;
}

.comentarioLista {
    margin-bottom: 22px;
}

.comentarioRespostas {
    margin-top: 10px;   
}

.comentarioRespostas .comentarioItem {
    background-color: #1d1d1d;
}

.hentaiAvaliacao i.ativo {
    color: #FFEB3B;
}

.dropdown {
    position: relative;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #111;
    min-width: 200px;
    display: none !important;
    flex-direction: column;
    gap: 0 !important;
    padding: 10px 0;
    border-radius: 4px;
    border: 1px solid #222222;
    box-shadow: 0 10px 30px rgba(0,0,0,0.8);
    z-index: 1100;
}

.dropdown-menu li {
    width: 100%;
}

.dropdown-menu a {
    display: block;
    padding: 10px 20px;
    width: 100%;
    color: #a0a0a0;
    font-size: 13px;
    transition: 0.2s;
}

.dropdown-menu a:hover {
    background-color: #ff003c;
    color: white;
}

.dropdown:hover .dropdown-menu {
    display: flex !important;
}

/* Ajuste para o ícone de seta */
.dropdown > a i {
    font-size: 10px;
    margin-left: 5px;
    transition: 0.3s;
}

.dropdown:hover > a i {
    transform: rotate(180deg);
    color: #ff003c;
}

/* Mobile Menu Button */
.mobile-menu-btn {
    display: none;
    background: transparent;
    border: none;
    color: white;
    font-size: 16px;
    cursor: pointer;
    margin-right: 15px;
    border-radius: 5px;
    height: 39px;
    width: 39px;
}

/* Mobile Sidebar Styles */
.mobile-sidebar {
    position: fixed;
    top: 0;
    left: -300px;
    width: 280px;
    height: 100%;
    background-color: #0a0a0a;
    z-index: 2000;
    transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 5px 0 15px rgba(0,0,0,0.5);
    display: flex;
    flex-direction: column;
}

.mobile-sidebar.active {
    left: 0;
}

.sidebar-header {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #222;
}

.close-menu-btn {
    background: transparent;
    border: none;
    color: #a0a0a0;
    font-size: 20px;
    cursor: pointer;
}

.mobile-nav {
    padding: 20px 0;
    overflow-y: auto;
}

.mobile-nav ul {
    list-style: none;
}

.mobile-nav li a {
    display: block;
    padding: 15px 25px;
    color: white;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    border-left: 3px solid transparent;
    transition: 0.3s;
}

.mobile-nav li a i {
    margin-right: 10px;
    width: 20px;
    text-align: center;
    color: #ff003c;
}

.mobile-nav li a:hover {
    background: #1a1a1a;
    border-left-color: #ff003c;
}

/* Mobile Dropdown */
.mobile-dropdown-menu {
    display: none;
    background: #111;
    list-style: none;
}

.mobile-dropdown-menu.active {
    display: block;
}

.mobile-dropdown-menu a {
    padding-left: 55px !important;
    font-size: 14px !important;
    color: #a0a0a0 !important;
}

.fa-rotate-180 {
    transform: rotate(180deg);
}

/* Overlay */
.sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 1999;
    display: none;
    backdrop-filter: blur(3px);
}

.sidebar-overlay.active {
    display: block;
}

/* Responsive Adjustments */
@media (max-width: 1024px) {
    .mobile-menu-btn {
        display: block;
    }
    .main-nav {
        display: none;
    }
}

@media (max-width: 768px) {
    .header-right .btn-icon {
        display: none;
    }

    .hentaiCapituloLista_item {
        width: 50%;
    }

    .hentaiDescricao_info {
        width: 100%;
    }

    .hentaiThumb {
        margin: 0 auto;
        display: block;
        text-align: center;
        margin-bottom: 15px;
    }

    .hentaiDescricao_info .btn {
        margin-bottom: 6px;
    }
}

.capituloImagens {
    text-align: center;
    margin-bottom: 15px;
}

.capituloImagens img {
    max-width: 100%;
}

.capituloPaginacao {
    margin-bottom: 15px;
}

.capituloOpcoes {
    padding: 5px;
    border-radius: 4px;
    margin-bottom: 15px;
    background-color: #1a1a1a;
}

.capituloControls {
    padding: 5px;
    border-radius: 4px;
    margin-bottom: 15px;
    background-color: #1a1a1a;
    text-align: center;   
}

.capituloOpcoes_left {
    float: left;
}

.capituloOpcoes_right {
    float: right;
}

.capituloOpcoes_right a {
    display: inline-block;
    line-height: 34px;
    padding: 0 8px;
    background-color: #CCC;
    border-radius: 4px;
    color: #111;
}

.capituloOpcoes_right a:hover {
    text-decoration: none;
}

.capituloOpcoes_left select {
    height: 34px;
    border: none;
    border-radius: 4px;
    padding: 0 8px;
}

.capituloControls button,
.capituloControls select {
    height: 34px;
    padding: 0 8px;
    border: none;
    border-radius: 4px;
}

.capituloEmbed {

}

.capituloEmbed iframe {

}

.video-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,.35);
}

.video-container video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.video-container iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Acesso */
.classFormDiv {
    background-color: #121212;
    max-width: 450px;
    margin: 0 auto;
    padding: 10px 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;    
    border-radius: 2px;
}

/* Minha Conta */
.classMinhaContaDiv {
    background-color: #FFF;
    border: 1px #d6d6d6 solid;
    padding: 14px 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.classMinhaContaMenu {
    border: 1px #CCC solid;
    float: left;
    width: 240px;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.classMinhaContaMenu li {
    float: left;
    width: 100%;
    border-bottom: 1px #CCC solid;
}

.classMinhaContaMenu li:last-child {
    border-bottom: 0;
}

.classMinhaContaMenu a {
    display: block;
    line-height: 38px;
    padding: 0 12px;
}

.classminhaContaMenu a:hover {
    text-decoration: none;
}

.classMinhaContaMenu i {
    color: #848484;
}

.classMinhaContaConteudo {
    float: right;
    width: 960px;
}

.classMinhaContaTitulo {
    border-bottom: 1px #efefef solid;
    padding-bottom: 6px;
    margin: 0 0 15px;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 16px;
}

@media (max-width: 1200px) {
    .classMinhaContaConteudo {
        width: calc(100% - 255px);
    }
}

@media (max-width: 990px) {
    .classMinhaContaMenu {
        margin-bottom: 15px;
    }

    .classMinhaContaMenu,
    .classMinhaContaConteudo {
        width: 100%;
    }
}

.expanded-footer {
    background: #161616;
}

.recente-titulo {
    color: #e8e8e8;
}