.rfs-slider-wrap {
  padding: 16px 0 28px;
  overflow: hidden;
}

.rfs-slider-shell {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding: 0 64px;
  box-sizing: border-box;
}

.rfs-slider {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.rfs-slider .swiper-wrapper {
  align-items: stretch;
}

.rfs-slider .swiper-slide {
  height: auto;
  display: flex;
  justify-content: center;
  min-width: 0;
}

.rfs-card {
  display: block;
  position: relative;
  width: 100%;
  min-height: 420px;
  border-radius: 0;
  overflow: hidden;
  text-decoration: none;
  background: #111;
  transform: scale(.90);
  filter: blur(1.8px);
  opacity: .70;
  transition: transform .35s ease, filter .35s ease, opacity .35s ease;
  will-change: transform, filter, opacity;
  box-sizing: border-box;
}

.rfs-slider .swiper-slide.rfs-side .rfs-card {
  transform: scale(.96);
  filter: blur(.4px);
  opacity: .80 !important;
}

.rfs-slider .swiper-slide.rfs-center .rfs-card {
  transform: scale(1.10);
  filter: blur(0);
  opacity: 1;
  z-index: 3;
}

.rfs-slider .swiper-slide.rfs-far .rfs-card {
    transform: scale(.92);
    filter: blur(1px);
    opacity: .80 !important;
}

.rfs-card-bg,
.rfs-card-overlay {
  position: absolute;
  inset: 0;
}

.rfs-card-bg {
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
}

.rfs-card-overlay {
  background: linear-gradient(180deg, rgba(0,0,0,.08) 0%, rgba(0,0,0,.18) 42%, rgba(0,0,0,.90) 100%);
}

.rfs-card-date {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
}

/* Contenido inferior: titulo > categoria > boton (de arriba hacia abajo) */
.rfs-card-content {
  position: absolute;
  inset: auto 0 0 0;
  color: #fff;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 8px;
  padding: 18px 18px 0;
}

.rfs-pill {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    background: #fff;
    color: black;
    font-size: 10px;
    line-height: 1;
}

.rfs-pill2 {
    display: inline-flex;
	margin-top: 1rem !important;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    background: #fff;
    color: black;
    font-size: 10px;
    line-height: 1;
}

.rfs-pill-date {
    background: #5A429C !important;
    color: white !important;
	font-weight: 500;
	margin-top: 20%;
}

.rfs-pill-cats {
  max-width: 100%;
}

.rfs-card-content h3 {
  margin: 0;
  font-size: 23px;
  line-height: 1.08;
  max-width: 92%;
  text-align: left;
}

.rfs-meta,
.rfs-text {
  margin: 0;
  font-size: 13px;
  opacity: .92;
}

.rfs-btn {
    border: solid 1px white;
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.8rem;
    padding: 10px 30%;
    border-radius: 5px;
    background: none;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.8rem;
}

.rfs-btn:hover{
	background: #e3e3e31c;
}

.rfs-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  height: auto;
  border: 0;
  background: transparent;
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  z-index: 10;
  transition: opacity .2s ease;
  opacity: .86;
  padding: 0;
}

.rfs-nav:hover {
    opacity: 1;
    background: none;
}

.rfs-nav:focus {
    opacity: 1;
    background: none;
}

.rfs-nav.swiper-button-disabled {
  opacity: .25;
  cursor: default;
}

.rfs-nav span {
  font-size: 58px;
  line-height: 1;
  display: block;
}

.rfs-nav-prev {
  left: 10px;
}

.rfs-nav-next {
  right: 10px;
}

.rfs-slider-empty {
  padding: 20px;
  border: 1px dashed rgba(0,0,0,.2);
  border-radius: 0;
  text-align: center;
}

.rfs-reservation-page {
  margin: 0;
  overflow-x: hidden;
  background: #fff;
}

.rfs-reservation-page,
.rfs-reservation-page * {
  box-sizing: border-box;
}

.rfs-event-page {
  padding: 20px 0 36px;
  overflow-x: hidden;
}

.rfs-event-shell {
  display: grid;
  grid-template-columns: minmax(0, 60%) minmax(0, 40%);
  gap: 22px;
  align-items: start;
  width: 80%;
  margin: 0 auto;
}

.rfs-event-shell > * {
  min-width: 0;
}

.rfs-event-left {
  padding: 4px 0 0;
}

