.single-container{
	position: relative;
	width: 100%;
	padding: 100px 4vw 15vh;
	display: flex;
	flex-wrap: wrap;
	min-height: 700px;
	justify-content: flex-end;
}

.single-left{
	position: fixed;
	left: 4vw;
	width: calc(50% - 4vw);
	padding: 0 5vw;
}

.single-right{
	width: 50%;
	position: relative;
	padding: 0 5vw;
}

.single-left .star{
	position: absolute;
	left: 80%;
	bottom: 90%;
	width: 15%;
	z-index: 10;
}
.single-festival .single-left .star svg path{
	fill: var(--yellow);
}

.back_container{
	position: relative;
	width: 100%;
	color: #fff;
	display: flex;
	justify-content: flex-end;
	margin-bottom: 15px;
	font-size: 0.8rem;
}
.back_btn{
	position: relative;
	display: inline-block;
}
.back_btn a{
	color: #fff;
	display: flex;
	gap: 15px;
	padding: 5px 15px;
	border: 1px solid #fff;
	border-radius: 50px;
	transition: all 750ms cubic-bezier(0.165, 0.84, 0.44, 1); /* easeOutQuart */
	  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); /* easeOutQuart */
}
.back_btn a:hover{
	color: #000;
	background-color: #fff;
	transform: scale(1.1);
}
.back_btn img{
	width: 12px;
	height: auto;
	filter: invert(0)
}
.back_btn a:hover img{
	filter: invert(1)
}


.slider_container{
	position: relative;
	width: 100%;
}
.slider_container .slider-item {
	position: absolute;
	width: 100%;
}
.slider_container .slider-item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.single-content-tab.info{
	
}

.logo_container{
	width: 35%;
	max-width: 200px;
	margin-bottom: 2vh;
}
.logo_container img{
	width: 100%;
	height: auto;
}

.single-content-tab.info .title{
	font-size:  max(5vw,3rem);
	line-height: max(5vw,3rem);
	margin-bottom: 2vh;
}
.single-content-tab.info .subtitle{
	font-size: max(2vw,1.5rem);
	line-height:  max(2vw,1.5rem);
	margin-bottom: 2vh;
}
.single-content-tab.info .description{
	margin-top: 3vh;
	font-size: 1rem;
	line-height: 1.1;
}
.single-content-tab.info .description ul,
.single-content-tab.info .description ol{
	list-style: initial;
}
.single-content-tab.info .description h1{
	font-size: 2.5rem;
}
.single-content-tab.info .description h2{
	font-size: 2rem
}
.single-content-tab.info .description h3{
	font-size: 1.7rem
}
.single-content-tab.info .description h4{
	font-size: 1.5rem
}
.single-content-tab.info .description h1,
.single-content-tab.info .description h2,
.single-content-tab.info .description h3,
.single-content-tab.info .description h4{
	margin-bottom: 15px;
	font-family: "Inter_18pt-ExtraBold";
}
.single-content-tab.info .description div,
.single-content-tab.info .description p{
	margin-bottom: 12px;
}
.single-content-tab.info .description em{
	font-family: "Cormorant-Italic";
}
.single-content-tab.info .description h1 em,
.single-content-tab.info .description h2 em,
.single-content-tab.info .description h3 em,
.single-content-tab.info .description h4 em{
	font-family: "Cormorant-SemiBoldItalic";
}


.single-highlights-nav{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 1vw;
	margin-top: 10vh;
}
.single .highlight{
	position: relative;
	opacity: 0.8;
	width: 7%;
	min-width: 65px;
	aspect-ratio: 1;
	opacity: 0.7;
	cursor: pointer;
}
.single .highlight a{
	color: #fff;
}
.single .highlight .icon{
	width: 100%;
	text-align: center;
}
.single .highlight .icon img{
	width: 65%;
	height: 100%;
	object-fit: contain;
	margin-bottom: 10px;
	position: relative;
	margin: 0 auto 10px;
}
.single .highlight .icon .icon-title{
	font-size: 0.7rem;
	text-transform: uppercase;
}

.single .highlight:hover{
	opacity: 1;
}
.single .highlight .info{
	position: absolute;
	bottom: 110%;
	display: none;
	width: max(25vw,300px);
	width: auto;
	min-width: 200px;
	background-color: #fff;
	color: #000;
	border-radius: 10px;
	font-size: 0.8rem;
	padding: 10px;
	flex-wrap: wrap;
}
.single .highlight:hover .info{
	display: flex;
}

.single-concierto .highlight .info{
	
}
.single-concierto .highlight .info .artists-element{
	width: 50%;
	margin-bottom: 10px;
}
.single-concierto .highlight .info .artists-element:nth-child(3){
	width: 100%;
	min-width: 300px;
}

/* .single-concierto .highlight .info .top {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
	margin-bottom: 15px;
}
.single-concierto .highlight .info .top-item {
	display: flex;
	flex-direction: column;
	gap: 15px;
} */

@media(max-width:992px){
	.single .highlight .info{
		width: max(50vw,300px);
	}
	.back_container{
		display: none;
	}
}


/* ===== SLIDER CONTAINER ===== */

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

