body {
	font-family: 'Futura Std', sans-serif;
	background: url(../images/background.jpg) top center;
}

body.darkmode {
	background: #000
}

/** HEADER **/

header {
	padding: 16px 0;
}

@media (max-width: 991px) {
	header {
		padding: 16px 0 6px;
	}
}

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


header .header-content form {
	display: flex;
}

header .header-content .select-box {
	width: 255px;
	margin-right: 30px;
}

header .header-content select {
	height: 32px;
	width: 100%;
	background: #F7F7F7;
	box-shadow: 0px 0px 4px #0000001A;
	border: 1px solid #D8076B1A;
	border-radius: 8px;
	font-family: 'Futura Std', sans-serif;
	font-size: 16px;
	line-height: 21px;
	color: #003659;
	padding: 6px 6px 6px 40px;
	font-weight: 500;
}

header .header-content select.cidade {
	background: url(../images/icone-cidade.png) no-repeat left top #F7F7F7;
}

header .header-content .cinema-dropdown {
	position: relative;
}

header .header-content .cidade-selector {
	height: 32px;
	width: 100%;
	background: url(../images/icone-cidade.png) no-repeat left top #F7F7F7;
	box-shadow: 0px 0px 4px #0000001A;
	border: 1px solid #D8076B1A;
	border-radius: 8px;
	font-family: 'Futura Std', sans-serif;
	font-size: 16px;
	line-height: 21px;
	color: #003659;
	padding: 6px 30px 6px 40px;
	font-weight: 500;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

header .header-content .cidade-selector::after {
	position: absolute;
	right: 12px;
	top: 14px;
}

header .header-content .filme-selector {
	background-image: url(../images/icone-filme.png);
}

header .header-content .cinema-dropdown-menu {
	width: 100%;
	max-height: min(50vh, 300px);
	overflow-y: auto;
	margin-top: 4px !important;
	border-radius: 8px;
}

header .header-content .cinema-dropdown-menu .dropdown-item {
	color: #003659;
	font-size: 15px;
	padding: 8px 12px;
	white-space: normal;
}

header .header-content .cinema-dropdown-menu .dropdown-item:hover,
header .header-content .cinema-dropdown-menu .dropdown-item:focus,
header .header-content .cinema-dropdown-menu .dropdown-item.active {
	background: #D8076B;
	color: #FFFFFF;
}

header .header-content select.filme {
	background: url(../images/icone-filme.png) no-repeat left top #F7F7F7;
}

header .header-content .horarios-box {
	width: 160px;
}

header .header-content .horarios {
	border-radius: 8px;
	opacity: 1;
	color: #fff;
	font-size: 16px;
	line-height: 21px;
	font-family: 'Futura Std', sans-serif;
	border: 0;
	height: 32px;
	width: 100%;
	font-weight: 500;
	text-align: left;
	padding-left: 17%;
	background: url(../images/navigation-arrow-right-white.png) no-repeat 95% center #D8076B;
	transition-duration: 0.2s;
}

header .header-content .horarios:hover {
	opacity: 0.7;
}

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

	header .header-content {
		flex-direction: column;
	}

	header .header-content form {
		width: 100%;
		margin: 15px 0;
		flex-direction: column;
	}

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

	header .header-content .horarios-box {
		width: 100%;
	}

	header .header-content .horarios {
		background: url(../images/navigation-arrow-right-white.png) no-repeat 95% center #D8076B;
		padding: 0;
		text-align: center;
	}
}

/** NAV **/

nav.main {
	background-color: #00446B !important;
	box-shadow: 0px 8px 8px #00000029;
	border-bottom: 1px solid #D8076B;
	border-top: 1px solid #D8076B;
	color: #fff;
	padding: 0;
}

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

nav.main .navbar-nav .nav-item .nav-link {
	color: #fff;
	font-size: 18px;
	line-height: 25px;
	font-weight: 400;
}

nav.main .navbar-nav .nav-item .nav-link i {
	font-size: 32px;
}

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

nav.main .navbar-nav .nav-item .nav-link:hover {
	opacity: 0.8;
	color: #fff;
}

nav.main .navbar-nav .nav-item .nav-link.club:hover {
	color: #D6CF02;
}

nav.main .navbar-nav .nav-link.active,
nav.main .navbar-nav .nav-link.show {
	color: #fff;
}

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

nav.main .navbar-nav .nav-item.wbg button {
	border-radius: 50%;
	height: 32px;
	width: 32px;
}

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

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

nav.main .navbar-nav .dropdown-menu .dropdown-item:hover,
nav.main .navbar-nav .dropdown-menu .dropdown-item:focus {
	background-color: #D8076B;
	color: #FFFFFF;
}

.navbar-toggler {
	border: 0;
}

@media (min-width: 992px) {
	.dropdown:hover .dropdown-menu {
		display: block;
		margin-top: 0;
		/* Remove a margem que o Bootstrap pode adicionar, evitando um "salto" */
	}
}

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

	nav.main .content-navbar {
		background: #fff;
		padding: 0 15px;
	}

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

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

	nav.main .navbar-nav .nav-item .nav-link:hover {
		color: #00446B;
	}

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

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

	.mob-off {
		display: none;
	}
}

/** CONTENT **/

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

.site-content article.tematizado {
	background: #FFFFFF;
	padding: 16px;
	max-width: 1320px;
	margin: 0 auto;
	border-radius: 8px;
}

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

.tematizacao {
	height: 280px;
}

.nav-tabs {
	border: 0;
}

.nav-tabs .nav-item.pré-venda.show .nav-link,
.nav-tabs .pré-venda .nav-link.active {
	background: #D8076B;
	border: 0;
	color: #fff;
}

.nav-tabs .nav-item.em-cartaz.show .nav-link,
.nav-tabs .em-cartaz .nav-link.active {
	background: #D8076B;
	border: 0;
	color: #fff;
}

.nav-tabs .nav-item.pre-venda.show .nav-link,
.nav-tabs .pre-venda .nav-link.active {
	background: #04B0EF;
	border: 0;
	color: #fff;
}

.nav-tabs .nav-item.em-breve.show .nav-link,
.nav-tabs .em-breve .nav-link.active {
	background: #D6CF02;
	border: 0;
	color: #fff;
}

