:root {
	--ruido-bg: #ffffff;
	--ruido-text: #0f0f10;
	--ruido-muted: #3d3d40;
	--ruido-pink: #ec008c;
	--ruido-red: #ef4136;
	--ruido-teal: #00a79d;
	--ruido-amber: #ffb500;
	--ruido-line: #d9d9dd;
	--hero-slide-height: 620px;
}

* {
	box-sizing: border-box;
}

html,
body {
	background: var(--ruido-bg);
	color: var(--ruido-text);
	font-family: "IBM Plex Sans", "Segoe UI", sans-serif;
	scroll-behavior: smooth;
	text-rendering: geometricPrecision;
}

h1,
h2,
h3,
.brand-title {
	font-family: "Bebas Neue", sans-serif;
	letter-spacing: 0.02em;
}

.py-lg-6 {
	padding-top: 5.5rem;
	padding-bottom: 5.5rem;
}

.hero-head {
	background: #f3f3f5;
	border-bottom: 1px solid #d8d9dd;
}

.hero-head .container {
	max-width: 1660px;
}

.hero-head-main {
	min-height: 128px;
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 1.8rem;
}

.hero-brand {
	font-family: "Bebas Neue", sans-serif;
	font-size: 3rem;
	line-height: 1;
	color: #101010;
	text-decoration: none;
	letter-spacing: 0.015em;
}

.hero-brand span {
	color: var(--ruido-pink);
	font-size: 0.46em;
	vertical-align: middle;
}

.hero-menu {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: clamp(1rem, 2.5vw, 3rem);
}

.hero-menu a {
	text-decoration: none;
	color: #4a4b51;
	font-size: 1rem;
	letter-spacing: 0.23em;
	font-weight: 700;
}

.hero-menu a:hover,
.hero-menu a:focus {
	color: #111;
}

.hero-cta {
	text-decoration: none;
	border: 1px solid var(--ruido-pink);
	color: var(--ruido-pink);
	font-size: 0.75rem;
	letter-spacing: 0.23em;
	font-weight: 700;
	padding: 1rem 1.62rem;
	text-transform: uppercase;
	white-space: nowrap;
}

.hero-cta:hover,
.hero-cta:focus {
	background: var(--ruido-pink);
	color: #fff;
}

.hero-head-status {
	min-height: 54px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #dcdde2;
}

.hero-cartel {
	color: var(--ruido-pink);
	font-size: 0.8rem;
	letter-spacing: 0.31em;
	font-weight: 700;
	text-transform: uppercase;
}

.hero-season {
	color: #787f8b;
	font-size: 0.79rem;
	letter-spacing: 0.31em;
	font-weight: 500;
	text-transform: uppercase;
}

.hero-season i {
	margin-right: 0.3rem;
}

.link-clean {
	color: inherit;
	text-decoration: none;
}

.link-clean:hover,
.link-clean:focus {
	color: var(--ruido-red);
}

.section-kicker {
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	color: var(--ruido-muted);
	text-transform: uppercase;
}

.display-title {
	font-size: clamp(2.05rem, 4.6vw, 4.75rem);
	line-height: 0.92;
}

.slider-help {
	max-width: 30rem;
	color: var(--ruido-muted);
	font-weight: 500;
	font-size: 0.98rem;
}

.hero-slider {
	padding-top: 0.8rem;
	padding-bottom: 1.5rem;
}

#ruidoCarousel {
	width: 100%;
	position: relative;
}

#ruidoCarousel .carousel-item {
	transition: transform 1.25s cubic-bezier(0.23, 1, 0.32, 1);
	will-change: transform;
}

#ruidoCarousel .carousel-item-next:not(.carousel-item-start),
#ruidoCarousel .active.carousel-item-end {
	transform: translateX(100%);
}

#ruidoCarousel .carousel-item-prev:not(.carousel-item-end),
#ruidoCarousel .active.carousel-item-start {
	transform: translateX(-100%);
}

.carousel-inner {
	border-top: 1px solid var(--ruido-line);
	border-bottom: 1px solid var(--ruido-line);
}

.slide-media {
	height: var(--hero-slide-height);
	overflow: hidden;
	position: relative;
}

.slide-media img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.slide-copy {
	padding: clamp(1.6rem, 2.6vw, 3rem);
	height: var(--hero-slide-height);
	background: #fafafa;
	border-left: 1px solid #dadadd;
}

