:root {
  --primary-1: #7F2234;
}

.color-transparent {
  color: transparent !important;
}

em, i {
  font-family: "Source Sans 3", sans-serif;
  font-weight: normal;
}

.mfp-title {
  left: unset;
  bottom: unset;
  transform: none;
}

.mfp-img {
  margin: 0;
}

.fancybox__caption {
  margin: 0 1.5rem !important;
  font-size: 20px;
  width: 95%;
}

.arrow-horizontal {
  width: inherit;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 14px;
  background: #7F2234;
  margin: 0.5rem 0;
}
.arrow-horizontal::before, .arrow-horizontal::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
}
.arrow-horizontal::before {
  left: -40px;
  border-right-color: #7F2234;
  transform: translateY(-50%);
}
.arrow-horizontal::after {
  right: -40px;
  border-left-color: #7F2234;
  transform: translateY(-50%);
}

.fancybox__container {
  padding-bottom: 5rem !important;
}

#scroll-horizontal-message {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  margin-left: min(500px, 30vw);
}

#timeline {
  flex-direction: row;
  overflow-x: auto;
  white-space: nowrap;
}
#timeline:hover #scroll-horizontal-message {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}

.timeline .d-flex {
  flex-direction: row;
  align-items: flex-start;
}

.width-timeline-column {
  width: 100%;
}

.btn-no-focus {
  outline: none;
  box-shadow: none;
}
.btn-no-focus:focus {
  box-shadow: none;
  outline: none;
}
.btn-no-focus:active {
  box-shadow: none !important;
  outline: none !important;
}

#btn-manoscritti.btn-mappa-active {
  transition: all 0.1s ease-in-out;
  border: 4px solid #667799 !important;
}
#btn-manoscritti.btn-mappa-active h5 {
  transition: all 0.1s ease-in-out;
  background-color: #667799 !important;
}

#btn-libri.btn-mappa-active {
  transition: all 0.1s ease-in-out;
  border: 4px solid #1CAFDB !important;
}
#btn-libri.btn-mappa-active h5 {
  transition: all 0.1s ease-in-out;
  background-color: #1CAFDB !important;
}

#btn-corte.btn-mappa-active {
  transition: all 0.1s ease-in-out;
  border: 4px solid #22D11F !important;
}
#btn-corte.btn-mappa-active h5 {
  transition: all 0.1s ease-in-out;
  background-color: #22D11F !important;
}

#btn-civile.btn-mappa-active {
  transition: all 0.1s ease-in-out;
  border: 4px solid #E04950 !important;
}
#btn-civile.btn-mappa-active h5 {
  transition: all 0.1s ease-in-out;
  background-color: #E04950 !important;
}

.marker-pin {
  stroke: #fff;
  stroke-width: 1px;
}

g {
  cursor: pointer;
}

#container-btn {
  top: 10px;
}

footer {
  z-index: 1050;
}

.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

#testo-bottoni-mappa p {
  font-weight: 500;
  text-transform: uppercase;
  color: var(--primary-1);
}

.marker-pin {
  transition: transform 0.3s ease;
}

.pin-graphic {
  transform: scale(1.8);
  transform-origin: 0 0;
  transform-box: fill-box;
}

.virtual-exhibitions-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 200px;
}

#content-timeline p, #testo-bottoni-mappa p, #container-multimedia p {
  margin-bottom: 0px !important;
}

.fancybox__slide {
  padding-top: 0px;
}

#timeline-superiore {
  max-width: unset !important;
}

.margin-bottom-fix-28 {
  margin-bottom: 28px;
}

.margin-bottom-fix-33 {
  margin-bottom: 33px;
}

@media (min-width: 768px) {
  .elemento-collezione {
    border-bottom: none;
    min-width: 120px;
    width: 140px;
  }
  .map-zoom-container {
    width: 100% !important;
    height: auto;
  }
  .fancybox__caption {
    width: 80%;
  }
  .width-timeline-column {
    width: auto;
  }
  .arrow-horizontal {
    top: 50%;
    left: unset;
    transform: translateY(-50%);
  }
  .height-column-fix {
    height: 330px;
  }
}
@media (min-width: 992px) {
  #container-btn {
    top: 220px;
  }
  .fancybox__caption {
    width: 75%;
  }
  .pin-graphic {
    transform: scale(1.5);
  }
  .virtual-exhibitions-image img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 400px;
  }
}
@media (min-width: 1400px) {
  .fancybox__caption {
    width: 60%;
  }
  .pin-graphic {
    transform: scale(1);
  }
}/*# sourceMappingURL=style-mostra-virtuale.css.map */