@charset "UTF-8";

/*
Theme Name: Carmen de Salteras
Theme URI: https://elcarmendesalteras.es
Author: Luis Dovi
Author URI: https://dovi.info
Description: Tema base para la web del Carmen de Salteras.
Version: 0.1.0
Text Domain: carmen-salteras
Requires at least: 6.0
Tested up to: 6.6
License: GNU General Public License v2 or later
*/
:root {
  --break-desktop: 769px;
  --brand-size: 40px;
  --nav-color: #6B3F23;
  --nav-accent: #FDBD12;
  --cta-bg: #EAA800;
  --cta-text: #000;
  --bottom-nav-h: 64px;
  --font-sans: "Roboto Condensed", "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  --bs-font-sans-serif: var(--font-sans);
}
a {
    color: #fbbd14;
    font-weight: bold;
    text-decoration: none;
}
a:hover {
    color: #fbbd14;
    opacity: 0.6;
    text-decoration: none;
}
html,
body {
  font-family: var(--font-sans) !important;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: 100%;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.nav,
.navbar,
.btn,
.dropdown-menu,
.form-control {
  font-family: inherit;
}

.carmen-topbar .inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  padding: 0.5rem 0;
}

.carmen-topbar .brand img {
  width: var(--brand-size);
  height: var(--brand-size);
  object-fit: contain;
}

.carmen-topbar .search-icon {
  justify-self: end;
  display: flex;
  align-items: center;
  padding: 0.375rem 0.5rem;
  color: var(--nav-color);
  font-size: 1.25rem;
  cursor: pointer;
}

.carmen-topbar .search-icon:hover,
.carmen-topbar .search-icon:focus-visible {
  color: var(--nav-accent);
  opacity: 0.8;
}

.carmen-topbar .center-menu {
  display: none;
  justify-self: center;
}

.carmen-topbar .center-menu .menu {
  list-style: none;
  display: flex;
  gap: 1rem;
  margin: 0;
  padding: 0;
  font-size: 18px;
}

.carmen-topbar .center-menu .menu a {
  display: block;
  text-decoration: none;
  color: var(--nav-color);
  padding: 0.375rem 0.5rem;
  border-radius: 0.5rem;
  font-weight: 500;
}

.carmen-topbar .center-menu .menu a:hover,
.carmen-topbar .center-menu .menu a:focus-visible {
  opacity: 0.6;
}

.carmen-topbar .center-menu .current-menu-item>a,
.carmen-topbar .center-menu .menu a.active {
  color: var(--nav-accent);
  font-weight: 700;
}

.carmen-topbar .center-menu .menu i,
.carmen-topbar .center-menu .menu .bi,
.carmen-topbar .center-menu .menu [class^="bi-"],
.carmen-topbar .center-menu .menu [class*=" bi-"] {
  display: none !important;
}

.carmen-bottom-nav {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: var(--bottom-nav-h);
  background: #fff;
  border-top: 1px solid #eee;
  z-index: 9998;
  padding-bottom: env(safe-area-inset-bottom);
}

.carmen-bottom-nav .menu {
  list-style: none;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  width: 90%;
  margin: 0 auto;
  padding: 0;
}

.carmen-bottom-nav .menu-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  height: 100%;
  width: 100%;
  text-decoration: none;
  color: var(--nav-color);
  font-size: 0.75rem;
  font-weight: 500;
}

.carmen-bottom-nav i {
  font-size: 1.25rem;
  line-height: 1;
}

.carmen-bottom-nav .menu-item a:hover,
.carmen-bottom-nav .menu-item a:focus-visible,
.carmen-bottom-nav .menu-item a.active,
.carmen-bottom-nav .current-menu-item>a {
  color: var(--nav-accent);
  font-weight: 700;
}

body.is-loading {
  overflow: hidden;
}

.carmen-preloader {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  background: #fff;
  z-index: 100000;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.45s ease, visibility 0.45 Jena 0.45s ease;
}

