/* Description: Master CSS file */

/*****************************************
Table Of Contents:
- General Styles
- Navigation
- Home
- Information
- Button
- Services
- Plans
- Testimonials
- Newsletter
- Back To Top Button
- Extra Pages
- Media Queries
******************************************/


/**************************/
/*     General Styles     */
/**************************/
:root {
	--primary: #1F1F1F;
	--primary-btn: #F1F1F1;
	--primary-light: #303f4b;
	--secondary: #1CDF63;
	--secondaryd: #087e3d;
	--tertiary: #00dabf;
	--danger: #b75f5f;
	--gradient: linear-gradient(to right, #0ee951, #00dabf);
	--tab-text-color: #1F1F1F;
	--tab-back-color: #EAEAEA;
	--tab-back-color-active: #1F1F1F;
	--tab-text-color-active: #F8F9FA;
	--border-radius: 6px;
}
body{
	background: #f4faff;
	font-family: "Poppins", sans-serif;
}
.no-display {
	display: none ! Important;
}
.footer .logo img, .navbar .logo-text img {
	/* filter: brightness(0) invert(1); */
}
a.btn-wa-link {
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 60px;
	z-index: 111;
	outline: none;
	cursor: pointer;
}
a.btn-wa-link img {
	max-width: 100%;
}
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked){
	position: absolute;
	left: -9999px;
}
div#result {
	position: fixed;
	white-space: nowrap;
	display: none;
	bottom: 50px;
	z-index: 111111;
	padding: 15px;
	border-radius: 7px;
	width: fit-content;
	background: #c4c4c4;
	border: 1px solid #8b8b8b;
}
.result-success{
	background: #dffbdf!important;
	border: 1px solid #a3e3a3!important;
}
.result-error{
	background: #fbdfdf!important;
	border: 1px solid #e3a3a3!important;
}
.form-label {
	margin-bottom: 0.2rem;
}
.min-height{
	min-height: 70vh;
}
.row-align-middle{
	justify-content: center;
	align-items: center;
	width: 100%;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Poppins", sans-serif;
}
h1 {
	font-size: 60px;
	font-weight: 500;
}
p{
	color: #595959;
}
.footer p{
	color: #f9f9f9;
}
p,
ul,
h4 {
	margin: 0;
	padding: 0;
}
a {
	color: white;
	text-decoration: none;
}

li {
	list-style-type: none;
}
.swal2-html-container {
	font-size: 1.6em !important;
	line-height: 1.6em !important;
}
.banner{
	cursor: pointer;
}
.eventos .mini-banner img {
	max-width: 100%;
	max-height: 100%;
	margin: 0px auto;
	display: block;
	z-index: 1;
	position: relative;
}
.mini-description {
	border-top: 1px solid #f3f3f3;
	display: flex;
	padding: 13px 10px 15px 10px;
}
.data-evento {
	background: #efefef;
	width: 50px;
	min-width: 50px;
	text-align: center;
	color: #000000;
	border-radius: 6px;
	overflow: hidden;
	align-self: baseline;
}
.data-mes {
	width: 100%;
	background: rgb(197 84 77);
	font-weight: 500;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
}
.data-dia {
	font-size: 21px;
	font-weight: bold;
	line-height: 20px;
	padding: 6px 0 11px 0px;
}
.info-evento {
	padding-left: 15px;
	align-self: baseline;
}
section.eventos .event-item .card {
	width: 100%;
}
section.eventos h4  {
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 1rem;
	margin-bottom: 0em;
	color: #1F1F1F;
}
.eventos .mini-banner span.prom {
	position: absolute;
	right: 10px;
	top: 5px;
	font-size: 24px;
	color: #ffcb50;
}
.top-destaque {
	padding-top: 25px;
}
.top-destaque .mini-banner img {
	width: 100%;
}
.home h3 {
	color: #2f2f2f;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.2em;
}
.relative{
	position: relative;
}
.destaques h3 {
	color: #e9e9e9;
}
.loader-container{
	background-image: url('../images/loading.svg');
	background-color: #ffffff9e;
	width: 100%;
	height: 100%;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1;
	border-radius: 10px;
	display: none;
}
.status-msg {
	color: #7c0000;
	background: #ffdfdf;
	line-height: 1.2em;
	font-size: 1em;
	margin-bottom: 1em;
	padding: 15px;
	border-radius: 5px;
	display: none;
}
.status-msg.success {
	color: #1b4b25;
	background: #a1ec9a;
}
.power-container-2 {
	opacity: 0.1;
}
.power-container {
	background-color: #2E424D;
	width: 100%;
	height: 15px;
	border-radius: 5px;
}
.power-container #power-point {
	background-color: #D73F40;
	width: 1%;
	height: 100%;
	border-radius: 5px;
	transition: 0.5s;
}
.label-pass-strengh{
	font-size: 0.8em;
}
div#datepicker-birthday {
	position: absolute;
	width: 100%;
}
.dropdown-menu.datepicker-orient-left.datepicker-orient-bottom {
	width: 100%;
}
table.table-condensed{
	width: 100%;
}
.about,
.services,
.plans,
.work,
.home,
.contact {
	min-height: 1100px;
	position: relative;
}
.event{
	position: relative;
}
.bg-w {
	background: #fff;
	border: 1px solid #dfe9ef;
	margin-bottom: 20px;
	border-radius: 6px;
}
.section-header-ingressos{
	background-color: #1F1F1F;
}
.section-header-ingressos {
	background-color: #1F1F1F;
	color: #F1F1F1;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	padding: 5px 0px 10px 0px;
	border-radius: 6px 6px 0px 0px;
}
/*.dropdown-item:focus, .dropdown-item:hover, .navbar .dropdown-item:hover{
	background-color: #363636!important;
}*/
.top-destaque h3 {
	font-weight: bold;
	font-size: 2.2em;
	line-height: 1em;
}
.mini-banner {
	height: 250px;
	width: 100%;
	background: #1f1f1f;
	position: relative;
	overflow: hidden;
}
.mini-banner-b {
	height: 100%;
	width: 100%;
	background: #1f1f1f;
	background-size: inherit;
	background-repeat: no-repeat;
	background-position: bottom;
	position: absolute;
	z-index: 0;
	filter: blur(2px);
}
#form_buscar button.btn-secondary.text-light {
	background: #363636;
	border: 1px solid #444444;
	padding: 0px 7px 0px 15px;
	border-radius: 0px 10px 10px 0px;
}
section.myaccount h4 {
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.1em;
	margin-bottom: 0em;
	color: #1F1F1F;
}
.top-destaque h4 {
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.1em;
	margin-bottom: 0em;
	color: #1F1F1F;
}
.ticket-list {
	display: grid;
	grid-template-columns: 65% 35%;
	grid-template-rows: auto auto;
	border: 1px solid #d7e5f7;
	padding: 10px;
	margin-top: 15px;
	border-radius: 6px;
}
.ticket-list.esgotado {
	opacity: 0.6 !important;
}
.ticket-list.esgotado:hover {
	opacity: 1!important;
}
.ticket-list .cart-controls {
	padding: 0px 0px 0px 10px;
	text-align: right;
}
.ticket-list .cart-controls input.form-control {
	width: 40%;
}
.cart-controls .qty {
	color: #1F1F1F;
	background: #f4faff;
	border: 1px solid #dfdfdf;
	box-shadow: none;
	font-weight: bold;
	width: 32px;
	border-radius: 5px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	height: 32px;
	line-height: 29px;
}
.cart-controls .btn {
	width: 32px;
	height: 32px;
	line-height: 32px;
	padding: 0px;
}
.cart-controls .btn:hover{
	padding: 0px;
}
.cart-controls button.btn.btn-minus {
	background: #808a93;
}
span.cart-total-preview {
	background: #F8F9FA;
	display: block;
	text-align: center;
	font-weight: bold;
	border-radius: 12px;
	color: #444444;
}
.shopping-cart a.nav-link {
	color: #fff;
	border: 1px solid #fff;
	border-radius: 6px;
	line-height: 3em;
	display: inline-block;
	vertical-align: middle;
	padding: 0px 20px;
}
.navbar i.fas{
	font-size: 1rem;
	line-height: 0.5em;
	margin-right: 0.5em;
}
.services,
.work,
.contact,
.testimonial,
.footer {
	background-color: var(--primary);
}
.about,
.plans,
.company,
.newsletter,
.location {
	background-color: var(--primary-light);
}
.bottom {
	background-color: black;
}

