/*
Theme Name: Meu Dorama App
Theme URI: #
Description: Tema desenvolvido para site de Doramas
Author: Meu Dorama
Author URI:http://www.meudorama.org/ 
Version: 1.0
*/


html,
body {
	padding: 0;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	font-variant-ligatures: none;
	-webkit-font-variant-ligatures: none;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	text-shadow: 0 0 1px rgba(0,0,0,.01);
    background: #00000a;
}

* {
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	outline: none !important;
	resize: none !important;
	box-sizing: border-box;
}

a,
a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
	color: #fff;
}

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

.img-center {
	display: block;
	margin: auto;
}

.col-left {
    height: min-content;
}

.container {
    max-width: 1280px;
    margin: auto;
    padding-left: 5px;
    padding-right: 5px;
}

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

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

@media screen and (max-device-width: 480px) { 
    .dtinfo.filme_info.right {
    display: none;
}
}

.not-found {
	background: #f5f5f5;
	padding: 15px;
	font-size: 13px;
	color: #666;
	text-align: center;
	margin: 0 0 30px;
	border-radius: 5px;
}

/* header */

#menu-mobile {
	background: #22262c;
    background-size: auto 34px;
    text-transform: uppercase;
    position: fixed;
    top: 56px;
    width: 100%;
    display: none;
    padding: 15px 20px;
    z-index: 1000;
}
#header .botoes {
    padding: 0;
    display: inline-block;
    list-style: none;
    margin: 0 auto 0 0;
}
body.admin-bar #menu-mobile {
	top: calc(58px + 32px);
}

#menu-mobile::-webkit-scrollbar { width: 4px; height: 4px; }
#menu-mobile::-webkit-scrollbar-button { width: 0px; height: 0px; }
#menu-mobile::-webkit-scrollbar-thumb { background: #ffffff; border: 0; border-radius: 50px; }
#menu-mobile::-webkit-scrollbar-thumb:hover { background: #ffffff; }
#menu-mobile::-webkit-scrollbar-thumb:active { background: #ffffff; }
#menu-mobile::-webkit-scrollbar-track { background: rgba(0,0,0,.25); border: 0; border-radius: 50px; }
#menu-mobile::-webkit-scrollbar-track:hover { background: rgba(0,0,0,.25); }
#menu-mobile::-webkit-scrollbar-track:active { background: rgba(0,0,0,.25); }
#menu-mobile::-webkit-scrollbar-corner { background: transparent; }

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

#menu-mobile ul {
	list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0;
    padding: 0;
}

#menu-mobile ul li {
    margin: auto;
    display: inline-block;
    vertical-align: middle;
    border-right: 1px solid #121418;
    border-left: 1px solid #696d72;
    margin: 0px -11px;
}

#menu-mobile ul li a {
    font-size: 12px;
    display: block;
    padding: 0 8px;
    color: #fff;
    line-height: 1;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-decoration: none;
}
a.see-all {
    float: right;
    padding: 5px 10px;
    font-size: 10px;
    font-weight: 700;
    color: #a5a5a5;
    text-transform: uppercase;
    border: 1px solid #a5a5a5;
    border-radius: 3px;
    transition: background .3s, color .3s;
    -moz-transition: background .3s, color .3s;
    text-decoration: none;
}
#menu-mobile ul li:hover {
    background: #22262c;
}
#header {
	background: #121418;
    height: 57px;
    position: relative;
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #42464f;
    box-shadow: inset 0 -15px 15px 0 rgba(0, 0, 0, .3), 0 5px 10px 0 rgba(0, 0, 0, .1) !important;
    z-index: 1;
}

body.admin-bar #header {
	top: 32px;
}

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

#header .logo {
    margin: 0 auto 0 0;
    height: 58px;
    margin-top: -12px;
    display: block;
}

h1.logo {
    max-width: 6.5em;
}

#header .search {
    width: 500px;
    float: right;
    position: relative;
}

#header .search form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#header .search input {
    background: url(../img/search.svg) #22262c 10px no-repeat;
    width: 100%;
    height: 37px;
    display: block;
    padding: 0 75px 0 35px;
    font-size: 11px;
    color: #8f8f8f;
    border: 1px solid #42464f;
    border-radius: 5px;
}

#header .search button {
	background: url(images/ico_search.png) center no-repeat;
	width: 17px;
	height: 38px;
	margin: 0 15px;
	border: 0;
	cursor: pointer;
}
.col:hover {
   max-height: 100% !important;
}

#header .btn-menu {
	cursor: pointer;
	float: left;
    margin: 0 4px;
}

#header .btn-menu span {
	background: #00c665;
	width: 29px;
	height: 6px;
	display: block;
	margin: 3px 0;
	border-radius: 100px;
}

#header .btn-menu.active span:first-child {
	width: 32px;
	height: 4px;
	margin: 0;
	transform: rotate(-45deg);
}

#header .btn-menu.active span:nth-child(2) {
	opacity: 0;
}

#header .btn-menu.active span:last-child {
	width: 32px;
	height: 4px;
	margin: -16px 0 0;
	transform: rotate(45deg);
}

/* main */

