.header--home .header__logo {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
}

.header--home .header__logo-image {
	filter: invert(1);	
}

.video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	z-index: -1;
	pointer-events: none;

	background-image: url(/assets/videos/preview.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: auto;
}

.header__event {
	margin-bottom: 100px;
}

.header__event video {
	width: 100%;
	height: 100vh;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.header__text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #ffbb0e;
	text-align: center;
}

.header__text h1 {
	font-size: 70px;
	margin-bottom: 10px;
}

.header__text h1 span {
	transform: rotate(5deg);
	display: inline-flex;
	padding: 0 15px;
	background: #101010;
}

.header__text h2 {
	font-size: 30px;
	line-height: normal;
	margin-top: 0;
	padding-right: 15px;
}

.header__text h1,
.header__text h2 {
	background-color: rgba(0, 0, 0, 0.3);
	width: fit-content;
	padding-left: 15px;
	margin-left: auto;
	margin-right: auto;
}

.header--single-page .header__event {
	position: relative;
	max-height: 500px;
	margin-bottom: 30px;
	background-color: #010101;
	overflow: hidden;
}

.header__event-bg-image {
	width: 100%;
	height: 100%;
	object-fit: cover;	
	filter: blur(5px);
	opacity: .5;
}

.header__event-image {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.header--single-page .header__logo {
	position: absolute;
	display: block;
	top: 15px;
	left: 50px;
	filter: invert(1);
}

.header--single-page .header__logo-image {
	max-width: 70px;
	margin-top: 0;
}

.events-grid {
	display: grid;
    grid-template-columns: repeat(auto-fill, minmax(325px, 1fr));
    gap: 50px;
	margin-bottom: 100px;
}

.events-grid__item {
	position: relative;
	cursor: default;
	background-color: #ffbb0e;
	border: 1px solid #010101;
}

.events-grid__item.activo {
	transition: all .3s ease;
}

.events-grid__item.activo:hover {
	display: block;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
	transition: all .3s ease;
}

.events-grid__item.activo:hover img {
	opacity: .5;
}

.events-grid__item img {
	width: 100%;
	height: 500px;
	object-fit: cover;
}

.events-grid__item .event-info {
	padding: 5px 15px;
	color: #010101;
}

.event-date,
.events-grid__item .event-info h2 {
	text-transform: uppercase;
}
.events-grid__item .event-info h2 {
	background: #010101;
	width: fit-content;
	color: #ffbb0e;
	padding: 0 15px;
	height: 27px;
	transform: rotate(-2deg);
	transition: all .3s ease;
}

.events-grid__item.activo:hover h2 {
	transform: rotate(0);
	transition: all .3s ease;
}

.events-grid__item .event-cancelled {
	position: absolute;
	top: 50%;
	left: 50%;
	color: rgb(195, 3, 3);
	border: 5px solid rgb(195, 3, 3);
	background-color: rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
	font-size: 50px;
	font-weight: 700;
	padding: 10px 20px;
	transform: translate(-50%, -50%) rotate(-25deg);
	cursor: default;
}

.home-info {
	margin-bottom: 100px;
}

.home-info .title {
	font-size: 50px;
	line-height: normal;
	font-weight: 700;
	text-align: center;
	color: #ffbb0e;
	background-color: #010101;
	width: fit-content;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.home-info .subtitle {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 50px;
}

.home-info-content__item {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.home-info-content__item .home-info-text {
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 50px;
}

.home-info-content__item .home-info-text h2 {
	border-bottom: 5px solid #ffbb0e;
	width: fit-content;
	padding: 0 20px;
	margin-bottom: 0;
}

.home-info-content__item img {
	width: 100%;
	height: 500px;
	object-fit: cover;
}

.title-section {
	font-size: 30px;
	font-weight: 700;
	border-bottom: 2px solid #010101;
	width: 50%;
	margin-bottom: 30px;
}

.event-description {
	margin-bottom: 60px;
	max-width: 800px;
}

.event-single-ticket {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	min-height: 230px;
	background-color: #f1f1f1;
	margin-bottom: 30px;
}

.event-single-ticket .alert {
	min-width: 300px;
	justify-content: center;
	padding-left: 0;
}

.event-single-ticket__name {
	font-size: 50px;
	font-weight: 700;
	letter-spacing: 2px;
	padding-left: 50px;
	width: 300px;
}

.event-single-ticket__info {
	padding-right: 50px;
}


/** MAP DISCO **/
.localities-maps {
	display: flex;
	border: 1px solid #707070;
	width: fit-content;
	padding-top: 30px;
	padding-left: 30px;
	margin: 0 auto 90px;
	width: 100%;
	max-width: 1400px;
}
.localities-maps__stage {
	width: 25%;
	max-width: 250px;
	height: 490px;
	border: 1px solid #707070;
	background: #f1f1f1;
	border-top-right-radius: 200px;
	border-bottom-right-radius: 200px;
	margin-right: 30px;		
}

.localities-maps__stage,
.localities-maps__local .local__item>div {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
}

.localities-maps__local {
	width: 100%;
}

.localities-maps__local .local__item {
	display: flex;
}

.localities-maps__local .local__item > div {
	width: calc(100%/3);
	height: 100px;
	border: 1px solid #707070;
	background: #f1f1f1;
	margin-right: 30px;
	margin-bottom: 30px;	
}

.localities-maps__local .local__item .available {
	background: #31FF00;
}

.localities-maps__local .local__item .reserved {
	background: #FF0000;
}

.localities-maps__local .local__item .pista {
	width: 57%;
	height: 230px;
}

.localities-maps__local .local__item .barra {
	width: 10%;
	height: 230px;
}

.localities-maps__local .local__item .reservado_grande {
	width: calc(100%/3);
	height: 230px;
}

.event-form {
	margin-bottom: 30px;
}

.event-form__title {
	font-size: 50px;
	font-weight: 900;
	text-transform: uppercase;
	color: #010101;
	border-bottom: 5px solid #ffbb0e;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.event-form__subtitle {
	text-align: center;
	margin-bottom: 50px;
}

.event-form form {
	background: #f1f1f1;
	padding: 50px 60px;
	display: flex;
	justify-content: space-between;
}

.event-form .form-group {
	display: flex;
	align-items: center;
}

.event-form .form-group label {
	width: 100px;
}

.event-form__right {
	text-align: right;
}

.event-form-message {
	margin-bottom: 30px;
}

.event-form-info {
	text-transform: uppercase;
	margin-bottom: 30px;
}

.no-available {
	text-align: center;
}

.no-available .event-form-message,
.no-available .btn {
	margin: 0 auto;
}

.no-available .alert {
	justify-content: center;
}