
.no_desk{
  display: none;
}
body{
  font-size: 1vw;
}

.intro_sec{
  top: 0 !important
}

.back_dark_menu{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
  z-index: 999999999;
  top: 0;
  left: 0;
  transition: all 0.2s ease-out;
  opacity: 0;
  pointer-events: none;
}

.back_dark_visible{
  opacity: 1 !important;
  pointer-events: all !important;
  
}


.blur_attivo{
  transition: all 0.2s ease-out;
  filter: blur(6px);
}


/*animazione titoli*/

.anispa{
  opacity: 0;
}

.animate_h1 span{
    width: 100%;
  /*  float: left;*/
      -webkit-clip-path: polygon(0% 50%, 100% 100%, 100% 100%,0% 100%);
      clip-path: polygon(0% 50%, 100% 100%, 100% 100%,0% 100%);
    transform: translateY(-50px);
    opacity: 0;
  }
.animate_h1 span{
  /*animation-delay: 0.6s;*/
  -webkit-animation-fill-mode: forwards;
}
@keyframes titleAnimation {
    0% {
      transform: translateY(-50px);
      opacity: 0;
      -webkit-clip-path: polygon(0% 50%, 100% 100%, 100% 100%,0% 100%);
      clip-path: polygon(0% 50%, 100% 100%, 100% 100%,0% 100%);
      /*
      -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
      clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
          */
  }
  100% {
      transform: translateY(0);
      opacity: 1;
          /*
      -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
      clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
          */
      -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%,0% 100%);
      clip-path: polygon(0% 0%, 100% 0%, 100% 100%,0% 100%);
  }
}




.animate_h1 p{
transition: all 0.5s linear;
opacity:0;
}

.animate_h1 .visible p{
opacity:1 ;
}


header{
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  transition: all 0.2s linear;
/*padding: 2vh 3.5vw;*/
}

.shrink{
  transition: all 0.2s linear;
 /* background-color: rgba(39,62,93,0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);*/
}

.lang{
  width: 55%;
  padding:0 0 3vh 1.2vw;
  text-align: center;
	 }

   .lang a{
    opacity: 0.5;
    width: 47%;
    display: block !important;
    padding: 0.5vh 0.5vw !important;
    border: 1px solid #fff;
    text-decoration: none;
    color: #fff !important;
    font-size: 80% !important;
    background-color: transparent;
    transition: all 0.2s linear;
   }

   .lang a:hover{
    opacity: 1 !important;
    background-color: #222;
    border: 1px solid #222;
   }

   .lang_select{
    opacity: 1 !important;
    pointer-events: none;
   }

   .menu_provvisorio{
    width: 22%;
    padding-right: 2vw;
   }
   .menu_provvisorio a:hover{
     box-shadow: inset 12em 0 0 0 #F20D5E;
   }
   

   .menu_provvisorio a  {
    color: #222;
    transition: 0.25s;
  }
  .menu_provvisorio a:hover{
    color: #fff;
  }
  
  
  .menu_provvisorio a{
    width: 42%;
    border-radius: 8px;
    background: none;
    line-height: 1;
    padding: 0.5vh 0.2vw;
  background-color: #f5f5f5;
  display: block;
  text-align: center;
  text-decoration: none;
    font-size: 80%;
    margin: 0 0.5vw
  }
  

     .logo_shrink{
      width: 15%;
      opacity: 0;
      padding: 2vh 1.5vw;
    position: relative;
    transition: all 0.2s linear;
    }

    .logo_shrink::after{
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 14vh;
      clip-path: polygon(0 0, 100% 0, 75% 70%, 0% 100%);
      background-color: #fff;
      /*background-image: url(../images/back_logo.svg);
      background-repeat: no-repeat;
      background-size: 110%;
      background-position: right bottom;*/
      z-index: -1;
      transition: all 0.2s linear;
     }


.logo_shrink img{
  height: 7vh;
  transition: all 0.2s linear;
}

.shrink .logo_shrink img{
  height: 5vh;
}

.shrink .empty{
  display: none;
}


.shrink .logo_shrink{
  width: 10%;
  opacity: 0;
  padding: 2vh 1vw;
position: relative;
}


.shrink .logo_shrink::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10vh;
  clip-path: polygon(0 0, 100% 0, 75% 70%, 0% 100%);
  background-color: #edf6feff;
  /*background-image: url(../images/back_logo.svg);
  background-repeat: no-repeat;
  background-size: 110%;
  background-position: right bottom;*/
  z-index: -1;
 }



#logo_op .logo_shrink{
  opacity: 1 !important;
}

#logo_op .animenu{
  opacity: 1 !important;
}