.nav-tabs .nav-link {
	color: #707070;
	font-size: 20px;
	line-height: 27px;
	padding: 8px 32px;
	border: 0;
	font-weight: 400;
}

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

.tab-pane.em-cartaz {
	padding: 24px 24px 10px;
	background: #D8076B;
	margin-bottom: 32px;
	border-radius: 0 8px 8px 8px;
}

.tab-pane.pre-venda {
	padding: 24px 24px 10px;
	background: #04B0EF;
	margin-bottom: 32px;
	border-radius: 8px;
}

.tab-pane.em-breve {
	padding: 24px 24px 10px;
	background: #D6CF02;
	margin-bottom: 32px;
	border-radius: 8px;
}

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

.car-cartaz .item img,
.car-breve .item img,
.car-pre-venda .item img {
	box-shadow: -10px 10px 0 0 #D6CF02, 10px -10px 0 0 #D8076B;
	border-radius: 4px;
}

.car-cartaz .item .tag,
.car-pre-venda .item .tag {
	background: #EBE400;
	color: #003659;
	font-size: 12px;
	line-height: 15px;
	padding: 4px;
	border-radius: 4px;
	position: absolute;
}

.tag-breve {
	background: #EBE400;
	color: #003659;
	font-size: 12px;
	line-height: 15px;
	padding: 4px;
	border-radius: 4px;
	position: absolute;
	margin-left: 46%;
	margin-top: 3%;
}

/* Home: carrossel de filmes conforme o layout visual do site anterior. */
.home-exibicao {
	margin-top: 4px;
	--home-selo-altura: 30px;
	--home-selo-radius: 8px;
	--home-selo-font-size: 13px;
}

.home-exibicao .nav-tabs {
	border: 0;
	gap: 8px;
}

.home-exibicao .nav-tabs .nav-link {
	color: #003659;
	background: #FFFFFF;
	font-size: 20px;
	line-height: 22px;
	padding: 10px 28px;
	border: 0;
	font-weight: 400;
	border-radius: 8px 8px 0 0;
}

.home-exibicao .nav-tabs .nav-link:hover {
	border: 0;
	color: #003659;
}

.home-exibicao .nav-tabs .nav-link.active,
.home-exibicao .nav-tabs .nav-item.show .nav-link {
	background: #005B89 !important;
	color: #fff !important;
}

.home-exibicao .tab-content>.tab-pane {
	padding: 20px 16px 14px;
	background: #005B89 !important;
	margin-bottom: 32px;
	border-radius: 0 8px 8px 8px;
}

.home-exibicao .tab-content>.tab-pane.pre-venda.active,
.home-exibicao .tab-content>.tab-pane.em-breve.active {
	border-top-left-radius: 8px;
}

.home-exibicao .owl-carousel .owl-stage {
	display: flex;
	align-items: stretch;
}

.home-exibicao .owl-carousel .owl-item {
	display: flex;
}

.home-exibicao .owl-carousel .owl-item .item {
	background: #064A71;
	border-radius: 8px;
	padding: 0;
	width: 100%;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.home-exibicao .car-cartaz .item .poster-box,
.home-exibicao .car-breve .item .poster-box,
.home-exibicao .car-pre-venda .item .poster-box {
	padding: 0;
	margin: 0;
	line-height: 0;
	position: relative;
}

.home-exibicao .car-cartaz .item .poster-exibicao,
.home-exibicao .car-breve .item .poster-exibicao,
.home-exibicao .car-pre-venda .item .poster-exibicao {
	box-shadow: none;
	border-radius: 8px 8px 0 0;
	width: 100%;
	display: block;
}

.home-exibicao .titulo-filme {
	font-size: 1em !important;
	line-height: 1.2em;
	height: 58px;
	min-height: 58px;
	margin: 0 !important;
	padding: 7px 10px 6px;
	align-items: center;
	justify-content: center;
	display: flex;
}

.home-exibicao .titulo-filme-box {
	color: #fff;
	font-size: 1em;
	line-height: 1.2em;
	padding: 0;
	margin: 0;
	text-align: center;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 2.4em;
}

.home-exibicao .car-cartaz .item .tag,
.home-exibicao .car-pre-venda .item .tag,
.home-exibicao .tag-breve {
	display: inline-flex !important;
	align-items: center;
	gap: 4px;
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: 3;
	background: #EBE400;
	color: #003659;
	font-size: var(--home-selo-font-size) !important;
	font-weight: 600;
	line-height: 1;
	height: var(--home-selo-altura);
	padding: 0 12px;
	box-sizing: border-box;
	border-radius: var(--home-selo-radius);
	margin: 0 !important;
}

.home-exibicao .tag {
	min-width: 0;
	width: auto;
}

.home-exibicao .tag-estreia,
.home-exibicao .car-cartaz .item .tag-estreia,
.home-exibicao .tag-breve,
.home-exibicao .car-breve .item .tag-breve {
	opacity: 0.8;
	height: calc(var(--home-selo-altura) * 0.8) !important;
}

.home-exibicao .movie-meta {
	display: flex !important;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 2px;
	padding: 0 10px 10px;
	min-height: 42px;
}

.home-exibicao .genero-exibicao {
	font-size: 0.9em;
	line-height: 1.1;
	height: 18px;
	width: 100%;
	text-align: center;
	color: #C8E2F4;
}

.home-exibicao .genero-exibicao-box {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.home-exibicao .duracao-exibicao {
	font-size: 0.92em;
	line-height: 1.1;
	height: 18px;
	color: #FFFFFF;
	text-align: center;
}

.home-exibicao .owl-theme .owl-dots {
	margin: 14px auto 0;
	background: transparent;
	box-shadow: none;
	padding: 0;
}

.home-exibicao .owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 4px;
	background: #95D5D5;
	border-radius: 2px;
}

.home-exibicao .owl-theme .owl-dots .owl-dot.active span,
.home-exibicao .owl-theme .owl-dots .owl-dot:hover span {
	background: #0090DF;
}

@media (max-width: 991px) {
	.home-exibicao {
		margin-top: 24px;
	}

	.home-exibicao .nav-tabs {
		gap: 0;
	}

	.home-exibicao .nav-tabs .nav-link {
		padding: 8px 14px;
		font-size: 16px;
		line-height: 20px;
	}

	.home-exibicao .tab-content>.tab-pane {
		padding: 14px 12px 12px;
	}

	.home-exibicao .titulo-filme-box {
		font-size: 1em;
	}

	.home-exibicao .owl-theme .owl-dots {
		margin-top: 12px;
	}
}

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

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

.titulo_projeto {
	margin-top: -50px;
	margin-left: 90px;
	color: #fff;
}

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

	.nav-tabs .nav-link {
		padding: 6px 0.5em;
	}
}

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

