/*
Theme Name: Nerd Torrent HD
Description: Tema exclusivamente para o blog "nerdtorrent".
Theme URI: https://nerdtorrenthd.com/
Author: NERD TORRENT HD
Author URI: nerdtorrenthd.com
Version: 1.1
*/

@charset 'utf-8';@import 'css/util.css';
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap');

/* ==== RESET BASE DO TEMA ==== */
html {
	font-size: 10px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	font-size: 10px;
    margin: 0;
    background: #ffffff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

* {
	box-sizing: border-box;
	outline: none !important;
}

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

.container:before,
.container:after,
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.container:after,
.clearfix:after {
	clear: both;
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
	display: none !important;
}

a,
a:hover,
a:focus,
a:active,
a:visited {
	text-decoration: none;
}

button {
	cursor: pointer;
}

p {
	padding-top: 0;
	margin-top: 0;
}

.img-responsive {
	max-width: 100%;
	height: auto;
	display: block;
}

.text-limit {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

textarea {
	overflow: auto;
	resize: none;
}

@media (min-width: 1200px) {

	.visible-lg {
		display: block !important;
	}

	.hidden-lg {
		display: none !important;
	}

}

@media (max-width: 1199px) {

	.visible-md {
		display: block !important;
	}

	.hidden-md {
		display: none !important;
	}

}

@media (max-width: 991px) {

	.visible-sm {
		display: block !important;
	}

	.hidden-sm {
		display: none !important;
	}

}

@media (max-width: 767px) {

	.visible-xs {
		display: block !important;
	}

	.hidden-xs {
		display: none !important;
	}

}

@import 'css/slick.css';@import 'fonts/fonts.css';@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,600';
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');body {
    font-family: gotham;
    font-weight: 400;
    color: #0e0e0e;
}

a {
    color: #00c853;
}

.nao-encontrado {
    background: #000;
    padding: 15px 0;
    font-size: 1.3rem;
    font-weight: 700;
    color: #666;
    text-align: center;
    border: 1px solid #eee;
    margin-bottom: 20px;
    border-radius: 3px
}

.container {
    width: 1170px;
    position: relative;
    margin: 0 auto
}

#topo {
    background: #0a0f1a;
    height: 60px;
    position: relative;
    padding: 10px 0;
    color: #fff;
    text-align: right;
    box-shadow: 0 0 12px 0 rgba(0,0,0,.5)
}

#topo .logo {
    float: left;
    height: 40px;
    font-size: 2.5rem;
    font-weight: 700;
    /* text-transform: uppercase; */
    margin: 0;
    padding-top: 7px;
    font-family: 'Poppins', sans-serif;
}

#topo .logo a {
    display: block;
    color: #fff
}

#topo .logo strong {
    color: #00c853;
}

#topo .logo small {
    font-size: 1rem;
    font-weight: 700;
    color: #979797
}

#topo .busca {
    background: #0e0e0e;
    width: 400px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #3c3c3c;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: inset -5px 0 0 0 #444;
    transition: box-shadow 0.3s ease;
}

#topo .busca:hover,
#topo .busca:focus-within {
    box-shadow: 0 0 10px 2px #00c853; /* brilho verde quando focado/hover */
}

#topo .busca input {
    background: transparent;
    width: 78%;
    height: 40px;
    float: left;
    padding: 10px 15px;
    font-family: gotham, sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
    border: none;
    outline: none;
    transition: background-color 0.3s ease;
}

#topo .busca input::placeholder {
    color: #777;
    font-weight: 400;
}

#topo .busca button {
    background: #00c853;
    width: 22%;
    height: 40px;
    display: block;
    font-family: gotham, sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    border: none;
    border-left: 1px solid #3c3c3c;
    box-shadow: inset 0 0 12px 0 rgba(0,0,0,0.75);
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#topo .busca button:hover {
    background-color: #1b5e20;
}

#topo .busca button:active {
    background-color: #2196f3;
}

#topo .busca button:before {
    content: "ðŸ”";
    margin-right: 6px;
    font-size: 14px;
    vertical-align: middle;
}

#topo .bt-menu {
    position: relative;
    z-index: 10000;
}

#topo .bt-menu .menu {
    z-index: 10001;
}

/* BOTÃƒO DO MENU (HAMBURGUER) */
#topo .bt-menu {
    background: url(images/bt_menu.png) top no-repeat;
    width: 22px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: 20px;
    cursor: pointer;
}

#topo .bt-menu.ativo {
    background-position: bottom;
}

/* CAIXA DO MENU */
#topo .bt-menu .menu {
    background: #101820;
    border-radius: 6px;
    width: 210px;
    text-align: left;
    position: absolute;
    top: calc(100% + 15px);
    right: 0;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

#topo .bt-menu .menu.ativo {
    opacity: 1;
    visibility: visible;
}

/* SETA SUPERIOR */
#topo .bt-menu .menu:before {
    content: "";
    position: absolute;
    top: -10px;
    right: 15px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #101820;
}

/* MENU PRINCIPAL */
#topo .bt-menu .menu > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#topo .bt-menu .menu > ul > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

#topo .bt-menu .menu > ul > li > a {
    display: block;
    padding: 12px 16px;
    font-size: 1rem;
    color: #ddd;
    text-decoration: none;
    font-weight: 500;
    transition: background 0.2s, color 0.2s;
}

#topo .bt-menu .menu > ul > li:hover > a {
    background: #00c853; /* <- verde suave */
    color: #ffffff;                      /* <- verde Bootstrap */
    box-shadow: inset 3px 0 8px #00c853;
}

/* SUBMENUS */
#topo .bt-menu .menu > ul > li > ul {
    background: #121212;
    border-radius: 6px;
    width: 180px;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 0;
    right: 100%;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
    transition: opacity 0.3s, visibility 0.3s;
}

#topo .bt-menu .menu > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
}

#topo .bt-menu .menu > ul > li > ul > li {
    border-bottom: 1px solid #00c853;
}

#topo .bt-menu .menu > ul > li > ul > li > a {
    display: block;
    padding: 10px 14px;
    font-size: 0.95rem;
    color: #ccc;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}

#topo .bt-menu .menu > ul > li > ul > li:hover > a {
    background: #00c853;
    color: #00c853;
}

/* INDICADOR DE SUBMENU */
#topo .bt-menu .menu > ul > li.menu-item-has-children > a:after {
    content: "â–¸";
    float: right;
    color: #00c853;
    margin-left: 8px;
    font-size: 0.9rem;
}

/* Ajuste geral do menu para suavidade */
#topo .bt-menu .menu > ul > li > a {
    border-radius: 6px;
    padding: 14px 18px;
    font-weight: 600;
    letter-spacing: 0.03em;
    box-shadow: inset 0 0 0 0 transparent;
    transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

/* Hover com sombra sutil e fundo avermelhado */
#topo .bt-menu .menu > ul > li:hover > a {
    background: #00c853;
    color: #00c853;
    box-shadow: inset 3px 0 8px #00c853;
}

/* Submenu mais "flutuante" e com borda */
#topo .bt-menu .menu > ul > li > ul {
    background: #222222;
    border-radius: 8px;
    border: 1px solid #00c853aa;
    width: 200px;
    padding: 0;
    box-shadow: 0 6px 25px #00c853;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}

/* Submenu links */
#topo .bt-menu .menu > ul > li > ul > li > a {
    padding: 12px 18px;
    font-weight: 500;
    font-size: 0.95rem;
    color: #bbb;
    border-radius: 6px;
}

/* Hover submenu */
#topo .bt-menu .menu > ul > li > ul > li:hover > a {
    background: #00c853;
    color: #00c853;
    box-shadow: inset 3px 0 8px #00c853;
}

