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

.intro_sec{
  top: 0 !important
}

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

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


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


/*animazione titoli*/

.anispa{
  opacity: 0;
}

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




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

.animate_h1 .visible p{
opacity:1 ;
}


header{
  width: 100%;
  position: fixed;
  z-index: 9999;
  /* padding: 2vh 3.5vw; */
}

.shrink{
  transition: all 0.2s linear;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;

  background-color: rgba(255, 255, 255, 0.8);
        padding: 1vh 2vw;
        transition: all 0.2s linear;
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
    
}


.head-page .logo_GPS {
  height: 9vh !important;
}

.head-page{
  background-color: rgba(255, 255, 255, 1);
}

.head-page-shrink{
  background-color: rgba(255, 255, 255, 1);
}


.logo_head{
  width: 28%;
  text-align: center;
  position: relative;
  /* overflow: hidden; */
  padding-top: 3vh;
}

 .logo_head_shrink{
  padding-top: 0.5vh;
  text-align: left;
  padding-left: 1vw;
  display: none;
  width: 25%;
}
  .shrink .logo_head_shrink{
  display: inline;
}

.logo_GPS{
  height: 18vh;
}

.logo_GPS_small{
  height: 8vh;
}


.shrink .logo_head{
 display: none;
}




.cerchi_logo{position: absolute;width: 42vw;bottom: -22vh;right: -9vw;}
.shrink .cerchi_logo{
  display: none;
}

.intro{
  padding-top: 14vh;
  background-image: url(../images/intro_gpsnet.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100vh;
	position:relative;
}

.intro::before{
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	background: linear-gradient(
  to bottom,
  rgba(0, 0, 0, 0.4),
  rgba(0, 0, 0, 0)
);
	z-index:1;
	top:0;
	left:0;
}

.menu{
  width: 36%;
  font-size: 100%;
  color: #fff;
  padding-top: 4vh;
}

.shrink .menu{
  font-size: 90%;
text-align: right;
	color:#777;
	padding-top: 3vh;
}

.menu a{
  padding: 0 0.5vw;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  position: relative;
  transition: all 0.2s linear;
}

.shrink .menu a{
	color:#777;
}

.menu a:hover{
  color: #3888A8;
  transition: all 0.2s linear;
}

.menu a::before{
  content: '';
  transition: all 0.2s linear;
  position: absolute;
  height: 0.5vh;
  width: 0;
  background-color:#A5A5A5;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -1vh;
}

.menu a:hover::before{
  width: 100%;
}


.intro_main_serv{
  width: 34%;
  padding-top: 18vh;
}

.content_txt_intro{
  width: 80%;
  position: relative;
  padding-top: 17vh;
  margin: 0 auto;
	z-index:2;
}


.content_txt_intro h1{
  font-weight: 400;
  font-size: 350%;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 1vh;
}

.content_txt_intro p{
  font-size: 180%;
  font-weight: 300;
  color: #fff;
  line-height: 1.2;

}


.world_intro{
width: 80%;
margin: 8vh auto 0 auto;
}


.empty_world{
  width: 60%;
}

.content_world_intro{
  width: 40%;
  text-align: center;
}

.content_world_intro img{
  width: 100%;
  display: block;
  margin: 0 auto 1vh auto;
}

.content_world_intro h2{
  font-weight: 400;
  font-size: 150%;
  margin-top: 1vh;
  color: #fff;
  font-style: italic;
  line-height: 1;
}

.country {
  transition: opacity 0.5s ease-in-out; /* effetto dissolvenza */
  opacity: 1;
}
.fade-out {
  opacity: 0;
}


.num1{
  background-image: url(../images/regulatory_service.svg);
  margin-top: 2%;
}

.num2{
  background-image: url(../images/compliance_service.svg);
  margin-top: 12%;
}

.num3{
  background-image: url(../images/testing_service.svg);
  margin-top: 15%;
}

.num4{
  background-image: url(../images/sustainaibility_service.svg);
  margin-top: 12%;
}

.num5{
  background-image: url(../images/audit_service.svg);
  margin-top: 0;
}

.img_pack{
  margin-top:2vh;
}


.img_pack img{
  height:12vh;
}


.main_serv_circle{
  width: 21vw;
  height: 21vw;
  border-radius: 100%;
  background-color: #fff;
  border: 0.5vw solid #D5D3D4;
  margin: 24vh auto 0 auto;
  position: relative;
}

.main_serv_circle::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  inset: -40px; 
  width: 25vw;
  height: 25vw;
  border-radius: 100%;
  background: linear-gradient(to right, rgba(0,128,47,0.6), rgba(41,51,138,0.6));
  filter: blur(60px);
  z-index: -1;
}