#featured-movies {
    border-bottom: 1px solid #42464f;
    background: #00000a;
    font: 76% tahoma, verdana, sans-serif;
        margin-top: 10px;
}



#main {
	min-height: 250px;
    background: #00000a;
    font: 76% tahoma, verdana, sans-serif;
}


.block-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 15px;
}

.block-header .block-title {
    color: #fff;
    background: #0b262d;
    display: inline-block;
    padding: 10px;
    font-size: 14px;
    border-radius: 3px;
    font-weight: bolder;
    text-transform: uppercase;
}
a.see-all:hover {
    font-size: 10px !important;
}
#featured-movies .block-header .block-title {
	color: #fff;
}


.movies-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px 6px;
}

#featured-movies .movies-list {
	overflow: hidden;
}


.movies-list.scroll {
	display: block;
	margin: 0 -10px;
}

.movies-list .col {
    flex: 0 0 calc(16.66% - 10px);
    max-width: calc(16.66% - 10px);
    width: 100%;
    padding: 0px;
    overflow: hidden;
    margin-left: 10px;
    position: relative;
    background-color: #000;
    margin-bottom: 20px;
    float: left;

}
#playex {
    position: relative;
    z-index: 102;
}
.player_sist {
    float: left;
    width: 100%;
    margin: 0;
}
#single .content .player_sist .playex {
    max-height: 405.19px;
}
.player_sist .playex {
    float: left;
    width: 100%;
    overflow: hidden;
    max-height: 483px;
    min-height: 348px;
    position: relative;
}
.player_sist .playex .play-box-iframe {
    position: relative;
    padding-bottom: 36.25%;
    max-width: 100%;
    display: block;
    margin: auto;
    height: 0;
    overflow: hidden;
}
.player_sist .playex .play-box-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.qualidade {
    padding: 3px;
    display: inline-block;
    background: #121418;
    color: #fff;
    border-radius: 4px;
    margin-left: 2px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 2px;
}
.tab-pane.active {
    display: block;
}
.pag_episodes .item a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #121418;
    width: 100%;
    text-align: center;
    padding: 10px 15px 8px;
    font-size: 13px;
    font-weight: bolder;
    margin-right: 3px;
    text-transform: uppercase;
    overflow: hidden;
    transition: .5s all;
    border-radius: 3px;
    gap: 8px;
}
.pag_episodes .item {
    flex: 1;
}
.pag_episodes .item a.nonex {
    opacity: .5;
    cursor: not-allowed;
}
.pag_episodes .item a:hover{
    background:#343a41;
}











#seasons .se-c .se-q {
    padding: 15px 20px;
    cursor: pointer;
    position: relative;
    padding-left: 50px;
    background-color: #4c5157;
    margin-bottom: 2px;
}
#seasons .se-c .se-q:hover {
background-color: #4c5157;
}
#seasons .se-c .se-q:before {
 content: "";
 position: absolute;
 left: 20px;
 top: 50%;
 transform: translateY(-50%);
 width: 20px;
 height: 2px;
 background: #fff;
 transition: transform 0.3s;
}
#seasons .se-c .se-q.se-o:before {
 transform: translateY(-50%) rotate(90deg);
}
#seasons .se-c .se-q span.se-t {
 display: none;
}
#seasons .se-c .se-q span.title {
 color: #fff;
 font-size: 14px;
 font-weight: 500;
 text-transform: uppercase;
 padding: 0;
 width: auto;
 letter-spacing: 0.5px;
}
#seasons .se-c .se-q span.title i {
 color: #c5c9cd;
 font-size: 12px;
 margin-left: 10px;
 font-weight: 300;
 font-style: normal;
}
#seasons .se-c .se-a {
    width: 100%;
    overflow: hidden;
    margin-bottom: 0;
}
#episodes .episodios {
    padding: 0;
    list-style: none;
    margin: 0;
    margin-top: 1px;
}
#episodes .episodios .episode-item {
    width: 100%;
    height: 45px;
    display: block;
    background-color: #676e77;
    border-bottom: 1px solid #42464f;
    padding-top: 0;
    padding-bottom: 1px;
    padding-right: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
}





.post-block .col-left .info .series-info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
#info.sbox.fixidtab {
    font-size: 13px;
    color: #9f9f9f;
    line-height: 1.5;
}
#info.sbox.fixidtab li {
    list-style: none;
    margin: 0 0 10px;
}
#info.sbox.fixidtab p {
    margin: 0 0 10px;
}

#episodes .episodios .episode-item > a > .play {
    height: 100%;
    padding-top: 14px;
    width: 42px;
    margin-right: 15px;
    padding-left: 2px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    background-color: #4c5157;
    text-shadow: 0 -1px rgb(0 0 0 / 18%);
}

#episodes .episodios .episode-item > a > .episode-title {
    color: #fff;
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #42464f;
}
.fa-play:before {
    content: "\f04b";
}


.movies-list .col.full {
	flex-basis: 100%;
	max-width: 100%;
}


.movies-list.scroll .item {
	margin: 0;
}

.movies-list .image {
	position: relative;
}

.movies-list .image span {
	position: absolute;
	z-index: 1;
}

.movies-list .image .qualit {
	background: #00c665;
	padding: 1px 8px;
	top: 5px;
	right: 5px;
	font-size: 9px;
	color: #fff;
	text-transform: uppercase;
	border-radius: 100px;
}