/* Gradient Border And Background On Icons */
.home .fas {
	padding: 15px 0;
	background: var(--buttons-color-1);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.home_text,
.plans .far,
.information .fas,
.work .fas,
.services .fas,
.location .far,
.location .fas {
	padding: 15px 0;
	background: var(--main-color);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/**********************/
/*     Navigation     */
/**********************/
.navbar {
	font-weight: 500;
	font-size: 0.875rem;
	line-height: 0.875rem;
	background-color: var(--primary);
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.025);
}
.navbar .navbar-brand {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
.navbar .logo-image img {
	width: 108px;
	height: 32px;
}
.navbar .logo-text {
	color: #fff;
	font-weight: 500;
	line-height: 1rem;
	font-size: 1.575rem;
	text-decoration: none;
	width: 120px;
	height: 50px;
}
.navbar .logo-text img {
	max-width: 100%;
	max-height: 100%;
}
.offcanvas-collapse {
	position: fixed;
	top: 58px; /* adjusts the height between the top of the page and the offcanvas menu */
	bottom: 0;
	left: 100%;
	width: 100%;
	overflow-y: auto;
	visibility: hidden;
	padding-right: 1rem;
	padding-left: 1rem;
	background-color: var(--primary);
	transition: transform 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.offcanvas-collapse.open {
	visibility: visible;
	transform: translateX(-100%);
}
.navbar .navbar-nav {
	margin-top: 0.75rem;
	margin-bottom: 0.5rem;
}
.navbar .dropdown-menu {
	border: none;
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
	background-color: var(--primary);
}
.navbar .dropdown-item {
	color: #eee;
	font-weight: 500;
	font-size: 0.875rem;
	line-height: 0.875rem;
	padding-top: 0.625rem;
	text-decoration: none;
	padding-bottom: 0.625rem;
}
.navbar .dropdown-divider {
	width: 100%;
	height: 1px;
	border: none;
	margin: 0.5rem auto 0.5rem auto;
	background-color: var(--primary-light);
}
.navbar .nav-item .nav-link {
	color: #eee;
	text-decoration: none;
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
	transition: all 0.2s ease;
}
.navbar .fa-stack {
	width: 2em;
	font-size: 0.75rem;
	margin-right: 0.25rem;
}
.navbar .fa-stack-2x {
	background: -webkit-gradient(
	linear,
	left top,
	left bottom,
	from(#0ee951),
	to(#00dabf)
	);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: all 0.2s ease;
}
.navbar .fa-stack-1x {
	color: #ffffff;
	transition: all 0.2s ease;
}
.navbar .fa-stack:hover .fa-stack-2x {
	color: var(--primary);
}
.navbar .fa-stack:hover .fa-stack-1x {
	color: var(--primary);
}
.navbar .navbar-toggler {
	padding: 0;
	border: none;
	font-size: 1.25rem;
}
section.eventos .card, section.myaccount .card{
	overflow: hidden;
	border-radius: 8px;
	cursor: pointer;
}
section.eventos .card:hover, section.myaccount .card:hover{
	box-shadow: 2px 2px 10px #c9c9c9;
}

/****************/
/*     Home     */
/****************/
select#select-categorias {
	background: transparent;
	color: #fff;
	font-weight: bold;
	text-align: center;
	width: 200px;
	padding: 8px;
}
.myaccount, .tickets, .static-contents{
	margin-top: 100px;
}
.home {
	background-color: #19201e;
	background-image: url('../images/background2.jpg?v=16');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 770px;
	padding-top: 15px;
	padding-bottom: 50px;
}
.homepage section.eventos{
	margin-top: -100px;
}
.event{
	background-color: #19201e;
	background-image: url('../images/background2.jpg?v=16');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 500px;
	position: relative;
	margin-bottom: 100px;
}
.event .banner-header{
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.event .row.top-banner {
	height: 450px;
	margin-bottom: -200px;
}
.para {
	width: 50%;
}
.para-light {
	opacity: 0.7;
}
.footer .logo {
	width: 200px;
	height: 50px;
}
.footer .logo img{
	max-width: 100%;
	max-height: 100%;
}
/******************/
/*     Button     */
/******************/
.btn {
	color: var(--primary-btn);
	padding: 10px;
	/*background: #4ba55b;*/
	box-shadow: none;
	font-weight: bold;
	width: 100%;
	border-radius: 5px;
}
.btn:hover {
	color: var(--primary-btn);
	/*background: var(--secondaryd);*/
	box-shadow: none;
	font-weight: bold;
	border-radius: 5px;
}

/* Email - Newsletter Button */
.btn-secondary {
	color: black;
	border-width: 2px;
	padding: 10px 30px;
	border-image-slice: 1;
	background-image: none;
	background: transparent;
	border-image-source: var(--gradient);
}
.btn-secondary:hover {
	color: black;
	padding: 10px 30px;
	/*background-image: var(--gradient);*/
}

/* Other Pages Button */
.btn-tertiary {
	color: black;
	border-radius: 0;
	border-width: 2px;
	padding: 10px 30px;
	border-image-slice: 1;
	background-image: none;
	background: transparent;
	border-image-source: var(--gradient);
	box-shadow: 5px 5px 0px 0px var(--secondary);
}
.btn-tertiary:hover {
	color: black;
	box-shadow: none;
	border-radius: 0;
	padding: 10px 30px;
	transform: translate(5px, 5px);
}


/********************/
/*     Services     */
/********************/
.services .card {
	padding: 20px;
	border-radius: 0;
	border: 2px solid white;
}
.services .card:hover {
	border: 10px solid;
	transform: scale(1.01);
	border-image-slice: 1;
	border-width: 2px;
	border-image-source: var(--gradient);
	box-shadow: 5px 5px 0px 0px #0ee951;
}


/*****************/
/*     Plans     */
/*****************/
.plans .card {
	padding: 20px;
	border: 2px solid white;
}


/************************/
/*     Testimonials     */
/************************/
.slider-1 {
	padding-top: 8.25rem;
	padding-bottom: 8.5rem;
}
.slider-1 .section-title {
	text-align: center;
}
.slider-1 .h2-heading {
	text-align: center;
	margin-bottom: 3rem;
}
.testimonial-card {
	border: 10px solid;
	border-image-slice: 1;
	border-width: 3px;
	border-image-source: var(--gradient);
}
.slider-1 .slider-container {
	position: relative;
}
.slider-1 .swiper-container {
	width: 86%;
	position: static;
}
.slider-1 .swiper-button-prev,
.slider-1 .swiper-button-next {
	color: var(--primary);
}
.slider-1 .swiper-button-prev:focus,
.slider-1 .swiper-button-next:focus {
	/* even if you can't see it chrome you can see it on mobile device */
	outline: none;
}
.slider-1 .swiper-button-prev {
	left: -14px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23707375'%2F%3E%3C%2Fsvg%3E");
	background-size: 18px 28px;
}
.slider-1 .swiper-button-next {
	right: -14px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23707375'%2F%3E%3C%2Fsvg%3E");
	background-size: 18px 28px;
}
.slider-1 .card {
	border: none;
	position: relative;
	background-color: transparent;
}
.slider-1 .card-image {
	width: 80px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50%;
	margin-bottom: 1.25rem;
}
.slider-1 .card-body {
	padding: 0;
}
.slider-1 .testimonial-text {
	margin-bottom: 0.75rem;
}
.slider-1 .testimonial-author {
	margin-bottom: 0;
	color: #252c38;
}
.slider-1 .avatar {
	width: 70px;
	height: 70px;
	border-radius: 50%;
}

/* Dropdown Menu */
.navbar .dropdown .dropdown-menu {
	animation: fadeDropdown 0.2s; /* required for the fade animation */
}

@-webkit-keyframes fadeDropdown {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeDropdown {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}


/**********************/
/*     Newsletter     */
/**********************/
.form-control-input,
.form-control-textarea {
	width: 100%;
	appearance: none;
	border-radius: 4px;
	font-size: 0.875rem;
	line-height: 1.5rem;
	padding-left: 1.5rem;
	padding-top: 0.775rem;
	padding-bottom: 0.775rem;
}


/******************************/
/*     Back To Top Button     */
/******************************/
#myBtn {
	z-index: 99;
	right: 20px;
	width: 52px;
	height: 52px;
	bottom: 20px;
	border: none;
	outline: none;
	display: none;
	position: fixed;
	cursor: pointer;
	border-radius: 50%;
	background-color: #323137;
}

#myBtn:hover {
	background-color: #0f0f11;
}

#myBtn img {
	width: 18px;
	margin-left: 0.125rem;
	margin-bottom: 0.25rem;
}


/***********************/
/*     Extra Pages     */
/***********************/
.ex-header {
	padding-top: 8.5rem;
	padding-bottom: 4rem;
	background-color: var(--primary);
}
.ex-header h1 {
	color: #fff;
}
.ex-basic-1 .list-unstyled .fas {
	font-size: 0.375rem;
	line-height: 1.625rem;
}
.ex-basic-1 .list-unstyled .flex-grow-1 {
	margin-left: 0.5rem;
}
.ex-basic-1 .text-box {
	padding: 1.25rem 1.25rem 0.5rem 1.25rem;
	background-color: #f7f9fd;
}
.ex-cards-1 .card {
	border: none;
	background-color: transparent;
}
.ex-cards-1 .card .fa-stack {
	width: 2em;
	font-size: 1.125rem;
}
.ex-cards-1 .card .fa-stack-2x {
	color: var(--secondary);
}
.ex-cards-1 .card .fa-stack-1x {
	width: 2em;
	color: #ffffff;
	font-weight: 700;
	line-height: 2.125rem;
}
.ex-cards-1 .card .list-unstyled .flex-grow-1 {
	margin-left: 2.25rem;
}
.ex-cards-1 .card .list-unstyled .flex-grow-1 h5 {
	margin-top: 0.125rem;
	margin-bottom: 0.5rem;
}
.row.top-banner, .row.top-destaque .card {
	background: #ececec;
	border-radius: 5px;
	overflow: hidden;
	border: none!important;
}
.home .row.top-banner {
	width: 100%;
}
.row.top-banner .col-lg-9 {
	height: 400px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.row.top-banner .banner {
	padding: 0px;
}
.row.top-banner .banner img{
	width: 100%;
}


span.data-hora {
	background: #2B2B2B;
	width: 100%;
	padding: 15px;
	font-size: 20px;
	display: block;
	border-radius: 5px;
}

/*************************/
/*         Checkout      */
/*************************/
.col-12.ticket-border {
	border-bottom: 1px solid #ced4da;
}
span.checkout-event-name {
	font-weight: bold;
	display: block;
	line-height: 1.3em;
	font-size: 1.3em;
}
span.checkout-lote-details {
	font-weight: bold;
	display: block;
	line-height: 1.1rem;
	font-size: 1rem;
}
span.checkout-ticket-number {
	font-weight: bold;
	display: block;
	line-height: 2em;
	font-size: 1em;
	color: #626262;
}
.checkout-resume-ticket-border {
	border:  1px solid #ced4da;
	border-radius: 5px;
	position: relative;
}
span.checkout-icon-remove {
	color: #8695a5;
	display: block;
	float: right;
	font-size: 0.5rem;
	position: absolute;
	bottom: 1rem;
	right: 1rem;
	cursor: pointer;
}
span.checkout-icon-remove:hover {
	color: var(--danger);
}
.buttons-nav {
	column-gap: 2rem;
	justify-content: center;
}
.buttons-nav .icon {
	font-size: 0.5rem;
	margin-right: 10px;
}
.buttons-nav i.fas.fa-circle.fa-2x.icon{
	color: var(--secondary);
}
p.checkout-resume-event-name {
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	line-height: 1.5em;
	font-size: 1em;
	color: #2B2B2B;
}
span.checkout-resumo-lote-valor {
	font-weight: bold;
	color: #079547;
	display: block;
	line-height: 0.9em;
	font-size: 0.9em;
	margin: 0px;
}
span.checkout-resumo-lote-taxa {
	font-weight: normal;
	color: #2B2B2B;
	display: block;
	line-height: 0.9em;
	font-size: 0.9em;
	margin: 0px;
}
span.checkout-resumo-lote-und {
	float: right;
}
span.checkout-resumo-lote-total {
	font-weight: bold;
	color: #2B2B2B;
	float: right;
}
p.checkout-resume-p {
	font-size: 0.8em;
	line-height: 1.4em;
}
p.resume-total-label{
	font-weight: bold;
	color: #2B2B2B;
}
p.resume-total-value{
	font-weight: bold;
	color: #079547;
	float: right;
}


































#container-slider
{
	position: relative;
	display: block;
	width: 100%;
}
#slider {
	position: relative;
	display: block;
	width: 100%;
	/*height: 100vh;
	min-height: 500px;*/
}
#slider li {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100%;
	height: 100%;
	display: block;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-ms-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
	z-index: -1;
	opacity: 0;
}
#container-slider .arrowPrev, #container-slider .arrowNext{
	font-size: 30pt;
	color: rgba(204, 204, 204, 0.65);
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: -50px;
	z-index: 2;
	margin-top: -30px;
	display: none;
}
#header:hover .arrowPrev, #header:hover .arrowNext{
	display: block;
}
#container-slider .arrowNext {
	left: initial;
	right: -50px !important;
}
.content_slider div{
	text-align: center;
}
.content_slider h2{
	font-size: 30pt;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
/*.content_slider p {
font-size: 15pt;
font-family: 'arial';
color: #FFF;
margin-bottom: 20px;
}*/
#slider li .content_slider{
	background: rgba(0, 0, 0, 0.50);
	padding: 0px!important;
	color: #FFF;
	width: 100%;
	height: 100%;
}
.content_slider{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
.btnSlider{
	color: #FFF;
	font-size: 15pt;
	letter-spacing: 1px;
	padding: 10px 50px;
	border: 1px solid #CCC;
	background: rgba(13, 13, 13, 0.55);
	border-radius: 31px;
	text-decoration: none;
	transition: .5s all;
}
.btnSlider:hover{
	background: #111;
	border: 1px solid #111;
}
.listslider {
	position: absolute;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	left: 50%;
	bottom: -250px;
	list-style: none;
	z-index: 2;
	transform: translateX(-50%);
}
.listslider li {
	border-radius: 50%;
	width: 10px;
	height: 10px;
	cursor: pointer;
	margin: 0 5px;
}
.listslider li a {
	background: #CCC;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	display: block;
}
.item-select-slid {
	background: #FFF  !important;
}
span.complete-ticket {
	border: 1px dashed #b5b5b5;
	padding: 10px 15px;
	border-radius: 6px;
	width: 100%;
	display: block;
	margin-top: 20px;
	border-radius: 6px;
	position: relative;
}
.cursor-pointer{
	cursor: pointer;
}
#loading-message{
	display: none;
}
#form-checkout, #pix-form-checkout, #pix-code-section, #info-pago-resultado {
	width: 500px;
	border: 1px solid #e5e5e5;
	padding: 15px;
	border-radius: 10px;
	margin: 0px auto;
}
.payments-option-container{
	display: none;
}
.payments-option-container h3 {
	margin-bottom: 3rem;
}
select#form-checkout__identificationType, select#form-checkout__issuer, select#form-checkout__installments, #form-checkout__cardNumber, #form-checkout__expirationDate, #form-checkout__securityCode {
	border: 1px solid gainsboro!important;
	border-radius: 5px!important;
	background: #f9f9f9!important;
	height: 37px;
	padding: 0px 6px;
	line-height: 37px!important;
}
#loading-message, #pix-loading-message {
	display: none;
	text-align: center;
	font-weight: 700;
	margin-top: 1.5rem;
}
span.titulo-pix{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 9px;
	color: #606060;
}
#fail-response, #success-response, #pix-code-section {
	display: none;
}
p#pix-code {
	color: green;
	display: block;
	overflow-wrap: break-word;
	cursor: pointer;
	font-size: 12px;
	padding: 3px 10px;
	background: #ededed;
	border-radius: 10px;
	margin: 20px auto;
	line-break: anywhere;
	width: 100%;
}
p#pix-code:hover {
	color: blue;
}
img.icon-whatsapp {
	width: 27px;
}
span.enviado{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.btn-submit-form, .btn-buy, .btn-save-ticket-info {
	width: max-content;
	text-align: center;
	margin: 0px auto;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
}

span.btn-editar {
	font-weight: normal;
	font-size: 1rem;
	color: #4c6274;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}

span.btn-editar:hover {
	cursor: pointer;
	color: #213241;
}

button.btn.btn-edit {
	font-size: 0.8rem;
	padding: 0 1rem;
	line-height: 3rem;
	color: #fff;
	height: 3rem;
	background: var(--secondary);
}
.input-group-append button.btn.btn-edit {
	border-radius: 0px 5px 5px 0px;
}
.form-control {
	height: 3rem;
	padding: 0 1rem;
	line-height: 3rem;
}
.btn{
	color: #fff;
}
.btn:hover{
	color: #eee;
}
.ticket-name {
	font-size: 1rem;
	line-height: 1.2rem;
	font-weight: bold;
	color: var(--primary);
}
.ticket-value-total{
	font-size: 1.4rem;
	line-height: 1.5rem;
	font-weight: bold;
	color: var(--secondary);
}
p.ticket-value-total.normal-price {
	text-decoration: line-through;
	font-weight: normal;
	color: gray;
	font-size: 1.2rem;
	display: block;
	width: max-content;
	float: left;
}
.ticket-list .ticket-cupon {
	display: block;
	width: fit-content;
	background: var(--secondary);
	float: left;
	border-radius: 4px;
	padding: 0px 5px;
	margin-left: 8px;
	font-size: 1rem;
	line-height: 1.5rem;
	color: #1f1f1f;
	margin-bottom: 0.3rem;
}
p.ticket-value-total.promo-price {
	display: block;
	width: max-content;
}
.eventos .col.cupom-aplicado span {
	background: #F8F9FA;
	display: block;
	text-align: center;
	border-radius: 12px;
	color: #444444;
}
.eventos .col.cupom-aplicado span strong {
	color: var(--primary);
	background: var(--secondary);
	padding: 0 0.5rem;
	border-radius: 6px;
	line-height: 2rem;
	display: inline-block;
}
.eventos.numbered .cupom-aplicado {
	background: #F8F9FA;
	display: block;
	text-align: left;
	border-radius: var(--border-radius);
	color: #444444;
	margin-bottom: 2rem;
	line-height: 3rem;
	width: calc(100% - 20px);
	margin-left: 10px;
}
.eventos.numbered .cupom-aplicado strong {
	color: var(--primary);
	background: var(--secondary);
	padding: 0 0.5rem;
	border-radius: 6px;
	line-height: 2rem;
	display: inline-block;
}
.eventos.numbered .cupom-aplicado p.valor-final {
    display: block;
    width: fit-content;
    font-size: 1.4rem;
    font-weight: bold;
    float: right;
    color: var(--secondary);
}

.ticket-list.esgotado .ticket-value-total {
	color: #7c7c7c;
}
.ticket-value {
	font-size: 0.8rem;
	line-height: 1.1rem;
	font-weight: normal;
}
.ticket-value-meia {
	font-size: 0.8rem;
	line-height: 1.1rem;
	font-weight: normal;
	background: #e7f4ff;
	padding: 2px 6px 5px 6px;
	border-radius: 3px;
	margin: 3px 0px -3px 0px;
	display: block;
}

p.ticket-meia {
	font-size: 0.65rem;
	background: #fffdb9;
	width: fit-content;
	padding: 1px 6px;
	border-radius: 3px;
	border: 1px solid #e7cc52;
	color: #c1930c;
	margin-bottom: 0px;
	margin-top: 3px;
}

p.pdv-name {
	font-weight: bold;
	font-size: 0.86rem;
	color: var(--primary);
}
p.pdv-address, p.pdv-city, p.pdv-cel {
	font-size: 0.76rem;
}
.pdv-container i.fas {
	width: 1.2rem!important;
	text-align: center!important;
}
.pdv-container {
	padding-top: 0.35rem;
	padding-bottom: 0.5rem;
}
.pdv-container:hover {
	background: #ededed;
	border-radius: 6px;
}
.ticket-list .cart-controls button.btn.btn-numerado-open, .ticket-list .cart-controls button.btn.btn-add {
	background: var(--primary-light);
}
.ticket-list .cart-controls button.btn.btn-numerado-open{
	width: 100%;
	font-weight: normal!important;
}
.ticket-list .cart-controls button.btn:hover{
	background: var(--secondary);
}
.btn-success{
	background-color: var(--secondary);
	border-color: var(--secondary);
}
*,
*::before,
*::after {
	box-sizing: border-box;
}
.modal{
	position: fixed;
	display: block;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	overflow-x: hidden;
	background-color: rgba(31,32,41,.75);
	pointer-events: none;
	opacity: 0;
	transition: opacity 250ms 700ms ease;
}
.modal.modal-opened{
	pointer-events: auto;
	opacity: 1;
	transition: all 300ms ease-in-out;
	z-index: 111;
}
.modal-wrap {
	position: relative;
	display: block;
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	border-radius: 4px;
	overflow: hidden;
	padding-bottom: 20px;
	background-color: #fff;
	-ms-flex-item-align: center;
	align-self: center;
	box-shadow: 0 12px 25px 0 rgba(199,175,189,.25);
	opacity: 0;
	transform: scale(0.6);
	transition: opacity 250ms 250ms ease, transform 300ms 250ms ease;
}
.modal .modal-wrap .modal-icon-image {
	text-align: center;
	height: 100%;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}
.modal .modal-wrap .modal-icon-image img {
	width: auto;
	display: inline-block;
	max-height: 25vh;
}
.modal-wrap p {
	padding: 20px 30px 0 30px;
}
.modal.modal-opened .modal-wrap{
	opacity: 1;
	transform: scale(1);
	transition: opacity 250ms 500ms ease, transform 350ms 500ms ease;
	min-width: 500px;
	max-height: 90vh;
	margin-top: 70px;
	overflow-y: auto;
}
.modal.modal-opened .modal-content-out{
	padding: 15px;
}
.modal .modal-wrap .modal-close {
	position: fixed;
	top: 5px;
	right: 5px;
	cursor: pointer;
	z-index: 1111111;
	width: 30px;
	border-radius: 3px;
	height: 30px;
	border: 1px solid #c5c5c5;
	text-align: center;
	line-height: 26px;
	font-size: 21px;
	background-color: #ffffff;
	color: #833333;
	font-weight: bold;
	box-shadow: 0 12px 25px 0 rgb(90 91 95 / 25%);
	transition: all 200ms linear;
	opacity: 1;
}
.modal .modal-wrap .modal-close:hover {
	color: #ffffff;
	background-color: #833333;
}
img.success-image {
	max-width: 400px;
	display: block;
	margin: 0px auto;
	margin-top: 30px;
}
a.btn-login-inline {
	background: #38b18b;
	padding: 8px 15px 10px 15px;
	font-size: 1rem;
	line-height: 1.3rem;
	display: inline-block;
	margin-left: 2px;
	border-radius: 21px;
}
a.btn-login-inline:hover
{
	background: #24785e;
}
.iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown{
	/* width: 250px; */
	width: 100%;
}
#cadastro .iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown {
	width: 250px;
}

@media screen and (max-width: 500px) {
	.modal-wrap {
		width: calc(100% - 40px);
		padding-bottom: 15px;
	}
	.modal-wrap p {
		padding: 15px 20px 0 20px;
	}
}

@media screen and (orientation: landscape){
	#pagoresult, .checkout{
		min-height: 70vh;
	}
}