/* Indicador submenu */
#topo .bt-menu .menu > ul > li.menu-item-has-children > a:after {
    content: "â–¸";
    color: #00c853;
    margin-left: 10px;
    font-weight: 700;
    transition: transform 0.3s ease;
}

/* Rotacionar o indicador ao abrir submenu */
#topo .bt-menu .menu > ul > li.menu-item-has-children:hover > a:after {
    transform: rotate(90deg);
}

/* Menu container */
#topo .bt-menu .menu {
    background: #101820;
    border-radius: 10px;
    width: 220px;
    top: calc(100% + 15px);
    right: 0;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 6px 30px #00c853;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Menu ativo */
#topo .bt-menu .menu.ativo {
    opacity: 1;
    visibility: visible;
}

#topo {
    position: relative;
    overflow: visible !important;
    z-index: 10;
}

#topo .bt-menu .menu {
    position: absolute;
    z-index: 9999 !important;
}

#home-destaques {
    /* background: url(/filmetorrent.png) center; */
    padding: 30px 0;
    background-color: #40404000;
}

#home-destaques .cabecalho {
    margin-bottom: 20px
}

#home-destaques .cabecalho .titulo-bloco {
    padding: 0;
    float: left;
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin: 0
}

#home-destaques .cabecalho .titulo-bloco strong {
    color: var(--text-100);
}

#home-destaques .cabecalho .setas {
    float: right
}

#home-destaques .cabecalho .setas .prev,#home-destaques .cabecalho .setas .next {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    font-size: 2.3rem;
    color: #fff;
    text-align: center;
    line-height: .7;
    cursor: pointer
}

#home-destaques .scroll {
    margin: 0 -10px;
    overflow: hidden
}

#home-destaques .scroll .item {
    float: left;
    padding: 0 10px 5px;
    visibility: hidden;
    opacity: 0
}

#home-destaques .scroll .item a {
    display: block
}

#home-destaques .scroll .item a img {
    max-height: 240px;
    width: auto;
    display: block;
    margin: auto;
    box-shadow: 2px 2px 5px 0 rgba(0,0,0,.5)
}

#meio {
    padding: 40px 0
}

.filmes .titulo-bloco {
    padding: 0 0 15px;
    font-size: 2.1rem;
    font-weight: 300;
    color: #000;
    letter-spacing: -1px;
    text-transform: uppercase;
    border-bottom: 1px solid var(--text-100);
    margin: 10px 0 20px
}

.filmes .titulo-bloco strong {
    color: var(--text-100);
}

.filmes .listagem {
    margin: 0 -7px 15px; /* margem negativa ajustada para compensar padding */
    overflow: hidden;
}

.filmes .listagem .nao-encontrado {
    margin-left: 7px;
    margin-right: 7px;
}

.filmes .listagem .item {
    width: 16.66666667%;
    float: left;
    padding: 0 9px;
    text-align: center;
    margin-bottom: 15px
}

.relacionados .filmes .listagem .item:nth-child(6n+1) {
    clear: inherit;
}

/* mantendo os estilos originais dos links e imagens */

.filmes .listagem .item a {
    display: block;
    padding: 10px;
    border: 1px solid #cacaca;
    border-radius: 1px;
    transition: box-shadow .3s;
    background: #ffffff;
}

.filmes .listagem .item .imagem {
    position: relative;
    margin-bottom: 8px;
}

.filmes .listagem .item .imagem span {
    background: linear-gradient(135deg, #00c853, #1b5e20);
    color: #fff;
    font-family: 'Poppins', 'Open Sans', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    padding: 4px 7px;
    border-radius: 1px;
    position: absolute;
    top: 3px;
    left: 10px;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(6px) saturate(150%);
    -webkit-backdrop-filter: blur(6px) saturate(150%);
    letter-spacing: 1px;
    transition: all 0.3s ease;
    cursor: default;
}

.filmes .listagem .item .imagem span:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

.filmes .listagem .item .imagem .nota {
    font-family: 'Poppins', 'Open Sans', sans-serif;
    background: linear-gradient(135deg, #fbff00, #ffdc06);
    color: #111;
    padding: 2px 4px;
    font-size: 1.3rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    position: absolute;
    top: 215px;         /* Alinha na mesma altura do outro selo */
    right: 8px;       /* Cola do lado direito */
    z-index: 2;
    border-radius: 1px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(6px) saturate(150%);
    -webkit-backdrop-filter: blur(6px) saturate(150%);
    transition: all 0.3s ease;
    cursor: default;
}

.filmes .listagem .item .imagem .nota:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.3);
}

.filmes .listagem .item .imagem .nota:before {
    content: "";
    background: url(https://i.imgur.com/pkdYmk2.png);
    width: 35px;
    height: 15px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 0px;
}

.filmes .listagem .item .imagem img {
    max-height: 245px;
    width: auto;
    display: block;
    margin: auto;
}

.filmes .listagem .item .titulo {
    width: 100%;
    font-family: open sans;
    font-size: 1.4rem;
    font-weight: 600;
    color: #0a0f1a;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
}

.filmes .listagem .item .titulo span {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.filmes .listagem .item:hover a {
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,.2);
    transition: box-shadow .3s;
}

.pagination-wrap,.wp-pagenavi {
    text-align: center
}

.wp-pagenavi.menor {
    margin-top: 20px
}

.pagination-wrap a,.pagination-wrap span,.wp-pagenavi a,.wp-pagenavi span {
    background: 0 0;
    padding: 12px;
    font-size: 14px;
    font-weight: 600;
    color: #0a0f1a;
    margin: 0 3px;
    transition: none;
    border: 1px solid #cacaca;
    border-radius: 0;
}

.wp-pagenavi.menor a,.wp-pagenavi.menor span {
    padding: 5px 9px;
    font-size: 1.2rem
}

.pagination-wrap a:hover,.pagination-wrap .current,.wp-pagenavi a:hover,.wp-pagenavi .current {
    background: #00c853;
    color: #0a0f1a;
    border-color: #00c853;
    transition: all .3s;
    -moz-transition: all .3s
}

.banner-1 {
    background: url(images/tit_publicidade_v.png) left no-repeat;
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
    margin-top: 30px
}

#cabecalho {
    background: #00c853;
    padding: 10px 0;
    font-family: open sans;
    font-size: 1.2rem;
    font-weight: 600;
    color: #000;
    border-bottom: 1px solid #959595;
    text-align: center
}

#cabecalho ol.breadcrumb {
    padding: 0;
    list-style: none;
    margin: 0
}

#cabecalho ol.breadcrumb li {
    display: inline-block;
    vertical-align: middle
}

#cabecalho ol.breadcrumb li+li:before {
    content: "";
    display: inline-block;
    color: #c7c7c7;
    margin: 0 6px
}

#cabecalho ol.breadcrumb li a {
    color: #000;
}

#cabecalho ol.breadcrumb li:first-child a {
    color: #fff
}

.single-esq {
    width: 770px;
    float: left;
    margin-right: 20px
}

.post {
    border: 1px solid #efefef;
    margin-bottom: 35px;
    background: #ffffff;
    text-align: center
}


.post .titulo {
    padding: 18px 20px;
    font-size: 2.5rem;
    font-weight: 700;
    border-bottom: 1px solid #efefef;
	color: #0a0f1a;
    font-style: italic;
    margin: 0	
}

.post .conteudo {
    padding: 20px
}

.post .infos {
    font-weight: 600;
	color: #999;
    font-style: italic;
    margin-bottom: 10px
	
}

.post .infos .item {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.1rem;
    margin: 0 10px 10px 0
}

.post .infos .item.data {
    background: url(images/ico_data.png) left no-repeat;
    padding-left: 17px
}

.post .infos .item.cats {
    background: url(images/ico_categorias.png) left no-repeat;
    padding-left: 21px
}

