body.overflow {
	overflow: hidden;
}

.main_title,
.main_title h2 {
	font-family: 'Manrope', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 50px;
	line-height: 45px;
}

.uppercase {
	text-transform: uppercase;
}

.red_bar {
	position: absolute;
	left: 0;
	top: 0;
	width: 2.5vw;
	max-width: 60px;
	height: 150px;
	background-color: #e01f26;
	z-index: 11;
}

.page-template-temp_home .red_bar {
	height: 100%;
}

.single-obra #header {
	background: #FFF;
}

.page-template-temp_blog footer {
	margin-top: 9rem;
}

#search_ticket_result .button.transparent {
	background: #FFF;
}

#search-tickets-form .mb-3 {
	display: none;
}

.date__select {
	position: relative;
}

.date__select .hour_select_filter {
	z-index: 1;
}

.date__select .flatpickr {
	position: absolute;
	z-index: 1;
	bottom: 0;
	opacity: 0;
}

#search-tickets h2 {
	font-size: 3rem;
	color: #FFF;
	text-transform: uppercase;
	margin-bottom: 2rem;
}

#search,
#search-tickets {
	width: 100vw;
	height: 0;
	overflow: hidden;
	transition: all 1200ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
	transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
}

#search.active,
#search-tickets.active {
	height: 100dvh;
}

#search-tickets .search_container,
#search .search_container {
	background: #e01f26 !important;
	padding: 15vh 5vw 5vw 5vw;
	width: 100%;
	height: 100dvh;
	display: flex;
	justify-content: center;
}

#search-tickets .search_container .content,
#search .search_container .content {
	position: relative;
	width: 60%;
}

#search-tickets #search-tickets-form {
	border-bottom: 0;
}

.search-item {
	height: 100%;
	width: 100%;
}

.search-item h4 {
	color: #FFF;
	font-size: 0.9rem;
	margin-top: 0.5rem;
}

.search-item .cover {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.search-item .cover__wrap {
	display: inline-block;
	background: whitesmoke;
	height: 15vh;
	min-height: 15vh;
	position: relative;
	width: 100%;
}

.search-item .link {
	position: absolute;
	bottom: 0;
	right: 0;
	background: #000;
	width: 3vw;
	height: 3vw;
	display: flex;
	align-items: center;
	justify-content: center;
}

#search_info_result {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: 1fr;
	grid-column-gap: 1rem;
	grid-row-gap: 1rem;
	overflow-y: scroll;
	max-height: 50vh;
}

.close-search-action,
.close-search-tickets {
	position: absolute;
	font-size: 2rem;
	color: #FFF;
	cursor: pointer;
	right: 5%;
	top: 5vh;
}

#search_info_filter {
	margin: 1rem 0;
}

#search-form div,
#search-tickets-form {
	align-items: center;
	border-bottom: solid 2px #FFF;
	display: flex;
	flex-direction: row;
	font-size: 2rem;
	color: #FFF;
}

#search-tickets-form {
	gap: 1vw;
}

#search_info_action i,
.show-search-action i {
	display: block;
	transform: scaleX(-1);
	position: relative;
	top: 2px;
}

#search-tickets-form {
	font-size: 1rem;
}


#search-form input {
	background: transparent;
	border: none;
	font-size: 3rem;
	color: #FFF;
	outline: none;
}

#search-form input:focus {
	box-shadow: none;
	outline: none;
}

#search-form input::placeholder {
	font-weight: bold;
	opacity: 0.5;
	color: #dadada;
	text-transform: uppercase;
}


#search_ticket_result {
	display: flex;
	gap: 1vw;
	flex-wrap: wrap;
	margin-top: 15px;
}

#search_ticket_result .result-item {
	position: relative;
	width: 30%;
	color: #fff;
}

#search_ticket_result .result-item .cover__wrap {
	width: 100%;
	height: 15vh;
	margin-bottom: 15px;
}

#search_ticket_result .result-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#search_ticket_result .result-item h4 {
	font-size: 1.2rem;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 15px;
}

#search_ticket_result .result-item h5 {
	font-size: 1rem;
	text-transform: uppercase;
	font-weight: 500;
}

#search_ticket_result .hours-buttons a {
	background-color: #fff;
	color: #E01F26;
	color: #000;
	padding: 1px 8px 1px 24px;
	margin-right: 7px;
	text-decoration: none;
	position: relative;
}

#search_ticket_result .hours-buttons a:before {
	content: '';
	left: 5px;
	bottom: 5px;
	position: absolute;
	width: 20px;
	height: 13px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url('../assets/arrow_down_right.svg');
	filter: invert(1);
}

#search_info_filter .search-filter {
	margin-right: 10px;
}

@media(max-width:1400px) {

	/*
	#search-tickets .search_container, #search .search_container {	
	    padding: 13% 15% 5% 15%;
    }
*/
	#search-form input {
		font-size: 1.8rem;
	}

	#search-form div {
		font-size: 1.8rem;
	}

	#search-tickets .search_container .content,
	#search .search_container .content {
		position: relative;
		width: 90%;
	}
}

@media(max-width:992px) {
	#search-tickets .search_container {
		background-color: #fff !important;
	}

	#search-tickets h2 {
		font-size: 2rem;
		color: #000;
	}

	#search_ticket_result .result-item {
		position: relative;
		color: #000;
	}

	#search_ticket_result .hours-buttons a {
		background-color: #E01F26;
		color: #fff;
	}

	#search_ticket_result .hours-buttons a:before {
		filter: invert(0);
		height: 11px;
	}

	#search_ticket_result .result-item {
		position: relative;
		width: 100%;
		margin-bottom: 15px;
	}

	#search-tickets .search_container,
	#search .search_container {
		overflow: scroll;
		padding: 12vh 5vw 5vw;
	}

	.single-obra #search-tickets .search_container .cast__select {
		top: 0;
		margin-top: 1rem;
	}

	#search-tickets h2 {
		margin-bottom: 1rem;
	}

	#search_ticket_result {
		padding-bottom: 10vh;
	}
}


@media(max-width:767px) {

	#search_ticket_result .result-item .cover__wrap {
		height: 25vh;
	}

	#search-form input {
		font-size: 1.2rem;
	}

	#search-form div {
		font-size: 1.2rem;
	}

	#search_info_result {
		grid-template-columns: repeat(2, 1fr);
	}

	.search-item .link {
		display: none;
	}

	#search_ticket_result .result-item {
		position: relative;
		width: 100%;
		margin-bottom: 15px;
	}

	#search-tickets h2 {
		font-size: 1.5rem;
	}

	.red_bar {
		height: calc(80dvh + 60px);
		display: none;
	}

}

@media(max-width:600px) {
	#search-tickets #search-tickets-form {
		flex-direction: column;
	}

	.date__select .flatpickr {
		opacity: 0;
		width: 100%;
		bottom: 5px
	}
}


/* Events rows view */


.events_container .event {
	position: relative;
}

.event .title {
	position: relative;
}

.event .title:before {
	content: '';
	position: absolute;
	left: 0px;
	width: 2px;
	height: 100%;
	background-color: red;
}

.events_container .event .event__cover {
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	display: none !important;
	object-fit: cover;
	height: 5vw;
	width: 5vw;
	position: absolute;
	left: 20%;
	transition: all 0.5s ease;
	z-index: 5;
}

.events_container .event .container-fluid {
	position: relative;
	z-index: 1;
}

.events_container .event:hover * {
	transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	/* easeOutQuart */
	transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
	/* easeOutQuart */
}

.events_container .event {
	cursor: pointer;
	padding: 35px 0;
}

.events_container .event:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 0%;
	pointer-events: none;
	background-color: #e01f26;
	z-index: 0;
	transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	/* easeOutQuart */
	transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
	/* easeOutQuart */
}

.events_container .event:hover:before {
	top: 0;
	height: 100%;
}

.events_container .event:hover {
	background: #f1f1f1;
}

.events_container .event .title:before {
	height: 0;
	top: 50%;
	transition: all 750ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	/* easeOutQuart */
	transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
	/* easeOutQuart */
}

.events_container .event:hover .title:before {
	height: 100%;
	top: 0%;
	background-color: #fff;
}

.events_container {
	position: relative;
	margin-bottom: 100px;
}

.events_container .event {
	position: relative;
	padding: 30px 0px;
	margin-bottom: 10px;
}

/*
.events_container .event:hover {
	background: #e01f26;
}
*/

.events_container .event:hover * {
	color: white;
}

.events_container .event:hover a img {
	filter: invert(1);
}

.events_container .event a {
	color: #000;
	text-decoration: none;
}

.events_container .event a img {
	margin-right: 5px;
	width: auto;
	height: 20px;
	vertical-align: baseline;
	filter: invert(1);
}

.events_container .event:hover a img {
	filter: invert(0);
}

.events_container .event .container-fluid {
	width: 90%;
	margin: 0 auto;
}

@media(max-width:767px) {
	.events_container .event .container-fluid {
		width: 100%;
	}

	.events_container .event a img {
		height: 16px;
	}
}

/* MAIN */
.row {
	margin: 0;
}

.hidden {
	display: none;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: 700;
}

.grey_bg {
	background-color: #f1f1f1;
}

.bold {
	font-weight: bold;
}

.upper {
	text-transform: uppercase;
}

.footer__newsletter {
	align-items: center;
	display: flex;
	flex-direction: row;
	width: 100%;
}

.footer__newsletter #frm_form_4_container {
	margin-right: 1rem;
	width: 60%;
}

.footer__newsletter #field_p8yqq {
	background: transparent;
	border: none;
	border-bottom: solid 1px #dadada;
}

#header {
	position: fixed;
	padding: 30px 50px;
	width: 100%;
	margin: 0 auto;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 10;
	transition: all 1000ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
	/* easeInOutQuart */
	transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
	/* easeInOutQuart */
	font-weight: 700;
}

#header.in {
	opacity: 1;
}

#header .navbar-brand {
	margin-left: 5vw;
}

#header .nav-link {
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
	cursor: pointer;
}

#header .nav-link.active::before {
	border-left: 5px #e01f26 solid;
	content: '';
	margin-right: 5px;
}

#header .nav-link:hover {
	color: #e01f26;
}

.navbar-toggler {
	border: none;
}

/*
#header .nav-link {
	padding: 1px 10px;
	margin: 0 2px;
}
*/

.vg-background-red {
	background-color: #e01f26;
	padding: 0 5px !important;
	position: relative;
}

.vg-background-red:before {
	content: '';
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	width: 0%;
	height: 100%;
}

#header .vg-background-red .nav-link {
	color: #fff;
}

/* MENU */

#menu_mobile_container {
	position: relative;
	width: 100%;
}

.logo_link {
	position: relative;
	width: 100%;
}

#header-menu {
	position: relative;
	width: 100%;
}

.mobile_menu_logo {
	display: none;
}

#menu_logo {
	position: fixed;
	left: 5vw;
	top: 24px;
	width: 12vw;
	z-index: 11;
}

#menu_logo img {
	width: 100%;
	height: auto;
}

#ul-header-menu {
	display: flex;
	justify-content: flex-end;
	margin: 0;
	padding: 0;
	gap: 1.5vw;
	font-size: 16px;
}

#ul-header-menu li.nav-item {
	display: block;
	margin: 0;
	padding: 0;
}

#menu_btn {
	position: fixed;
	right: 15px;
	top: 17px;
	z-index: 100;
	transform: scale(0.6);
	display: none;
	cursor: pointer;
}

