/*CAROSELLO USI*/
    .swiper {
      width: 100%;
      height: 100%;
    }
    
    .swiper-container{translate: calc(-32vw);}

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: transparent;
      
      justify-content: center;
      align-items: center;
      height: 300px !important;
      width:300px !important;
      border: 1px solid;
      border-radius: 0 0 60px 60px;
      transition: all 0.3s ease;
		display: block;
    }
    
    .swiper-slide:hover{  animation-name: slide-up;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;}
  
  @keyframes slide-up {
  0% {
    top: 0;
  }
  100% {
    top: -35px;
  }
}

.swiper-slide.one {background-image: url(/wp-content/uploads/2023/07/uffici_carousel-icon.png);background-repeat:  no-repeat;background-position: 30px 50px; }
.swiper-slide.two {background-image: url(/wp-content/uploads/2023/07/B_Bhotel_carousel-icon.png);background-repeat:  no-repeat;background-position: 30px 50px; }
.swiper-slide.three {background-image: url(/wp-content/uploads/2023/07/ufficiDirez_carousel-icon.png);background-repeat:  no-repeat;background-position: 30px 50px; }
.swiper-slide.four {background-image: url(/wp-content/uploads/2023/07/ristoranti_carousel-icon.png);background-repeat:  no-repeat;background-position: 30px 50px; }
.swiper-slide.five {background-image: url(/wp-content/uploads/2023/07/sanitari_carousel-icon.png);background-repeat:  no-repeat;background-position: 30px 50px; }

.desccrs{font-size: 12px;line-height: normal;font-weight: 500;width:100%;text-align: left;margin-top: -80px;padding: 0px 35px 35px 35px;opacity: 0;transition: all 0.5s ease-in-out;}
.contboxcrs{margin-top: 70%;}
.titcrs{text-align: left;display: block; width: 100%;
padding: 0px 35px 35px 35px;
line-height: normal;
font-weight: 600;
font-size: 16px;
transition: all 0.3s ease-in-out; }

.swiper-slide.one:hover .titcrs {transform: translateY(-50px);transition: all 0.3s ease-in;}
.swiper-slide.one:hover .desccrs {opacity: 1;transition: all 0.6s ease-in;}

.swiper-slide.two:hover .titcrs {transform: translateY(-50px);transition: all 0.3s ease-in;}
.swiper-slide.two:hover .desccrs {opacity: 1;transition: all 0.6s ease-in;}

.swiper-slide.three:hover .titcrs {transform: translateY(-50px);transition: all 0.3s ease-in;}
.swiper-slide.three:hover .desccrs {opacity: 1;transition: all 0.6s ease-in;}

.swiper-slide.four:hover .titcrs {transform: translateY(-50px);transition: all 0.3s ease-in;}
.swiper-slide.four:hover .desccrs {opacity: 1;transition: all 0.6s ease-in;}

.swiper-slide.five:hover .titcrs {transform: translateY(-50px);transition: all 0.3s ease-in;}
.swiper-slide.five:hover .desccrs {opacity: 1;transition: all 0.6s ease-in;}

.swiper-slide.one:hover .arrowbox {transition: all 0.6s ease-in;opacity: 1;}
.swiper-slide.two:hover .arrowbox {transition: all 0.6s ease-in;opacity: 1;}
.swiper-slide.three:hover .arrowbox {transition: all 0.6s ease-in;opacity: 1;}
.swiper-slide.four:hover .arrowbox {transition: all 0.6s ease-in;opacity: 1;}
.swiper-slide.five:hover .arrowbox {transition: all 0.6s ease-in;opacity: 1;}

.arrowbox{width:60px;height:60px;background-image: url(/wp-content/uploads/2023/06/arrow-right.png);background-size: 80%;background-repeat: no-repeat;position: absolute;top: 60px;right: 20px;transition: all 0.6s ease-in-out;opacity: 0;}


    .swiper-button-next::after, .swiper-rtl .swiper-button-prev::after {
        content: 'SCORRI' !important;
        font-size: 14px !important;
        color: #F06623;
        font-family: 'Montserrat' !important;
        font-weight: 600;
    }

    .swiper-button-next {
  border: 1px solid #F06623;
  width: 120px !important;
  height: 120px !important;
  background-color: #f9f7f2;
  border-radius: 50%;
z-index: 99;right: 180px !important;
margin-top: -230px !important;
		margin-right: calc(-35vw);
}

