
.no_desk{
  display: none;
}
body{
  font-size: 1vw;
  background-color: #000;
}

/*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: 999999999999999999999999999999;
  transition: all 0.2s linear;
padding: 2vh 3.5vw;
}

.shrink{
  background-color: rgba(0,0,0,0.8);
  padding: 2vh 5vw;
  transition: all 0.2s linear;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}


.lang{
  padding:0 0 1vh 1.2vw;
	 }


	 	 .lang .select_img{
	 		 height: 2vh;
	 		 margin:0 1vw;
       cursor: auto;
	 	 }

      .lang .ita{
	 		 height: 2vh;
	 		 margin:0 1vw 0 0 !important;
       cursor: auto;
	 	 }

	 .lang .lang_img{
		 height: 2vh;
		 margin-right: 0;
		 /*cursor: pointer;*/
		 filter: gray; /* IE6-9 */
 -webkit-filter: grayscale(1) brightness(2); /* Google Chrome, Safari 6+ & Opera 15+ */
 filter: grayscale(1) brightness(2); /* Microsoft Edge and Firefox 35+ */
	 }

	 	 .lang .lang_img:hover{
			 -webkit-filter: grayscale(0) brightness(0);
			   filter: none;
         cursor: pointer;
		 }


     .logo_shrink{
      width: 30%;
      opacity: 0;
     }


.logo_shrink img{
  height: 9vh;
}

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

.shrink .empty{
  display: none;
}


.dropdown{
	width: 5%;
  text-align: right;
}
.dropdown-toggle{
  border: 1px solid transparent;
  color: #fff;
  font-size: 0.8em;
}

.dropdown-toggle:hover,.dropdown-toggle:active,.dropdown-toggle:link{
  background-color: #fff;
  border: 1px solid transparent;
  color: #F20D0D;
}

.dropdown-item{
text-align: center;
}

    .lang_select{
        height:15px;
    }

.dropdown-item img{
  height: 15px;
  margin:0 auto;
}



.menu{
  opacity: 0;
  width: 36%;
}

.menu a{
  display: block;
  font-size: 110%;
  color: #fff;
  position: relative;
  text-decoration: none;
  transition: 0.4s;
}

.menu a:hover{
  color: #f00;
  text-decoration: none;
}


.menu a::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  bottom: 0;
  left: 50%;
  background-color: #f00;
  transition: all 0.4s;
  z-index: 99999;
}
.menu a:hover::before {
  width: 100%;
  left: 0;
}


.shrink .menu {
  width: 30%;
}

.shrink .menu a{
  font-size: 90%;
}



.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;
    background-color: #000;
}


.striscia_rossa{
 /* position: absolute;
  top: -1vh;
  left: -28vw;
  height: 122vh;
  z-index: 9999;*/


  position: absolute;
  top: -5vh;
  left: -45vw;
  height: 123vh;
  z-index: 9999;
opacity: 0;
}

/*NEW SLIDE*/