.movies-list .image img {
    height: 100% !important;
	width: 100%;
	max-width: 240px;
	max-height: 340px;
	transition: opacity .3s;
}





.movies-list .title a {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    background: #000000c9;
}

.movies-list.scroll .title a {
	color: #fff;
}

.movies-list .item:hover .image img {
	opacity: .8;
	transition: opacity .3s;
}

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

.pagination-wrap a,
.pagination-wrap span {
	background: #c5c9cd;
	padding: 8px 16px;
	font-size: 13px;
	font-weight: 700;
	color: #1d2329;
	margin: 0 3px;
	border-radius: 8px;
	transition: background .3s, color .3s;
}

.pagination-wrap a:hover,
.pagination-wrap .current {
	background: #00c665;
	color: #fff;
	transition: background .3s, color .3s;
}

.pagination-wrap .pages {
	background: #495057;
	color: #fff;
}

.pagination-info {
    font-size: 0.9rem;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1rem;
}

/* internal pages */

#page-heading {
    background: #22262c;
    padding: 25px 0;
    border-bottom: 1px solid #42464f;
}

#page-heading .container {
	 display: flex;
}

#page-heading .title {
    color: #f9f9f9;
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.1;
    margin: 0;
    font-size: 20px;
}

#page-heading .info {
	font-size: 12px;
	color: #c5c9cd;
}

#page-heading .info a {
	color: #c5c9cd;
}

#page-heading .info a:hover {
	text-decoration: underline;
}

.post-block {
    background: transparent;
    padding: 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	margin: 0 0 40px;
}

body.page .post-block {
	background: transparent;
	padding: 0;
	margin: 0;
}

.post-block .col-left {
    background: #22262c;
    padding: 0;
    border-radius: 0;
    flex-basis: 280px;
    max-width: 20px;
    min-width: 200px;
    border: 1px solid #42464f;
}

.post-block .col-left .image {
	position: relative;
}

.post-block .col-left .image span {
	z-index: 1;
}

.post-block .col-left .image .audio {
	background: #00c665;
	padding: 1px 8px;
	top: 5px;
	right: 5px;
	font-size: 9px;
	color: #fff;
	text-transform: uppercase;
	border-radius: 100px;
}
.episode-main {
    flex: 1;
    background: #22262c;
    border: 1px solid #42464f;
    margin: 0 10px 0;
}
.pag_episodes {
    display: flex;
    gap: 10px;
    align-items: center;
    background: #22262c;
    padding: 2px 1px 2px;
}

.post-block .col-left .image .qualit {
	background: #00c665;
	padding: 1px 8px;
	top: 5px;
	right: 5px;
	font-size: 9px;
	color: #fff;
	text-transform: uppercase;
	border-radius: 100px;
}
.post-block .col-left .image .imdb {
	background: #fff;
	padding: 2px 11px;
	left: 5px;
	bottom: 5px;
	font-size: 11px;
	color: #1d2329;
	border-radius: 100px;
}

.post-block .col-left .image img {
	width: 100%;
	height: auto;
	display: block;
}

.post-block .col-left .info {
    background: #22262c;
}

.post-block .col-left .info strong {
	text-transform: uppercase;
}

.post-block .col-left .info ul {
	padding: 0;
	list-style: none;
	margin: 0;
}

.post-block .col-left .info ul li {
    padding: 8px 10px;
    font-size: 11px;
    color: #fff;
}
.series-info-list li a {
    color: #fff;
}
/* Container col-info: oculto no desktop, visível apenas no mobile */
.post-block .col-info {
    display: none;
}

.post-block .col-center {
    padding: 20px;
    flex-grow: 1;
    background: #22262c;
    border: 1px solid #42464f;
    margin: 0 10px 0;
}
#seasons .se-c .se-a {
    display:none
}

body.page .post-block .col-center {
	padding: 0;
}

.post-block .col-center .block-title {
	font-size: 16px;
	font-weight: 700;
	color: #00c665;
	margin: 0 0 15px;
}

.post-block .col-center .content {
	font-size: 12px;
	line-height: 1.8;
	border-bottom: 1px solid #c5c9cd;
	margin: 0 0 20px;
}

body.page .post-block .col-center .content {
	border-bottom: 0;
	margin: 15px 0 0;
}

.post-block .col-center .content p {
	margin: 0 0 20px;
}

.post-block .col-center .content a {
	color: #00c665;
}

.post-block .col-center .content a:hover {
	text-decoration: underline;
}

.post-block .col-center .content .alignone {
	display: block;
	margin: 0 0 20px;
}

.post-block .col-center .content .aligncenter {
	display: block;
	margin: 0 auto 20px;
}

.post-block .col-center .content .alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

.post-block .col-center .content .alignright {
	float: right;
	margin: 0 0 20px 20px;
}

.post-block .col-center .content blockquote {
	font-size: 14px;
	font-style: italic;
}

.post-block .col-center ul.info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: 0;
	list-style: none;
	margin: 0 0 20px;
}

.post-block .col-center ul.info li {
	padding: 0 0 20px;
	flex-grow: 1;
	font-size: 12px;
	line-height: 1.8;
	border-bottom: 1px solid #c5c9cd;
}