.post .infos .item.comments {
    background: url(images/ico_comentarios.png) left no-repeat;
    padding-left: 19px
}

.post .infos .item a:hover {
    text-decoration: underline
}

.content {
    font-family: verdana,geneva,sans-serif;
    position: relative;
    font-size: 1.5rem;
    text-align: left;
	color: #0a0f1a;
	text-align: center;
    line-height: 1.7
		
}

.content img {
    max-width: 100%;
    height: auto;
    display: block
}

.content strong,.content b {
    font-weight: 700
}

.content p {
    margin-bottom: 20px
}

.content p:last-child {
    margin-bottom: 0
}

.content .alignnone,.content .aligncenter {
    display: block;
    margin: 0 auto 20px
}

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

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

.content blockquote {
    padding: 0;
    font-style: italic;
    color: #666;
    margin-left: 0
}

.post .capa {
    position: relative;
    border: 1px solid #bdbdbd
}

.post .capa .qualidade {
    background: #696969;
    padding: 3px 7px;
    font-size: .9rem;
    font-weight: 600;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0,0,0,.2);
    text-transform: uppercase;
    position: absolute;
    top: 7px;
    left: 7px;
    z-index: 1;
    border-radius: 3px
}

.nota-imdb {
    background: #00c853;
    display: inline-block;
    padding: 5px 4px 4px;
    font-size: 1.4rem;
    font-weight: 900;
    color: #fff;
    line-height: 1;
    text-shadow: 1px 1px 0 rgba(255,255,255,.2);
    margin-top: 3px;
    border-radius: 3px
}

.nota-imdb:before {
    content: "";
    background: url(images/logo_imdb.png);
    width: 35px;
    height: 15px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 4px
}

.botoes-post {
    text-align: center
}

.botoes-post>br {
    display: nonee
}

.bt-down {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0 15px
}

.bt-down a {
    background-image: linear-gradient(to bottom,#00c853,#00c853);
    min-width: 250px;
    display: inline-block;
    padding: 15px;
    font-size: 2.2rem;
    font-weight: 600;
    color: #fff;
    line-height: 1;
    text-align: left;
    text-shadow: 1px 1px 0 rgba(0,0,0,.2);
    text-transform: uppercase;
    margin-top: 8px;
    border-radius: 8px
}

.bt-down a:hover {
    background-image: linear-gradient(to bottom,#00c853,#00c853)
}

.bt-down.azul a {
    background-image: linear-gradient(to bottom,#44c5dd,#0a72b5)
}

.bt-down.azul a:hover {
    background-image: linear-gradient(to bottom,#0a72b5,#44c5dd)
}

.bt-down a:before {
    content: "";
    background: url(images/seta_download.png);
    width: 36px;
    height: 45px;
    float: left;
    margin: 3px 10px 0 0
}

.bt-down a strong {
    display: block;
    font-size: 2.7rem;
    font-weight: 900;
    color: #fff
}

.banner-2 {
    background: #efefef;
    padding: 15px;
    border-top: 1px solid #cacaca
}

.high-quality {
    color: #00c853
}

.comentarios {
    padding: 5px;
    font-weight: 600;
    border: 1px solid #efefef;
    margin-bottom: 35px;
    background: #ffffff;
}

.comentarios .titulo-bloco {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 10px
}

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

ol.commentlist>li {
    font-size: 1.3rem;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px
}

ol.commentlist>li:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0
}

ol.commentlist li .comment-author {
    color: #666;
    margin-bottom: 3px
}

ol.commentlist li .comment-author cite {
    font-style: normal;
    font-weight: 700;
    color: #000
}

ol.commentlist li .comment-author cite a {
    color: #000
}

ol.commentlist li .comment-meta {
    font-size: 1rem;
    font-style: italic;
    color: #999;
    margin-bottom: 10px
}

ol.commentlist li .comment-meta a {
    color: #999
}

ol.commentlist li .reply {
    font-size: 1rem;
    text-decoration: underline
}

ol.commentlist li .reply a {
    color: #999
}

ol.commentlist>li ul {
    padding: 0 0 0 20px;
    list-style: none;
    margin: 20px 0 0
}

ol.commentlist>li ul li {
    margin-bottom: 20px
}

ol.commentlist>li ul li:last-child {
    margin-bottom: 0
}

.comentarios .formulario {
    margin: 0 -7px;
    overflow: hidden
}

.comentarios .item {
    padding: 0 7px;
    margin-bottom: 10px
}

.comentarios .item.terco {
    width: 33.33%;
    float: left
}

.comentarios .item input,.comentarios .item textarea {
    background: #efefef;
    width: 100%;
    height: 40px;
    display: block;
    padding: 10px;
    font-family: gotham;
    font-size: 1.3rem;
    border: 1px solid #cacaca;
    border-radius: 6px
}

.comentarios .item textarea {
    height: auto
}

.comentarios .item span {
    display: block;
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 5px
}

.comentarios .item button {
    background: #1c1c1c;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 20px;
    font-family: gotham;
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    transition: all .3s;
    -moz-transition: all .3s
}

.comentarios .item button:hover {
    background: #00c853;
    color: #fff;
    transition: all .3s;
    -moz-transition: all .3s
}

.single-dir {
    overflow: hidden
}

.relacionados .titulo-bloco {
    padding: 18px 20px;
    font-size: 2.1rem;
    font-weight: 700;
    margin: 0;
    border: 1px solid #efefef;
    margin-bottom: 10px;
    background: #ffffff;
	color: #0a0f1a;
    font-style: italic;
	text-align: center;
}

.relacionados .filmes .listagem .item {
    width: 50%
}

.banner-3 {
    padding: 30px 0;
    border: 1px solid #111
}

#rodape {
    background: url(https://i.imgur.com/UDNkek2.png) center repeat;
    padding-top: 35px
}

#rodape .blocos {
    margin: 0 -25px;
    overflow: hidden
}

#rodape .blocos .item {
    width: 33.33%;
    float: left;
    padding: 0 25px;
    margin-bottom: 35px
}

#rodape .blocos .item .titulo-bloco {
    font-size: 1.6rem;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px
}

#rodape .blocos .item .titulo-bloco strong {
    color: #00c853
}

#rodape .blocos .item .titulo-bloco span {
    font-weight: 700;
    color: #a7a7a7
}

#rodape .blocos .item ul {
    padding: 0;
    list-style: none;
    border-top: 1px solid #333;
    margin: 0
}

#rodape .blocos .item ul li {
    border-bottom: 1px solid #333
}

#rodape .blocos .item ul li a {
    background: url(images/seta_menu_rodape.png) right no-repeat;
    display: block;
    padding: 6px 20px 6px 0;
    font-family: open sans;
    font-size: 1.3rem;
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition: color .3s;
    -moz-transition: color .3s
}

#rodape .blocos .item ul li:hover a {
    color: #00c853;
    transition: color .3s;
    -moz-transition: color .3s
}

#copyright {
    background: #0a0f1a;
    padding: 8px 0;
    font-size: 1.2rem;
    font-weight: 600;
    color: #0a0f1a;
    border-bottom: 7px solid #1c1c1c;
    box-shadow: 0 0 12px 0 rgba(0,0,0,.5)
}

#copyrights {
    background: #ffffff;
    border: 1px solid #efefef;
    padding-top: 15px;
}

#copyright p {
    margin-top: 12px
}

#copyright span {
    color: #fff
}

#copyright strong {
    font-weight: 600;
    color: #fff;
}

#copyright .logo {
    float: right;
    padding-left: 38px;
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    /* text-transform: uppercase; */
    padding-top: 7px;
    font-family: 'Poppins', sans-serif;
}

#copyright .logo small {
    font-size: 1rem;
    font-weight: 700;
    color: #979797
}