#start{
  opacity:0;
    display:none;
  }
  
  
  
  .img_slide{
    width: 100%;
    height: 110vh;
    overflow: hidden;
  }
  
  .slide_hp{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    overflow: hidden;
  }
  
  .item_slide{
    position: absolute;
    z-index: 99;
    margin: auto;
    top:0;
    left: 0;
    right: 0;
    overflow: hidden;
    width:100%;height:100%;
    opacity: 0;
    /*border-radius: 0;
    transform: translateZ(0);*/
    /* or */
    /*transform: translate3d(0,0,0);
    /* or */
    perspective: 1000; 
    backface-visibility: hidden;
  }
  

  

  .slide_hp::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.3) 60%, rgba(0,0,0,1) 100%);
  }


  .slide_hp h1{
    width: 100%;
        text-align: center;
        height: 25vh;
        position: absolute;
        font-family: 'Teko', sans-serif;
       /* font-size: 30vw;
        letter-spacing: 1vw;*/
        font-size: 400%;
        color: #fff;
        top: 0;
        left: 5%;
        right: 0;
        bottom: 0;
        margin: auto;
        text-align: center;
        z-index: 102;
      /*  -webkit-text-fill-color: transparent;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 115vw auto;
  -webkit-background-clip: text;*/
  color: #fff;
  /*animation: scritta 6s 1;*/
  animation-timing-function:ease-out;
  animation-fill-mode: forwards;
  /*animation-timing-function: steps(20);*/
  /*background-attachment: fixed;*/
    /*opacity:0;*/
  
  }
  
  
  @keyframes scritta {
    0%   {background-size: 90vw auto; opacity: 0;}
    25% {background-size: 90vw auto; opacity: 0;animation-timing-function: ease-out;}
    100% {background-size: 115vw auto;opacity: 1;filter: contrast(60%); }
  }
  

  @keyframes attivo.OLD {/*contenitore forma immagine*/
    0%   {transform:scale(0);opacity:0;/*bottom:-120vh;*/	border-radius: 100%;animation-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000); background-size: 50vw auto;}
    12%  {transform:scale(0.2);opacity:1;border-radius: 100%;animation-timing-function: cubic-bezier(0.475, 0.250, 0.680, 0.480); background-size: 50vw auto;}
    18%  {transform:scale(0.65);opacity:1;border-radius: 100%;/*bottom:0;*/animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); background-size: 80vw auto;}
   /* 28% {transform:scale(1);opacity:1;border-radius: 0; filter: brightness(1);}
    100% {transform:scale(1);opacity:1;border-radius: 0;filter: brightness(0.7);}*/
    28% {transform:scale(1);opacity:1;border-radius: 0; }
    100% {transform:scale(1);opacity:1;border-radius: 0;}
  }


  @keyframes attivo {/*contenitore forma immagine*/
    0%   {opacity:0;animation-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000); }
    100% {opacity:1;}
  }
  
  
  .item_slide_img{
    /*width:0vh; SAVE.26.06.23
    height:0vh;*/
    width:100%;
    height:100vh;
    opacity:0;
    position: absolute;
    margin: auto;
    top:0;
    left: 0;
    right: 0;
    bottom:0;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    animation-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
    /*animation-timing-function: steps(15);*/
  /*	background-attachment: fixed;*/
  }
  
  
  
        .item_slide_img::after{/*ingrandimento visibile transform */
          content: '';
          position: absolute;
          width: 100%;
          height: 100%;
          margin: auto;
          top:0;
          left: 0;
          right: 0;
          bottom:0;
          background: inherit;
          background-size: cover;
          transform-origin: center;
          transform: translateZ(0);
          /* or */
          transform: translate3d(0,0,0);
          /* or */
          perspective: 1000; 
          backface-visibility: hidden;
  
  /*transition: transform 0.5s ease-in-out;*/
  /*transform: scale(0.8);*/
        }


  
        .slide_in{
          opacity: 1;
          animation: attivo 3s 1;
          animation-timing-function:linear;
          animation-fill-mode: forwards;
         /* animation-timing-function: steps(24);*/
        }


  
      .slide_in::after {
            animation: scale_background 1.5s 1;
          animation-timing-function:linear;
          animation-fill-mode: forwards;
          animation-timing-function: steps(30);
  }


  @keyframes scale_background{
    0%   {opacity:0.5;transform: scale(1);animation-timing-function:linear;}
    50% {opacity: 1;transform: scale(1.1);animation-timing-function:linear;}
    100% {opacity:1;transform: scale(1.2);}
  }


  
  .slide_in_rotate{
    opacity: 1;
    animation: attivo 3s 1;
    animation-timing-function:linear;
    animation-fill-mode: forwards;
   /* animation-timing-function: steps(24);*/
  }



