



/* .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;
}

.card {
  background-color: rgba(255, 255, 255, 0.70) !important;
}

.p {
  color: antiquewhite;
}
.a {
  color: antiquewhite;
}

.bgimgText {
  background-image: url('/static/images/metroLucca_1.webp');
  background-size: cover;
}

.bgSpanRegistrati {
    background-color: #ADD8E6;
    color: #0F207F;
    padding: 7px;
    width: 65px;
  height: 65px;
    display: inline-block; /* Ensure the width is applied */
    box-sizing: border-box; /* Include padding and border in width */
    text-align: center; /* Center the text inside */
}


.bgSpanRegistrati2{
  background-color:#98FB98;
  color: #0F207F;
  padding: 7px;
/* margin-bottom: 30px; */
  width: 65px;
  height: 65px;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  }

  .bgSpanRegistrati3{
    background-color:#ffccd5;
    color: #0F207F;
    padding: 7px;
  /* margin-bottom: 30px; */
    width: 65px;
  height: 65px;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    }

    .bgSpanRegistrati4{
    background-color:#FFCC99;
    color: #0F207F;
    padding: 7px;
  /* margin-bottom: 30px; */
    width: 65px;
  height: 65px;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
     }


@media only screen and (max-width: 600px) {

    .bgSpanRegistrati {
    background-color: #ADD8E6;
    color: #0F207F;
    padding: 7px;
    width: 45px;
  height: 45px;
    display: inline-block; /* Ensure the width is applied */
    box-sizing: border-box; /* Include padding and border in width */
    text-align: center; /* Center the text inside */
}
.bgSpanRegistrati2{
  background-color:#98FB98;
  color: #0F207F;
  padding: 7px;
/* margin-bottom: 30px; */
  width: 45px;
  height: 45px;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  }

  .bgSpanRegistrati3{
    background-color:#ffccd5;
    color: #0F207F;
    padding: 7px;
  /* margin-bottom: 30px; */
    width: 45px;
  height: 45px;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    }

    .bgSpanRegistrati4{
    background-color:#FFCC99;
    color: #0F207F;
    padding: 7px;
  /* margin-bottom: 30px; */
    width: 45px;
  height: 45px;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
     }
}