.back_intro {
    position: absolute;
    z-index: 999;
    top: 0;
    height: 100%;
    background: #0B1320;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
  }

  .left {
    width: 50%;
    left: 0;
    }

  .right {
    width: 50%;
    right: 0 !important;
    }

    .anima_left{
      animation: left 1.5s ease-in-out 0.5s 1 normal forwards;
    }

    .anima_right{
     animation: right 1.5s ease-in-out 0.5s 1 normal forwards;
        }


  @keyframes left {
      0%{
          opacity: 1;
      }


      100% {
          opacity: 1;
  width: 0;
      }
  }

  @keyframes right {
    0%{
      opacity: 1;
    }
    100% {
      opacity: 1;
      width: 0;
    }
  }


.intro{
    width: 100%;
    height: 110vh;
    position: relative;
    overflow: hidden;
}


.dark_slide{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
  background: radial-gradient(circle, rgba(0,0,0,0.3) 30%, rgb(0, 0, 0) 100%);
}




#intest_intro{
  position: absolute;
  top: 33%;
  left: 0;
  right: 0;
  margin: auto;
  width: 38%;
  text-align: center;
  z-index: 999999;
}

#intest_intro h1{
  font-size: 505%;
  font-weight: 500;
  color: #fff;
  margin: 0;
  padding: 0;
}


.animate_h1 span:first-child{
  color: #F20D5E !important;

}


.color_asa{
  color: #F20D5E !important;
}

#intest_intro h2{
  font-size: 180%;
  font-weight: 500;
  color: #fff;
  margin: 0 0 2vh 0;
  padding: 0;
}



#intest_intro p{
  width: 88%;
  margin: 0 auto;
  text-align: center !important;
  color: #fff;
  font-size: 95%;
  line-height: 1.6;
}


.link_intro{
  position: absolute;
  bottom: 17%;
  left: 0;
  right: 0;
  margin: auto;
  width: 50%;
  z-index: 999999;
}


.link_intro img{
  height: 5vh;
  margin-right: 0.5vw;
}

.link_intro h2{
  font-size: 100%;
  color: #000;
  font-weight: 600;
}

.link_nuovo_pignone{
  width: 50%;
}



.what_we_do{
  width: 100%;
  margin: 0 auto;
  padding: 10vh 0 0vh 0;
}

.content_what_we_do{
  width: 100%;
}

.img_what_we_do{
  width: 50%;
  height: 66vh;
  background-image: url(../images/back_what_we_do.jpg);
  background-repeat: no-repeat;
  background-size: 74%;
  background-position: center left;
  background-attachment: fixed;
}

.txt_what_we_do{
  width: 50%;
  background-color: #f8f8f8;
  padding: 14.2vh 0;
}


.what_we_do h1{
  font-size: 300%;
  font-weight: 500;
  color: #000;
  margin: 1vh auto;
  padding: 0;
  text-align: center;
}



.what_we_do p{
  color: #000;
  margin: 0 auto 0vh auto;
  font-size: 95%;
  line-height: 1.6;
  width: 74%;
  text-align: center;
}


.link_what_we_do{margin:0 auto;width: 85%;z-index: 999999;}


.link_what_we_do img{
  height: 4vh;
  /* margin: 0 auto; */
  display: block;
  margin-right: 0.5vw;
}

.link_what_we_do h2{
  font-size: 110%;
  color: #0B407C;
  font-weight: 600;
  text-align: center;
  /* margin-top: 1vh; */
}




.link_intro .slide_butt_intro:hover,
.link_intro .slide_butt_intro:focus {
  box-shadow: inset 17em 0 0 0 var(--hover);
}

/*
.link_what_we_do .slide_butt_intro:hover,
.slide_butt_intro:focus {
  box-shadow: inset 22em 0 0 0 var(--hover);
}*/


.link_what_we_do .slide_butt_intro::after{
  content: '';
  width: 100%;
  height: 100%;
  background-color: var(--hover);
  top: 0;
  left: -100%;
  position: absolute;
  z-index: 0;
  transition: 0.2s;
  /*border-radius: 100%;*/
}

.link_what_we_do .slide_butt_intro:hover::after{
left: 0;

}



.slide_butt_intro {
  --color: #222;
  --hover: #F20D5E;
  position: relative;
}


.content_puls_intro a,.link_what_we_do .content_puls_intro a  {
  color: var(--color);
  transition: 0.5s;
}
.content_puls_intro a:hover, .content_puls_intro a:focus,.link_what_we_do .content_puls_intro a:hover, .link_what_we_do .content_puls_intro a:focus {
  color: #fff;
}


.content_puls_intro{
	width: 30%;
	border-radius: 10px;
	overflow: hidden;	
}

.link_what_we_do .content_puls_intro{
	width: 33%;
	overflow: hidden;
	border-radius: 0;
}