.slide-duration {
	color: #666d78;
	font-size: 0.98rem;
	margin-bottom: 0.9rem;
}

.eyebrow {
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	margin-bottom: 0.7rem;
}

.text-pink,
.contact-icon-pink {
	color: var(--ruido-pink);
}

.text-red,
.contact-icon-red {
	color: var(--ruido-red);
}

.text-teal,
.contact-icon-teal {
	color: var(--ruido-teal);
}

.text-amber {
	color: var(--ruido-amber);
}

.bg-turquesa {
	background-color: var(--ruido-teal) !important;
}

.bg-pink {
	background-color: var(--ruido-pink) !important;
}

.bg-rojo {
	background-color: var(--ruido-red) !important;
}

.bg-amarillo {
	background-color: var(--ruido-amber) !important;
}

.slide-title {
	font-size: clamp(3.1rem, 4vw, 4.7rem);
	line-height: 0.94;
	margin-bottom: 0.7rem;
}

.slide-meta {
	font-size: 1.03rem;
	font-weight: 500;
	letter-spacing: 0.3em;
	color: #6f737f;
	margin-bottom: 1.25rem;
	text-transform: uppercase;
}

.slide-accent {
	width: 96px;
	height: 4px;
	background: var(--ruido-red);
	margin-bottom: 1.55rem;
}

.slide-text {
	font-size: 2rem;
	line-height: 1.48;
	max-width: 34ch;
	color: #4f545f;
	margin-bottom: 1.7rem;
}

.slide-image-meta {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.85rem 1.1rem;
	color: #fff;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.64));
}

.slide-image-meta span:last-child {
	text-align: right;
}

.slider-btn {
	border-radius: 0;
	font-size: 0.8rem;
	letter-spacing: 0.16em;
	font-weight: 700;
	padding: 0.98rem 1.42rem;
	min-width: 172px;
}

.slider-btn-primary {
	background: #000;
	border: 1px solid #000;
	color: #fff;
}

.slider-btn-primary:hover,
.slider-btn-primary:focus {
	background: #1a1a1a;
	border-color: #1a1a1a;
	color: #fff;
}

.slider-btn-ghost {
	background: transparent;
	border: 1px solid #c8c8ce;
	color: #111;
}

.slider-btn-ghost:hover,
.slider-btn-ghost:focus {
	border-color: #111;
	color: #111;
	background: #fff;
}

.custom-indicators {
	position: static;
	margin: 0;
	justify-content: center;
}

.custom-indicators [data-bs-target] {
	width: 36px;
	height: 4px;
	border-radius: 0;
	border: 0;
	background-color: #c8c8ce;
	margin: 0 6px;
}

.custom-indicators .active {
	background-color: var(--ruido-pink);
}

.slider-controls-bar {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.05rem 1rem 1.15rem;
	border: 1px solid #dadadd;
	border-top: 0;
	background: #f7f7f8;
}

.nav-btn-prev,
.nav-btn-next {
	position: absolute;
	top: calc(var(--hero-slide-height) / 2);
	transform: translateY(-50%);
	z-index: 4;
	width: 4rem;
	height: 4rem;
	opacity: 1;
	background: transparent;
	border: 0;
	transition: opacity 0.2s ease;
}

.nav-btn-prev {
	left: 1.2rem;
}

.nav-btn-next {
	right: 1.2rem;
}

.nav-btn-prev:hover,
.nav-btn-prev:focus,
.nav-btn-next:hover,
.nav-btn-next:focus {
	background: transparent;
}

.nav-btn-prev .carousel-control-prev-icon,
.nav-btn-next .carousel-control-next-icon {
	filter: grayscale(1) brightness(0.45);
	width: 2rem;
	height: 2rem;
}

.nav-btn-prev:hover .carousel-control-prev-icon,
.nav-btn-prev:focus .carousel-control-prev-icon,
.nav-btn-next:hover .carousel-control-next-icon,
.nav-btn-next:focus .carousel-control-next-icon {
	filter: none;
}

.nav-btn-prev:hover .carousel-control-prev-icon,
.nav-btn-prev:focus .carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ec008c'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.nav-btn-next:hover .carousel-control-next-icon,
.nav-btn-next:focus .carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ec008c'%3e%3cpath d='M4.646 1.646a.5.5 0 0 0 0 .708L10.293 8l-5.647 5.646a.5.5 0 0 0 .708.708l6-6a.5.5 0 0 0 0-.708l-6-6a.5.5 0 0 0-.708 0z'/%3e%3c/svg%3e");
}