.pp-home {
	/*background: #F5F5F5;*/
	border-radius: 8px;
	padding: 16px;
}

.pp-home h3 {
	font-size: 20px;
	line-height: 27px;
	color: #D6CF02;
}

.pp-home h3 span.proj {
	color: #0090DF;
}

.pp-home h3 span.prom {
	color: #003659;
}

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

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

ol.breadcrumb li.breadcrumb-item.active {
	color: #0090DF;
}

.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;
	}

	.filme-programacao-actions {
		flex-direction: column;
		align-items: flex-start;
		width: 100%;
		gap: 8px;
	}
}

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

.bg-movie {
	background-size: auto 100%;
	background-position: center;
}

.bg-movie .shadow {
	width: 100%;
	height: 297px;
	background: rgb(255, 255, 255);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.49763655462184875) 100%);
}

.poster-mv {
	position: relative;
	margin-top: -100px;
	padding: 20px;
}

.poster-mv .poster {
	width: 100%;
	box-shadow: -10px 10px 0 0 #D6CF02, 10px -10px 0 0 #D8076B;
	border-radius: 4px;
}

.poster-mv .trailer {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 56px;
	height: 56px;
	background: #FFFFFF70;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 50%;
	padding: 8px;
	cursor: pointer;
}

.movie-name {
	margin-top: -50px;
}

.filme-mobile-title {
	display: none;
}

.filme-mobile-info {
	display: none;
}

.filme-mobile-dropdown-toggle {
	background: #D8076B;
	border: 0;
	border-radius: 8px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 14px;
	position: relative;
	text-align: left;
	width: 100%;
}

.filme-mobile-dropdown-toggle::after {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid #fff;
	content: "";
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
}

.movie-name h2 {
	font-size: 22px;
	line-height: 30px;
	color: #fff;
}

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

h4.cinema-title {
	font-size: 22px;
	line-height: 30px;
	color: #D8076B;
	font-weight: 500;
}

.filme-programacao-header {
	align-items: center;
	gap: 16px;
}

.filme-programacao-header .cinema-title,
.filme-programacao-header .cine-links {
	margin-bottom: 0;
}

.filme-programacao-actions {
	display: flex;
	align-items: center;
	gap: 24px;
}

.filme-programacao-actions .mobile-bomboniere,
.filme-programacao-actions .cine-links {
	flex-shrink: 0;
}

.filme-programacao-actions .button-buy-in-programing {
	width: auto;
	white-space: nowrap;
	padding-left: 16px;
	padding-right: 40px;
}

.filme-programacao-actions .cine-links li:first-child {
	margin-left: 0;
}

.sinopse h5 {
	font-size: 16px;
	line-height: 21px;
	color: #003659;
	margin-top: 20px;
}

.sinopse p {
	font-size: 16px;
	line-height: 19px;
	color: #606060;
}

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 {
		width: 100%;
	}

	ul.cine-links li {
		margin: 0;
		text-align: center;
		width: 33%;
	}

	ul.cine-links li i {
		display: block;
	}
}

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

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

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

ul.cine-links li.ingresso {
	color: #0090DF;
}

/* aqui */
.programacao {
	background: #FFFFFF;
	box-shadow: 0px 0px 6px #00000029;
	padding: 16px;
	border-radius: 8px;
	margin-bottom: 10px;
}

.content-programacao {
	padding: 8px 16px;
	margin-bottom: 30px;
}

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

.content-programacao .filme {
	margin-bottom: 16px;
	display: flex;
}

.content-programacao .filme img.poster {
	width: 100%;
	border-radius: 4px;
}

.content-programacao .poster-side {
	width: 18%;
	margin-right: 2%;
	position: relative;
}

.posterProg {
	position: relative;
}

.content-programacao .poster-side .tag,
.posterProg .tag {
	align-items: center;
	background: #EBE400;
	border-radius: 10px;
	color: #003659;
	display: inline-flex;
	font-size: 12px;
	font-weight: 600;
	gap: 4px;
	left: 8px;
	line-height: 1;
	padding: 8px 12px;
	position: absolute;
	text-transform: uppercase;
	top: 8px;
	z-index: 3;
}

.content-programacao .data-side {
	width: 80%;
}

.content-programacao .filme h5 {
	color: #003659;
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
}

.data-filme {
	color: #606060;
	font-size: 14px;
	line-height: 19px;
	border-bottom: 1px solid #ccc;
	width: 100%;
	padding: 8px 0;
}

.data-filme-desktop {
	align-items: center;
	display: flex;
	gap: 16px;
}

.btn-trailer-desktop {
	background: #0090DF;
	border: 0;
	border-radius: 8px;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	margin-left: auto;
	padding: 8px 16px;
	text-transform: uppercase;
	transition: background-color 0.2s ease;
}

.btn-trailer-desktop:hover {
	background: #0079BC;
}

.data-filme span {
	background: #000;
	border-radius: 2px;
	color: #fff;
	width: 25px;
	height: 25px;
	display: inline-block;
	text-align: center;
	line-height: 25px;
}

.data-filme span.claL {
	background: #00A85A;
}

.data-filme span.cla_autoL {
	background: #00A85A;
	/* Cor de fundo */
}

.data-filme span.cla10 {
	background: #01AFF0;
}

data-filme span.cla_auto10 {
	background: #01AFF0;
}

.data-filme span.cla_auto_10 {
	background: #01AFF0;
}

.data-filme span.cla12 {
	background: #FFCC29;
}

.data-filme span.cla_auto_12 {
	background: #FFCC29;
}

.data-filme span.cla14 {
	background: #F58633;
}

.data-filme span.cla_auto_14 {
	background: #F58633;
	width: 32PX !important;
}

.data-filme span.cla16 {
	background: #EC3237;
}

.data-filme span.cla_auto_16 {
	background: #EC3237;
}

.data-filme span.cla18 {
	background: #000;
}

.data-filme span.cla_auto_18 {
	background: #000;
}