.link_what_we_do .content_puls_intro .content_txt_butt{
  /* position: absolute; */
  /* top: 0; */
  /* left: 0; */
  /* right: 0; */
  /* bottom: 0; */
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 9;
}


.content_puls_intro a {
  background: none;
  line-height: 1;
  padding: 1vh 0;
background-color: #fff;
margin: 0;
width: 100%;
text-align: center;
text-decoration: none;
overflow: hidden;
}



.link_what_we_do .content_puls_intro a {
  background-color: #FFDDAC !important;
  border-radius: 0.8vw;
  width: 12vw;
  /* height: 6vw; */
  padding: 2vh 0;
  margin: 0 auto;
}

.link_what_we_do .content_puls_intro a:hover, .link_what_we_do .content_puls_intro a:focus {
  color: #fff !important;
}








/*
.link_intro a{
  width: 30%;
  text-align: center;
  background-color: #D2E7FA;
  border-radius: 10px;
  padding: 1vh 0;
  position: relative;
  color:#000;
  transition: all 0.2s ease-out;

}

.link_intro a::before{
  content:"";
  width: 100%;
  height: 100%;
  position:absolute;
  z-index:-1;
  border-radius: 10px;
  color:#fff;
  background-color: #F20D5E;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: all 0.3s ease-out;

}

.link_intro a:hover,
.link_intro a:hover::before{
color:#fff;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
*/
/*
.link_intro a:hover{
  color: #fff;
  background-color: #F20D5E;
}*/

.link_intro a:hover h2{
  color: #fff;
}


.link_intro h2:hover{
  color: #fff;
}


.link_what_we_do a:hover h2{
  color: #fff;
}


.link_what_we_do h2:hover{
  color: #fff;
}



.txt_intro{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 5;
  width: 100%;
  height: 75%;
  margin: 0 auto;
  text-align: center;
}

.txt_intro h1{
      color: #fff;
      font-size: 400%;
      line-height: 1;
      text-align: center;
      opacity: 0;
}


.txt_intro h2{
      color: #fff;
      font-size: 220%;
      font-style: italic;
      padding-top: 2vh;
      /*padding-right: 1vw;*/
}



footer{
  background-color: #273E5D;
  padding: 6vh 0 0 0;
}

.foot{
  width: 90%;
  margin: 0 auto;
  color: #fff;
  font-size: 80%;
}

.foot a{
  color: #fff;
}
.foot a:hover{
  color: #F20D5E;
}

.foot img{
  height: 5vh;
  margin-bottom: 0;
}

.txt_foot{
  padding-bottom: 3vh;
width: 70%;
}

.txt_foot h1{
  font-size: 120%;
  font-weight: bold;
  color: #fff;
  margin-top: 1vh;
}

.link_foot{
  width: 20%;
  text-align: right;
  border-right: 3px solid #F20D5E;
  padding-right: 1vw;
}

.link_foot a{
  display: block;
}

.img_logo_foot{
  height: 20vh;
  width: 10%;
  display: none; /*linkedin nascosto*/
}

.img_logo_foot img{
  height: 8vh;
}





.location{
  width: 100%;
  margin: 0 auto;
  padding: 0 0 0 0;
  overflow: hidden;
}

#map{
  width: 100%;
  height: 80vh;
}

.txtmaps {
  padding: 20px 20px;
  font-size: 13px;
  text-align: center;
  color: #222;
}

.txtmaps img{
  height:6vh;margin-bottom:10px;
}

.txtmaps h2{
  font-weight:bold;font-size:150%;
}


.txtmaps p{
line-height:1.5;
font-size:100%;
}



  .intest {
    width: 100%;
    margin: 0 auto 0 auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    overflow: hidden;
  }

  .gradient-intest {
   background: linear-gradient(0deg, rgba(0,0,0,0.4) 20%,rgba(0,0,0,0.6) 100%);
    padding: 12vh 0 4vh 0;
    width: 100%;
  }

  .padding-intest{
        padding: 12vh 0 4vh 0;
    width: 100%;
  }

  .content_intest {
    text-align: center;
  }



.breadcrumbs {
  padding: 0;
  text-align: center;
  width: 100%;
  margin-top: 1vh;
  color: #fff;
  font-size: 90%;
  font-weight: 400;
  text-transform: uppercase;
}

.breadcrumbs a {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}


.breadcrumbs a:hover{
color:#F10C5E;
text-decoration: none;
}

 .padding-intest .breadcrumbs {
  color: #222 !important;
 }

  .padding-intest .breadcrumbs a {
  color: #222 !important;
 }


 .txt_scheda_who .breadcrumbs {
  color: #ccc !important;
  text-align: left !important;
  padding-bottom: 0.5vh;
  margin-bottom: 1.5vh;
  width: 90%;
 }

  .txt_scheda_who .breadcrumbs a {
  color: #999 !important;
 }
  .txt_scheda_who .breadcrumbs a:hover {
  color: #F10C5E !important;
 }