.post-block .col-center ul.info li strong {
	color: #00c665;
	text-transform: uppercase;
}

.post-block .col-center ul.buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	list-style: none;
	margin: 0 -10px;
}

.post-block .col-center ul.buttons li {
	flex-basis: 50%;
	max-width: 50%;
	padding: 0 10px;
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 20px;
}

.post-block .col-center ul.buttons li.full {
	flex-basis: 100%;
	max-width: 100%;
	margin: 0;
}

.post-block .col-center ul.buttons li a {
	background-image: linear-gradient(to bottom, #38b615, #20911e);
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	padding: 15px 0;
	font-size: 20px;
	font-weight: normal;
	font-style: italic;
	color: #fff;
	line-height: 1;
	margin: 8px 0 0;
	box-shadow: inset 0 -2px 1px 0 rgba(0,0,0,.2);
	border-radius: 20px;
	overflow: hidden;
}

.post-block .col-center ul.buttons li.full a {
	background-image: linear-gradient(to bottom, #b61515, #780e0e);
	padding: 10px 0;
	font-size: 35px;
	font-weight: 300;
	letter-spacing: -1px;
}

.post-block .col-center ul.buttons li a:before {
	content: '';
	background: url(images/ico_download.png);
	width: 29px;
	height: 29px;
	position: relative;
	margin: 0 12px 0 0;
	z-index: 1;
}

.post-block .col-center ul.buttons li.full a:before {
	background-image: url(images/ico_play.png);
	width: 50px;
	height: 50px;
}

.post-block .col-center ul.buttons li a:after {
	content: '';
	background-image: linear-gradient(to bottom, #20911e, #38b615);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	box-shadow: inset 0 -2px 1px 0 rgba(0,0,0,.2);
	z-index: 0;
	opacity: 0;
	transition: opacity .3s;
}

.post-block .col-center ul.buttons li.full a:after {
	background-image: linear-gradient(to bottom, #780e0e, #b61515);
}

.post-block .col-center ul.buttons li a span {
	position: relative;
	z-index: 1;
}

.post-block .col-center ul.buttons li a:hover:after {
	opacity: 1;
	transition: opacity .3s;
}

.post-block .col-right {
	flex-basis: 350px;
	width: 350px;
	max-width: 350px;
	min-width: 350px;
}

.post-block .col-right .block-title {
	background: #495057;
	padding: 7px 15px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}

.post-block .col-right .trailer {
	position: relative;
	padding: 25px 0 56.25%;
	margin: 0 0 20px;
}

.post-block .col-right .trailer iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.post-block .col-right .cast ul {
	padding-top: 0;
	list-style: none;
	margin: 0;
}

.post-block .col-right .cast ul li {
	margin: 15px 0 0;
}

.post-block .col-right .cast ul li strong {
	display: block;
	font-size: 12px;
	font-weight: 700;
	color: #00c665;
	text-transform: uppercase;
}

.post-block .col-right .cast ul li a {
	display: inline-block;
	vertical-align: middle;
	padding: 4px 10px;
	font-size: 12px;
	font-weight: 700;
	color: #1d2329;
	border: 1px solid #1d2329;
	margin: 5px 5px 0 0;
	border-radius: 8px;
	transition: background .3s, color .3s;
}

.post-block .col-right .cast ul li a:hover {
	background: #1d2329;
	color: #eee;
	transition: background .3s, color .3s;
}

.post-comments {
	padding: 20px;
	border: 10px solid #eee;
	margin: 25px 0 15px;
}

/* footer */

#pre-footer {
    background: #00000a;
    color: #c5c9cd;
    display: none;
}

#pre-footer .container {
	padding: 45px 0;
}

#pre-footer .title {
	padding: 0;
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 15px;
}

#pre-footer .title span {
	color: #00c665;
}

#pre-footer p {
	font-size: 12px;
	line-height: 1.8;
	margin: 0 0 15px;
}

#pre-footer .menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	list-style: none;
	margin: 25px 0 0;
}

#pre-footer .menu ul li {
	margin: 0 6px 6px 0;
}

#pre-footer .menu ul li a {
	display: block;
	padding: 8px 12px;
	font-size: 12px;
	font-weight: 700;
	color: #1d2329;
	border: 1px solid #1d2329;
	border-radius: 8px;
	transition: background .3s, color .3s;
}

#pre-footer .menu ul li a:hover {
	background: #1d2329;
	color: #eee;
	transition: background .3s, color .3s;
}

#footer {
	background: #1d2329;
	font-size: 12px;
	color: #ccc;
}

#footer .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: 15px 0;
	align-items: center;
	justify-content: space-between;
}

#footer p {
	margin: 0 auto 0 0;
}

#footer p .white {
	color: #fff;
}

#footer p .green {
	color: #00c665;
}

#footer img {
	display: block;
	margin: 0 0 0 auto;
}

