/* LM52 overrides: keep template structure, replace only brand-specific surface. */

:root {
	--main-color: rgb(232, 160, 34);
	--main-color-rgb: 232, 160, 34;
	--lm52-fire: rgb(255, 111, 28);
	--lm52-fire-rgb: 255, 111, 28;
	--lm52-gold: rgb(245, 196, 82);
	--lm52-gold-rgb: 245, 196, 82;
	--color-two: rgb(20, 11, 15);
	--color-two-rgb: 20, 11, 15;
	--color-three: rgb(24, 24, 24);
	--color-three-rgb: 24, 24, 24;
	--color-four: rgb(10, 9, 10);
	--color-four-rgb: 10, 9, 10;
}

html {
	scroll-behavior: smooth;
}

.lm52-site {
	background-color: var(--color-four);
	color: var(--white-color);
}

.lm52-site .wow {
	visibility: visible !important;
}

.lm52-header {
	padding-top: 14px;
}

.lm52-header .header-lower {
	background: transparent;
	backdrop-filter: none;
}

.lm52-header .header-lower .logo-box .logo {
	width: 150px;
	padding: 12px 0;
}

.lm52-header .logo img,
.lm52-header .nav-logo img {
	display: block;
	width: 100%;
	height: auto;
}

.lm52-header .main-menu .navigation > li {
	margin-right: 10px;
	padding-left: 26px;
}

.lm52-header .main-menu .navigation > li:before {
	left: 7px;
	width: 10px;
}

.lm52-header-actions {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	gap: 12px;
	margin-left: 12px;
}

.lm52-header-actions a,
.lm52-lang {
	width: 34px;
	height: 34px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(var(--white-color-rgb), 0.38);
	color: var(--white-color);
	background-color: rgba(var(--black-color-rgb), 0.18);
	font-size: 13px;
	line-height: 1;
	transition: all 300ms ease;
}

.mobile-nav-toggler,
.mobile-menu .close-btn {
	border: 0;
	background: transparent;
	color: inherit;
	cursor: pointer;
}

.lm52-header-actions a:hover,
.lm52-lang:hover,
.lm52-lang.is-active {
	color: var(--black-color);
	background-color: var(--main-color);
	border-color: var(--main-color);
}

.lm52-x-icon {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
}

.lm52-hero {
	position: relative;
	z-index: 3;
	min-height: 100vh;
	padding: 190px 0 80px;
	overflow: hidden;
	background-color: var(--black-color);
	box-shadow: 0 90px 130px 72px rgba(var(--color-four-rgb), 0.98);
}

.lm52-hero {
	margin-bottom: -1px;
}

.lm52-hero:before {
	z-index: 1;
	opacity: 0.24;
	background-color: var(--black-color);
}

.lm52-hero:after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: -1px;
	height: 430px;
	z-index: 1;
	background:
		linear-gradient(to bottom, rgba(var(--color-four-rgb), 0) 0%, rgba(var(--color-four-rgb), 0.24) 28%, rgba(var(--color-four-rgb), 0.72) 67%, rgba(var(--color-four-rgb), 1) 100%),
		radial-gradient(ellipse at center bottom, rgba(var(--black-color-rgb), 0.96) 0%, rgba(var(--black-color-rgb), 0.72) 35%, rgba(var(--black-color-rgb), 0) 72%);
	pointer-events: none;
}

.lm52-hero-video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: brightness(1.1) saturate(1.08) contrast(1.05);
}

.lm52-hero-brand {
	position: relative;
	width: min(390px, 46vw);
	margin: 0 auto 53px;
}

.lm52-hero-logo {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.lm52-hero .banner-one_heading {
	font-size: clamp(48px, 7.8vw, 118px);
	line-height: 0.92;
	max-width: min(1120px, calc(100vw - 48px));
	margin: 0 auto 70px;
	letter-spacing: 0;
	text-shadow: 0 8px 34px rgba(var(--black-color-rgb), 0.78);
}

.lm52-hero .banner-one_text,
.lm52-hero .banner-one_text-two {
	width: min(360px, 100%);
	min-height: 94px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 8px;
	padding: 18px 0;
	font-size: 20px;
	line-height: 28px;
	text-shadow: 0 4px 20px rgba(var(--black-color-rgb), 0.75);
	border-color: var(--white-color);
}

.lm52-hero .lower-box {
	max-width: 980px;
	margin: 0 auto;
	gap: 28px;
	transform: translateY(120px);
}

.lm52-hero .banner-one_text strong {
	font-weight: 600;
	color: var(--white-color);
}

.lm52-hero .banner-one_text-two a,
.view-more {
	color: var(--white-color);
}

.lm52-hero .banner-one_text-two {
	text-align: right;
	align-items: flex-end;
}

.lm52-hero .banner-one_text span,
.lm52-hero .banner-one_text-two a {
	color: rgb(var(--lm52-gold-rgb));
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0;
}

.lm52-hero .down-box.lm52-scroll-medallion {
	left: 50%;
	bottom: 36px;
	width: 104px;
	height: 122px;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translateX(-50%);
	animation: lm52-scroll-breathe 1.65s ease-in-out infinite;
}

.lm52-scroll-medallion img {
	width: 92px;
	height: 92px;
	object-fit: contain;
	filter: drop-shadow(0 12px 24px rgba(var(--black-color-rgb), 0.8));
}

.lm52-scroll-medallion i {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	color: var(--white-color);
	font-size: 18px;
	animation: lm52-arrow-drop 1.2s ease-in-out infinite;
}

@keyframes lm52-scroll-breathe {
	0%, 100% {
		transform: translateX(-50%) translateY(0);
	}
	50% {
		transform: translateX(-50%) translateY(7px);
	}
}

@keyframes lm52-arrow-drop {
	0%, 100% {
		opacity: 0.58;
		transform: translateX(-50%) translateY(0);
	}
	50% {
		opacity: 1;
		transform: translateX(-50%) translateY(6px);
	}
}

.lm52-section {
	position: relative;
	margin-top: -1px;
	overflow: hidden;
	background-color: var(--color-four);
}

.lm52-texture {
	background-color: var(--color-three) !important;
	background-image: url("../images/lm52/bg-textura.jpg") !important;
	background-size: cover !important;
	background-position: center !important;
}

.lm52-texture:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(var(--black-color-rgb), 0.66);
	pointer-events: none;
}

