.event-link {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  padding: 0px 16px;
  transition: all 0.5s;
  border: 2px solid white;
  background-color: #fff;
}

.day:hover{
  background-color: #f2f2f2;
  transition: all 0.5s;
}

.day{
  padding-bottom: 20px;
  transition: all 0.5s;
}

.day.active{
  background-color: #f2f2f2;
  transition: all 0.5s;
}

.event-link:hover {
  border-color: #ee312f;
}

.event-link:focus {
  background-color: #ee312f;
  border-color: #ee312f;
}

.bold-red {
  color: #ee312f;
  font-weight: 700;
}

.event-link.szkolenie {
  flex-direction: column;
}

.event-link.szkolenie:focus .event-link-name,
.event-link.szkolenie:focus .event-link-title {
  color: white !important;
}

.event-link.szkolenie.active .event-link-name,
.event-link.szkolenie.active .event-link-title {
  color: white !important;
}

.event-link img {
 transition: all 0.5s;    
  height: 90%;
  width: 100%;
  object-fit: contain;
}

.event-link:focus img {
  filter: invert(99%) sepia(69%) saturate(2%) hue-rotate(285deg) brightness(109%) contrast(100%);


}

.event-link.active {
  background-color: #ee312f;
  border-color: #ee312f;
}

.event-link.active img {
  filter: invert(99%) sepia(69%) saturate(2%) hue-rotate(285deg) brightness(109%) contrast(100%);



}

.event-link-name {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  margin: 0;
  font-family: "Lato";
}

.event-link-title {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  margin: 0;
  font-family: "Lato";
  color: #000;
  font-weight: bold;
}

.event-plus {
  margin: 4px 0px;
  font-weight: 400;
  font-family: "Lato";
  text-align: center;
  color: #000;
  font-size: 14px;
}

.event-day-name {
  text-align: center;
  font-weight: 600;
  font-family: "Lato";
  font-size: 18px;
  margin: 0;
}

.event-day-data {
  font-weight: 400;
  font-size: 14px;
  font-family: "Lato";
}

.event-data-group {
  position: relative;
}

.event-data-group::after {
  width: 1.5px;
  height: 100%;
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  content: " ";
  background-color: #f2f2f2;
}

.active-day {
  background-color: #f2f2f2;
}

.event-data-group {
  padding: 0 1.5rem;
  padding-top: 12px;
  padding-bottom: 6px;
  margin-bottom: 24px;
}

.day {
  font-family: "Lato";
}

@media screen and (min-width: 1200px) {
  .container--agenda-nav {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 1232px;
    padding: 8px 16px;
    max-width: 1432px !important;
  }
  .container--agenda-nav .swiper{
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.swiper-button-next,
.swiper-button-prev {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .event-link {
    height: 70px;
  }
  .event-group {
    justify-content: center;
  }
  .event-group img {
    width: auto;
    height: 100%;
    margin: auto;
    max-width: 100%;
  }
  .image-special {
    height: 70px;
    width: 100%;
    object-fit: cover;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: block !important;
  }
  .event-link-name,
  .event-link-title {
    font-size: 14px;
  }
  .event-link {
    padding: 8px;
  }
}
.day-content {
  display: none;
}

.day-content.active {
  display: block;
}

.day:last-child .event-data-group::after {
  display: none;
}

.swiper-wrapper {
  height: auto !important;
}

.swiper-button-next {
  top: 45px !important;
  right: 51px !important;
}

.swiper-button-prev {
  top: 45px !important;
  left: 34px !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  color: #000;
  background-color: #ff2;
  border-radius: 50% !important;
  font-size: 15px !important;
  padding: 15px 20px !important;
  font-weight: 700 !important;
}

.swiper-button-disabled {
  opacity: 1 !important;
}

.day-content.active.show.dni {
  max-width: 100%;
  margin: auto;
}

.day-content.active.show {
  max-width: 600px;
  margin: auto;
}