.rfs-success-box {
  margin-bottom: 18px;
  padding: 14px 16px;
  border: 1px solid rgba(91,63,166,.2);
  background: rgba(91,63,166,.08);
  color: #111;
}

.rfs-event-title {
  font-size: clamp(30px, 2.8vw, 46px);
  line-height: 1.02;
  margin: 0 0 14px;
}

.title-rfs{
	margin: 0px;
	font-weight: bold;
}

.asterisco{
	color: red;
}

.rfs-static-box{
	background: #5A429C;
    color: #fff;
    font-size: 0.8rem;
    padding: 2%;
}

.rfs-ubicacion{
	background: #5A429C;
    color: #fff;
    font-size: 0.8rem;
    padding: 3%;
}

.rfs-event-form-box {
   border-top: none;
   padding-top: 16px;
}

.rfs-form {
  display: grid;
  gap: 16px;
  max-width: 100%;
}

.rfs-intro {
  padding: 12px 14px;
  border-radius: 0;
  background: rgba(91,63,166,.08);
  font-size: 14px;
  line-height: 1.45;
}

.rfs-group label,
.rfs-field label {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 14px;
}

.rfs-static-field,
.rfs-select,
.rfs-field input,
.rfs-other-amount-wrap input {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(0,0,0,.14);
  border-radius: 0;
  padding: 11px 13px;
  background: #fff;
}

.rfs-amounts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.rfs-amount-btn {
  appearance: none;
  border: 1px solid rgba(91,63,166,.35);
  background: #fff;
  color: #5A429C;
  border-radius: 999px;
  padding: 9px 13px;
  cursor: pointer;
  font-weight: 700;
  line-height: 1;
}

.rfs-amount-btn.is-active {
  background: #5A429C;
  color: #fff;
}

.rfs-amount-btn:hover{
	background-color:#5A429C !important;
}


.rfs-grid {
  display: grid;
  gap: 12px;
}

.rfs-grid-name {
  grid-template-columns: 1fr 1fr;
}

.rfs-submit {
  border: 0;
  border-radius: 0;
  padding: 13px 18px;
  background: #5A429C;
  color: #fff;
  font-weight: 800;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: .03em;
}

.rfs-submit:hover{
	background: #4d358f !important;
}

.rfs-submit:focus{
	background: #5A429C !important;
}

.rfs-event-right {
  position: sticky;
  top: 18px;
  display: grid;
  gap: 14px;
  min-width: 0;
}

.rfs-cover {
  border-radius: 0;
  overflow: hidden;
  line-height: 0;
}

.rfs-cover-img {
  width: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 3 / 4;
  max-height: 240px;
  border-radius: 0;
}

.rfs-side-block {
  padding: 16px;
  border-radius: 0;
  background: none;
  min-width: 0;
}

.rfs-side-title {
  margin: 0 0 12px;
  font-size: 27px;
  font-weight: 800;
}

.rfs-side-section + .rfs-side-section {
  margin-top: 14px;
}

.rfs-side-label {
  margin: 0 0 6px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.rfs-side-desc,
.rfs-artistic-sheet {
  font-size: 14px;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.rfs-side-value,
.rfs-side-meta {
  margin: 0;
}

.rfs-location-box {
  background: #5b3fa6;
  color: #fff;
}

.rfs-location-box h3 {
  margin-top: 0;
}

@media (max-width: 1200px) {
  .rfs-slider-shell {
    padding: 0 48px;
  }

  .rfs-card {
    min-height: 380px;
  }
}

@media (max-width: 1024px) {
  .rfs-event-shell {
    grid-template-columns: 1fr;
  }

  .rfs-event-right {
    position: static;
  }

  .rfs-grid-name {
    grid-template-columns: 1fr;
  }

  .rfs-card {
    min-height: 340px;
    transform: scale(.96);
    filter: blur(.4px);
    opacity: .72;
  }

  .rfs-slider .swiper-slide.rfs-center .rfs-card {
    transform: scale(1.03);
  }

  .rfs-nav span {
    font-size: 46px;
  }

  .rfs-nav-prev {
    left: 10px;
  }

  .rfs-nav-next {
    right: 10px;
  }

  .rfs-cover-img {
    max-height: 220px;
  }
}

@media (max-width: 767px) {
  .rfs-slider-shell {
    padding: 0 30px;
  }

  .rfs-card {
    min-height: 300px;
  }

  .rfs-card-content h3 {
    font-size: 18px;
  }

  .rfs-nav span {
    font-size: 40px;
  }
}