body.is-loaded .carmen-preloader {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.carmen-preloader__img {
  width: 128px;
  height: auto;
}

.carmen-cardmenu .container-fluid {
  padding: 0;
}

.carmen-cardmenu-track {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-left: 14px;
  scroll-padding-left: 14px;
}

.carmen-cardmenu-track::-webkit-scrollbar {
  display: none;
}

.carmen-cardmenu-list {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: clamp(140px, 40vw, 160px);
  gap: 16px;
  list-style: none;
  padding: 16px 0 4px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.carmen-cardmenu-item {
  scroll-snap-align: start;
}

.carmen-cardmenu-list::after {
  content: "";
  width: 1px;
  display: block;
}

.carmen-card {
  display: block;
  position: relative;
  aspect-ratio: 4/3;
  border-radius: 16px;
  overflow: hidden;
  background: #ddd center/cover no-repeat;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.carmen-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, rgb(0 0 0) 100%);
}

.carmen-card .card-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: clamp(0.8rem, 2.6vw, 1rem);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  padding: 0.25rem 0.5rem;
  line-height: 1.2;
}

.carmen-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.cnh-wrap {
  position: relative;
  max-width: var(--cnh-maxw);
  margin: 0 auto;
  border-radius: var(--cnh-radius);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  min-height: 280px;
  background: #000;
}

.cnh-media {
  position: relative;
  display: block;
  height: 100%;
}

.cnh-media img,
.cnh-fallback {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  max-height: 600px;
}

.cnh-fallback {
  min-height: 280px;
  background: linear-gradient(135deg, #222 0%, #555 100%);
}

.cnh-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.45) 40%, rgba(0, 0, 0, 0) 70%);
  pointer-events: none;
}

.cnh-content {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: center;
  gap: 0.5rem;
  color: #fff;
  z-index: 1;
  border-left: var(--cnh-border) solid rgba(255, 255, 255, 0.35);
}