@media screen and (max-width: 460px){
	.content_slider h2 {
		font-size: 15pt !important;
	}
	.content_slider p {
		font-size: 12pt !important;
	}
	#container-slider .arrowPrev, #container-slider .arrowNext{
		font-size: 20pt;
	}
	#container-slider .arrowPrev{
		left: 15px;
	}
	#container-slider .arrowNext{
		right: 15px !important;
	}
	#slider{
		height: 400px;
		min-height: 400px;
	}
	#slider li .content_slider{
		padding: 10px 35px;
	}
	.btnSlider{
		padding: 10px 30px;
		font-size: 10pt;
	}

}


















/*************************/
/*     Media Queries     */
/*************************/
@media only screen and (max-width: 1024px) {
	.services,
	.work,
	.testimonial,
	.about,
	.contact,
	.plans {
		height: 100%;
	}
}

@media (min-width: 992px) {
	.slider-1 .swiper-container {
		width: 92%;
	}

	.slider-1 .swiper-button-prev {
		left: -16px;
		width: 22px;
		background-size: 22px 34px;
	}

	.slider-1 .swiper-button-next {
		right: -16px;
		width: 22px;
		background-size: 22px 34px;
	}

	/* Navigation */
	.navbar {
		box-shadow: none;
		transition: all 0.2s;
		padding-top: 1.75rem;
		background-color: transparent;
	}

	.navbar.top-nav-collapse {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		background-color: var(--primary);
		box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.025);
	}

	.homepage .navbar.top-nav-collapse{
		background-color: transparent;
		padding-top: 1.75rem;
		padding-bottom:1.75rem;
	}

	.homepage .fixed-top{
		position: absolute;
	}

	.offcanvas-collapse {
		position: static;
		top: auto;
		bottom: auto;
		left: auto;
		width: auto;
		padding-right: 0;
		padding-left: 0;
		background-color: transparent;
		overflow-y: visible;
		visibility: visible;
	}

	.offcanvas-collapse.open {
		transform: none;
	}

	.navbar .navbar-nav {
		margin-top: 0;
		margin-bottom: 0;
	}

	.navbar .nav-item .nav-link {
		padding-right: 0.75rem;
		padding-left: 0.75rem;
	}

	.navbar .dropdown-menu {
		padding-top: 0.75rem;
		padding-bottom: 0.875rem;
		box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.08);
	}

	.navbar .dropdown-divider {
		width: 90%;
	}

	.navbar .social-icons {
		margin-left: 0.5rem;
	}

	.navbar .fa-stack {
		margin-right: 0;
		margin-left: 0.25rem;
	}
}

