
.no_mobile{
  display: none !important;
}


body{
  font-size: 3.5vw;
  /*font-family: 'Georgia',serif !important;*/
}

/*animazione titoli*/

.animate_h1 .visible 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;
    animation-name: titleAnimation;
    animation-timing-function:ease-out;
    animation-duration:0.4s ;
  }
.animate_h1 .visible 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 ;
}


/*gsap*/


.anispan{
    width: 100%;
      -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;
  }

  .anip{
  opacity:0;
  }


/* scroll */
#scroll_div1,  #scroll_div2,  #scroll_div3,  #scroll_div4{
        opacity: 0;
        -webkit-transition: all 1s ease-in-out;
           -moz-transition: all 1s ease-in-out;
            -ms-transition: all 1s ease-in-out;
             -o-transition: all 1s ease-in-out;
                transition: all 1s ease-in-out;
      }

   #scroll_div1.visible, #scroll_div2.visible, #scroll_div3.visible, #scroll_div4.visible{
        opacity: 1;
      }

   .digit{
             opacity: 0;
             -webkit-transform: translateX(-40px);
                -moz-transform: translateX(-40px);
                 -ms-transform: translateX(-40px);
                  -o-transform: translateX(-40px);
                     transform: translateX(-40px);
             -webkit-transition: all 0.6s ease-out;
                -moz-transition: all 0.6s ease-out;
                 -ms-transition: all 0.6s ease-out;
                  -o-transition: all 0.6s ease-out;
                     transition: all 0.6s ease-out;
           }

           .only_opacity {
                opacity: 0;
            /*    -webkit-transform: translateX(40px);
                   -moz-transform: translateX(40px);
                    -ms-transform: translateX(40px);
                     -o-transform: translateX(40px);
                        transform: translateX(40px);*/
                -webkit-transition: all 0.6s ease-out;
                   -moz-transition: all 0.6s ease-out;
                    -ms-transition: all 0.6s ease-out;
                     -o-transition: all 0.6s ease-out;
                        transition: all 0.6s ease-out;
                        transition-delay: 0.2s;

              }


   .digit_img_dx {
                opacity: 0;
               -webkit-transform: translateX(40px);
                   -moz-transform: translateX(40px);
                    -ms-transform: translateX(40px);
                     -o-transform: translateX(40px);
                        transform: translateX(40px);
                -webkit-transition: all 0.6s ease-out;
                   -moz-transition: all 0.6s ease-out;
                    -ms-transition: all 0.6s ease-out;
                     -o-transition: all 0.6s ease-out;
                        transition: all 0.6s ease-out;
              }

           .digit.visible, .only_opacity.visible, .digit_img_dx.visible {
             opacity: 1;
             -webkit-transform: none;
                -moz-transform: none;
                 -ms-transform: none;
                  -o-transform: none;
                     transform: none;
           }


           .item_scroll {
               opacity: 0;
               /*-webkit-transform: translateX(40px);
                   -moz-transform: translateX(40px);
                    -ms-transform: translateX(40px);
                     -o-transform: translateX(40px);
                        transform: translateX(40px);*/
                          -webkit-transition: all 0.15s ease-in;
                          -moz-transition: all 0.15s ease-in;
                           -ms-transition: all 0.15s ease-in;
                            -o-transition: all 0.15s ease-in;
                               transition: all 0.15s ease-in;
             }
             .item_scroll.visible {
               opacity: 1;
               /*-webkit-transform: none;
                  -moz-transform: none;
                   -ms-transform: none;
                    -o-transform: none;
                       transform: none;*/
             }


   .item_scroll2 {
               opacity: 0;
               -webkit-transform: translateY(40px);
                  -moz-transform: translateY(40px);
                   -ms-transform: translateY(40px);
                    -o-transform: translateY(40px);
                       transform: translateY(40px);
             /* 	-webkit-transition: all 0.6s ease-out;
                  -moz-transition: all 0.6s ease-out;
                   -ms-transition: all 0.6s ease-out;
                    -o-transition: all 0.6s ease-out; */
                       /* transition: all 0.6s ease-out; */
                       -webkit-transition: transform .5s ease-in-out, opacity .5s ease-in-out;
                          -moz-transition: transform .5s ease-in-out, opacity .5s ease-in-out;
                           -ms-transition: transform .5s ease-in-out, opacity .5s ease-in-out;
                            -o-transition: transform .5s ease-in-out, opacity .5s ease-in-out;
                               transition: transform .5s ease-in-out, opacity .5s ease-in-out;


             }
             .item_scroll2.visible {
               opacity: 1;
               -webkit-transform: none;
                  -moz-transform: none;
                   -ms-transform: none;
                    -o-transform: none;
                       transform: none;
             }

             .biggone.visible {
          transform: scale(1.0) !important;
          filter: opacity(1.0) !important;
          transition: all 0.2s ease-in-out;
         }

         .biggone_testo.visible {
          filter: opacity(1.0) !important;
          transition: all 0.2s ease-in-out;
         }


  /*homepage desk*/


  header{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999;
  transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  overflow: visible;
  }
/*
.wrap_ellisse{
filter: drop-shadow(0px 13px 15px rgba(0,0,0,0.0));
}
.shrink .wrap_ellisse{
filter: drop-shadow(0px 13px 15px rgba(0,0,0,0.4));
}
*/

.ellisse_menu{
    /*background-color: #E6EBEF;*/
  /*  background-color: rgba(230,235,239,0.0);*/
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
    position: fixed;
    height: 8vh;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  /*clip-path: ellipse(45% 10% at 50% 0%);*/
  background-image: url(/images/ellipse_menu.svg);
  background-position: bottom center;
  background-size: 200%;
  background-repeat: no-repeat;
  opacity: 0;
  left:0;
  top:0;
  width:100%;
  z-index:-1;
}

