/* ========================================
   CALIBELLA SLIDER
======================================== */

.calibella-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.calibella-track {
  display: flex;
  width: 100%;
  transition: transform 0.7s ease-in-out;
}

.calibella-track img {
  display: block;
  flex: 0 0 100%;
  width: 100%;
  max-width: none;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

/* Nombre del plato */
.calibella-caption {
  width: 100%;
  padding: 9px 15px;
  background: rgba(0, 0, 0, 0.82);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.3px;
}