@media only screen and (max-width: 540px) {
	h1 {
		font-size: 30px;
	}

	.para {
		width: 100%;
	}

	.swiper-container {
		width: 92%;
	}

	.swiper-button-prev {
		left: -16px;
		width: 22px;
		background-size: 22px 34px;
	}

	.swiper-button-next {
		right: -16px;
		width: 22px;
		background-size: 22px 34px;
	}
}
.event-item a {
	display: flex;
}
.show-desktop{
	display: contents;
}
.show-mobile{
	display: none;
}
.complete_ticket, .complete_ticket:checked, .complete_ticket:not(:checked) {
	left: 0px;
	position: relative;
}
label.complete_ticket_label{
	display: grid;
	grid-template-columns: 1em auto;
	gap: 0.24em;
}
span.complete_ticket_span {
	font-size: 1rem;
	font-weight: normal;
}
.login.steps{
	width: 90vw;
	margin-left: auto;
	margin-right: auto;
}
.p-4 {
	padding: 1.5rem 1rem !important;
}
p.ticket-adicional {
	padding: 0px;
	margin: 0px;
	line-height: 1rem;
}
.eventos .col {
	padding: 0px 20px;
}
.btn-success {
	background: var(--main-color)!important;
	color: var(--main-color-contrast)!important;
	text-align: left;
	border-color: #13a548!important;
}
.btn-success:hover {
	color: var(--main-color-contrast-hover);
	text-align: left;
}
button#btn-add-to-cart span.fas.fa-arrow-right.fa-2x {
	font-size: 1rem;
	float: right;
	line-height: 1.3rem;
}
button#btn-add-to-cart {
	font-size: 0.9rem;
	line-height: 1.4rem;
}
.shopping-cart.cart-empty{
	display: none!important;
}
section.eventos.search-container {
	margin-top: 90px;
	min-height: calc(100vh - 250px);
}
span.search-term {
	font-weight: bold;
	text-transform: capitalize;
}
.bsb-faq-1 p{
	margin-bottom: 0.5rem;
}
.bsb-faq-1 li {
	list-style-type: inherit;
}
.bsb-faq-1 ul {
	padding-left: 2rem;
}
.accordion a{
	color: #0c63e4;
}
.bg-gray{
	background: #edeff1 !important;
}
.btn-container-flex{
	display: flex;
}
.btn-secondary.btn-cancel-form {
	color: #000000;
	background: #d1d1d1;
	border: 1px solid #bfbfbf;
	width: fit-content;
	display: block;
	margin: 0px auto;
}
.footer h4 {
	font-size: 1.3rem;
}
.footer a, .footer p {
	color: #f9f9f9;
	font-size: 1rem;
	line-height: 1lh;
}
.row-gap-1{
	row-gap: 1rem;
}
.myaccount .mini-description {
	border-top: 1px solid #f3f3f3;
	display: block;
	padding: 13px 10px 15px 10px;
}
div#paypal-button-container {
	max-width: 300px;
	margin: 0px auto;
}
.checkout .iti.iti--allow-dropdown.iti--show-flags{
	max-width: 100%;
	width: 100%;
}
section.tickets .banner {
	height: 170px;
}
img.loading-mp {
	height: 22px;
	margin-right: 4px;
}
input#form-checkout__securityCode, #form-checkout__cardNumber, select#form-checkout__installments {
	height: 3rem !important;
}
section.tickets .banner, section.tickets .details {
	height: 170px;
	padding: 1rem;
}
.share-event {
	overflow: hidden;
	display: block;
	padding: 0px;
	margin-top: 1rem;
	margin-left: 15px;
	margin-bottom: 5px;
}
.share-event a {
	width: fit-content;
	background: var(--main-color);
	display: block;
	color: var(--main-color-contrast);
	font-size: 1rem;
	line-height: 1rem;
	font-weight: 600;
	text-transform: lowercase;
	padding: 0.5rem 2rem;
	border-radius: 6px;
}
.icon-svg {
	width: 25px;
	height: 25px;
	display: inline-block;
	margin-right: 3px;
}
.icon-svg svg{
	max-width: 100%;
	max-height: 100%;
}
span.cor {
	width: 1rem;
	height: 1rem;
	display: inline-block;
	margin-right: 6px;
	border-radius: 11px;
}
.setor-header {
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 3.3rem;
	margin: 15px 0px 0px 0px;
	cursor: pointer;
	border: 1px solid #d7e5f7;
	padding: 0px 15px;
	border-radius: 10px 10px 0px 0px;
	border-bottom: none;
}