@media(max-width: 1199px) {
    .container {
        width:990px
    }

    .filmes .listagem .item {
        width: 20%
    }

    .filmes .listagem .item:nth-child(6n+1) {
        clear: inherit
    }

    .filmes .listagem .item:nth-child(5n+1) {
        clear: left
    }

    .relacionados .filmes .listagem .item:nth-child(5n+1) {
        clear: inherit
    }

    .single-esq {
        width: 650px
    }
}

@media(max-width: 991px) {
    .container {
        width:770px
    }

    #topo .busca {
        width: 350px
    }

    #topo .busca input {
        width: 68%
    }

    #topo .busca button {
        width: 32%
    }

    .filmes .listagem .item {
        width: 25%
    }

    .single-esq {
        width: 100%;
        float: inherit;
        margin-right: 0
    }

    .relacionados .filmes .listagem .item {
        width: 25%
    }

    .relacionados .filmes .listagem .item:nth-last-child(1),.relacionados .filmes .listagem .item:nth-last-child(2) {
        display: nonee
    }

    .filmes .listagem .item:nth-child(6n+1),.filmes .listagem .item:nth-child(5n+1) {
        clear: inherit
    }

    .filmes .listagem .item:nth-child(4n+1) {
        clear: left
    }

    .relacionados .filmes .listagem .item:nth-child(4n+1) {
        clear: inherit
    }

    .banner-3 {
        display: inline-block;
        padding: 30px
    }

    #rodape .blocos .item {
        width: 50%
    }

    #rodape .blocos .item:last-child {
        display: nonee
    }

    #copyright {
        text-align: center
    }

    #copyright .logo {
        display: none
    }
}

@media(max-width: 767px) {
    .container {
        width:auto;
        min-width: 300px;
        padding-left: 10px;
        padding-right: 10px
    }

    #menu-mobile {
        background: rgba(120,120,120,.75);
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        transition: opacity .3s,visibility .3s;
        -moz-transition: opacity .3s,visibility .3s
    }

    #menu-mobile.ativo {
        opacity: 1;
        visibility: visible;
        transition: opacity .3s,visibility .3s;
        -moz-transition: opacity .3s,visibility .3s
    }

    #menu-mobile>ul {
        background: #111;
        width: 210px;
        height: 100%;
        float: right;
        padding: 0;
        list-style: none;
        margin: 0;
        overflow-y: auto
    }

    #menu-mobile>ul>li {
        background: #222;
        border-top: 1px solid #222;
        border-bottom: 1px solid rgba(0,0,0,.1)
    }

    #menu-mobile>ul>li>a {
        display: block;
        position: relative;
        padding: 7px 14px;
        font-size: 1.2rem;
        font-weight: 600;
        color: #fff
    }

    #menu-mobile>ul>li>a:before {
        content: "";
        display: inline-block;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 1;
        margin-right: 8px
    }

    #menu-mobile>ul>li.menu-item-has-children>a {
        padding-left: 26px
    }

    #menu-mobile>ul>li.menu-item-has-children>a:before {
        content: "";
        font-size: 2.5rem;
        line-height: 0;
        position: absolute;
        top: calc(50% + 8px);
        left: 8px
    }

    #menu-mobile>ul>li:hover>a {
        background-image: linear-gradient(to right,rgba(0,0,0,.1),#00c853)
    }

    #menu-mobile>ul>li>ul {
        background: #2196f3;
        padding: 0;
        list-style: none;
        margin: 0;
        display: nonee
    }

    #menu-mobile>ul>li>ul>li {
        border-top: 1px solid #2196f3;
        border-bottom: 1px solid #00c853
    }

    #menu-mobile>ul>li>ul>li:last-child {
        border-bottom: none
    }

    #menu-mobile>ul>li>ul>li>a {
        display: block;
        padding: 7.5px 14px;
        font-size: 1.2rem;
        font-weight: 600;
        color: #fff
    }

    #menu-mobile>ul>li>ul>li>a:before {
        content: "";
        display: inline-block;
        font-size: 1.6rem;
        font-weight: 400;
        color: #fff;
        text-shadow: 1px 1px 0 rgba(0,0,0,.2);
        line-height: .5;
        margin-right: 8px
    }

    #topo {
        width: 100%;
        height: 50px;
        position: fixed;
        top: 0;
        text-align: center;
        z-index: 9
    }

    #wrapper {
        margin-top: 50px
    }

    #topo .bt-busca {
        background: url(images/bt_busca.png) center no-repeat;
        width: 18px;
        height: 18px;
        float: left;
        margin: 5px 0 0;
        cursor: pointer
    }

    #topo .logo {
        background-size: auto 100%;
        height: auto;
        float: inherit;
        display: inline-block;
        font-size: 2rem
    }

    #topo .busca {
        background: #3d3d3d;
        width: 100%;
        padding: 10px;
        position: absolute;
        top: calc(100% + 10px);
        left: 0;
        border: none;
        box-shadow: inset 0 0 12px 0 rgba(0,0,0,.5);
        border-radius: 0;
        z-index: 9;
        opacity: 0;
        visibility: hidden;
        transition: opacity .3s,visibility .3s;
        -moz-transition: opacity .3s,visibility .3s
    }

    #topo .busca.ativo {
        opacity: 1;
        visibility: visible;
        transition: opacity .3s,visibility .3s;
        -moz-transition: opacity .3s,visibility .3s
    }

    #topo .busca input {
        background: #000;
        border-radius: 5px 0 0 5px
    }

    #topo .busca button {
        border-radius: 0 5px 5px 0
    }

    #topo .bt-menu {
        float: right;
        margin: 5px 0 0
    }

    .filmes .listagem .item {
        width: 33.3333333%
    }

    .relacionados .filmes .listagem .item:nth-last-child(1),.relacionados .filmes .listagem .item:nth-last-child(2) {
        display: block
    }

    .filmes .listagem .item:nth-child(6n+1),.filmes .listagem .item:nth-child(5n+1),.filmes .listagem .item:nth-child(4n+1) {
        clear: inherit
    }

    .filmes .listagem .item:nth-child(3n+1) {
        clear: left
    }

    .relacionados .filmes .listagem .item:nth-child(3n+1) {
        clear: inherit
    }

    .pagination-wrap span,.pagination-wrap a,.wp-pagenavi span,.wp-pagenavi a {
        display: nonee
    }

    .pagination-wrap .prev,.pagination-wrap .current,.pagination-wrap .next,.wp-pagenavi .pages,.wp-pagenavi .previouspostslink,.wp-pagenavi .current,.wp-pagenavi .nextpostslink {
        display: inline-block
    }

    .banner-1 {
        background: 0 0;
        width: 100%;
        padding: 20px;
        border: 1px solid #cacaca
    }

    #cabecalho {
        display: none
    }

    #meio {
        padding: 20px 0
    }

    .post .titulo {
        padding: 12px;
        font-size: 1.4rem;
        text-align: center
    }

    .post .infos {
        display: none
    }

    .content {
        font-size: 1.2rem;
        text-align: center
    }

    .content h1,.content h2,.content h3 {
        font-size: 1.6rem;
        line-height: 1.3
    }

    .content iframe {
        height: auto
    }

    .content .alignleft,.content .alignright {
        float: inherit!important;
        display: block;
        margin: 0 auto 20px
    }

    .fluid-width-video-wrapper {
        width: 100%!important
    }

    .post .capa .qualidade {
        display: nonee
    }

    .bt-down {
        font-size: 1.3rem;
        margin: 10px auto 15px
    }

    .bt-down a {
        min-width: 200px;
        padding: 15px;
        font-size: 1.6rem
    }

    .bt-down a:before {
        background-size: cover;
        width: 26px;
        height: 32px
    }

    .bt-down a strong {
        font-size: 2rem
    }

    .comentarios .titulo-bloco {
        font-size: 1.4rem
    }

    .comentarios .formulario .item.terco {
        width: 100%
    }

    #rodape {
        display: nonee
    }
}

