@font-face {
  font-family: '';
  src: url('');
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  transform: rotate(45deg);
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
  opacity: 0;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
  transform: rotate(-90deg) translateX(7px);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.navbar-blur-bg {
  background-color: rgba(0, 0, 0, 0.5) !important;
  transition: background-color 0.5s ease;
}

body,
html {
  height: 100%;
  font-family: Helvetica;
  src: url('../');
  background-color: black;
}

body#music-page .overlay-lore {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* opacidad ajustable */
  z-index: 1;
}

.banner {
  position: relative;
  width: 100vw;
  min-height: 100vh;
  height: auto;
  overflow: hidden;
}

.banner .content {
  position: relative;
  z-index: 2;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.album-img {
  width: 100%;
  max-width: 280px;
  height: auto;
  margin: auto;
  display: block;
  padding: 1.5rem 0;
}


.banner video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 1;
}




#banner-imagen {
  display: none;
}

#banner-video {
  display: block;
}

.logo-slider {
  overflow: hidden;
  padding: 30px 0 0 0;
  white-space: nowrap;
  position: relative;
}

.logo-slider:hover .logos-slide {
  animation-play-state: paused;
}

.logos-slide {
  display: inline-block;
  animation: 45s slide infinite linear;
}

.logos-slide img {
  width: 183px;
  height: 83px;
  margin: 0 40px;
}

@keyframes slide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}


::selection {
  color: #000000;
  background: #ea832f;
}

.collapsing {
  transition: height 0.4s ease;
}

.titulomainbk {
  text-align: center;
  color: #2f2f2f;
  font-size: 3rem;
  margin-top: 15vh;
  font-style: italic;
  line-height: 2.7rem;
  letter-spacing: 0.2rem;
  font-weight: 100;
}

.floating-language {
  position: fixed;
  width: 60px;
  height: 60px;
  /* line-height: 63px; */
  top: 28px;
  left: 20px;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 0.7rem;
  z-index: 100;
  transition: all 300ms ease;
  transition: 0.3s;
  scale: 140%;
  text-decoration: none;
}

.tiktok {
  position: fixed;
  width: 16px;
  height: 16px;
  /* line-height: 63px; */
  top: 21px;
  right: 142px;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 0.7rem;
  z-index: 100;
  transition: all 300ms ease;
  transition: 0.3s;
  scale: 100%;
  text-decoration: none;
}

.spotify {
  position: fixed;
  width: 16px;
  height: 16px;
  /* line-height: 63px; */
  top: 21px;
  right: 102px;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 0.7rem;
  z-index: 100;
  transition: all 300ms ease;
  transition: 0.3s;
  scale: 110%;
  text-decoration: none;
}

.instagram {
  position: fixed;
  width: 16px;
  height: 16px;
  /* line-height: 63px; */
  top: 21px;
  right: 62px;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 0.7rem;
  z-index: 100;
  transition: all 300ms ease;
  transition: 0.3s;
  scale: 110%;
  text-decoration: none;
}

.youtube {
  position: fixed;
  width: 16px;
  height: 16px;
  /* line-height: 63px; */
  top: 21px;
  right: 22px;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 0.7rem;
  z-index: 100;
  transition: all 300ms ease;
  transition: 0.3s;
  scale: 120%;
  text-decoration: none;
}

/* Efecto de entrada con blur */
.blur-on-load {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  backdrop-filter: blur(12px);
  z-index: 9999;
  pointer-events: none;
  opacity: 1;
  transition: opacity 3.0s ease;
}

.blur-on-load.fade-out {
  opacity: 0;
}

.bottom-nav-custom {
  background-color: #000000;
  padding: 0.5rem 0;
  z-index: 1001;
}


