body.gallery-intro-active {
  overflow: hidden !important;
}
body.single-gallery .cs-breadcrumbs {
  display: none !important;
}
body.single-gallery .cs-main-content {
  grid-template-columns: 1fr;
}
body.single-gallery .cs-entry__infobar {
  margin-top: 0;
  padding-top: 0;
}
body.single-gallery .cs-entry__infobar {
  border: none;
}
body.single-gallery .cs-entry__inner.cs-entry__content .gallery-counter {
  align-items: center;
  color: #161616;
  display: flex;
  font-weight: 700;
  font-size: 28px;
  justify-content: center;
  line-height: 36px;
  margin-left: auto;
  padding: 0 10px;
  position: absolute;
  right: 0;
  top: 0;
}
body.single-gallery .cs-entry__header .cs-entry__title {
  margin: 0;
}
.gallery-slider-intro {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10000;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  overflow: hidden;
}
.gallery-slider-intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1;
  transition: background 0.5s ease;
}
.gallery-slider-intro.img-loaded::before {
  background: rgba(0, 0, 0, 0.8);
}
.gallery-slider-intro.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.gallery-slider-intro .gallery-slider-intro-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 20px;
}
.gallery-slider-intro .gallery-slider-intro-tag {
  background: #e5af44;
  color: #fff;
  padding: 10px 20px 5px;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 20px;
}
.gallery-slider-intro .gallery-slider-intro-title {
  font-size: 42px;
  line-height: 1.2;
  margin: 0 0 20px;
  color: #fff;
  font-weight: 700;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .gallery-slider-intro .gallery-slider-intro-title {
    font-size: 28px;
  }
}
.gallery-slider-intro .gallery-slider-intro-description {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 400;
}
@media (max-width: 768px) {
  .gallery-slider-intro .gallery-slider-intro-description {
    font-size: 16px;
  }
}
.gallery-slider-intro .gallery-slider-intro-meta {
  margin-bottom: 30px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.gallery-slider-intro .gallery-slider-intro-meta .gallery-slider-intro-author {
  font-weight: 700;
  margin-bottom: 5px;
}
.gallery-slider-intro .gallery-slider-intro-meta .gallery-slider-intro-date {
  opacity: 0.8;
}
.gallery-slider-intro .gallery-slider-intro-btn {
  background: #e5af44;
  color: #fff;
  border: none;
  padding: 20px 40px 18px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.3s ease;
  border-radius: 4px;
}
.gallery-slider-intro .gallery-slider-intro-btn:hover {
  background: #e5af44;
}
.gallery-slider-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 20px auto;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.gallery-slider-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: transparent;
  border-radius: 8px;
}
.gallery-slider-track {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.gallery-slider-slide {
  flex: 0 0 100%;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background: transparent;
  position: relative;
}
.gallery-slider-slide img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.7777777778;
  object-fit: cover;
  background: #000;
  border-radius: 8px;
  max-width: 990px;
}
.gallery-slider-caption {
  position: relative;
  width: 100%;
  color: #585858;
  padding: 15px 0;
  margin: 0 auto;
  line-height: 1.5;
  text-align: left;
  max-width: 990px;
}
.gallery-slider-caption .gallery-slider-caption-title {
  font-size: 18px;
  font-weight: 6 0;
  color: #161616;
  margin-bottom: 5px;
}
.gallery-slider-caption .gallery-slider-caption-description {
  font-size: 15px;
  font-weight: 400;
  color: #585858;
}
.gallery-slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #e0e0e0;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: all 0.3s ease;
  font-size: 0;
  padding: 0;
}
.gallery-slider-btn:hover {
  background: #e5af44;
  transform: translateY(-50%) scale(1.1);
}
.gallery-slider-btn::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 3px solid #000;
  border-left: 3px solid #000;
}
.gallery-slider-prev {
  left: 20px;
}
.gallery-slider-prev::before {
  transform: rotate(-45deg);
  margin-left: 3px;
}
.gallery-slider-next {
  right: 20px;
}
.gallery-slider-next::before {
  transform: rotate(135deg);
  margin-right: 3px;
}
.gallery-slider-indicators {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 15px;
  padding: 0 10px;
}
.gallery-slider-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #ccc;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}
.gallery-slider-dot:hover {
  border-color: #999;
}
.gallery-slider-dot.active {
  background: #333;
  border-color: #333;
}
@media (max-width: 600px) {
  .gallery-slider-wrapper {
    max-width: 100%;
  }
  .gallery-slider-btn {
    width: 44px;
    height: 44px;
  }
  .gallery-slider-prev {
    left: 12px;
  }
  .gallery-slider-next {
    right: 12px;
  }
}
/*# sourceMappingURL=https://tnrnews.es/wp-content/build/scss_library/ab6c864f355fac220d983b20fc1066bec679d4c1.css.map */