.show-modal-dialog {
	max-width: min(1320px, 97vw);
	margin: 1rem auto;
}

.show-modal-content {
	border-radius: 0;
	border: 1px solid #bfc2ca;
	background: #f6f6f8;
	position: relative;
}

.show-modal-close {
	position: absolute;
	top: 0.8rem;
	right: 0.8rem;
	z-index: 10;
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: 0;
	background: var(--ruido-pink);
	color: #fff;
	font-size: 2rem;
	line-height: 1;
}

.show-modal-layout {
	min-height: min(92vh, 980px);
}

.show-modal-media-wrap {
	position: relative;
	min-height: min(92vh, 980px);
}

.show-modal-image {
	width: 100%;
	height: 100%;
	min-height: min(92vh, 980px);
	object-fit: cover;
}

.show-modal-badge {
	position: absolute;
	top: 1.45rem;
	left: 1.45rem;
	background: var(--ruido-red);
	color: #fff;
	padding: 0.5rem 0.85rem;
	font-size: 0.72rem;
	letter-spacing: 0.16em;
	font-weight: 700;
}

.show-modal-meta-bar {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	color: #fff;
	padding: 0.95rem 1rem;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-size: 0.72rem;
	font-weight: 600;
	background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.65));
}

.show-modal-copy-wrap {
	max-height: min(92vh, 980px);
	overflow: auto;
	border-left: 1px solid #cfd2d9;
}

.show-modal-copy {
	padding: 3rem 2.6rem 2.4rem;
}

.show-modal-kicker {
	color: #7b818f;
	text-transform: uppercase;
	letter-spacing: 0.24em;
	font-size: 0.72rem;
	font-weight: 600;
	margin-bottom: 1rem;
}

.show-modal-duration {
	color: #525a69;
	text-transform: uppercase;
	letter-spacing: 0.13em;
	font-size: 0.9rem;
	font-weight: 700;
	margin-bottom: 0.9rem;
}

.show-modal-title {
	font-family: "Bebas Neue", sans-serif;
	font-size: clamp(3rem, 4vw, 4.7rem);
	line-height: 0.9;
	margin-bottom: 1rem;
}

.show-modal-accent {
	width: 98px;
	height: 4px;
	background: var(--ruido-red);
	margin-bottom: 1.35rem;
}

.show-modal-lead {
	color: #4e5462;
	font-size: 1.3rem;
	line-height: 1.45;
	max-width: 31ch;
	margin-bottom: 1.5rem;
}

.show-modal-facts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border: 1px solid #ced0d6;
	margin-bottom: 1.5rem;
}

.show-fact-cell {
	padding: 0.92rem 0.9rem;
	border-right: 1px solid #ced0d6;
	border-bottom: 1px solid #ced0d6;
}

.show-fact-cell:nth-child(2n) {
	border-right: 0;
}

.show-fact-cell:nth-child(n + 3) {
	border-bottom: 0;
}

.show-fact-label {
	margin: 0 0 0.32rem;
	font-size: 0.7rem;
	color: #9197a5;
	text-transform: uppercase;
	letter-spacing: 0.24em;
	font-weight: 700;
}

.show-fact-value {
	margin: 0;
	color: #12151d;
	font-size: 1.02rem;
	font-weight: 700;
}

.show-modal-section-title {
	color: var(--ruido-pink);
	font-size: 0.72rem;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 0.7rem;
}

.show-modal-section-title-teal {
	color: var(--ruido-teal);
}

#modalSynopsis p {
	color: #4f5665;
	font-size: 1rem;
	line-height: 1.6;
	margin-bottom: 1rem;
}

.show-modal-table {
	border: 1px solid #ced0d6;
	margin-bottom: 1.45rem;
}

.show-func-row {
	display: grid;
	grid-template-columns: 120px 1fr 120px;
	align-items: center;
	border-bottom: 1px solid #ced0d6;
}

.show-func-row:last-child {
	border-bottom: 0;
}

.show-func-row p {
	margin: 0;
	padding: 0.78rem 0.8rem;
}

.show-func-date {
	color: var(--ruido-pink);
	letter-spacing: 0.16em;
	text-transform: uppercase;
	font-size: 0.8rem;
	font-weight: 700;
}

