
.no_mobile{
  display: none;
}

body{
  font-size: 3vw;
}

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



.menu_provvisorio{
  width: 52%;
  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: 47%;
  border-radius: 8px;
  background: none;
  line-height: 1;
  padding: 0.5vh 0vw;
  background-color: #f5f5f5;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 100%;
  margin: 0 0.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;
   }

     .logo_shrink{
      width: 40%;
      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: 6vh;
  transition: all 0.2s linear;
}


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


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

.shrink .empty{
  display: none;
}


.shrink .logo_shrink{
  width: 33%;
  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;
 }



.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: 24%;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  text-align: center;
  z-index: 999999;
}

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

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



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

}


.color_asa{
  color: #F20D5E !important;
}

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


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


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

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



.button_hp{
  width: 100%;
  margin: 0 auto;
  padding: 4vh 0 8vh;
}




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

  line-height: 1.2;
}



.button_hp p{
  color: #000;
  margin: 1vh auto 5vh auto;
  font-size: 130%;
  line-height: 1.6;
  width: 90%;
  text-align: center;

}


.link_button_hp{

  margin:0 auto;
  width: 90%;
  z-index: 999999;
}


.link_button_hp img{
  height: 9vh;
  margin: 0 auto;
  display: block;
}

.link_button_hp h2{
  font-size: 150%;
  color: #000;
  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_button_hp .slide_butt_intro:hover,
.slide_butt_intro:focus {
  box-shadow: inset 22em 0 0 0 var(--hover);
}*/


.link_button_hp .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_button_hp .slide_butt_intro:hover::after{
left: 0;

}



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


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


.content_puls_intro{
	width: 100%;
	border-radius: 10px;
	overflow: hidden;	
	margin-bottom: 1vh;
}

.link_button_hp .content_puls_intro{
	width: 100%;
	overflow: hidden;	
  border-radius: 0;
}

.link_button_hp .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: 1.5vh 0;
background-color: #fff;
margin: 0;
width: 100%;
text-align: center;
text-decoration: none;
overflow: hidden;
}



.link_button_hp .content_puls_intro a {
  background-color: #D2E7FA !important;
  border-radius: 100%;
  width: 50vw;
  height: 50vw;
  margin: 0 auto 1vh auto;
}

.link_button_hp .content_puls_intro a:hover, .link_button_hp .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_button_hp a:hover h2{
  color: #fff;
}


.link_button_hp 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;
}

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

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

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

.txt_foot{
  padding-bottom: 3vh;
  width: 100%;
  font-size: 120%;
  text-align: center;
}

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

.link_foot{
  width: 100%;
  text-align: center;
font-size:120%;
  padding-right: 1vw;
}

.link_foot a{
  /* display: block; */
	  border-left: 3px solid #F20D5E;
	padding-left:0.5vw;
	margin-right:1vw;
}

.img_logo_foot{
  height: 12vh;
  width: 100%;
  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.8) 100%);
    padding: 12vh 0 8vh 0;
    width: 100%;
  }

  .content_intest {
    text-align: center;
  }



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

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


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


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






/*form scheda*/


.form_info{
	width: 100%;
	padding: 5vh 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: 90%;
		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: 8vh 0 10vh 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{
  display: none;
}



#mappa_index{
  display: none;

}

.content_about{
  width: 90%;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
  position: relative;

}



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



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



.content_about2{
  width: 90%;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
  position: relative;
  padding-bottom: 20vh;
  overflow: hidden;
}



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



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





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

.servizi_hp div{
  width: 100%;
  text-align: center;
  margin-bottom: 2vh;
}

.servizi_hp img{
  height: 7vh;
}

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


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

}

.content_slide_experience{
width: 100%;
text-align: center;
}



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


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

  margin: 0 auto;
}

/*.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: 90vw;
  height: 90vw;
  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: 25%;
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: 95%;
    position: relative;
    padding-top: 0vh;
    margin: 0 auto;
  }
  


  .txt_experienxe h1{
    /*! position: absolute; */
    z-index: 999999;
    /*! top: 0; */
    /*! left: -8.5vw; */
    font-size: 950%;
    font-weight: 500;
    color: #F20D5E;
    margin: 0 0 -2vh 0;
    padding: 0;
    text-align: center;
  }
  
  .txt_experienxe h2{
    font-size: 280%;
    font-weight: 500;
    color: #000;
    margin: 0 0 3vh 0;
    padding: 0;
  }
  
  
  
  .txt_experienxe p{
    color: #000;
    margin: 0 auto 1vh auto;
    font-size: 120%;
    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;
}
/*cntent_puls a:hover, .content_puls a:focus {
  color: #fff;
}*/


.content_puls{
	/*! float: right; */
	width: 80%;
	border-radius: 10px;
	overflow: hidden;	
	margin: 4vh auto 0 auto;
}


.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;
  font-size: 150%;
}





.clear{
  clear: both;
}


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