#mobile_search {
	position: fixed;
	right: 65px;
	top: 14px;
	z-index: 100;
	display: none;
	cursor: pointer;
	font-size: 1.3rem;
}

#mobile_search a {
	color: #000;
	text-decoration: none;
}

#mobile_search i {
	transform: scaleX(-1);
	display: block;
}

@media(max-width:1600px) {
	#ul-header-menu {
		gap: 1.5vw;
		font-size: 14px;
	}
}

@media(max-width:1400px) {
	#header {
		padding: 30px 15px;
	}

	#ul-header-menu {
		gap: 1vw;
	}
}

@media(max-width:1200px) {
	#ul-header-menu {
		gap: 0.7vw;
		font-size: 13px;
	}
}

@media(max-width:1100px) {
	#ul-header-menu {
		font-size: 12px;
	}
}

@media(max-width:992px) {
	#header {
		width: 100vw;
		height: 0dvh;
		overflow: hidden;
		right: 0;
		padding: 0;
		left: auto;
	}

	#header.active {
		width: 100vw;
		height: 100dvh;
	}

	#menu_mobile_container {
		position: absolute;
		right: 0;
		height: 100dvh;
		width: 100vw;
		padding-bottom: 5vh;
		display: flex;
		flex-direction: column;
		justify-content: center;
		gap: 4vh;
		align-items: center;
		background-color: #e01f26;
		transform: scale(1.1);
		transition: transform 1200ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
		transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
		transition-delay: 100ms;
	}

	.active #menu_mobile_container {
		transform: scale(1);
	}

	.mobile_menu_logo {
		display: block;
		width: 40%;
		height: auto;
		margin: 0 auto;
	}

	#ul-header-menu {
		flex-direction: column;
		align-items: center;
		height: auto;
		color: #fff;
		position: relative;
		width: 100vw;
	}

	#menu_logo {
		position: fixed;
		left: 0;
		top: 0;
		width: 100vw;
		background-color: #fff;
		padding: 19px 5vw;
		z-index: 9;
	}

	#menu_logo img {
		position: relative;
		/*
		left: 5vw;
		top: 19px;
*/
		width: 18vw;
		height: auto;
	}

	#menu_btn,
	#mobile_search {
		display: block;
	}

	#mobile_search {
		display: block;
		transform: scale(1);
		transition: transform 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
	}

	.active#mobile_search {
		pointer-events: none;
		transform: scale(0)
	}

	#ul-header-menu .show-search-action {
		display: none;
	}

	#header .nav-link {
		color: #fff;
		font-size: 3vw;
		font-weight: 600;
		position: relative;
	}

	#header .nav-link:hover {
		color: #fff;
	}

	#burger_boy {
		position: relative;
		width: 40px;
		height: 25px;
	}

	#burger_boy .bread,
	#burger_boy .cheese {
		position: absolute;
		width: 100%;
		height: 4px;
		border-radius: 2px;
		background-color: #e01f26;

	}

	#burger_boy .bread {
		transition: top 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000), transform 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000), background 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
		/* easeInOutQuart */
		transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
		/* easeInOutQuart */
		transition-delay: 500ms, 0ms;
	}

	#burger_boy .bread.top {
		top: 0;
		transform-origin: center center;
	}

	#burger_boy .bread.bottom {
		top: calc(100% - 4px);
	}

	#burger_boy .cheese {
		top: calc(50% - 2px);
		transition: transform 400ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
		/* easeInOutQuart */
		transition-delay: 700ms;
	}

	.active #burger_boy .bread.top {
		transform: rotate(45deg);
		top: 50%;
		transition-delay: 100ms, 400ms;
		background-color: #fff;
	}

	.active #burger_boy .bread.bottom {
		transform: rotate(-45deg);
		top: 50%;
		transition-delay: 100ms, 400ms;
		background-color: #fff;
	}

	.active #burger_boy .cheese {
		transform: scaleX(0);
		transition-delay: 0ms;
	}

	.close-search-action,
	.close-search-tickets {
		top: 15px;
		color: #000;
	}

	.vg-background-red {
		background-color: #fff;
		color: #e01f26;
		padding: 0 3px !important;
	}

	#header .vg-background-red .nav-link {
		color: #e01f26;
	}

	#header .nav-link.active::before {
		border-left: 0px #fff solid;
		position: absolute;
		left: -10px;
		width: 3px;
		height: 60%;
		top: 5px;
		background-color: #fff;
	}
}

@media(max-width:600px) {
	#menu_logo {
		padding: 15px 5vw;
	}

	#menu_logo img {
		width: 35vw;
	}

	#menu_btn {
		top: 14px;
	}

	#mobile_search {
		top: 11px;
	}

	#header .nav-link {
		font-size: 5vw;
	}

	.mobile_menu_logo {
		width: 60%;
	}

	#ul-header-menu li.nav-item {
		margin-bottom: 5px;
	}
}

/* MENU */


.button {
	position: relative;
	overflow: hidden;
	display: inline-block;
	cursor: pointer;
	color: #000;
	padding: 0.7rem 1.3rem;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Manrope', sans-serif;
	font-weight: 600;
	transition: all 800ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	/* easeOutQuart */
	transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
	/* easeOutQuart */
}



.button .txt,
.button img {
	position: relative;
	z-index: 2;
}

.button img {
	position: relative;
	height: 20px;
	width: auto;
	vertical-align: baseline;
	margin-right: 10px;
}

.button .txt {
	display: inline-block;
	font-size: 0.9rem;
	line-height: 0.9rem;
	opacity: 1;
	z-index: 0;
	transition: opacity 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	/* easeOutQuart */
	transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
	/* easeOutQuart */
	transition-delay: 500ms;
}



.button img {
	display: inline-block;
	left: 0;
	z-index: 0;
	transform: translateX(0%) translateY(0);
	transition: left 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000), transform 250ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000), cubic-bezier(0.165, 0.840, 0.440, 1.000);
	/* easeInOutQuart */
	transition-delay: 0ms, 1000ms;
}

.button .txt_copy {
	position: absolute;
	font-size: 0.9rem;
	line-height: 0.9rem;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translateX(-100%) scale(1);
	transition: all 900ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
	/* easeInOutQuart */
	transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
	/* easeInOutQuart */
	transition-delay: 0ms;
}

.button.red {
	background: #e01f26;
	color: #FFF;
}

.button.red img {
	filter: brightness(1);
}

.button.black {
	background: #000;
	color: #FFF;
}

.button.transparent {
	background: transparent;
	color: #000;
}

.button.transparent img {
	filter: invert(1);
}

.button.transparent .txt_copy {
	color: #fff;
}

.button.transparent.white {
	background: transparent;
	color: #fff;
}

.button.transparent.white .txt_copy {
	color: #000;
}

.button.transparent.white img {
	filter: invert(0);
}

.button:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 0;
	height: 100%;
	background-color: #000;
	z-index: 1;
	transition: all 850ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
	/* easeInOutQuart */
	transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
	/* easeInOutQuart */
}


.button.red:before {
	background-color: #000;
}

.button.white.transparent:before {
	background-color: #fff;
}

.button.black:before {
	background-color: #e01f26;
}


@media(min-width:767px) {

	.button:hover,
	.button.active {
		color: #fff;
	}

	.button:hover .txt,
	.button.active .txt {
		opacity: 0;
		transition-delay: 0ms;
	}

	.button:hover img,
	.button.active img {
		transform: translateX(0%) translateY(0px) rotate(-45deg);
		left: 120%;
		transition-delay: 0ms, 0ms;
	}

	.button:hover .txt_copy,
	.button.active .txt_copy {
		transform: translateX(0) scale(1);
		opacity: 1;
		transition-delay: 50ms;
	}

	.button.red:hover,
	.button.red.active {
		color: #fff;
	}

	.button.red:hover img,
	.button.red.active img {
		filter: brightness(1)
	}

	.button.black:hover,
	.button.black.active {
		color: #fff;
	}

	.button.black:hover img,
	.button.black.active img {
		filter: brightness(1)
	}

	.button:hover.transparent,
	.button.transparent.active {
		color: #fff;
	}

	.button.transparent.white:hover,
	.button.transparent.white.active {
		background: transparent;
		color: #000;
	}

	.button:hover:before,
	.button.active:before {
		width: 100%;
	}

}



.section-banner {
	margin-bottom: 80px;
	color: #fff;
	display: flex;
}



.section-banner.banner-large {
	width: 90%;
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 60px 80px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

}

.section-banner.banner-large .banner-info {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.section-banner.banner-large .banner-logo {
	max-width: 20vw;
}

.section-banner.banner-large .banner-content {
	margin: 30px 0;
	max-width: 32vw;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 500;
}


.section-banner.banner-small .banner-info {
	background-color: #e01f26;
	display: flex;
	padding: 70px 0;
	justify-content: center;
	align-items: flex-end;
	gap: 1vw;
	width: 60%;
}

.section-banner .banner-info.left-banner-image {
	display: flex;
	width: 60%;
	position: relative;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	gap: 0;
	padding: 0;
}
.section-banner .banner-info.left-banner-image a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1;
}

.section-banner.banner-small.lucky_banner .banner-info {
	background-color: #036EAD;
}

.lucky_banner {
	position: relative;
	height: 20vh;
	max-height: 200px;
}

.lucky_banner .banner-cover {
	padding: 1vh 5vw;
	display: flex;
	align-items: center;
	justify-content: center;
}

.lucky_banner .banner-cover {
	width: 40%;
	background-color: #f1f1f1;
}

.lucky_banner .banner-cover img {
	width: auto;
	height: 100%;
}




.section-banner.banner-small .banner-title {
	font-size: 2vw;
	line-height: 2vw;
	width: 60%;
	/* 	margin-left: 5vw; */
}

/*
.section-banner.banner-small a {
	margin-right: 5vw;
}
*/

.section-banner.banner-small a:hover {
	color: #555;
}

.section-banner.banner-large,
.section-banner.banner-small {
	margin-bottom: 10vw;
}

.section-banner .banner-info,
.section-banner .banner-cover {
	padding: 0;
}

.section-banner .banner-cover {
	background-size: cover;
}

.section-banner .banner-content {
	position: relative;
	font-size: 2vw;
	line-height: 2vw;
	font-weight: 600;
}

.section-banner .banner-content p {
	position: relative;
	margin: 0;
}

.section-banner .banner-info .link {
	top: 10px;
	position: relative;
}

.section-banner .banner-info .link .button {
	padding: 0.3rem 1.3rem;
}

.citi-promos .banner-info {
	width: 60%;
}

.citi-promos .banner-cover {
	width: 40%;
	background-color: #f1f1f1;
}

.citi-promos .banner-cover {
	padding: 2vh 5vw;
	display: flex;
	align-items: center;
	justify-content: center;
}

.citi-promos .banner-cover img {
	width: 60%;
}

.about-mejorteatro .banner-info,
.group-sell .banner-info {
	width: 50%;
}

.about-mejorteatro .banner-cover,
.group-sell .banner-cover {
	width: 50%;
}