.intest h1 {
  position: relative;
  color: #000;
  font-size: 320%;
  margin: 0 0 1vh 0;
}






/*form scheda*/


.form_info{
	width: 100%;
	padding: 10vh 0 10vh 0;
  position: relative;
  background-color: #D2E7FA;
}


	.form_info h2{
	font-size: 250%;
	margin: 4vh 0 2vh 0;
	padding: 0 0 0 0;
	color: #222;
	line-height: 1.2;
	text-align: center;
	font-weight: 400;
	}





	.container-contact-info {
	  width: 60%;
		margin: 0 auto 0 auto;
	  padding:1vh 0;
	}



	.cont-form{
		width: 100%;
	}




	.text-modulo {
    padding: 5vh 0;
    width: 70%;
    margin: 0 auto;
   text-align:center;
   min-height:30vh;
	}


	.text-modulo h1{
  	font-size: 200%;
		font-weight: 800;
	  color: #222;
	}

	.text-modulo p{
		margin: 20px 0 30px 0;
}

	.text-modulo a{
		color: #F10C5E;
		text-decoration: none;
	}
	.text-modulo a:hover{
		color: #222;
		text-decoration: none;
	}



.about_hp {
  width: 100%;
  padding: 20vh 0 15vh 0;
  margin: 0 auto 0px auto;
  background-color: #fff;
  position: relative;
}

/*
.mappa{
  position: absolute;
  top:7vh;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/mappa.svg);
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: top center;
  z-index: 0;
}*/

#mappa{
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  margin: auto;
  width: 100%;
  height: 70%;
  z-index: 0;
  right: 0;
  opacity:0.8;
}


#mappa_index{
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 0;
  right: 0;
  opacity:0.8;
}

.div_mappa_index{
  width: 100%;
height: 15vh;
}


.content_about{
  width: 80%;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
  position: relative;
  padding-bottom: 43vh;
 /*background-image: url(../images/mappa_new.png);*/
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
}


.content_about2{
  width: 80%;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
  position: relative;
  height: 110vh;
  /* padding-bottom: 19vh; */
  /*background-image: url(../images/world_best_ok.svg);
  background-repeat: no-repeat;
  background-position: center 40vh;
  background-size: 90%;*/
}

.world_hp{
  position: absolute;
  bottom: -20vh;
  right: 0;
  left: 0;
  margin: auto;
  width: 70vw;
  z-index: -1;
}



.content_about h1{
  font-size: 300%;
  font-weight: 500;
  color: #000;
  margin: 0;
  padding: 0;
}



.content_about p{
  width: 70%;
  color: #000;
  margin: 0 auto;
  font-size: 95%;
  line-height: 1.6;
}




.content_about2 h1{
  font-size: 300%;
  font-weight: 500;
  color: #000;
  margin: 0;
  padding: 0;
}



.content_about2 p{
  width: 70%;
  color: #000;
  margin: 0 auto;
  font-size: 95%;
  line-height: 1.6;
}


.servizi_hp{
  width: 60%;
  margin: 5vh auto 4vh auto;
}

.servizi_hp div{
  width: 30%;
  text-align: center;
}

.servizi_hp img{
  height: 9vh;
}

.servizi_hp h2{
  font-size: 120%;
  font-weight: 500;
  color: #000;
  margin: 0;
  padding: 0;
}


.experience_hp{
  width: 80%;
  margin:12vh auto 0 auto;
  position: relative;

}

.content_slide_experience{
width: 50%;
}



.ellisse{
position: absolute;
z-index: 1;
width: 34vw;
top: -2vh;
left: 0;
transform-origin: 45% 50%;
transition:transform 0.8s ease-in-out;
}


.owl_about{
  width: 32vw !important;
  height: 35vw !important;
position: relative;
z-index: 6;
border-radius: 100%;
overflow: hidden;

}

/*.owl_about::after {
  content: '';
  position: absolute;
  bottom: 40px;
  left: 0;
  z-index: -1;
  width: 32vw;
  height: 32vw;
  background-color: #fff;
  border-radius: 100%;
  overflow: hidden;
  border: 20px solid #fff;
}*/

.owl_about .item{
  width: 32vw;
  height: 32vw;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 100%;
  overflow: hidden;
  border: 20px solid #fff;

  margin-top: 1vw;
}


.owl-nav{
  position: absolute;
top: 18%;
width: 110%;
left: -5%;
z-index: -1;
}

.owl-prev{
  font-size: 500% !important;
float: left;
color: #8e98a5 !important;

}