.shrink .ellisse_menu{
  /*  background-color: rgba(230,235,239,0.9);*/
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
    position: fixed;
    height: 8vh;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  /*clip-path: ellipse(57% 18% at 50% 0%);*/
  background-image: url(/images/ellipse_menu.svg);
  background-position: bottom center;
  background-size: 200%;
  background-repeat: no-repeat;
  opacity: 0.9;
  left:0;
  width:100%;
  z-index:-1;
}

.head:hover .shrink .ellisse_menu{

    background-color: rgba(230,235,239,1);

}


  .shrink{
	  /*
    background-color: #E6EBEF;
    */
    position: fixed;
    height: 2vh;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  /*
  clip-path: ellipse(57% 18% at 50% 0%);
  */
  }

  .head{
    width: 95%;
    margin: 0 auto;
    padding: 0 0;

  }


  .dropdown{
  	width: 10%;
    text-align: center;
    position: absolute;
    top: -7.5vh;
    left: 2vw;
  }
  .dropdown-toggle{
    border: 1px solid transparent;
    color: #222;
    font-size: 0.8em;
  }

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

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

  .dropdown a{
    padding: 0 !important;
  }

      .lang_select{
          height:15px;
      }

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


  .ico_menu{
  	width: 20%;
  	text-align: right;
  }

  .font150{
    font-size: 150% !important;
  }

  .logo_interno{
    width: 50%;
    padding: 1.5vh 0 2.5vh 0;
    text-align: center;
    background-image: url(/images/half_white.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
  }

    .logo_interno img{
      height: 5vh;
    }

  .shrink .logo_interno{
    width: 50%;
    padding: 2.5vh 0;
    text-align: center;
    background-image: none !important;
  }


    .shrink .logo_interno img{
      height: 4vh;
    }


  .menu_interno{
    width: 45%;
    text-align: right;
padding-top: 3vh;
  }

  .shrink .menu_interno{
    width: 40%;
      text-align: right;
  padding-top: 1.5vh;
    }


  .menu_interno a{
    padding: 0;
    font-size:80%;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
  }

.shrink .menu_interno a{
  color: #222;
  font-size: 70%;
}

  .menu_interno a:before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.2vh;
  width: 0%;
  background: #2fac9e;
  border-radius: 12px;
  transition: all 0.4s ease;
}
.menu_interno a:hover:before{
  width: 100%;
}





  .container_one {
    height: 95vh;
    width: 100%;
    position: relative;
    /*background-color: #268F81;
    clip-path: ellipse(150% 95% at 75% 5%);*/
  }

  .video_sfondo{
    height: 97vh;
  width: 100%;
  position: relative;
  overflow: hidden;
  }

  .container_one_curva {
    width: 100%;
    height: 8vh;
    background: url("/images/curva_giu.svg") no-repeat;
    background-size: 200%;
    background-position: bottom center;
    bottom: -5vh;
    left: 0;
    z-index: 999;
    position: absolute;
  }


  .container_two_curva {
    width: 100%;
    height: 17vh;
    background: url("/images/curva_su.svg") no-repeat;
    background-size: cover;
    background-position: bottom center;
    top: 0;
    left: 0;
    z-index: 999;
    position: absolute;
  }

  .container_one video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
/*  clip-path: ellipse(149% 94% at 74% 5%);*/
  top: 0;
  left: -100%;
  z-index: -2;
/*  filter: brightness(0.5);*/
  filter: sepia(65%) brightness(40%) hue-rotate(144deg) saturate(70%);
-webkit-filter: sepia(65%) brightness(40%) hue-rotate(144deg) saturate(70%);
-moz-filter: sepia(65%) brightness(40%) hue-rotate(144deg) saturate(70%);
}

.g_home{
display: none;
  /*
  position: absolute;
  width: 96vw;
  height: 80vh;
  bottom: 7vh;
  left: 0.5vw;
  background-image: url("/images/g_gamma.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  opacity: 0.1;
  z-index: -1;*/
}

.content_one_txt{
  width: 100%;
  height: 100%;
}

.content_one_txt .empty{
  display: none;
}

.one_txt{
  width: 85%;
  margin: 0 auto;
  height: 100%;
  text-align: center;
  color: #fff;
}

.one_txt h1{

  font-size: 350%;
  line-height: 1.2;
  margin-bottom: 5vh;

}

.one_txt p{
  font-size: 120%;
  width: 100%;
  margin: 0 auto;
}

.needs_hp{
  width: 100%;
  margin: 0 auto;
  padding: 10vh 0 0 0;
  position: relative;
  overflow: hidden;
}