/* media queries */

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

	.container {
		width: 970px;
	}

	.movies-list .col {
		flex-basis: 15%;
		max-width: 15%;
	}

	.post-block .col-left {
		flex-basis: 220px;
		width: 220px;
		max-width: 220px;
		min-width: 220px;
	}

	.post-block .col-center ul.buttons li a {
		font-size: 18px;
	}

	.post-block .col-center ul.buttons li.full a {
		font-size: 30px;
		text-align: left;
		justify-content: center;
	}

	.post-block .col-center ul.buttons li.full a b {
		text-transform: uppercase;
	}

	.post-block .col-right {
		flex-basis: 280px;
		width: 280px;
		max-width: 280px;
		min-width: 280px;
	}

	.movies-list.related .col:last-child {
		display: none;
	}

}

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

	.container {
		width: 750px;
	}

	#header .search {
		width: 390px;
	}

	.movies-list .col {
		flex-basis: 18%;
		max-width: 18%;
	}

	.post-block .col-center {
	     margin: 0 0 10px;
	}

	.post-block .col-right {
		display: none;
	}

	.movies-list.related {
		justify-content: center;
	}

	.movies-list.related .col {
		flex-basis: 20%;
		max-width: 20%;
	}

	.movies-list.related .col:nth-child(6) {
		display: none;
	}

}




@media only screen and (max-width: 1100px){
 

}

@media (max-width: 360px) {
    
 
    
 .pagination-wrap .pages, .pagination-wrap a, .pagination-wrap span {
    margin: 9px 3px;
    text-align: center;
    /* display: none; */}


       a.page.larger {
    display: none; }
    
    .dtinfo {
    display: none;}
    
    a.inactive {
    display: none;}
    
    .modal-content {
    width: 80%;

}

span.titt {
    display: none;
}

.close {
    color: #ffffff;
}


    
}




/* smartphones - landscape */
@media (max-width: 767px) {
 


	.container {
		width: auto;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	#menu-mobile {
	    top: 56px;
	}

	#header .container {
		justify-content: center;
	}

	#header .btn-search {
		width: 15px;
		height: 15px;
		position: relative;
		margin: 0 auto 0 0;
		cursor: pointer;
	}

	#header .btn-search span:nth-child(1) {
		width: 12px;
		height: 12px;
		position: absolute;
		top: 0;
		left: 0;
		box-shadow: inset 0 0 0 2px #fff;
		border-radius: 100%;
	}

	#header .btn-search span:nth-child(2) {
		background: #fff;
		width: 6px;
		height: 2px;
		position: absolute;
		right: 2px;
		bottom: 0;
		transform: rotate(45deg);
		transform-origin: right bottom;
	}

	#header .btn-menu span {
		background: #fff;
		width: 16px;
		height: 3px;
		margin: 2px 0;
	}

	#header .btn-menu.active span:first-child,
	#header .btn-menu.active span:last-child {
		width: 20px;
		height: 3px;
	}

	#header .btn-menu.active span:last-child {
		margin: -10px 0 0;
	}

	#header .search {
		background: #00000a;
		width: 100%;
		padding: 10px 15px;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		border-radius: 0;
		opacity: 0;
		visibility: hidden;
		transition: opacity .3s, visibility .3s;
	}

	#header .search.active {
		opacity: 1;
		visibility: visible;
		transition: opacity .3s, visibility .3s;
	}

	#header .search input {
		background: #fff;
		border-radius: 100px 0 0 100px;
	}

	#header .search button {
		background-color: #fff;
		width: 50px;
		margin: 0;
		border-radius: 0 100px 100px 0;
	}

	.movies-list .col {
		flex-basis: 23%;
		max-width: 23%;
	}
	 .dtinfo {
    display: none;}

.pagination-wrap .pages, .pagination-wrap a, .pagination-wrap span {
    margin: 9px 3px;
    text-align: center;
    /* display: none; */}
    
    a.page.larger {
    display: none; }

 a.inactive {
    display: none;}
 

	#page-heading {
		text-align: center;
	}

	#page-heading .title {
		font-size: 25px;
	}

	#page-heading .info {
		font-size: 11px;
	}

	.movies-list.related .col {
		flex-basis: 25%;
		max-width: 25%;
	}

	.movies-list.related .col:nth-child(5) {
		display: none;
	}
	
	.post-block {
	 flex-wrap: wrap !important;
	}
	
	/* Mobile 767px: esconder info dentro do col-left */
	.post-block .col-left .info {
		display: none;
	}
	
	/* Mobile 767px: ajustar col-left para ficar menor */
	.post-block .col-left {
		flex-basis: auto;
		width: auto;
		min-width: 150px;
		max-width: 200px;
		flex-shrink: 0;
		margin: 0 10px 10px 0;
		order: 1;
	}
	
	/* Mobile 767px: mostrar col-info ao lado do poster */
	.post-block .col-info {
		display: flex;
		background: #22262c;
		padding: 0;
		border: 1px solid #42464f;
		order: 0;
		margin: 0 0 10px 0;
		flex: 1;
		min-width: 0;
		align-items: flex-start;
		justify-content: center;
		flex-direction: column;
	}
	
	.post-block .col-info .info {
		width: 100%;
	}

	.post-block .col-info .info strong {
		font-weight: 700;
		color: #fff;
	}

	.post-block .col-info .info ul {
		padding: 0;
		list-style: none;
		margin: 0;
		width: 100%;
	}

	.post-block .col-info .info ul li {
        padding: 8px 10px;
        font-size: 11px;
        color: #fff;
        border-bottom: 1px solid #42464f;
	}

	.post-block .col-info .info ul li:last-child {
		border-bottom: none;
		padding-bottom: 0;
	}

	.post-block .col-info .info ul li:first-child {
		padding-top: 0;
	}

	.post-block .col-info .info ul li b {
		color: #fff;
		font-weight: 700;
		margin-right: 10px;
		display: inline-block;
		min-width: 100px;
	}
	
	.post-block .col-left {
        flex-basis: auto;
        width: auto;
        min-width: 150px;
        max-width: 200px;
        flex-shrink: 0;
        margin: 0 10px 10px 0;
        order: 0;
	}
	
	.post-block .episode-main {
        order: 0;
        margin: 0 0 10px;
        width: 100%;
        flex-basis: 100%;
        flex-shrink: 0;
        min-width: 100%;
	}
	
	.modal-content {
    width: 80%;

}