.owl-next{
float: right;
font-size: 500% !important;
color: #8e98a5 !important;
}

.owl-next:hover, .owl-prev:hover{
color: #F20D5E !important;
}


.owl-dots{
  position: absolute;
  z-index: 999999999;
  bottom: 0;
  left: 0vw;
  width: 100%;
  text-align: center;
  }
  
  .owl-dots .owl-dot span {
      width: 15px !important;
      height: 15px !important;
      display: block;
      border-radius: 100%;
      margin: 0 5px;
      background-color: #999;
  }
  
  .owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
      background: #F20D5E !important;
      scale: 0.7;
  }


  .txt_experienxe{
    width: 50%;
    position: relative;
    padding-top: 5vh;
  }
  


  .txt_experienxe h1{
    position: absolute;
    z-index: 999999;
    top: 0;
    left: -8.5vw;
    font-size: 950%;
    font-weight: 500;
    color: #F20D5E;
    margin: 0;
    padding: 0;
  }
  
  .txt_experienxe h2{
    font-size: 320%;
    font-weight: 500;
    color: #F20D5E;
    margin: 0 0 3vh 0;
    padding: 0;
    line-height: 1.2;
  }
  
  
  
  .txt_experienxe p{
    color: #000;
    margin: 0 auto 1vh auto;
    font-size: 95%;
    line-height: 1.6;
  }
  
/*


.txt_experienxe a{
  float: right;
  width: 30%;
  text-align: center;
  color: #000;
  background-color: #D2E7FA;
  border-radius: 10px;
  padding: 1vh 0;
  position: relative;
  transition: all 0.2s ease-out;

}



/*
.txt_experienxe a:hover{
  color: #fff;
  background-color: #F20D5E;
}
*/
/*

.txt_experienxe a::before{
  content:"";
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  position:absolute;
  z-index:-1;
  border-radius: 10px;
  color:#fff;
  background-color: #F20D5E;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: all 0.3s ease-out;

}

.txt_experienxe a:hover,
.txt_experienxe a:hover::before{
color:#fff;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

*/




.slide_butt:hover,
.slide_butt:focus {
  box-shadow: inset 12em 0 0 0 var(--hover);
}


.slide_butt {
  --color: #222;
  --hover: #F20D5E;
}


.content_puls a  {
  color: var(--color);
  transition: 0.25s;
}
.content_puls a:hover, .content_puls a:focus {
  color: #fff;
}


.content_puls{
	float: right;
	width: 30%;
	border-radius: 10px;
	overflow: hidden;	
  margin-top: 2vh;
}


.content_puls a {
  background: none;
  line-height: 1;
  padding: 1.6vh 0;
background-color: #D2E7FA;
margin: 0;
width: 100%;
display: block;
text-align: center;
text-decoration: none;
}





.clear{
  clear: both;
}





.manufacturing_hp{
  width: 100%;
  background-color:#EDF6FE;
    padding: 30vh 0;
}


.manufacturing_hp h1{
  font-size: 300%;
  font-weight: 500;
  color: #000;
  margin: 0 auto 2vh auto;
  padding: 0;
  text-align: center;

}



.manufacturing_hp p{
  color: #000;
  margin: 2vh auto 5vh auto;
  font-size: 95%;
  line-height: 1.6;
  width: 45%;
  text-align: justify;

}




.engineering_hp{
  width: 100%;
  padding: 25vh 0;
  background-color:#EDF6FE;
  position: relative;
  overflow: hidden;
}


.engineering_hp h1{
  font-size: 300%;
  font-weight: 500;
  color: #000;
  margin: 0 auto 2vh auto;
  padding: 0;
  text-align: center;

}



.engineering_hp p{
  color: #000;
  margin: 0 auto 5vh auto;
  font-size: 95%;
  line-height: 1.6;
  width: 45%;
  text-align: justify;

}



.referenze_hp{
  width: 100%;
  padding: 10vh 0;
  background-color: #fff;
}



.referenze_hp h1{
  font-size: 300%;
  font-weight: 500;
  color: #000;
  margin: 0 auto 2vh auto;
  padding: 0;
  text-align: center;

}



.referenze_hp p{
  color: #000;
  margin: 0 auto 5vh auto;
  font-size: 95%;
  line-height: 1.6;
  width: 40%;
  text-align: center;

}





.case_studies_hp{
  width: 100%;
  padding: 10vh 0;
  background-color: #fff;
}



.case_studies_hp h1{
  font-size: 300%;
  font-weight: 500;
  color: #000;
  margin: 0 auto 2vh auto;
  padding: 0;
  text-align: center;

}



.case_studies_hp p{
  color: #000;
  margin: 0 auto 5vh auto;
  font-size: 95%;
  line-height: 1.6;
  width: 40%;
  text-align: center;

}


