.banner_title{
  color: #d9a846;
  font-size: 13px;
  display: block;
  margin: 5px auto;
}
.banner_desc{
  font-size: 11px;
  font-family: "Montserrat",sans-serif;
}
.banner_desc_elenco{padding: 0 5px 0 15px; line-height: 13px; text-align: left; margin-top: 5px;}
.banner_desc ul{margin-top: 5px; text-align: left; padding: 0 10px; padding: 0 5px 0 5px;}
.banner_desc ul li{display: block; display: list-item; list-style: disc;}


.slider_offerte {
  position: fixed;
  bottom: -60px;
  left: 30px;
  width: 300px;
  height: auto;
  z-index: 10;
  opacity: 1;
}
@keyframes swingParent {
  from {
    transform: translateX(0);
    left: 0;
  }
  to {
    left: 100%;
    transform: translateX(-100%);
  }
}

@media screen and (max-width: 1050px) {
  .slider_offerte {
    position: absolute;
    z-index: 10;
  }
}

@media screen and (max-width: 450px) {
  /* .slider_offerte {
    display: none;
  } */
  .slider_offerte{
    left: 30px;
  }
}

.container_picture {
  position: relative;
  text-align: center;
}

.slider_offerte .label {
  text-align: center;
  background-color: #fff;
  padding: 75px 0px 10px;
  margin: 0;
  position: relative;
  top: -70px;
  width: 240px;
  margin: auto;
}

.cont-off-slide,
.off-slide, .cont-off-slide,
.blocco_banner {
  width: 245px;
  height: 100%;
  margin: auto;
}


.cont-off-slide {
  transition: max-height 0.5s;
  max-height: 100vh;
  overflow: hidden;
  position: relative;
}

.cont-off-slide.closed{
    max-height: 0;

}


.title-label {
  color: #d9a846;
  font-size: 16px;
  display: block;
  margin: 20px auto;
}

.title-label.avviso {
  margin-bottom: 5px;
  font-size: 14px;
}

.desc-label {
  font-size: 11px;
  display: block;
  margin: 15px auto;
  max-height: 40px;
  overflow: hidden;
  transition: all 0.5s ease;
  font-family: "Montserrat", sans-serif;
}

.desc-label.avviso {
  font-size: 10px;
  line-height: 14px;
  height: auto;
  margin-top: 15px;
  max-height: 100%;
  text-align: left;
  padding-left: 3px;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
}

.slider_bottom {
  padding: 5px;
}

.slider_offerte .cont_img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 250px;
  background-image: url('./webpack/public/images/corona.png');
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 300px auto;
  z-index: 2;
}

.slider_offerte .cont_img .slider_more {
  position: relative;
  width: 100%;
  text-align: center;
  top: 100px;
  display: none;
}

.slider_offerte .cont_img .slider_more i {
  font-size: 25px;
  color: #d9a846;
  background-color: #fff;
  padding: 0 5px;
  border-radius: 100%;
}

.slider_offerte picture {
  height: 230px;
  overflow: hidden;
  text-align: center;
}

.slider_offerte img {
  border-radius: 100%;
  z-index: 1;
  width: 255px;
  height: calc(100% - 30px);
  left: 50%;
  transform: translateX(-50%);
  top: auto;
  bottom: 0;
  margin: auto;
}

.cont_label {
  width: 245px;
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  height: auto;//229px
  background: #fff;
  box-shadow: 5px 5px 20px rgb(0, 0, 0);
}

/* .scroll .desc-label{ height: 0}
.scroll .desc-label.avviso{ height: auto;}
.scroll .slider_offerte{height: 375px}
.scroll .slider_offerte .cont_img .slider_more{ display: block;} */

.slider_offerte.hide {
  height: 400px
}

.slider_offerte.hide .desc-label {
  height: 25px
}

.slider_offerte.hide .cont_img .slider_more {
  display: none;
}

.slider_offerte .swiper-pagination {
  bottom: 185px;
  left: 50%;
  transform: translateX(-50%);
}

.slider_offerte .swiper-pagination-bullet {
  background: #fff;
  border: 1px solid #fff;
  box-shadow: 0 -3px 15px rgba(0, 0, 0, 1);
  margin: 2px;
  width: 10px;
  height: 10px;
  opacity: 1;
}

.slider_offerte .swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 0.1);
  opacity: 1;
}


.box_esperienze {
  width: 100%;
  padding: 0px;
  margin: 20px auto;
  display: inline-flex;
  max-width: 1000px;
}

.box_esperienze .box_esperienze__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 100%;
}

.box_esperienze .box_esperienze__testo {
  width: 40%;
  max-width: 350px;
}

.box_esperienze .box_esperienze__img {
  width: 60%;
}

.box_esperienze .box_esperienze__testo {
  padding-left: 25px;
  text-align: left;
}

.box_esperienze .box_esperienze__testo p {
  margin: 12px auto;
}


.box_esperienze .box_esperienze__testo h2 {
  font-size: 20px;
  line-height: 22px;
  color: #d9a846;
  display: block;
  margin-bottom: 20px;

}

@media screen and (max-width: 1450px) {
  /* .box_esperienze .box_esperienze__img img{
    max-height: 300px;
  } */
  /* .box_esperienze .box_esperienze__testo{
    width:35%;max-width: 350px;
  }
  .box_esperienze .box_esperienze__img{
    width:65%;
  } */
}

@media screen and (max-width: 1280px) {
  .box_esperienze .box_esperienze__testo {
    width: 40%;
    max-width: 400px;
  }

  .box_esperienze .box_esperienze__img {
    width: 60%;
  }

  /* .box_esperienze .box_esperienze__img img{
    max-height: 330px;
  } */
}

@media screen and (max-width: 1190px) {
  .box_esperienze .box_esperienze__testo {
    width: 50%;
    max-width: 100%;
  }

  .box_esperienze .box_esperienze__img {
    width: 50%;
  }

  /* .box_esperienze .box_esperienze__img img{
    max-height: 100%;
  } */
}

@media screen and (max-width: 950px) {
  .box_esperienze {
    flex-direction: column;
  }

  .box_esperienze .box_esperienze__img,
  .box_esperienze .box_esperienze__testo {
    width: 100%;
    margin: 10px auto;
  }

  .box_esperienze .box_esperienze__testo {
    padding: 0;
  }
}

.list-landing-home {
  text-align: center;
  padding-bottom: 20px;
}

.list-landing-home ul li a {
  color: #000;
}

h1 {
  font-size: 9rem;
}

@media screen and (max-width:750px) {
  div#open_close{
    bottom: 65px;
    top: unset;
    cursor: pointer;
  }
  .slider_offerte{
    bottom: 0px;
  }
}
.cont-menu{
    z-index: 11;
 }
