@charset "UTF-8";
/**
 * Bootstrap 5.3 – Variabili SCSS di base
 * @see https://getbootstrap.com/docs/5.3/customize/sass/
 */
/* ----------------------------------------------------------
 * SPACING
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * COLOR SYSTEM
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * BODY
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * TYPOGRAPHY
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * LINK
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * BUTTONS
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * BORDER RADIUS
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * ACCORDION
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * TABS
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
* CONTAINER
* ---------------------------------------------------------- */
.container-fluid {
  padding: 0 1.5rem !important;
}

/* ----------------------------------------------------------
* COLORS
* ---------------------------------------------------------- */
h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1,
p,
.p {
  color: #00263e;
}

.block_slider-scudetti {
  overflow-x: hidden;
}
.block_slider-scudetti .slider-scudetti {
  /* Styling per lo slider */
}
.block_slider-scudetti .slider-scudetti .swiper-slide {
  opacity: 0.5;
  transform: scale(0.7);
  transition: all 0.3s ease;
  cursor: grab;
}
.block_slider-scudetti .slider-scudetti .swiper-slide.swiper-slide-active {
  opacity: 0.95;
  transform: scale(1);
  cursor: pointer;
}
.block_slider-scudetti .slider-scudetti .swiper-slide .slide-content img {
  width: 300px;
  height: 300px;
  object-fit: contain;
}