.case_studies_hp h1{
  font-size: 250%;
  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: 120%;
  line-height: 1.6;
  width: 95%;
  text-align: center;

}


.owl_case_studies{
  width: 85% !important;
  margin: 0 auto;
  height:  47vh !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: 95%;
  background-color: #fff;
  height: 20vh !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: 85%;
  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: 120%;
  line-height: 1.6;
  width: 80% !important;
  text-align: left !important;
}





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



.intest_catalogo h1{
  
  position: relative;
  color: #fff;
  font-size: 320%;

  font-family: 'Abhaya Libre', serif;
  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;
}




.gradient-intest {
  background: linear-gradient(0deg, rgba(0,0,0,0.4) 20%,rgba(0,0,0,0.8) 100%);
      padding: 12vh 0 8vh 0;
      width: 100%;
  }
  
  .intest_catalogo img{
    height: 7vh;
  }
  
  .catalogo{
    width: 100%;
    margin: 0 auto;
  }
  
  .prodotto{
    width: 30%;
    margin-bottom: 7vh;
    text-align: center;
  }
  
  .img_prodotto{
    width: 100%;
    height: 30vh; 
    border-radius: 2.5vw;
    background-repeat: no-repeat;
    background-position: center center;
    /*background-size: auto 140%;*/
    background-size: auto 110%;
    /*background-size: contain;*/
  }

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

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




  .what_we_do
  .content_puls{
    float: none !important;
    margin: 2vh auto 4vh auto;
    width: 80% !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: 100%;
      background-color: #f5f5f5;
      padding: 1vh 2vw 2vh 2vw;
    }
  
  
  
  
  .nav_sp a{
    display: block;
    width: 100%;
    font-size: 150%;
    text-align: left;
    padding: 0.5vh 6vw;
    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: 250%;
  }
  
    .box_sp{
      width: 100%;
      padding: 2vh 1vw;
    } 

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

.content_what_we_do{
  width: 100%;
}

.img_what_we_do{
  width: 100%;
  height: 30vh;
  background-image: url(../images/back_what_we_do.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  /* background-attachment: fixed; */
}

.txt_what_we_do{
  width: 100%;
  background-color: #f8f8f8;
  padding: 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: 120%;
  line-height: 1.6;
  width: 90%;
  text-align: center;
}


.link_what_we_do{margin:0 auto;width: 90%;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;

}




.link_what_we_do .content_puls_intro{
	width: 100%;
	overflow: hidden;
	border-radius: 0;
  margin-bottom: 1vh;
}

.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: 2.8vw;
  width: 88%;
  /* 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;
}





  /*who we are*/




  .scheda_who{
    width: 90%;
    margin: 0 auto;
    padding: 12vh 0;
    position: relative;
  }
  
  .content_scheda_who{
    width: 46%;
  }
  
  .img_scheda_who{
    width: 100%;
    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: 100%;
    padding-top: 2vh;
    text-align: center;
  }
  
  
  
  .txt_scheda_who h1{
    color: #0B407C;
    font-weight: 600;
    padding: 0 0 1vh 0;
    font-size: 400%;
  }
  
  .txt_scheda_who p{
    color: #222;
    font-size: 120%;
    width: 95%;
    line-height: 1.6;
    margin: 0 auto;
  }
  
  
  .gallery_who_we_are{
    padding: 0vh 0 5vh 0;
    width: 100%;
  }
  
  
  .owl_who{
    width: 90% !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: 4vh 0 12vh 0;
  background-color: #f8f8f8;
  margin: 4vh 0;
  }
  
  .content_skills{
  
    margin:0 auto;
    width: 85%;
  }
  
  .skills h1{
  font-size: 400%;
  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: 7.5vw;
          width: 100%;
          /* height: 6vw; */
          padding: 2vh 0;
          margin-bottom: 2vh;
      }
  
      .box_skills h2{
          font-size: 150%;
          color: #0B407C;
          font-weight: 600;
          text-align: center;
          width: 80%;
          text-transform: capitalize;
      }


      .under_updating{
        display: none;
        background-color: #fff;
        position: absolute;
        padding: 8vh 4vw;
        text-align: center;
        width: 80%;
        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: 130%;
  margin-bottom: 2vh;
  line-height: 1.5;
}


.txt_scheda_spare ul{
  color: #222;
  font-size: 130%;
  margin-bottom: 2vh;
  line-height: 1.5;
}




.txt_scheda_spare .content_puls{
  float: none !important;
  width: 80% !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: 50% !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;
}



.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: 100%;
  margin-right: 0.8vw;
  margin-bottom: 1.2vh;
}

.img_prodotto_small{width: 100%;height: 30vh;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: 200%;
  text-align: center;
}


.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;

}




.world_hp{
  position: absolute;
  bottom: -14vh;
  right: 0;
  left: -25%;
  margin: auto;
  width: 140vw;
  z-index: -1;
}