.fluid-width-video-wrapper {
    width: 100%!important
}

.fluid-width-video-wrapper {
    padding-top: 57%!important
}

.fluid-width-video-wrapper {
    width: 80%;
    position: relative;
    padding: 0;
    margin: 0 auto 20px
}

.fluid-width-video-wrapper iframe,.fluid-width-video-wrapper object,.fluid-width-video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.nt-imdb-ct {
    font-size: 1.4rem;
    font-weight: 900;
    color: #000;
    line-height: 1;
    text-shadow: rgb(255 255 255/20%) 1px 1px 0;
    background: #00c853;
    border-radius: 3px;
    border: 1px solid #000;
    padding: 3px 6px
}

.nt-imdb-ct:before {
    content: "";
    background: url(https://i.imgur.com/pkdYmk2.png);
    width: 35px;
    height: 16px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 4px
}

.tbl-tp-list tr,.tbl-ep-list tr,.tbl-mv-list tr {
    border-right: solid 1px #ddd;
    border-left: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    height: 28px!important;
    word-break: break-all;
    font-size: 1em;
    text-align: center
}

.conteudo th {
    color: #fff;
    margin: 0;
    font-size: initial;
    text-shadow: 0 0 20px #000
}

.conteudo th {
    color: #fff;
    margin: 0;
    font-size: initial;
    text-shadow: 0 0 20px #000
}

table.tbl-mv-list tbody tr.tr-mv-list-optcao {
    font-weight: 600;
    font-size: .6rem;
    border-bottom: solid 1px #626262;
    word-break: break-all
}

tbody tr.tr-mv-list-optcao td {
    font-size: 12px!important
}

.tbl-tp-list,.tbl-ep-list,.tbl-mv-list {
    border-collapse: collapse;
    width: 100%;
    font-family: verdana,geneva,sans-serif;
    text-align: center;
    border: 1px solid #ddd;
    padding: 0!important
}

.tbl-tp-list tr,.tbl-ep-list tr,.tbl-mv-list tr {
    border: 1px solid #ddd;
    height: 29px!important
}

.tbl-tp-tit,.tbl-ep-tit,.tbl-mv-tit {
    background-color: #00c853;
    padding: 0!important
}

.tbl-tp-list tr td,.tbl-ep-list tr td,.tbl-mv-list tr td {
    border: 1px solid #ddd;
    width: 2%;
    font-size: 1.3rem!important;
    padding: 0!important
}

.entry-content .formlinks img {
    max-width: 16px!important;
    height: 16px!important;
    display: inline!important
}

@media(max-width: 480px) {
    #topo .busca input {
        width:66%;
        font-size: 1.1rem
    }

    #topo .busca button {
        width: 34%;
        font-size: 1.3rem
    }

    #home-destaques {
        padding: 25px 0
    }

    #home-destaques .cabecalho {
        position: relative
    }

    #home-destaques .cabecalho .titulo-bloco {
        float: inherit;
        text-align: center
    }

    #home-destaques .cabecalho .setas {
        width: 100%;
        position: absolute;
        top: 0
    }

    #home-destaques .cabecalho .setas .prev {
        float: left
    }

    #home-destaques .cabecalho .setas .next {
        float: right
    }

    .filmes .titulo-bloco {
        font-size: 2rem;
        text-align: center;
        padding-bottom: 10px
    }

    .filmes .listagem {
        margin-left: -5px;
        margin-right: -5px
    }

    .filmes .listagem .item {
        width: 50%;
        padding: 0 5px
    }

    .filmes .listagem .item:nth-child(6n+1),.filmes .listagem .item:nth-child(5n+1),.filmes .listagem .item:nth-child(4n+1),.filmes .listagem .item:nth-child(3n+1) {
        clear: inherit
    }

    .filmes .listagem .item:nth-child(2n+1) {
        clear: left
    }

    .relacionados .filmes .listagem .item:nth-child(2n+1) {
        clear: inherit
    }

    .filmes .listagem .item a {
        padding: 8px
    }

    .filmes .listagem .item .titulo {
        font-size: 1.1rem
    }

    .relacionados .titulo-bloco {
        font-size: 1.4rem;
        text-align: center
    }

    .relacionados .filmes .listagem .item {
        width: 50%
    }
}

hr {
    height: 55px;
    border-width: 0;
    background: url(/linhas.png) center no-repeat transparent
}

* {
    scrollbar-face-color:#1b5e20;scrollbar-highlight-color:#1b5e20;scrollbar-3dlight-color: #343434;
    scrollbar-darkshadow-color: #343434;
    scrollbar-shadow-color:#1b5e20;scrollbar-arrow-color:#343434;scrollbar-track-color:#343434}

::-webkit-scrollbar {
    width: 9px;
    height: 4px;
    background: #fff
}

::-webkit-scrollbar-thumb {
    background: #0a0f1a
}

a.customButton {
    display: inline-block;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c853',endColorstr='#1b5e20',GradientType=0);
    font-size: 16px;
    line-height: 14px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 16px 30px 15px;
    margin: 10px auto;
    border-radius: 4px
}

#orderby {
    font-size: 1.3rem;
    font-weight: 600;
    border-bottom: 1px solid #cacaca;
    margin-bottom: 10px;
    margin-left: 5px;
}
#orderby label {
    display: -webkit-inline-box!important;
    font-size: medium;
}
#orderby label form select {
    margin-bottom: 10px !important;
    background: #efefef;
    padding: 1px;
    font-family: 'Open Sans',sans-serif;
    font-size: 1.3rem;
    border: 1px solid #cacaca;
    border-radius: 2px;
    height: 25px;
}
#meio div.container div.filmes div#orderby label form button {
    background: #00c853;
    display: inline-block;
    vertical-align: middle;
    padding: 4px 10px;
    font-family: 'Open Sans',sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    border-radius: 4px;
    transition: all .3s;
    -moz-transition: all .3s;
    margin-left: 2px;
    margin-top: -2px;
}
#related .title {
	width: 101%;
	width: calc(100% + 2px);
	margin: -1px -1px 0 -1px;
	padding: 14px 12px 14px 12px;
	text-transform: uppercase;
	font-size: 12px;
	position: relative;
	font-weight: 700;
	color: #fff;
	border-radius: 5px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	display: inline-block;
	border: 1px solid rgb(26,169,246);
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	background: rgb(26,169,246);
	background: -moz-linear-gradient(top, rgba(26,169,246,1) 0%, rgba(13,86,125,1) 100%);
	background: -webkit-linear-gradient(top, rgba(26,169,246,1) 0%,rgba(13,86,125,1) 100%);
	background: linear-gradient(to bottom, rgba(26,169,246,1) 0%,rgba(13,86,125,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ff30', endColorstr='#408818',GradientType=0 );
}
#related .title span {
	position: relative;
	z-index: 2;
}
#related .title:before {
	content: '';
	width: 100%;
	height: 100%;
	background: url(img/repeat.png);
	position: absolute;
	z-index: 1;
	border-radius: 5px;
	top: 0;
	left: 0;
}
#related ul {
	margin: 0;
	padding: 3px 16px 12px 16px;
	list-style: none;
}
#related ul li {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
#related ul li a {
	font-size: 13px;
	color: #000;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 10px 2px;
	border-bottom: 1px dotted #c1c1c1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#related ul li a:before {
	content: '';
	border-right: 3px solid #001427;
	border-bottom: 3px solid #001427;
	width: 5px;
	height: 5px;
	border-radius: 3px;
	margin: 0 7px 0 0;
	cursor: pointer;
	display: inline-block;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#related ul li a:hover {
	background: #f3f3f3;
}
.tag-li {
    list-style-type: none;
    text-align: center;
    width: px;
    display: inline-grid;
    background-color: #0a0f1a;
    margin: 2px;
    font-weight: bolder;
    font-size: medium;
    padding: 2px;
    border-radius: 5px;
}