.lm52-texture:after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	box-shadow: inset 0 130px 130px rgba(var(--color-four-rgb), 0.96), inset 0 -90px 90px rgba(var(--color-four-rgb), 0.96);
	pointer-events: none;
}

.lm52-texture > .auto-container {
	position: relative;
	z-index: 2;
}

#quienes-section {
	z-index: 4;
	margin-top: -1px;
	padding-top: 170px;
	background-color: var(--color-four) !important;
	background-position: center top !important;
}

#quienes-section > .auto-container {
	position: relative;
	z-index: 4;
}

#quienes-section .sec-title {
	position: relative;
	z-index: 5;
}

#quienes-section:before {
	background-color: rgba(var(--black-color-rgb), 0.78);
}

#quienes-section:after {
	background: linear-gradient(to bottom, rgba(var(--color-four-rgb), 1) 0%, rgba(var(--color-four-rgb), 0.92) 80px, rgba(var(--color-four-rgb), 0) 220px);
	box-shadow: inset 0 -70px 90px rgba(var(--color-four-rgb), 0.9);
	z-index: 1;
}

.lm52-quienes-anchor {
	display: block;
	position: relative;
	width: 1px;
	height: 1px;
	pointer-events: none;
}

.services-one,
.main-footer {
	background: var(--color-four);
}

.lm52-footer {
	background: var(--color-four) !important;
}

.gallery-block_one-content:before,
.service-block_one-inner:before {
	background: rgba(var(--main-color-rgb), 0.92);
}

.lm52-copy {
	position: relative;
	padding: 0 0 0 18px;
	border: 0;
	background-color: transparent;
}

.lm52-copy h3 {
	font-size: clamp(30px, 4vw, 56px);
	line-height: 1;
	margin-bottom: 22px;
	color: var(--white-color);
	text-transform: uppercase;
}

.lm52-copy p {
	font-family: Inter, sans-serif;
	font-size: 17px;
	line-height: 1.75;
	margin-bottom: 18px;
	color: rgba(var(--white-color-rgb), 0.86);
}

.lm52-copy p:last-child {
	margin-bottom: 0;
}

.lm52-copy ul {
	position: relative;
	margin: 22px 0;
	padding: 0;
}

.lm52-copy li {
	position: relative;
	margin-bottom: 12px;
	padding-left: 30px;
	font-family: Inter, sans-serif;
	font-size: 16px;
	line-height: 1.55;
	color: rgba(var(--white-color-rgb), 0.82);
}

.lm52-copy li:before {
	position: absolute;
	content: "";
	left: 0;
	top: 11px;
	width: 16px;
	height: 2px;
	background-color: var(--main-color);
}

.lm52-about-photo {
	position: relative;
	min-height: 560px;
	overflow: hidden;
	padding: 10px;
	border: 1px solid rgba(var(--white-color-rgb), 0.14);
	background-color: var(--black-color);
	isolation: isolate;
	box-shadow: 0 28px 70px rgba(var(--black-color-rgb), 0.62), 0 0 0 1px rgba(var(--main-color-rgb), 0.08);
}

.lm52-about-photo:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 88px;
	height: 88px;
	z-index: 2;
	border-top: 2px solid rgba(var(--main-color-rgb), 0.82);
	border-left: 2px solid rgba(var(--main-color-rgb), 0.82);
	pointer-events: none;
}

.lm52-about-photo:after {
	position: absolute;
	content: "";
	right: 0;
	bottom: 0;
	width: 88px;
	height: 88px;
	z-index: 2;
	border-right: 2px solid rgba(var(--main-color-rgb), 0.82);
	border-bottom: 2px solid rgba(var(--main-color-rgb), 0.82);
	pointer-events: none;
}

.lm52-about-photo img {
	width: 100%;
	height: 100%;
	min-height: 540px;
	display: block;
	object-fit: cover;
	object-position: center;
	filter: contrast(1.04) saturate(0.95);
}

.lm52-card {
	min-height: 100%;
	background-color: rgba(var(--black-color-rgb), 0.18);
}

#eventos {
	position: relative;
	isolation: isolate;
	overflow: hidden;
}