.slide_in_rotate::after {
      animation: rotate_background 1.5s 1;
    animation-timing-function:linear;
    animation-fill-mode: forwards;
    animation-timing-function: steps(30);
}

  
  @keyframes rotate_background{
    0%   {transform: scale(1) rotate(20deg);animation-timing-function:linear;}
    /*20% { transform: scale(1.05);animation-timing-function: linear;filter: brightness(1);}*/
    100% {transform: scale(1.2) rotate(0);}
  }
  



  .slide_in_big_to_small{
    opacity: 1;
    animation: attivo 3s 1;
    animation-timing-function:linear;
    animation-fill-mode: forwards;
   /* animation-timing-function: steps(24);*/
  }



.slide_in_big_to_small::after {
      animation: big_to_small_background 1.5s 1;
    animation-timing-function:linear;
    animation-fill-mode: forwards;
    animation-timing-function: steps(30);
}

  
  @keyframes big_to_small_background{
    0%   {transform: scale(1.5) rotate(-10deg);animation-timing-function:linear;}
    100% {transform: scale(1) rotate(0deg);}
  }




  .slide_in_fade{
    opacity: 1;
    animation: attivo_fade 3s 1;
    animation-timing-function:linear;
    animation-fill-mode: forwards;
   /* animation-timing-function: steps(24);*/
  }


  @keyframes attivo_fade {/*contenitore forma immagine*/
    0%   {opacity:0;filter: blur(40px);-webkit-filter: blur(40px);animation-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000); }
    60% {opacity:1;filter: blur(0);-webkit-filter: blur(0);}
    100% {opacity:1;filter: blur(0);-webkit-filter: blur(0);}
  }
  


.slide_in_fade::after {
      animation: slide_in_fade 1.5s 1;
    animation-timing-function:linear;
    animation-fill-mode: forwards;
    animation-timing-function: steps(30);
}

  
  @keyframes slide_in_fade{
    0%   {opacity:0;animation-timing-function:linear;}
    /*50% {opacity: 1;filter: blur(0);-webkit-filter: blur(0);animation-timing-function:linear;}*/
    100% {opacity:1;}
  }
  
  
  

/*fine new slide*/


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

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


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

.box_settori{
  width: 16%;
  text-align: center;
  filter: brightness(1);
  pointer-events: none; /*disabilitato click*/
}

.box_settori img{
  height: 8vh;
}

.box_settori h2{
  font-size: 110%;
  color: #fff;
  font-weight: normal;
}


.owl-carousel1{
    display: inline !important;
    position: absolute !important;
    width: 100vw  !important;
    height: 110vh  !important;
}

.owl-carousel1 .item{
    width: 100vw;
    height: 110vh;
    position: relative;
    background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
}



.owl-carousel1 .item::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.3) 60%, rgba(0,0,0,1) 100%);
}

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


.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: #CE1D09 !important;
      scale: 0.7;
  }


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

.foot{
  width: 90%;
  margin: 0 auto;
  color: #222;
}

.foot a{
  color: #222;
}
.foot a:hover{
  color: #CE1D09;
}

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

.txt_foot{
  padding-bottom: 3vh;
  font-size:90%;

}


.img_logo_foot{
  height: 20vh;
}

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

.txtmaps a:hover{
  color: #000;
}

.link_indicazioni{
  background-color: #f00;
  color: #fff;
  padding: 1vh;
}

.link_indicazioni:hover{
  background-color: #000;
  color: #fff !important;

}

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

  .back_invia_modulo {
    background-image: url(/images/back_invia_modulo.jpg);
  }

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

  .content_intest {
    text-align: center;
  }



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

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


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


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



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


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

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

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




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

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

}



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

.empty_about{
  width: 20%;
}

.txt_about_hp{
  width: 25%;
  color: #fff;
  /*! padding-right: 18vw; */
}