.cnh-cat {
  display: inline-block;
  font-size: 0.85rem;
  line-height: 1;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(2px);
  padding: 0.45rem 0.65rem;
  border-radius: 999px;
  text-decoration: none;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.cnh-title {
  margin: 0.25rem 0 0;
  font-size: clamp(2.4rem, 3.5vw, 4rem);
  font-weight: 800;
  letter-spacing: -0.015em;
}

.cnh-title a {
  color: inherit;
  text-decoration: none;
}

.cnh-title a:hover {
  opacity: 0.6;
}

.cnh-title a:focus,
.cnh-title a:active {
  outline: none !important;
  box-shadow: none !important;
}

.cnh-excerpt {
  max-width: 38ch;
  font-size: clamp(1rem, 2.5vw, 1.15rem);
  opacity: 0.95;
  margin: 0.25rem 0 0;
}

.cnh-date {
  position: absolute;
  left: clamp(1rem, 4vw, 2rem);
  bottom: clamp(0.75rem, 2.5vw, 1rem);
  font-size: 0.9rem;
  opacity: 0.85;
}

.cnh-cat:focus,
.cnh-title a:focus {
  outline: 2px solid #fff;
  outline-offset: 2px;
  border-radius: 6px;
}

.carmen-news-head,
.carmen-agenda-head {
  padding: 0 1rem;
  margin: 0 auto 10px;
}

.carmen-agenda-head {
  margin-top: 20px;
}

.carmen-news-head .cnh-head,
.carmen-agenda-head .cnh-head,
.carmen-repertorio-head .cnh-head ,
.carmen-discografia-head .cnh-head {
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.cnh-heading {
  margin: 0;
  font-weight: 800;
  font-size: clamp(2rem, 2vw, 3rem);
  letter-spacing: -0.01em;
}

.cnh-all {
  margin-left: -10px;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-weight: 600;
  text-decoration: none;
  color: var(--nav-accent);
}

.cnh-all:hover span {
  opacity: 0.6;
}

.cnh-all .chev {
  display: inline-flex;
  transform: translateY(1px);
}

.carmen-news-hero {
  margin-top: 0.25rem;
}

.carmen-agenda {
  padding: 0 1rem;
}

.carmen-agenda .ag-grid {
  margin: 0 auto 22px;
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr;
}

.ag-card {
  display: block;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ag-card:hover {
  color: initial;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.ag-thumb {
  aspect-ratio: 16/9;
  background: #000;
}

.ag-thumb img,
.ag-thumb-fallback {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ag-thumb-fallback {
  background: linear-gradient(135deg, #333, #555);
}

.ag-body {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  padding: 12px;
  align-items: center;
}

.ag-date {
  width: 86px;
  min-width: 86px;
  display: grid;
  align-content: start;
  justify-items: center;
  row-gap: 4px;
}

.ag-dow {
  font-size: 0.8rem;
  line-height: 1;
  background: #6b3f23;
  color: #fff;
  padding: 0.35rem 0.5rem;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.ag-day {
  font-weight: 800;
  font-size: clamp(1.6rem, 5vw, 2.2rem);
  line-height: 1;
}

.ag-mon {
  font-size: 0.9rem;
  opacity: 0.8;
}

.ag-content {
  display: grid;
  align-content: start;
  row-gap: 8px;
}

.ag-title {
  font-size: clamp(1.3rem, 2.1vw, 1.6rem);
  font-weight: 800;
  margin: 0;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ag-meta {
  display: grid;
  gap: 4px;
}

.ag-row {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.ag-row i {
  font-size: 1rem;
  opacity: 0.75;
}

.ag-text {
  font-size: 0.95rem;
  opacity: 0.9;
}

.carmen-tv {
  background: radial-gradient(1200px 400px at 50% -10%, #222 0%, #131313 55%, #0e0e0e 100%);
  color: #fff;
  padding: 18px 0 28px;
  position: relative;
}

.tv-head {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
}

.tv-logo-link {
  display: inline-block;
}

.tv-badge {
  height: 100px;
  margin: 20px 0;
  width: auto;
  display: block;
}

.tv-badge:hover {
  opacity: 0.6;
}

.tv-carousel {
  position: relative;
  max-width: 100%;
  margin: 8px auto 0;
}

.tv-viewport {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  scroll-behavior: smooth;
}

.tv-viewport::-webkit-scrollbar {
  display: none;
}

.tv-track {
  display: flex;
  align-items: stretch;
  gap: 2vw;
  padding: 8px 0 18px;
}

.tv-slide {
  flex: 0 0 60vw;
  scroll-snap-align: center;
}

.tv-card {
  display: grid;
  gap: .5rem;
  text-decoration: none;
  color: inherit;
}

.tv-card:hover {
  opacity: 0.6;
}

.tv-thumb {
  position: relative;
  aspect-ratio: 16/9;
  border-radius: 16px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .35);
}

.tv-thumb img,
.tv-thumb-fallback {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tv-thumb-fallback {
  background: linear-gradient(135deg, #333, #555);
}

.tv-cat {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: -10px;
  font-weight: 800;
  font-size: clamp(.9rem, 1.8vw, 1rem);
  letter-spacing: .2px;
  color: var(--nav-accent);
  text-transform: uppercase;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tv-title {
  margin: 4px 0 0;
  font-weight: 800;
  font-size: clamp(1.4rem, 2.2vw, 1.8rem);
  letter-spacing: -.01em;
  color: #fff;
  opacity: .95;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tv-date {
  display: block;
  font-size: clamp(.9rem, 1.8vw, 1rem);
  color: rgba(255, 255, 255, .75);
  line-height: 1.2;
}

.tv-nav {
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .18);
    background: rgba(255, 255, 255, .06);
    color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  z-index: 2;
  border-color: transparent;
  top: -100px;
    backdrop-filter: blur(6px);
}

.tv-prev {
  left: 10px;
}

.tv-next {
  right: 10px;
}

@media (min-width: 769px) {
  .carmen-topbar .center-menu {
    display: block;
  }

  .carmen-bottom-nav {
    display: none;
  }

  .carmen-agenda .ag-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
}

@media (min-width: 992px) {
  .cnh-wrap {
    grid-template-columns: 1fr 1fr;
    min-height: 420px;
  }

  .cnh-media {
    grid-column: 1 / -1;
  }

  .tv-track {
    gap: 1.5vw;
  }

  .tv-slide {
    flex-basis: 40vw;
  }

  .tv-prev {
    left: 2vw;
  }

  .tv-next {
    right: 2vw;
  }
}

@media (max-width: 768.98px) {
  .carmen-topbar .container-fluid {
    padding-right: 0;
  }

  body {
    padding-bottom: calc(var(--bottom-nav-h) + env(safe-area-inset-bottom));
  }
}

@media (max-width: 575.98px) {

  .carmen-news-head,
  .carmen-agenda-head {
    padding-inline: 0.75rem;
  }

  .carmen-agenda {
    padding-inline: 0.75rem;
  }

  .cnh-all {
    font-size: 0.95rem;
  }

  .ag-date {
    width: 78px;
    min-width: 78px;
  }
}

@media (max-width: 420px) {
  .tv-carousel {
    padding: 0 3vw;
  }

  .tv-slide {
    flex-basis: 85vw;
  }

  .tv-nav {
    width: 36px;
    height: 36px;
  }

  .tv-nav svg {
    width: 20px;
    height: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .carmen-preloader {
    transition: none;
  }
}

.carmen-footer {
  background: #6B3F23;
  color: #fff;
  padding: 36px 0 0;
}

.carmen-footer .container .row {
  display: flex;
  align-items: center;
}

.carmen-footer a {
  color: #FDBD12;
  text-decoration: none;
}

.carmen-footer a:hover {
  text-decoration: underline;
  opacity: .95;
}

.footer-site-title {
  font-weight: 800;
  font-size: 1.15rem;
}

.footer-desc {
  margin: 0 0 0.5rem;
  margin-bottom: 20px;
  opacity: 0.95;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.footer-img {
  float: left;
  margin: 0 1rem 0 0;
  max-width: 150px;
  height: auto;
}

.footer-address {
  margin: .5rem 0 0;
  font-style: normal;
  margin-left: 15px;
}

.footer-address .addr-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: .15rem 0;
}

.footer-address i {
  font-size: 1rem;
  opacity: .85;
}

.footer-brand {
  flex-direction: column;
}

.footer-legal {
  margin-top: 24px;
  padding: 40px 0;
  text-align: center;
  background: #5a351d;
}

.footer-legal a {
  color: #FDBD12;
}

@media (max-width: 575.98px) {
  .carmen-footer {
    padding-top: 24px;
  }
}

.carmen-repertorio-head {
  padding: 0 1rem;
  margin: 20px auto 10px;
}

@media (max-width: 575.98px) {
  .carmen-repertorio-head {
    padding-inline: .75rem;
  }
}

.rep-grid {
  margin-bottom: 22px;
}

.rep-col {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
}

.rep-card {
  position: relative;
  display: block;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .06);
  border-radius: 14px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, .06);
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.rep-card::before {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: 6px;
  background: linear-gradient(180deg, var(--nav-accent), #EAA800);
  opacity: .95;
}

.rep-card:hover {
  color: initial;
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, .10);
  border-color: rgba(0, 0, 0, .10);
}

.single-obra .rep-card:hover {
  transform: translateY(0);
  border: 1px solid rgba(0, 0, 0, .06);
  box-shadow: 0 6px 16px rgba(0, 0, 0, .06);
}
.single-obra .rep-card-link:hover, .single-obra .card a:hover{
  opacity: 0.6;
}

.rep-card-inner {
  padding: 14px 16px;
}

.rep-top {
  display: flex;
  align-items: center;
  gap: .5rem;
}

.rep-top i {
  font-size: 1.05rem;
  opacity: .75;
}

.rep-title {
  margin: 0;
  font-weight: 800;
  letter-spacing: -.01em;
  font-size: clamp(1.05rem, 2.2vw, 1.2rem);
  line-height: 1.25;
  line-clamp: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.rep-meta {
  margin: 6px 0 0;
  font-size: .98rem;
  color: #555;
  opacity: .95;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 575.98px) {
  .rep-col {
    gap: 10px;
  }

  .rep-card-inner {
    padding: 12px 14px;
  }
}

.rep-col-head {
  margin: 2px 0 6px;
  font-weight: 800;
  font-size: clamp(1.05rem, 2.1vw, 1.15rem);
  letter-spacing: -.01em;
  color: var(--nav-color);
}

.rep-col-head {
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(0, 0, 0, .08);
}

.footer-social {
  margin: 30px 0 0 15px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.footer-social .social-link {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .35);
  background: rgba(0, 0, 0, .08);
  text-decoration: none;
  transition: transform .15s ease, background .15s ease, color .15s ease, border-color .15s ease;
}

.footer-social .social-link i {
  font-size: 18px;
  line-height: 1;
}

.footer-social .social-link:hover,
.footer-social .social-link:focus-visible {
  background: var(--nav-accent);
  color: #000;
  border-color: transparent;
  transform: translateY(-1px);
  outline: none;
}

@media (max-width: 575.98px) {
  .footer-social {
    margin-left: 0;
  }
}

.carmen-page .page-thumb img {
  border-radius: 16px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .08);
  max-height: 500px;
  object-fit: cover;
  width: 100%;
}

.page-content>*:where(p, ul, ol, blockquote) {
  font-size: 1.05rem;
  line-height: 1.6;
}

.page-content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.carmen-bc {
  padding-top: 10px;
}

.bc-wrap {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .06);
  border-radius: 16px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .06);
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.bc-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.bc-item {
  font-weight: 800;
  color: var(--nav-color);
  display: flex;
  align-items: center;
  gap: 8px;
}

.bc-item+.bc-item::before {
  content: "›";
  opacity: .6;
}

.bc-item a {
  text-decoration: none;
  color: inherit;
  opacity: .85;
}

.bc-item a:hover {
  opacity: 1;
}

.ctxbar-toggle {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, .15);
  background: #fff;
  color: #333;
}

.ctxbar-toggle:hover {
  background: var(--nav-accent);
  color: #000;
  border-color: transparent;
}

.carmen-ctx {
  position: sticky;
  top: 94px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .06);
  border-radius: 16px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .06);
  padding: 12px;
  min-height: 40px;
}

.carmen-ctx--empty {
  opacity: .0;
  pointer-events: none;
}

.ctx-list,
.ctx-list ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 14px;
}

.ctx-item {
  margin: 4px 0;
}

.ctx-link {
  position: relative;
  display: block;
  text-decoration: none;
  padding: .56rem .7rem;
  border-radius: 12px;
  color: #2b2b2b;
  font-weight: 700;
  border: 1px solid transparent;
  transition: background .15s ease, color .15s ease, border-color .15s ease;
}

.ctx-link:hover,
.ctx-link:focus-visible {
  background: rgba(0, 0, 0, .04);
  border-color: rgba(0, 0, 0, .06);
  outline: none;
}

.ctx-item.current_page_item>.ctx-link {
  background: var(--nav-accent);
  color: #000;
  border-color: transparent;
}

.ctx-list>.ctx-item>.ctx-link {
  padding-left: .7rem;
}

.ctx-list>.ctx-item>ul>.ctx-item>.ctx-link {
  padding-left: 1.25rem;
}

.ctx-list>.ctx-item>ul>.ctx-item>ul>.ctx-item>.ctx-link {
  padding-left: 1.9rem;
}

.ctx-list>.ctx-item>ul>.ctx-item>ul>.ctx-item>ul>.ctx-item>.ctx-link {
  padding-left: 2.55rem;
}

.ctx-list>.ctx-item>.ctx-link::before {
  display: none;
}

.offcanvas-ctx {
  width: min(92vw, 360px);
}

.offcanvas-ctx .offcanvas-header {
  border-bottom: 1px solid rgba(0, 0, 0, .06);
}

.offcanvas-ctx .offcanvas-title {
  font-weight: 900;
  color: var(--nav-color);
}

.carmen-pager {
  gap: .6rem;
}

.carmen-pager .btn {
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: .2px;
  padding: .62rem .9rem;
  border-color: rgba(0, 0, 0, .25);
}

.carmen-pager .btn:not(.disabled):hover {
  background: var(--nav-accent);
  color: #000;
  border-color: transparent;
}

.carmen-pager .btn i {
  transform: translateY(1px);
}

.carmen-pager .btn.disabled {
  pointer-events: none;
  opacity: .45;
}

.carmen-hero-card {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
  background: #fff;
}

.carmen-hero-card .chc-header {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  accent-color: center;
  display: flex;
  align-items: flex-end;
  aspect-ratio: 4 / 3;
}

.carmen-hero-card .chc-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, .55), rgba(0, 0, 0, .15) 40%, transparent);
}

.carmen-hero-card .chc-title {
  position: relative;
  color: #fff;
  font-weight: 900;
  font-size: clamp(1.6rem, 2.8vw, 2.2rem);
  padding: 1rem 1.25rem;
  z-index: 2;
  margin: 0;
  text-shadow: 0 2px 6px rgba(0, 0, 0, .4);
}

.carmen-hero-card .chc-body {
  padding: 1.5rem 1.25rem 2rem;
}

.bc-item.dropdown>a {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
}

.bc-item .dropdown-toggle::after {
  border: none;
  content: "▾";
  font-size: .8em;
  opacity: .6;
  margin-left: 2px;
  transform: translateY(-1px);
}

.bc-item .dropdown-menu {
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, .08);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
  padding: 6px 0;
  min-width: 200px;
}

.bc-item .dropdown-item {
  font-weight: 600;
  padding: .45rem .9rem;
  border-radius: 8px;
  color: #333;
}

.bc-item .dropdown-item:hover {
  background: var(--nav-accent);
  color: #000;
}

.bc-item .dropdown-toggle:hover {
  text-decoration: none;
  opacity: 1;
}

.carmen-cardlist {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.carmen-cardlist .carmen-card {
  width: 100%;
  aspect-ratio: 4 / 2.5;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.carmen-cardlist .card-title {
  padding: 12px 14px;
  transform: none;
  left: 0;
  top: auto;
  bottom: 10px;
}

.offcanvas {
  z-index: 100000;
}

.single-news {
  margin-bottom: 40px;
}

.news-top {
  padding-top: 15px;
  padding-bottom: 10px;
}

.single-news .container .row {
  margin-top: 15px;
  margin-bottom: 15px;
}

.news-topcard {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .06);
  border-radius: 16px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .06);
  padding: 10px 12px;
}

.news-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 900;
  font-size: clamp(1.05rem, 2.2vw, 1.25rem);
  color: var(--nav-color);
  text-decoration: none;
}

.news-back i {
  font-size: 1.6rem;
  line-height: 1;
}

.news-back:hover {
  opacity: .75;
}

.news-back.is-static {
  opacity: .9;
  cursor: default;
}

.carmen-article .news-hero-card {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
  background: #fff;
  margin-bottom: 20px;
}

.news-hero-card .nhc-header {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 16/9;
  display: grid;
  align-items: end;
}

.news-hero-card .nhc-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, .55), rgba(0, 0, 0, .25) 40%, transparent);
}