.group-sell .banner-cover img {
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about-mejorteatro {
	justify-content: center;
	gap: 2vw;
}

.about-mejorteatro .banner-info {
	max-width: 550px;
}

.about-mejorteatro .banner-cover {
	/* 		padding: 2vh 5vw; */
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.about-mejorteatro .banner-cover img {
	max-width: 500px;
	height: 400px;
	width: 100%;
	object-fit: cover;
	border-radius: 40px;
}


.events_container .col-3:nth-child(1):after,
.cartelera .red_label,
.faqs .red_label,
.venta-grupos .red_label,
.red_label {
	background: #e01f26;
	margin-right: 15px;
	min-height: 2rem;
	width: 4px;
	height: 100%;
	position: absolute;
}


.home__blog .red_label {
	background: #e01f26;
	margin-right: 15px;
	min-height: 2rem;
	width: 4px;
	height: 100%;
	position: relative;
}

#header .navbar-brand {
	position: relative;
	top: 2px;
}

#header .navbar-brand img {
	width: 70%;
	height: auto;
}

/*
@media(max-width:1400px) {
	#header {
		padding: 10px 20px;
	}
}

@media(max-width:1300px) {
	#header {
		padding: 10px 20px;
	}

	#header .navbar-brand {
		margin-left: 3vw;
	}

	#header .nav-link {
		padding: 1px 5px;
		margin: 0 2px;
		font-size: 14px;
	}

	#header .navbar-brand {
		width: 200px;
	}
}

@media(max-width:1100px) {

	#header .nav-link {
		padding: 1px 3px;
		margin: 0 2px;
		font-size: 13px;
	}

	#header .navbar-brand {
		width: 150px;
	}
}
*/

#menu-item-47 {
	display: none;
}


@media(max-width:767px) {
	/*
	#header {
		padding: 10px 15px;
	}

	#header .navbar-brand {
		margin-left: 0vw;
		width: 130px;
	}

	#header .navbar-brand img {
		width: 100%;
		height: auto;
	}
*/

	body {
		font-size: 13px;
	}

	.about-mejorteatro {}

	.about-mejorteatro .banner-cover,
	.about-mejorteatro .banner-info {
		width: 100%;
	}

	.about-mejorteatro .banner-cover img {
		max-width: 400px;
		height: 300px;
		margin-top: 1rem;
	}

	.button img {
		height: 13px;
	}

	.section-banner {
		display: flex;
		flex-direction: column;
	}

	.citi-promos .banner-info,
	.citi-promos .banner-cover,
	.about-mejorteatro .banner-info,
	.group-sell .banner-info,
	.group-sell .banner-cover {
		width: 100%;
	}

	.lucky_banner {
		height: auto;
		max-height: initial;
	}

	.lucky_banner .banner-cover {
		width: 100%;
	}

	.lucky_banner .banner-cover img {
		width: 40%;
		max-width: 250px;
		height: auto;
	}

	.section-banner.banner-large .banner-logo {
		margin: 1rem auto;
		max-width: 60vw;
	}

	.section-banner.banner-large .banner-content {
		/* 		font-size: 1rem; */
		max-width: 80vw;
		width: 80vw;
	}

	.section-banner.banner-large .banner-content {
		margin: 0;
	}

	.section-banner a {
		font-size: 0.8rem;
	}

	.section-banner.banner-small .banner-info {
		padding: 20px 0;
	}

	.section-banner.banner-small .banner-title,
	.section-banner.banner-small .banner-content {
		text-transform: uppercase;
		font-size: 4vw;
		line-height: 4vw;
	}

	.about-mejorteatro .banner-info,
	.section-banner.banner-large .banner-content,
	.section-banner.banner-small .banner-info {
		max-width: 100%;
		width: 100%;
		text-align: center;
	}


	.about-mejorteatro .banner-cover {
		justify-content: center;
	}

	.about-mejorteatro.section-banner.banner-large .banner-content {
		margin-bottom: 1rem;
	}
	
	.section-banner .banner-info.left-banner-image {
		min-height: 200px;
	}
}

@media(max-width:600px) {
	.section-banner.banner-large {
		padding: 1rem !important;
	}
}


/*FOOTER*/

#footer {
	background-color: #000;
	color: #fff;
	padding: 100px 50px;
	position: relative;
}

#footer .row {
	margin: 0 5vw;
}

#footer .nav-link,
#footer a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

#footer .nav-link:hover,
#footer .nav-link:active,
#footer a:hover,
#footer a:active {
	color: #e01f26;
}

#footer .menu-legals .nav-link {
	padding: 0 0 10px;
}

#footer .sponsor {
	display: inline-block;
	vertical-align: top;
}

#footer .sponsor img {
	height: max(1.5vw, 15px);
	display: block;
	margin-right: 20px;
}
#footer .sponsor:first-child img {
	height: max(2.2vw, 24px);
    position: relative;
    top: 0.3vw;
}

#footer #rss-menu #ul-rss-menu {
	justify-content: flex-end;
}

#footer .fa-whatsapp,
#footer .icon-whatsapp {
	background-color: #6BD152;
	border-radius: 90px;
	padding: 3px 6px 1px;
	margin-right: 5px;
}

#contact_column {
	letter-spacing: 0.02rem;
}

.copyright {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 10px;
	font-size: 0.65rem;
	text-align: center;
	color: #3f4b5b;
}

@media(max-width:768px) {
	#footer {
		padding: 50px 0px;
	}

	#footer #ul-rss-menu .nav-link {
		padding: 8px;
	}
}

@media(max-width:576px) {
	#footer #rss-menu #ul-rss-menu {
		justify-content: flex-start;
	}
}


/* HERO SLIDER */

.hero_slider {
	position: relative;
	width: 100vw;
	max-width: 100%;
	height: calc(85vh - 85px);
	min-height: 700px;
	margin-top: 85px;
	margin-bottom: 10vh;
	z-index: 1;
}

.hero_slider .slide {
	position: absolute;
	display: flex;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0;
	opacity: 1;
	pointer-events: none;
}

.hero_slider.lucky .slide {
	opacity: 1;
	color: #fff;
}

.hero_slider .slide.active,
.hero_slider.lucky .slide.active {
	pointer-events: all;
	opacity: 1;
}

.hero_slider .slide .column.left {
	width: 40%;
	height: 100%;
	padding: 100px 5vw;
}

.hero_slider .slide .column.right {
	width: 60%;
	height: 100%;
}

.hero_slider.lucky .slide .column.left,
.hero_slider.lucky .slide .column.right {
	width: 50%;
	position: relative;
}

.hero_slider .column .column_bg {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-size: cover;
	background-position: center center;
	opacity: 0;
	transition: opacity 800ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	/* easeOutQuart */
	transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
	/* easeOutQuart */

}

.hero_slider .column .column_bg.in {
	opacity: 1;
}

.hero_slider .slide .info_container {
	position: relative;
	display: flex;
	height: 100%;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
	gap: 3vh;
	opacity: 1;
	transition: opacity 800ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	/* easeOutQuart */
	transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
	/* easeOutQuart */
}

.hero_slider .slide .info_container.out {
	opacity: 0;
}

.hero_slider .slide .info_container .animation_item {
	transition: all 1500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	/* easeOutQuart */
	transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
	/* easeOutQuart */
	opacity: 0;
	transform: translateY(50px);
	filter: blur(2px);
}

.hero_slider .slide .info_container .animation_item.in {
	opacity: 1;
	transform: translateY(0);
	filter: blur(0);
}

.hero_slider .slide .info_container .sponsor {
	display: none;
}

.hero_slider .slide .info_container .sponsor img {
	width: auto;
	height: 55px;
}

.hero_slider.lucky .slide .info_container .sponsor img {
	width: auto;
	height: 30px;
}

.hero_slider .slide .info_container .title {
	display: none;
}

.hero_slider .slide .info_container .title.no_poster {
	display: block;
}

.hero_slider.lucky .slide .info_container .title {
	display: block;
	text-transform: uppercase;
}

.hero_slider.lucky .slide .info_container .h2 {
	font-weight: 500;
}


.hero_slider .slide .info_container .logo {
	width: 100%;
	opacity: 0;
}

.hero_slider .slide .info_container .logo img {
	width: 100%;
	height: auto;
}

.hero_slider .slide .info_container .excerpt {
	width: 80%;
}

.hero_slider .slide .poster {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: 1;
}

.hero_slider .slide .poster .mask {
	position: relative;
	width: 0%;
	height: 100%;
	overflow: hidden;
	opacity: 1;
	transform: scale(1);

}

.hero_slider .slide .poster .mask.transition {
	transition: all 1500ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
	/* easeInOutQuart */
	transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
	/* easeInOutQuart */
}

.hero_slider .slide .poster .mask.inWidth {
	width: 100%;
	height: 100%;
	opacity: 1;
	transform: scale(1);
}

.hero_slider .slide .poster img {
	position: relative;
	width: 100%;
	height: calc(100vh - 85px);
	object-fit: cover;
	transform: scale(1);
}

.hero_slider .slide .poster img.transition_ {
	transition: all 3500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	/* linear */
	transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
	/* linear */
}

.hero_slider .slide .poster img.scale {
	transform: scale(1);
}

.hero_slider .dots {
	position: absolute;
	left: 0;
	bottom: 3vh;
	width: 40%;
	padding: 0 5vw;
}

.hero_slider .dots_container {
	position: relative;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}

.hero_slider .dots_container .dot {
	position: relative;
	display: inline-block;
	width: 35px;
	height: 4px;
	background-color: #dadada;
	margin-right: 10px;
	cursor: pointer;
	overflow: hidden;
}

.hero_slider .dots_container .dot:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #e01f26;
	right: 100%;
	top: 0px;
	opacity: 0;
	transition: right 750ms cubic-bezier(0.770, 0.000, 0.175, 1.000), width 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
	/* easeInOutQuart */
	transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
	/* easeInOutQuart */
}

/*
.hero_slider .dots_container .dot.active{
	background-color: #e01f26;
}
*/
.hero_slider .dots_container .dot.out.active:before {
	width: 0;
}

.hero_slider .dots_container .dot.active:before {
	right: 0;
	opacity: 1;
}


/* Contacto */

.contact__container {
	display: flex;
	flex-direction: row;
	margin: 4rem 0 10rem 0;
}

.contact__info,
.contact__form {
	width: 50%;
}

.contact__info {
	padding-right: 20%;
}

.contact__info * {
	text-decoration: none;
	color: #000;
}

.contact__info_excerpt {
	margin-bottom: 5rem;
}

.contact__info .contact_data {
	margin-top: 2.5rem;
}

.contact__info .contact_data span {
	margin-right: 1rem;
}

.contact__info .nav-link {
	padding: 0;
	margin-right: 1rem;
}


@media(max-width:767px) {
	.contact__container {
		flex-direction: column;
	}

	.contact__info,
	.contact__form {
		margin: auto;
		width: 100%;
	}

	.contact__info {
		margin-bottom: 1rem;
		padding: 0;
	}

	.contact__info_excerpt {
		margin-bottom: 1rem;
	}

	.contact__info .contact_data {
		margin-top: 1rem;
	}
}