.img_about_hp{
  width: 50%;
  height: 72vh;
  background-image: url(../images/azienda_new.jpg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center right;
}




.txt_about_hp h1{
  color: #fff;
  font-weight: 400;
  padding: 0 0 1vh 0;
  font-size: 250%;
  text-transform: capitalize;
  }
  
  .txt_about_hp p{
  color: #fff;
  font-size: 110%;
  line-height: 1.4;

  }



  .txt_about_hp a{
    font-size: 110%;
    padding: 1vh 3vw;
    color: #fff;
    display: inline-block;
    margin-top: 2vh;
    text-decoration: none;
    background-color: #444;
    clip-path: polygon(0 0, 100% 15%, 100% 90%, 0% 100%);
  }


  .txt_about_hp a:hover{
    text-decoration: none;
    background-color: #F20D0D;
    color: #fff;
  }
 

  .applicazioni_hp{
    width: 100%;
    margin-top: -5vh;
    z-index: 99;
    padding: 8vh 0 10vh 0;
    background-color: #F20D0D;
    clip-path: polygon(0 0, 100% 15%, 100% 90%, 0% 100%);
  }
  

  .content_applicazioni_hp{
    width: 60%;
    margin: 0 auto;
  }


  .applicazioni_hp h1{
    color: #fff;
    font-weight: 400;
    padding: 0 0 4vh 0;
    font-size: 250%;
    text-align: center;
    }




.box_applicazioni_hp{
  width: 16%;
  text-align: center;
  filter: brightness(1);
  pointer-events: none; /*disabilitato click*/
}

.box_applicazioni_hp img{
  height: 10vh;
}

.box_applicazioni_hp h2{
  font-size: 120%;
  color: #fff;
  font-weight: normal;
}


.linee_prodotti{
  width: 100%;
  margin: 12vh auto 15vh auto;
}

.linee_prodotti h1{
  color: #fff;
  font-weight: 400;
  padding: 0 0 4vh 0;
  font-size: 250%;
  text-align: center;
  }


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

.box_linee_prodotto{
  width: 40%;
  text-align: center;
  color: #fff;
  position: relative;
  padding-top: 13vh;
}

.empty_linee_prod{
  width: 6%;
}

.img_linee_prodotto{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 33vh;
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: -1;
  filter: brightness(0.45);
}



.semiautomatiche{
background-image: url(../images/linee/linee_semiautomatica.jpg);
}

.insilaggio{
  background-image: url(../images/linee/impianti_insilaggio.jpg);
  }

  .trasp_aliment{
    background-image: url(../images/linee/impianti_trasporto_alimentazione.jpg);
    }

    
    .trasp_dosaggio{
      background-image: url(../images/linee/impinati_trasporto_dosaggio.jpg);
      }
      


.box_linee_prodotto h1{
  color: #fff;
  font-weight: 600;
  padding: 0 0 0vh 0;
  font-size: 180%;
  text-transform: uppercase;
  text-align: center;
  }

  .box_linee_prodotto h2{
    color: #fff;
    font-weight: 400;
    padding: 0 0 1.5vh 0;
    font-size: 120%;
    text-align: center;
    font-style: italic;
    }

    .box_linee_prodotto a{
      font-size: 110%;
      padding: 1vh 3vw;
      color: #fff;
      text-decoration: none;
      background-color: #444;
      clip-path: polygon(0 0, 100% 15%, 100% 90%, 0% 100%);
    }

    .box_linee_prodotto:hover{
      cursor: pointer;
    }
  


    .box_linee_prodotto a:hover{
      text-decoration: none;
      background-color: #F20D0D;
      color: #fff;
    }


    .box_linee_prodotto:hover a{
      text-decoration: none;
      background-color: #F20D0D;
      color: #fff;
    }
  
  

  



/*form scheda*/


.form_info{
	width: 100%;
	padding: 5vh 0 10vh 0;
  position: relative;
}


	.form_info h2{
	font-size: 250%;
	margin: 4vh 0 2vh 0;
	padding: 0 0 0 0;
	color: #fff;
	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: 10vh 0;
    width: 70%;
    margin: 0 auto;
   text-align:center;
   min-height:30vh;
	}


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

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

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



  .referenti{
    width: 100%;
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 95%);
    background-color: #dedede;
    padding: 10vh 0 10vh 0;
    margin: 8vh auto 4vh auto;
    text-align: center;
  }
  
  .referenti h1{
    font-size: 250%;
    color: #222;
    font-weight: 400;
    margin-bottom: 3vh;
  }