.news-hero-card .nhc-topline {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 0 15px;
  padding-bottom: 1rem;
}

.news-cat {
  display: inline-block;
  font-size: .92rem;
  line-height: 1;
  background: rgba(255, 255, 255, .16);
  backdrop-filter: blur(2px);
  padding: .45rem .68rem;
  border-radius: 999px;
  text-decoration: none;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .26);
}

.news-cat:hover {
  opacity: .88;
}

.news-hero-card .nhc-title {
  margin: .55rem 0 0;
  font-weight: 900;
  font-size: clamp(1.8rem, 3.2vw, 2.6rem);
  letter-spacing: -.015em;
  text-shadow: 0 2px 6px rgba(0, 0, 0, .4);
  max-width: 80%;
}
.disco-title{
  margin: .55rem 0 0;
    font-weight: 900;
    font-size: 1.4rem;
    letter-spacing: normal;
    text-shadow: none;
    max-width: none;
}

.nhc-meta {
  padding: 14px 0 0;
}

.news-meta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-left: 15px;
}

.news-meta i {
  opacity: .8;
  margin-right: 4px;
}

.nm-author a {
  color: inherit;
  text-decoration: none;
}

.nm-author a:hover {
  text-decoration: underline;
}

.nm-sep {
  opacity: .45;
}