.content-programacao .filme .sala-filme {
	padding: 8px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #ccc;
}

@media (max-width: 991px) {
	.content-programacao .filme .sala-filme {
		flex-direction: column;
		align-items: flex-start;
		width: 100%;
	}
}

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

@media (max-width: 991px) {
	.content-programacao .filme .sala-filme .hor {
		margin-left: 0;
		margin: 16px 16px 0 0;
	}

	.bg-movie {
		all: initial;
	}

	.shadow {
		all: initial;
	}

	.poster-mv {
		margin-top: 0;
	}
}

.content-programacao .filme .sala-filme .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 .hor:hover {
	color: #ffffff00;
}

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

.programacao aside {
	border-radius: 8px;
	padding: 16px;
	margin-bottom: 16px;
}

@media (max-width: 991px) {
	.programacao aside {
		padding: 0;
	}
}

.programacao .pp-aside img {
	width: 100%;
}

.programacao aside h4 {
	color: #00862F;
	font-size: 18px;
	line-height: 25px;
}

.programacao aside table {
	width: 100%;
	border-radius: 4px;
}

.programacao aside table tr {
	border-bottom: 1px solid #ccc;
}

.programacao aside table tr.l2d {
	background: #0090DF;
}

.programacao aside table tr.l3d {
	background: #003659;
}

.programacao aside table tr th {
	padding: 8px;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 19px;
}

.programacao aside table tr td {
	padding: 8px;
	font-size: 14px;
	line-height: 19px;
	color: #003659;
}

.programacao aside table tr td span {
	color: #0090DF;
}

.programacao aside table tr td small {
	font-size: 10px;
}

.programacao aside table tr th:last-child,
.programacao aside table tr td:last-child {
	text-align: right;
}

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

.pp-home .owl-theme .owl-nav [class*='owl-'] {
	top: 15%;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-prev:hover {
	background: url(../images/navigation-arrow-left.svg) no-repeat center center #ffffff;
	left: -50px;
	transition-duration: 0.2s;
}

.owl-carousel .owl-nav .owl-prev:hover {
	opacity: 1;
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-next:hover {
	background: url(../images/navigation-arrow-right.svg) no-repeat center center #ffffff;
	right: -50px;
	transition-duration: 0.2s;
}

@media (max-width: 991px) {

	.owl-carousel .owl-nav .owl-prev,
	.owl-carousel .owl-nav .owl-prev:hover {
		left: -27px;
	}

	.owl-carousel .owl-nav .owl-next,
	.owl-carousel .owl-nav .owl-next:hover {
		right: -27px;
	}

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

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

}

.owl-carousel .owl-nav .owl-next:hover {
	opacity: 1;
}

.owl-theme .owl-dots {
	width: fit-content;
	margin: -24px auto 0;
	background: #FFFFFF;
	box-shadow: 0px 0px 8px #00000029;
	border-radius: 8px;
	padding: 0 8px;
	z-index: 999;
	position: relative;
}

.owl-theme .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	margin: 8px;
	background: #95D5D5;
	border-radius: 2px;
}

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

.owl-theme.main-banner .owl-dots {
	padding: 8px;
	margin: -32px auto 0;
}

.main-banner .item,
.main-banner .item a {
	position: relative;
	display: block;
}

.main-banner-classificacao {
	position: absolute;
	top: 24px;
	right: 24px;
	z-index: 4;
	width: 42px;
	height: 42px;
	border-radius: 4px;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.main-banner-classificacao.claL,
.main-banner-classificacao.cla_autoL {
	background: #00A85A;
}

.main-banner-classificacao.cla10,
.main-banner-classificacao.cla_auto_10 {
	background: #01AFF0;
}

.main-banner-classificacao.cla12,
.main-banner-classificacao.cla_auto_12 {
	background: #FFCC29;
	color: #003659;
}

.main-banner-classificacao.cla14,
.main-banner-classificacao.cla_auto_14 {
	background: #F58633;
}

.main-banner-classificacao.cla16,
.main-banner-classificacao.cla_auto_16 {
	background: #EC3237;
}

.main-banner-classificacao.cla18,
.main-banner-classificacao.cla_auto_18 {
	background: #000;
	border: 1px solid #fff;
}

.main-banner-tag {
	position: absolute;
	left: 50%;
	bottom: 42px;
	z-index: 4;
	transform: translateX(-50%);
	display: inline-flex;
	align-items: center;
	gap: 6px;
	height: 28px;
	padding: 0 18px;
	border-radius: 6px;
	background: #EBE400;
	color: #003659;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
	white-space: nowrap;
}

.owl-carousel.main-banner .owl-nav .owl-prev {
	opacity: 0.5;
	left: 0;
}

.owl-carousel.main-banner .owl-nav .owl-next {
	opacity: 0.5;
	right: 0;
}

.owl-theme.car-cartaz .owl-dots,
.owl-theme.car-pré-venda .owl-dots {
	margin: 0 auto;
}

.owl-theme.car-breve .owl-dots {
	margin: 0 auto;
}

@media (max-width: 991px) {

	.owl-theme .owl-dots,
	.owl-theme.main-banner .owl-dots {
		padding: 0;
		height: 25px;
		margin: -20px auto 10px;
	}

	.main-banner-classificacao {
		top: 12px;
		right: 12px;
		width: 34px;
		height: 34px;
		font-size: 14px;
	}

	.main-banner-tag {
		bottom: 28px;
		height: 22px;
		padding: 0 12px;
		border-radius: 4px;
		font-size: 11px;
	}

	.owl-theme .owl-dots .owl-dot span {
		width: 8px;
		height: 8px;
	}
}

.pp-home .owl-theme .owl-dots {
	margin: 0 auto;
}

.pp-home .owl-carousel .owl-nav .owl-prev,
.pp-home .owl-carousel .owl-nav .owl-prev:hover {
	background: url(../images/navigation-arrow-left.svg) no-repeat center center #ffffff;
	left: -40px;
	transition-duration: 0.2s;
}

.pp-home .owl-carousel .owl-nav .owl-next,
.pp-home .owl-carousel .owl-nav .owl-next:hover {
	background: url(../images/navigation-arrow-right.svg) no-repeat center center #ffffff;
	right: -40px;
	transition-duration: 0.2s;
}

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

.tabs-dias-horarios .owl-item .item {
	text-align: center;
	color: #003659;
	font-size: 14px;
	line-height: 15px;
	padding: 8px 0;
	cursor: pointer;
}

.tabs-dias-horarios .owl-item .item b {
	font-size: 16px;
	line-height: 19px;
	font-weight: 500;
}

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

.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,
.tabs-dias-horarios .owl-nav .owl-next,
.tabs-dias-horarios .owl-nav .owl-next:hover {
	box-shadow: none;
	top: 0;
}

.promos-produtos {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

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

@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;
	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: #F5F5F5;
	border-radius: 8px;
	padding: 16px;
	min-height: 100%;
}

.pp-side h3 {
	font-size: 20px;
	line-height: 27px;
	color: #D6CF02;
}

.pp-side h3 span.proj {
	color: #0090DF;
}

.pp-side h3 span.prom {
	color: #003659;
}

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

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

img.img-promo-prod {
	max-width: 100%;
}

.sec-tt {
	color: #D8076B;
}

form.contato input[type="text"],
form.contato input[type="email"],
form.contato input[type="tel"],
form.contato input[type="date"],
form.contato select {
	display: block;
	border: 0;
	border-bottom: 1px solid #A7A8AC;
	width: 100%;
	height: 56px;
	font-size: 1rem;
	padding: 8px;
	outline: none;
	margin-bottom: 10px;
	color: #707070;
	font-weight: 400;
}

.data-desejada-container {
	display: block;
	width: 100%;
	/* Ensure full width */
	margin-bottom: 10px;
}

.data-desejada-container label {
	display: block;
	/* Display the label on its own line */
	margin-bottom: 5px;
	/* Add a little space between the label and input */
	color: #e42a2a;
	font-weight: 400;
	font-size: 1rem;
	/* Match input font size if desired */
}

#data_desejada {
	display: block;
	border: 0;
	border-bottom: 1px solid #ec6e06;
	width: 100%;
	height: 56px;
	font-size: 1rem;
	padding: 8px;
	outline: none;
	color: #b52121;
	font-weight: 400;
	box-sizing: border-box;
	/* Important: Include padding and border in the element's total width and height */
}

form.contato .custom-file {
	position: relative;
	margin-bottom: 20px;
}

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

form.contato textarea {
	display: block;
	border: 1px solid #A7A8AC;
	width: 100%;
	height: 231px;
	font-size: 1rem;
	padding: 8px;
	outline: none;
	margin-bottom: 10px;
	color: #707070;
	font-weight: 400;
}

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

.sec-tt.sucess {
	color: #07d84d;
	text-align: left;
	margin: 10px 0;
}

.sec-tt.erro {
	color: #d80731;
	text-align: left;
	margin: 10px 0;
}

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: space-between;
}

