#listingHome {
	display: block;
	position: relative;
	z-index: 100
}

#listingHome .options {
	display: block;
	height: 100px;
	position: relative;
	font-size: 0;
	margin-bottom: 40px
}

#listingHome .options span {
	display: inline-block;
	position: relative;
	width: 25%;
	text-align: center;
	font-size: 14px;
	color: #fff;
	height: 100px;
	opacity: .5;
	transition: all .3s ease-in-out;
	cursor: pointer
}

#listingHome .options span svg {
	width: 24px;
	height: 24px;
	display: block;
	position: relative;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 10px;
	transition: all .3s ease-in-out
}

#listingHome .options span.active,
#listingHome .options span:hover {
	opacity: 1;
	font-size: 18px
}

#listingHome .options span.active svg,
#listingHome .options span:hover svg {
	width: 32px;
	height: 32px
}

#listingHome .options span svg path {
	fill: #fff
}

.itemsList {
	display: block;
	position: relative;
	width: 100%;
	height: 265px;
	overflow: hidden;
	transition: all .2s ease-in-out;
	opacity: 1
}

.itemsList.fadingOut {
	opacity: 0
}

.itemsList .slideNav {
	width: 80px;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 100
}

.itemsList .slideNav.left {
	left: 0;
	background: #07060a;
	background: linear-gradient(90deg, #130b1a 0, rgba(11, 11, 14, 0) 100%)
}

.itemsList .slideNav.right {
	right: 0;
	background: #07060a;
	background: linear-gradient(270deg, #130b1a 0, rgba(11, 11, 14, 0) 100%)
}

.itemsList .slideNav i {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 107px;
	cursor: pointer
}

.itemsList .slideNav i .line {
	position: absolute;
	width: 30px;
	height: 3px;
	background: #fff;
	top: 10px;
	transform: rotate(45deg);
	transition: all .3s ease-in-out
}

.itemsList .slideNav i:hover .line {
	box-shadow: 0 0 20px 1px #9d6ac8
}

.itemsList .slideNav i .line:last-child {
	top: 30px;
	transform: rotate(-45deg)
}

.itemsList .slideNav.left i {
	transform: scaleX(-1)
}

.itemsList .itemSlider .owl-stage-outer {
	padding-left: 80px
}

.itemsList .owl-stage .owl-item:last-child {
	padding-right: 100px !important
}

.itemSlider {
	display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
	display: block
}

.h3Words {
	font-size: 16px;
	font-family: var(--geolite);
	color: #fff;
	line-height: 100px;
	letter-spacing: 4px;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	margin-top: 20px
}

#launcherBg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 800px;
	background-size: cover;
	background-position: center top;
	opacity: 0;
	transition: all .5s ease-in-out
}

#launcherBg.enabled {
	opacity: 1
}

#launcherBg::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: linear-gradient(0deg, #130b1a 0, rgba(19, 11, 26, .71) 22%, rgba(19, 11, 26, .66) 38%, rgba(7, 6, 10, .61) 58%, rgba(11, 7, 21, .76) 100%)
}

body #topBar {
	position: absolute
}

#homeLauncher {
	display: block;
	width: 100%;
	height: 670px;
	position: relative
}

#homeLauncher .slideDots {
	display: block;
	width: 100%;
	height: 60px;
	position: absolute;
	bottom: 30px
}

#homeLauncher .slideDots::after,
#homeLauncher .slideDots::before {
	width: 100%;
	position: absolute;
	height: 1px;
	background: rgba(255, 255, 255, .1);
	top: 0;
	left: 0;
	content: ""
}

#homeLauncher .slideDots::after {
	top: 60px
}

#homeLauncher .slideDots .items {
	float: left;
	position: relative;
	font-size: 0;
	margin-left: 100px
}

#homeLauncher .slideDots .items .it {
	width: 33px;
	height: 60px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	transition: all .2s ease-in-out
}

#homeLauncher .slideDots .items .it .dot {
	width: 10px;
	height: 10px;
	background: rgba(255, 255, 255, .2);
	position: absolute;
	top: 25px;
	left: 11.5px;
	border-radius: 5px;
	transition: all .2s ease-in-out
}

#homeLauncher .slideDots .items .it:hover .dot {
	background: #fff;
	box-shadow: 0 0 20px 1px #9d6ac8
}