@media(max-width:1200px) {
	.hero_slider .slide {
		display: block;
	}

	.hero_slider .slide .column.left {
		padding: 5vw 10vw;
		height: 30%;
		width: 100%;
		position: absolute;
		z-index: 10;
	}

	.hero_slider .slide .column.right {
		height: 100%;
		width: 100%;
	}

	.hero_slider .slide .poster img {
		height: 120%;
	}

	.hero_slider {
		height: calc(90dvh - 85px);

	}

	.hero_slider .dots {
		bottom: -1vh;
	}

	.hero_slider .slide .info_container {
		justify-content: flex-end;
		gap: 1vh;
	}

	.hero_slider .slide .info_container .sponsor {
		display: block;
	}

	.hero_slider .slide .info_container .sponsor img {
		width: auto;
		height: 35px;
	}

	.hero_slider .slide .info_container .logo {
		width: 60%;
	}

	.alliance_cta h2 {
		font-size: 40px;
	}

	.hero_slider .slide .column.left {
		height: 100%;

	}

	.hero_slider .slide .column.left {
		padding: 5vw;
	}

	.hero_slider .slide .info_container .logo,
	.hero_slider .slide .info_container .excerpt {
		display: none;
	}

	.hero_slider .slide .info_container .title {
		display: block;
		color: #fff;
	}

	.hero_slider .slide .info_container .sponsor {
		height: 25px;
	}

	.hero_slider .slide .info_container .animation_item {
		transform: translateY(10px);
	}

	.hero_slider .dots {
		bottom: -30px;
	}

	.hero_slider .slide .poster .mask {
		width: 100%;
		opacity: 0;
	}

	.hero_slider .slide .poster .mask:after {
		content: '';
		position: absolute;
		z-index: 2;
		width: 100%;
		height: 100%;
		left: 0;
		bottom: 0;
		background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.9) 100%);
		background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.9) 100%);
		background: linear-gradient(45deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.9) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6000000', endColorstr='#e6000000', GradientType=1);
	}

	.hero_slider .slide .info_container {
		max-width: 100%;
	}
}

@media (min-height: 700px) and (max-width:1200px) and (orientation: portrait) {
	.hero_slider {
		min-height: 500px;
		height: 400px;
	}
}

@media(max-width:992px) {
	.hero_slider {
		margin-top: 65px;
	}
}

@media(max-width:767px) {

	.hero_slider {
		margin-top: 60px;
		min-height: initial;
		height: 75dvh;
	}


	.alliance_cta h2 {
		font-size: 30px;
	}

}



/* BLOG */
.blog__menu {
	/* display: grid;
	grid-template-areas: "red-col menu";
	grid-template-columns: 4% 96%; */
}

.blog__menu .container-fluid {
	align-items: flex-end;
	display: flex;
	grid-area: menu;
	height: 100%;
}

.blog__menu .menu li {
	display: inline-block;
	cursor: pointer;
	margin-right: 10px;
}

.blog__menu .menu li a {
	color: #CDCDCD;
	text-decoration: none;
}

.blog__menu .menu li:hover * {
	color: #e01f26;
}

.blog__menu .menu li.active * {
	color: #000;
	font-weight: bold;
}

.blog__menu .vertical-red {
	/* 	background: #e01f26; */
	grid-area: red-col;
	height: 150px;
	max-width: 2.5vw;
}

.blog__post_cover .arrow_box,
.offers__item .arrow_box {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 6.3vh;
	width: 6.3vh;
	background-color: black;
	padding: 2vh;
	overflow: hidden;
}

.blog__post_cover .arrow_box img,
.offers__item .arrow_box img {
	width: 100% !important;
	height: auto !important;
	object-fit: initial;
	display: block;
}

.blog__post:hover .blog__post_cover .arrow_box,
.offers__item:hover .arrow_box {
	background-color: #e01f26;
}

.blog__post:hover .blog__post_cover .arrow_box img,
.offers__item:hover .arrow_box img {
	transform: translate(200%, 200%);
}

.blog__post_cover .arrow_box:before,
.offers__item .arrow_box:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url("../assets/arrow_down_right.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 40%;
	transform: translate(-100%, -100%);
}

.blog__post_cover .arrow_box,
.blog__post_cover .arrow_box:before,
.blog__post_cover .arrow_box img,
.offers__item .arrow_box,
.offers__item .arrow_box:before,
.offers__item .arrow_box img {
	transition: all 850ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
	/* easeInOutQuart */
	transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
	/* easeInOutQuart */
}

.blog__post:hover .blog__post_cover .arrow_box:before,
.offers__item:hover .arrow_box:before {
	transform: translate(0%, 0%);
}

.vertical-red.button {
	align-items: flex-end;
	display: flex;
	justify-content: center;
	padding: 1rem 0;
	max-width: 2.5vw;
}

.vertical-red.button a {
	color: #FFF;
	font-size: 1.5rem;
}

#page_container {
	opacity: 0;
	transition: all 1000ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
	/* easeInOutQuart */
	transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
	/* easeInOutQuart */
}

#page_container.in {
	opacity: 1;
}

@media(max-width:992px) {
	.blog__menu .vertical-red {
		height: 100px;
		padding: 0;
		width: 10px;
	}

	.container-fluid- {
		margin-top: 80px;
	}

	.page-template-temp_home .container-fluid- {
		margin-top: 65px;
	}

	.blog__menu .menu {
		padding: 0;
	}
}

@media(max-width:600px) {
	.blog__menu .vertical-red {
		display: none;
	}

}

.blog__row {
	display: flex;
}

.blog__container {
	display: grid;
	grid-template-areas:
		"a a b c"
		"a a d d"
		"e f d d";
	grid-template-columns: 25% 25% 25% 25%;
	width: 100vw;
	max-width: 100%;
}


.item-0 {
	grid-area: a;
}

.item-1 {
	grid-area: b;
}

.item-2 {
	grid-area: c;
	padding: 0 0 0 1% !important;
}