div.relacion {
    padding: 20px;
    font-weight: 600;
    border: 1px solid #cacaca;
    margin-bottom: 35px;
    background: #efefef;
}
.tag-li a {
    color: #fff!important;
    padding: 3px;
    font-weight: 400;
}
.orderby {
    font-size: 1.3rem;
    font-weight: 600;
    border-bottom: 1px solid #cacaca;
    margin-bottom: 10px;
    margin-left: 5px;
}
.orderby label {
    display: -webkit-inline-box!important;
    font-size: medium;
}
.orderby label form select {
    margin-bottom: 10px !important;
    background: #efefef;
    padding: 1px;
    font-family: 'Open Sans',sans-serif;
    font-size: 1.3rem;
    border: 1px solid #cacaca;
    border-radius: 2px;
    height: 25px;
}
.meio div.container div.filmes div#orderby label form button {
    background: #4a92ff;
    display: inline-block;
    vertical-align: middle;
    padding: 4px 10px;
    font-family: 'Open Sans',sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    border-radius: 4px;
    transition: all .3s;
    -moz-transition: all .3s;
    margin-left: 2px;
    margin-top: -2px;
}

.aviso-nerdbr {
  background: #fff3cd;
  border-left: 4px solid #ffcc00;
  padding: 12px 15px;
  border-radius: 4px;
  margin-bottom: 20px;
  color: #333;
  font-size: 0.95em;
}

/* =============================
   VARIÃVEIS DO TEMA (Netflix-like)
   ============================= */
:root{
  --bg-900:#0b0f0e;
  --bg-850:#0f1514;
  --bg-800:#121817;
  --line-700:#1b2422;

  --text-100:#ecf4f2;
  --text-200:#cfe0db;
  --muted-400:#9aa7a3;

  --accent-600:#00c853;
  --accent-500:#1b5e20;
  --accent-400:#2196f3;

  --radius-lg:14px;
  --radius-xl:20px;

  --shadow-1:0 6px 18px rgba(0,0,0,.35);
  --shadow-2:0 12px 28px rgba(0,0,0,.45);

  --focus-ring:0 0 0 3px rgba(0,204,0,.35);
}

/* =============================
   OVERRIDES DE TEMA (nÃ£o quebram seletores)
   ============================= */
body{
  background: #0d0d0d !important;
  color: var(--text-100);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a{ color: #1b5e20; transition: color .25s ease, opacity .25s ease; }
a:hover{ color: #2196f3; }

/* Header e busca */
#topo{ background: #0d0d0d; box-shadow: 0 0 12px rgba(0,0,0,.6); }
#topo .busca{ background: var(--bg-850); border:1px solid var(--line-700); box-shadow: inset 0 0 0 1px rgba(255,255,255,.03); }
#topo .busca input{ color: var(--text-100); }
#topo .busca button{ background: #00c853; border-left: 1px solid var(--line-700); }
#topo .logo strong{ color: #00c853; }

/* Listagem de filmes (cards) */
.filmes .listagem .item a{
  background: var(--bg-800);
  border: 1px solid var(--line-700);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-1);
}
.filmes .listagem .item:hover a{ box-shadow: var(--shadow-2); }

.filmes .listagem .item .titulo{
  color: var(--text-100);
}

/* PaginaÃ§Ã£o */
.pagination-wrap a,.pagination-wrap span,.wp-pagenavi a,.wp-pagenavi span{
  background: transparent;
  color: var(--text-100);
  border: 1px solid var(--line-700);
  border-radius: var(--radius-lg);
}
.pagination-wrap a:hover,.pagination-wrap .current,.wp-pagenavi a:hover,.wp-pagenavi .current{
  background: #00c853;
  color: #08120f;
  border-color: #00c853;
}

/* Blocos e posts */
.post, .comentarios, .relacionados .titulo-bloco, #copyrights{
  background: var(--bg-800);
  border: 1px solid var(--line-700);
  color: var(--text-100);
  box-shadow: var(--shadow-1);
}
.post .titulo, .relacionados .titulo-bloco{ color: var(--text-100); }

.content{
  color: var(--text-100);
}

/* RodapÃ© */
#rodape .blocos .item .titulo-bloco{ color: var(--text-100); }
#rodape .blocos .item .titulo-bloco strong{ color: #00c853; }
#copyright{
  background: #0d0d0d;
  color: var(--text-100);
  border-bottom: 7px solid var(--bg-800);
}

/* Inputs e botÃµes */
.comentarios .item input,.comentarios .item textarea{
  background: rgba(255,255,255,.04);
  border:1px solid var(--line-700);
  color: var(--text-100);
}
.comentarios .item button{
  background: var(--bg-850);
  border:1px solid var(--line-700);
  border-radius: var(--radius-lg);
  transition: background .25s ease, transform .15s ease, box-shadow .25s ease;
}
.comentarios .item button:hover{
  background: #00c853;
  color: #08120f;
  box-shadow: var(--shadow-1);
}

/* Chips de tags */
.tag-li{ background-color: var(--bg-900); border:1px solid var(--line-700); }
.tag-li a{ color: var(--text-100) !important; }

/* Scrollbar dark */
*{ scrollbar-width: thin; scrollbar-color: #1b5e20 var(--bg-800); }
*::-webkit-scrollbar{ width:10px; height:10px; }
*::-webkit-scrollbar-track{ background: var(--bg-800); }
*::-webkit-scrollbar-thumb{ background: #1b5e20; border-radius:999px; border:2px solid var(--bg-800); }
*::-webkit-scrollbar-thumb:hover{ background: #2196f3; }



/* Ajuste de tÃ­tulos de seÃ§Ãµes */
.titulo-bloco,
.filmes .titulo-bloco,
#home-destaques .titulo-bloco,
.relacionados .titulo-bloco {
    color: var(--text-100) !important;
    font-family: var(--font-sans);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* =============================
   ESTILO HBO MAX (versÃ£o verde)
   ============================= */

/* Fontes principais */
body, .filmes .listagem .item .titulo, .titulo-bloco {
    font-family: 'Poppins', sans-serif;
}

/* Efeito premium nos cards */
.filmes .listagem .item a {
    overflow: hidden;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-1);
    transition: transform .25s ease, box-shadow .25s ease;
}
.filmes .listagem .item:hover a {
    transform: scale(1.03);
    box-shadow: var(--shadow-2);
}

/* Imagens dos filmes */
.filmes .listagem .item .imagem img {
    border-radius: var(--radius-lg);
    transition: transform .35s ease;
}
.filmes .listagem .item:hover .imagem img {
    transform: scale(1.05);
}

/* TÃ­tulos dos blocos */
.titulo-bloco,
.filmes .titulo-bloco,
#home-destaques .titulo-bloco,
.relacionados .titulo-bloco {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--text-100) !important;
}

/* BotÃµes principais */
button,
.bt-down a,
#meio div.container div.filmes div#orderby label form button {
    border-radius: var(--radius-lg);
    transition: background .25s ease, transform .2s ease, box-shadow .25s ease;
    font-family: 'Poppins', sans-serif;
}
button:hover,
.bt-down a:hover,
#meio div.container div.filmes div#orderby label form button:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-1);
}

/* Busca no topo */
#topo .busca {
    border-radius: var(--radius-xl);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
}

/* PaginaÃ§Ã£o refinada */
.pagination-wrap a,
.pagination-wrap span,
.wp-pagenavi a,
.wp-pagenavi span {
    border-radius: var(--radius-lg);
    transition: background .25s ease, transform .2s ease;
}
.pagination-wrap a:hover,
.wp-pagenavi a:hover {
    transform: scale(1.05);
}