.need_back_img{
/*  position: absolute;
  right: 0;
  top:0;
  bottom: 0;
  margin: auto;*/
  width: 85%;
  height: 30vh;
  background-image: url(/images/back_needs.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 3vw;
  margin: 0 auto;
/*z-index: -1;*/
}

.need_txt{
  width: 100%;
  color: #222;
  text-align: center;
}

.need_txt h1{

font-size: 280%;
margin: 6vh 0 2vh 0;
text-align: center;
}

.need_txt p{
font-size: 110%;
width: 85%;
margin: 0 auto;
}

.need_txt p::after{
  content: '';
  display: block;
  margin: 2vh auto 0 auto;
  width: 4vw;
  height: 0.15vh;
  background-color: #222;
}

.mission_hp{
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding: 0 0;
  margin: 0 0 0 0;
  background-image: url(/images/curva_su_VG.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
}

.content_mission{
  width: 85%;
  margin: 0 auto;
  padding: 14vh 0 5vh 0;
  text-align: center;
}

.txt_mission{
  width: 100%;
  color: #222;
}

.content_mission .empty{
  display: none;
}

.txt_mission h1{

  font-size: 280%;
  margin: 0vh 0 3vh 0;
  line-height: 1.3;
  padding-top: 2vh;
}

.txt_mission p{
  font-size: 110%;
  width: 100%;
}

.txt_mission p::after{
  content: '';
  display: block;
  margin: 2vh auto 0 auto;
  width: 4vw;
  height: 0.15vh;
  background-color: #222;
}

.img_team{
  width: 100%;
  background-image: url(/images/team.png),url(/images/back_mission.svg);
  background-repeat: no-repeat, no-repeat;
  background-size: 100%, 160%;
  background-position: center center, top center;
  height: 50vh;
}

.project{
  width: 90%;
  margin: 0 auto;
  padding: 15vh 0 0 0;
  position: relative;
  text-align: center;
  overflow: hidden;
}



.project2{
  width: 90%;
  margin: 0 auto;
  padding: 4vh 0 0 0;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.content_butt_proj{
  width: 90%;
  margin: 10vh auto 0 auto;
  padding: 20vh 0 6vh 0;
  min-height: 90vh;
  position: relative;
  text-align: center;
  overflow: visible;
}



@keyframes ruota_ovale{
0% {transform: rotate(-30deg)}
50% {transform: rotate(150deg)}
100% {transform: rotate(150deg)}
}


.needs_hp::before{
  content: '';
  width: 150vw;
  height: 150vh;
  position: absolute;
  left: -80vw;
  top: 22vh;
  bottom: 0;
  margin: auto;
  z-index: -1;
  background-image: url(/images/back_projects.svg);
  background-repeat: no-repeat;
  background-size: 150vw 150vh;
  opacity: 0.6;
  animation-name: ruota_ovale;
  animation-duration: 6s;
  animation-iteration-count: infinite;
}




.visible::before{
  opacity: 1;
  -webkit-transform: rotate(0deg) scale(1);
     -moz-transform: rotate(0deg) scale(1);
      -ms-transform: rotate(0deg) scale(1);
       -o-transform: rotate(0deg) scale(1);
          transform: rotate(0deg) scale(1);
}


.project h1,.project2 h1{

font-size: 350%;

margin-bottom: 4vh;
line-height: 1.2;
}

.content_butt_proj h1{font-size: 350%;margin-bottom: 1vh;line-height: 1.2;}
  


.content_proj .ovale{
opacity:0;
width: 100%;
height: 55vh;
  background-image: url(/images/forma_grey.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center center;
  text-align: center;
  display: block;
margin: 0 auto 3vh auto;
  /*
  -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  */
  transform: scale(1);
  filter: brightness(100%);

}

.proj_macchina{
  height: 30vh;
  width: 90%;
  margin: 6vh auto 0 auto;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}


.proj_logo{
  width: 35vw;
  display: block;
  height: auto;
  margin: 0 auto 1vh auto;
}

.ovale h2{
  font-size: 450%;
  text-decoration: underline;
  margin-top: 8vh;
  color: #2fac9e;
}

.ovale h3{
  font-size: 250%;
  margin-bottom: 5vh;
  color: #888;
  line-height: 0.9;
}


.ovale h4{
  font-size: 130%;
  margin-bottom: 1vh;
  color: #222;
  line-height: 0.9;
  position: relative;
}

.ovale h4::before{
  content: '';
  display: block;
  margin:  1vh auto;
  width: 5vh;
  height: 0.1vh;
  background-color: #222;
}


.ovale p{
  width: 80%;
  padding: 0 4vw;
  margin: 0 auto;
  font-size: 95%;
  color: #555;
}



.location{
  width: 90%;
  margin: 5vh auto 8vh auto;
  padding: 0vh 0;
  text-align: center;
}

.location h1{
font-size: 250%;
width: 100%;
padding: 3vh 0 1vh 0;
margin: 0 auto;
background-image: url(/images/forma_location.svg);
background-repeat: no-repeat;
background-size: 100%;
background-position: top center;
}

#map{
  width: 100%;
  height: 60vh;
  margin: 0 auto;
  border-radius: 3vw;
}



/*scheda desk*/


.sec1{
  width: 100%;
  margin: 0 auto;
  padding: 0 0 0 0;
  height: 95vh;
  text-align: center;
  position: relative;
  overflow: hidden;
 /*background: linear-gradient(180deg, rgba(47,172,158,0.15) 20%,rgba(47,172,158,0.7) 100%);
  overflow: hidden;*/
}


.sec1::before{
  content: '';
  width: 150vw;
  height: 150vh;
  position: absolute;
  left: -65vw;
  top: -2vh;
  bottom: 0;
  margin: auto;
  z-index: -1;
  background-image: url(/images/back_projects.svg);
  background-repeat: no-repeat;
  background-size: 150vw 150vh;
  background-position: 0 center;
  opacity: 0.3;
  animation-name: ruota_ovale;
  animation-duration: 6s;
  animation-iteration-count: infinite;
}

.xeo_p{
  font-size: 130%;
  padding:  2vh 0 0 0;
  color: #222;
  opacity: 0;
}

/*
.g_scheda{
  position: absolute;
  width: 35vw;
  height: 88vh;
  bottom: 5vh;
  left: -2vw;
  background-image: url("/images/g_gamma.svg");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.3;
  z-index: -1;
}
*/

.g_scheda{
  position: absolute;
  width: 6vw;
  height: 8vh;
  top: 30vh;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url("/images/g_gamma.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}


.tith1{
  font-size: 450%;
  padding:  0 0 0 0;
  opacity: 0;
  color: #222;
}
.bread_tit{
  font-size: 120%;
  color: #fff;
  padding: 0.2vh 0;
  margin: 0 auto;
  border-bottom:1px solid #fff;
}


.breadcrumbs{
  color: #888;
  margin-bottom: 4vh;
}

.breadcrumbs a{
  font-size: 90%;
  color: #888;
text-decoration: none;
border-bottom:1px solid #999;
padding: 0.5vh 0;


}


.sec_txt{
  width: 100%;
  margin: 0 auto 10vh auto;
  padding: 8vh 0 5vh 0;
  text-align: center;
  position: relative;
 background-color: #fff;

}
.sec_txt:before{
  content: '';
  position: absolute;
  top: -8vh;
  left: 0;
  width: 100%;
  height: 15vh;
  background-image: url(/images/curva_giu_VG.svg);
  background-repeat: no-repeat;
  background-size: 200%;
  background-position: center left;
  pointer-events: none;
  z-index: 99999;
}

.cont_img_scheda{
  width: 85%;
margin: 0 auto;
overflow: hidden;

}

.img_sec{
  width: 100%;
  height:50vh;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}


.prima_img_scheda{
  height: 50vh;
  margin: 0 auto;
}


.durometro{
  background-image: url(/images/durometro/durometro.png);
}

.mixer{
  background-image: url(/images/mixer/mixer.png);
}

.tabs1{
  background-image: url(/images/tabs1/foto_new1.png);

}

  .tabs2{
    background-image: url(/images/tabs2/tabs2_2.png);

  }

  .tabs4{
    background-image: url(/images/tabs4/tabs4.png);
  }

.txt_sec{
  width: 100%;
  text-align: center;
  padding: 5vh 0 0 0;
}

.txt_sec h2{
  font-size: 140%;
  font-weight: bold;
  padding:  0;
  margin-bottom: 0;
}

.txt_sec h3{
  font-size: 120%;
  font-weight: bold;
  padding:  0;
  margin-bottom: 2vh;
}

.tit_sec{
  font-size: 280%;
  font-weight: bold;
  padding:  0;
  margin-bottom: 2vh;
}

.button{
  display: block;
  width: 90%;
  font-size: 130%;
  border-radius: 3vw;
  background-color: #222;
  padding: 1vh 0.5vw;
  text-align: center;
  color: #fff;
  margin: 6vh auto 0 auto;
}
/*
.button:hover{
  background-color: #2FAC9E;
  text-align: center;
  color: #fff;
}*/


.sec_xeo{
  height: 10vh;
  margin-bottom: 2vh;
}
.img_xeo{
  opacity: 0;
  height: 16vh;
}

.txtp{
  text-align: center;
  font-size: 100%;
  color: #555;
  line-height: 1.6;
}


.cont_scheda_tecnica{
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 8vh 0 8vh 0;
  text-align: center;
  background-color: #fff;
  position: relative;
}

.cont_scheda_tecnica:before{
  content: '';
  width: 100%;
  height: 30vh;
  top:-8vh;
  left: 0;
  position: absolute;
  z-index: 999;
  background-image: url(/images/curva_giu_VG.svg);
  background-position: top center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.cont_scheda_tecnica h1{
  font-size: 280%;
  font-weight: bold;
  padding:  0;
  color: #2FAC9E;
}



.cont_scheda_tecnica2{
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 8vh 0 8vh 0;
  text-align: center;
  background-color: #fff;
  position: relative;
}

.cont_scheda_tecnica2:before{
  content: '';
  width: 100%;
  height: 30vh;
  top:-8vh;
  left: 0;
  position: absolute;
  z-index: 999;
  background-image: url(/images/curva_giu_VG.svg);
  background-position: top center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.cont_scheda_tecnica2 h1{
  font-size: 280%;
  font-weight: bold;
  padding:  0;
  color: #2FAC9E;
}



.scheda_tecnica {
  width: 85%;
  margin: 2vh auto 0 auto;
  /*border:1px solid rgba(47,172,158,0.5);*/
  padding:3vh 0;
  border-radius: 1vw;
}
.grid_scheda{
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(5, 1fr);
grid-column-gap: 0;
grid-row-gap: 0;
text-align: left;
font-size: 110%;
}

.grid_scheda div{
padding: 1.5vh 1.5vw;
}

.g_sx{
  border-top-left-radius: 0.3vw;
  border-bottom-left-radius: 0.3vw;
}

.g_dx{
  border-top-right-radius: 0.3vw;
  border-bottom-right-radius: 0.3vw;
}


.grid_scheda div:nth-child(odd){
  font-weight: bold;
}

.grid_scheda2{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0;
  grid-row-gap: 0;
  text-align: left;
  font-size: 110%;
  }
  
  .grid_scheda2 div{
  padding: 1.5vh 1.5vw;
  }

  .grid_scheda2 div:nth-child(odd){
    font-weight: bold;
  }



.grid_scheda_only_one{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 0;
  grid-row-gap: 0;
  text-align: left;
  font-size: 110%;
  }
  
  .grid_scheda_only_one div{
  padding: 1.5vh 1.5vw;
  }

  .grid_scheda_only_one div:nth-child(odd){
    font-weight: bold;
  }
  
  


.green{
  background-color: rgba(47,172,158,0.15);
}

.txt_green{
  color:#2fac9e;
}

.float_img{
  width: 100%;
  margin: 10vh 0;
  padding: 0 0 3vh 0;
  position: relative;
}

.float_img::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 20vh;
  top:-10vh;
  left: 0;
  background-image: url(/images/curva_su_VG.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
}

.fl_img1{
/*position: absolute;
left: 0;
top: 0;*/
width: 90%;
height: 50vh;
background-size: auto 110%;
background-repeat: no-repeat;
background-position: center center;
z-index: 1;
border-radius: 3vw;
margin: 0 auto 1vh auto;
}

.fl_img1_cover,.fl_img5_cover{
/*position: absolute;
left: 0;
top: 0;*/
width: 90%;
height: 70vh;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
z-index: 1;
border-radius: 3vw;
margin: 0 auto 1vh auto;
}

.fl_txt1, .fl_txt2, .fl_txt3, .fl_txt4, .fl_txt5,.fl_txt1_cover,.fl_txt5_cover{
/*  position: absolute;
  left: 22%;
  top: 94vh;*/
  width: 90%;
  color: #222;
  font-size: 110%;
  /*font-weight: bold;*/
  font-style: italic;
  padding: 0 2vw;
  text-align: center;
  /*border-left: 0.12vw solid #2FAC9E;*/
  margin: 0 auto 8vh auto;
}

.fl_txt1::after, .fl_txt2::after, .fl_txt3::after, .fl_txt4::after,.fl_txt5::after,.fl_txt1_cover::after,.fl_txt5_cover::after{
  content: '';
width: 10vw;
height: 0.18vh;
background-color: #2FAC9E;
margin: 0 auto;
position: absolute;
bottom: -1.5vh;
}

.fl_img2{
/*position: absolute;
right: 15%;
top:63vh;*/
width: 90%;
height: 30vh;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
z-index: 2;
border-radius: 3vw;
margin: 0 auto 1vh auto;
}


.fl_img3{
/*  position: absolute;
  left: 22%;
  top: 107vh;*/
  width: 90%;
  height: 50vh;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
  border-radius: 3vw;
  margin: 0 auto 1vh auto;
}


.fl_img4{
/*position: absolute;
right:17%;
top: 130vh;*/
width: 90%;
height: 30vh;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
z-index: 4;
border-radius: 3vw;
margin: 0 auto 1vh auto;
}



.fl_img5{
/*  position: absolute;
  left: 35%;
  top: 110vh;*/
  width: 90%;
  height: 40vh;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
  border-radius: 3vw;
  margin: 0 auto 1vh auto;
}



.fl_img5_test, .fl_img2_test, .fl_img1_test {
  width: 90%;
  height: 40vh;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
  border-radius: 3vw;
  margin: 0 auto 1vh auto;
}




.fl_mixer_cover,.fl_mixer2 {
  width: 90%;
  height: 40vh;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
  border-radius: 3vw;
  margin: 0 auto 1vh auto;
}



.video_scheda{
width: 100%;
margin: 0 auto;
text-align: center;
padding: 8vh 0;
background-color: #d9d9d9;
position: relative;
}

.video_scheda:before{
  content: '';
  width: 100%;
  height: 26vh;
  top:-16vh;
  left: 0;
  position: absolute;
  z-index: 999;
  background-image: url(/images/curva_new.svg);
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
}


.video_scheda video {
  width: 95%;
  height: auto;
  cursor: pointer;
  border-radius: 5vw;
}


.video_scheda2{
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 8vh 0;
  background-color: #d9d9d9;
  position: relative;
  }
  
  
  .video_scheda2 video {
    width: 95%;
    height: auto;
    cursor: pointer;
    border-radius: 5vw;
  }
  
  

/*form scheda*/

.form_info{
	width: 100%;
	background-color: #f5f5f5;
	padding: 2vh 0 5vh 0;
  position: relative;
}

.form_info:before{
  content: '';
  width: 100%;
  height: 10vh;
  top: -2vh;
  left: 0;
  position: absolute;
  z-index: 999;
  background-image: url(/images/curva_su_light_G.svg);
  background-position: top center;
  background-size: 100%;
  background-repeat: no-repeat;
}


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



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


	.cont-form{
		width: 85%;
    margin: 0 auto;
	}


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


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

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

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

/*company profile desk*/

.intest_profile{
  width: 100%;
margin: 0 auto 0 auto;
background-image:url(/images/back_needs.jpg);
background-repeat:no-repeat;
background-size: cover;
background-position: center center;
position: relative;
height: 45vh;
}


.intest_service{
  width: 100%;
margin: 0 auto 0 auto;
background-image:url(/images/tabs1/foto2.jpg);
background-repeat:no-repeat;
background-size: cover;
background-position: center center;
position: relative;
height: 45vh;
}



.intest_contatti{
  width: 100%;
margin: 0 auto 0 auto;
background-image:url(/images/tabs1/foto6.jpg);
background-repeat:no-repeat;
background-size: cover;
background-position: center center;
position: relative;
height: 30vh;
}

.gradient {
  background: linear-gradient(0deg, rgba(0,0,0,0.0) 20%,rgba(0,0,0,0.6) 100%);
  padding: 20vh 0;
  position: absolute;
  width: 100%;
  z-index: 1;
  text-align: center;
}


.gradient-contatti {
  background: linear-gradient(0deg, rgba(0,0,0,0.0) 20%,rgba(0,0,0,0.6) 100%);
  padding: 12vh 0;
  position: absolute;
  width: 100%;
  z-index: 1;
  text-align: center;
}

.intest_profile h1,.intest_contatti h1, .intest_service h1{
  font-size: 350%;
  font-weight: 800;
  color: #fff;
  margin: 3vh auto 0 auto;
}



.txt_profile{
  width: 100%;
padding: 5vh 0 15vh 0;
text-align: left;
width: 100%;
margin: 0 auto 0 auto;
position: relative;
background-color: #fff;
overflow: hidden;
}

.curva_profile{
  position: absolute;
  bottom: -14vh;
  left: 0;
  width: 100%;
  height: 20vh;
  z-index: 99999;
background-image: url(/images/curva_su.svg);
background-repeat: no-repeat;
background-size: cover;
background-position: bottom center;
}


.curva_service{
  position: absolute;
  top: -3vh;
  left: 0;
  width: 100%;
  height: 7vh;
  z-index: 99999;
  background-image: url(/images/curva_su_VG.svg);
  background-repeat: no-repeat;
  background-size: 160%;
  background-position: top center;
}


.txt_profile p {
  width: 85%;
 color: #555;
 font-size: 110%;
 margin: 0 auto 5vh auto;
 padding: 0;
}


.txt_service{
  width: 100%;
padding: 6vh 0 3vh 0;
text-align: left;
width: 100%;
margin: 0 auto 0 auto;
position: relative;
background-color: #fff;
}

.p_service {
  width: 85%;
 color: #555;
 font-size: 110%;
 margin: 0 auto 5vh auto;
 padding: 0;
}


.service{
  width: 85%;
  margin: 0 auto;
}

.div_serv{
  width: 100%;
  border-radius: 7.5vw;
  background-color: #ededed;
  padding: 6vh 4vw;
  text-align: center;
  margin-bottom: 2vh;
}

.div_serv h1{
  color: #2FAC9E;
font-size: 180%;
font-weight: bold;
margin-bottom: 1.5vh;
text-decoration: underline;}

.div_serv p{
  color: #555;
  font-size: 100%;
  padding: 0 1.5vw;
}


.cont-about-img-page{
	width: 85%;
	margin:0 auto 2vh auto;
}
.about_img1-page{
	/* width: 62%; */
	width: 100%;
/* 	height: 33vh; */
	height: 30vh;
	background-image: url(/images/tabs1/foto5.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
  border-radius: 5vw;
}



.txt_profile2 {
    width: 100%;
    position: relative;
    z-index: -1;
    margin: 0 auto;
    background-image: url(/images/tabs1/foto6.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.txt_profile2_div {
    width: 100%;
height: 100%;
	background-color: rgba(0,0,0,0.6);
    padding: 8vh 0;
    text-align: center;
}

.txt_profile2_div h1 {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 150%;
    margin-bottom: 2vh;
    font-weight: 500;
}


.txt_profile2_div p {
    color: #fff;
	width: 100%;
	margin: 0 auto;
    font-size: 110%;
	line-height: 1.8;
}


.txt_profile3{
width: 100%;
margin: 0 auto;
padding: 5vh 0 10vh 0;
overflow: hidden;
}



.profile_3{
width: 85%;
padding: 2vh 0;
}

.profile_3 h1, .txt_profile h1{
  color: #2fac9e;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 150%;
  margin: 0 auto 2vh auto;
  padding: 0 0;
  text-align: center;
}

.profile_3 p {
    color: #555;
    font-size: 110%;
    margin: 0;
    padding: 0 0;
}


.profile_3 h3{
    color: #222;
    font-size: 1.6em;
    font-style: italic;
    margin: 40px 0 0 0;
    padding: 0 30px;
}



.img_profile_3 {
    background-image: url(/images/tabs1/foto2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
     background-position: center center;
     width: 85%;
     margin: 0 auto;
     border-radius: 5vw;
     height: 30vh;
}


/*footer desk*/
footer{
  width: 100%;
  padding: 1.5vh 0;
  background-color: #151515;
}

.foot{
  width: 80%;
  margin: 0 auto;

}

footer h1{
  color: #fff;
  font-size:100%;

}

.txt_foot {
  width: 100%;
}

.txt_foot p{
  color: #fff;
  font-size:100%;
  text-align: center;
}

.social_foot{
  width: 100%;
  margin-top: 2vh;
  text-align: center;
}

.social_foot img{
  height: 5vh;
}


footer a{
  color: #2fac9e;
  text-decoration: none;
}

footer a:hover{
  color: #ededed;
  text-decoration: none;
}




.bg_contact {
    width: 85%;
    margin: 0 auto;
    padding: 6vh 0 8vh 0;
}




#map_contatti{
  width: 100%;
  height: 40vh;
  margin: 0 auto 0 auto;
  border-radius: 2vw;
}



.text-contact h1{
  color: #222;
  font-size:220%;
  /*width: 60%;*/
  line-height: 1.2;
  margin:0 0 1vh 0;
  padding: 0;
  font-weight: 600;

}

.text-contact h2{
  color: #222;
  font-size:120%;
  /*width: 60%;*/
  line-height: 1.2;
  margin:0 0 3vh 0;
  padding: 0;
}

	.text-contact{
    width: 100%;
		color: #222;
		font-size:110%;
		/*width: 60%;*/
    padding-left: 4vw;
		line-height: 1.8;
    margin-top: 3vh;
    text-align: center;

	}

	.text-contact a{
    text-decoration: none;
    color: #2fac9e;
  }

  .text-contact a:hover{
    text-decoration: none;
    color: #000;
  }

  .text-contact img{
    height: 4vh;
  }



    /*------------------------------------------------------------------
    [  ]*/

    .contact2-form {
      width: 100%;
    }

    .contact2-form-title {
      display: block;
      line-height: 1.2;
      text-align: center;
      padding-bottom: 50px;

    font-size: 150%;
    			font-weight: 600;
    	text-transform: uppercase;
    	 color: #555;
    }

    .wrap-input-privacy {
        width: 100%;
        position: relative;
        color: #555;
        margin: 40px auto;
        text-align: center;
    }



    /*------------------------------------------------------------------
    [  ]*/

    input {
        outline: none;
        border: none;
        background-color: transparent;
    }

    textarea {
        outline: none;
        border: none;
        background-color: transparent;
    }



    .wrap-input2 {
      width: 100%;
      position: relative;
      border-bottom: 1px solid #2fac9e;
      margin-bottom: 30px;
    }

    .input2 {
      display: block;
      width: 100%;
      font-size: 1em;
      color: #555;
      line-height: 1.2;
    }

    .focus-input2 {
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      pointer-events: none;
    }

    .focus-input2::before {
      content: "";
      display: block;
      position: absolute;
      bottom: -2px;
      left: 0;
      width: 0;
      height: 2px;

      -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
      -moz-transition: all 0.4s;
      transition: all 0.4s;

      background: rgba(255,0,0,1);
      background: -webkit-linear-gradient(45deg, #6c0000, #222);
      background: -o-linear-gradient(45deg, #6c0000, #222);
      background: -moz-linear-gradient(45deg, #6c0000, #222);
      background: linear-gradient(45deg, #6c0000, #222);
    }

    .focus-input2::after {
      content: attr(data-placeholder);
      display: block;
      width: 100%;
      position: absolute;
      top: 0px;
      left: 0;

      font-size: 1em;
      color: #555;
      line-height: 1.2;

      -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
      -moz-transition: all 0.4s;
      transition: all 0.4s;
    }
    .input-visita {
      display: block;
      width: 100%;
      font-size: 1em;
      color: #555;
      line-height: 1.2;
    }

    .focus-input-visita {
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      pointer-events: none;
    }

    .focus-input-visita::before {
      content: "";
      display: block;
      position: absolute;
      bottom: -2px;
      left: 0;
      width: 0;
      height: 2px;

      -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
      -moz-transition: all 0.4s;
      transition: all 0.4s;

      background: rgba(255,0,0,1);
      background: -webkit-linear-gradient(45deg, #6c0000, #222);
      background: -o-linear-gradient(45deg, #6c0000, #222);
      background: -moz-linear-gradient(45deg, #6c0000, #222);
      background: linear-gradient(45deg, #6c0000, #222);
    }

    .focus-input-visita::after {
      content: attr(data-placeholder);
      display: block;
      width: 100%;
      position: absolute;
      top: 0px;
      left: 0;

      font-size: 1em;
      color: #555;
      line-height: 1.2;

      -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
      -moz-transition: all 0.4s;
      transition: all 0.4s;
    }

    /*---------------------------------------------*/
    input.input2 {
      height: 45px;
    }

    input.input2 + .focus-input2::after {
      top: 16px;
      left: 0;
    }

    textarea.input2 {
      min-height: 80px;
      padding-top: 13px;
      padding-bottom: 13px;
    }

    textarea.input2 + .focus-input2::after {
      top: 16px;
      left: 0;
    }

    .input2:focus + .focus-input2::after {
      top: -13px;
    	color: #222;
    }

    .input2:focus + .focus-input2::before {
      width: 100%;
    }

    .has-val.input2 + .focus-input2::after {
      top: -13px;
    	color: #888;
    }

    .has-val.input2 + .focus-input2::before {
      width: 100%;
    }
    /*---------------------------------------------*/
    input.input-visita {
      height: 45px;
    }

    input.input-visita + .focus-input-visita::after {
      top: 16px;
      left: 0;
    }

    textarea.input-visita {
      min-height: 80px;
      padding-top: 13px;
      padding-bottom: 13px;
    }

    textarea.input-visita + .focus-input-visita::after {
      top: 16px;
      left: 0;
    }

    .input-visita:focus + .focus-input-visita::after {
      top: -13px;
    	color: #222;
    }

    .input-visita:focus + .focus-input-visita::before {
      width: 100%;
    }

    .has-val.input-visita + .focus-input-visita::after {
      top: -13px !important;
    	color: #888 !important;
    }

    .has-val.input-visita + .focus-input-visita::before {
      width: 100% !important;
    }

    /*------------------------------------------------------------------
    [ Button ]*/
    .container-contact2-form-btn {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      padding-top: 0px;
    }

    .wrap-contact2-form-btn {
      display: block;
      position: relative;
      z-index: 1;
      border-radius: 2px;
      width: auto;
      overflow: hidden;
      margin: 0 auto;
    }

    .contact2-form-bgbtn {
      position: absolute;
      z-index: -1;
      width: 300%;
      height: 100%;
      background: rgba(219,21,99,1);
      background: -webkit-linear-gradient(-135deg, #6c0000, #222, #6c0000, #222);
      background: -o-linear-gradient(-135deg, #6c0000, #222, #6c0000, #222);
      background: -moz-linear-gradient(-135deg, #6c0000, #222, #6c0000, #222);
      background: linear-gradient(-135deg, #6c0000, #222, #6c0000, #222);
      top: 0;
      left: -100%;
      -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
      -moz-transition: all 0.4s;
      transition: all 0.4s;
    }

    .contact2-form-btn {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0 20px;
      min-width: 244px;
      height: 50px;




      font-size: 16px;
      color: #555;
      line-height: 1.2;


    }

    .wrap-contact2-form-btn:hover .contact2-form-bgbtn {
      left: 0;
    }

    /*------------------------------------------------------------------
    [ Responsive ]*/

    @media (max-width: 576px) {
      .wrap-contact2 {
        padding: 72px 15px 90px 15px;
      }
    }



    /*------------------------------------------------------------------
    [ Alert validate ]*/

    .validate-input {
      position: relative;
    }

    .alert-validate::before {
      content: attr(data-validate);
      position: absolute;
      max-width: 70%;
      background-color: #000;
      border: 1px solid #c80000;
      border-radius: 2px;
      padding: 4px 25px 4px 10px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 0px;
      pointer-events: none;


      color: #c80000;
      font-size: 13px;
      line-height: 1.4;
      text-align: left;

      visibility: hidden;
      opacity: 0;

      -webkit-transition: opacity 0.4s;
      -o-transition: opacity 0.4s;
      -moz-transition: opacity 0.4s;
      transition: opacity 0.4s;
    }

    .alert-validate::after {
      content: "\f12a";
      font-family: FontAwesome;
      display: block;
      position: absolute;
      color: #c80000;
      font-size: 16px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 8px;
    }

    .alert-validate:hover:before {
      visibility: visible;
      opacity: 1;
    }

    @media (max-width: 992px) {
      .alert-validate::before {
        visibility: visible;
        opacity: 1;
      }
    }


     #show_info{
       margin: 0 auto;text-align: center;
       width: 100%;
       cursor: pointer;
       color: #555;
     }

     #show_info:hover{
       color: #222;
     }

     #info
     {margin: 15px auto;
       display: none;
       text-align: center;
       width: 100%;
       padding:15px;
       background-color: #f5f5f5;
    	 font-size: 80%;
     }


      #info a{
        color: #222;
      }
      #info a:hover{
        color: #222;
      }


    .txt_location{
    width:400px;padding:30px;font-size:110%;line-height:1.8;text-align:center;
    }


    .txtmaps{
      padding: 2vh 2vw;
      font-size: 100%;
      text-align: center;
      color: #222;
      width: 50vw;
        }

    .txtmaps img{
      height: 5vh;
      margin-bottom: 1vh;
        }

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

    .txtmaps p{
    line-height:1.5;margin-top:10px;
    }




    /*your next project*/



    .intro_next_project{
      width: 100%;
      margin: 0 auto;
      padding: 0 0 0 0;
      height: 95vh;
      text-align: center;
      position: relative;
      background-image: url(../images/back_next_project.jpg);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
    }

    .content_intro_next_project{
        width: 100%;
        height: 100%;
      background-color: rgba(0, 0, 0, 0.4);
    }

  /*  .intro_next_project::after{
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: -1;

        background-image: url(../images/back_next_project.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
      top: 0;
      left: 0;
    }*/

    .content_intro{
      z-index: 1;
    }

    .intro_next_project h1{
      font-size: 350%;
      padding:  0 0 0 0;
      color: #fff;
    }


    .intro_next_project p{
      font-size: 140%;
      padding:  2vh 0 0 0;
      color: #fff;
    }


    .next_proj{
      width: 100%;
      margin: 0 auto 0 auto;
      padding: 8vh 0 12vh 0;
      text-align: center;
      position: relative;
    }

    .next_proj:after{
      content: '';
  position: absolute;
  top: -5vh;
  left: 0;
  width: 100%;
  height: 30vh;
  background-image: url(/images/curva_giu_VG.svg);
  background-repeat: no-repeat;
  background-size: auto 24%;
  background-position: top center;
  pointer-events: none;
    }


  /*  .next_proj::before {
      content: '';
      width: 100vw;
      height: 100vh;
      position: absolute;
      left: -54vw;
      top: -40vh;
      bottom: 0;
      margin: auto;
      z-index: -1;
      background-image: url(/images/back_projects.svg);
      background-repeat: no-repeat;
      background-size: 100vw 100vh;
      background-position: 0 center;
      opacity: 0.3;
      animation-name: ruota_ovale;
      animation-duration: 6s;
      animation-iteration-count: infinite;
    }*/

    .cont_next_proj{
      width: 95%;
    margin: 0 auto;
    }

    .cont_next_proj p{
      font-size: 120%;
      color: #222;
      text-align: left;
      width: 80%;
      margin: 0 auto 8vh auto;
    }


    .timeline{
      width: 100%;
      margin-bottom: 75vh;
    /*  min-height: 45vh;*/
      position: relative;
    }


    .timeline_icona{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      opacity: 0.8;
      background-repeat: no-repeat;
      background-size: 78%;
      background-position: center center;
    }

    .fase_preliminare{
      background-image: url(../images/fase_preliminare.svg);
    }
    .fase_produttiva{
      background-image: url(../images/fase_produttiva.svg);
    }
    .fase_valutativa{
      background-image: url(../images/fase_valutativa.svg);
    }


    .punto_timeline{
      height: 2vh;
      margin-bottom: 2vh;
    }



    .line{
      position: absolute;
      top:0;
      left: 0;
      width: 100%;
      z-index: 1;
      height: 0;
      background-color: #2fac9e;
      opacity: 0;
    }

    .line_back{
      position: relative;
      width: 2px;
      height: 40vh;
      /*background-color: #bbb;*/
      margin: 0 auto;
    }

    .lastline::after{
    content: '';
    width: 1.8vw;
    height: 2px;
    background-color: #2fac9e;
    position: absolute;
    bottom: 0;
    left: -0.9vw;
    }


    .content_line{
      width: 5%;
      text-align: center;
    }

    .txt_timeline{
      width: 90%;
      text-align: left;
    font-size: 120%;
    color: #222;
    line-height: 1.2;
    padding: 2vh 2vw;
    opacity: 0;
    /*background-color: #f5f5f5;
    border-radius: 0.5vw;*/
    }


    .txt_timeline h1{

      font-size: 200%;
      line-height: 1.2;
      margin-bottom: 3vh;
      color:#2fac9e;

    }


    .logo_gamma_proj{
      margin: 6vh auto 0 auto;
      text-align: center;
    }

    .logo_gamma_proj img{
      height: 20vh;
    }




.button_proj{
  width: 100%;
  margin: 0 auto;
}


.button_proj .a_button{
    width: 100%;
    height: 40vh;
    display: block;
    background-image: url(/images/button.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    text-align: center;
    /* transform: scale(1);
    filter: brightness(100%);*/
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }


.button_proj .a_button:hover{
  background-image: url(/images/button_hover.svg);
  text-decoration: none;
}



.button_proj h2{
  font-size: 220%;
  color: #2fac9e;
  display: block;
  margin: 12vh auto 0 auto;
  width: 90%;
  background-color: transparent !important;!i;!;
  line-height: 1.45;
  }

.button_proj .a_button:hover h2{
   color: #fff;
  }
  


.button_proj p{
padding: 0 4vw;
margin: 0 auto;
font-size: 90%;
color: #555;
}


/*grandi produzioni*/

.grandi_produzioni {
  width: 96%;
  margin: 0vh auto 13vh auto;
  /* padding: 20vh 0; */
  position: relative;
  text-align: center;
}


.button_grandi_produzioni{
  width: 100%;
  margin: 0 auto;
}

.button_grandi_produzioni .a_grandi_produzioni{
  width: 100%;
  height: 37vh;
  display: block;
  position: relative;
  background-image: url(/images/back_grandi_produzioni.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  text-align: center;
  /* transform: scale(1);
  filter: brightness(100%);*/
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
/*
.a_grandi_produzioni::after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  z-index: 0;
}*/

/*
.button_grandi_produzioni .a_grandi_produzioni:hover{
background-image: url(/images/button_hover.svg);
text-decoration: none;
}
*/


.button_grandi_produzioni h2{
  font-size: 180%;
  color: #fff;
  display: block;
  margin: 7vh auto 2vh auto;
  width: 86%;
  background-color: transparent !important;
  line-height: 1.45;
}

/*
.button_grandi_produzioni .a_grandi_produzioni:hover h2{
 color: #fff;
}*/



.button_grandi_produzioni a{padding: 13vh 2vw;margin: 0 auto;font-size: 120%;color: #fff;background-color: #2FAC9E;border-radius: 1.5vw;padding: 1.5vh 2vw;}


.button_grandi_produzioni a:hover{
  background-color: #D3DBE3;
color: #2FAC9E;
  }
  




  #lab_galenico{
    display: none;
  }
  
  
  #grandi_produzioni{
    display: none;
  }
  