.main_serv_circle h1{
  margin: 6vh auto 0 auto;
  padding: 0;
  width: 80%;
  text-align: center;
}


.main_serv_circle ul{
  list-style-type: none;
  margin: 1vh auto 0 auto;
  padding: 0;
  width: 70%;
}

.main_serv_circle ul li{
  margin-left: 2.5vw;
  transition: all 0.2s linear;
  position: relative;
  transition: all 0.2s linear;
}

.main_serv_circle ul li a{
  font-size: 120%;
  font-weight: 200;
  font-style: italic;
  text-decoration: none;
  color: #222;
  transition: all 0.2s linear;
  padding-left: 0.5vw;
}
.main_serv_circle ul li:hover::after{
  content: '';
  width: 2.5vw;
  height: 2.5vw;
  position: absolute;
  top: -1vh;
  left: -3.2vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.2s linear;
}

.reg_serv:hover::after{
  background-image: url(../images/regulatory_service.svg);
}

.compliance:hover::after{
  background-image: url(../images/compliance_service.svg);
}

.testing:hover::after{
  background-image: url(../images/testing_service.svg);
}

.sustain:hover::after{
  background-image: url(../images/sustainaibility_service.svg);
}

.audit:hover::after{
  background-image: url(../images/audit_service.svg);
}

.main_serv_circle ul li a:hover{
  color: #1973EB; 
}




.main_serv_circle li::marker {
  font-family: "FontAwesome";
  content: "\f0da"; /* la freccia */
  color: transparent; /* opzionale: colore diverso al hover */
font-size: 120%;


}

.main_serv_circle li:hover::marker {
	 color: #1973EB;
}

.box_news{
  width: 15vw;
  height: 15vw;
  border: 0.5vw solid #fff;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.box_news::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  inset: -40px; 
  width: 18vw;
  height: 18vw;
  background: linear-gradient(to right, rgba(0,128,47,0.6), rgba(41,51,138,0.6));
  filter: blur(60px);
  z-index: -1;
}

.box_news h2{
  color: #fff;
  font-size: 200%;
  font-weight: 400;
  font-style: italic;
  padding: 0 0 2vh 1vw;
  width: 90%;
  line-height: 1.2;
}


.main_service{
  width: 100%;
  margin: 20vh auto 20vh auto;
}

.main_service h1{
  font-size: 350%;
  font-style: italic;
  color: #000;
  font-weight: 600;
  text-align: center;
  margin-bottom: 3vh;
  line-height: 1.2;
}

.content_services{
  width: 80%;
  margin: 0 auto;
  padding-top: 10vh;
}

.box_services{
  width: 30%;
  border-radius: 2vw;
  background-color: #DFE3EB;
  padding: 5vh 2vw 4vh 2vw;
  position: relative;
  min-height: 26vh; 
}

.box_services h2{
  font-size: 150%;
  font-weight: 500;
  margin: 0 auto 1vh auto;
  width: 100%;
  text-align: center;
}

.box_services p{
  font-size: 100%;
  margin: 0 auto 0 auto;
  width: 100%;
  text-align: center;
}


.box_services ul{
  margin: 0 auto;
  width: 100%;
  padding: 0;

  line-height: 1.2;
}

.box_services ul li{
  margin-bottom: 1vh;
  list-style-type:circle;
  margin-left: 1vw;
}


.box_services::before{
  content: '';
  width: 6vw;
  height: 6vw;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -8vh;
  left: 0;
  right: 0;
  margin: auto;
}

.serv1::before{
  background-image: url(../images/regulatory_service.svg);
}

.serv2::before{
  background-image: url(../images/compliance_service.svg);
}

.serv3::before{
  background-image: url(../images/testing_service.svg);
}

.serv4::before{
  background-image: url(../images/sustainaibility_service.svg);
}

.serv5::before{
  background-image: url(../images/audit_service.svg);
}




.network{
  width: 100%;
  margin-top: 20vh;
  position: relative;
}

#back_circle{
  position: absolute;
  z-index: -1;
  left: -38%;
  top: -24%;
  width: 75vw;
}