#eventos:before {
	position: absolute;
	content: "";
	left: -8vw;
	right: -8vw;
	top: 50%;
	height: 132px;
	z-index: 0;
	transform: rotate(-2deg);
	background:
		linear-gradient(to bottom, transparent 0 18px, rgba(var(--white-color-rgb), 0.12) 18px 20px, rgba(var(--main-color-rgb), 0.16) 21px 23px, transparent 24px 54px, rgba(var(--white-color-rgb), 0.1) 54px 56px, rgba(var(--main-color-rgb), 0.14) 57px 59px, transparent 60px 90px, rgba(var(--white-color-rgb), 0.08) 90px 92px, rgba(var(--main-color-rgb), 0.1) 93px 95px, transparent 96px 100%);
	filter: none;
	-webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.45) 10%, #000 28%, #000 72%, rgba(0, 0, 0, 0.45) 90%, transparent 100%);
	mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.45) 10%, #000 28%, #000 72%, rgba(0, 0, 0, 0.45) 90%, transparent 100%);
	pointer-events: none;
}

#eventos:after {
	display: none;
}

#eventos > .auto-container {
	position: relative;
	z-index: 2;
}

#eventos .sec-title {
	display: flex;
	align-items: center;
	gap: 0;
	margin-bottom: 44px;
}

#eventos .sec-title_heading {
	margin-bottom: 0;
}

#eventos .sec-title_icon {
	margin: 0;
}

#eventos > .auto-container > .row.clearfix:not(.lm52-event-grid) {
	display: none;
}

.lm52-event-grid {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	justify-content: center;
	align-items: stretch;
	gap: 24px;
	width: 100%;
	max-width: 1192px;
	margin-left: auto;
	margin-right: auto;
}

.lm52-events-more {
	display: flex;
	justify-content: center;
	margin: 34px 0 52px;
}

.lm52-events-more-link {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 15px 24px;
	border: 1px solid rgba(255, 255, 255, 0.34);
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	transition: 0.3s ease;
}

.lm52-events-more-link:hover {
	border-color: var(--main-color);
	background: var(--main-color);
	color: var(--black-color);
}

.lm52-events-page {
	padding-top: 150px;
	min-height: 70vh;
}

.lm52-events-page .lm52-event-grid {
	margin-top: 25px;
}

.lm52-event-grid > .lm52-event-item {
	display: flex;
	width: 100%;
	min-width: 0;
	max-width: 100%;
	flex: none;
	padding-left: 0;
	padding-right: 0;
}

#eventos .lm52-event-grid > :nth-child(1) { order: 1; }
#eventos .lm52-event-grid > :nth-child(4) { order: 2; }
#eventos .lm52-event-grid > :nth-child(3) { order: 3; }
#eventos .lm52-event-grid > :nth-child(2) { order: 4; }

.lm52-event-poster {
	position: relative;
	height: 100%;
	width: 100%;
	min-height: 0;
	display: flex;
	flex-direction: column;
	border: 1px solid rgba(var(--white-color-rgb), 0.18);
	background-color: rgba(var(--black-color-rgb), 0.68);
	backdrop-filter: blur(1px);
}

.lm52-event-poster > a,
.lm52-event-poster > button,
.lm52-event-poster-media {
	position: relative;
	display: block;
	overflow: hidden;
	background-color: var(--black-color);
	min-height: 0;
	aspect-ratio: 0.645;
}

.lm52-event-poster > button {
	width: 100%;
	padding: 0;
	border: 0;
	cursor: pointer;
}

.lm52-event-poster img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center top;
	transition: transform 500ms ease;
}

.lm52-eterno-media::before {
	content: "";
	position: absolute;
	inset: -12px;
	background: url("../images/lm52/eventos/eterno-ritual-card.jpg") center bottom / cover no-repeat;
	filter: blur(12px) brightness(0.42);
	transform: scale(1.08);
}

.lm52-eterno-media img {
	position: relative;
	z-index: 1;
}

.lm52-event-poster:hover img {
	transform: scale(1.035);
}

.lm52-event-next img {
	object-fit: contain;
	padding: 46px 34px;
	background-image: url("../images/lm52/bg-textura.jpg");
	background-size: cover;
	background-position: center;
}

.lm52-event-next {
	min-height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 30px 30px 22px;
	background-color: rgba(var(--black-color-rgb), 0.86);
	transition: background-color 450ms ease, border-color 450ms ease;
}

.lm52-event-next:hover {
	background-color: var(--main-color);
	border-color: var(--main-color);
}

.lm52-event-next > a {
	display: none;
}

.lm52-event-next .lm52-event-caption {
	padding: 0;
}

.lm52-event-next-label {
	display: inline-block;
	margin-bottom: 18px;
	padding: 7px 11px;
	background-color: var(--main-color);
	color: var(--black-color);
	font-family: Inter, sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	transition: background-color 450ms ease;
}

.lm52-event-next:hover .lm52-event-next-label {
	background-color: var(--black-color);
	color: var(--white-color);
}

.lm52-event-next .lm52-event-caption h4 {
	color: var(--white-color);
	font-size: clamp(40px, 3.7vw, 52px);
	line-height: 0.94;
	text-transform: uppercase;
	white-space: normal;
	margin-bottom: 18px;
}

.lm52-event-next .lm52-event-caption p {
	font-family: Inter, sans-serif;
	color: rgba(var(--white-color-rgb), 0.86);
	font-size: 18px;
	line-height: 1.55;
	margin-bottom: 14px;
}

.lm52-event-next:hover .lm52-event-caption h4,
.lm52-event-next:hover .lm52-event-caption p,
.lm52-event-next:hover .view-more {
	color: var(--black-color);
}