.item-3 {
	grid-area: d;
	padding: 0 !important;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.item-4 {
	grid-area: e;
}

.item-5 {
	grid-area: f;
	padding: 0 2% 0 1% !important;
}

.item-4,
.item-5 {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.blog__container:after {
	content: '';
	display: block;
	clear: both;
}

.blog__post {
	box-sizing: border-box;
	padding: 0 1% 0 0;
	margin-bottom: 2rem;
	width: 100%;
}

.blog__post a {
	color: #000;
	text-decoration: none;
}

.blog__post h3:hover * {
	color: #e01f26;
}

.blog__post img {
	object-fit: cover;
	height: 20vh;
	width: 100%;
}

.blog__post_cover {
	position: relative;
	overflow: hidden;
}

/*
.blog__post_cover .arrow {
	bottom: 0;
	object-fit: cover;
	position: absolute;
	right: 0;
	height: 7.5vh;
	transition: all ease 0.5s;
	width: 7.5vh;
}
*/

.blog__post_cover .arrow:hover {
	border: solid 1px red;
	height: 10vh;
	width: 10vh;
}

.blog__post_content {
	margin-top: 2rem;
	min-height: 23vh;
	max-height: 23vh;
}

.blog__post_content .info,
.blogpost__content .info {
	align-items: center;
	font-size: 10px;
	display: flex;
	margin: 1rem 0;
}

.blog__post_content .info .date,
.blogpost__content .info .date {
	font-size: 1.1rem;
	margin-right: 1.5rem;
	margin-bottom: 0;
	text-transform: uppercase;
}

.blog__post_content .social_networks,
.blogpost__content .social_networks {
	align-items: center;
	display: flex;
}

.blog__post_content .social_networks ul,
.blogpost__content .social_networks ul {
	margin-bottom: 0;
}

.blog__post_content .social_networks span,
.blogpost__content .social_networks span {
	color: #CDCDCD;
}

.blog__post_content .description {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-align: left;
	font-size: 1rem;
	text-transform: initial;
}

.blog__post_content .social_networks li,
.blogpost__content .social_networks li {
	font-size: 15px;
	display: inline-block;
	margin-right: 5px;
}

.blog__post_content h3 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	font-size: 1.2rem;
	text-align: center;
	text-transform: uppercase;
}

.blog__post .blog__post_content {
	padding: 0 3%;
}

.blog__post.item-0 .blog__post_content h3,
.blog__post.item-3 .blog__post_content h3 {
	font-size: 1.5rem;
}

.blog__post.item-0 .blog__post_content

/* .blog__post.item-3 .blog__post_content h3  */
	{
	padding: 0 3%;
}

.blog__post.item-0 .blog__post_content h3,
.blog__post.item-3 .blog__post_content h3 {
	font-size: 1.5rem;
}

.blog__post.item-0 img,
.blog__post.item-3 img {
	height: 70vh;
	width: 100%;
}

/*
.blog__post.item-0 .blog__post_cover .arrow,
.blog__post.item-3 .blog__post_cover .arrow {
	height: 15vh;
	width: 15vh;
}
*/

.blog__post.item-0 .blog__post_cover .arrow:hover,
.blog__post.item-3 .blog__post_cover .arrow:hover {
	border: solid 1px red;
	height: 20vh;
	width: 20vh;
}

.blogpost__content {
	padding: 4rem 20%;
}

.blogpost__text {
	font-size: 1.2rem;
} 

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

.blogpost__content h1 {
	text-transform: uppercase;
}

.blogpost__content .info {
	justify-content: space-between;
}

.blogpost__content .info {
	font-size: 0.8rem;
}

.blogpost__content .info .date {
	font-size: 0.9rem;
}

.blogpost__cover {
	width: 100%;
}


.blogpost__text {
	width: 100%
}

.blogpost__slider.slider {
	padding-left: 0;
	padding-right: 0;
	position: relative;
	overflow: hidden;
	max-width: 80vw;
}

.blogpost__slider .slide {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	min-width: 100%;
	opacity: 0;
	transition: opacity 0.5s ease;
}

.blogpost__slider .slide.active {
	opacity: 1;
}

.blogpost__slider .slider__track {
	display: flex;
	transition: transform 0.5s ease-in-out;
	position: relative;
	height: 80vh;
}

.blogpost__slider .slide {
	min-width: 100%;
}

.blogpost__slider .slide img,
.blogpost__slider .slide video,
.blogpost__slider .slide object {
	object-fit: cover;
	width: 100%;
	height: 80vh;
}

.blogpost__slider_container {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.blogpost__slider_container .button .txt,
.blogpost__slider_container .button .txt_copy {
	font-size: 1.9rem;
}


.blogpost__slider_container .button {
	align-items: center;
	background: #000;
	color: #FFF;
	cursor: pointer;
	display: flex !important;
	font-size: 2.5vw;
	height: 7.5vw;
	justify-content: center;
	width: 7.5vw;
	max-width: 100px;
	max-height: 100px;
}

.blogpost__slider_container .button:before {
	display: none;
}

/* BLOG */


.grid__item {
	display: flex;
	flex-direction: row;
	margin-top: 3rem;
	min-height: 60vh;
	width: 100%;
}

.grid__item_info,
.grid__item_cover {
	box-sizing: border-box;
	width: 50%;
}

.grid__item_info .description {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.grid__item .main_info {
	text-transform: uppercase;
	margin-bottom: 2.5rem;
}

.grid__item .main_info .tag {
	background: #dadada;
	display: inline-block;
	font-size: 0.7rem;
	padding: 3px 5px;
}

.grid__item_info,
.grid__item_cover .grid__item .main_info .tags {
	margin-bottom: 0.3rem;
}

.grid__item .main_info .title__link {
	color: #000;
	text-decoration: none;
}

.grid__item .main_info .title {
	font-size: 3rem;
}

.grid__item .buttons {
	display: inline-block;
	margin-top: 2rem;
}

.grid__item .venue {
	font-size: 1.1rem;
}


.grid__item .button.red {
	background: #e01f26;
	color: #FFF;
}

.grid__item_cover {
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	min-height: 65vh;
	width: 0%;
	padding: 0;
	transition: all 1300ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
	/* easeInOutQuart */
	transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
	/* easeInOutQuart */
}

.grid__item.in .grid__item_cover {
	width: 50%;
}

.grid__item_info {
	opacity: 0;
	transform: translateY(100px);
	transition: all 1300ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
	/* easeInOutQuart */
	transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
	/* easeInOutQuart */
}

.grid__item.in .grid__item_info {
	opacity: 1;
	transform: translateY(0px);
}

.grid__item_info {
	padding: 2% 5%;
}

.blogpost__excerpt {
	font-weight: bold;
	margin: 5rem 0 3rem 0;
	font-size: 1.9rem;
	width: 100%;
}

@media(max-width:1200px) {
	.blog__container {
		display: grid;
		grid-template-areas:
			"a a"
			"b c"
			"d d"
			"e f";
		grid-template-columns: 50% 50%;
		width: 100vw;
	}

	.blog__post.item-0 img,
	.blog__post.item-3 img {
		height: 50vh;
		width: 100%;
	}

	.blog__post.item-0,
	.blog__post.item-3 {
		padding: 0 0px 0 0;
	}

	.blog__post_content {
		min-height: auto;
	}

	.blog__post .blog__post_content {
		padding: 0 5%;
	}

	.blog__post.item-0 .blog__post_content {
		padding: 0 5%;
	}
}

@media(max-width:992px) {
	.grid__item:first-child {
		margin-top: 0;
	}

	.grid__item,
	.grid__item_cover {
		min-height: 35vh;
	}

	.grid__item .grid__item_info,
	.grid__item.in .grid__item_info {
		opacity: 1;
		transform: translateY(0px);
	}

	.grid__item_cover,
	.grid__item .grid__item_cover,
	.grid__item.in .grid__item_cover {
		width: 100%;
	}
}

@media(max-width:768px) {
	.blog__container {
		display: grid;
		grid-template-areas:
			"a"
			"b"
			"c"
			"d"
			"e"
			"f";
		grid-template-columns: 100%;
		width: 100vw;
	}

	.blogpost__content {
		padding: 4rem 10px;
	}

	.blogpost__excerpt {
		font-size: 1.2rem;
		width: 100%;
		margin: 3rem 0 3rem 0;
	}

	.blogpost__slider_container .button .txt,
	.blogpost__slider_container .button .txt_copy {
		font-size: 1.2rem;
	}

	.blogpost__slider_container .button {
		font-size: 8vw;
		height: 8vw;
		width: 8vw;
		position: absolute;
		z-index: 2;
	}

	.blogpost__content h1 {
		font-size: 2rem;
	}

	.blogpost__slider_container {
		position: relative;
		width: 100vw;
		padding: 0 10vw;
	}

	.blogpost__text {
		width: 100%;
	}

	.blogpost__slider_container .prevBtn {
		left: 0;
	}

	.blogpost__slider_container .nextBtn {
		right: 0;
	}

	.blogpost__slider_container .button {
		font-size: 8vw;
		height: 15vw;
		width: 15vw;
		position: absolute;
		z-index: 2;
	}

	.blogpost__slider.slider,
	.blogpost__slider .slide {
		max-width: 100vw;
		width: 100%;
	}

	.blogpost__slider .slider__track {
		height: 30vh;
	}

	.blogpost__slider .slide img,
	.blogpost__slider .slide video,
	.blogpost__slider .slide object {
		object-fit: cover;
		width: 100%;
		height: 100%;
	}


	.blog__container {
		display: flex;
		flex-direction: column;
		width: 100vw;
	}

	/*
	.blog__post {
		margin: 0 5vw;
		width: 90vw;
	}
*/

	.blog__post_content {
		max-height: 50vh;
	}

	.blog__post .blog__post_cover .cover {
		height: 30vh;
	}

	.blog__post.item-0 .blog__post_cover .arrow_box,
	.blog__post.item-3 .blog__post_cover .arrow_box {
		height: 6.3vh;
		width: 6.3vh;
		padding: 2vh;
	}

	/*
	.blog__post .blog__post_cover .arrow {
		width: 10vh !important;
		height: 10vh !important;
	}
*/

	.blog__post_content h3 {
		font-size: 1.3rem !important;
	}

	.blogpost__slider_container .button {
		font-size: 8vw;
		height: 8vw;
		width: 8vw;
		position: absolute;
		z-index: 2;
	}

}

@media(max-width:600px) {}

@media(min-height:1100px) {
	.grid__item {
		align-items: center;
	}
}


/* Interna de cartelera */

.cartelera {
	position: relative;
}

.cartelera .event-date {
	display: none;
}

.cartelera.display-dates .event-date {
	display: block;
}

.cartelera.display-dates .event-option {
	display: none;
}

.cartelera .obra-submenu ul {
	padding: 0;
}

.cartelera .obra-submenu li {
	font-weight: bold;
	display: inline-block;
	cursor: pointer;
	margin-right: 1.5rem;
	transition: color .3s ease;
}

.cartelera .obra-submenu li:hover {
	color: #E01F26;
}

.cartelera .vertical-red {
	display: flex !important;
	position: absolute;
	width: 65px;
	z-index: 100;
}

.vertical-red::before {
	display: none;
}

.cartelera__banner {
	margin: 25vh 0 0 0 !important;
}

.cartelera__banner .banner-cover {
	padding: 0;
}

.cartelera__banner .banner-cover img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.cartelera__hero {
	background-position: center center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	max-width: 100%;
	display: flex;
	justify-content: center;
	width: 100vw;
	height: 100vh;
	margin-left: 0;
	margin-right: 0;
	margin-top: 80px;
}

.cartelera__hero .content {
	align-items: center;
	display: flex;
	flex-direction: column;
	max-width: 600px;
	justify-content: center;
	margin: 0 10%;
}

.cartelera .logo {
	margin-top: 10rem;
	margin-bottom: 3rem;
	width: 100%;
	height: auto;
}

@media screen and (max-width: 768px) {

	.cartelera .obra-submenu {
		display: flex;
		align-items: center;
		margin: 0 -5%;
		justify-content: center;
	}

	.cartelera .obra-submenu li {
		margin-right: 1rem;
	}

	.cartelera .obra-submenu li:last-child {
		margin-right: 0;
	}
}

/*
.cartelera .button {
	display: inline-block;
	padding: 0.5rem 1rem;
	text-decoration: none;
	cursor: pointer;
}
*/


.obra-popup {
	align-items: center;
	background: rgba(0, 0, 0, 0.7);
	bottom: 0;
	display: none;
	left: 0;
	justify-content: center;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 90;
}

.obra-popup.visible {
	display: flex;
}

.obra-popup__content {
	background: #FFF;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	max-width: 500px;
	max-height: calc(100% - 3rem);
	height: calc(100% - 3rem);
	margin-top: 3rem;
	width: 80%;
	position: relative;
}

.obra-popup__content .close-btn {
	color: #E01F26;
	cursor: pointer;
	position: absolute;
	right: 1rem;
	top: 1rem;
}

.obra-popup__photo {
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
	grid-area: cover;
	max-height: 60%;
	height: 60%;
	object-fit: cover;
	width: 100%;
}

.obra-popup__title {
	display: flex;
	grid-area: title;
	background: #E01F26;
	color: #FFF;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	font-size: 1.2rem;
	padding: 1rem 0;
	margin: 0;
}

.obra-popup__desc {
	grid-area: content;
	padding: 1rem 2rem;
	overflow-y: auto;
}

.block_title {
	padding: 5rem 8%;
}

.cartelera .description .title,
.cartelera .cast .title,
.cartelera .block_title .title,
.faqs .block_title .title,
.block_title .title {
	align-items: center;
	display: flex;
	text-transform: uppercase;
	position: relative;
}

.cartelera .description .title h2,
.cartelera .cast .title h2,
.cartelera .block_title .title h2,
.faqs .block_title .title h2,
.block_title .title h2 {
	font-weight: bold;
	margin: 0;
	font-size: 50px;
	line-height: 45px;
	margin-left: 20px;
}

.cartelera .description .paragraphs {
	margin: 5rem 25%;
	width: 50%;
}

.cartelera .info .block_title {
	padding-left: 0;
}

.cartelera .info .block_title h2 {
	font-size: 2.6rem;
	font-size: 50px;
	line-height: 45px;
}

.cartelera .info .maps_link {
	position: relative;
}

.cartelera .info .maps_link .icon {
	vertical-align: top;
}

.cartelera .info__description .quote p {
	font-weight: bold;
	margin: 5rem 0;
	font-size: 1.7rem;
}

.cartelera .info {
	display: block;
	padding: 5rem 8% 0 8%;
	position: relative;
}

.cartelera .info .poster__wrapper {
	bottom: 0;
	width: 30%;
	position: absolute;
	right: 8%;
	top: 10rem;
}

.cartelera .info .poster {
	/*
	object-fit: cover;
	max-height: 80vh;
*/
	height: auto;
	width: 100%;
}

.cartelera .info .block {
	box-sizing: border-box;
	margin: 5rem 0;
	width: 45%;
}

.cartelera .info .block .title {
	font-size: 1.8rem;
}

.cartelera .info .info__description {
	margin-bottom: 5rem;
}

/*
.cartelera .block .paragraphs,
.cartelera .schedule {
	font-size: 0.8rem;
}
*/

.cartelera .block .paragraphs * {
	margin: 0;
}

.cartelera .info .social-networks {
	margin: 1rem 0;
	padding-left: 0;
}

.cartelera .info .social-networks li {
	display: inline-block;
	margin-right: 1rem;
}

.cartelera .link {
	color: #000;
	text-decoration: none;
}

.cartelera .link img {
	width: 1.3rem;
}

.cartelera .link .icon {
	object-fit: contain;
	margin-left: 0.5rem;
}

.cartelera .schedule {
	margin-bottom: 1rem;
}

.cartelera .schedule p {
	font-weight: bold;
	margin: 0;
}

.cartelera .schedule a {
	color: #000;
}

.cartelera .schedule span {
	display: block;
}

.cartelera #carouselHomeIndicators .carousel-indicators {
	left: 0;
	right: 0;
	bottom: 10%;
}

.cartelera #carouselHomeIndicators .carousel-indicators .active {
	background-color: #000;
}

.cartelera .carousel-item {
	background: #e01f26;
	color: #FFF;
	height: 70vh;
	padding: 5% 0;
}

.cartelera .carousel-item .row {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	text-align: center;
}

.cartelera .carousel-item .row * {
	margin: 0;
}

.cartelera .carousel-item .row p {
	font-size: 4vw;
	line-height: 4.1vw;
	font-family: 'sf_bold_italic';
	width: 100%;
	max-width: 800px;
}

.cartelera .carousel-item .row span {
	margin-top: 15px;
	display: block;
}

.cartelera .carousel-item .row .big {
	font-size: 3rem;
}

#carouselHomeIndicators {
	margin-bottom: 10vh;
}

.cartelera .cast__header {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 7rem;
}

.cartelera .calendar .cast__header,
.cartelera .seat__buttons .cast__header {
	justify-content: flex-end;
	margin: 0;
}

.cartelera .cast_header_grid {
	flex-wrap: wrap;
}

