


.hero-image-three {
    position: relative;
    min-height: 500px; /* regola in base al layout */
    background-image: linear-gradient(rgba(138, 128, 128, 0.5), rgba(86, 86, 86, 0.5)), url("../images/montelepini_1.webp");
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.hero-text-three {
    z-index: 2;
    width: min(90%, 700px);
    color: #fff;
}

/* .hero-text {
  text-align: center;
  position: absolute;
  bottom: 20%;
  left: 20%;
  transform: translate(-50%, -50%);
  color: white;
} */

.rounded-top-chapel-hero {
  border-top-right-radius: 10rem;
  border-top-left-radius: 10rem;
  /* margin-right: calc(var(--bs-gutter-x)*.5);
  margin-left: calc(var(--bs-gutter-x)*.5);
  padding-right: 0px;
  padding-left: 0px; */
}

.biglietteria-card-img-top {
  aspect-ratio: 2/3 !important;
  object-fit: cover;
}
.tour-img-top {
  aspect-ratio: 2/3 !important;
  object-fit: scale-down;
}

#telaAIContainer{
  background-color: #e8e7e4;
}
#newspaperContainer{
  background-color: #e8e7e4;
}
.activity-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  height: 2.4em;
  -webkit-box-orient: vertical;
}

.img-max {
  margin: 50px;
  max-width: 400px;
  max-height: 120px;
  width:auto;
  height: auto;
}