span.titt {
    display: none;
}

.close {
    color: #ffffff;
}

}

/* smartphones - portrait */
@media (max-width: 567px) {
    
 
    
 

	.block-header .block-title {
		font-size: 16px;
	}

	.movies-list .col {
        flex: 0 0 calc(50% - 15px);
        max-width: calc(50% - 15px);
	}

	#page-heading .title {
		font-size: 20px;
	}

	.post-block {
		padding: 7px;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}

	/* Mobile: esconder info dentro do col-left */
	.post-block .col-left .info {
		display: none;
	}

	.post-block .col-left {
		flex-basis: auto;
		width: auto;
		min-width: 150px;
		max-width: 200px;
		flex-shrink: 0;
		margin: 0 10px 10px 0;
		order: 0;
	}

	.post-block .col-left .image {
		width: 100%;
	}

	.post-block .col-left .info {
		text-align: center;
	}

	.post-block .col-center {
		padding: 15px 10px 10px;
	}

	.post-block .col-center .block-title {
		margin: 0 0 5px;
	}

	.post-block .col-center ul.info {
		flex-flow: column;
		padding: 0 0 20px;
		border-bottom: 1px solid #c5c9cd;
	}

	.post-block .col-center ul.info li {
		padding: 0;
		border-bottom: 0;
	}

	.post-block .col-center ul.info li br {
		display: none;
	}

	.post-block .col-center ul.info li strong {
		margin: 0 8px 0 0;
	}

	.post-block .col-center ul.buttons {
		margin: 0 0 15px;
	}

	.post-block .col-center ul.buttons li {
		flex-basis: 100%;
		max-width: 100%;
		padding: 0;
		text-align: center;
	}

	.post-block .col-center ul.buttons li a {
		margin: 8px 50px 0;
	}

	.post-block .col-center ul.buttons li.full a {
		padding: 15px 0;
		font-size: 18px;
		font-weight: 400;
		letter-spacing: normal;
	}

	.post-block .col-center ul.buttons li.full a span {
		width: 55%;
	}

	.post-block .col-center ul.buttons li.full a:before {
		background-size: cover;
		width: 40px;
		height: 40px;
	}

	.movies-list.related .col {
		display: block !important;
		flex-basis: 30%;
        max-width: 30%;
	}

	

	.post-comments {
		padding: 10px;
		border: 5px solid #eee;
		margin: 10px 0 0;
	}

	#pre-footer {
		text-align: center;
	}

	#pre-footer .title {
		font-size: 14px;
	}

	#pre-footer p {
		font-size: 11px;
	}

	#pre-footer .menu ul {
		justify-content: center;
	}

	#pre-footer .menu ul li {
		margin: 3px;
	}

	#pre-footer .menu ul li a {
		padding: 5px 10px;
		font-size: 11px;
		border-radius: 5px;
	}

	#footer {
		font-size: 11px;
	}

	#footer .container {
		justify-content: center;
	}

	#footer p {
		text-align: center;
		margin: 0;
	}

	#footer img {
		display: none;
	}
.modal-content {
    width: 80%;

}

span.titt {
    display: none;
}

.close {
    color: #ffffff;
}

}