.network h1{
  font-size: 350%;
  font-style: italic;
  color: #000;
  font-weight: 500;
  text-align: center;
  margin-bottom: 2vh;
}


.txt_network{
    border-radius: 2vw;
    background-color: #DFE3EB;
    padding: 6vh 4vw 10vh 4vw;
    width: 45%;
    margin: 3vh auto;
    position: relative;
}


.txt_network p{
  font-size: 100%;
  font-weight: 300;
}

.circle_team{position: absolute;bottom: -12.5vh;right: -3vw;}

.scialpi{
  bottom: -14vh;
}

.circle_team .linkedin img{
  height: 3.2vw;
}

.circle_team .img_circle img{
  height: 12vw;
}

.circle_team .img_circle {
  text-align: center;
}

.circle_team .img_circle h2{
    font-size: 150%;
    font-weight: 300;
    margin: 0;
    padding: 0;
    line-height: 1.2;
}

.text_homepage{
  margin: 0 auto 0vh auto;
  width: 100%;
  text-align:center;
  padding: 18vh 0;
  background-color:#DFE3EB; 
}

.text_homepage h1{
  font-size: 350%;
  font-weight: 600;
  margin: 0 0 3vh 0;
  padding: 0;
  line-height: 1.2;
  font-style: italic;
}

.text_homepage p{
  font-size: 120%;
  font-weight: 300;
  margin: 0 auto;
  padding: 0;
	width:55%;
  line-height: 1.6;
}


.team{
  margin: 15vh 0 25vh 0;
  width: 100%;
}


.team h1{
  font-size: 350%;
  font-weight: 600;
  margin: 3vh auto 5vh auto;
  padding: 0;
  line-height: 1.2;
  font-style: italic;
  text-align: center;
}

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


.gpsnet_hp{
  width: 50%;
  margin: 0 auto;
  border-radius: 2vw;
  background-color: #DFE3EB;
  /*adding: 6vh 2vw 18vh 2vw;*/
  padding: 6vh 0vw 6vh 0vw;
}

.logo_gpsnet_hp{
  width: 35%;
  text-align: center;
  /* padding-left: 2vw; */
}

.logo_gpsnet_hp img{
  width: 12vw;
}

.txt_gpsnet_hp{
  width: 65%;
  text-align: left;
}


.txt_gpsnet_hp h1{
  font-size: 165%;
  font-weight: 500;
  margin: 0 auto 1vh auto;
  width: 100%;
}

.txt_gpsnet_hp p{
  font-size: 150%;
  margin: 0 auto 0 auto;
  width: 100%;
}

.txt_gpsnet_hp .button{
  margin: 2vh 0 0 0 !important;
  width: 55%;
}



.box_team{
  position: relative;
  border-radius: 2vw;
  background-color: #DFE3EB;
  /*adding: 6vh 2vw 18vh 2vw;*/
  padding: 6vh 2vw 6vh 2vw;
  width: 30%;
}

.logo_team{
  height: 7vh;
  display: block;
  margin: 0 auto 3vh auto;
}


.box_team p{
  font-size: 90%;
  font-weight: 300;
  width: 100%;
}


.contact{
  width: 100%;
  margin: 18vh auto 0 auto;
  position: relative;
}


.contact_page::before{
	content:'';
	width:100%;
	background-color:#f5f5f5;
	position:absolute;
	top:0;
	left:0;
	height:100%;
	z-index:-2;
}


.content_h1{
  overflow: hidden;
  padding-bottom: 20vh;
  position: absolute;
  width: 100%;
  top: 0;
}

.contact h1{
  position: relative;
    font-size: 350%;
  font-style: italic;
  color: #000;
  font-weight: 500;
  text-align: center;
  margin-bottom: 2vh;
  padding-bottom: 10vh;
  padding-top: 2vh;
}