ul.cinemas-list li {
	width: 32%;
	background: #FFFFFF;
	box-shadow: 0px 0px 6px #00000029;
	border-radius: 8px;
	margin-bottom: 15px;
}

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

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

ul.cinemas-list li a {
	display: flex;
}

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

ul.cinemas-list li div {
	background: #0090DF;
	padding: 10px;
	width: 70%;
	border-radius: 0 8px 8px 0;
	padding-top: 20px;
}

ul.cinemas-list li h6 {
	color: #fff;
	font-size: 18px;
	line-height: 27px;
	text-shadow: 0px 3px 6px #00000080;
}

ul.cinemas-list li p {
	color: #fff;
	font-size: 12px;
	line-height: 15px;
	text-shadow: 0px 3px 6px #00000080;
}

img.clube {
	width: 100%;
}

/** FOOTER **/

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

footer ul {
	padding-left: 0;
}

footer ul li {
	font-size: 14px;
	line-height: 19px;
}

footer ul li:first-child {
	font-weight: 650;
	border-bottom: 1px solid #fff;
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 21px;
}

footer ul li a {
	color: #fff;
}

footer ul li a:hover {
	text-decoration: underline;
}

footer .copyright {
	border-top: 1px solid #fff;
	padding: 15px 0;
}

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

@media (max-width: 767px) {
	footer ul {
		display: none;
	}

	footer .copyright {
		border: 0;
		padding: 0;
		flex-direction: column;
	}

	footer .copyright p {
		margin: 25px 0 0;
	}

	/*footer .copyright .gaia {
        display: none;
    }*/
}

.pp-728 {
	width: 100%;
	padding: 8px 0 16px;
	/*background: #fafafa;*/
	text-align: center;
}

.pp-728 p {
	font-size: 8px;
	text-transform: uppercase;
	margin-bottom: 0;
}