.show-func-venue {
	color: #11151d;
	font-size: 0.98rem;
}

.show-func-city {
	color: #657086;
	text-transform: uppercase;
	letter-spacing: 0.18em;
	font-size: 0.78rem;
	text-align: right;
}

.show-modal-rider {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.5rem 1.1rem;
	margin-bottom: 1.65rem;
}

.show-modal-rider p {
	margin: 0;
	color: #4b5567;
	font-size: 1rem;
}

.show-modal-actions {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.8rem;
}

.show-action-primary {
	background: var(--ruido-pink);
	color: #fff;
	text-decoration: none;
	border: 1px solid var(--ruido-pink);
	letter-spacing: 0.16em;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 0.82rem;
	padding: 1rem 1.35rem;
}

.show-action-primary:hover,
.show-action-primary:focus {
	background: #cb0077;
	color: #fff;
	border-color: #cb0077;
}

.show-action-primary.is-disabled,
.show-action-primary.is-disabled:hover,
.show-action-primary.is-disabled:focus {
	background: #c9ccd4;
	border-color: #c9ccd4;
	color: #777f8f;
	pointer-events: none;
	cursor: not-allowed;
}

.show-action-ghost {
	background: transparent;
	border: 1px solid #c8cbd2;
	color: #111;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 0.82rem;
	padding: 0.95rem 1.25rem;
}

.show-action-ghost:hover,
.show-action-ghost:focus {
	background: #fff;
	border-color: #111;
}

.show-action-ghost.is-disabled,
.show-action-ghost.is-disabled:hover,
.show-action-ghost.is-disabled:focus {
	background: #f1f2f5;
	border-color: #d4d7de;
	color: #8a91a0;
	pointer-events: none;
	cursor: not-allowed;
}

.btn {
	border-radius: 3px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.11em;
	font-size: 0.7rem;
	line-height: 1.2;
	padding: 0.52rem 0.88rem;
}

.btn-ruido-primary {
	background: var(--ruido-text);
	color: #fff;
	border: 1px solid var(--ruido-text);
}

.btn-ruido-primary:hover,
.btn-ruido-primary:focus {
	background: #ffffff;
	border-color: var(--ruido-text);
	color: var(--ruido-text);
}

.btn-ruido-primary:active {
	background: var(--ruido-red);
	border-color: var(--ruido-red);
	color: #fff;
}

.btn-ruido-ghost {
	background: transparent;
	border: 1px solid var(--ruido-text);
	color: var(--ruido-text);
}

.btn-ruido-ghost:hover,
.btn-ruido-ghost:focus {
	border-color: var(--ruido-text);
	background: var(--ruido-text);
	color: #fff;
}

.section-title {
	font-size: clamp(2.05rem, 4.45vw, 4.05rem);
	line-height: 0.95;
	max-width: 16ch;
}

.what-shell {
	border: 1px solid #d5d5d8;
	background: #fff;
}

.what-intro {
	padding: clamp(1.5rem, 2.6vw, 2.4rem);
	border-right: 1px solid #d5d5d8;
}

.what-kicker {
	font-size: 0.84rem;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--ruido-red);
}

.what-title {
	font-family: "Bebas Neue", sans-serif;
	font-size: clamp(2.9rem, 5.4vw, 5.5rem);
	line-height: 0.9;
	max-width: 9ch;
	margin: 0;
}

.what-title span {
	color: var(--ruido-pink);
}

.what-copy {
	color: #3f4350;
	font-size: 1.05rem;
	line-height: 1.6;
	max-width: 34ch;
}

.what-grid-wrap {
	background: #fff;
}

.what-grid .col-md-6 {
	border-right: 1px solid #d5d5d8;
	border-bottom: 1px solid #d5d5d8;
}

.what-grid .col-md-6:nth-child(2n) {
	border-right: 0;
}

.what-card {
	padding: clamp(1.3rem, 2.2vw, 2rem);
	display: flex;
	flex-direction: column;
}

.what-icon {
	color: var(--ruido-pink);
	font-size: 1.7rem;
	margin-bottom: 1.4rem;
}

.what-card h3 {
	font-family: "Bebas Neue", sans-serif;
	font-size: clamp(2.15rem, 2.5vw, 2.7rem);
	line-height: 0.95;
	margin-bottom: 0.9rem;
}

.what-card p {
	color: #5a6070;
	font-size: 1.03rem;
	line-height: 1.58;
	max-width: 30ch;
}

