body {
	font-family: GothamPro;
	font-weight: 400;
	background: url(../images/bg.jpg) top center repeat-x #f9f5f7;
	background-size: auto 140px;
}

body.darkmode {
	background: #222222;
	color: #fff;
}

p {
	font-weight: 200;
}

/** HEADER **/

header {
	padding: 16px 0;
}

header .header-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header .header-content .logo {
	height: 60px;
}

@media (max-width: 1220px) {
	header .header-content .logo {
		height: 50px;
	}
}

@media (max-width: 991px) {
	header .header-content {
		flex-direction: column;
	}
}

.header-top {
	background: #282828;
	color: #fff;
	font-size: 13px;
	padding: 4px 0;
}

.header-top .header-top-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-top .header-top-content ul {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
}

.header-top .header-top-content ul li {
	margin: 0 4px;
}

.header-top .header-top-content ul li.modo-escuro {
	border-left: 1px solid #fff;
	padding-left: 8px;
}

/** NAV **/

nav.main {
	padding: 0;
}

nav.main .navbar-nav {
	width: 100%;
	align-items: center;
	justify-content: space-between;
}

nav.main .navbar-nav p {
	margin: 16px 0;
	border-top: 1px solid #ccc;
	padding-top: 16px;
}

nav.main .navbar-nav .nav-item {
	border-radius: 4px;
}

nav.main .navbar-nav .nav-item .nav-link {
	color: #000;
	font-size: 16px;
	line-height: 20px;
	background: #fff;
	cursor: pointer;
}

body.darkmode nav.main .navbar-nav .nav-item .nav-link {
	background: #222;
	color: #fff;
}

nav.main .navbar-nav .nav-item .nav-link i {
	font-size: 22px;
	margin: 0 2px;
}

nav.main .navbar-nav .nav-item .nav-link:hover {
	color: #fff;
	background: initial;
}

body.darkmode nav.main .navbar-nav .nav-item .nav-link:hover {
	color: #fff;
	background: initial;
}

nav.main .navbar-nav .nav-item .nav-link.club {
	text-wrap: nowrap;
}

nav.main .navbar-nav .nav-item .nav-link.app {
	border: 1px solid #000;
	color: #000;
	border-radius: 4px;
	padding: 4px 8px 4px 2px;
	text-wrap: nowrap;
	margin: 0 4px;
	line-height: 16px;
	display: flex;
	align-items: center;
}

body.darkmode nav.main .navbar-nav .nav-item .nav-link.app {
	border: 1px solid #fff;
}

nav.main .navbar-nav .nav-item .nav-link.app:hover {
	background: #000;
	color: #fff;
}

nav.main .navbar-nav .nav-item.wbg {
	background: #EBEBEB;
	border-radius: 50%;
	height: 32px;
	width: 32px;
	text-align: center;
}

nav.main .navbar-nav .nav-item.wbg .nav-link {
	color: #000;
	line-height: 16px;
}

body.darkmode nav.main .navbar-nav .nav-item.wbg .nav-link {
	color: #fff;
}

.navbar-nav .dropdown-menu {
	background: #FFFFFF;
	box-shadow: 0px 0px 6px #00000029;
	border-radius: 8px;
}

body.darkmode .navbar-nav .dropdown-menu {
	background: #000;
}

.navbar-nav .dropdown-menu li .dropdown-item {
	background: #FFFFFF;
}

body.darkmode .navbar-nav .dropdown-menu li .dropdown-item {
	background: #000;
	color: #fff;
}

.navbar-nav .dropdown-menu li .dropdown-item:hover {
	background: initial;
	color: #fff;
}

body.darkmode .navbar-nav .dropdown-menu li .dropdown-item:hover {
	background: initial;
	color: #fff;
}

.navbar-toggler {
	border: 0;
}

.dsk-off {
	display: none;
}

@media (max-width: 1140px) {
	nav.main .navbar-nav .nav-item .nav-link.app {
		display: none;
	}
}

@media (max-width: 991px) {
	nav.main {
		position: absolute;
		top: 24px;
		left: 0;
		background: none !important;
		box-shadow: none;
		border: 0;
		z-index: 999;
	}

	nav.main .content-navbar {
		background: #fff;
		padding: 15px;
		box-shadow: 0px 0px 6px #00000029;
		border-radius: 8px;
	}

	nav.main .navbar-nav {
		align-items: initial;
	}

	nav.main .navbar-nav .nav-item {
		margin: 5px;
		background: #000;
	}

	nav.main .navbar-nav .nav-item.modo-escuro {
		border-top: 1px solid #ccc;
	}

	nav.main .navbar-nav .nav-item.modo-escuro a {
		padding-top: 16px;
	}

	nav.main .navbar-nav .nav-item .nav-link {
		color: #000;
	}

	nav.main .navbar-nav .nav-item .nav-link.app {
		display: initial;
		border: none;
		color: #000;
		border-radius: 4px;
		padding: 0;
		text-wrap: nowrap;
		margin: 0;
	}

	body.darkmode nav.main .navbar-nav .nav-item .nav-link.app {
		border: 0;
	}

	nav.main .navbar-nav .nav-item .nav-link.app:hover {
		background: none;
		color: #000;
	}

	.navbar-nav .dropdown-menu {
		background: #FFFFFF;
		box-shadow: none;
		border-radius: 0;
		opacity: 1;
		border: 0;
		padding: 0 0 0 10px;
	}

	.dropdown-item {
		padding: 15px 0;
	}

	.mob-off {
		display: none;
	}

	.dsk-off {
		display: initial;
	}
}

