/* AU Carrusel de Clases - Estilos EXACTOS del Original */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;1,400;1,600&display=swap');

.au-clases-slider-wrap {
  position: relative;
  width: 100%;
  padding: 0 56px;
}

.au-clases-swiper {
  width: 100%;
  overflow: hidden;
}

.au-clase-card {
  display: block;
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(0,0,0,.10);
}

.au-clase-card img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  display: block;
}

.au-clase-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 48%;
  background: linear-gradient(to top, rgba(0,0,0,.85) 0%, rgba(0,0,0,.45) 45%, rgba(0,0,0,0) 100%);
  pointer-events: none;
}

.au-clase-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 18px 14px 16px;
  text-align: center;
}

.au-clase-content h3 {
    margin: 0 0 6px;
    font-size: 18px !important;
    line-height: 1.2;
    font-weight: 700;
    color: #fff !important;
}

.au-clase-content span {
  display: block;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: -.1em;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Picnic Club', 'Playfair Display', cursive, serif;
}

.au-clases-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 999px;
  background: #FCFCFC00;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(0,0,0,.18);
}

.au-clases-prev {
  left: 0;
}

.au-clases-next {
  right: 0;
}

.au-clases-arrow:hover {
  background: #333;
}

.au-clases-arrow.swiper-button-disabled {
  opacity: .35;
  cursor: not-allowed;
}

@media (max-width: 1023px) {
  .au-clases-slider-wrap {
    padding: 0 44px;
  }

  .au-clase-content h3 {
    font-size: 17px;
  }

  .au-clase-content span {
    font-size: 20px;
  }

  .au-clases-arrow {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .au-clases-slider-wrap {
    padding: 0 38px;
  }

  .au-clase-content {
    padding: 16px 12px 14px;
  }

  .au-clase-content h3 {
    font-size: 16px;
  }

  .au-clase-content span {
    font-size: 18px;
  }

  .au-clases-arrow {
    width: 34px;
    height: 34px;
    font-size: 16px;
  }
}

.elementor-kit-1982 button{
background-color: #FCFCFC00 !important;
}
                