@media screen and (max-width: 992px) {
	.cartelera .calendar .cast__header,
	.cartelera .seat__buttons .cast__header {
		justify-content: center;
		align-items: flex-start;
	}
	.cartelera .calendar .cast__header .section__switcher,
	.cartelera .seat__buttons .cast__header .section__switcher {
		min-width: 20vw;
	}
	
	.cartelera .cast_header_grid {
		margin: 0;
	}
	.cartelera .cast_header_grid .cast_header_title {
		width: 100%;
		margin-bottom: 2rem;
	}
	.cartelera .cast_header_grid .cast__select {
		width: 50%;
	}
}

.cartelera .cast__container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 0 8%;
	gap: 1vw;
	justify-content: space-evenly;
	max-width: 2500px;
	margin: 0 auto;
}

.cartelera .cast__item_cover {
	box-sizing: border-box;
	/* 	object-fit: cover;
	height: 20.2vw; */
	height: auto;
	margin-bottom: 1rem;
	width: 100%;
}

.cartelera .cast__item {
	cursor: pointer;
	/*
	margin-right: 1%;
	margin-bottom: 3rem;
*/
	text-align: center;
	width: 20.2%;
	max-width: 600px;
	margin-bottom: 3vh;
}
.cartelera .cast__item.cast_hidden {
	display: none;
	opacity: 0;
}

.cartelera .cast__item:nth-child(4n) {
	margin-right: 0;
}

.cartelera .cast__item h4 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.25rem;
	margin-top: 15px;
}

.venue_schedule_grid {
	width: 100%;
	display: flex;
	gap:40px;
	flex-wrap: wrap;
}
.venue_schedule_grid .venue_schedule_grid_item {
	width: calc(50% - 20px);
}
.venue_schedule_grid .venue_schedule_grid_item .schedule.block {
	width: 100%;
}

@media(max-width:1200px) {
	.venue_schedule_grid .venue_schedule_grid_item {
		width: 100%;
	}
}

.single-obra .cast__select {
	position: relative;
	min-width: 15vw;
	top: 15px;
}

.single-obra .calendar .cast__select,
.single-obra .seat__buttons .cast__select {
	top: 0;
}

@media screen and (max-width: 992px) {
	.single-obra .calendar .cast__select,
	.single-obra .seat__buttons .cast__select {
		min-width: 20vw;
		margin: 0;
	}
}

.cast__select {
	position: relative;
}

.cast__select p {
	font-size: 1.3rem;
	font-weight: bold;
}

.cast__select select {
	display: none;
	/*hide original SELECT element:*/
}

.select-selected {
	background-color: #f1f1f1;
}

/*style the arrow inside the select element:*/
.select-selected:after {
	position: absolute;
	content: "";
	top: 14px;
	right: 10px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-color: #fff transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
	border-color: transparent transparent #fff transparent;
	top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
	color: #FFF;
	padding: 8px 16px;
	cursor: pointer;
	border: 1px solid;
	border-color: transparent transparent #FFF transparent;
	cursor: pointer;
	user-select: none;
}

.select-items .sub-event-option {
	pointer-events: none;
}
.select-items .sub-event-option h5 {
	font-size: 1rem;
	line-height: 1.2rem;
}
.select-items .sub-event-option div {
	border: 0;
	pointer-events: all;
}
.select-items .sub-event-option div:first-child {
	margin-left: -10px;
}

.select-items div a {
	color: #FFF;
	text-decoration: none;
}

.select-items div:hover,
.select-selected:hover {
	color: #e01f26;
}

/*style items (options):*/
.select-items {
	position: absolute;
	background-color: #000;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
	display: none;
}

.select-items div:hover,
.same-as-selected {
	background-color: rgba(0, 0, 0, 0.1);
}

.cartelera .blogpost__slider_container {
	margin: 0 0 4rem 0;
	padding: 0;
}

.cartelera .blogpost__slider_container .button {
	background: #000;
}

.blogpost__slider_container .button.disable {
	/* opacity: 0.5; */
	pointer-events: none;
}

.cartelera .offers__container {
	display: flex;
	gap: 1%;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 0 8%;
}

.cartelera .offers__container .offers__item {
	margin-bottom: 3rem;
	width: 32.333%;
}

.cartelera .offers__container .offers__item h5 {
	text-transform: uppercase;
}

.cartelera .offers__item .offers__item_cover {
	height: 25vh;
	margin-bottom: 3rem;
	position: relative;
}

.cartelera .offers__item .cover {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

/*
.cartelera .offers__item a {
	bottom: 0;
	position: absolute;
	right: 0;
}
*/

.cartelera .offers__item p {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.cartelera .video__container_main {
	display: flex;
	flex-direction: column;
	padding: 0;
	width: 100%;
}

.cartelera .video__container_main video,
.cartelera .video__container_main object,
.cartelera .video__container_main iframe {
	box-sizing: border-box;
	margin-right: 0;
	margin-bottom: 2rem;
	height: 75vh;
	width: 100%;
}

.cartelera .video__container_main_info {
	width: 100%;
	padding: 0 8%;
}

.cartelera .video__container_main_info h4 {
	box-sizing: border-box;
	font-size: 2.3rem;
	text-transform: uppercase;
	width: 70%;
}

.cartelera .video__container_grid {
	margin: 3rem auto;
	/* 	max-width: 90%; */
}

.cartelera .video_container_row {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.cartelera .video__container_grid_container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 90%;
	justify-content: center;
}

.cartelera .video__container_grid h5 {
	text-transform: uppercase;
	margin-bottom: 2vh;
}

.video__container_grid_item {
	cursor: pointer;
	margin-right: 1rem;
	/* 	width: 19%; */
	width: 20vw;
}

.video__container_grid_item .video__container_grid_cover {
	background: #e01f26;
	height: 20vh;
	margin-bottom: 2rem;
	position: relative;
	width: 100%;
}

.video__container_grid_item .video__container_grid_cover .cover {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.video__container_grid_item .video__container_grid_cover .arrow {
	display: none;
	bottom: 5%;
	right: 5%;
	position: absolute;
}

.video__container_grid_item.active .video__container_grid_cover .arrow {
	display: block;
}

.video__container_grid_item.active .video__container_grid_cover .cover {
	/* 	display: none; */
	opacity: 0.5;
}

.video__container_grid_item p {
	font-weight: bold;
	margin-bottom: 5px;
}

.cartelera .special_tickets {
	align-items: center;
	background: #e01f26;
	display: flex;
	flex-direction: row;
	padding: 0;
	margin: 2rem 0;
}

.cartelera .special_tickets__banner {
	padding: 0;
	margin: 0;
	width: 40%;
}

.cartelera .special_tickets__content {
	align-items: flex-end;
	display: flex;
	color: #FFF;
	justify-content: center;
	width: 60%;
}

.cartelera .special_tickets__content p {
	font-size: 2.5rem;
	line-height: 2.5rem;
	max-width: 50%;
	margin-bottom: 0;
}

.cartelera .special_tickets__content .button {
	font-size: 1.2rem;
	text-transform: uppercase;
}

.cartelera .special_tickets__content .button img {
	width: 1.5rem;
}

.faqs .grid__container {
	padding: 0 8%;
}

.faqs .block_title {
	padding-top: 0;
}

/*
.faqs .block_title .title h2 {
	font-size: 3rem;
}
*/

.faq__item {
	cursor: pointer;
	margin-bottom: 1.5rem;
	opacity: 0;
	transition: opacity 1000ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
	/* easeInOutQuart */
	transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
	/* easeInOutQuart */
}

.faq__item.in {
	opacity: 1;
}

.faq__item .title {
	font-size: 1.7rem;
	text-transform: uppercase;
}

.faq__item .title img {
	height: 3rem;
	transition: transform ease 0.5s;
}

.faq__item .content {
	padding: 0 18px 0 65px;
	max-height: 0;
	overflow: hidden;
	transition: max-height ease 0.5s;
}

.faq__item.active .title img {
	transform: rotate(-90deg);
}

.tickets_section {
	padding: 3rem 8%;
}

@media(max-width:1200px) {
	.faq__item .title {
		font-size: 1.5rem;
	}

	.faq__item .title img {
		height: 2.5rem;
	}
}

@media(max-width:767px) {

	.obra-popup__content {
		max-width: 90%;
		width: 90%;
	}

	.faq__item .title {
		font-size: 1.2rem;
	}

	.faq__item .title img {
		height: 1.7rem;
		vertical-align: bottom;
		position: relative;
		top: 2px;
	}

	.faqs .grid__container {
		padding: 0 5%;
	}
}

@media(max-width: 1400px) and (max-height: 1000px) {
	.obra-popup__content {
		max-width: 350px;
	}
}

.tickets_section .calendar,
.tickets_section .seat__selector {
	display: none;
}

.tickets_section.calendar_view .calendar {
	display: block;
}

.tickets_section.seat__selector_view .seat__selector {
	display: flex;
}

.tickets_section .calendar .seat__buttons {
	justify-content: flex-end;
}
.tickets_section .calendar .seat__buttons .seat__buttons__main {
	flex-grow: initial;
}

.calendar__month {
	font-size: 2rem;
	text-transform: uppercase;
	font-weight: bold;
}

.fc-toolbar-title,
.fc-col-header-cell-cushion {
	text-transform: uppercase;
}

.calendar .fc-direction-ltr .fc-daygrid-event.fc-event-end,
.calendar .fc-direction-rtl .fc-daygrid-event.fc-event-start {
	padding: 0 1rem;
	border-radius: 0;
}

.calendar__month .bi {
	cursor: pointer;
}

.calendar__month span {
	margin: 0 1rem;
}

.calendar .calendar__header {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	margin-bottom: -2.6rem;
}

.calendar .calendar__content th {
	padding-left: 1vw;
}

.calendar .fc-toolbar-chunk>div {
	display: flex;
}

.calendar .fc-toolbar-chunk .fc-toolbar-title {
	margin: 0 1rem;
}

.calendar .fc-day * {
	color: #000;
	text-decoration: none;
}

.calendar .fc-scrollgrid {
	border: none;
}

.calendar .fc-day-disabled {
	background: transparent;
}

.fc .fc-button-primary {
	background-color: transparent !important;
}

.fc-icon {
	position: relative;
}

.fc .fc-button,
.fc .fc-button:active,
.fc .fc-button:focus {
	border: 0;
	box-shadow: none;
}

.fc-icon-chevron-right::before {
	content: '';
	background-image: url(../assets/arrow_right.svg);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
}

.fc-icon-chevron-left::before {
	content: '';
	background-image: url(../assets/arrow_left.svg);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
}

.fc-theme-standard td,
.fc-theme-standard th {
	border: solid 1rem transparent;
}

.fc-daygrid-day-frame {
	background: hsla(0, 0%, 82%, .3);
	display: flex;
	flex-direction: column;
	min-height: 20vh !important;
}

.fc-daygrid-day-events {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: flex-end;
	padding: 0.5rem 1rem;
}

.calendar .fc .fc-daygrid-day-top {
	flex-direction: row;
	font-size: 2rem;
}

.calendar .fc-event {
	display: block;
	margin-top: 5px;
}
.calendar .fc-event.fc-hidden {
	display: none;
	opacity: 0;
}

.calendar .fc-event * {
	/*background: #e01f26;*/
	color: #FFF;
	text-decoration: none;
	text-align: center;
}

.calendar .fc-daygrid-event-dot {
	display: none;
}

.calendar .fc-daygrid-dot-event .fc-event-title {
	display: none;
}

.calendar .action-calendar {
	color: #fff;
}

.calendar .calendar__content .block {
	background: #F1F1F2;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 1vw;
	height: 10vw;
	width: 10vw;
	margin: 1vw;
}

.calendar .calendar__content .block {
	font-size: 1.1rem;
}

.calendar .calendar__content .block .day {
	margin: 0.5rem;
	font-size: 1.4rem;
	font-weight: bold;
}

.seat__selector {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
}

.seat__map {
	position: relative;
	margin-bottom: 20px;
}

.seat__map .section {
	display: none;
}



.seat__map .section.active {
	display: block;
	height: 40vw;
	width: 40vw;
}

.section__buttons {
	align-items: flex-end;
	background: #000;
	display: flex;
	flex-direction: column;
	padding: 1.5rem 1rem;
}

.section__buttons button {
	border: none;
	color: #FFF;
	background: transparent;
	cursor: pointer;
	text-align: left;
	margin-bottom: 1rem;
	width: 100%;
}

.section__buttons button:last-child {
	margin-bottom: 0;
}

.section__buttons button.active {
	color: #848eff;
}

#seats_venue_select .section__buttons {
	padding: 0;
}

.section__buttons .sub-buttons {
	color: #fff;
	width: 100%;
	margin: 0;
	padding: 15px;
}
.section__buttons .sub-buttons button {
	padding: 0 10px;
}
.section__buttons .sub-buttons h4 {
	font-size: 1rem;
	line-height: 1.2rem;
}

.section__switcher .button {
	background: transparent;
	border: none;
	color: #000;
	font-size: 1.1rem;
	text-transform: uppercase;
	padding: 0.7rem 1.3rem;
	margin-left: 1rem;
}

/*
.section__switcher .button img {
	height: 1.5rem;
}
*/

.section__switcher .button.active {
	background: #000;
	color: #FFF;
}


.seat__buttons {
	display: flex;
	flex-direction: row;
}

.seat__buttons .section__switcher .button {
	margin-left: 0;
}

.seat__buttons__main {
	flex-grow: 1;
	margin-left: 1rem;
}

.seat__buttons .section__switcher {
	margin-bottom: 1rem;
}

.seat__buttons .cast__header .section__switcher {
	margin-bottom: 0;
}

#seats_venue_select.select-hide {
	display: block;
}

@media(max-width:992px) {
	.tickets_section.seat__selector_view .seat__selector {
		display: flex;
		flex-direction: column-reverse;
	}

	.seat__map .section.active {
		display: block;
		height: auto;
		width: 100%;
	}

	.section__buttons {
		width: 30vw;
	}

	.seat__buttons {
		width: 100%;
		justify-content: center;
	}

	.seat__buttons__main {
		flex-grow: inherit;
	}
	
	.cast__select p {
		font-size: 1rem;
	}
	
	#seats_venue_select.select-hide {
		position: relative;
		top: 0;
	}
}