@media (max-width: 767px) {
    .post-block .col-left .image {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .player_sist .playex .play-box-iframe {
    padding-bottom: 56.25%;
    }
}

.module {
    margin-bottom: 25px;
    width: 100%;
    float: left;
}

.module .content {
    width: 100%;
    float: left;
}

/* Headers das seções */
.module .content header {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.module .content header h2 {
    background: #22262c;
    color: #fff;
    font-size: 15px;
    font-weight: bolder;
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
    border-radius: 3px;
    margin-top: 10px;
}

/* Grid de items - 6 colunas para ALEATÓRIOS */
.module .content .items {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    border: none;
}

/* Container específico para episódios - 5 colunas */
body.home .module:last-child .content .items,
body.home #episodios-section .content .items {
    grid-template-columns: repeat(5, 1fr) !important;
    gap: 15px;
}

/* Reset de estilos dos items */
.module .content .items .item,
.module .content .items .col,
.module .content .items article {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
}

/* Container da imagem */
.module .content .items .item .image,
.module .content .items .item .poster {
    position: relative;
    width: 100%;
    overflow: hidden;
}
/* Quando passar o mouse no item inteiro */
.module .content .items .item:hover .data,
.module .content .items .item:hover .title a {
    color: #fff;
    padding-bottom: 19px;
}

/* A imagem de fundo NÃO deve mexer */
.module .content .items .item .poster {
    transition: none;
    transform: none;
}


/* Badge LEGENDADO */
.legendado-badge {
    position: absolute;
    top: 5px;
    left: 5px;
    background: #0066ff;
    color: #fff;
    padding: 2px 6px;
    font-size: 8px;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 10;
    border-radius: 2px;
    letter-spacing: 0.5px;
}

/* Número do episódio */
.episode-numberr {
    z-index: 10;
    position: absolute;
    color: #fff;
    font-weight: bolder;
    text-transform: uppercase;
    height: 0;
    font-size: 14px;
    line-height: 24px;
    padding-right: 5px;
    padding-left: 5px;
    border-bottom: 23px solid #000000c9;
}

/* Badge de áudio (LEGENDADO/DUBLADO) à direita */
.audio-badge {
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-weight: bolder;
    text-transform: uppercase;
    text-align: center;
    height: 0;
    font-size: 14px;
    line-height: 24px;
    padding-right: 5px;
    padding-left: 5px;
    border-bottom: 23px solid #000000c9;
}


.episodiosImg {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 67%;
}

.module .content .items .item .title a,
.module .content .items .item .data {
    position: absolute;
    bottom: 0;
    cursor: pointer;
    width: 100%;
    -webkit-box-shadow: inset 0px -63px 20px 0px #000000d1;
    font-size: 15px;
    font-weight: bolder;
    color: #fff;
    transition: .5s all;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 12px;
    text-shadow: 1px 2px 6px #000;
}

/* Informações adicionais dos episódios */
.module .content .items .item .data span {
    display: block;
    color: #666;
    font-size: 10px;
    margin-top: 3px;
}

/* Season overlay nos episódios */
.module .content .items .item .poster .season_m {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 5;
}

.module .content .items .item:hover .poster .season_m {
    opacity: 1;
}

.module .content .items .item .poster .season_m a {
    text-align: center;
    color: #fff;
}

.module .content .items .item .poster .season_m span {
    display: block;
    color: #fff;
}

.module .content .items .item .poster .season_m span.b {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}

.module .content .items .item .poster .season_m span.a {
    font-size: 10px;
    text-transform: uppercase;
    opacity: 0.7;
}

.module .content .items .item .poster .season_m span.c {
    font-size: 12px;
    margin-top: 5px;
}

/* Esconder elementos desnecessários */
.module .content .items .item .poster .serie,
.module .content .items .item .poster .views_ep,
.module .content .items .item .poster .delete {
    display: none;
}

/* Override para estilos conflitantes do front.style.css */
body.home .module .content .items .item .poster {
    padding-top: 0 !important;
    height: auto !important;
    float: none !important;
}

body.home .module .content .items .item .poster img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

body.home .module .content .items .item {
    width: 100% !important;
    padding: 0 !important;
    float: none !important;
}

body.home .module .content .items {
    margin-bottom: 0 !important;
    border-bottom: none !important;
    float: none !important;
}

/* Garantir que o link não tenha display block que cause problemas */
body.home .module .content .items .item .poster a,
body.home .module .content .items .item .image a {
    display: block;
    position: relative;
}


/* Ajuste específico para o badge IMDB do item.php */
.module .content .items .item .image .imdb {
    position: absolute;
    bottom: 5px;
    left: 5px;
    background: #f5c518;
    color: #000;
    padding: 2px 6px;
    font-size: 9px;
    font-weight: 700;
    border-radius: 2px;
    z-index: 10;
}

/* Ajuste para quality badge */
.module .content .items .item .image .mepo {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 10;
}

.module .content .items .item .image .mepo .quality {
    background: #00c665;
    color: #fff;
    padding: 2px 6px;
    font-size: 8px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 2px;
}

/* Responsivo */
@media (max-width: 1200px) {
    /* ALEATÓRIOS mantém 6 colunas, EPISÓDIOS mantém 5 */
    body.home .module:first-child .content .items {
        grid-template-columns: repeat(5, 1fr);
    }
    
    body.home #episodios-section .content .items {
        grid-template-columns: repeat(4, 1fr) !important;
    }
}

@media (max-width: 992px) {
    .module .content .items {
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
    }
    
    body.home #episodios-section .content .items {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

@media (max-width: 768px) {
    .module .content .items {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }
    
    body.home #episodios-section .content .items {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}
@media (max-width: 670px) {
    body.home #episodios-section .content .items {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    
    .module .content header h2 {
        font-size: 14px;
    }
}
@media (max-width: 480px) {
    .module .content .items {
        grid-template-columns: repeat(2, 1fr);
        gap: 6px;
    }
    
    body.home #episodios-section .content .items {
        grid-template-columns: repeat(1, 1fr) !important;
    }
    
    .module .content header h2 {
        font-size: 14px;
    }
}
/* CSS movido do header.php para melhorar performance */

/* Estilos do Slider de Destaque - Responsivo */
#featured-movies .scroll {
    margin: 0 -5px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in, visibility 0s 0.3s;

}