form.proghd {
	box-shadow: 0px 8px 8px #00000029;
	color: #fff;
	padding: 0;
	border-width: 2px;
	border-style: solid;
	border-image: linear-gradient(to right, #FF0001, #F839EE, #0200FF, #00FDFF, #1CFF00, #FFFA00, #FF2900) 1;
	border-right: 0;
	border-left: 0;
}

form.proghd .tgg-title {
	display: none;
	font-size: 16px;
	font-weight: 600;
	padding: 4px 0;
}

form.proghd .tgg-title i {
	float: right;
}

form.proghd .content-form {
	display: flex;
	align-items: center;
	padding: 8px 0;
}

form.proghd .content-form p {
	margin-bottom: 0;
	margin: 0 10px;
	font-size: 16px;
	font-weight: 600;
}

form.proghd .content-form .select-box {
	width: 240px;
	margin-right: 16px;
}

form.proghd .content-form select {
	height: 32px;
	width: 100%;
	background: #F7F7F7;
	box-shadow: 0px 0px 4px #0000001A;
	border: 1px solid #D8076B1A;
	border-radius: 8px;
	font-family: GothamPro;
	font-size: 14px;
	line-height: 32px;
	color: #fff;
	padding: 1px 6px 0px 25px;
	font-weight: 500;
}

form.proghd .content-form select.cidade {
	background: url(../images/icone-cidade.png) no-repeat 5px center #ffffff10;
}

form.proghd .content-form select.filme {
	background: url(../images/icone-filme.png) no-repeat 5px center #ffffff10;
}

form.proghd .content-form select option {
	color: #000;
}

form.proghd .content-form .horarios-box {
	width: 180px;
}

form.proghd .content-form .btn-ord {
	display: flex;
	align-items: center;
}

form.proghd .content-form .social-icon {
	display: flex;
	padding: 0 4px;
}

@media (max-width: 991px) {
	form.proghd .content-form .social-icon {
		display: none
	}
}

form.proghd .content-form .social-icon i {
	margin: 0 8px;
	font-size: 24px;
}

form.proghd .content-form .horarios {
	background: none;
	border: 1px solid #fff;
	border-radius: 4px;
	opacity: 1;
	color: #fff;
	font-size: 12px;
	line-height: 30px;
	font-family: GothamPro;
	height: 32px;
	width: 100%;
	font-weight: 600;
	text-align: center;
	transition-duration: 0.2s;
	text-transform: uppercase;
}

form.proghd .content-form p.options {
	text-wrap: nowrap;
}

form.proghd .content-form .ingressos {
	background: #060667;
	border: 1px solid #060667;
	border-radius: 4px;
	opacity: 1;
	color: #fff;
	font-size: 12px;
	line-height: 30px;
	font-family: GothamPro;
	height: 32px;
	width: 100%;
	font-weight: 600;
	text-align: center;
	transition-duration: 0.2s;
	text-transform: uppercase;
}

form.proghd .content-form .horarios:hover,
form.proghd .content-form .ingressos:hover {
	opacity: 0.7;
}

@media (max-width: 991px) {
	form.proghd .content-form {
		display: block;
	}

	form.proghd .tgg-title {
		display: block;
	}

	form.proghd .content-form .form-tt {
		display: none;
	}

	form.proghd .content-form select {
		height: 32px;
	}

	form.proghd .content-form .select-box {
		width: 100%;
		margin-bottom: 10px;
	}

	form.proghd .content-form .horarios-box {
		width: 42%;
	}
}

@media (min-width: 992px) {
	form.proghd .container {
		max-width: 1320px;
		width: 100%;
	}
}

/** CONTENT **/

.site-content {
	padding-bottom: 32px;
}

.site-content article {
	padding: 6px 0 0;
	max-width: 1320px;
	margin: 0 auto;
}

.site-content article.tematizado {
	background: #FFFFFF;
	padding: 16px;
	border-radius: 32px;
}

.main-banner .owl-item img {
	background: linear-gradient(white, white) padding-box, linear-gradient(to right, #FF0001, #F839EE, #0200FF, #00FDFF, #1CFF00, #FFFA00, #FF2900) border-box;
	border-radius: 24px;
	border: 4px solid transparent;
}

.main-banner {
	max-width: 1320px;
	margin: 0 auto;
}

.tematizacao {
	height: 280px;
}

.nav-tabs {
	border-bottom: 1px solid #E2E9EC;
	margin-bottom: 15px;
}

.nav-tabs .nav-link {
	color: #BDBDBD;
	font-size: 24px;
	line-height: 26px;
	padding: 10px 0;
	border: 0;
	font-weight: 600;
	margin-right: 40px;
	background-color: initial !important;
}

@media (max-width: 991px) {
	.nav-tabs .nav-link {
		font-size: 20px;
		line-height: 22px;
		margin-right: 10px;
	}
}

.nav-tabs .nav-link:hover {
	border: 0;
}

.nav-tabs .nav-link.active {
	border-bottom: 1px solid #000;
	color: #363636;
}

.nav-tabs .nav-link.active:hover {
	border-bottom: 1px solid #000;
}

.tab-pane.em-cartaz {
	margin-bottom: 0px;
}

.tab-pane.em-breve {
	margin-bottom: 0px;
}

.tab-pane.pre-venda {
	margin-bottom: 0px;
}

.car-cartaz .item,
.car-breve .item,
.car-venda .item {
	padding: 10px;
}

.car-cartaz .item .content-poster,
.car-breve .item .content-poster,
.car-venda .item .content-poster {
	position: relative;
}

.car-cartaz .item img,
.car-breve .item img,
.car-venda .item img {
	border-radius: 8px;
	background: linear-gradient(white, white) padding-box, linear-gradient(to right, #FF0001, #F839EE, #0200FF, #00FDFF, #1CFF00, #FFFA00, #FF2900) border-box;
	border: 3px solid transparent;
}

.car-cartaz .item ul.infos,
.car-breve .item ul.infos,
.car-venda .item ul.infos {
	width: 100%;
	position: absolute;
	background: #00000090;
	border-radius: 8px;
	top: 0;
	color: #fff;
	height: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0;
	display: flex;
	z-index: -1;
	opacity: 0;
	transition-duration: 0.5s;
}

.car-cartaz .item:hover ul.infos,
.car-breve .item:hover ul.infos,
.car-venda .item:hover ul.infos {
	z-index: 2;
	opacity: 1;
}

.car-cartaz .item ul.infos li,
.car-breve .item ul.infos li,
.car-venda .item ul.infos li {
	margin: 8px 0;
	cursor: pointer;
}

.car-cartaz .item ul.infos a,
.car-breve .item ul.infos a,
.car-venda .item ul.infos a {
	color: #fff;
}

.car-cartaz .item div.data-movie,
.car-breve .item div.data-movie,
.car-venda .item div.data-movie {
	display: flex;
	text-align: right;
	padding-top: 8px;
	justify-content: flex-end;
}

.car-cartaz .item div.data-movie h5,
.car-breve .item div.data-movie h5,
.car-venda .item div.data-movie h5 {
	font-size: 12px;
	margin: 0;
	font-weight: 600;
}

.car-cartaz .item div.data-movie .claind,
.car-breve .item div.data-movie .claind,
.car-venda .item div.data-movie .claind {
	color: #fff;
}

.car-cartaz .item div.data-movie .claind span,
.car-breve .item div.data-movie .claind span,
.car-venda .item div.data-movie .claind span {
	color: #fff;
	padding: 4px;
	border-radius: 4px;
	font-size: 26px;
	font-weight: 600;
	margin: 0 4px;
	height: 40px;
	display: block;
	line-height: 36px;
}

.car-cartaz .item div.data-movie p,
.car-breve .item div.data-movie p,
.car-venda .item div.data-movie p {
	font-size: 10px;
	line-height: 12px;
	margin-bottom: 0;
}

.tag {
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	font-weight: 600;
	padding: 4px;
	border-radius: 8px;
	position: absolute;
	top: 10px;
	left: 5%;
	width: 90%;
	z-index: 1;
	text-align: center;
	text-transform: uppercase;
}

.tag.estreia {
	background: #008675;
}

.tag.pre-estreia {
	background: var(--global-background-color)
}

.tag.pre-venda {
	background: #123f68;
}

.mv-page {
	display: flex;
	flex-wrap: wrap;
}

.mv-page .item {
	width: 16.6%;
}

@media (max-width: 991px) {
	.mv-page .item {
		width: 50%;
	}
}

.mv-page .item img {
	width: 100%;
}

.pp-home {
	margin-bottom: 15px;
}

.pp-home p {
	font-size: 24px;
	line-height: 26px;
	border-bottom: 1px solid #E2E9EC;
	padding: 10px 0;
	font-weight: 600;
	margin-bottom: 20px;
}

.pp-home p span {
	border-bottom: 1px solid #000;
	padding-bottom: 9px;
}


/* PAGES */
ol.breadcrumb li.breadcrumb-item {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
}

ol.breadcrumb li.breadcrumb-item.no-link {
	color: #ccc;
}

ol.breadcrumb li.breadcrumb-item a {
	color: #ccc;
}

ol.breadcrumb li.breadcrumb-item a:hover {
	text-decoration: underline;
}

.header-with-link {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

@media (max-width: 991px) {
	.header-with-link {
		flex-direction: column;
		align-items: flex-start;
	}
}

h2.page-title {
	font-size: 22px;
	line-height: 30px;
	color: #003659;
	font-weight: 600;
	position: relative;
}

.poster-mv {
	width: 20%;
	position: relative;
}

.poster-mv .poster {
	width: 100%;
	border-radius: 12px;
	background: linear-gradient(white, white) padding-box, linear-gradient(to right, #FF0001, #F839EE, #0200FF, #00FDFF, #1CFF00, #FFFA00, #FF2900) border-box;
	border: 3px solid transparent;
}

.movie-side {
	width: 80%;
}

.movie-name {
	margin-top: 8px;
	padding: 0 24px;
}

.movie-name h2 {
	font-size: 38px;
	line-height: 40px;
	font-weight: 600;
	text-transform: uppercase;
}

.movie-name small {
	font-size: 10px;
	line-height: 13px;
	color: #828282;
}

@media (max-width: 991px) {
	.d-flex {
		display: flex;
		align-items: flex-start;
		/* A div movie-side se ajusta à altura da imagem */
	}

	.poster-mv {
		width: 40%;
	}

	.poster-mv .poster {
		width: 100%;
		height: auto;
		/* Mantém a proporção da imagem */
	}

	.movie-side {
		width: 60%;
		padding: 0 8px;
		/* Se você quiser que a altura da movie-side se ajuste à altura da imagem, não defina uma altura fixa aqui */
	}

	.movie-name {
		padding: 0 8px;
	}

	.movie-name h2 {
		font-size: 24px;
		line-height: 28px;
		text-align: center;
	}

	.movie-name small {
		text-align: center;
		display: block;
	}

	.movie-name.dsk-off {
		display: block;
		margin-bottom: 24px;
	}
}

h4.cinema-title {
	font-size: 22px;
	line-height: 30px;
	padding: 8px 0 16px 0;
	margin: 16px 0 0 24px;
	font-weight: 600;
	border-bottom: 1px solid #E2E9EC;
	position: relative;
}

h4.cinema-title::before {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	height: 1px;
	width: 12%;
	background: #000;
}

h4.cinema-title .valor-ingresso {
	float: right;
}

div.title-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media (max-width: 991px) {
	h4.cinema-title {
		padding: 8px 0;
		margin: 16px 0;
	}

	h4.cinema-title .valor-ingresso {
		float: none;
	}

	div.title-link {
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		flex-direction: column;
	}

	div.mdbtn {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
	}
}

div.title-link h2 {
	margin-bottom: 0;
}

.valor-ingresso {
	color: #fff;
	cursor: pointer;
	border-radius: 6px;
	padding: 4px 8px;
	font-size: 14px;
	text-transform: uppercase;
	display: table;
}

@media (max-width: 991px) {
	.valor-ingresso {
		position: initial;
		display: table;
		margin-top: 8px;
	}
}

.btn-loc {
	color: #fff;
	cursor: pointer;
	border-radius: 6px;
	padding: 4px 8px;
	font-size: 14px;
	text-transform: uppercase;
}

@media (max-width: 991px) {
	.btn-loc {
		position: initial;
		display: table;
		margin-top: 8px;
	}
}

.sinopse {
	padding: 24px;
	background: #F7F8F9;
	display: flex;
	justify-content: space-between;
}

.sinopse.dsk-off {
	display: none;
}

.sinopse h5 {
	font-size: 16px;
	line-height: 21px;
	font-weight: 600;
}

.sinopse p {
	font-size: 14px;
	line-height: 19px;
	padding-right: 24px;
	font-weight: 200;
}

.sinopse .movie-people {
	display: flex;
	font-size: 12px;
	line-height: 14px;
	font-weight: 200;
}

.sinopse .movie-people legend {
	font-weight: 600;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 0;
}

.tgg-sinopse {
	display: none;
	font-size: 16px;
	font-weight: 600;
	padding: 4px 8px;
}

.tgg-sinopse i {
	float: right;
}

@media (max-width: 991px) {
	.sinopse {
		flex-direction: column;
		display: none;
		padding: 8px;
	}

	.sinopse p {
		padding-right: 0;
	}

	.sinopse iframe {
		margin-top: 24px;
		width: 100%;
	}

	.tgg-sinopse {
		display: block;
		padding: 25px 8px 4px 8px !important;
	}

	.sinopse .movie-people {
		flex-direction: column;
	}

	.sinopse .movie-people div {
		margin-bottom: 8px;
	}
}

ul.cine-links {
	display: flex;
	padding-left: 0;
}

ul.cine-links li {
	margin: 0 0 0 24px;
	cursor: pointer;
}

@media (max-width: 991px) {
	ul.cine-links li {
		margin: 12px 24px 0 0;
	}
}

ul.cine-links li:hover {
	opacity: 0.8;
}

ul.cine-links li.sobre {
	color: #D6CF02;
}

ul.cine-links li.local {
	color: #00862F;
}

.content-programacao {
	margin: 30px 0;
}

.content-programacao h3 {
	color: #D8076B;
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 16px;
}

.content-programacao .filme {
	margin-bottom: 32px;
	border-bottom: 2px solid #b7b7b7;
	padding-bottom: 16px;
}

.content-programacao .filme .col-poster {
	width: 30%;
	position: relative;
	padding: 0;
}

.content-programacao .filme .col-cont-mv {
	width: 70%;
}

.content-programacao .filme .col-poster img.poster {
	width: 100%;
	border-radius: 8px;
	background: linear-gradient(white, white) padding-box, linear-gradient(to right, #FF0001, #F839EE, #0200FF, #00FDFF, #1CFF00, #FFFA00, #FF2900) border-box;
	border: 3px solid transparent;
}

.content-programacao .filme .col-poster ul.infos {
	width: 100%;
	position: absolute;
	background: #00000090;
	border-radius: 8px;
	top: 0;
	color: #fff;
	height: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 10px;
	display: flex;
	z-index: -1;
	opacity: 0;
	transition-duration: 0.5s;
}

.content-programacao .filme .col-poster:hover ul.infos {
	z-index: 2;
	opacity: 1;
}

@media (max-width: 991px) {
	.content-programacao .filme .col-poster {
		padding-left: 3%;
	}

	.content-programacao .filme .col-poster ul.infos {
		display: none;
	}
}

.content-programacao .filme .col-poster:hover ul.infos li {
	margin: 8px 0;
	cursor: pointer;
	font-size: 14px;
}

.content-programacao .filme .col-poster:hover ul.infos li a {
	color: #fff;
}

.content-programacao .filme h5 {
	font-size: 22px;
	line-height: 24px;
	font-weight: 600;
	margin-bottom: 0;
}

.content-programacao .filme small {
	font-size: 10px;
	line-height: 13px;
	color: #828282;
	display: block;
}

div.info-cine-det {
	padding: 16px;
	border-radius: 16px;
	background: #E2E9EC70;
}

div.info-cine-det h4 {
	font-size: 22px;
	font-weight: 600;
}

div.info-cine-det p {
	margin-bottom: 0;
}

form.info-cine-det {
	padding: 16px;
	border-radius: 16px;
	margin-bottom: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

form.info-cine-det h4 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0;
	color: #fff;
}

form.info-cine-det select {
	height: 32px;
	width: 100%;
	background: none;
	box-shadow: 0px 0px 4px #0000001A;
	border: 1px solid #D8076B1A;
	border-radius: 8px;
	font-family: GothamPro;
	font-size: 14px;
	line-height: 32px;
	color: #fff;
	padding: 0 6px 2px 25px;
	font-weight: 500;
	background: url(../images/icone-cidade.png) no-repeat 5px center #ffffff10;
}

@media (max-width: 991px) {
	form.info-cine-det {
		flex-direction: column;
		align-items: flex-start;
	}

	form.info-cine-det h4 {
		margin-bottom: 16px;
	}
}

.data-filme {
	color: #fff;
	font-size: 16px;
	line-height: 19px;
	width: 100%;
	padding: 16px 24px;
	display: flex;
	margin-top: 16px;
	border-top-right-radius: 16px;
}

.data-filme.on-prog {
	padding: 8px 0;
	color: #000;
	font-size: 14px;
	line-height: 16px;
	margin: 8px 0;
	border-top-right-radius: 0;
	border-top: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
	align-items: center;
}

.data-filme .classind {
	margin-right: 30px;
}

.data-filme .classind span {
	font-size: 26px;
	border-radius: 4px;
	color: #fff;
	width: 50px;
	height: 40px;
	display: inline-block;
	text-align: center;
	line-height: 44px;
	font-weight: 600;
}

.data-filme legend {
	font-size: 16px;
	line-height: 19px;
	font-weight: 600;
	margin-bottom: 0;
}

.data-filme.on-prog legend {
	font-size: 14px;
	line-height: 16px;
}

.data-filme.on-prog .classind span {
	font-size: 26px;
	width: 50px;
	height: 40px;
	line-height: 44px;
}

@media (max-width: 991px) {
	.data-filme {
		border-radius: 16px;
		flex-direction: column;
		font-size: 14px;
		padding: 20px;
		margin-top: 0;
		/*height: 100%;*/
	}

	.data-filme.on-prog {
		align-items: initial;
		border: 0;
		padding: 0;
	}

	.data-filme legend {
		font-size: 14px;
	}

	.data-filme .classind {
		margin-right: 0;
		margin-bottom: 8px;
	}

	.data-filme legend {
		display: contents;
	}

	.tabs-dias-horarios .owl-item .item b {
		font-size: 20px !important;
	}

	.tabs-dias-horarios .owl-item .item {
		font-size: 14px !important;
	}
}

span.claL,
span.claAL {
	background: #00A85A;
	padding-left: 8px;
	padding-right: 8px;
	/*background: #F58633;*/
}



span.cla6,
span.claA6 {
	background: #FF00FF;
	padding-left: 8px;
	padding-right: 8px;
}

span.cla10,
span.claA10 {
	background: #01AFF0;
	padding-left: 8px;
	padding-right: 8px;
}

span.cla12,
span.claA12 {
	background: #FFCC29;
	padding-left: 8px;
	padding-right: 8px;
}

span.cla14,
span.claA14 {
	background: #F58633;
	padding-left: 8px;
	padding-right: 8px;
}

span.cla16,
span.claA16 {
	background: #EC3237;
	padding-left: 8px;
	padding-right: 8px;
}

span.cla18,
span.claA18 {
	background: #000;
	padding-left: 8px;
	padding-right: 8px;
}

.content-programacao .filme .sala-filme {
	padding: 8px;
	align-items: center;
}

.content-programacao .filme .sala-filme:nth-child(odd) {
	background: #E2E9EC80;
}

.content-programacao .filme .sala-filme:nth-child(even) {
	background: #cecece80;
}

@media (max-width: 991px) {
	.content-programacao .filme .sala-filme {
		flex-direction: column;
		margin-top: 8px;
	}
}

.content-programacao .filme .sala-filme .sala-data {
	display: flex;
	align-items: center;
}

.content-programacao .filme .sala-filme .sala-data .sala {
	margin-right: 8px;
	font-size: 22px;
	font-weight: 600;
}

.content-programacao .filme .sala-filme .sala-data .audio {
	margin-right: 8px;
	color: #5B6770;
	font-size: 16px;
	font-weight: 600;
}

.content-programacao .filme .sala-filme .sala-data .video {
	margin-right: 8px;
	color: #fff;
	padding: 0 8px;
	border-radius: 4px;
	font-weight: 600;
}

.content-programacao .filme .sala-filme .sala-data .video.s3D {
	background: rgb(74, 74, 74);
	background: linear-gradient(90deg, rgba(74, 74, 74, 1) 0%, rgba(5, 6, 6, 1) 100%);
}

.content-programacao .filme .sala-filme .sala-data .sala-gold {
	margin-right: 8px;
	color: #fff;
	padding: 0 8px;
	border-radius: 4px;
	font-weight: 600;
	background: #CF9D05;
	text-transform: uppercase;
}

.content-programacao .filme .sala-filme .sala-data img {
	margin-right: 8px;
	height: 26px;
}

.content-programacao .filme .sala-filme .horbox {
	display: flex;
	margin-top: 8px;
}

.content-programacao .filme .sala-filme .horbox .hor {
	padding: 8px 16px;
	color: #fff;
	font-size: 14px;
	line-height: 19px;
	border-radius: 8px;
	margin-right: 16px;
	position: relative;
	transition-duration: 0.2s;
}

.content-programacao .filme .sala-filme .horbox .hor::before {
	content: 'comprar';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 35px;
	color: #ffffff00;
	transition-duration: 0.2s;
}

.content-programacao .filme .sala-filme .horbox .hor:hover {
	color: #ffffff00;
}

.content-programacao .filme .sala-filme .horbox .hor:hover::before {
	color: #ffffff;
}

@media (max-width: 991px) {
	.content-programacao .filme .sala-filme .horbox {
		justify-content: flex-start;
		width: 100%;
		flex-wrap: wrap;
	}

	.content-programacao .filme .sala-filme .sala-data {
		width: 100%;
		flex-wrap: wrap;
	}
}

/** SLIDERS **/
.owl-theme .owl-nav [class*='owl-'] {
	position: absolute;
	top: 40%;
	font-size: 0;
	padding: 16px;
}

.owl-carousel .owl-nav .owl-prev {
	background: url(../images/navigation-arrow-left.svg) no-repeat center center;
	left: -45px;
	opacity: 0.6;
	transition-duration: 0.2s;
}

.owl-carousel .owl-nav .owl-prev:hover {
	background: url(../images/navigation-arrow-left.svg) no-repeat center center;
	opacity: 1;
}

.owl-carousel .owl-nav .owl-next {
	background: url(../images/navigation-arrow-right.svg) no-repeat center center;
	right: -45px;
	opacity: 0.6;
	transition-duration: 0.2s;
}

.owl-carousel .owl-nav .owl-next:hover {
	background: url(../images/navigation-arrow-right.svg) no-repeat center center;
	opacity: 1;
}

@media (max-width: 991px) {
	.owl-theme .owl-nav [class*='owl-'] {
		top: 30%;
	}

	.owl-carousel .owl-nav .owl-prev {
		left: 0;
	}

	.owl-carousel .owl-nav .owl-next {
		right: 0;
	}
}

.owl-theme .owl-dots {
	margin: -8px auto 0;
}

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 8px;
	background: #ccc;
	border-radius: 50%;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #000;
}

.owl-theme .owl-dots {
	margin: -8px auto 0;
}

.prod-promo .owl-item img {
	padding: 20px;
}

.prod-promo .owl-item.active.center img {
	padding: 0;
	transition-duration: 0.2s;
}

.prod-promo .item {
	position: relative;
}

.prod-promo .item p {
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 32px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: table;
	text-align: center;
}

.with-stuck.stuck {
	position: fixed;
	top: 0;
	padding: 8px 10px 16px;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	z-index: 9;
	background: #f9f5f7;
	max-width: 1320px;
	width: 100%;
}

.tabs-dias-horarios {
	margin: 20px 0 -10px;
}

.tabs-dias-horarios .owl-item .item {
	text-align: center;
	color: var(--global-background-color);
	font-size: 18px;
	line-height: 20px;
	padding: 16px;
	margin: 0 8px;
	cursor: pointer;
	border: 2px solid var(--global-background-color);
	border-radius: 8px;
}

.tabs-dias-horarios .owl-item .item b {
	font-size: 25px;
	line-height: 27px;
	font-weight: 600;
}

.tabs-dias-horarios .owl-item .item.select {
	color: #fff;
	background: #000;
	border-radius: 8px;
}

.tabs-dias-horarios .owl-dots,
.tabs-dias-horarios .owl-dots.disabled {
	display: none;
}

.tabs-dias-horarios .owl-nav .owl-prev,
.tabs-dias-horarios .owl-nav .owl-prev:hover {
	box-shadow: none;
	top: 20px;
	left: -30px;
}

.tabs-dias-horarios .owl-nav .owl-next,
.tabs-dias-horarios .owl-nav .owl-next:hover {
	box-shadow: none;
	top: 20px;
	right: -30px;
}

@media (max-width: 991px) {

	.tabs-dias-horarios .owl-nav .owl-prev,
	.tabs-dias-horarios .owl-nav .owl-prev:hover {
		left: 0px;
	}

	.tabs-dias-horarios .owl-nav .owl-next,
	.tabs-dias-horarios .owl-nav .owl-next:hover {
		right: 0px;
	}
}

.promos-produtos {
	padding: 0;
}

.promos-produtos li {
	width: 100%;
	padding: 10px;
	position: relative;
}

.promos-produtos li p {
	color: #fff;
	font-size: 40px;
	font-weight: 600;
	position: absolute;
	display: table;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

@media (max-width: 991px) {
	.promos-produtos li {
		width: 100%;
	}
}

.promos-produtos li img {
	width: 100%;
}

.promos-produtos li .data-proj {
	text-align: center;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 20px);
	margin: 10px;
	background: #D8076B30;
	border-radius: 8px;
	height: calc(100% - 20px);
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	text-shadow: 0px 3px 6px #00000080;
}

.promos-produtos li .data-proj h6 {
	font-size: 20px;
	line-height: 27px;
}

.pp-side {
	background: #E2E9EC80;
	border-radius: 16px;
	padding: 16px;
}

.pp-side .item {
	width: 100%;
	margin-bottom: 12px;
}

.pp-side .item p {
	text-align: right;
	text-transform: uppercase;
	color: #999;
	font-size: 8px;
	margin-bottom: 0;
}

.pp-side .item img {
	width: 100%;
}

img.img-promo-prod {
	width: 100%;
	border-radius: 16px;
	margin-bottom: 24px;
}

.sec-tt {
	color: #D8076B;
}

.redux-box {
	background: #F7F8F9;
	max-width: 100%;
	width: 500px;
	margin: 32px auto;
	padding: 24px;
	border-radius: 24px;
}

form.contato label {
	display: block;
}

form.contato input[type="text"],
form.contato input[type="password"],
form.contato input[type="email"],
form.contato input[type="tel"],
form.contato select {
	display: block;
	border: 1px solid #D9E1E7;
	width: 100%;
	height: 40px;
	font-size: 1rem;
	padding: 8px;
	outline: none;
	margin-bottom: 10px;
	color: #000;
	font-weight: 500;
	border-radius: 8px;
}

form.contato .custom-file {
	position: relative;
}

form.contato .custom-file .add-cv {
	background: #0090DF;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	width: 135px;
	position: absolute;
	top: 0;
	height: 40px;
	border-radius: 5px;
	cursor: pointer;
}

form.contato textarea {
	display: block;
	border: 1px solid #D9E1E7;
	border-radius: 8px;
	width: 100%;
	height: 150px;
	font-size: 1rem;
	padding: 8px;
	outline: none;
	margin-bottom: 10px;
	color: #000;
	font-weight: 500;
}

form.contato input[type="submit"] {
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	width: 100%;
	height: 40px;
	border-radius: 5px;
	cursor: pointer;
	border: 0;
	font-weight: 600;
	text-transform: uppercase;
}

.sec-tt.sucess {
	color: #07d84d;
	text-align: center;
	margin: 10px 0;
	font-size: 1.25rem;
}

.sec-tt.erro {
	color: #d80731;
	text-align: center;
	margin: 10px 0;
	font-size: 1.25rem;
}

ul.bomboniere {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	justify-content: space-between;
}

ul.bomboniere li {
	width: 15%;
	background: #FFFFFF;
	box-shadow: 0px 0px 6px #00000029;
	padding: 16px;
	border-radius: 8px;
	text-align: center;
	align-items: center;
	margin-bottom: 20px;
}

ul.bomboniere li h6 {
	color: #D8076B;
	font-size: 16px;
	line-height: 21px;
	margin: 10px 0;
}

ul.bomboniere li p {
	color: #606060;
	font-size: 12px;
	line-height: 14px;
}

ul.bomboniere li small {
	color: #606060;
	font-size: 10px;
	line-height: 12px;
}

ul.cinemas-list {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	justify-content: center;
}

ul.cinemas-list li {
	width: 48%;
	box-shadow: 0px 0px 6px #00000029;
	border-radius: 8px;
	margin: 0 1% 15px;
	text-align: center;
	position: relative;
}

ul.cinemas-list li div {
	border-radius: 8px;
}

ul.cinemas-list li div.tag {
	position: initial;
	display: table;
	margin: 0 auto;
	width: auto;
}

@media (max-width: 991px) {
	ul.cinemas-list {
		display: block;
	}

	ul.cinemas-list li {
		width: 100%;
	}
}

ul.cinemas-list li h6 {
	color: #fff;
	font-size: 20px;
	line-height: 27px;
	margin: 0;
	padding: 8px 0;
	border-radius: 8px;
	text-shadow: 0px 3px 6px #00000080;
}

ul.cinemas-list li p {
	color: #000;
	font-size: 16px;
	line-height: 18px;
	margin: 0;
	padding: 8px 0;
	border-radius: 8px;
}

ul.cinemas-list li img.img-news {
	width: 100%;
	border-radius: 8px 8px 0 0;
	margin-bottom: 4px;
}

div.cine-acc h3 {
	color: #fff;
	text-align: center;
	font-size: 20px;
	line-height: 27px;
	text-shadow: 0px 3px 6px #00000080;
}

div.cine-acc h3 div {
	border-radius: 4px;
	padding: 4px 0;
	cursor: pointer;
}

img.clube {
	width: 100%;
}

.ad-new {
	width: 100%;
	padding: 4px;
	border-radius: 4px;
	color: #fff;
	margin-bottom: 20px;
	text-align: center;
}

.ad-new a {
	color: #fff;
	text-decoration: underline;
}

/** FOOTER **/

footer {
	color: #fff;
	padding: 20px 0 0;
}

footer form {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

footer form .box-input {
	width: 550px;
}

footer form .femail {
	height: 30px;
	width: 100%;
	background: url(../images/icone-filme.png) no-repeat 5px center #ffffff10;
	box-shadow: 0px 0px 4px #0000001A;
	border: 1px solid #D8076B1A;
	border-radius: 4px;
	font-family: GothamPro;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	padding: 6px 6px 6px 30px;
	font-weight: 500;
}

footer form .femail::placeholder {
	color: #ccc;
}

footer form .sendcad {
	background: #149FF5;
	border: 1px solid #149FF5;
	border-radius: 4px;
	opacity: 1;
	color: #fff;
	font-size: 12px;
	line-height: 30px;
	font-family: GothamPro;
	height: 30px;
	width: 100%;
	padding: 0 16px;
	font-weight: 600;
	text-align: center;
	transition-duration: 0.2s;
	text-transform: uppercase;
}

footer .contfoo {
	align-items: center;
}

footer .contfoo p {
	text-align: center;
	margin-bottom: 0;
}

footer .contfoo .btt-cad {
	background: #fff;
	border-radius: 4px;
	opacity: 1;
	font-size: 12px;
	line-height: 32px;
	padding: 0 8px;
	font-weight: 600;
	margin: 4px auto 0;
	cursor: pointer;
	text-align: center;
	transition-duration: 0.2s;
	text-transform: uppercase;
	display: table;
}

footer .contfoo .btt-cad:hover {
	opacity: 0.7;
}

footer .bndes {
	margin: 0 auto;
	max-width: 100%;
	display: flex;
}

footer ul {
	padding-left: 0;
	display: flex;
	margin-bottom: 0;
	justify-content: space-between;
}

footer ul li {
	font-size: 10px;
	line-height: 19px;
	text-transform: uppercase;
	text-align: center;
	width: 23%;
	margin: 0 1%;
}

footer ul li a {
	color: #fff;
	border: 1px solid #fff;
	border-radius: 4px;
	width: 100%;
	padding: 5px;
	display: block;
}

footer ul li a:hover {
	background: #fff;
	color: #000;
}

footer .copyright {
	background: #4F4F4F;
	margin-top: 24px;
}

footer .copyright p {
	font-size: 12px;
	line-height: 13px;
	margin-bottom: 0;
}

footer .copyright .final-line {
	display: flex;
	justify-content: space-between;
	padding: 8px 0;
	align-items: center;
}

@media (max-width: 991px) {
	footer .contfoo .btt-cad {
		margin: 10px auto 34px;
		width: 100%;
	}

	footer form.row {
		display: none;
	}

	footer .bndes {
		margin: 20px auto 0;
	}

	footer .contfoo,
	footer ul,
	footer .copyright .final-line {
		flex-direction: column;
		text-align: center;
	}

	footer ul li {
		width: 100%;
		margin-bottom: 16px;
	}
}

/******* BG colors *******/

.default .theme-bg,
.default .tabs-dias-horarios .owl-item .item.select {
	background: var(--global-background-color) !important;
}

.angra-dos-reis .theme-bg,
.angra-dos-reis .tabs-dias-horarios .owl-item .item.select {
	background: #0e74c8 !important;
}

.barra-do-pirai .theme-bg,
.barra-do-pirai .tabs-dias-horarios .owl-item .item.select {
	background: #8700d6 !important;
}

.barra-mansa .theme-bg,
.barra-mansa .tabs-dias-horarios .owl-item .item.select {
	background: #1b325e !important;
}

.macae .theme-bg,
.macae .tabs-dias-horarios .owl-item .item.select {
	background: #0e8176 !important;
}

.cadima-shopping .theme-bg,
.cadima-shopping .tabs-dias-horarios .owl-item .item.select {
	background: #d73c1d !important;
}

.friburgo-shopping .theme-bg,
.friburgo-shopping .tabs-dias-horarios .owl-item .item.select {
	background: #015e6a !important;
}

.petropolis .theme-bg,
.petropolis .tabs-dias-horarios .owl-item .item.select {
	background: #bd1550 !important;
}

.resende .theme-bg,
.resende .tabs-dias-horarios .owl-item .item.select {
	background: #577b0f !important;
}

.rio-das-ostras .theme-bg,
.rio-das-ostras .tabs-dias-horarios .owl-item .item.select {
	background: #5b044f !important;
}

.teresopolis .theme-bg,
.teresopolis .tabs-dias-horarios .owl-item .item.select {
	background: #008552 !important;
}

.tres-rios .theme-bg,
.tres-rios .tabs-dias-horarios .owl-item .item.select {
	background: #b50f82 !important;
}

.tubarao .theme-bg,
.tubarao .tabs-dias-horarios .owl-item .item.select {
	background: #161616 !important;
}

.volta-redonda .theme-bg,
.volta-redonda .tabs-dias-horarios .owl-item .item.select {
	background: #9e0022 !important;
}

.agulhas_negras .theme-bg,
.agulhas_negras .tabs-dias-horarios .owl-item .item.select {
	background: #1e779e !important;
}

.beiramar .theme-bg,
.beiramar .tabs-dias-horarios .owl-item .item.select {
	background: #bd5b00 !important;
}

.cruzeiro .theme-bg,
.cruzeiro .tabs-dias-horarios .owl-item .item.select {
	background: #f56951 !important;
}


/******* TXT colors *******/
.default .theme-txt {
	color: var(--global-background-color)
}

.angra-dos-reis .theme-txt {
	color: #123f68;
}

.barra-do-pirai .theme-txt {
	color: #008675;
}

.barra-mansa .theme-txt {
	color: #6a0100
}

.macae .theme-txt {
	color: #194632;
}

.nova-friburgo-cadima .theme-txt {
	color: #6e305f;
}

.nova-friburgo .theme-txt {
	color: #685800;
}

.petropolis .theme-txt {
	color: var(--global-background-color)
}

.resende .theme-txt {
	color: #00008B;
}

.rio-das-ostras .theme-txt {
	color: #006262;
}

.teresopolis .theme-txt {
	color: #006400;
}

.tres-rios .theme-txt {
	color: #8B4513;
}

.tubarao .theme-txt {
	color: #4F4F4F;
}

.volta-redonda .theme-txt {
	color: #000000;
}

.agulhas_negras .theme-txt {
	color: #1e779e;
}

.beiramar .theme-txt {
	color: #4B0082;
}

.cruzeiro .theme-txt {
	color: #f56951;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1320px;
		width: 100%;
	}
}

@media (min-width: 991px) {
	.container {
		max-width: 1320px;
		width: 100%;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 1320px;
		width: 100%;
	}
}

@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu {
		display: none;
	}

	.navbar .nav-item:hover .dropdown-menu {
		display: block;
	}

	.navbar .nav-item .dropdown-menu {
		margin-top: 0;
	}
}

@media only screen and (max-width: 768px) {
	.btn-modal {
		font-size: 12px;
	}

	.img-inclusivo {
		padding: .5rem !important;
	}

	form.proghd .content-form .ingressos {
		font-size: 11px;
	}
}

.lbl_header {
	display: none;
}

.md-titulo {
	font-size: 1.25rem;
}

.modal-title {
	font-size: 1.25rem;
}
