/* SWIPER EVENTI TIMELINE */

.eventi_timeline_container {
  position: relative;
  max-width: 760px;
  margin: auto;
  margin-top: 60px;
  z-index: 20;
}

.eventi_timeline_inner {
  position: absolute;
  overflow: hidden;
  height: 160px;
  top: -65px;
}

.swiper-eventi-timeline {
  width: 100%;
  height: 100%;
}

.swiper-eventi-timeline .evento-slide {
  position: relative;
  background: transparent;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

#evento_slide_20211202 {
  width: 100px;
}

#evento_slide_20220228 {
  width: 200px;
}

#evento_slide_20220303 {
  width: 23px;
}

#evento_slide_20220331 {
  width: 100px;
}

#evento_slide_20220414 {
  width: 23px;
}

#evento_slide_20220415 {
  width: 23px;
}

#evento_slide_20220531 {
  width: 100px;
}

#evento_slide_20220816 {
  width: 200px;
}

#evento_slide_20220908 {
  width: 23px;
}

#evento_slide_20221026 {
  width: 100px;
}

#evento_slide_202211 {
  width: 100px;
}

#evento_slide_202212 {
  width: 100px;
}

#evento_slide_20230630 {
  width: 700px;
}

#evento_slide_2024_2025 {
  width: 700px;
}

#evento_slide_20251231 {
  width: 50px;
}

.swiper-eventi-timeline .swiper-button-next,
.swiper-eventi-timeline .swiper-button-prev {
  display: none;
}

.swiper-eventi-timeline .evento_data_box {
  position: relative;
  width: 1px;
  height: 1px;
  background-color: transparent;
}

.swiper-eventi-timeline .evento_data {
  position: absolute;
  transform: rotate(-45deg);
  white-space: nowrap;
  top: -30px;
  left: 6px;
}

.swiper-eventi-timeline .evento_data:hover {
  cursor: pointer;
}

.swiper-eventi-timeline .evento_timeline_data_selected {
  font-weight: 800;
}

.swiper-eventi-timeline .eventi_timeline_linea {
  position: absolute;
  background-color: #ccc;
  height: 3px;
  top: 50%;
  left: 0;
}

.swiper-eventi-timeline .eventi_timeline_linea_trasparente {
  position: absolute;
  background-color: transparent;
  height: 3px;
  top: 50%;
  left: 0;
  z-index: 10;
}

.swiper-eventi-timeline .eventi_timeline_linea_selected {
  background-color: #000;
}

#evento_slide_20230630 .eventi_timeline_linea_trasparente {
  width: 100%;
}

#evento_slide_2024_2025 .eventi_timeline_linea_trasparente {
  width: 50%;
}

.swiper-eventi-timeline .evento_timeline_simbolo {
  position: relative;
  height: 15px;
  width: 15px;
  background-color: #fff;
  border: 5px solid #ccc;
  transform: rotate(45deg);
  z-index: 20;
  transition: all 0.3 ease-in;
}

.swiper-eventi-timeline .evento_timeline_simbolo:hover {
  cursor: pointer;
  background-color: #000;
  border-color: #000;
  -webkit-transform: rotate(45deg) scale(1.1);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg) scale(1.1);
}

.swiper-eventi-timeline .evento_timeline_simbolo_selected {
  cursor: pointer;
  background-color: #000;
  border-color: #000;
}

.swiper-eventi-timeline .timeline_simbolo_anno {
  position: absolute;
  top: 65px;
  width: 1px;
  height: 30px;
  background-color: #ccc;
}

.swiper-eventi-timeline .timeline_simbolo_anno::after {
  position: absolute;
  top: 30px;
  left: -20px;
}

#anno_simbolo_2022 {
  left: 120px;
}

#anno_simbolo_2023 {
  left: 160px;
}

#anno_simbolo_2024 {
  left: -50px;
}

#anno_simbolo_2025 {
  left: -350px;
}

#anno_simbolo_2022::after {
  content: "2022";
}

#anno_simbolo_2023::after {
  content: "2023";
}

#anno_simbolo_2024::after {
  content: "";
}

#anno_simbolo_2025::after {
  content: "2024/25";
}

/* SWIPER SCHEDE TIMELINE */

.swiper-schede-timeline {
  width: 100%;
  max-width: 900px;
  height: 100%;
}

.swiper-schede-timeline .swiper-slide {
  background: transparent;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 70px 10px;
}

.scheda_timeline_border {
  height: 470px;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 40px 20px;
}

.scheda_timeline_anno {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #000000;
}

.scheda_timeline_mese {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #000000;
  padding: 5px 0 10px;
}

.scheda_timeline_testo {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  text-align: left;
}

.scheda_timeline_testo ul {
  margin-block-start: 0;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.scheda_timeline_box_azzurro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background-color: #edf2fb;
  margin-top: 10px;
}

.scheda_timeline_box_azzurro_num {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
  color: #000000;
}

.scheda_timeline_box_azzurro_legenda {
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 12px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  padding-top: 5px;
}

.scheda_timeline_grafico {
  text-align: center;
}

.scheda_timeline_grafico img {
  margin: auto;
}

.swiper-schede-timeline .swiper-pagination-bullet-active {
  opacity: 1;
  background: #000;
}

.swiper-schede-timeline .swiper-horizontal>.swiper-pagination-bullets,
.swiper-schede-timeline .swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-schede-timeline .swiper-pagination-custom,
.swiper-schede-timeline .swiper-pagination-fraction {
  bottom: 0;
  top: auto;
}

.swiper-schede-timeline .swiper-button-next,
.swiper-schede-timeline .swiper-button-prev {
  position: absolute;
  top: 10px;
}

.swiper-schede-timeline [class^="swiper-button-"]::after {
  content: "";
}

.swiper-schede-timeline [class^="swiper-button-"] {
  width: 55px;
  height: 55px;
}

.swiper-schede-timeline .swiper-button-next {
  right: -5px;
}

.swiper-schede-timeline .swiper-button-prev {
  left: -5px;
}

#scheda_timeline_20230630,
#scheda_timeline_20251231 {
  background-color: #ff928b;
}

#scheda_timeline_20251231 .scheda_timeline_box_azzurro {
  background-color: #ed8a89;
}

@media only screen and (max-width: 820px) {
  .eventi_timeline_container {
    width: calc(100% - 80px);
  }

  .swiper-schede-timeline {
    max-width: 100%;
  }
}