@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-decoration:none;
	font-family: 'Noto Serif', serif;
	color:#222;
}
article, aside, details, figcaption, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
figure {
	display:inline-block;
	padding:10px 0;
	display:inline;
}
body {
	line-height: 1;
	margin:0 auto;
}
p {
	padding: 10px 30px 10px 30px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	clear:both;
}
div::-webkit-scrollbar,body::-webkit-scrollbar {
	width:1em
}
div::-webkit-scrollbar-track,body::-webkit-scrollbar-track{ 
	-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
	border-left:rgba(255,255,255,0.46) solid 1px;
}
div::-webkit-scrollbar-thumb,body::-webkit-scrollbar-thumb{
	background-color:#333;
	outline:1px solid rgba(0,0,0,0.61);
	border:rgba(255,255,255,0.46) solid 1px;
	border-right:none;
}
.container {
	max-width:1000px;
	margin:0 auto;
	padding-bottom:100px;
	overflow:visible;
}
.header-strip {
	background:#000;
	padding:10px;
	color:#FFF;
}
.header-strip img {
    width: 100px;
    display: inline-block;
    margin-left: 5px;
	cursor:pointer;
}
h1.hero {
    position: relative;
	padding:50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    z-index: 2;
    font-size: 2.5rem;
	overflow:hidden;
	text-shadow:#00000078 1px 1px 4px;
}
h1.hero::before {
    content: "";
    position: absolute;
    inset: 0;
	background-color: #000;
    background-image: url(../img/filmes/background2.jpg);
    background-size: cover;
    background-position: center;
    filter: blur(2px);
    transform: scale(1.5);
    z-index: -2;
}
h1.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
    z-index: -1;
}
.instruction {
	font-weight: bold;
    margin: 40px;
    font-size: 16px;
    text-align: center;
	line-height:130%;
}
.buttons {
	margin:20px;
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
    gap: 40%;
}
.button {
	flex: 1 1 200px;
    min-width: 200px;
    max-width: 300px;
    padding: 20px;
    font-size: 20px;
    text-shadow: #c8ffc8 1px 1px 2px;
    background-color: #94e848;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: #77b778 -1px -1px 2px inset, #d4ffcf 1px 1px 2px inset, #abf469 0 30px 2px inset;
	transition: background-color 0.5s, box-shadow 0.5s;
}
.button#filtros {
	text-shadow: #c8dfff 1px 1px 2px;
    background-color: #a8bfff;
    box-shadow: #94a1c2 -1px -1px 2px inset, #f6faff 1px 1px 2px inset, #b7c9ff 0 30px 2px inset;
	transition: background-color 0.5s, box-shadow 0.5s;
}
.button:hover {
	background-color:#79d823;
	box-shadow: #77b778 -1px -1px 2px inset, #d4ffcf 1px 1px 2px inset, #9be657 0 30px 2px inset;
}
.button#filtros:hover {
	background-color:#91aeff;
	box-shadow: #7180a6 -1px -1px 2px inset, #e2eefd 1px 1px 2px inset, #a2b9ff 0 30px 2px inset;
}
.movie {
    position: relative;
	overflow: auto;
    margin: 20px;
    border-top: #ebebeb solid 5px;
    padding-top: 20px;
}
.movie-wrapp {
    position: relative;
	overflow: visible;
}
.left-col {
	float:left;
	width:30%;
	min-height:300px;
	padding-bottom: 20px;
}
.right-col {
	float:right;
	width:66%;
	min-height:300px;
	padding:10px 0;
}
h2 {
	display: block;
    font-weight: bold;
    font-size: 30px;
}
h3 {
	display: block;
    font-weight: bold;
    margin-top: 20px;
}
h3 span {
	color:#b1b1b1;
}
h3 i {
	color:#000;
	display:inline-block;
	margin-left:2px;
	font-weight:normal;
}
.sinopsis {
	position:relative;
	margin: 20px 0 40px 0;
    line-height: 130%;
    max-width: 500px;
	overflow:auto;
	padding-bottom: 10px;
}
img.poster {
	max-width:100%;
	min-width:100%;
	margin-bottom:20px;
	cursor:pointer;
	border: #ebebeb solid 1px;
}
.item {
	margin-bottom:10px;	
}
.item span {
	display: inline-block;
    font-weight: bold;
    color: #b1b1b1;
    font-size: 14px;
    margin-bottom: 10px;
}
.item.black {
	margin-top:30px;
}
.item b {
    display: inline-block;
    background: #eaeaea;
    border-radius: 16px;
    padding: 6px 9px;
    margin: 0 5px 5px 0;
    font-size: 14px;
}
.item.black b {
	background:#6f6f6f;
	color:#FFF;
}
.info-num {
	margin:5px 0 10px;
	text-align:center;
	font-weight:bold;
	font-size:30px;
}
.info-num b {
	display:block;
	color:#b1b1b1;
	font-size:16px;
	margin-top:4px;
}
.info-num.last {
	font-size:16px;
	margin-top:20px;
	margin-bottom:20px;
}
a.a-link {
	background:#538dff;
    margin: 0 auto;
    display: block;
    width: 60%;
    font-weight: bold;
    padding: 10px;
    line-height: 130%;
    margin-top: 25px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    box-shadow: #ffffff3d 0 22px 2px inset, #121b3e66 -2px -2px 2px inset, #ffffff42 2px 2px 2px inset;
	transition: background 0.5s;
}
a.a-link:hover {
	background:#2b5fc6;
}
a.a-link.sec {
	margin-top:10px;
	background:#F00;
}
a.a-link.sec:hover {
	background:#be0000;
}
.note {
	color: #b6b6b6;
    display: block;
    width: 65%;
    font-size: 13px;
    margin: 0 auto;
    margin-top: 20px;
}
.item.appart {
	margin-top:50px;
}
.item.appart span {
	display:block;
	margin-bottom:20px;
}
a.translate {
	background: #d2f4ff;
    display: inline-block;
    padding: 2px 7px;
    border-radius: 10px;
    float: right;
    font-size: 14px;
    margin-top: 8px;
    color: #8cafc7;
}
a.translate strong {
	font-size:10px;
}
span.line-a {
	display:block;
	color:#33813f;
	margin-bottom:10px;
}
span.line-a b {
	color:#33813f;
	text-decoration:underline;
}
span.line-b {
	display:block;
	color:#427b9e;
}
span.line-b b {
	color:#427b9e;
	text-decoration:underline;
}
#example-open {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:99995;
	display:none;
}
#example-open div {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#00000075;
	cursor:pointer;	
}
#example-open img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: min(80%, 800px);
	max-height: 80%;
	width: auto;
	height: auto;
	object-fit: contain;
	cursor:auto;
}
.filters {
	position: relative;
    overflow: auto;
    margin: 20px;
    border-top: #dee7ff solid 5px;
	border-bottom: #dee7ff solid 5px;
    padding: 20px 0 10px 0;
    background: #edf2ff;
	display:none;
}
#enviar_form {
	border: none;
    font-family: 'Noto Serif', serif;
    display: block;
    width: 200px;
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    border-radius: 10px;
    margin: 20px auto;
    text-shadow: #c8dfff 1px 1px 2px;
    background-color: #bdceff;
    box-shadow: #95A5CE -1px -1px 2px inset, #f6faff 1px 1px 2px inset, #c6d4ff 0 24px 2px inset;
    transition: background-color 0.5s, box-shadow 0.5s;
}
#enviar_form:hover {
	background-color:#91aeff;
	box-shadow: #7180a6 -1px -1px 2px inset, #e2eefd 1px 1px 2px inset, #a2b9ff 0 30px 2px inset;
}
.filters h2 {
	text-align:center;
	font-size: 26px;
}
.list-filters {
	margin:3%;
	margin-top:20px;
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
    gap: 3%;
}
.one-filter {
	flex: 1 1 200px;
    min-width: 250px;
    padding: 20px;
    font-size: 20px;
    text-shadow: #ffffff 1px 1px 2px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    background: #f6f9ff;
    border: #d3dbee solid 2px;
    border-radius: 10px;
}
.one-filter label, .genres label {
	display:block;
	text-align:center;
	font-size:16px;
	text-shadow:none;
	margin-bottom:10px;
}
.genres label {
	margin-bottom:30px;
}
.one-filter select, .one-filter input {
	display: block;
    text-align: left;
    font-size: 14px;
    margin: 5px auto;
    padding: 10px;
	width:80px;
    border: #5f71a3 solid 2px;
}
.one-filter input {
	width:80%;
}
.one-filter select#z-votos {
	width:86%;
}
.op-right, .op-left {
	margin-top:10px;
	display:inline-block;
	width:90px;
}
.op-right span, .op-left span {
	font-size:16px;
	text-shadow:none;
	margin-bottom:5px;
	color: #5f71a3;
}
.genres {
	padding: 20px;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin: 20px 30px;
    background: #f6f9ff;
    border: #d3dbee solid 2px;
    border-radius: 10px;
}
.genre {
	position:relative;
	display: inline-block;
    background: #e0f4ff;
    border-radius: 16px;
    padding: 6px 9px;
    margin: 0 5px 10px 0;
    font-size: 14px;
    color: #49566e;
	cursor:pointer;
}
.genre span {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
.genre.select {
	background:#b2fa71;
	color: #000000;
}
.note-green {
    font-size: 14px;
    color: #478547;
    margin-top: 10px;
	line-height:130%;
}
.selection {
	overflow:auto;
	margin-top:20px;
}
.select-all, .unselect-all {
	float:left;
	padding: 10px 15px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    border-radius: 10px;
    text-shadow: #f1f7ff 1px 1px 2px;
    background-color: #c3d3ff;
    box-shadow: #94a1c2 -1px -1px 2px inset, #f6faff 1px 1px 2px inset, #d1dcff 0 20px 2px inset;
    transition: background-color 0.5s, box-shadow 0.5s;
}
.unselect-all {
	float:right;
}
.select-all:hover, .unselect-all:hover {
	background-color:#a8bfff;
	box-shadow: #94a1c2 -1px -1px 2px inset, #f6faff 1px 1px 2px inset, #b7c9ff 0 20px 2px inset;
}
.none-found {
	text-align:center;
	padding:20px 10px;
}
.none-found span {
	display:block;
	margin-top:20px;
	font-style:18px;
	font-weight:bold;
	line-height:120%;
}
.footer-ads {
	margin:0 auto;
	margin-top:-30px;
	margin-bottom:50px;
	overflow:hidden;
	max-width:1000px;
	min-height:50px;
}
.colunax {
	position:absolute;
	height:800px;
	width:160px;
	top:0;
}
.cdir {
	left:-180px;
}
.cesq {
	right:-180px;
}
.ads-top {
    position: relative;
    overflow: hidden;
    max-height: 180px;
    max-width: 960px;
    margin: 0 auto;
	padding:0 20px;
}
@media (max-width: 700px){
	.movie {
		margin: 20px 10px;
	}
	.note {
		width: 75%;
	}
	.select-all, .unselect-all {
    	float: none;
		width: 200px;
 	   	margin: 10px auto;
	}
}
@media (max-width: 1380px){
	.colunax {
		display:none;
	}
}