/* Tags (chips) */
.tag-li {
    border-radius: var(--radius-lg);
    background-color: var(--bg-850);
    border: 1px solid var(--line-700);
}
.tag-li a {
    font-family: 'Poppins', sans-serif;
}

/* RodapÃ© */
#rodape, #copyrights {
    font-family: 'Poppins', sans-serif;
}

/* Fundo gradiente dark */
body {
    background: linear-gradient(180deg, #0b0f0e 0%, #121212 100%) !important;
    color: var(--text-100);
    font-family: 'Poppins', sans-serif;
}

/* Header */
#topo {
    background: linear-gradient(90deg, #0d0d0d 0%, #0a0f1a 100%) !important;
    box-shadow: 0 4px 20px rgba(0,0,0,.6);
}
#topo .logo strong {
    color: #00c853; /* mantÃ©m o verde */
}
#topo .busca {
    background: var(--bg-850);
    border-radius: 999px;
    border: 1px solid var(--line-700);
    overflow: hidden;
}
#topo .busca button {
    background: linear-gradient(135deg, #00c853, #1b5e20);
    border: none;
    border-radius: 999px;
    transition: all .3s ease;
}
#topo .busca button:hover {
    background: linear-gradient(135deg, #00c853, #1b5e20);
}

/* Cards de filmes */
.filmes .listagem .item a {
    background: var(--bg-800);
    border: none;
    border-radius: var(--radius-xl);
    overflow: hidden;
    transition: transform .3s ease, box-shadow .3s ease;
}
.filmes .listagem .item:hover a {
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgb(0 200 83);
}
.filmes .listagem .item .titulo {
    color: var(--text-100);
    font-weight: 600;
}

/* PaginaÃ§Ã£o estilo pill */
.pagination-wrap a,
.pagination-wrap span,
.wp-pagenavi a,
.wp-pagenavi span {
    border-radius: 999px;
    padding: 8px 16px;
    font-weight: 600;
}

/* BotÃµes de comentÃ¡rios e download */
.comentarios .item button,
.bt-down a {
    background: linear-gradient(135deg, #00c853, #1b5e20);
    border-radius: var(--radius-lg);
    transition: all .3s ease;
}
.comentarios .item button:hover,
.bt-down a:hover {
    background: linear-gradient(135deg, #00c853, #1b5e20);
    transform: scale(1.03);
    box-shadow: 0 6px 18px rgba(0,204,0,0.35);
}


/* Busca no topo */
#topo .busca {
    border-radius: var(--radius-xl);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
}

/* PaginaÃ§Ã£o refinada */
.pagination-wrap a,
.pagination-wrap span,
.wp-pagenavi a,
.wp-pagenavi span {
    border-radius: var(--radius-lg);
    transition: background .25s ease, transform .2s ease;
}
.pagination-wrap a:hover,
.wp-pagenavi a:hover {
    transform: scale(1.05);
}

/* Tags (chips) */
.tag-li {
    border-radius: var(--radius-lg);
    background-color: var(--bg-850);
    border: 1px solid var(--line-700);
}
.tag-li a {
    font-family: 'Poppins', sans-serif;
}

/* RodapÃ© */
#rodape, #copyrights {
    font-family: 'Poppins', sans-serif;
}
/* CorreÃ§Ã£o: manter imagens quadradas */
.filmes .listagem .item .imagem img {
    border-radius: 0 !important;
}

/* Card e imagem quadrados */
.filmes .listagem .item a {
    border-radius: 0 !important;  /* card quadrado */
    overflow: hidden;
}

.filmes .listagem .item .imagem img {
    border-radius: 0 !important;  /* imagem quadrada */
}
/* Cards quadrados */
#home-destaques .scroll .item a,
#home-destaques .scroll .item a img {
    border-radius: 0 !important; /* tudo quadrado */
}

/* Efeito verde sÃ³ embaixo */
#home-destaques .scroll .item a {
    position: relative;
    display: block;
    overflow: hidden;
    transition: transform .3s ease;
}
#home-destaques .scroll .item a img {
    transition: transform .4s ease;
}
#home-destaques .scroll .item a:hover img {
    transform: scale(1.05); /* zoom suave */
}
#home-destaques .scroll .item a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #00c853; /* verde do tema */
    opacity: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: opacity .3s ease, transform .3s ease;
}
#home-destaques .scroll .item a:hover::after {
    opacity: 1;
    transform: scaleX(1);
}

#home-destaques {
  position: relative;
  padding: 50px 0;
  color: #fff;
  background: url('https://i.ibb.co/0pQZgwdn/bg-destaques.jpg') no-repeat center center;
  background-size: cover;
  overflow: visible; /* para mostrar a curva */
	border-bottom: 0px solid #00b03a;
	box-shadow: 0 4px 15px rgb(4 4 4);
}

.home-destaques::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: -1;
}

#home-destaques::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.8); /* sobreposiÃ§Ã£o verde */
  z-index: 0;
}

#home-destaques .container {
  position: relative;
  z-index: 1;
}

article figure,
article img {
  display: block;
  margin: 0 auto;   /* centraliza horizontalmente */
  text-align: center;
}
/* Centralizar todos os tÃ­tulos dos blocos */
.titulo-bloco {
    text-align: center;
    font-size: 22px;   /* ajuste o tamanho se precisar */
    line-height: 1.3;
    margin: 15px 0;
    word-wrap: break-word;  /* forÃ§a quebra se for muito grande */
    overflow-wrap: break-word;
}
.subtitulo {
    text-align: center;
    font-size: 15px;
    color: #ccc;
    margin-bottom: 20px;
}

#footer {
  background-color: #121212;
  color: #eee;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
}

#footer .footer-top {
  position: relative;
  background: url('https://image.tmdb.org/t/p/w1920_and_h800_multi_faces_filter(duotone,151515,fff)/ieZJod5N5HgOT2JdJBnpJ0zyByT.jpg') no-repeat center center;
  background-size: cover;
  padding: 10px 0;
  border-radius: 8px 8px 0 0;
  box-shadow: 0 4px 15px #1b5e20;
  color: #fff;
  /* Overlay verde translÃºcido para contraste */
}

#footer .footer-top::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgb(40 40 40 / 80%); /* transparente */
  border-radius: 8px 8px 0 0;
  z-index: 0;
}

#footer .footer-top .container {
  position: relative;
  z-index: 1;
  max-width: 1100px;  /* largura mÃ¡xima e centralizado */
  margin: 0 auto;
  display: flex;
  justify-content: center; /* centraliza horizontalmente */
  gap: 10px; /* espaÃ§o entre colunas */
  flex-wrap: wrap; /* quebra se for muito pequeno */
}

#footer .footer-cols {
  display: flex;
  gap: 50px;
  justify-content: center;
  width: 100%;
  max-width: 900px;
}

#footer .footer-col {
  flex: 1 1 250px; /* largura flexÃ­vel, mÃ­nimo 250px */
  max-width: 300px;
}

#footer .footer-top h4 {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

#footer .footer-top ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top ul li {
  margin-bottom: 10px;
}

#footer .footer-top ul li a {
    color: #FFF;
    text-decoration: none;
    transition: color 0.3s ease;
    font-family: 'Segoe UI', 'Roboto', sans-serif;
    font-weight: 650;
    font-size: 14px; /* define o tamanho da fonte */
    display: inline-block;
    max-width: 180px; /* limite de largura do link */
    white-space: nowrap; /* impede quebra de linha */
    overflow: hidden; /* esconde texto que ultrapassa a largura */
    text-overflow: ellipsis; /* adiciona "..." no final do texto longo */	
}

#footer .footer-top ul li a:hover {
  color: #e7e7e7;
}