.what-index {
	margin-top: auto;
	color: #bcc0cc;
	letter-spacing: 0.27em;
	font-size: 0.73rem;
	font-weight: 600;
}

.what-stats .col-4 {
	border-right: 1px solid #d5d5d8;
}

.what-stats .col-4:last-child {
	border-right: 0;
}

.what-stat {
	text-align: center;
	padding: 1.45rem 0.6rem 1.55rem;
}

.what-stat-number {
	margin-bottom: 0.45rem;
	color: var(--ruido-pink);
	font-family: "Bebas Neue", sans-serif;
	font-size: clamp(2.15rem, 3.3vw, 3.25rem);
	line-height: 0.9;
}

.what-stat-label {
	font-size: 0.76rem;
	letter-spacing: 0.3em;
	color: #979eae;
	font-weight: 700;
}

.who-shell {
	border: 1px solid #d7d7db;
	background: #f5f5f7;
}

.who-media {
	position: relative;
	min-height: 760px;
}

.who-media img {
	filter: saturate(1.2) contrast(1.05);
}

.who-media-caption {
	position: absolute;
	left: 1.45rem;
	bottom: 1.45rem;
	color: #fff;
}

.who-media-kicker {
	font-size: 0.74rem;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	color: #f5f1ff;
	font-weight: 600;
}

.who-media-caption h3 {
	font-family: "Bebas Neue", sans-serif;
	font-size: clamp(2.05rem, 2.6vw, 2.75rem);
	line-height: 0.9;
}

.who-copy {
	padding: clamp(1.8rem, 2.8vw, 3rem);
}

.who-kicker {
	color: var(--ruido-teal);
	font-size: 0.82rem;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	font-weight: 700;
}

.who-title {
	font-family: "Bebas Neue", sans-serif;
	font-size: clamp(3rem, 5.2vw, 5.45rem);
	line-height: 0.92;
	max-width: 9.2ch;
}

.who-title span {
	color: var(--ruido-red);
}

.who-text {
	color: #505765;
	font-size: 1.05rem;
	line-height: 1.6;
	max-width: 39ch;
}

.who-cells {
	border: 1px solid #cfd0d6;
	background: transparent;
}

.who-cells .col-6 {
	border-right: 1px solid #cfd0d6;
	border-bottom: 1px solid #cfd0d6;
}

.who-cells .col-6:nth-child(2n) {
	border-right: 0;
}

.who-cells .col-6:nth-child(n + 3) {
	border-bottom: 0;
}

.who-cell {
	padding: 1rem 1.1rem 0.95rem;
}

.who-cell h3 {
	font-family: "Bebas Neue", sans-serif;
	font-size: clamp(1.95rem, 2vw, 2.4rem);
	margin-bottom: 0.1rem;
	line-height: 0.95;
}

.who-cell p {
	color: #8790a1;
	font-size: 0.9rem;
}

.contact-section {
	background: #f3f3f5;
}

.contact-kicker {
	color: var(--ruido-pink);
	font-size: 0.84rem;
	font-weight: 700;
	letter-spacing: 0.24em;
	text-transform: uppercase;
}

.contact-kicker.text-amber {
	color: var(--ruido-amber);
}

.contact-title {
	font-family: "Bebas Neue", sans-serif;
	font-size: clamp(4rem, 8vw, 8.1rem);
	line-height: 0.9;
	margin: 0;
}

.contact-title span {
	color: #babcc2;
}

.contact-grid {
	border: 1px solid #cacbd1;
	background: transparent;
}

.contact-grid > div {
	border-right: 1px solid #cacbd1;
}

.contact-grid > div:last-child {
	border-right: 0;
}

.contact-cell {
	padding: clamp(2rem, 2.8vw, 3.1rem);
	display: flex;
	flex-direction: column;
}

.contact-icon {
	font-size: 2rem;
	margin-bottom: 1.2rem;
}

.contact-label {
	color: #8c93a1;
	font-size: 0.73rem;
	letter-spacing: 0.33em;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 0.85rem;
}

.contact-value {
	font-family: "Bebas Neue", sans-serif;
	font-size: clamp(2.1rem, 2.5vw, 2.5rem);
	line-height: 0.95;
	letter-spacing: 0.01em;
	color: #08090d;
}

.contact-value a {
	color: inherit;
	text-decoration: none;
}