.bottom-nav-custom a.nav-link {
  color: white;
  font-size: 0.7rem;
  font-weight: 100;
  letter-spacing: 0.15rem;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.bottom-nav-custom a.nav-link:hover {
  opacity: 0.7;
}

/* Cintillo fijo encima del navbar */
.logo-bar-fixed {
  position: fixed;
  bottom: 5rem;
  width: 100vw;
  background-color: #0000007c;
  padding: 0.2rem 0;
  z-index: 1002;
}

.logo-slider {
  overflow: hidden;
  white-space: nowrap;
  padding: 10px 0;
}

.logos-slide {
  display: inline-block;
  animation: slide 40s linear infinite;
}


.logos-slide img {
  height: 18px;
  width: auto;
  margin: 0 2rem;
  vertical-align: middle;
}


@keyframes slide {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.page-transition {
  position: fixed;
  top: 0;
  left: 100vw;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  z-index: 99999;
  transition: left 0.8s ease-in-out;
  pointer-events: none;
}

.page-transition.active {
  left: 0;
}

.sententia-banner {
  width: 90vw;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 5vh auto 0 auto;
  padding: 0;
}

.slider-container {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

.slides-wrapper {
  display: flex;
  transition: transform 1.2s cubic-bezier(0.77, 0, 0.175, 1);
  width: 500vw;
}

.slide {
  min-width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 1.2rem;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  padding: 2rem;
  box-sizing: border-box;
}

.slide-content {
  max-width: 800px;
  text-align: center;
  line-height: 1.5;
}

#nextSlideBtn,
.prevSlideBtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #00000000;
  color: white;
  border: none;
  padding: 1rem;
  cursor: pointer;
  font-size: 2rem;
  z-index: 1000;
}

#nextSlideBtn {
  right: 20px;
}

.prevSlideBtn {
  left: 20px;
}

#toggleAudio {
  position: fixed;
  top: 1rem;
  /* Justo encima del navbar y cintillo */
  left: 1rem;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  z-index: 9999;
  transition: background 0.3s ease;
}

#toggleAudio:hover {
  background: rgba(0, 0, 0, 0.8);
}

/* Contenedor */
.merch-container {
  display: flex;
  flex-direction: column;
  height: 100vh;
  width: 100vw;
}

@media (min-width: 992px) {
  .merch-container {
    flex-direction: row;
  }
}

/* Cada categoría */
.merch-box {
  flex: 1;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-decoration: none;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Overlay NEGRO (reposo) */
.overlay {
  position: absolute;
  inset: 0;
  background-color: rgb(0, 0, 0);
  z-index: 2;
  transition: opacity 0.6s ease;
}

.merch-box:hover .overlay {
  opacity: 0.2;
}

/* ÍCONO en modo reposo */
.merch-icon-static {
  position: absolute;
  z-index: 3;
  width: 64px;
  height: auto;
  transition: opacity 0.4s ease;
}

.merch-box:hover .merch-icon-static {
  opacity: 0;
}

/* Imagen de producto (hover) */
.merch-item-img {
  position: relative;
  z-index: 4;
  max-width: 60%;
  height: auto;
  opacity: 0;
  transform: scale(1);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.merch-box:hover .merch-item-img {
  opacity: 1;
  transform: scale(1.1);
}

/* Texto de categoría (hover) */
.merch-label {
  position: relative;
  z-index: 4;
  margin-top: 1rem;
  text-align: center;
  font-family: Blender, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 1rem;
  color: white;
  opacity: 0;
  line-height: 1.1;
  text-transform: uppercase;
  pointer-events: none;
  transition: opacity 0.4s ease, transform 0.4s ease;
  /* text-shadow: 0 0 8px black; */
}

.merch-box:hover .merch-label {
  opacity: 1;
  transform: scale(1.05);
}

/* Responsive texto dividido o completo */
.merch-label .desktop-only {
  display: inline;
}

.merch-label .mobile-only {
  display: none;
}

@media (max-width: 991px) {
  .merch-label .desktop-only {
    display: none;
  }

  .merch-label .mobile-only {
    display: inline;
  }
}

.band-horizontal {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  /* position: relative; */
}

.timeline-band {
  display: flex;
  width: max-content;
  transform: translateX(0);
  transition: transform 0.1s linear;
}

.slide {
  flex: 0 0 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 4rem;
  color: white;
  text-align: center;
}

.title-slide p {
  font-size: clamp(4rem, 18vw, 18vw);
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Times New Roman", serif;
  line-height: 1;
}

.text-slide p {
  font-size: clamp(1rem, 2vw, 2rem);
  max-width: 800px;
  font-family: "Times New Roman", serif;
  line-height: 1.6;
  text-shadow: 0 0 6px black;
}

/* Animación scroll */
@keyframes autoScroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-200vw);
    /* depende de la cantidad de slides */
  }
}

/* Responsivo móvil */
@media (max-width: 768px) {
  .slide h2 {
    font-size: 2rem;
  }

  .slide p {
    font-size: 1rem;
  }
}

.band-horizontal::before,
.band-horizontal::after {
    content: "";
    position: absolute;
    top: 0;
    width: 10vw;
    height: 100%;
    z-index: 10;
    pointer-events: none;
}

.band-horizontal::before {
    left: 0;
    background: linear-gradient(to right, black 0%, transparent 100%);
}

.band-horizontal::after {
    right: 0;
    background: linear-gradient(to left, black 0%, transparent 100%);
}