.pp-728 img {
	max-width: 728px;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.pp-300 {
	width: 100%;
	padding: 8px 0 16px;
	text-align: center;
}

.pp-300 p {
	font-size: 8px;
	text-transform: uppercase;
	margin-bottom: 0;
}

.pp-300 img {
	max-width: 300px;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.pps-300-home {
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	margin: 35px 0 0 0;
	padding: 0;
}

.pps-300-home li {
	width: 25%;
}

.pps-300-home .pp-300 {
	padding: 8px;
}

@media (max-width: 991px) {
	.pps-300-home li {
		display: none;
		width: 50%;
	}

	.pps-300-home li.mob {
		display: block;
		width: 100%;
	}
}

.pps-300-side {
	text-align: center;
	margin: 8px 0;
	padding: 0;
}

.pps-300-side li {
	width: 100%;
}

.pps-300-side .pp-300 {
	padding: 8px;
}

@media (max-width: 991px) {
	.pps-300-side {
		display: flex;
	}

	.pps-300-side li {
		display: none;
		width: 50%;
	}

	.pps-300-side li.mob {
		display: block;
	}
}

.img_cidade {
	width: 95px;
	height: 96px;
}

#pré-venda-tab-pane {
	padding: 24px 24px 10px;
	background: #D8076B;
	margin-bottom: 32px;
	border-radius: 0 8px 8px 8px;
}

.car-pré-venda .item .tag {
	background: #EBE400;
	color: #003659;
	font-size: 12px;
	line-height: 15px;
	padding: 4px;
	border-radius: 4px;
	position: absolute;
}

.esgotado-link {
	cursor: default;
	text-decoration: line-through;
	color: gray;
}

.disabled-link {
	pointer-events: none;
	cursor: default;
	text-decoration: line-through;
	color: gray;
}

.disabled-link .hor,
.esgotado-link .hor {
	background-color: gray !important;
}

.esgotado-link .hor:hover::before {
	content: "Esgotado" !important;
}

.disabled-link .hor:hover::before {
	content: "Indisponível" !important;
}

.horarios {
	border-radius: 8px;
	opacity: 1;
	color: #fff;
	font-size: 16px;
	line-height: 21px;
	font-family: 'Futura Std', sans-serif;
	border: 0;
	height: 32px;
	font-weight: 500;
	text-align: left;
	padding-left: 7%;
	padding-right: 7%;
	background: url(../images/navigation-arrow-right-white.png) no-repeat 90% center rgb(203, 44, 121);
	transition-duration: 0.2s;
}

.horarios:hover {
	opacity: 0.7;
}

/* Ajustes Mobile */

.esgotado-link {
	cursor: default;
	text-decoration: line-through;
	color: gray;
}

.disabled-link {
	pointer-events: none;
	cursor: default;
	text-decoration: line-through;
	color: gray;
}

.disabled-link .hor,
.esgotado-link .hor {
	background-color: gray !important;
}

.esgotado-link .hor:hover::before {
	content: "Esgotado" !important;
}

.disabled-link .hor:hover::before {
	content: "Indisponível" !important;
}



.horarios {
	border-radius: 8px;
	opacity: 1;
	color: #fff;
	font-size: 15px;
	line-height: 21px;
	font-family: 'Futura Std', sans-serif;
	border: 0;
	height: 32px;
	font-weight: 500;
	text-align: left;
	padding-left: 7%;
	padding-right: 14%;
	background: url(../images/navigation-arrow-right-white.png) no-repeat 95% center rgb(203, 44, 121);
	transition-duration: 0.2s;
}

.horarios:hover {
	opacity: 0.7;
}

.titulo-filme-mobile {
	display: none;

}

.data-filme-mobile {
	display: none;
}

@media (max-width: 991px) {
	header .header-content img {
		margin-bottom: 10px;
	}

	.mobile-bomboniere {
		width: 100%;
	}


	.button-buy-in-programing {
		width: 100% !important;
		font-size: 12px !important;
		margin: 8px 8px 0px 0px;

	}

	.pp-728 {
		padding: 0px;
	}

	dl,
	ol,
	ul {
		margin-bottom: 0px;
	}

	.mt-4 {
		margin-top: 8px !important;
	}

	.breadcrumb {
		height: 10px;
		padding: 0px;
		margin: 8px 0px;
	}

	.programacao {
		padding: 0px;
		margin: 0px;

	}

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

	.row {
		margin-top: 0px !important;
	}

	.owl-theme .owl-nav {
		margin-top: 0px !important;
	}

	.content-programacao .poster-side {
		width: 60% !important;
	}

	.content-programacao h3 {
		margin-bottom: 8px;
	}

	header.container {
		padding-top: 8px;
	}

	.filme-mobile-title {
		display: block;
		order: 1;
		width: 100%;
		margin-bottom: 12px;
	}

	.filme-mobile-title small {
		color: #606060;
		display: block;
		font-size: 10px;
		line-height: 13px;
		margin-top: 4px;
	}

	.filme-mobile-title h2 {
		color: #003659;
		font-size: 22px;
		font-weight: 600;
		line-height: 26px;
		margin: 0;
	}

	.filme-poster-col {
		order: 2;
		width: 45%;
		padding-right: 6px;
	}

	.filme-info-col {
		order: 4;
		width: 100%;
	}

	.filme-mobile-dropdown {
		margin-top: 12px;
		width: 100%;
	}

	.filme-mobile-dropdown .collapse {
		margin-top: 12px;
	}

	.filme-page .pp-728 {
		display: none;
	}

	.filme-page .filme-programacao-header {
		order: 5;
		width: 100%;
	}

	.filme-page .dias-horarios {
		order: 6;
		width: 100%;
	}

	.filme-page>.row>.programacao {
		order: 7;
		width: 100%;
	}

	.filme-info-col .movie-name {
		display: none;
	}

	.filme-info-col .data-filme {
		display: none;
	}

	.filme-mobile-info {
		display: flex;
		flex-direction: column;
		justify-content: center;
		order: 3;
		width: 55%;
		align-self: stretch;
		border-bottom: none;
		color: #606060;
		font-size: 14px;
		line-height: 19px;
		padding: 0 0 0 6px;
		text-align: left;
	}

	.filme-mobile-info-item {
		margin-bottom: 8px;
	}

	.filme-mobile-info-item:last-child {
		margin-bottom: 0;
	}

	.filme-mobile-info-item.duracao-mobile::before {
		color: #003659;
		content: "Duração: ";
		font-weight: 600;
	}

	.filme-mobile-info-item.genero-mobile::before {
		color: #003659;
		content: "Gênero: ";
		font-weight: 600;
	}

	.filme-mobile-info span {
		background: #000;
		border-radius: 2px;
		color: #fff;
		display: inline-block;
		font-size: 12px;
		height: 24px;
		line-height: 24px;
		text-align: center;
		width: 28px;
	}

	.filme-mobile-info span.claL,
	.filme-mobile-info span.cla_autoL {
		background: #00A85A;
	}

	.filme-mobile-info span.cla10,
	.filme-mobile-info span.cla_auto_10 {
		background: #01AFF0;
	}

	.filme-mobile-info span.cla12,
	.filme-mobile-info span.cla_auto_12 {
		background: #FFCC29;
	}

	.filme-mobile-info span.cla14,
	.filme-mobile-info span.cla_auto_14 {
		background: #F58633;
	}

	.filme-mobile-info span.cla16,
	.filme-mobile-info span.cla_auto_16 {
		background: #EC3237;
	}

	.filme-poster-col .poster-mv {
		padding: 10px;
	}

	.filme-poster-col .poster-mv .trailer {
		width: 44px;
		height: 44px;
		padding: 7px;
	}

	.filme-poster-col .tag-breve {
		font-size: 11px;
		margin-left: 45% !important;
	}

	.titulo-filme {
		display: flex;
		justify-content: flex-start;
	}

	.data-filme {
		color: #606060;
		font-size: 14px;
		line-height: 19px;
		border-bottom: 1px solid #ccc;
		width: 100%;
		padding: 8px 0;
		text-align: left;
	}

	.programacao-do-dia {
		display: none;
	}

	.titulo-filme-desktop {
		display: none;
	}

	.page-title-mobile {
		display: none;
	}

	.data-filme-desktop {
		display: none;
	}

	.cine-links {
		margin-top: 8px;
	}

	.data-filme-mobile {
		display: block;
		max-width: 90%;
	}

	/* Cores dos links do cinema */
	.cine-links .local {
		color: #CBDB3A;
	}

	.cine-links .local:hover {
		color: #B8C832;
	}

	.cine-links .ingresso {
		color: #00AFEF;
	}

	.cine-links .ingresso:hover {
		color: #009DD7;
	}

	.cine-links .comprar,
	.cine-links .comprar a {
		color: #D8076B;
		text-decoration: none;
	}

	.cine-links .comprar:hover,
	.cine-links .comprar a:hover {
		color: #D8076B;
	}

	.data-filme span {
		width: 28px;
		font-size: 12px;

	}

	.content-programacao .filme .sala-filme .hor {
		margin: 2px;
	}

	.horarios {
		border-radius: 8px;
		opacity: 1;
		color: #fff;
		font-size: 16px;
		line-height: 21px;
		font-family: 'Futura Std', sans-serif;
		border: 0;
		height: 32px;
		font-weight: 500;
		text-align: center;
		padding-left: 7%;
		padding-right: 7%;
		background: url(../images/navigation-arrow-right-white.png) no-repeat 95% center rgb(203, 44, 121);
		transition-duration: 0.2s;
	}

}

@media (max-width: 991px) {
	.content-programacao .filme {
		display: block;
		margin-bottom: 24px;
	}

	.content-programacao .filme::after {
		content: "";
		display: table;
		clear: both;
	}

	.titulo-filme-mobile {
		display: block !important;
		width: 100%;
		margin-bottom: 12px;
		text-align: left;
		clear: both;
	}

	.titulo-filme-mobile h5 {
		margin-bottom: 0;
		font-size: 18px;
		line-height: 24px;
		color: #003659;
		font-weight: 600;
	}

	.titulo-filme-desktop {
		display: none !important;
	}

	.content-programacao .data-side>a:first-child {
		display: none;
	}

	.content-programacao .poster-side {
		float: left;
		width: 50% !important;
		margin-right: 12px !important;
	}

	.content-programacao .filme img.poster {
		width: 100%;
		border-radius: 4px;
	}

	.content-programacao .data-side .data-filme-mobile {
		float: left;
		width: calc(50% - 12px);
		display: block !important;
		font-size: 13px;
		line-height: 18px;
		color: #606060;
		border-bottom: none;
		padding: 0;
		margin: 0;
	}

	.content-programacao .data-side .data-filme-desktop {
		display: none !important;
	}

	.content-programacao .data-side {
		width: 100%;
		display: block;
	}

	.data-filme-mobile span {
		width: 26px;
		height: 22px;
		font-size: 11px;
		line-height: 22px;
		margin-right: 4px;
	}

	.content-programacao .data-side>div:last-child {
		clear: both;
		width: 100%;
		padding-top: 8px;
		text-align: left;
	}

	.content-programacao .filme .sala-filme {
		flex-direction: column;
		align-items: flex-start;
		padding: 0px 0px 12px 0px;
		border-bottom: 1px solid #ccc;
		width: 100%;
		clear: both;
		text-align: left;
	}

	.content-programacao .filme .sala-filme>div:first-child {
		margin-bottom: 10px;
		width: 100%;
		font-size: 14px;
		font-weight: bold;
		color: #003659;
		text-align: left;
	}

	.content-programacao .filme .sala-filme .d-flex {
		justify-content: flex-start;
		flex-wrap: wrap;
		gap: 8px;
		width: 100%;
	}

	.content-programacao .filme .sala-filme .hor {
		margin: 2px;
		min-width: 70px;
		font-size: 13px;
		padding: 8px 12px;
		text-align: center;
	}

	.programacao-do-dia {
		display: none;
	}

	.content-programacao {
		padding: 8px;
	}

	.programacao {
		padding: 8px;
		margin: 0;
	}
}

@media (max-width: 480px) {
	.content-programacao .poster-side {
		width: 45% !important;
	}

	.content-programacao .data-side .data-filme-mobile {
		width: calc(55% - 12px);
		font-size: 12px;
		line-height: 16px;
	}

	.titulo-filme-mobile h5 {
		font-size: 16px;
		line-height: 22px;
	}
}


/* Ajustes específicos para mobile */
@media (max-width: 991px) {
	.content-programacao .filme {
		display: block;
		margin-bottom: 24px;
	}

	.content-programacao .filme::after {
		content: "";
		display: table;
		clear: both;
	}

	.titulo-filme-mobile {
		display: block !important;
		width: 100%;
		margin-bottom: 12px;
		text-align: left;
		clear: both;
	}

	.titulo-filme-mobile h5 {
		margin-bottom: 0;
		font-size: 18px;
		line-height: 24px;
		color: #003659;
		font-weight: 600;
	}

	.titulo-filme-desktop {
		display: none !important;
	}

	.content-programacao .data-side>a:first-child {
		display: none;
	}

	.content-programacao .poster-side {
		float: left;
		width: 50% !important;
		margin-right: 12px !important;
	}

	.content-programacao .filme img.poster {
		width: 100%;
		border-radius: 4px;
	}

	.content-programacao .data-side .data-filme-mobile {
		float: left;
		width: calc(50% - 12px);
		display: block !important;
		padding: 0;
		margin: 0;
		border-bottom: none;

		display: flex !important;
		flex-direction: column;
		justify-content: space-between;
		min-height: 200px;
	}

	.data-filme-mobile .classificacao-mobile {
		order: 1;
		margin-bottom: 16px;
	}

	.data-filme-mobile .classificacao-mobile span {
		width: 35px !important;
		height: 35px !important;
		font-size: 16px !important;
		line-height: 35px !important;
		font-weight: bold;
		margin-right: 8px;
		display: inline-block;
	}

	.data-filme-mobile .duracao-mobile {
		order: 2;
		font-size: 12px;
		color: #606060;
		margin-bottom: 16px;
	}

	.data-filme-mobile .duracao-mobile::before {
		content: "Duração: ";
		font-weight: bold;
		color: #003659;
	}

	.data-filme-mobile .genero-mobile {
		order: 3;
		flex-grow: 1;
		display: flex;
		align-items: center;
		font-size: 13px;
		line-height: 18px;
		color: #606060;
		margin-bottom: 16px;
	}

	.data-filme-mobile .genero-mobile::before {
		content: "Gênero: ";
		font-weight: bold;
		color: #003659;
	}

	.data-filme-mobile .trailer-mobile {
		order: 4;
		display: flex;
		justify-content: flex-end;
		margin-top: auto;
	}

	.trailer-mobile .btn-trailer {
		background: #0090DF;
		color: white;
		border: none;
		padding: 8px 16px;
		border-radius: 8px;
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
		cursor: pointer;
		transition: all 0.3s ease;
		width: auto;
		position: relative;
	}

	.trailer-mobile .btn-trailer:hover {
		background: #0079BC;
		transform: translateY(-1px);
	}

	.trailer-mobile .btn-trailer::before {
		content: "▶";
		margin-right: 5px;
		font-size: 10px;
	}

	.content-programacao .data-side .data-filme-desktop {
		display: none !important;
	}

	.content-programacao .data-side {
		width: 100%;
		display: block;
	}

	.data-filme-mobile span:not(.classificacao-mobile span) {
		display: none;
	}

	.content-programacao .data-side>div:last-child {
		clear: both;
		width: 100%;
		padding-top: 8px;
		text-align: left;
	}

	.content-programacao .filme .sala-filme {
		flex-direction: column;
		align-items: flex-start;
		padding: 0px 0px 12px 0px;
		border-bottom: 1px solid #ccc;
		width: 100%;
		clear: both;
		text-align: left;
	}

	.content-programacao .filme .sala-filme:not(:last-child) {
		border-bottom: none;
	}

	#ingdata img {
		touch-action: pinch-zoom;
	}

	.content-programacao .filme .sala-filme>div:first-child {
		margin-bottom: 10px;
		width: 100%;
		font-size: 14px;
		font-weight: bold;
		color: #003659;
		text-align: left;
	}

	.content-programacao .filme .sala-filme .d-flex {
		justify-content: flex-start;
		flex-wrap: wrap;
		gap: 8px;
		width: 100%;
	}

	.content-programacao .filme .sala-filme .hor {
		margin: 2px;
		min-width: 70px;
		font-size: 13px;
		padding: 8px 12px;
		text-align: center;
	}

	.programacao-do-dia {
		display: none;
	}

	.content-programacao {
		padding: 8px;
	}

	.programacao {
		padding: 8px;
		margin: 0;
	}
}

