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

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

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

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

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

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

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

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

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

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

	h2.page-title {
		line-height: 10px;
	}

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

	.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;
		margin-top: auto;
	}

	.trailer-mobile .btn-trailer {
		background: #D8076B;
		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: 100%;
		position: relative;
	}

	.trailer-mobile .btn-trailer:hover {
		background: #B8065A;
		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>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: block;
}