@media(max-width:767px) {
	.tickets_section {
		padding: 3rem 20px;
	}

	.calendar .calendar__header {
		margin-bottom: 3rem;
		justify-content: center;
	}

	.section__switcher .button {
		margin-left: 0;
	}

	.fc-daygrid-day-frame {
		min-height: initial;
	}

	.calendar .fc .fc-daygrid-day-top {
		flex-direction: row;
		font-size: 1rem;
	}

	.fc-scrollgrid-section td:first-child {
		border: 0;
	}

	.fc-theme-standard td {
		border: solid 5px transparent;
	}

	.fc-daygrid-day-frame {
		min-height: 14vh !important;
		margin-bottom: 5px;
	}

	.calendar .fc-direction-ltr .fc-daygrid-event.fc-event-end {
		padding: 0 3px;
		margin-right: 0;
		margin-left: 0;
	}

	.fc-daygrid-day-events {
		padding: 0.5rem 0rem;
	}

	.fc-daygrid-event-harness {
		width: 96%;
		margin-left: 2%;

	}

	.fc .fc-toolbar {
		justify-content: center;
	}

	.cartelera .cast__header {
		align-items: flex-start;
		flex-direction: column;
	}

	.cast__select p {
		font-size: 0.8rem;
		font-weight: 600;
		margin-bottom: 0;
	}

	.single-obra .cast__select {
		top: 0;
		margin-top: 2rem;
	}

	.cartelera .cast__header {
		margin-bottom: 0;
	}

	.cartelera .vertical-red {
		display: none !important;
	}
}



/* venta-grupos */
.venta__title {
	padding: 0 8%;
}

.venta-grupos .terms {
	display: block;
	margin-bottom: 2rem;
}

.venta-grupos .terms a {
	font-weight: bold;
	color: #000;
	cursor: pointer;
	text-decoration: none;
}

.venta-grupos .block_title {
	padding: 0 8%;
}

.venta-grupos h2 {
	font-size: 3rem;
}

/*
.venta-grupos .red_label {
	height: 3rem;
}
*/

.venta-grupos .form {
	padding: 0 8%;
	display: flex;
	margin: 4rem 0 10rem 0;
}

.venta-grupos .form .left {
	width: 50%;
	padding-right: 20%;
}

.venta-grupos .form .right {
	width: 50%;
}

.block_image img {
	width: 100%;
}

.venta-grupos .frm_primary_label {
	font-weight: bold;
}

.venta-grupos .frm_form_field input {
	font-size: 1rem;
	background: #f1f1f1;
	outline: #e01f26;
	padding: 0.5rem 1rem;
	height: 3rem;
}

.frm_style_formidable-style.with_frm_style .form-field input:not([type=file]):focus {
	background: #f1f1f1;
	border-color: #e01f26;
}

.frm_submit {
	display: none;
}

.buttons {
	align-items: center;
	display: flex;
	justify-content: center;
}

.buttons .button {
	cursor: pointer;
}

.block_title.red a {
	color: #e01f26;
	text-decoration: none;
	font-weight: bold;
}

@media(max-width:767px) {
	.venta-grupos .form {
		padding: 0 5%;
	}

	.venta-grupos .block_title {
		padding: 0 5%;
	}

	.venta-grupos .form {
		flex-direction: column;
	}

	.venta-grupos .form .left,
	.venta-grupos .form .right {
		width: 100%;
		padding-right: 0;
	}
}


/* Banamex */
.promo____grid {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 0 8% 4rem;
}

.promo____grid .offers__item {
	margin-right: 2%;
	width: 32%;
	margin-bottom: 3rem;
	cursor: pointer;
}

.promo____grid .offers__item:nth-child(3n) {
	margin-right: 0;
}

.promo____grid .offers__item_cover {
	position: relative;
	margin-bottom: 1rem;
}

.promo____grid .offers__item_cover .cover {
	object-fit: cover;
	height: 25vh;
	width: 100%;
}

/*
.promo____grid .offers__item_cover a {
	bottom: 0;
	position: absolute;
	right: 0;
}
*/
.promo____grid a {
	color: #000;
	text-decoration: none;
}

.promo____grid a:hover,
.offers__item:hover a {
	color: #e01f26;
}


.promo____grid p.title {
	font-weight: 600;
}

.promo____grid p {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}


.offers__item_cover .arrow_box {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 6.3vh;
	width: 6.3vh;
	background-color: black;
	padding: 2vh;
	overflow: hidden;
}

.offers__item_cover .arrow_box img {
	width: 100%;
	height: auto;
	object-fit: initial;
	display: block;
}

.offers__item:hover .offers__item_cover .arrow_box {
	background-color: #e01f26;
}

.offers__item:hover .offers__item_cover .arrow_box img {
	transform: translate(200%, 200%);
}

.offers__item_cover .arrow_box:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url("../assets/arrow_down_right.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 40%;
	transform: translate(-100%, -100%);
}

.offers__item_cover .arrow_box,
.offers__item_cover .arrow_box:before,
.offers__item_cover .arrow_box img {
	transition: all 850ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
	/* easeInOutQuart */
	transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
	/* easeInOutQuart */
}

.offers__item:hover .offers__item_cover .arrow_box:before {
	transform: translate(0%, 0%);
}


.promociones {
	display: flex;
	overflow: hidden;
	width: 100vw;
}

.promociones .red_label {
	height: 2.5rem;
	margin-top: 0.5rem;
}

.promociones .block_title .title {
	align-items: flex-start;
	margin-bottom: 2rem;
}

.promociones .title h2 {
	line-height: 3.5rem;
	font-size: 3rem;
}

.promociones__cover {
	width: 60%;
	flex-grow: 1;
	margin-bottom: 5rem;
}

.promociones__cover img {
	min-height: 40vh;
	width: 100%;
	height: 100%;
}


.promociones .block_title .content_page {
	width: 80%;
}

.promociones .block_title {
	padding-right: 0;
	width: 40%;
}


/* Interna de eventos */
.events__filters {
	align-items: flex-end;
	display: flex;
	flex-direction: row;
	padding: 0 4rem;
}

.events__filters_container {
	display: flex;
	width: 100%;
}

.events__main .select-items {
	max-height: 30vh;
	overflow-y: auto;
}

.page-template-temp_eventos .blog__menu {
	display: block;
}

.events__page {
	margin-top: 2rem;
	min-height: 50vh;
}

.events__page .content {
	padding: 0 8%;
}

.events__page .content .nav-link {
	color: #000;
}

.events__page .content .nav-link:hover {
	color: #e01f26;
}

@media(max-width:767px) {}

/* Nosotros */
.nosotros {
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
}

.nosotros__cover {
	min-height: 100vh;
	overflow: hidden;
	max-width: 50%;
	width: 50%;
}

.nosotros__cover .cover {
	background-position: center center;
	background-size: cover;
	height: 100%;
	width: 100%;
}

.nosotros .block_title {
	max-width: 50%;
	width: 50%;
}

.nosotros.excerpt .block_title {
	padding-top: 0;
}

.nosotros__cover img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.nosotros .block_title h2 {
	/* 	font-size: 2.3rem; */
	margin-bottom: 2rem;
	margin-left: 0;
}

@media(max-width:767px) {
	.nosotros {
		flex-direction: column;
	}

	.nosotros {
		flex-direction: column;
	}

	.nosotros .block_title,
	.nosotros__cover {
		width: 100%;
		max-width: 100%;
	}

	.nosotros__cover {
		margin-bottom: 5vh;
	}
	
	.nosotros__cover {
		min-height: auto;
	}
	.nosotros__cover img {
		height: 50vh;
		object-fit: cover;
		width: 100%;
		object-position: top;
	}

	.nosotros.producer {
		flex-direction: column-reverse;
	}
}

@media (min-width:767px) and (orientation: portrait) {
	.nosotros.excerpt {
		flex-direction: column-reverse;
	}

	.nosotros .block_title {
		margin-top: 3rem;
		max-width: 100%;
		width: 100%;
	}

	.nosotros__cover {
		min-height: auto;
		max-width: 100%;
		width: 100%;
	}

	.nosotros.producer {
		flex-direction: column;
	}
}

/* Audiciones */
.audiciones .block_title {
	padding-top: 0;
}

.audiciones .content {
	padding: 0 8% 5rem;
}



.audiciones__cover {
	margin-bottom: 4rem;
	width: 100%;
}

.audiciones__cover img {
	width: 100%;
}

.audiciones .content_buttons {
	margin-top: 3rem;
}

.audiciones .content_page {
	max-width: 100%;
}


.audiciones .button.red {
	margin-right: 1rem;
}