#homeLauncher .slideDots .items .it svg {
	width: 33px;
	height: 33px;
	position: absolute;
	top: 13.5px;
	left: 0;
	transform: rotate(-90deg)
}

#homeLauncher svg #backLine {
	stroke: rgba(255, 255, 255, .2)
}

#homeLauncher svg #frontLine {
	stroke-dasharray: 377;
	stroke-dashoffset: 377;
	transition: all 45s linear
}

#homeLauncher .slideDots .items .it.run #frontLine {
	stroke-dashoffset: 0
}

#homeLauncher .slideDots:hover .items .it.run #frontLine {
	stroke-dashoffset: 377;
	transition: all 2s linear
}

#homeLauncher .arrows {
	float: right;
	position: relative;
	width: 100px;
	margin-top: 10px;
	margin-right: 120px
}

#homeLauncher .arrows .left,
#homeLauncher .arrows .right {
	float: right;
	vertical-align: top;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	opacity: .5;
	transition: all .2s ease-in-out
}

#homeLauncher .arrows .left:hover,
#homeLauncher .arrows .right:hover {
	opacity: 1
}

#homeLauncher .arrows i {
	width: 40px;
	height: 40px;
	position: absolute;
	cursor: pointer
}

#homeLauncher .arrows i .line {
	position: absolute;
	width: 16px;
	height: 2px;
	background: #fff;
	border-radius: 1px;
	top: 15px;
	transform: rotate(45deg);
	transition: all .3s ease-in-out;
	right: 10px
}

#homeLauncher .arrows i:hover .line {
	box-shadow: 0 0 20px 1px #9d6ac8
}

#homeLauncher .arrows i .line:last-child {
	top: 25px;
	transform: rotate(-45deg)
}

#homeLauncher .arrows .left i {
	transform: scaleX(-1)
}

#homeLauncher .actualItem {
	display: block;
	position: absolute;
	top: 200px;
	left: calc(50% - 300px);
	width: auto;
	text-align: center;
	width: 600px
}

#homeLauncher .actualItem span.type {
	display: inline-block;
	position: relative;
	line-height: 30px;
	height: 30px;
	border-radius: 15px;
	width: auto;
	color: #fff;
	font-size: 11px;
	letter-spacing: 4px;
	text-shadow: 0 0 20px #d597f4;
	text-align: center;
	transition: all .5s ease-in-out;
	opacity: 0
}

#homeLauncher.enabled .actualItem span.type {
	opacity: 1
}

#homeLauncher .actualItem h3 {
	font-size: 54px;
	color: RGB(255, 255, 255);
	font-family: var(--geobold);
	display: block;
	margin-top: 10px;
	overflow: hidden;
	/*height: 54px;*/ /*ATIVADO ELE ESCONDE OS TITULOS GRANDES*/
	line-height: 54px;
	padding-top: 54px;
	transition: all .5s ease-in-out;
	/*max-height: 54px;*/ /*ATIVADO ELE ESCONDE OS TITULOS GRANDES*/
	position: relative;
	text-transform: uppercase
}

#homeLauncher.enabled h3 {
	padding-top: 0
}

#homeLauncher .actualItem .infos {
	display: block;
	position: relative;
	height: 40px;
	font-size: 0;
	width: 500px;
	color: #fff;
	margin: 0 auto;
	transition: all .5s ease-in-out;
	opacity: 1;
	overflow: hidden;
	padding-top: 40px
}

#homeLauncher.enabled .actualItem .infos {
	opacity: 1;
	padding-top: 0
}

#homeLauncher .actualItem .infos .year {
	position: absolute;
	left: 0;
	line-height: 40px;
	font-size: 14px;
	letter-spacing: 2px;
	font-family: var(--geolite)
}

#homeLauncher .actualItem .infos .dur {
	position: absolute;
	line-height: 40px;
	left: 55px;
	padding-left: 35px;
	font-size: 14px;
	letter-spacing: 0;
	font-family: var(--geolite)
}

#homeLauncher .actualItem .infos .dur i {
	height: 20px;
	left: 0;
	top: 9px;
	position: absolute
}

#homeLauncher .actualItem .infos .trailer {
	height: 40px;
	position: absolute;
	top: 0;
	right: 0;
	width: 110px;
	letter-spacing: 2px;
	color: #fff;
	font-family: var(--geolite);
	font-size: 12px;
	line-height: 40px;
	text-decoration: none;
	cursor: pointer;
	transition: all .2s ease-in-out
}