.owl_case_studies{
  width: 80% !important;
  margin: 0 auto;
  height:  54vh !important;
  position: relative !important;

}


.owl_case_studies .owl-stage-outer {
  height: 60vh !important;
  padding-top: 2vh !important;
  width: 99%;
}


.case{
filter:brightness(1) blur(0px);
opacity: 0;
}



.owl_case_studies .item{
width: 100%  !important;
text-align: center;
cursor: pointer;
}

.owl_case_studies .img_item{
  width: 85%;
  background-color: #fff;
  height: 30vh  !important;
  margin: 0 auto;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
border-radius: 40px;
}

.txt_owl_case_studies{
  background-color: #DCE9FA;
  width: 75%;
  margin: 0 auto;
  padding: 2vh 0;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}

.txt_owl_case_studies p{
  color: #000;
  margin: 0 auto 1vh auto;
  font-size: 110%;
  line-height: 1.6;
  width: 80% !important;
  text-align: center;
}

.txt_owl_case_studies a{
  line-height: 1;
  padding: 1vh 0.5vw;
background-color: #222;
color: #fff;
margin: 2vh auto 0 auto;
border-radius: 10px;
width: 60%;
display: block;
text-align: center;
font-size: 80%;
text-decoration: none;
}

.txt_owl_case_studies a:hover{
  background-color: #F20D5E;
}

.case:hover a{
  background-color: #F20D5E;
}


.case:hover p{
  color: #F20D5E;
}



.intest_catalogo{
  width: 100%;
  margin: 0 auto 5vh auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
  background-color: #D2E7FA;
}



.intest_catalogo h1{
  
  position: relative;
  color: #fff;
  font-size: 320%;
  margin:0 0 1vh 0;
  font-style: italic;

}

.intest_catalogo p{
    position: relative;
  color: #fff;
  font-size: 90%;
  margin:0 auto;  
  width: 55%;
}

.content_intest{
text-align: center;
}

.padding-intest h1{
  color: #0B407C !important
}

.padding-intest p{
  color: #222 !important
}

  
  .catalogo{
    width: 90%;
    margin: 1vh auto;
  }

  .catalogo h2{
    color: #222;
    font-size: 100%;
    text-align: center;
    line-height: 1.4;
    width: 70%;
    margin: 0 auto 2vh auto;
  }
  
  .prodotto{
    width: 30%;
    margin-bottom: 10vh;
    text-align: center;
  }
  
  .img_prodotto{
    background-size: cover;
    width: 100%;
    /*height: 28vh;*/
    aspect-ratio: 3/2;
    border-radius: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }

  
  .prodotto h1{
    color: #0B407C;
    font-weight: 600;
    margin-top: 1vh;
    padding: 0 0;
    font-size: 130%;
  }

  .prodotto:hover h1{
    color: #F20D5E;
  }

    
  .prodotto p{
    color: #555;
    font-weight: 300;
    margin-top: 1vh;
    padding: 0 0;
    font-size: 80%;
  }
  
  
  .breadcrumbs {
    padding: 0;
    text-align: center;
    width: 100%;
    margin-top: 0.5vh;
    color: #222 !important;
    font-size: 70%;
    font-weight: 500;
    text-transform: uppercase;
  }
  
  .breadcrumbs a {
    color: #fff;
    font-weight: 500;
    text-decoration: none;
  }
  
  
  .breadcrumbs a:hover{
  color:#F20D5E;
  text-decoration: none;
  }


  .gallery_hp{
    padding: 30px 0;
    width: 80%;
    margin:0 auto;
text-align: center;
}


.gallery_hp h1{
  color: #222;
  font-size: 2.3em;
margin: 10px 0;
  text-transform: uppercase;
  font-weight: 600;
}


.gallery_hp h1::after{
    display: block;
  content: "";
    width:20px;
    height: 2px;
    background-color: #222;
    margin: 20px auto 40px auto;
}


.grid_hp {
  display: flex;
  flex-wrap: wrap;
		width: 100%;
		margin: 30px 0;
		text-align: center;
}

.grid_hp a {
  display: inline-block;
  margin-bottom: 15px;
  width: calc(50% - 4px);
  margin-right: 8px;
  text-decoration: none;
  color: #222;
background-color: #f5f5f5;
	
}

.grid_hp a:nth-of-type(2n) {
  margin-right: 0;
}


		
		.grid_hp a:hover{
			  background-color:#F20D5E;
			color: #fff;
			
		}		
		
		
	.grid_hp a .figureimg {
	     -webkit-filter: grayscale(70%); /* Safari 6.0 - 9.0 */
    filter: grayscale(70%);
}	