@media(max-width:767px) {
	.audiciones .content {
		padding: 0 5% 5rem;
	}

	.audiciones__cover {
		margin-bottom: 2rem;
	}
}

.slider-main {
	display: grid;
	grid-template-columns: 1fr 80vw 1fr;
	grid-template-areas: "left slider right";
}

.slider-button {
	align-items: center;
	display: flex;
}

.slider-button.left {
	justify-content: flex-start;
	grid-area: left;
}

.slider-button.right {
	justify-content: flex-end;
	grid-area: right;
}

.slider_button {
	align-items: center;
	background: #000;
	color: #FFF;
	cursor: pointer;
	display: flex;
	font-size: 2.5vw;
	height: 7.5vw;
	justify-content: center;
	width: 7.5vw;
	max-width: 100px;
	max-height: 100px;
}

.slider_button .txt,
.slider_button .txt_copy {
	font-size: 1.9rem;
}

.slider-container {
	grid-area: slider;
	height: 80vh;
	width: 100%;
	overflow: hidden;
}

.cartelera__slider .slider,
.slider-main .slider {
	position: relative;
	width: 100%;
	height: 100%;
}

.cartelera__slider .slide,
.slider-main .slide {
	flex-direction: column;
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 0;
}

.cartelera__slider .slider .slide.prev,
.slider-main .slider .slide.prev {
	align-items: flex-start;
}

.slider-main .slider .slide.next {
	align-items: flex-end;
}

.slider-main .slide .mask {
	overflow: hidden;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: opacity 1s ease-in-out;
}

/*
.slider-main .slide .mask img {
	height: 68vh;
	object-fit: cover;
	width: 100%;
}
*/
.slider-main .slide .mask img {
	height: 68vh;
	object-fit: scale-down;
	width: 80vw;
}

.slider-main .slide.bg {
	z-index: 1;
}

.slider-main .slide.current {
	z-index: 2;
}

.slider-main .slide .slide-info {
	opacity: 0;
	width: 100%;
}

.slider-main .slide.current .slide-info {
	opacity: 1;
}

.slider-main .slide.current .mask {
	width: 100%;
	opacity: 1;
}

.slider-main .slide.bg .mask {
	width: 100%;
}

.slide-info {
	padding: 1rem 0;
}

.slide-info p {
	margin-bottom: 0;
}

.slide-info h2 {
	font-size: 1.8rem;
	text-transform: uppercase;
}

.timeline__years {
	display: flex;
	padding: 3rem 8%;
	width: 100%;
	overflow: scroll;
}

.timeline__years .year_block {
	align-items: center;
	display: flex;
	flex-direction: column;
	width: 1rem;
}

.timeline__years .year_block.clickable {
	cursor: pointer;
	justify-content: flex-end;
}

.timeline__years .bar {
	background: #CDCDCD;
	height: 1rem;
	width: 2px;
}

.timeline__years .year_block.active .bar {
	background: #e01f26;
}

.timeline__years .bar.big {
	height: 1.5rem;
}

.timeline__years .year_block span {
	display: block;
	margin-bottom: 1rem;
	transform: rotate(90deg);
	font-size: 1rem;

}

.timeline_page .slider-container {
	height: 60vh;
}

.timeline_page .slider-main .slide .mask img {
	height: 100%;
	padding-top: 2.2rem;
}

.timeline_page .slider-main .slide {
	background-color: #f5f5f5;
}

.timeline_page .slider-main .slide .slide-info {
	padding: 1rem 20px;
}


/* COOKIES */
#cookies-footer {
	position: fixed;
	bottom: 100px;
	right: 15px;
	width: 35vw;
	max-width: 600px;
	border-radius: 15px;
	padding: 23px;
	text-align: justify;
	background-color: #222;
	color: #fff;
	font-size: 11px;
	display: none;
	opacity: 0;
	z-index: 100;
	transition: all 2500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	/* easeOutQuart */
	transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
	/* easeOutQuart */
}

#cookies-footer.in {
	opacity: 1;
}

#cookies-footer.active {
	display: block;
}

#cookies-footer a {
	color: #fff;
	text-decoration: underline;
}

.cookies-close {
	background-color: #fff;
	border-radius: 15px;
	padding: 4px 10px;
	color: #000;
	text-align: center;
	cursor: pointer;
	max-width: 200px;
	margin: 8px auto 0;
	position: relative;
}

@media(max-width:767px) {
	#cookies-footer {
		max-width: initial;
		width: calc(100% - 30px);
		bottom: 20px;
	}
}



@media(max-width:1200px) {

	.cartelera .description .title h2,
	.cartelera .cast .title h2,
	.cartelera .block_title .title h2,
	.faqs .block_title .title h2,
	.block_title .title h2 {
		font-size: 40px;
		line-height: 35px;
	}

}

.page-template-temp_legals #page_container {
	text-align: justify;
	padding: 8%;
}

.page-template-temp_legals #page_container .block_title {
	padding-left: 0;
	padding-right: 0;
}

@media screen and (max-width: 768px) {

	.page-template-temp_legals #page_container {
		padding: 5%;
	}

	.cartelera .description .title h2,
	.cartelera .cast .title h2,
	.cartelera .block_title .title h2,
	.faqs .block_title .title h2,
	.block_title .title h2 {
		font-size: 30px;
		line-height: 25px;
	}

	.cartelera__hero {
		margin-top: 0;
	}

	.cartelera .cast__item {
		width: 40vw;
	}

	.cartelera .cast__item_cover {
		/* 		height: 40vw; */
		width: 40vw;
	}

	.cartelera .offers__container {
		flex-direction: column;
	}

	.cartelera .offers__item .offers__item_cover {
		height: 40vh;
	}

	.cartelera .offers__container .offers__item {
		width: 100%;
	}

	.cartelera .special_tickets,
	.cartelera .special_tickets__content {
		align-items: center;
		flex-direction: column;
	}

	.cartelera .special_tickets__content {
		padding: 1rem 0;
	}

	.cartelera .special_tickets__content p {
		font-size: 1.6rem;
		max-width: 80%;
		text-align: center;
		width: 100%;
	}

	.cartelera .special_tickets__content,
	.cartelera .special_tickets__banner {
		width: 100%;
	}

	.cartelera .video__container {
		padding: 0;
		width: 100vw;
		margin: 0;
	}

	.cartelera .video__container_main_info h4 {
		width: 100%;
	}

	.cartelera .video__container_grid_container {
		margin: 0 auto;
		width: 100%;
	}

	.cartelera .info__description .quote p {
		font-weight: bold;
		margin: 0rem 0 2rem;
		font-size: 1.2rem;
	}

	/*
	.cartelera .video__container_grid_container {
		flex-direction: column;
	}
*/

	.cartelera .video__container_grid {
		width: 86%;
	}

	.cartelera .video__container_grid_item {
		width: 45% !important;
	}

	.gallery.block_title,
	.video.block_title {
		margin-top: 5rem;
	}

	.video__container_grid_item .video__container_grid_cover {
		background: #e01f26;
		height: 11vh;
	}

	.cartelera .video__container_grid_item span {
		display: none;
	}

	.cartelera .video__container_main video {
		width: 100% !important;
	}

	.video__container_main_info {
		margin: 0 auto;
		width: 90% !important;
	}

	.video__container_main_info .title {
		font-size: 1.8rem;
	}

	/*
	.video__container_main {
		flex-direction: column-reverse !important;
	}
*/

	.cartelera #carouselHomeIndicators {
		margin: 2rem 0;
	}

	.cartelera .logo {
		width: 70vw;
		max-width: 500px;
	}

	.cartelera .description,
	.cartelera .block_title,
	.block_title {
		padding: 2rem 5%;
	}

	.block_title .title {
		padding: 0 5%;
	}

	.cartelera .info {
		display: grid;
		grid-template-columns: 100%;
		grid-template-rows: auto;
		grid-template-areas:
			"title"
			"info"
			"poster"
			"venue"
			"prices"
			"schedule";
		padding: 3rem 8% 0 8%;
	}

	.cartelera .info .block_title {
		grid-area: title;
	}

	.cartelera .info .info__description {
		grid-area: info;
	}

	.cartelera .info .poster__wrapper {
		grid-area: poster;
	}

	.cartelera .info .venue {
		grid-area: venue;
	}

	.cartelera .info .prices {
		grid-area: prices;
	}

	.cartelera .info .schedule {
		grid-area: schedule;
	}

	.cartelera .info .block {
		margin: 1rem 0;
		width: 100%;
	}

	.cartelera .info .poster__wrapper {
		position: relative;
		width: 100%;
		top: 0;
		right: 0;
		margin-bottom: 2rem;
	}

	.cartelera .description .paragraphs {
		margin: 10%;
		width: 80%;
	}


	.grid__item {
		flex-direction: column-reverse;
		margin-bottom: 3rem;
	}

	.grid__item_info,
	.grid__item_cover {
		box-sizing: border-box;
		min-height: 40vh;
		width: 100%;
	}

	.grid__item_cover {
		width: 0;
	}

	.grid__item.in .grid__item_cover {
		width: 100%;
	}

	.grid__item_info {
		transform: translateY(0);
	}

	.grid__item_info {
		margin-top: 1rem;
	}

	.grid__item_info .title {
		font-size: 2.5rem !important;
	}

	.event .row {
		flex-direction: column;
	}

	.event .row .col-3 {
		width: 100%;
	}

	.carrousel_container .carrousel {
		flex-direction: column;
		height: auto;
	}

	.carrousel .item {
		height: 30vh;
		width: 90vw;
	}

	.carousel-item {
		min-height: 80vh;
	}

	.cartelera .carousel-item {
		min-height: 40vh;
		height: 49vh;
	}

	.cartelera .carousel-item .row p {
		font-size: 6vw;
		line-height: 6.1vw;
	}


	.carousel-item .m-0 {
		display: flex;
		flex-direction: column-reverse;
	}

	.carousel-item .col-5 {
		width: 100%;
	}

	.carousel-item .col-5 .slide-text {
		margin: 1rem 0;
	}

	#carouselHomeIndicators .slide-left {
		margin: 0 10%;
		width: 80%;
	}

	.carousel-item .col img {
		object-fit: cover;
		height: 30vh;
	}

	.cartelera .video__container_main video,
	.cartelera .video__container_main {
		padding: 0 8vw;
	}

	.cartelera .video__container_main video,
	.cartelera .video__container_main object,
	.cartelera .video__container_main iframe {
		width: 100%;
		height: 25vh;
	}


	.slider-main {
		grid-template-columns: 8vw 1fr 8vw;
	}

	.slider-container {
		height: 40vh;
	}

	.slider-main .slide .mask img {
		height: 100%;
	}

	.timeline__years {
		justify-content: flex-start !important;
	}

	.slider_button .txt,
	.slider_button .txt_copy {
		font-size: 1rem;
	}
}

@media(max-width:600px) {
	.slider-container {
		height: 25vh;
	}

	.slider-main {
		grid-template-columns: 10vw 1fr 10vw;
	}

	.timeline_page .slider-container {
		height: 50dvh;
	}

	.cartelera .video__container_main_info h4 {
		font-size: 1.3rem;
	}

	.cartelera .video__container_grid {
		width: 100%;
	}

	.video__container_grid_item .video__container_grid_cover {
		background: #e01f26;
		height: 14vh;
		margin-bottom: 1rem;
	}

}