/* .setor-header::after {
width: 100%;
height: 1px;
background-color: #ededed;
content: ' ';
display: block;
} */
.setor-content {
	display: none;
	border: 1px solid #d7e5f7;
	border-top: 0px;
	border-radius: 0px 0px 10px 10px;
	overflow: hidden;
	padding: 10px;
	margin-top: -15px;
}
.setor-content.expanded {
	display: block;
}
.mobile-preview-more {
	display: none;
}

span.label-18 {
	color: #bb3434;
}

section.eventos h3 {
	font-size: 1.1rem;
	font-weight: normal;
}

section.eventos h3.titulo-setor {
	font-size: 1.2rem;
	font-weight: bold;
}

section.eventos h4.titulo-escolher{
	font-weight: normal;
	font-size: 1.1rem;
}
.setor-header::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	/*background: linear-gradient(to right, #ff0000, #00ff00);*/
}
.setor-header::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 4px;
	/*background: linear-gradient(to bottom, #ff0000, #00ff00);*/
}

/* For right border - using box-shadow */
.setor-header {
	/*box-shadow: inset -4px 0 0 0 transparent,
	inset -4px 0 0 linear-gradient(to bottom, #ff0000, #00ff00);*/
}

#mapa-container {
	margin-top: 1rem;
	display: none;
	width: 100%;
	min-width: 100%;
	border: 3px solid var(--main-color);
	padding: 10px;
	border-radius: 10px;
}