.nhc-body {
  padding: 20px;
  min-height: 230px;
}

.news-side {
  position: sticky;
  top: 94px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .06);
  border-radius: 20px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .06);
  padding: 1rem;
}

.news-side .list-group {
  gap: 20px;
}

.ns-head {
  font-weight: 800;
  font-size: clamp(1.05rem, 2.1vw, 1.15rem);
  letter-spacing: -0.01em;
  color: var(--nav-color);
}

.list-group-item {
  border: none;
  padding: 0;
  transition: background 0.15s ease;
}

.list-group-item:hover .card {
  background: rgba(0, 0, 0, 0.03);
}

.card {
  border: 1px solid rgba(0, 0, 0, .06);
  border-radius: 0.5rem;
  overflow: hidden;
  transition: box-shadow 0.15s ease;
}

.card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
}

.card-header {
  background: transparent;
  padding: 0;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-16x9 img {
  object-fit: cover;
}

.ns-thumb-fallback {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #333, #555);
  border-radius: 0.25rem 0.25rem 0 0;
}

.badge.bg-warning {
  background-color: var(--nav-accent) !important;
  color: #000 !important;
}

.card-title {
  font-size: 1.2rem;
  font-weight: 700;
}

.card-text {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.4;
}

.text-muted {
  color: #6c757d !important;
  font-size: 0.85rem;
}

.text-muted i {
  margin-right: 0.25rem;
  opacity: 0.8;
}

@media (max-width: 991.98px) {
  .news-side {
    position: static;
  }
}

.navigation.pagination{
  margin: 12px auto 0;
  display: flex;
  justify-content: center;
}
.navigation.pagination .nav-links{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.navigation.pagination .page-numbers{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 .9rem;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.15);
  background: #fff;
  color: var(--nav-color);
  text-decoration: none;
  font-weight: 800;
  letter-spacing: .2px;
  line-height: 1;
  transition: background .15s ease, color .15s ease, border-color .15s ease, transform .12s ease;
}
.navigation.pagination .page-numbers:hover,
.navigation.pagination .page-numbers:focus-visible{
  background: var(--nav-accent);
  color: #000;
  border-color: transparent;
  transform: translateY(-1px);
  outline: none;
}
.navigation.pagination .page-numbers.current{
  background: var(--nav-accent);
  color: #000;
  border-color: transparent;
  cursor: default;
}
.navigation.pagination .page-numbers.dots{
  background: transparent;
  border-color: transparent;
  font-weight: 700;
  padding: 0 .25rem;
  min-width: auto;
}
.navigation.pagination .page-numbers.prev,
.navigation.pagination .page-numbers.next{
  font-size: 1.1rem;
  min-width: 40px;
  padding: 0;
}

.screen-reader-text{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
.screen-reader-text:focus{
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  padding: .5rem .75rem;
  background: #000;
  color: #fff;
  border-radius: 6px;
  z-index: 10000;
}

@media (max-width: 575.98px){
  .navigation.pagination .page-numbers{
    min-width: 36px;
    height: 36px;
    padding: 0 .75rem;
  }
  .navigation.pagination .nav-links{
    gap: 8px;
  }
}

.rep-card--scroll {
  max-height: 200px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.rep-scroll-list{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.rep-scroll-item{
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0,0,0,.06);
}
.rep-scroll-item:last-child{
  padding-bottom: 0;
  border-bottom: 0;
}

.rep-card .btn.btn-sm{
  padding: .35rem .6rem;
  border-radius: 999px;
  font-weight: 800;
}

.ctv-related .card:hover{
  box-shadow: 0 6px 16px rgba(0,0,0,.12);
}
.ctv-related .tv-cat{
  margin-top: 2px;
  margin-bottom: -4px;
}
@media (min-width: 992px){
  .rep-card--scroll{
    height: var(--tv-embed-h, auto);
    max-height: none;
    overflow: auto;
  }
}

@media (max-width: 575.98px){
  .rep-card--scroll{
    max-height: 360px;
  }
}

@media (min-width: 576px) and (max-width: 991.98px){
  .rep-card--scroll{
    max-height: 300px;
  }
}

.rep-card--scroll{
  position: relative;
  overflow: hidden;       
  max-height: 200px;    
}

.rep-card--scroll .rep-card-inner{
  max-height: 200px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding-right: 16px; 
}
@media (min-width: 992px){
  .rep-card--scroll{
    height: var(--tv-embed-h, auto);
    max-height: none;
  }
  .rep-card--scroll .rep-card-inner{
    max-height: 100%;
  }
}

.carmen-discografia { margin: 20px 0 40px; }
.disc-grid{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}
@media (max-width: 1199px){
  .disc-grid{ grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 991px){
  .disc-grid{ grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 575px){
  .disc-grid{ grid-template-columns: repeat(2, 1fr); }
}

.disc-item{ list-style: none; }
.disc-card{
  display: block;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 14px;
  overflow: hidden;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease, background .15s ease;
}
.disc-card:hover{
  color: initial;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(0,0,0,.08);
  border-color: rgba(0,0,0,.08);
}

.disc-thumb{
  width: 100%;
  background: #f3f3f3;
}
.disc-thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-bottom: 1px solid rgba(0,0,0,.05);
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}

.disc-caption{
  padding: 10px 12px 12px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: baseline;
  gap: 8px;
}
.disc-title{
  font-size: 15px;
  line-height: 1.25;
  margin: 0;
  font-weight: 700;
  font-family: "Roboto Condensed", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}
.disc-year{
  font-size: 13px;
  opacity: .7;
  white-space: nowrap;
}

.ratio.ratio-1x1{ position: relative; width: 100%; padding-top: 100%; }
.ratio.ratio-1x1 > img{
  position: absolute; inset: 0; width: 100%; height: 100%;
}
#tv-sound-btn{
  width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.single-disco .disco-cover{
  width: 100%;
  max-width: 360px;    
  aspect-ratio: 1 / 1;   
  object-fit: cover;
  box-shadow: 0 12px 24px rgba(0,0,0,.08);
}

#discTracks .accordion-item{ border: 0; }
#discTracks .accordion-button{
  border-radius: 12px; 
  padding: .85rem 1rem;
  background-color: #fff;
  transition: background-color .15s ease-in-out, box-shadow .15s;
}

#discTracks .accordion-button:focus{
  box-shadow: none;            
}

#discTracks .accordion-button:not(.collapsed){
  background-color: #fff;            
  color: inherit;
  box-shadow: none;                 
}

#discTracks .accordion-item + .accordion-item{
  margin-top: .35rem;    
}

#discTracks .accordion-button:hover{
  background-color: #fafafa;
}

#discTracks .accordion-button,
#discTracks .accordion-button *{
  -webkit-tap-highlight-color: transparent;
}

.carmen-search-toast{
  position: fixed;
  right: 10px;
  top: 72px; 
  max-width: min(92vw, 520px);
  padding: .7rem .9rem;
  background: var(--nav-accent);
  color: black;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.25;
  box-shadow: 0 6px 24px rgba(0,0,0,.25);
  z-index: 1090;
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease;
}
.carmen-search-toast.show{
  opacity: 1;
}
.autor-avatar{
  width: 72px; height: 72px;
  border-radius: 999px;
  object-fit: cover;
  box-shadow: 0 6px 14px rgba(0,0,0,.08);
  border: 1px solid rgba(0,0,0,.06);
}
.autor-avatar--fallback{
  display: grid; place-items: center;
  background: #f5f5f5; color: #777;
  font-size: 28px;
}

.flecha-repertorio{
  position: absolute;
    right: 20px;
    height: 100%;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.brand-title {
  margin-top: 4px;
}
.brand-title span {
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: .5px;
  font-size: 20px;
  color: #000;
}