/* Mostra o slider apenas quando estiver inicializado */
#featured-movies .scroll.slick-initialized {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease-in;
}

#featured-movies .scroll .col {
    box-sizing: border-box;
}

/* Previne que as imagens apareçam empilhadas antes do Slick carregar */
#featured-movies .scroll:not(.slick-initialized) .col {
    display: none;
}

#featured-movies .scroll:not(.slick-initialized) .col:first-child {
    display: block; /* Mostra apenas o primeiro item enquanto carrega */
}

#featured-movies .movies-list {
    position: relative;
}



/* Dots para mobile */
.slick-dots {
    text-align: center;
    padding: 15px 0;
    list-style: none;
    display: none !important;
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    border: none;
    padding: 0;
    cursor: pointer;
    font-size: 0;
    transition: all 0.3s;
}

.slick-dots li.slick-active button {
    background: #00c665;
    width: 12px;
    height: 12px;
}

/* Responsividade adicional */
@media (max-width: 768px) {
    #featured-movies .scroll .col {
        padding: 0 0px;
    }
}

@media (max-width: 480px) {
    #featured-movies .block-header h2 {
        font-size: 18px;
    }
}

.movies-list .item:hover .image img {
    background-position: center;
}

.movies-list .image span.qualit {
    background: #ff4545;
    padding: 1px 8px;
    top: 5px;
    right: 100px;
    font-size: 9px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 3px;
    display:none;
}

.movies-list .image .audio {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-weight: bolder;
    text-transform: uppercase;
    text-align: center;
    height: 0;
    font-size: 14px;
    line-height: 24px;
    padding-right: 5px;
    border-bottom: 23px solid #000000c9;
    border-left: 15px solid transparent;
}

#header{
    position: relative;
    text-align: center;
    box-shadow: 0 4px 0 0 rgba(0,0,0,.2);
}

/* css do intem.php */

.filme_info {
    display: none;
    position: absolute;
    top: 10px;
    width: 308px;
    height: 207px;
    border: 1px solid;
    z-index: 3;
}

.col:hover .filme_info {
    display: block;
}

.filme_info.title {
    position: relative;
    float: left;
    width: 100%;
}

.filme_info>.title {
    position: relative;
    float: left;
    width: 100%;
}

.info_title {
    background: #1d2329;
    position: relative;
    float: left;
    color: #00c665;
    width: 100%;
    font-weight: 700;
}

.info_title>h4 {
    float: left;
    width: 100%;
    padding: 13px;
    padding-bottom: 10px;
    padding-right: 50px;
    font-weight: 600;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.metadata {
    width: 100%;
    float: left;
    padding: 3px 4px;
    font-size: 12px;
}

.metadata span {
    padding: 5px 10px;
    float: left;
}

.dtinfo .texto {
    border-bottom: solid 1px #eceff5;
    padding: 0 10px;
    float: left;
    width: 100%;
    height: 85px;
    line-height: 17px;
    font-size: 12px;
    overflow: hidden;
}

.dtinfo .genres {
    float: left;
    width: 100%;
    height: 34px;
    padding: 13px 10px;
}

.dtinfo {
    background: #fff;
    border-color: #ECEFF5;
    box-shadow: 0 10px 5px -7px rgba(0,0,0,.09);
}

.dtinfo .genres .mta {
    width: 100%;
    height: 23px;
    float: left;
    overflow: hidden;
}

.dtinfo .genres .mta a {
    border-right: solid 1px #ddd;
    color: #222D34;
    float: left;
    padding: 0 12px;
    font-size: 12px;
    font-weight: 500;
}

.dtinfo.filme_info.right {
    top: -15.8em;
    left: 9em;
    border: none;
    position: relative;
}

.col:hover {
    max-height: 150px;
}

a.see-all:hover {
    font-size: 15px;
    color: red;
}

* html body { 
    margin-top: 0px !important; 
}

html {
    margin-top: 0px !important; 
}

.mepo {
    position: absolute;
    top: 5px;
    left: 5px;
}

span.quality{
    display:none;
    border-radius: 3px;
    background: #d4003cba;
    color: #f1f1f1;
    font-weight: 500;
    font-family: Roboto,sans-serif;
    font-size: 11px;
    float: right;
}

.mepo span.quality {
    padding: 1px 8px;
    font-size: 9px;
    float: left;
    margin-right: 5px;
}
.pag_episodes .item a i {
    color: #fff;
}
.fa, .fas {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
}
@media only screen and (max-width: 480px) {
    .pag_episodes .item a i {
        font-size: 23px;
    }
}
@media only screen and (max-width: 1130px) {
    .player_sist .playex {
        min-height: auto;
    }
}
@media only screen and (max-width: 1241px) {
    .pag_episodes .item a span {
        display: none;
    }
}
@media (max-width: 767px) {
    #header .botoes {
        margin: initial !important;
    }
}
@media (max-width: 767px) {
    .pag_episodes {
        padding: 3px 1px 2px;
    }
}
@media (max-width: 320px) {
  .movies-list .col {
        flex: 0 0 calc(50% - 15px);
        max-width: calc(50% - 15px);
  }
}