.contact-value a:hover,
.contact-value a:focus {
	color: var(--ruido-pink);
}

.contact-note {
	color: #6e7584;
	font-size: 0.96rem;
}

.contact-form-shell {
	margin-top: 1.9rem;
}

.program-form {
	width: 100%;
}

.program-input {
	border-radius: 0;
	border: 1px solid #c8cad2;
	background: transparent;
	color: #3f4756;
	font-size: 2rem;
	padding: 1.1rem 1.1rem;
	min-height: 72px;
}

.program-input::placeholder {
	color: #8f96a4;
}

.program-input:focus {
	border-color: #a8afbd;
	box-shadow: none;
	background: #f8f8fa;
}

.program-message {
	min-height: 190px;
	resize: vertical;
}

.program-submit {
	width: 100%;
	border: 0;
	border-radius: 0;
	background: var(--ruido-pink);
	color: #fff;
	font-size: 0.86rem;
	letter-spacing: 0.25em;
	font-weight: 700;
	text-transform: uppercase;
	padding: 1.2rem 1.1rem;
}

.program-submit i {
	margin-left: 0.45rem;
}

.program-submit:hover,
.program-submit:focus {
	background: #ce007a;
}

.follow-kicker {
	color: #7a8391;
	font-size: 0.84rem;
	letter-spacing: 0.27em;
	text-transform: uppercase;
	margin: 0 0 1rem;
}

.follow-list {
	display: grid;
	gap: 0.9rem;
}

.follow-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-decoration: none;
	border: 1px solid #c8cad2;
	color: #0f1320;
	padding: 1.22rem 1.25rem;
	background: transparent;
}

.follow-left {
	font-size: 1.3rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	display: inline-flex;
	align-items: center;
	gap: 0.8rem;
}

.follow-left i {
	font-size: 1.45rem;
}

.follow-arrow {
	color: #989eaa;
	font-size: 1.4rem;
}

.follow-item:hover,
.follow-item:focus {
	color: var(--ruido-pink);
	border-color: #aeb1bc;
}

.reveal-on-scroll {
	opacity: 0;
	transform: translateY(18px);
	transition:
		opacity 0.65s ease,
		transform 0.65s ease;
}

.reveal-on-scroll.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.site-footer {
	background: #f3f3f5;
	border-top: 1px solid #d8d9dd;
	padding: 2.25rem 0 2.05rem;
}

.footer-shell {
	max-width: 1660px;
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 1.35rem;
}

.footer-brand {
	font-family: "Bebas Neue", sans-serif;
	font-size: 2.45rem;
	line-height: 0.95;
	letter-spacing: 0.01em;
	color: #090a0d;
	text-transform: uppercase;
	white-space: nowrap;
}

.footer-brand span {
	color: var(--ruido-pink);
	font-size: 0.45em;
	vertical-align: middle;
}

.footer-center-copy {
	color: #616978;
	font-size: 0.96rem;
	letter-spacing: 0.32em;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1.32;
	text-align: left;
	justify-self: center;
}

.footer-right-copy {
	color: #6c7381;
	font-size: 0.93rem;
	letter-spacing: 0.32em;
	font-weight: 500;
	text-transform: uppercase;
	white-space: nowrap;
	justify-self: end;
}