.grid_hp a:hover .figureimg {
  transform: scale(1.05);
	     -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

.grid_hp figure {
  margin: 0;
  overflow: hidden;
}

.grid_hp figcaption {
  margin: 10px 0 15px 0;
	font-size: 0.9em;
	padding: 5px 15px;
}

.grid_hp .figureimg {
  /*border: none;
  max-width: 100%;
  height: auto;
  display: block;
  background: #ccc;
  transition: transform .2s ease-in-out;*/
	width: 100%;
	height: 250px;
	background-position: center center;
	background-size: cover;
	  transition: transform .2s ease-in-out;
}


  .grid_hp a {
    width: calc(25% - 6px);
  }
  
  .grid_hp a:nth-of-type(2n) {
    margin-right: 8px;
  }
  
  .grid_hp a:nth-of-type(4n) {
    margin-right: 0;
  }



.scheda_prodotto{
  width: 80%;
  margin: 0 auto;
  padding: 0vh 0 7vw 0;
    position: relative;
}

.content_scheda_prodotto{
  width: 48%;
}

.img_scheda_prodotto{
  width: 100%;
  height: 52vh;
  margin-bottom: 2vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 30px;
}

.lista_img{
  width: 100%;
  margin-top: 0;
}


.content_img_prodotto_small{
    width: 23%;
      margin-right: 0.8vw;
  margin-bottom: 1.2vh;
}

.img_prodotto_small{
  width: 100%;
  height: 18vh;

  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 10px;
}

.content_img_prodotto_small h2{
    color: #0B407C;
  font-weight: 600;
  padding: 0.5vh 0;
  font-size: 90%;
}


.txt_scheda{
  width: 48%;
  padding-top: 3vh;
}



.txt_scheda h1{
  color: #222;
  font-weight: 600;
  padding: 0 0 1vh 0;
  font-size: 200%;
}

.txt_scheda p{
  color: #222;
  font-size: 100%;
}



.txt_scheda .content_puls{
  float: none !important;

}


.under_updating{
  display: none;
  background-color: #fff;
  position: absolute;
  padding: 8vh 4vw;
  text-align: center;
  width: 30%;
  border-radius: 50px;

}

.under_updating h1{
  font-size: 150%;
  font-weight: bold;
  color: #222;
}




/*scheda spare parts*/




.img_scheda_prodotto_spare{
  width: 85%;
  height: 60vh;
  margin:0 auto 2vh auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 30px;
}

.lista_img_spare{
  width: 100%;
  margin-top: 0;
}

.img_prodotto_small_spare{
  width: 20%;
  height: 12vh;
  margin-right: 0.8vw;
  margin-bottom: 1.2vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 15px;
}



.txt_scheda_spare{
  width: 100%;
  padding: 0 0;
  text-align: left;
}



.txt_scheda_spare h1{
  color: #0B407C;
  font-weight: 600;
  padding: 0 0 1vh 0;
  font-size: 250%;
}

.txt_scheda_spare p{
  color: #222;
  font-size: 90%;
  margin-bottom: 2vh;
}




.txt_scheda_spare .content_puls{
  float: none !important;
  width: 16% !important;
  margin-bottom: 4vh !important;
}

.content_about
.content_puls{
  float: none !important;
margin: 4vh auto;
width: 15% !important;
}

.content_about .content_puls a{
  background: none;
  line-height: 1;
  padding: 1.6vh 0;
  background-color: #0B407C !important;
  margin: 0;
  width: 100%;
  display: block;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
}



.txt_scheda_spare .content_puls a{
  background: none;
  line-height: 1;
  padding: 1.6vh 0;
  background-color: #0B407C !important;
  margin: 0;
  width: 100%;
  display: block;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
}



.content_about2
.content_puls{
  float: none !important;
margin: 4vh auto;
width: 15% !important;
}

.content_about2 .content_puls a{
  background: none;
  line-height: 1;
  padding: 1.6vh 0;
  background-color: #0B407C !important;
  margin: 0;
  width: 100%;
  display: block;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
}



.what_we_do
.content_puls{
  float: none !important;
  margin: 2vh auto 4vh auto;
  width: 15% !important;
}

.what_we_do .content_puls a{
  background: none;
  line-height: 1;
  padding: 1.6vh 0;
  background-color: #0B407C !important;
  margin: 0;
  width: 100%;
  display: block;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
}





.content_img_gallery{
  width: 80%;
  margin: 0 auto;
}





.owl_gallery{
  width: 100%;
  height:  70vh !important;
  position: relative !important;
  margin: 0 auto;

}

.owl_gallery .owl-stage-outer{
/*border-radius: 1.5vw;*/
overflow: hidden;
}

.owl_gallery .item{
  width: 90% !important;
  aspect-ratio: 3/2;
  /*height: 30vh !important;*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 1.5vw;
  margin-bottom: 9vh;
  cursor: pointer;
  position: relative;
}
.box_img_gallery{
/*  scale:0.95; */
	transform:scale(0.95);
	filter:brightness(1);
	border:2px solid transparent;
}

.box_img_gallery h2{
  position: absolute;
    bottom: -5vh;
    font-size: 110%;
    width: 100%;
    text-align: center;
  color: #0B407C;
}

.box_img_gallery:hover h2{
  color: #F20D5E;
}



.owl_gallery .owl-dots{
  bottom: -3vh !important;
  }

.owl-dots{
  position: absolute;
  z-index: 999999999;
  bottom: 0px;
  left: 0vw;
  width: 100%;
  text-align: center;
  }
  
  .owl-dots .owl-dot span {
      width: 15px !important;
      height: 15px !important;
      display: block;
      border-radius: 100%;
      margin: 0 5px;
      background-color: #999;
  }
  
  .owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
      background: #F20D5E !important;
      scale: 0.7;
  }


  .content_sp{
    width: 90%;
    margin: 2vh auto 0 auto;
   /* padding-top: 5vh;
    border-top: 1px solid #999;*/
  }

  .nav_sp{
    width: 25%;
    background-color: #f5f5f5;
    padding: 3vh 2vw 2vh 2vw;
  }