@media (max-width: 480px) {
	.content-programacao .poster-side {
		width: 45% !important;
	}

	.content-programacao .data-side .data-filme-mobile {
		width: calc(55% - 12px);
	}

	.titulo-filme-mobile h5 {
		font-size: 16px;
		line-height: 22px;
	}

	.data-filme-mobile .classificacao-mobile span {
		width: 32px !important;
		height: 32px !important;
		font-size: 14px !important;
		line-height: 32px !important;
	}

	.trailer-mobile .btn-trailer {
		padding: 6px 12px;
		font-size: 11px;
	}
}

.data-filme-mobile .classificacao-mobile {
	display: block;
}

.data-filme-mobile .genero-mobile {
	display: block;
}

.data-filme-mobile .duracao-mobile {
	display: block;
}

.data-filme-mobile .trailer-mobile {
	display: flex;
	justify-content: flex-end;
}

@media (max-width: 991px) {
	.content-programacao .poster-side {
		width: 45% !important;
		margin-right: 0 !important;
		padding-right: 6px;
	}

	.content-programacao .data-side .data-filme-mobile {
		color: #606060;
		display: flex !important;
		flex-direction: column;
		font-size: 14px;
		justify-content: center;
		line-height: 19px;
		min-height: 220px;
		padding: 0 0 0 6px;
		text-align: left;
		width: 55%;
	}

	.data-filme-mobile .classificacao-mobile,
	.data-filme-mobile .duracao-mobile,
	.data-filme-mobile .genero-mobile,
	.data-filme-mobile .trailer-mobile {
		margin-bottom: 8px;
	}

	.data-filme-mobile .trailer-mobile {
		justify-content: flex-start;
		margin-top: 0;
	}

	.data-filme-mobile .duracao-mobile::before,
	.data-filme-mobile .genero-mobile::before {
		color: #003659;
		font-weight: 600;
	}

	.data-filme-mobile .duracao-mobile::before {
		content: "Duração: ";
	}

	.data-filme-mobile .genero-mobile::before {
		content: "Gênero: ";
	}

	.data-filme-mobile .genero-mobile {
		align-items: flex-start;
		display: block;
		flex-grow: 0;
	}

	.data-filme-mobile .classificacao-mobile span {
		font-size: 12px !important;
		height: 24px !important;
		line-height: 24px !important;
		width: 28px !important;
	}
}