.lm52-event-tag {
	position: absolute;
	left: 18px;
	top: 18px;
	z-index: 2;
	padding: 7px 11px;
	background-color: var(--main-color);
	color: var(--black-color);
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.lm52-event-caption {
	padding: 15px 18px 17px;
	min-height: 104px;
}

.lm52-event-caption h4 {
	color: var(--white-color);
	font-size: clamp(18px, 1.25vw, 20px);
	line-height: 1.05;
	text-transform: uppercase;
	margin-bottom: 8px;
	letter-spacing: -0.02em;
	white-space: normal;
	overflow-wrap: anywhere;
}

.lm52-event-caption h4.lm52-event-title-responsive {
	font-size: clamp(18px, 1.25vw, 20px);
	letter-spacing: -0.02em;
	white-space: normal;
	overflow-wrap: anywhere;
}

.lm52-event-caption p {
	font-family: Inter, sans-serif;
	font-size: 15px;
	line-height: 1.55;
	color: rgba(var(--white-color-rgb), 0.74);
	margin-bottom: 0;
}

.lm52-ticket-icon {
	width: 48px;
	height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--white-color);
	border: 1px solid rgba(var(--white-color-rgb), 0.38);
}

.lm52-ticket-icon:before {
	content: "";
	width: 24px;
	height: 16px;
	display: block;
	border: 2px solid currentColor;
	border-left-style: dashed;
	border-right-style: dashed;
	transform: rotate(-12deg);
}

.lm52-card p,
.lm52-contact-card p,
.lm52-newsletter p {
	position: relative;
	z-index: 1;
	font-family: Inter, sans-serif;
	font-size: 16px;
	line-height: 1.7;
	margin: 16px 0 24px;
	color: rgba(var(--white-color-rgb), 0.78);
}

.lm52-site .gallery-block_one-heading,
.lm52-site .gallery-block_one-heading a,
.lm52-site .journal-block_one-heading,
.lm52-site .awards-block_one-title,
.lm52-site .service-block_one-heading,
.lm52-site .testimonial-block_one-lower {
	color: var(--white-color);
}

.lm52-site .gallery-block_one-title,
.lm52-site .journal-block_one-title,
.lm52-site .awards-block_one-title span,
.lm52-site .counter-block_one-text {
	color: rgba(var(--white-color-rgb), 0.72);
}

.lm52-site .awards-block_one-title span {
	opacity: 1;
	top: 0;
	margin-left: 0;
	margin-right: 12px;
}

.lm52-site .awards-block_one-title > span:first-child {
	color: var(--white-color);
}

#patrocinadores > .auto-container > .inner-container:not(.lm52-sponsor-slider-wrap) {
	display: none;
}

.lm52-sponsor-slider-wrap {
	position: relative;
	overflow: hidden;
	padding: 8px 0 0;
}

.lm52-sponsor-slider {
	overflow: hidden;
}

.lm52-sponsor-card {
	min-height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 14px 32px;
	border: 0;
	background-color: transparent;
}

.lm52-sponsor-card img {
	display: block;
	width: 100%;
	max-width: 210px;
	max-height: 74px;
	object-fit: contain;
	filter: grayscale(1) brightness(1.35);
	opacity: 0.78;
	transition: filter 300ms ease, opacity 300ms ease, transform 300ms ease;
}

.lm52-sponsor-card:hover img {
	filter: grayscale(0) brightness(1.08);
	opacity: 1;
	transform: translateY(-2px);
}

.lm52-sponsor-controls {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	margin-top: 8px;
}

.lm52-sponsor-controls button {
	width: 42px;
	height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(var(--white-color-rgb), 0.26);
	background-color: transparent;
	color: var(--white-color);
	transition: all 300ms ease;
}

.lm52-sponsor-controls button:hover {
	border-color: var(--main-color);
	background-color: var(--main-color);
	color: var(--black-color);
}

.lm52-sponsor-pagination {
	width: auto !important;
	min-width: 76px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.lm52-sponsor-pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	margin: 0 !important;
	background-color: rgba(var(--white-color-rgb), 0.3);
	opacity: 1;
}

.lm52-sponsor-pagination .swiper-pagination-bullet-active {
	background-color: var(--main-color);
}

.lm52-card .gallery-block_one-heading {
	font-size: clamp(24px, 3vw, 36px);
	line-height: 1.08;
	overflow-wrap: anywhere;
}

.lm52-note {
	display: flex;
	min-height: 238px;
	flex-direction: column;
	justify-content: center;
}

.lm52-roster-carousel {
	position: relative;
	overflow: hidden;
	padding: 18px 0 4px;
}

.lm52-roster-carousel .swiper-wrapper {
	align-items: flex-end;
}

.lm52-roster-member {
	position: relative;
	min-height: 520px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	text-align: center;
	background: transparent;
}

.lm52-roster-member:before {
	position: absolute;
	content: "";
	left: 50%;
	bottom: 82px;
	width: min(82%, 280px);
	height: 1px;
	transform: translateX(-50%);
	background-color: rgba(var(--main-color-rgb), 0.55);
	box-shadow: 0 0 26px rgba(var(--main-color-rgb), 0.24);
}

.lm52-roster-figure {
	position: relative;
	z-index: 1;
	width: min(112%, 370px);
	height: 455px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	margin: 0 auto;
	overflow: hidden;
	filter: drop-shadow(0 24px 28px rgba(var(--black-color-rgb), 0.82));
}