@media (max-width: 991.98px) {
	:root {
		--hero-slide-height: 520px;
	}

	.who-media {
		min-height: 520px;
	}

	.who-copy {
		padding: 1.45rem;
	}

	.who-title {
		max-width: 100%;
		font-size: 3.3rem;
	}

	.who-text {
		max-width: 100%;
	}

	.hero-head-main {
		grid-template-columns: 1fr;
		gap: 0.9rem;
		padding-top: 1rem;
		padding-bottom: 1rem;
	}

	.hero-brand {
		justify-self: center;
		font-size: 2.35rem;
	}

	.hero-menu {
		flex-wrap: wrap;
		gap: 0.75rem 1.2rem;
	}

	.hero-menu a {
		font-size: 0.8rem;
		letter-spacing: 0.16em;
		padding: 0.2rem 0.3rem;
	}

	.hero-cta {
		justify-self: center;
	}

	.hero-head-status {
		min-height: auto;
		flex-direction: column;
		align-items: flex-start;
		gap: 0.35rem;
		padding-top: 0.55rem;
		padding-bottom: 0.55rem;
	}

	.hero-cartel,
	.hero-season {
		font-size: 0.74rem;
		letter-spacing: 0.18em;
	}

	.slide-copy {
		border-left: 0;
		border-top: 1px solid #dadadd;
	}

	.slide-title {
		font-size: 2.9rem;
	}

	.slide-meta {
		letter-spacing: 0.14em;
		font-size: 0.94rem;
	}

	.slide-text {
		font-size: 1.34rem;
		line-height: 1.5;
		max-width: 100%;
	}

	.slider-btn {
		min-width: 148px;
		padding: 0.84rem 1.08rem;
	}

	.slide-image-meta {
		font-size: 0.66rem;
		letter-spacing: 0.14em;
	}

	.what-intro {
		border-right: 0;
		border-bottom: 1px solid #d5d5d8;
	}

	.what-title {
		max-width: 100%;
	}

	.what-copy {
		max-width: 100%;
		font-size: 1rem;
	}

	.what-card p {
		font-size: 1rem;
		line-height: 1.62;
	}

	.contact-title {
		font-size: 4.2rem;
	}

	.contact-grid > div {
		border-right: 0;
		border-bottom: 1px solid #cacbd1;
	}

	.contact-grid > div:last-child {
		border-bottom: 0;
	}

	.program-input {
		font-size: 0.98rem;
		min-height: 62px;
	}

	.follow-left {
		font-size: 1rem;
		letter-spacing: 0.12em;
	}

	.show-modal-dialog {
		max-width: 99vw;
		margin: 0.4rem auto;
		/* Desactiva la altura fija que impone modal-dialog-scrollable */
		height: auto;
	}

	/* Bootstrap .modal-dialog-scrollable pone max-height:100% overflow:hidden en
	   .modal-content; lo anulamos para que el scroll lo gestione el .modal wrapper */
	.show-modal-content {
		max-height: none;
		overflow: visible;
	}

	.show-modal-layout,
	.show-modal-media-wrap,
	.show-modal-image {
		min-height: auto;
	}

	.show-modal-media-wrap {
		height: 440px;
	}

	.show-modal-copy-wrap {
		max-height: none;
		overflow: visible;
	}

	.show-modal-copy {
		padding: 1.45rem;
	}

	.show-modal-title {
		font-size: 3rem;
	}

	.show-modal-lead {
		font-size: 1.1rem;
		max-width: 100%;
	}

	.site-footer {
		padding: 1.55rem 0 1.35rem;
	}

	.footer-shell {
		grid-template-columns: 1fr;
		gap: 0.8rem;
		justify-items: center;
		text-align: center;
	}

	.footer-brand {
		font-size: 2.1rem;
	}

	.footer-center-copy,
	.footer-right-copy {
		letter-spacing: 0.12em;
		font-size: 0.83rem;
		line-height: 1.4;
	}
}