@media (max-width: 480px) {
	.content-programacao .data-side .data-filme-mobile {
		min-height: 190px;
	}
}

.contact-general .contact-card {
	border: 1px solid #e5e7eb;
	border-radius: 16px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
	padding: 1.5rem;
}

.contact-general .contact-title {
	color: #00364d;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.2;
}

.contact-general .contact-text {
	color: #6b7280;
	font-size: 1rem;
	line-height: 1.5;
}

.contact-general .btn-outline-custom {
	border: 1px solid #218c7c;
	border-radius: 8px;
	color: #218c7c;
	font-weight: 600;
	padding: 0.6rem 1rem;
	transition: all 0.3s ease;
}

.contact-general .btn-outline-custom:hover {
	background-color: #218c7c;
	color: #ffffff;
}

.contact-general .contact-icon {
	min-width: 40px;
}

form.contato input[type="submit"].is-loading,
form.contato input[type="submit"]:disabled {
	background-color: #9ca3af !important;
	border-color: #9ca3af !important;
	color: #ffffff !important;
	cursor: not-allowed;
	opacity: 1;
	pointer-events: none;
}

@media (max-width: 767px) {
	.contact-general .page-title {
		margin-top: 1rem;
	}
}

.banner-destaque {
    margin-bottom: 15px;
}

.badge-pre-venda {
  margin-top: -50px;
  margin-left: 90px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #e50914;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}