.lm52-roster-figure img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
	object-position: center bottom;
	transform: translate(var(--roster-x, 0), 10.4%) scale(var(--roster-scale, 1));
	transform-origin: center 89.583%;
}

.lm52-roster-figure.is-placeholder {
	width: min(78%, 220px);
	height: 370px;
	opacity: 0.82;
}

.lm52-roster-figure.is-placeholder img {
	width: 100%;
	height: auto;
	padding-bottom: 92px;
	filter: grayscale(0.14) saturate(0.9);
}

.lm52-roster-meta {
	position: relative;
	z-index: 2;
	width: 100%;
	margin-top: 16px;
}

.lm52-roster-meta span {
	display: block;
	margin-bottom: 8px;
	color: var(--main-color);
	font-family: Inter, sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.lm52-roster-meta h5 {
	color: var(--white-color);
	font-size: clamp(21px, 1.65vw, 30px);
	line-height: 1;
	text-transform: uppercase;
	word-spacing: 0.08em;
	white-space: nowrap;
	margin-bottom: 0;
}

.lm52-roster-controls {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	margin-top: 24px;
}

.lm52-roster-controls button {
	width: 38px;
	height: 38px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(var(--white-color-rgb), 0.24);
	background-color: transparent;
	color: var(--white-color);
	transition: all 300ms ease;
}

.lm52-roster-controls button:hover {
	border-color: var(--main-color);
	background-color: var(--main-color);
	color: var(--black-color);
}

.lm52-roster-pagination {
	width: auto !important;
	min-width: 76px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.lm52-roster-pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	margin: 0 !important;
	background-color: rgba(var(--white-color-rgb), 0.3);
	opacity: 1;
}

.lm52-roster-pagination .swiper-pagination-bullet-active {
	background-color: var(--main-color);
}

.lm52-gallery-slider {
	overflow: hidden;
}

.lm52-media-card {
	min-height: 100%;
	background-color: rgba(var(--black-color-rgb), 0.36);
}

.lm52-media-thumb {
	display: block;
	width: 100%;
	padding: 0;
	border: 0;
	background-color: var(--black-color);
	cursor: pointer;
}

.lm52-media-thumb img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	transition: transform 450ms ease, opacity 450ms ease;
}

.lm52-media-card:hover .lm52-media-thumb img {
	opacity: 0.9;
	transform: scale(1.035);
}

.lm52-media-meta {
	min-height: 132px;
	padding: 18px 18px 20px;
}

.lm52-media-meta span {
	display: block;
	margin-bottom: 8px;
	font-family: Inter, sans-serif;
	font-size: 13px;
	line-height: 1;
	color: var(--main-color);
	text-transform: uppercase;
}

.lm52-media-meta h3 {
	color: var(--white-color);
	font-size: 26px;
	line-height: 1.05;
	text-transform: uppercase;
	margin-bottom: 14px;
}

.lm52-media-meta .view-more {
	padding: 0;
	border: 0;
	background: transparent;
	font-size: 14px;
	text-transform: uppercase;
}

.lm52-gallery-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: none;
	padding: 34px;
}

.lm52-gallery-modal.is-open {
	display: block;
}

.lm52-gallery-modal-backdrop {
	position: absolute;
	inset: 0;
	background-color: rgba(var(--black-color-rgb), 0.88);
}

.lm52-gallery-modal-panel {
	position: relative;
	z-index: 1;
	width: min(1180px, 100%);
	max-height: calc(100vh - 68px);
	margin: 0 auto;
	overflow: auto;
	background-color: var(--color-four);
	border: 1px solid rgba(var(--white-color-rgb), 0.16);
}

.lm52-gallery-modal-header {
	position: sticky;
	top: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 22px 24px;
	background-color: rgba(var(--color-four-rgb), 0.96);
	border-bottom: 1px solid rgba(var(--white-color-rgb), 0.12);
}

.lm52-gallery-modal-header h3 {
	color: var(--white-color);
	font-size: clamp(26px, 3vw, 42px);
	line-height: 1;
	text-transform: uppercase;
	margin: 0;
}

.lm52-gallery-modal-header button {
	width: 42px;
	height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(var(--white-color-rgb), 0.24);
	background-color: transparent;
	color: var(--white-color);
}

.lm52-gallery-modal-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	padding: 24px;
}

.lm52-gallery-modal-grid a {
	display: block;
	background-color: var(--black-color);
}

.lm52-gallery-modal-grid img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

body.lm52-gallery-open {
	overflow: hidden;
}

.lm52-watch {
	display: block;
	width: 100%;
	height: 100%;
	color: var(--white-color);
	text-align: left;
}

#donde-ver .inner-container {
	overflow: visible;
}

#donde-ver .inner-container > .clearfix {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

#donde-ver .counter-block_one {
	float: none;
	width: auto;
	max-width: none;
	display: flex;
}

#donde-ver .counter-block_one-inner {
	min-width: 0;
	padding: clamp(28px, 3vw, 48px);
}

.lm52-watch-heading {
	margin-top: 10px;
	color: var(--main-color);
	font-size: clamp(15px, 1.5vw, 20px);
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.lm52-watch:hover {
	color: var(--white-color);
}

.lm52-watch .counter-block_one-counter {
	font-size: clamp(34px, 4vw, 56px);
	line-height: 1;
	word-break: break-word;
}

.lm52-watch-schedule {
	display: grid;
	gap: 3px;
	margin-top: 18px;
	font-size: clamp(13px, 1.15vw, 16px);
	line-height: 1.45;
}

.lm52-watch-schedule strong {
	margin-top: 7px;
	color: var(--main-color);
	font-size: 0.78em;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.lm52-watch-schedule span {
	color: var(--white-color);
}

.lm52-watch-schedule[hidden] {
	display: none;
}

@media (max-width: 991px) {
	#donde-ver .inner-container > .clearfix {
		grid-template-columns: 1fr;
	}

	#donde-ver .counter-block_one-inner {
		border-right: 0;
	}
}

