@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_timeline-shirts {
  overflow-x: hidden;
}
.block_timeline-shirts .nav-tabs .nav-item {
  display: flex;
  justify-content: center;
  width: 100%;
}
.block_timeline-shirts .nav-tabs .nav-item .nav-link {
  border: 0;
  font-size: 2rem;
  background-color: transparent;
}
.block_timeline-shirts .nav-tabs .nav-item .nav-link.active {
  border-bottom: 0 !important;
  font-weight: 600;
}
.block_timeline-shirts .slider-years .swiper-button-prev-custom,
.block_timeline-shirts .slider-years .swiper-button-next-custom {
  position: absolute;
  top: 0;
  width: 40px;
  height: 40px;
  z-index: 10;
  background-size: cover;
  background-repeat: no-repeat;
  border: 0;
  display: inline-block;
}
.block_timeline-shirts .slider-years .swiper-button-prev-custom {
  content: "";
  background-image: url(../img/arrow-slider-prev.svg);
  left: calc(50% - 100px);
  top: calc(50% - 20px);
}
@media (min-width: 992px) {
  .block_timeline-shirts .slider-years .swiper-button-prev-custom {
    left: calc(50% - 130px);
  }
}
.block_timeline-shirts .slider-years .swiper-button-next-custom {
  content: "";
  background-image: url(../img/arrow-slider-next.svg);
  left: calc(50% + 60px);
  top: calc(50% - 20px);
}
@media (min-width: 992px) {
  .block_timeline-shirts .slider-years .swiper-button-next-custom {
    left: calc(50% + 90px);
  }
}
.block_timeline-shirts .slider-years .swiper-slide {
  display: flex;
  justify-content: center;
  opacity: 0.5;
  transform: scale(0.6);
  transition: all 0.3s ease;
  cursor: grab;
}
.block_timeline-shirts .slider-years .swiper-slide.swiper-slide-active {
  opacity: 0.95;
  transform: scale(1.2);
  cursor: pointer;
}
.block_timeline-shirts .slider-years .swiper-slide .nav-item button.nav-link {
  width: 80%;
  line-height: 100%;
}
.block_timeline-shirts img.img-fluid {
  width: 500px;
  height: 500px;
  object-fit: contain;
}
.block_timeline-shirts .nav-shirts .nav-item .nav-link {
  background-color: #fff;
  border-radius: 100px;
  border: 1px solid #00263e;
  color: #00263e;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.5rem 2rem;
}
.block_timeline-shirts .nav-shirts .nav-item .nav-link.active {
  background-color: #00263e;
  color: #fff;
}
.block_timeline-shirts .nav-shirts .nav-item .nav-link:hover {
  text-decoration: none;
  background-color: #00263e;
  color: #fff;
}