.owl_referenti{
  width: 85% !important;
  margin: 0 auto;
  height:  28vh !important;
  position: relative !important;

}

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

.owl_referenti .img_item{
  width: 80%;
  background-color: #fff;
  height: 20vh  !important;
  margin: 0 auto;
background-repeat: no-repeat;
background-size: auto 80%;
background-position: center center;
}



/*pagina del catalogo*/


.intest_catalogo{
  width: 100%;
  margin: 0 auto 0 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%;
  
  margin:0 0 1vh 0;
  font-style: italic;

}

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

.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%;
  }
  
  
  .catalogo{
    width: 80%;
    margin: 5vw auto;
  }
  
  .prodotto{
    width: 30%;
    margin-right: 1%;
    margin-bottom: 5vh;
    text-align: center;
    -webkit-transition: opacity .2s, -webkit-transform .2s;
    transition: opacity .2s, transform .2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    /*  opacity: 0.7;*/
    position: relative;
  }

  
 .prodotto:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 33vh;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.prodotto:hover::before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}

  
  .img_prodotto{
    width: 100%;
    height: 33vh;
    border-radius: 0.5vw;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    filter: brightness(0.85);
    transition: all 0.2s linear;
  }
  
  .prodotto h1{
    color: #fff;
    font-weight: 600;
    padding: 0 0;
    transition: all 0.2s linear;
    font-size: 130%;
    text-transform: capitalize;
    margin: 0;
  }

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


  .prodotto h2{
    color: #d4d4d4;
    font-weight: normal;
    padding: 0 0;
    transition: all 0.2s linear;
    font-size: 110%;
    text-transform: capitalize;
    margin: 0;
  }

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



  .prodotto:hover .img_prodotto{
    filter: brightness(1);
  }
  
  
  .txt_scheda{

    width: 60%;
    margin: 0 auto;
    padding: 8vh 0;
  }


  .tx50{
    width: 48%;
  }

  .img50{
    width: 46%;
  }

  .img50 img{
    width: 100%;
    height: auto;
  }