#homeLauncher .actualItem .infos .trailer i {
	height: 20px;
	right: 0;
	top: 9px;
	position: absolute;
	transition: all .2s ease-in-out
}

#homeLauncher .actualItem .infos .trailer:hover i {
	right: -5px
}

#homeLauncher .actualItem .stars {
	width: 120px;
	height: 16px;
	position: absolute;
	top: 12px;
	left: 216px
}

#homeLauncher .actualItem .stars .b {
	background: url(../img/stars.png);
	opacity: .3;
	width: 120px;
	height: 16px;
	position: absolute
}

#homeLauncher .actualItem .stars .f {
	background: url(../img/stars.png);
	height: 16px;
	position: absolute;
	transition: all .5s ease-in-out;
	width: 0%
}

#homeLauncher .actualItem .buttons {
	display: block;
	height: 50px;
	width: auto;
	margin-top: 20px;
	margin-left: -5px;
	opacity: 1;
	transition: all .5s ease-in-out
}

#homeLauncher.enabled .actualItem .buttons {
	opacity: 1
}

#homeLauncher .actualItem .buttons .adasd {
	display: inline-block;
	height: 50px;
	border-radius: 25px;
	color: RGB(255, 255, 255);
	font-family: var(--geobold);
	position: relative;
	text-align: center;
	padding-left: 30px;
	line-height: 50px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	cursor: pointer;
	transition: all .2s ease-in-out
}

#homeLauncher .actualItem .buttons .adasd:hover {
	box-shadow: 0 0 60px 5px rgba(33, 15, 51, .19)
}

#homeLauncher .actualItem .buttons .adasd i {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 5px;
	top: 5px;
	border-radius: 20px;
	background: rgba(255, 255, 255, .1)
}

#homeLauncher .actualItem .buttons .adasd i svg {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 10px;
	left: 10px
}

#homeLauncher .actualItem .buttons .adasd.play {
	width: 180px;
	margin-right: 30px;
	background: #8c7ae6;
	text-decoration: none
}

#homeLauncher .actualItem .buttons .adasd.play:hover {
	background: #9c88ff
}

#homeLauncher .actualItem .buttons .adasd.bookmark {
	width: 320px;
	background: rgba(204, 175, 238, .1)
}

#homeLauncher .actualItem .buttons .adasd.bookmark:hover {
	background: rgba(204, 175, 238, .15)
}

#homeLauncher .actualItem .buttons .adasd.bookmark.active {
	background: rgba(113, 128, 147, .7)
}

#homeLauncher .actualItem .buttons .adasd.bookmark.active:hover {
	background: #718093
}

@media only screen and (max-width:640px) {
	#homeLauncher .slideDots .items {
		margin-left: 30px
	}

	#homeLauncher .arrows {
		margin-right: 30px
	}

	#homeLauncher {
		height: 500px
	}

	#launcherBg {
		height: 650px
	}

	#homeLauncher .actualItem {
		top: 150px;
		width: 90%;
		position: relative;
		margin: 0 auto;
		left: unset
	}

	#homeLauncher .actualItem h3 {
		font-size: 44px
	}

	#homeLauncher .actualItem .infos {
		width: 90%;
		margin: 0 auto
	}

	#homeLauncher .actualItem .stars {
		left: calc(50% - 30px)
	}

	#homeLauncher .actualItem .buttons .adasd.bookmark {
		font-size: 0;
		width: 180px;
		padding-left: 10px
	}

	#homeLauncher .actualItem .buttons .adasd.bookmark::after {
		content: "FAVORITO";
		font-size: 12px
	}

	.h3Words {
		font-size: 14px;
		padding: 0 20px;
		line-height: 30px;
		margin: 20px 0
	}
}

@media only screen and (max-width:480px) {
	#homeLauncher .actualItem .stars {
		display: none
	}

	#homeLauncher .actualItem .buttons .adasd.bookmark {
		display: none
	}

	#homeLauncher .actualItem .buttons .adasd.play {
		margin-right: 0
	}

	#homeLauncher .actualItem span.type {
		letter-spacing: 1px;
		font-size: 11px
	}

	#listingHome .options span {
		font-size: 12px
	}

	#listingHome .options span.active,
	#listingHome .options span:hover {
		font-size: 12px
	}

	#homeLauncher .actualItem h3 {
		font-size: 32px
	}
}