#footer .footer-bottom {
  background-color: #0d0d0d;
  text-align: center;
  padding: 15px 0;
  font-size: 13px;
  color: #bbb;
  border-radius: 0 0 8px 8px;
}

.relacionados .filmes .listagem .item {
  width: 50%;
  float: left;
  padding: 0 10px;
  text-align: center;
  margin-bottom: 15px;
}

.relacionados .filmes .listagem .item:nth-child(2n+1) {
  clear: left;
}

.relacionados .filmes .listagem .item .imagem {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; /* Garantir altura total */
  overflow: hidden; /* Evita transbordamento */
}

.relacionados .filmes .listagem .item .imagem img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.relacionados .filmes .listagem .item .imagem img {
  object-fit: contain;
  width: 100%;
  height: auto;
}

.relacionados .filmes .listagem .item .imagem {
  height: 240px; /* ajuste conforme o tamanho ideal */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #111; /* cor de fundo neutra */
  border-radius: 4px;
}

.relacionados .filmes .listagem .item .imagem img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

/* Bloco de aviso moderno */
.bloco-aviso {
  padding: 20px 15px;
  margin: 30px auto;
  max-width: 700px;
}

.bloco-aviso__container {
  background: linear-gradient(135deg, #00c853, #1b5e20);
  border: 1px solid #2e2e2e;
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  color: #ddd;
  box-shadow: 0 0 15px rgba(0,0,0,0.4);
}

.bloco-aviso__container h2 {
  font-size: 1.9rem;
  margin-bottom: 12px;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.bloco-aviso__container p {
  font-size: 1.2rem;
  margin-bottom: 18px;
  line-height: 1.6;
  color: #ccc;
}

.btn-dns {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 10px 18px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  font-size: 1rem;
  transition: background 0.3s ease;
}

.btn-dns:hover {
  background: #005a06;
}

.banner-dns {
  margin-top: 20px;
}
.banner-dns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.top-acessados {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin-bottom: 40px;
}

.top-col {
  flex: 1;
}

.top-col h4 {
  font-size: 1.2rem;
  margin-bottom: 15px;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.top-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.top-col ul li {
  margin-bottom: 10px;
}

.top-col ul li a {
  color: #111;
  text-decoration: none;
  transition: color 0.3s ease;
}

.top-col ul li a:hover {
  color: #1db954;
}

/* VersÃ£o mobile */
@media (max-width: 768px) {
  .top-acessados {
    display: block;
  }
  .top-col {
    margin-bottom: 30px;
  }
}
.titulo-top-post {
    color: #ccc; /* letra mais escura, mas ainda visÃ­vel */
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.3;
    display: block;
    margin: 5px 0;
    text-shadow: 1px 1px 2px #000; /* leve sombra para dar contraste */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* Ajusta o tÃ­tulo do post (filme, sÃ©rie, etc) */
.post .titulo {
  padding: 18px 20px;
  font-size: 2.5rem;
  font-weight: 800;
  border-bottom: 2px solid #00c853; /* verde no underline */
  color: #f1f1f1;                   /* ou outra cor clara de texto */
  font-style: normal;
  margin: 0;
  transition: color 0.3s ease;
}

.post .titulo:hover {
  color: #00c853;                   /* verde no hover */
  cursor: pointer;
}

/* Info (como gÃªnero) */
.post .infos {
  font-weight: 600;
  color: #aaa;                     /* cinza um pouco mais claro que original */
  font-style: normal;              /* tira itÃ¡lico pra modernizar */
  margin-bottom: 10px;
  letter-spacing: 0.02em;          /* leve espaÃ§amento para melhor leitura */
}

/* Categoria com Ã­cone */
.post .infos .item.cats {
  background: url(images/ico_categorias.png) left center no-repeat;
  padding-left: 25px;              /* ajusta para alinhar melhor o texto */
}

/* Itens dentro das infos (gÃªnero, etc) */
.post .infos .item {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.1rem;
  margin: 0 12px 10px 0;
  color: #bbb;                    /* cinza mais claro */
  transition: color 0.3s ease;
}

.post .infos .item:hover {
  color: #00c853;        /* destaca no hover */
  cursor: pointer;
}

/* Para os blocos de listagem (destaques, relacionados, etc) */
.filmes .listagem .item .imagem,
.relacionados .filmes .listagem .item .imagem {
  width: 100%;
  height: auto;     /* permitir que a altura se ajuste */
  display: block;
  overflow: hidden;
}

/* Para imagens dentro do container .imagem */
.filmes .listagem .item .imagem img,
.relacionados .filmes .listagem .item .imagem img {
  width: 100%;
  height: auto;
  object-fit: contain; /* ajusta sem cortar */
}

/* Ajuste do layout mobile para os blocos top-acessados ou similares */
@media (max-width: 768px) {
  .top-acessados,
  .top-posts-container {
    display: block !important;
  }
  .top-col,
  .top-posts-block {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .top-col ul {
    padding-left: 10px;
  }
}
/* Container da imagem com altura e largura fixas */
.filmes .listagem .item .imagem,
.relacionados .filmes .listagem .item .imagem {
  width: 100%;
  height: 245px; /* ajuste como quiser */
  overflow: hidden;
  border-radius: 6px;
  position: relative;
}

/* Imagem dentro do container: preenche sem distorcer */
.filmes .listagem .item .imagem img,
.relacionados .filmes .listagem .item .imagem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Mobile: reduz altura da imagem */
@media (max-width: 768px) {
  .filmes .listagem .item .imagem,
  .relacionados .filmes .listagem .item .imagem {
    height: 245px;
  }
}

@media (max-width: 767px) {
    .post .infos {
        display: block !important;
    }

    .post .infos > * {
        display: none;
    }

    .post .infos .item.cats {
        display: block !important;
        margin-bottom: 10px;
        font-size: 0.9rem;
        color: #fff;
    }
}


/* === Nerd Tech Palette Customization === */
button, .bt-down a, #topo .busca button {
  background: linear-gradient(135deg, #00c853, #1b5e20);
  color: #fff;
  border: none;
  border-radius: 10px;
  transition: all .3s ease;
  box-shadow: 0 4px 14px rgba(0,204,0,0.35);
}
button:hover, .bt-down a:hover, #topo .busca button:hover {
  background: linear-gradient(135deg, #1b5e20, #2196f3);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(33,150,243,0.45);
}
#topo {
  background: linear-gradient(90deg, #0d0d0d 0%, #101820 100%) !important;
  border-bottom: 2px solid #1b5e20;
}
#rodape {
  background: linear-gradient(180deg, #101820 0%, #0d0d0d 100%);
  border-top: 2px solid #2196f3;
}
a {
  color: #00c853;
  transition: color .3s ease;
}
a:hover {
  color: #c7c7c7;
}

/* Unified card style for slides and index */
#home-destaques .scroll .item a {
    background: var(--bg-800);
    border: 1px solid var(--line-700);
    box-shadow: var(--shadow-1);
    border-radius: 0;
}

#home-destaques .scroll .item a:hover {
    transform: scale(1.05);
    box-shadow: var(--shadow-2);
}

.nerd-btn {
        flex: 1 1 auto;
        max-width: 180px;      /* diminui a largura mÃ¡xima */
        background-color: #00c853;
        color: #fff;
        text-decoration: none;
        padding: 5px 10px;     /* diminui o padding */
        border-radius: 6px;
        text-align: center;
        font-weight: bold;
        font-size: 12px;       /* deixa o texto menor */
        transition: 0.3s;
    }

.nerd-btn:hover {
        background-color: #000;
        transform: translateY(-2px);
    }

    @media (max-width: 600px){
        .nerd-btn {
            max-width: 100%;     /* ocupa toda a largura em telas pequenas */
        }
    
.dmca-badge img:hover {
    opacity: 1;
    transform: scale(1.05);
  }