#mapa-container img {
	max-width: 100%;
	max-height: 100%;
}

p.ticket-esgotado {
	font-size: 0.8rem;
	background: #ffc8c8;
	width: initial;
	border-radius: 3px;
	border: 1px solid #eb9393;
	color: #7c0404;
	margin-bottom: 0px;
	margin-top: 3px;
	text-align: center;
}
.event-mapa {
	text-align: center;
	border: 1.8px solid var(--main-color);
	font-weight: bold;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	cursor: pointer;
	width: fit-content;
	display: block;
	color: var(--main-color-contrast);
	font-size: 1rem;
	line-height: 1rem;
	font-weight: 600;
	text-transform: initial;
	padding: .8rem 2rem;
	border-radius: 6px;
	margin-left: 10px;
}
.lote-referencias {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	border: 1px solid #d7dce1;
	background: #f4faff;
	padding: 15px;
	border-radius: 8px;
	width: calc(100% - 20px);
	margin-left: 10px;
}
.line-divider {
	border-top: 1px solid #d9d9d9;
	margin-top: 40px;
	margin-bottom: 10px;
}
.btn-light {
	background: none;
	border: none;
	outline: none;
	padding: 0;
}
.btn-clear-cart{
	color: #8695a5;
}
.btn-clear-cart:hover{
	color: var(--danger);
}
img.placeholder-pagopar {
	display: block;
	margin: 0px auto 50px auto;
	max-width: 300px;
}
a.link-go-back {
	color: var(--bs-heading-color);
	padding: 15px;
	line-height: 3rem;
}
button.btn-submit-form, button.btn-save-ticket-info {
	width: auto;
	text-transform: uppercase;
	font-size: .9rem;
	min-width: 260px;
}
.span-error {
	position: absolute;
	color: #d31616;
	top: 1.9rem;
	right: 1.5rem;
	font-size: .8rem;
}
.outer-error {
	position: relative;
}
.outer-error input, .outer-error select {
	border-color: #d31616;
}
div#container_cadastro{
	display: none;
}
.social-button:hover svg, .social-button:hover svg path {
	fill: var(--main-color)!important;
}
.social-button:hover svg, .social-button:hover svg path[id='path5'] {
	fill: none ! Important;
}
.form-control[readonly] {
	background: #e9e9e9;
}
.social-container{
	display: flex;
	margin-top: 3rem;
	flex-flow: wrap;
}
a.social-icon {
	width: auto;
	border-radius: 6px;
	display: flex;
	align-items: center;
	background: transparent;
	padding: 10px 15px;
}
a.social-icon:hover {
	background: #efefef;
}
a.social-icon img {
	max-height: 25px;
	margin-right: 6px;
	max-width: 40px;
}
a.social-icon span {
	color: #424141;
	font-weight: bold;
}
button.btn-show-pass {
	background: none;
	border: none;
	font-size: 1.5rem;
	float: right;
	line-height: 2.6rem;
	margin-top: -3.4rem;
	margin-right: 0;
	color: #506381;
	padding: 10px 15px;
}
a.btn.btn-danger.btn-medium {
	width: fit-content;
	display: block;
	align-self: center;
	margin: 0px auto;
	padding: 7px 15px;
	line-height: 1.5rem;
}
.required-field .form-control {
	border: 1px solid #5d8bb9;
	background: #e7f2ff;
}
span.label-required {
	font-size: 0.8rem;
	line-height: 1rem;
	display: inline-block;
	color: #5d8bb9;
}
.tickets-container {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin: 20px;
}
.tickets-container .col {
	flex: 0 0 calc(33.33% - (40px / 3)); /* Don't grow or shrink */
	box-sizing: border-box;
}
.countdown {
	background: #000;
	color: #55c36e;
	text-align: center;
	align-content: center;
	padding: 0.7rem;
	font-size: 0.8rem;
	font-weight: bold;
}
.tab-option {
	font-size: 16px;
	font-weight: normal;
	background: var(--tab-back-color);
	color: var(--tab-text-color);
	padding: 0.6rem;
	border-radius: 6px;
	min-width: 180px;
	max-width: fit-content;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tab-option.active {
	background: var(--tab-back-color-active);
	color: var(--tab-text-color-active);
}
.ticket-please-wait {
	background: #f9fcff;
	align-items: center;
	align-self: center;
	display: flex;
	width: fit-content;
	padding: 2rem;
	margin-top: 5rem;
	flex-direction: column;
}
.ticket-please-wait img.loading-tickets {
	width: 80px;
	margin-bottom: 20px;
}
.ticket-please-wait-container{
	justify-content: center;
}
.seat-container {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}
.seat-outer {
	/*flex: 1 1 60px;*/
	height: 60px;
	text-align: center;
	display: flex;
	align-items: center;
}

button.seat-number {
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 66%;
	border: 1px solid rgb(159 219 249);
	color: #526676;
	background: #aee4ff;
}
button.seat-number.btn-selected {
	background: #58b77e;
	color: #f0fff0;
	border-color: #4e9b6c;
}
button.seat-number.btn-selled {
	background: #ffa0a0;
	color: #b13030;
	border-color: #d38686;
}
.lote-referencias p {
	width: 100%;
	font-weight: bold;
	font-size: 1rem;
	line-height: 1rem;
}
.ref {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ref.gray::before {
	width: 40px;
	height: 40px;
	display: block;
	content: " ";
	border-radius: 32px;
	margin-right: 8px;
	background: #aee4ff;
}
.ref.green::before {
	width: 40px;
	height: 40px;
	display: block;
	content: " ";
	border-radius: 32px;
	margin-right: 8px;
	background: #58b77e;
}
.ref.red::before {
	width: 40px;
	height: 40px;
	display: block;
	content: " ";
	border-radius: 32px;
	margin-right: 8px;
	background: #d38686;
}
.video-slider {
	border-radius: 10px;
	width: 100%;
}
@keyframes blur {
	25% {
		filter: blur(20px);
		transform: scale(1.5) rotate(-5deg);
	},
	50% {
		filter: blur(20px);
		transform: scale(1.5);
	},
	75% {
		filter: blur(20px);
		transform: scale(1.5) rotate(15deg);
	}
}
.card:hover .animation-hover{
	animation: blur 3s infinite alternate;
}
/*.ticket-list .ticket-cupon {
	grid-column: 1 / span 2;
}*/

.navbar-nav a:hover,
.footer a:hover,
.footer .fab:hover {
	cursor: pointer;
	color: var(--main-color-hover)!important;
	background: var(--main-color-hover);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

@media (orientation: portrait){
	.ref {
		justify-content: left;
		width: 100%;
	}
	h2 {
		font-size: 1.5rem;
		line-height: 1.7rem;
	}
	.tickets-container .col {
		flex: 100%;
		max-width: 100%;
	}
	.navbar {
		background:#000000d1;
	}
	#navbar>.container{
		justify-content: end;
		gap: 8px;
	}
	.language-switcher .options {
		top: 45px;
	}
	#navbar>.container > :first-child {
		margin-right: auto; /* This pushes the first item to the left */
	}
	div#container_cadastro{
		display: none;
	}
	.section-header-ingressos{
		font-size: 1.2rem;
		line-height: 2.6rem;
	}
	.setor-header {
		font-size: 1.1rem;
	}
	.mobile-preview {
		overflow: hidden;
		max-height: 60vh;
		position: relative;
		transition: max-height 1.5s ease;
	}
	.mobile-preview.expanded {
		max-height: 2000px;
		padding-bottom: 20px !important;
	}
	.mobile-preview::before {
		content: ' ';
		background: rgb(255, 255, 255);
		background: linear-gradient(0deg, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0) 100%);
		display: block;
		width: 100%;
		height: 50px;
		position: absolute;
		bottom: 0px;
	}
	.mobile-preview.expanded::before {
		background: transparent;
	}
	.mobile-preview-more {
		display: block;
		margin: 0px auto;
		width: 100px;
		margin-top: -2rem;
		background: #ebebeb;
		text-align: center;
		border-radius: 27px;
		line-height: 1.8rem;
		font-size: 1rem;
		padding: 0px;
		color: #303030;
		border: 1px solid #dfdcdc;
		z-index: 1;
	}
	.detal {
		margin-top: 20px;
	}
	section.tickets .banner {
		height: auto;
	}
	.footer .py-2 {
		padding-top: .2rem !important;
		padding-bottom: .2rem !important;
	}
	.footer .col-lg-3.py-4.py-md-5{
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	div#paypal-button-container {
		max-width: 100%;
		margin: 0px auto;
	}
	#form-checkout, #pix-form-checkout, #pix-code-section, #info-pago-resultado {
		width: 100%;
	}
	.buttons-nav {
		column-gap: 0.5rem;
	}
	.tab-option {
		font-size: 1rem;
		min-width: 120px;
		padding: 0.4rem;
	}
	.row.top-banner .banner iframe {
		width: 100%;
		height: 100%;
	}
	#slider {
		height: fit-content;
		min-height: fit-content;
	}
	section.bsb-faq-1 .container{
		padding: 0px;
	}
	section.static-contents .row.p-4 {
		padding: 0px;
	}
	section.eventos.search-container {
		margin-top: 50px;
	}
	section.event .row.top-banner{
		background-color: #19201e;
	}
	.event .banner-header{
		background-size: contain;
	}
	.myaccount, .tickets,  .static-contents {
		margin-top: 80px;
	}
	.myaccount .p-4 {
		padding: 1.5rem 0px!important;
	}
	.shopping-cart a.nav-link {
		line-height: normal;
		padding: 6px 9px;
	}
	.show-desktop{
		display: none;
	}
	.show-mobile{
		display: flex;
	}
	.mobile-pt-1{
		padding-top: 3rem;
	}
	.listslider {
		bottom: -3rem;
	}
	section.eventos {
		overflow: hidden;
	}
	.iti.iti--allow-dropdown.iti--show-flags{
		max-width: 75%;
	}
	.checkout .iti.iti--allow-dropdown.iti--show-flags{
		max-width: 100%;
		width: 100%;
	}
	.modal.modal-opened .modal-wrap {
		min-width: auto;
	}
	img.success-image {
		width: 100%;
		max-width: 100%;
	}
	.row.top-banner .col-lg-9 {
		height: 144px;
	}
	span.data-hora.text-center {
		display: none;
	}
	.col-lg-3.py-4.py-sm-0 {
		padding-top: 0px !important;
	}
	.home {
		padding-top: 0px;
		min-height: 400px;
	}
	.mini-banner {
		height: fit-content;
	}
	.homepage .mini-banner {
		height: 50vw;
	}
	.mini-description.p-4 {
		padding: 0.5rem !important;
		min-height: 150px;
	}
	section.event {
		height: 150px;
		margin: 66px 0px 0px 0px;
		background-color: transparent;
	}
	section.event .row.top-banner {
		height: 150px;
		margin-bottom: 0px;
	}
	.detal {
		padding: 0px 25px;
	}
	.detal .col {
		padding: 0px;
	}
}

@media only screen and (min-width: 990px) and (max-width: 1415px) {
	.cart-controls .btn, .cart-controls .qty{
		width: 30px;
	}
	.col-1.d-none.d-lg-block.espaciador {
		width: 0px;
	}
	.col-lg-4.detal {
		flex: 0 0 auto;
		width: 38%;
	}
}

@media only screen and (orientation: portrait) and (max-width: 372px) {
	.ticket-list {
		display: grid;
		grid-template-columns: 100%;
	}
	.ticket-list .cart-controls {
		padding: 0px 0px 0px 10px;
		text-align: center;
	}
}

@media only screen and (orientation: portrait) and (min-width: 373px) and (max-width: 400px) {
	.ticket-list .cart-controls {
		padding: 0px;
	}
}