@media (max-width: 575.98px) {
	:root {
		--hero-slide-height: 300px;
	}

	.who-media {
		min-height: 360px;
	}

	.who-media-caption {
		left: 0.8rem;
		bottom: 0.8rem;
	}

	.who-media-kicker {
		letter-spacing: 0.16em;
		font-size: 0.64rem;
	}

	.who-media-caption h3 {
		font-size: 1.8rem;
	}

	.who-kicker {
		font-size: 0.72rem;
		letter-spacing: 0.15em;
	}

	.who-title {
		font-size: 2.55rem;
	}

	.who-text {
		font-size: 0.96rem;
	}

	.who-cells .col-6 {
		border-right: 0;
	}

	.who-cells .col-6:nth-child(n + 3) {
		border-bottom: 1px solid #cfd0d6;
	}

	.who-cells .col-6:last-child {
		border-bottom: 0;
	}

	.hero-menu a {
		font-size: 0.74rem;
		letter-spacing: 0.11em;
		padding: 0.2rem 0.25rem;
	}

	.hero-cta {
		width: 100%;
		text-align: center;
	}

	.hero-cartel,
	.hero-season {
		font-size: 0.71rem;
		letter-spacing: 0.1em;
	}

	.slide-copy {
		height: auto;
	}

	.slide-duration {
		font-size: 0.9rem;
	}

	.slide-meta {
		font-size: 0.84rem;
		letter-spacing: 0.1em;
	}

	.slide-text {
		font-size: 1.06rem;
		line-height: 1.52;
		margin-bottom: 1rem;
	}

	.slider-btn {
		min-width: auto;
		width: 100%;
	}

	.slide-image-meta {
		font-size: 0.6rem;
		letter-spacing: 0.1em;
	}

	.slider-controls-bar {
		padding: 0.9rem 0.75rem;
	}

	.nav-btn-prev,
	.nav-btn-next {
		width: 3.1rem;
		height: 3.1rem;
		top: calc(var(--hero-slide-height) / 2);
	}

	.nav-btn-prev {
		left: 0.6rem;
	}

	.nav-btn-next {
		right: 0.6rem;
	}

	.what-grid .col-md-6 {
		border-right: 0;
	}

	.what-stats .col-4 {
		border-right: 0;
		border-top: 1px solid #d5d5d8;
	}

	.what-stat-label {
		letter-spacing: 0.14em;
		font-size: 0.74rem;
	}

	.display-title {
		font-size: 2.05rem;
	}

	.slide-title {
		font-size: 2rem;
	}

	.section-title {
		font-size: 2.05rem;
	}

	.slider-help {
		font-size: 0.95rem;
	}

	.contact-kicker {
		font-size: 0.76rem;
		letter-spacing: 0.13em;
	}

	.contact-title {
		font-size: 2.7rem;
		margin-bottom: 1.6rem !important;
	}

	.contact-cell {
		padding: 1.25rem 1.05rem;
	}

	.contact-icon {
		font-size: 1.6rem;
		margin-bottom: 0.8rem;
	}

	.contact-label {
		letter-spacing: 0.12em;
		font-size: 0.71rem;
	}

	.contact-value {
		font-size: 1.9rem;
	}

	.contact-note {
		font-size: 0.92rem;
		line-height: 1.45;
	}

	.footer-brand {
		font-size: 1.85rem;
	}

	.footer-center-copy,
	.footer-right-copy {
		font-size: 0.74rem;
		letter-spacing: 0.06em;
		line-height: 1.45;
	}

	.contact-form-shell {
		margin-top: 1.15rem;
	}

	.program-input {
		font-size: 0.94rem;
		min-height: 56px;
		padding: 0.85rem;
	}

	.program-message {
		min-height: 140px;
	}

	.program-submit {
		font-size: 0.78rem;
		letter-spacing: 0.12em;
		padding: 1rem 0.8rem;
	}

	.follow-kicker {
		font-size: 0.74rem;
		letter-spacing: 0.13em;
		margin-top: 0.35rem;
	}

	.follow-item {
		padding: 0.95rem 0.85rem;
	}

	.follow-left {
		font-size: 0.96rem;
		letter-spacing: 0.06em;
		gap: 0.5rem;
	}

	.follow-left i {
		font-size: 1.1rem;
	}

	.show-modal-close {
		width: 38px;
		height: 38px;
		font-size: 1.6rem;
		top: 0.5rem;
		right: 0.5rem;
	}

	.show-modal-media-wrap {
		height: 320px;
	}

	.show-modal-badge {
		top: 0.7rem;
		left: 0.7rem;
		font-size: 0.6rem;
		letter-spacing: 0.11em;
	}

	.show-modal-meta-bar {
		padding: 0.6rem;
		font-size: 0.64rem;
		letter-spacing: 0.08em;
	}

	.show-modal-copy {
		padding: 1rem 0.9rem;
	}

	.show-modal-title {
		font-size: 2.25rem;
	}

	.show-modal-duration {
		font-size: 0.78rem;
	}

	.show-modal-lead {
		font-size: 0.98rem;
	}

	.show-modal-facts {
		grid-template-columns: 1fr;
	}

	.show-fact-cell {
		border-right: 0;
	}

	.show-fact-cell:nth-child(n + 3) {
		border-bottom: 1px solid #ced0d6;
	}

	.show-fact-cell:last-child {
		border-bottom: 0;
	}

	.show-func-row {
		grid-template-columns: 86px 1fr 88px;
	}

	.show-func-row p {
		padding: 0.62rem 0.5rem;
	}

	.show-func-date,
	.show-func-city {
		font-size: 0.68rem;
	}

	.show-func-venue {
		font-size: 0.91rem;
	}

	.show-modal-rider {
		grid-template-columns: 1fr;
	}

	.show-modal-rider p {
		font-size: 0.9rem;
	}

	.show-action-primary,
	.show-action-ghost {
		width: 100%;
		text-align: center;
		font-size: 0.76rem;
		letter-spacing: 0.1em;
	}
}