#contacto {
	background: var(--color-four) !important;
}

#contacto:before,
.lm52-contact-page:before {
	position: absolute;
	content: "";
	right: clamp(18px, 6vw, 96px);
	top: 70px;
	width: clamp(92px, 14vw, 190px);
	aspect-ratio: 1;
	z-index: 0;
	background: url("../images/lm52/contacto-icono.png") center / contain no-repeat;
	opacity: 0.075;
	filter: drop-shadow(0 24px 50px rgba(var(--main-color-rgb), 0.14));
	pointer-events: none;
}

#contacto > .auto-container,
.lm52-contact-page > .auto-container {
	position: relative;
	z-index: 2;
}

#contacto .service-block_one-inner,
#contacto .lm52-newsletter {
	background-color: rgba(var(--black-color-rgb), 0.38);
}

.lm52-contact-card {
	min-height: 290px;
	align-items: flex-start !important;
	flex-direction: column;
}

.lm52-contact-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 28px 34px;
	border: 1px solid rgba(var(--white-color-rgb), 0.18);
	background-color: rgba(var(--black-color-rgb), 0.38);
}

.lm52-contact-cta h3 {
	color: var(--white-color);
	font-size: clamp(26px, 3vw, 40px);
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.lm52-contact-cta p {
	margin: 0;
	color: rgba(var(--white-color-rgb), 0.76);
	font-family: Inter, sans-serif;
	font-size: 15px;
	line-height: 1.6;
}

.lm52-contact-cta .view-more {
	flex: 0 0 auto;
	color: var(--main-color);
	text-transform: uppercase;
}

.lm52-newsletter {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(220px, 360px) auto;
	gap: 20px;
	align-items: center;
	padding: 32px 40px;
	border: 1px solid rgba(var(--white-color-rgb), 0.2);
}

.lm52-newsletter h3 {
	color: var(--white-color);
}

.lm52-newsletter input {
	width: 100%;
	height: 56px;
	padding: 0 18px;
	border: 1px solid rgba(var(--white-color-rgb), 0.25);
	background-color: rgba(var(--black-color-rgb), 0.28);
	color: var(--white-color);
	font-family: Inter, sans-serif;
}

.lm52-newsletter button {
	height: 56px;
	padding: 0 24px;
	background-color: var(--main-color);
	color: var(--black-color);
	font-weight: 600;
	text-transform: uppercase;
	white-space: nowrap;
}

.lm52-contact-page {
	min-height: 100vh;
	padding-top: 190px;
	padding-bottom: 120px;
}

.lm52-contact-page:before {
	top: 150px;
	right: clamp(20px, 5vw, 80px);
	width: clamp(130px, 18vw, 240px);
	opacity: 0.06;
}

.lm52-contact-page .sec-title_heading {
	margin-bottom: 46px;
}

.lm52-contact-intro {
	padding-right: 34px;
}

.lm52-contact-intro h2 {
	color: var(--white-color);
	font-size: clamp(34px, 4vw, 58px);
	line-height: 0.98;
	text-transform: uppercase;
	margin-bottom: 24px;
}

.lm52-contact-form {
	position: relative;
	display: grid;
	gap: 18px;
	padding: 34px;
	border: 1px solid rgba(var(--white-color-rgb), 0.16);
	background-color: rgba(var(--black-color-rgb), 0.42);
}

.lm52-contact-form .lm52-form-heading {
	margin-bottom: 4px;
}

.lm52-contact-form .lm52-form-heading h3 {
	color: var(--white-color);
	font-size: clamp(28px, 3vw, 42px);
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.lm52-contact-form .lm52-form-heading p {
	margin: 0;
	color: rgba(var(--white-color-rgb), 0.74);
	font-family: Inter, sans-serif;
	font-size: 15px;
	line-height: 1.6;
}

.lm52-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.lm52-field {
	display: grid;
	gap: 8px;
}

.lm52-field label {
	color: rgba(var(--white-color-rgb), 0.78);
	font-family: Inter, sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.lm52-field input,
.lm52-field textarea {
	width: 100%;
	border: 1px solid rgba(var(--white-color-rgb), 0.22);
	background-color: rgba(var(--black-color-rgb), 0.36);
	color: var(--white-color);
	font-family: Inter, sans-serif;
	font-size: 15px;
	line-height: 1.45;
	transition: border-color 250ms ease, background-color 250ms ease;
}

.lm52-field input {
	height: 54px;
	padding: 0 16px;
}

.lm52-field textarea {
	min-height: 154px;
	padding: 14px 16px;
	resize: vertical;
}

.lm52-field input:focus,
.lm52-field textarea:focus {
	border-color: var(--main-color);
	background-color: rgba(var(--black-color-rgb), 0.58);
	outline: none;
}

.lm52-contact-form button[type="submit"] {
	width: fit-content;
	min-width: 190px;
	height: 56px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 0 24px;
	background-color: var(--main-color);
	color: var(--black-color);
	font-weight: 700;
	text-transform: uppercase;
}

.lm52-form-alert {
	display: none;
	padding: 12px 14px;
	border: 1px solid rgba(var(--white-color-rgb), 0.14);
	font-family: Inter, sans-serif;
	font-size: 14px;
	line-height: 1.45;
}

.lm52-form-alert.is-success,
.lm52-form-alert.is-error {
	display: block;
}

.lm52-form-alert.is-success {
	color: rgb(166, 232, 176);
	border-color: rgba(166, 232, 176, 0.35);
}

.lm52-form-alert.is-error {
	color: rgb(255, 190, 120);
	border-color: rgba(255, 190, 120, 0.35);
}

.lm52-honeypot {
	position: absolute;
	left: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.lm52-form-status {
	grid-column: 1 / -1;
	min-height: 20px;
	margin: -8px 0 0;
	font-size: 14px;
	line-height: 1.45;
}

.lm52-form-status.is-error {
	color: rgb(255, 190, 120);
}

.lm52-form-status.is-success {
	color: rgb(166, 232, 176);
}

.lm52-footer h2 {
	max-width: 900px;
}

.lm52-footer a.backtop.down-box {
	width: 52px;
	height: 52px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(var(--main-color-rgb), 0.78);
	background: rgba(var(--black-color-rgb), 0.36) !important;
	color: var(--main-color) !important;
	line-height: 1;
	box-shadow: 0 0 26px rgba(var(--main-color-rgb), 0.12);
	transition: background-color 300ms ease, border-color 300ms ease, color 300ms ease, box-shadow 300ms ease;
}

.lm52-footer a.backtop.down-box:hover {
	border-color: var(--main-color);
	background: var(--main-color) !important;
	color: var(--black-color) !important;
	box-shadow: 0 0 34px rgba(var(--main-color-rgb), 0.34);
}

.lm52-footer a.backtop.down-box i {
	color: inherit;
}

.sec-title_icon img {
	max-width: 70px;
	max-height: 70px;
	object-fit: contain;
}

.lm52-site .sec-title_icon {
	display: none !important;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

@media only screen and (max-width: 1240px) {
	.lm52-header .header-lower .logo-box .logo {
		width: 132px;
	}

	.lm52-header .main-menu .navigation > li > a {
		font-size: 13px;
	}

	.lm52-header .main-menu .navigation > li {
		margin-right: 4px;
		padding-left: 18px;
	}
}

@media only screen and (max-width: 1023px) {
	.lm52-header {
		position: absolute;
		background-color: transparent;
	}

	.lm52-header-actions {
		margin-left: auto;
	}

	.lm52-hero {
		padding-top: 150px;
	}
}

@media only screen and (max-width: 1100px) and (min-width: 768px) {
	.lm52-hero .banner-one_heading {
		font-size: clamp(58px, 7vw, 76px);
		max-width: calc(100vw - 36px);
	}
}

@media only screen and (max-height: 820px) and (min-width: 768px) {
	.lm52-hero {
		padding-top: 116px;
		padding-bottom: 42px;
	}

	.lm52-hero-brand {
		width: min(360px, 40vw);
		margin-bottom: 34px;
	}

	.lm52-hero .banner-one_heading {
		font-size: clamp(58px, 7.2vw, 92px);
		margin-bottom: 56px;
	}

	.lm52-hero .lower-box {
		transform: translateY(160px);
	}

	.lm52-hero .down-box.lm52-scroll-medallion {
		bottom: 12px;
	}
}

@media only screen and (max-width: 1100px) and (min-width: 768px) and (min-height: 821px) {
	.lm52-hero .lower-box {
		max-width: calc(100vw - 80px);
		transform: translateY(70px);
	}

	.lm52-hero .banner-one_text,
	.lm52-hero .banner-one_text-two {
		width: min(320px, 44%);
	}
}

@media only screen and (max-width: 991px) {
	.lm52-event-grid {
		grid-template-columns: repeat(2, minmax(0, 356px));
	}

	.lm52-roster-member {
		min-height: 490px;
	}

	.lm52-roster-figure {
		height: 398px;
	}

	.lm52-newsletter {
		grid-template-columns: 1fr;
	}

	.lm52-contact-page {
		padding-top: 140px;
	}

	.lm52-contact-intro {
		padding-right: 0;
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.lm52-header .header-lower .logo-box .logo {
		width: 118px;
	}

	.lm52-header-actions {
		gap: 7px;
	}

	.lm52-header-actions a {
		display: none;
	}

	.lm52-lang {
		width: 30px;
		height: 30px;
		font-size: 12px;
	}

	.lm52-hero {
		min-height: 790px;
		padding: 122px 0 110px;
	}

	.lm52-hero .banner-one_content {
		position: relative;
		z-index: 2;
	}

	.lm52-hero .banner-one_content-inner {
		position: relative;
		min-height: calc(100svh - 122px);
	}

	.lm52-hero-brand {
		width: min(270px, 64vw);
		margin-bottom: 39px;
	}

	.lm52-hero .banner-one_heading {
		font-size: 40px;
		line-height: 1;
		margin-bottom: 36px;
		max-width: calc(100vw - 28px);
	}

	.lm52-hero .lower-box {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) 96px minmax(0, 1fr);
		width: min(calc(100vw - 32px), 430px);
		max-width: 430px;
		gap: 0;
		margin: 0;
		position: absolute;
		left: 50%;
		right: auto;
		bottom: 88px;
		z-index: 12;
		justify-content: stretch !important;
		align-items: center !important;
		transform: translateX(-50%);
	}

	.lm52-hero .banner-one_text,
	.lm52-hero .banner-one_text-two {
		width: 100%;
		min-height: 0;
		padding: 0;
		font-size: 13px;
		line-height: 17px;
		text-align: left;
		align-items: flex-start;
		border: 0 !important;
		overflow-wrap: anywhere;
	}

	.lm52-hero .banner-one_text {
		grid-column: 1;
	}

	.lm52-hero .banner-one_text-two {
		grid-column: 3;
		text-align: right;
		align-items: flex-end;
	}

	.lm52-hero .banner-one_text strong,
	.lm52-hero .banner-one_text-two strong {
		font-size: 15px;
		line-height: 18px;
	}

	.lm52-hero .banner-one_text span,
	.lm52-hero .banner-one_text-two a {
		font-size: 11px;
		line-height: 14px;
	}

	.lm52-hero .down-box.lm52-scroll-medallion {
		width: 82px;
		height: 98px;
		bottom: 74px;
	}

	.lm52-scroll-medallion img {
		width: 72px;
		height: 72px;
	}

	.lm52-newsletter {
		padding: 24px;
	}

	#contacto:before {
		top: 42px;
		right: 16px;
		width: 96px;
		opacity: 0.055;
	}

	.lm52-contact-page:before {
		top: 102px;
		right: 14px;
		width: 118px;
		opacity: 0.052;
	}

	.lm52-contact-cta {
		display: block;
		padding: 24px;
	}

	.lm52-contact-cta .view-more {
		display: inline-flex;
		margin-top: 18px;
	}

	.lm52-contact-form {
		padding: 24px;
	}

	.lm52-form-grid {
		grid-template-columns: 1fr;
	}

	.lm52-contact-form button[type="submit"] {
		width: 100%;
	}

	.lm52-gallery-modal {
		padding: 14px;
	}

	.lm52-gallery-modal-panel {
		max-height: calc(100vh - 28px);
	}

	.lm52-gallery-modal-grid {
		grid-template-columns: 1fr;
		padding: 14px;
	}

	.lm52-gallery-modal-header {
		padding: 16px;
	}

	.lm52-copy {
		padding: 0;
		margin-top: 28px;
	}

	.lm52-about-photo,
	.lm52-about-photo img {
		min-height: 420px;
	}

	#quienes-section .row {
		display: block;
	}

	#quienes-section .col-lg-6 {
		width: 100% !important;
		max-width: 100%;
		flex: 0 0 100%;
		float: none;
		display: block;
	}

	.lm52-copy p {
		font-size: 16px;
	}

	.lm52-card .gallery-block_one-heading {
		font-size: 24px;
		line-height: 1.15;
	}

	#eventos:before {
		top: 40%;
		height: 118px;
		transform: rotate(-3deg);
	}

	#eventos .sec-title {
		margin-bottom: 32px;
	}

	.lm52-event-grid {
		grid-template-columns: minmax(0, min(356px, 100%));
		gap: 22px;
	}

	.lm52-event-next {
		min-height: 360px;
	}

	.lm52-event-next .lm52-event-caption h4:before {
		font-size: 42px;
	}

	.lm52-roster-member {
		min-height: 430px;
	}

	.lm52-roster-figure {
		width: min(100%, 280px);
		height: 340px;
	}

	.lm52-roster-figure.is-placeholder {
		height: 310px;
	}

	.lm52-roster-member:before {
		bottom: 72px;
	}

	.lm52-roster-meta h5 {
		font-size: clamp(17px, 6vw, 24px);
	}

	.lm52-newsletter button {
		width: 100%;
	}

	.main-footer h2 {
		font-size: 34px;
		line-height: 42px;
	}
}