/*CAROSELLO MACCHINE*/
    .swiper {
      width: 100%;
      height: 100%;
    }
    
    .swiper-slide.mac {
      text-align: center;
      font-size: 18px;
      background: #F9F7F2;
      display: block;
      justify-content: center;
      align-items: center;
      height: 450px !important;
      width:350px !important;
      border: 0px;
      border-radius: 0 0 30px 30px;
      transition: none !important;
    }
    .swiper-slide.mac:hover{animation-name: none !important;}

    .swiper-slide.mac img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: contain;
      
    }
    .swiper-button-next.mac::after {content: '\e910' !important;  font-family: 'Linearicons' !important;font-size: 28px !important;}

    .swiper-button-prev.mac::after{content: '\e904' !important;font-family: 'Linearicons' !important;font-size: 28px !important;
color: #F06623;}

.swiper-button-next.mac{margin-top: 0 !important;left: calc(105vw) !important;}
.swiper-button-prev.mac {left: calc(100vw) !important;}
.swiper-button-next.mac, .swiper-button-prev.mac {
  border: 1px solid #F06623;
  width: 50px !important;
  height: 50px !important;
  background-color: transparent;
  border-radius: 50%;
  display: inline-flex;
  margin-top: -280px !important;
}
.swiper-button-next.mac.vuot, .swiper-button-prev.mac.vuot{margin-top: -350px !important;}
.desc {
  display: block;
  width: 100%;
text-align:left;
  font-size: 16px;
  padding: 10px;
  line-height: normal;
  background-color: #fff;
  font-weight: 600;
  margin-top: 10px;
}
.desc-vuoto {
  display: block;
	width: 70% !important;
  width: 100%;
text-align:left;
  font-size: 14px;
  padding-left: 40px;
	padding-top: 10px;
  line-height: normal;
  font-weight: 500;
	float: left;
}
.icotorna {
  display: block;
	width: 29%;
	
	float: right;
}
#cont-slide-vuota {
  height: auto;
  display: inline-block;
  width: 100%;
  position: fixed;
  bottom: 20px;
  left: 0;
}
.sep-vuota{height: 1px; width: 70%;display: block;tex-align: center;margin: 0 auto;background: #f06623;margin-bottom: 20px;}
#slide-vuota {
  border-top: 1px solid;
  border-right: 1px solid;
  border-left: 1px solid;
border: 1px solid;
border-radius: 0 0 30px 30px;
	height: 540px !important;
}
.icotorna img {
  width: 55px !important;
  height: auto !important;
  object-fit: none;
}
#slide-vuota img{height: auto !important;}
.icotorna img{}
.desc2{font-size: 14px;text-transform: uppercase;font-weight: 500;display: block;}
.tagscaros {
  font-weight: 500;
  padding: 4px 10px;
  border: 1px solid;
  border-radius: 25px;
  text-align: center;
  width: fit-content;
  margin-top: 10px;
  font-size: 14px;
  float:left;
  margin-right: 10px;
}
.tagscaros:hover{background-color: #f06623; color:#fff;}

/*Gallery chisiamo*/

.swiper-button-next.gal::after {content: '\e910' !important;  font-family: 'Linearicons' !important;font-size: 28px !important;}

.swiper-button-prev.gal::after{content: '\e904' !important;font-family: 'Linearicons' !important;font-size: 28px !important;
color: #F06623;}

.swiper-button-next.gal{margin-top: 0 !important;}
.swiper-button-prev.gal {}
.swiper-button-next.gal, .swiper-button-prev.gal {
	color: #f06623 !important;
border: 1px solid #F06623;
width: 50px !important;
height: 50px !important;
background-color: transparent;
border-radius: 50%;
display: inline-flex;
margin-top: -280px !important;
}

/*RESPONSIVE*/

@media only screen and (max-width: 480px) {
	.swiper-slide.mac{height: 400px !important;width: 100% !important;}
	#slide-vuota{height: 500px !important;width: 100% !important;}
	.swiper-container{translate: none;}
	.swiper-button-next.mac{left: 90px !important;}
	.swiper-button-prev.mac{left: 0px !important;}
	.swiper-button-next.mac.vuot, .swiper-button-prev.mac.vuot {
  margin-top: -315px !important;
}
	.swiper-container.caros .swiper-button-next {width: 80px !important;height: 80px !important;margin-top: -240px !important;}
	
}
@media only screen and (min-width: 481px) and (max-width: 1024px) {
	.swiper-button-prev.mac {left: calc(90vw) !important;}
}
@media only screen and (min-width: 1700px) and (max-width: 2500px) {

}