.txt_scheda_sfondo{
  width: 100%;
  padding: 20vh 0;
  background-image: url(/images/slide/slide2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin: 4vh auto;
  position: relative;
}

.txt_scheda_sfondo::after{
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  top:0;
  left: 0;
  z-index: 1;
}
.p60{
  color: #fff;
  padding: 0 0;
  transition: all 0.2s linear;
  font-size: 110%;
  font-weight: 300;
  width: 60%;
  margin: 0 auto;
  z-index: 3;
  text-align: center;
  position: relative;
}

  .txt_scheda h1{
    color: #fff;
    font-weight: 400;
    padding: 0 0;
    transition: all 0.2s linear;
    font-size: 180%;
    margin-bottom: 2vh;
    text-align: center;
  }



  .txt_scheda h4{
    color: #fff;
    font-weight: 500;
    padding: 0 0;
    transition: all 0.2s linear;
    font-size: 130%;
    margin-top: 2vh;
  }



  .txt_scheda p{
    color: #fff;
    padding: 0 0;
    transition: all 0.2s linear;
    font-size: 110%;
    font-weight: 300;
  }

.about{
 width: 55% !important;
}
.invia_modulo p{
  text-align: center !important;
}

  .txt_scheda ul{
    color: #fff;
    padding: 0 0 0 3vw;
    margin-bottom: 5vh;
    transition: all 0.2s linear;
    font-size: 110%;
    font-weight: 300;
  }



  .grid_scheda10 {
    display: grid;
    grid-template-columns: repeat(3, 1fr) repeat(3, 2fr) repeat(4, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    font-size: 80%;
    text-align: center;
    margin: 2vh 0 0 0;
    color: #fff;
    border: 1px solid #fff;
    }
    .grid_scheda10 div{
      padding: 0.1vh 0.1vw;
      border-bottom: 1px solid #fff;
      border-right: 1px solid #fff;
    }

    .grid_scheda10 .no_bord_right{
      border-right: 1px solid transparent !important;
    }
    
    .grid_scheda10 .no_bord_bottom{
      border-bottom: 1px solid transparent !important;
    }
    


  .gallery{
    width: 100%;
    padding: 0 auto 0 auto;
    margin-bottom: 10vh;
  }


  .content_gallery{
    width: 90%;
    margin: 0 auto;
  }
  .content_gallery70{
    width: 70%;
    margin: 0 auto;
  }


  .box_img_gallery{
    cursor: pointer;
    width: 19%;
    height: 25vh;
    border-radius: 0.5vw;
    margin: 0 1vh 2vh 1vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }



  .box_img_gallery30{
    cursor: pointer;
    width: 30%;
    height: 25vh;
    border-radius: 0.5vw;
    margin: 0 1vh 2vh 1vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }






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



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

}

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


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


.img_tabella_scheda{
  width: 100%;
  display: block;
  margin: 3vh auto;
  border-radius: 0.5vw;
  cursor: pointer;
}

.modelli_tazze h1{font-size: 220%;font-weight: 300;color: #fff;margin: 6vh 0 1vh 0;padding: 0;}

.img_tazze_scheda{
  width: 70%;
  display: block;
  margin: 0 auto;
  border-radius: 0.5vw;
  cursor: pointer;
}

#schema_elevatori{
  display: none;
}

#schema_spaghetti{
  display: none;
}
#schema_setacci{
  display: none;
}

#schema_silos{
  display: none;
}


#gallery_setacci{
  display: none;
}


.gallery h2{
  position: relative;
  color: #fff;
  font-size: 250%;
  text-transform: capitalize;
  margin:0vh auto 3vh auto;
  text-align: center;

}

.space{
  width: 100%;
  height: 5vh;
}



/*punti impianto*/

.hide{
	display: none;
}

.show{
	display: inline !important;
}
.impianto{
	width: 70%;
	margin: 2vw auto 0 auto;
	position: relative;
}

.impianto img{
	width: 100%;
	border-radius: 0.5vw;
}

.punto{
	position: absolute;background-color: black; color: #fff;text-align: center;width: 2vw; height: 2vw;z-index: 10;border-radius: 100%;
	cursor: pointer;
	z-index: 99999;
}

.punto:hover{
  background-color: #f00;
}

.uno{
	top: 45%;
	left: 2%;
}


.due{
    top: 5%;
    left: 7.4%;
}


.tre{
    top: 5%;
    left: 23.1%;
}


.quattro{
    top: 77%;
    left: 13%;
}

.quattroA{
    top: 5%;
    left:42.4%;
}

.cinque{
    top: 39%;
    left: 56%;
}


.sei{
    top: 78%;
    left: 41.4%;
}


.sette{
    top: 77%;
    left: 21.8%;
}


.otto{
    top: 77%;
    left: 32.5%;
}

.nove{
	top: 54%;
	left: 58.3%;
}


.dieci{
	top: 26%;
	left: 83.5%;
}


.undici{
	top: 88%;
	left: 66.7%;
}


.dodici{
	top: 83%;
	left: 79.5%;
}




.testo_punto{
	position: absolute;
	background-color: #fff;
	width: 30vw;
	height: 10vh;
	padding: 4vh 2vw;
	color: #000;
	display: none;
	top: 30% !important;
	border-radius: 0.5vw;
	font-size: 120%;
	text-align: center;
	z-index: 9999999;
}