.contact h1::before{
  content: '';
  width: 30vw;
  height: 30vw;
  border-radius: 100%;
  background-color: #fff;
  position: absolute;
  bottom:0vh;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

.contact h1::after{content: '';width: 30vw;height: 30vw;border-radius: 100%;position: absolute;bottom: -3vh;left: 0;right: 0;margin: auto;z-index: -2;background: linear-gradient(to right, rgba(0,128,47,0.6), rgba(41,51,138,0.6));filter: blur(60px);}

.contact h2{
  position: absolute;
    font-size: 150%;
  font-style: italic;
  color: #000;
  font-weight: 500;
  text-align: center;
top:30%;
	left:0;
	right:0;
	margin:auto;

}


/*form scheda*/

.form_info{
	width: 100%;
	padding: 24vh 0 10vh 0;
	position: relative;
	margin-top: 0;
}





	.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:60vh;
	}


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

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

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





  .news{
    width: 100%;
    margin-bottom: 8vh;
    position: relative;
    padding-bottom: 20vh;
  }
  
  #circle_news{
    width: 38vw;
    height: 38vw;
    border-radius: 100%;
    background-color: #fff;
    position: absolute;
    top:-8vh;
    left: -5vw;
    z-index: -1;
  }


  #circle_news_ombra{
    content: '';
    width: 38vw;
    height: 38vw;
    border-radius: 100%;
    position: absolute;
    top:-8vh;
    left: -5vw;

    z-index: -2;
    background: linear-gradient(to right, rgba(0,128,47,0.6), rgba(41,51,138,0.6));filter: blur(60px);}

  
  .news h1{
    font-size: 350%;
    font-style: italic;
    color: #000;
    font-weight: 500;
    text-align: left;
    margin-bottom: 2vh;
  }
  
  .content_news{
    width: 90%;
    margin: 0 auto;
  }
  

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

  .box_news_list{
    display: block;
    width: 25%;
    padding: 0 2vw;
    transition: all 0.2s ease-out;
    text-align: center;
  }

  .img_news{
    width: 100%;
    height: 15vw;
    border: 0.5vw solid #fff;
    margin:0 auto 2vh auto;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    filter: brightness(70%);
    transition: all 0.2s ease-out;
  }

  .box_news_list h2{
    font-size: 150%;
    font-weight: 300;
    margin: 0;
    padding: 0;
    line-height: 1.2;
    color: #000;
  }

  .box_news_list:hover h2{
    color: #1973EB;
    transition: all 0.2s ease-out;

  }

  .box_news_list:hover .img_news{
    filter: brightness(100%);
    border: 0.5vw solid #dedede;
  }


  footer{
    width: 100%;
    padding: 4vh 0;
    background-color: #244670;
    color: #fff;
  }

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

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

  .txt_foot h1{
    font-size: 238%;
    color: #fff;
    font-weight: 500;
    margin-bottom: 2vh;
  }


  .txt_foot p{
    font-size: 90%;
    font-weight: 300;
    margin: 0 auto;
  }

  .txt_foot a{
    color: #A5A5A5;
    text-decoration: none;
  }

  .txt_foot a:hover{
    color: #d3d3d3;
    text-decoration: none;
  }

.txt_foot div{
	width: 33%;
	text-align:center;

}

.empty-foot{
  width: 30% !important;
}

.tit_foot{
  width: 40% !important;
  text-align: center !important;
}

  .social_foot{
    width: 30% !important;
    text-align: left !important;
    padding-left: 9.5vw;
  }

  .social_foot img{
    height: 5vh;
	  margin:0 auto;
	  
  }

  .border{
    position: relative;
  }

  .border::after{
    content: "";
    width: 1px;
    height: 12vh;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fff;
  }

.all100{
	margin-top:4vh;
	width:100% !important;
}

.all100 p{
	width:100% !important;
	text-align:center !important;
}

  /*page*/

  .intest_page{
    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: 23vh 0 12vh 0;
    width: 100%;
}


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

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


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


.intest_page h1 {
  color: #fff;
  padding: 0 0;
  margin: 1.5vh auto 1.5vh auto;
  line-height: 1;
  font-size: 300%;
  text-align: center;
}


.content_page{
  width: 70%;
  margin: 0 auto;
  padding: 10vh 0;
}

.content_page .img_page{
  width: 45%;
}

.content_page .img_page img{
  width: 100%;
}

.txt_page{
  width: 50%;
}



.txt_page h1{
  font-size: 250%;
  font-style: italic;
  color: #000;
  font-weight: 500;
  text-align: left;
  margin-bottom: 2vh;
}



.txt_page p{
  font-size: 100%;
  font-weight: 300;
}


.button{
  margin: 2vh auto 0 auto;
  display: block;
  text-align: center;
  background-color: #1973EB;
  border-radius: 0.5vw;
  width: 80%;
  padding: 1vh 0;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease-out;

}

.button:hover{
  background-color: #222;
}


.invia_page{
  min-height: 60vh;
}

.invia_page .txt_page{
  text-align: center;margin: 0 auto;
}

.invia_page .button{
  width: 30%;
}