@media only screen and (max-width: 767px) and (max-height: 720px) {
	.lm52-hero {
		min-height: 100svh;
		padding: 86px 0 92px;
	}

	.lm52-hero-brand {
		width: min(230px, 62vw);
		margin-bottom: 24px;
	}

	.lm52-hero .banner-one_heading {
		font-size: clamp(31px, 10vw, 38px);
		line-height: 1;
		margin-bottom: 24px;
	}

	.lm52-hero .lower-box {
		bottom: 64px;
		grid-template-columns: minmax(0, 1fr) 76px minmax(0, 1fr);
	}

	.lm52-hero .banner-one_text,
	.lm52-hero .banner-one_text-two {
		font-size: 11px;
		line-height: 15px;
	}

	.lm52-hero .banner-one_text span,
	.lm52-hero .banner-one_text-two a {
		font-size: 12px;
	}

	.lm52-hero .down-box.lm52-scroll-medallion {
		width: 62px;
		height: 78px;
		bottom: 54px;
	}

	.lm52-scroll-medallion img {
		width: 54px;
		height: 54px;
	}
}

@media only screen and (max-width: 480px) {
	.lm52-header .header-lower .logo-box .logo {
		width: 104px;
	}

	.lm52-hero .banner-one_heading {
		font-size: 38px;
	}

	.lm52-hero .banner-one_text,
	.lm52-hero .banner-one_text-two {
		font-size: 12px;
		line-height: 16px;
	}

	.lm52-hero .banner-one_text strong,
	.lm52-hero .banner-one_text-two strong {
		font-size: 14px;
		line-height: 17px;
	}
}