/* ===== PHOTO AREA ===== */

.photo_container {
	position: relative;
	width: 100%;
	aspect-ratio: 1;
	overflow: hidden;
	border-radius: 10px;
	background: #111;
}

/* ===== SLIDES ===== */

.slider-item {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	pointer-events: none;
	transform: translateX(0);
	z-index: 1;
	overflow: hidden;
}

.slider-item.active {
	position: relative;
	opacity: 1;
	pointer-events: auto;
	z-index: 2;
}

.slider-item.animating {
	opacity: 1;
	z-index: 3;
	pointer-events: none;
	transition: transform 1200ms cubic-bezier(0.77, 0, 0.175, 1);
}

/* ===== IMAGE ===== */

.slider-cover {
	width: 115%;
	height: 100%;
	object-fit: cover;
	display: block;
	transform: translateX(0);
	transition: transform 1200ms cubic-bezier(0.77, 0, 0.175, 1);
	will-change: transform;
}

/* ===== POSITION STATES ===== */

.slider-item.enter-from-right {
	transform: translateX(100%);
}

.slider-item.enter-from-left {
	transform: translateX(-100%);
}

.slider-item.enter-to-center {
	transform: translateX(0);
}

.slider-item.leave-to-left {
	transform: translateX(-100%);
}

.slider-item.leave-to-right {
	transform: translateX(100%);
}

/* ===== PARALLAX EFFECT ===== */

.slider-item.enter-from-right .slider-cover {
	transform: translateX(-12%);
}

.slider-item.enter-from-left .slider-cover {
	transform: translateX(12%);
}

.slider-item.enter-to-center .slider-cover {
	transform: translateX(0);
}

.slider-item.leave-to-left .slider-cover {
	transform: translateX(12%);
}

.slider-item.leave-to-right .slider-cover {
	transform: translateX(-12%);
}

/* ===== CAPTIONS ===== */

.slider_captions {
	position: relative;
	margin-top: 24px;
	min-height: 36px;
	overflow: hidden;
}

.slider-caption {
	position: absolute;
	inset: 0;
	opacity: 0;
	pointer-events: none;
}

.slider-caption.active {
	position: relative;
	opacity: 0.5;
	pointer-events: auto;
}

/* Title + subtitle blocks */
.slider-caption .title,
.slider-caption .subtitle {
	overflow: hidden;
}
.slider-caption .title{
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 5px;
}
.slider-caption .subtitle{
	font-size: 13px;
	line-height: 13px;
}

/* Word animation */
.slider-caption .caption-word {
	display: inline-block;
	transform: translateY(110%);
	opacity: 0;

	transition:
		transform 700ms cubic-bezier(0.77, 0, 0.175, 1),
		opacity 450ms ease;
}

/* Active state */
.slider-caption.active .caption-word {
	transform: translateY(0);
	opacity: 1;
}

/* Leaving state */
.slider-caption.leaving .caption-word {
	transform: translateY(-110%);
	opacity: 0;
}

/* ===== DOTS ===== */

.dots_container {
	position: absolute;
	right: 0;
	bottom: 16px;
	display: flex;
	gap: 5px;
	margin-top: 24px;
}

.slider-dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	border: 0;
	background: #fff;
	opacity: 0.35;
	cursor: pointer;
	padding: 0;
	transition: opacity 0.3s ease;
}

.slider-dot.active {
	opacity: 1;
}


.single-familiar .star svg path {
  fill: var(--orange);
}
.single-evento-especial .star svg path {
  fill: var(--lightgreen);
}
.single-marca .star svg path {
  fill: var(--green);
}
.single-festival .star svg path {
  fill: var(--yellow);
}
.single-gaming .star svg path {
  fill: var(--magenta);
}
.single-inmueble .star svg path {
  fill: var(--purple);
}
.single-concierto .star svg path {
  fill: var(--red);
}


.purple_star  svg path {
  fill: var(--purple);
}
.lightblue_star  svg path {
  fill: var(--lightblue);
}
.yellow_star  svg path {
  fill: var(--yellow);
}
.teal_star  svg path {
  fill: var(--teal);
}
.green_star svg path {
  fill: var(--green);
}
.black_star svg path {
  fill: var(--black);
}
.red_star svg path {
  fill: var(--red);
}
.orange_star svg path {
  fill: var(--orange)
}
.white_star svg path {
  fill: #fff;
}
.aqua_star svg path {
  fill: var(--aqua)
}
.blue_star svg path {
  fill: var(--blue)
}
.pink_star svg path {
  fill: var(--pink)
}
.magenta_star svg path {
  fill: var(--magenta)
}
.purplish_star svg path {
  fill: var(--purplish)
}
.lightgreen_star svg path {
  fill: var(--lightgreen);
}
.violet_star svg path {
  fill: var(--violet);
}


@media(max-width:992px){
	.single-container{
		flex-direction: column;
	}
	.single-left{
		left: 0;
	}
	.single-left,
	.single-right{
		position: relative;
		width: 100%;
	}
	.single-highlights-nav{
		gap: 15px;
	}
	.single .highlight .icon .icon-title {
		font-size: 0.6rem;
	}
	

}