.nav_sp a{
  display: block;
  width: 100%;
  text-align: left;
  padding: 0.5vh 1vw;
  margin-bottom: 1vh;
  position: relative;
  color:#000;
  transition: all 0.2s ease-out;
  border-radius: 10px;
}

.nav_sp a:hover{
  color: #fff;
  background-color: #F20D5E;
}

.sottomenu_gas_turbine{
  padding-left: 1.2vw;margin-bottom: 2vh;border-bottom: 1px solid #F20D5E;
}

.sottomenu_gas_turbine a:hover{
  color: #F20D5E !important;
  background-color: transparent !important;
  font-weight: bold !important;
}

.sottomenu_gas_turbine a:hover::after{
  content: '>';
  position: absolute;
  top: 0.4vh;
  left: 0vw;

}


.select_turbine{
  color: #fff !important;
  background-color: #F20D5E !important;
  pointer-events: none !important;
}

.select_link_turbine{
  color: #F20D5E !important;
  font-weight: bold !important;
  /*background-color: #F20D5E !important;*/
  pointer-events: none !important;
}



.select_link_turbine::after{
  content: '>';
  position: absolute;
  top: 0.4vh;
  left: 0vw;

}



  .nav_sp h1 {
    color: #0B407C;
    font-weight: 600;
    padding: 1vh 0;
    font-size: 150%;
}

  .box_sp{
    width: 74%;
    padding: 2vh 1vw;
  }



  /*who we are*/




.scheda_who{
  width: 85%;
  margin: 0 auto;
  padding: 12vh 0;
  position: relative;
}

.content_scheda_who{
  width: 46%;
}

.img_scheda_who{
  width: 48%;
  height: 90vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(../images/who_we_are.jpg);
}

.txt_scheda_who{
  width: 48%;
  padding-top: 2vh;
}



.txt_scheda_who h1{
  color: #0B407C;
  font-weight: 600;
  padding: 0 0 3vh 0;
  font-size: 350%;
}

.txt_scheda_who p{
  color: #222;
  font-size: 100%;
  width: 90%;
  line-height: 1.6;
}


.gallery_who_we_are{
  padding: 2vh 0 5vh 0;
  width: 100%;
}


.owl_who{
  width: 85% !important;
  margin: 10vh auto;
  height:  42vh !important;
  position: relative !important;}


.owl_who .item{
width: 100%  !important;
text-align: center;
}

.owl_who .img_item{
  width:95%;
  background-color: #fff;
  height: 35vh  !important;
  margin: 0 auto;
  cursor: pointer;
background-repeat: no-repeat;
background-size: 100% auto;
background-position: center center;
}



.skills{
width: 100%;
  padding: 8vh 0 12vh 0;
  background-color: #f8f8f8;
  margin: 4vh 0;
}

.content_skills{

  margin:0 auto;
  width: 85%;
}

.skills h1{
font-size: 300%;
        font-weight: 500;
        color: #0B407C;
        margin: 0 auto 2vh auto;
        padding: 0;
        text-align: center;
}

.content_box_skills{
  width: 100%;
}

    .box_skills {
        background-color: #FFDDAC !important;
        border-radius: 0.5vw;
        width: 13vw;
        height: 6vw;
    }

    .box_skills h2{
        font-size: 110%;
        color: #0B407C;
        font-weight: 600;
        text-align: center;
        width: 80%;
        text-transform: capitalize;
    }