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

.intro_sec{
  top: 0 !important;
  height: 100vh;
  width: 100%;
}

.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) brightness(0.6);
}


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


.menu{
  width: 62%;
  text-align: right;
  padding: 4vh 0 0 0;
  font-size: 105%;
}

.shrink .menu {
  padding: 4vh 0 0 0;
}


.menu::after{
  content:"";
  width: 72vw;
  background-color: rgba(0,61,130,0.35);
  height:10vh;
  position:absolute;
  z-index:0;
  top:0;
  right:0;
  border-bottom-left-radius:3vw;
  opacity:1;
}
.shrink .menu::after{
  opacity:0;
}


.menu a{
  font-size: 108%;
  color: #fff;
  padding: 0 0.5vw;
  position: relative;
  text-decoration: none;
  position: relative;
  z-index: 1;
  text-align: center;
  text-transform: capitalize;
}

.ger .menu a{
	font-size:88%;
}

.ger .menu a{
	font-size: 92%;
}

.eng .menu a{
	font-size: 100%;
}

.fra .menu a{
	font-size:100%;
}

.shrink .menu a{
  font-size: 102%;
  color: #003d82 !important;
}

.eng .shrink .menu a{
  font-size: 98%;
  color: #003d82 !important;
}

.fra .shrink .menu a{
  font-size: 98%;
  color: #003d82 !important;
}


.ger .shrink .menu a{
  font-size: 92%;
  color: #003d82 !important;
}


  .link_menu{
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #D8001D, #D8001D 50%, #fff 50%);
  background-size: 200% 100%;
  background-position: -100%;
  transition: all 0.3s ease-in-out;
}

.shrink .link_menu{
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #D8001D, #D8001D 50%, #003d82 50%);
  background-size: 200% 100%;
  background-position: -100%;
  transition: all 0.3s ease-in-out;
}

/*
.link_menu::before {
  display: block;
  content: "";
  width: 0;
  height: 1px;
  bottom: 5px;
  left: 18%;
  bottom: -3px;
  margin: auto;
  z-index: 0;
  position: absolute;
  background: #D8001D;
  transition: all 0.3s ease-in-out;
}*/
.link_menu:hover {
  background-position: 0%;
}
.link_menu:hover::before {
  width: 62%;
}

.select_menu, .shrink .select_menu{
  pointer-events: none;
  color: #D8001D !important;
}

.select_menu::before{
  background-position: 0%;
  background: #D8001D;
  width: 62%;
}


.shrink .select_menu{
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #D8001D, #D8001D 50%, #D8001D 50%) !important;
  background-size: 200% 100%;
  background-position: -100%;
  transition: all 0.3s ease-in-out;
}




.content_dropmenu{
  width: 8%;
  text-align: left;
}


.dropdown{
  padding-top: 3vh;
}
.dropdown-toggle{
  background-color: #d8d8d8;
  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: #f00;
}

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

    .lang_select{
        height:15px;
    }

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


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

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

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

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

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

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

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


  .empty18{
    /* width: 2%; */
  }
  

     .logo_shrink{
      width: 28%;
      opacity: 0;
      padding: 4vh 0 0 4.5vw;
      position: relative;
      transition: all 0.2s linear;
    }

    .logo_shrink h2 {
        font-size: 223%;
        font-weight: 400;
        color: #fff;
        font-style: italic;
        margin: 4vh 0 0 0;
        padding: 0;
        line-height: 1.2;
        width: 100%;
        letter-spacing: -1px;
    }

.logo_shrink .wid100{
  width: 100%;
}
 

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

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

.shrink .wid100{
  width: 33%;
}
 

.shrink .empty{
  display: none;
}

.shrink h2{
  font-size: 130%;
  width: 65%;
  color: #003D82;
  margin: 0;
}

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

#pagina_interna .shrink .logo_shrink{
  opacity: 1 !important;
}



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

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

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

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

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


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


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

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


  .loading_intro{
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999999;
    background-color:#DADADA ;
    overflow: hidden;
    /*background-image: url(../images/confezione_intro.jpg);
    background-repeat: no-repeat;
    background-position: center center;*/
}

.logo_intro{
  opacity: 0;
  height: 12vh;
}

.clip_load1{

  position: absolute;
  top: 0;
  left: -11vw;
  width: 112vw;
  height: 112vw;
  background-color: #003D82;
  z-index: -1;
  z-index: 98;
  transition: all 0.2s linear;
  /* border-radius: 100%; */
  clip-path: inset(0 0 0 0 round 0 0 30% 0);
  transform: rotate(90deg);
  transform-origin: 100% 0%;
}


.clip_load2 {

  position: absolute;
  top: 0;
  left: -11vw;
  width: 112vw;
  height: 112vw;
  background-color: #222;
  z-index: -1;
  z-index: 97;
  transition: all 0.2s linear;
  /* border-radius: 100%; */
  clip-path: inset(0 0 0 0 round 0 0 30% 0);
  transform: rotate(90deg);
  transform-origin: 100% 0%;
}



.clip_rotate{
  animation: rotate 1s linear 1;
  animation-fill-mode: initial;
}


@keyframes rotate {
  0%{transform: rotate(90deg);}
  100%{ transform: rotate(-90deg);}
}



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


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




.video_home{
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  filter:brightness(0.7);
}


.video_home1{
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display:none;
  filter:brightness(0.7);
}

.video_home2{
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display:none;
  filter:brightness(0.7);
}

.testo_green,.testo_bimbo,.testo_filiera{
  display: none;
}


.foto_home{
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display:none;
  filter:brightness(0.7);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}



#intest_intro{
  position: absolute;
  top: 27vh;
  right: 0;
  width: 54%;
  /* text-align: center; */
  z-index: 999999;
  overflow: hidden;
}

.content_txt_intro{
  width: 100%;
  /* padding-bottom: 11vh; */
  /* height: 70vh; */
}

.conf_intro{
  width: 25%;
  position: relative;
  text-align: center;
}

.conf_intro2{
  width: 10%;
  position: relative;
  text-align: center;
}

.logo_over_conf{
  height: 7vh !important;
  position: absolute;
  top:0%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
}

.conf_intro img{
  width: 90%;
  height: auto;
  /*opacity: 0.6;*/
}

.txt_intro{
  width: 75%;
  padding: 2vh 2vw 30vh 1vw;
  position: relative;
  overflow: hidden;
}

.txt_intro2{
  width: 90%;
  padding: 2vh 8vw 30vh 2vw;
  position: relative;
  overflow: hidden;
}


.back_hp_white{
  position: absolute;
  width: 56vw;
  top:0;
  left: 0;
  z-index: 0;
  opacity: 0.5;
}


.txt_intro2 .back_hp_white{
  position: absolute;
  width: 56vw !important;
  top:0;
  left: 2vw;
  z-index: 0;
  opacity: 0.6;
}

.intro_intest{
  width: 80%;
  position: relative;
  z-index: 2;
}


.intro_intest h1{
  font-size: 420%;
  font-weight: 400;
  background: #2CD5FC;
  background: linear-gradient(to right, #2CD5FC 0%, #0BD335 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
  padding: 0;
  line-height: 1.2;
  margin-bottom: 2vh;
}

.fra .intro_intest h1{
  font-size: 350%;
}

.ger .intro_intest h1{
  font-size: 340%;
}


.txt_intro2 .intro_intest h1{
  font-size: 430% !important;
  /* line-height: 1.1 !important; */;
}

.fra .txt_intro2 .intro_intest h1{
  font-size: 405% !important;
}

.intro_intest h2{
  font-size: 200%;
  font-weight: 200;
  color: #fff;
  margin: 0 0 0vh 0;
  padding: 0;
  line-height: 1.2;
}

.ger .intro_intest h2{
  font-size: 170%;
}


.intro_intest p{
  width: 85%;
  /* margin: 0 auto; */
  /* text-align: center !important; */
  color: #fff;
  font-size: 105%;
  line-height: 1.4;
  font-weight: 300;
}



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

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

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

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

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


.first_foot{
  width: 35%;
}


  .second_foot{
    width: 65%;
    padding-left: 2vw;
    border-left: 1px solid #fff;
    /* min-height: 11vh; */
    padding: 2vh 2vw;
  }

.second_foot h2{
  font-size: 120%;
  font-weight: bold;
  color: #fff;
 /* margin-top: 9vh;*/
}



.second_foot a{
  display: block;
}

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

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

.link_foot a{
  display: block;
}

.img_logo_foot{
  height: 20vh;
  width: 10%;
}

.img_logo_foot img{
  height: 8vh;
}






.location{
  width: 100%;
  margin: 0 auto;
 /* padding: 0 0 10vh 0;*/
  background-color: #fff;
  position: relative;
}



.content_video_location{
  height: 80vh;
  overflow: hidden;
  width: 100%;
  position: relative;
      margin:0 auto 5vh auto;
}


.content_video_location::after{
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.content_video_location h1{
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  font-size: 350%;
  font-weight: 100;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  z-index: 2;
  }



.content_video_location h2{
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  font-size: 150%;
  font-weight: 100;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  z-index: 2;
  }

  .video_location{
    width: 100%; 
    height: auto;
     display: block;
 }

/*
#map{
  width: 80%;
  height: 60vh;
  margin: 0 auto;
}*/



#map{
  width: 100%;
  height: 100vh;
  margin: 0 auto;
}

.txtmaps {
  padding: 20px 20px;
  font-size: 120%;
  text-align: center;
  color: #333;
}

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

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


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


.txtmaps a{
  color: #555;
  font-weight: 100 !important;
  text-decoration: none;
}

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





.location-info{
    margin: 0 auto 0px;
    width: 90%;
    text-align: left;
    background-color: #f5f5f5;
    padding: 2vh 2vw 0.5vh 2vw;
}

.come_raggiungerci{
	font-size: 150% !important;
	font-weight: bold !important;
	color: #003D82 !important;
	cursor: pointer !important;
  margin: 0 0 1vh 0;
}



.sustainability_hp{
  width: 100%;
  height: 100vh;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.tit_sust{
  font-size: 450%;
  font-weight: 500;
  color: #009a4b;
  position: absolute;
  top: 11%;
  left: 5%;
  z-index: 3;
  width: 33%;
  line-height: 1;
}

.ger .tit_sust{
  font-size: 400%;
}

.fra .tit_sust{
  font-size: 430%;
}

.content_sustainability{
  width: 100%;
  margin: 0 auto;
  padding-top: 0;
}

.empty_tit_sust{
  width: 20%;
}

.content_txt_rd{
  width: 80%;
  position: relative;
  background-image: url(../images/back_sustainability.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 9vh 0 7vh 0;
  border-bottom-left-radius: 80px 80px;
  overflow: hidden;
}

.content_txt_rd::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.3);
z-index: 1;
}



.video_forest{
  position: absolute;
  width: 82vw;
  height: auto;
  top: 0%;
  left: 0%;
  z-index: 0;
}

.square_white{
  height: 25vw;
  position: absolute;
  top: -5%;
  left: -2%;
  z-index: 2;
}

.content_pack_hp{width: 90%;margin: 0vh auto 5vh auto;position:relative;z-index:3;height: 60vh;}

.content_pack_hp .empty{
  width: 32%;
}

.box_conf_hp{
  width: 17%;
  text-align: center;
}

.box_conf_hp img{
  /* width: 90%; */
  height: 30vh;
  margin: 0 auto;
  opacity: 0.8;
}

.h2_conf_hp{
  width: 100%;
  padding: 0px 0 0 22vw;
  /* height: 30vh; */
  /* z-index: 4; */
  }


  .h2_conf_hp h2{
  font-size: 430%;
  font-weight: 500;
  color: #fff;
  line-height: 1.3;
  z-index: 4;
  margin-bottom: 2vh;
}

.ger .h2_conf_hp h2{
  font-size: 400%;}

.h2_conf_hp p{
  width: 60%;
  font-size: 150%;
  font-weight: 300;
  color: #fff;
  line-height: 1.4;
  z-index: 4;
}



.our_company_hp{
  width: 100%;
  height: 100vh;
  margin: 0vh 0;
  position: relative;
  overflow: hidden;
}

.our_company_video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 0;
}


.content_txt_our_company{
  padding: 5% 0% 0 12%;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  position: relative;
  z-index: 2;
}


.content_txt_our_company h1{
  font-size: 350%;
  width: 50%;
  font-weight: 400;
  color: #fff;
  line-height: 1.2;

}

.content_txt_our_company .content_puls{
  width: 20% !important;
  margin-top: 4vh !important;
}




.news_hp{
  width: 100%;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  padding-bottom: 20vh;
}

.intest_news_hp{
  width: 20vw;
  height: 20vw;
  border-radius: 100%;
  background-color: #013D83;
  position: absolute;
  top: -10vh;
  left: 4vw;
  z-index: 0;
}

.intest_news_hp h1{
  text-align: center;
  font-size: 350%;
  font-weight: 200;
  color: #fff;
  line-height: 1.2;
  padding-top: 18vh;
}

.content_news{
  width: 80%;
  margin: 24vh auto 0 auto;
  position: relative;
  z-index: 1;
}

.box_news{
  width: 23%;
  height: 32vh;
  border-radius: 80px;
  overflow: hidden;
  margin-bottom: 3vh;
  transition: all 0.2s ease-out;

}

.img_box_news{
  width: 100%;
  background-repeat: no-repeat;
  height: 70%;
  background-size: cover;
  background-position: center center;
}

.box_news h2{
width: 100%;
padding: 6% 0 14% 0;
font-size: 105%;
color: #222;
text-align: center;
background-color: #DEDEDE;
transition: all 0.2s ease-out;

}

.box_news:hover h2{
  background-color:#D9001D;
color: #fff;
}



/*form scheda*/

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


	#form_info h1{
    font-size: 350%;
    font-weight: 100;
    color: #023D83;
    margin-bottom: 6vh;
    line-height: 1.2;
    padding-left: 4vw;
    text-align: center;
    position: relative;
	}

  #form_info h1::before{
    content: '';
    width: 4vw;
    height: 4vw;
    background-color:#D9001D;
    border-radius: 100%;
    position: absolute;
    left: 5vw;
    top: 0;
  }

  .fra #form_info h1::before{
    left: 0;
    top: 0;
  }

  .eng #form_info h1::before{
    left: 0;
    top: 0;
  }

  .ger #form_info h1::before{
    left: 0;
    top: 0;
  }

  .contact_hp{
    /* margin-top: 34vh; */
  }



	.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: #111;
		text-decoration: none;
	}





  .slide_butt:hover {
    box-shadow: inset 16em 0 0 0 var(--hover);
  }
  
  
  .content_invia .slide_butt:hover {
    box-shadow: inset 20em 0 0 0 var(--hover);
  }
  


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


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


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

.h2_conf_hp .content_puls{
	width: 30% !important;
  margin-top: 4vh !important;
}
.intro_intest .content_puls{
	width: 30% !important;
  margin-top: 2vh !important;
}

.content_invia  .content_puls{
	width: 20% !important;
  margin: 4vh auto!important;
}


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



.certification{
  width: 100%;
  background-color: #f5f5f5;
  padding: 14vh 0;
}


.intest_cert h1{
  font-size: 400%;
  width: 90%;
  margin: 0 auto 2vh auto;
  font-weight: 400;
  color: #003D82;
  line-height: 1.2;
  text-align: center;

}

.intest_cert p {
  font-size: 120%;
  width: 40%;
  font-weight: 300;
  color: #222;
  line-height: 1.4;
  margin: 0 auto;
}


.content_certif{
  width: 85%;
  margin:6vh auto 0 auto;
}

.box_certif{
  width: 18%;
  height: 20vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  padding: 0 0;
  background-color: #fff;
  border-radius: 20px;
  margin: 0 1.2vh 3vh 1.2vh;
    transition: all 0.2s ease-out;
  position: relative;
}


.download_certif{position: absolute;top: 5%;right: 3.8%;width: 2vw;height: 2vw;border-radius: 100%;background-color: #999;transition: all 0.2s ease-out;}

.box_certif:hover .download_certif{
  background-color: #D8001D;
}

.download_certif img{
  width: 1vw;
  text-align: center;
}

.product{
  width: 100%;
  background-color: #fff;
  padding: 12vh 0 12vh 0;
  margin-bottom: 20vh;
  position: relative;
}

#pagina_interna .product{
  width: 100%;
  background-color: #fff;
  padding: 12vh 0 10vh 0 !important;
  margin-bottom: 0 !important;
  position: relative;
  /*background-image: url(../images/hand_prod.png);
        background-size: 45%;
        background-position: 37vw bottom;
        background-repeat: no-repeat;*/
}

.intest_prod h1{
  font-size: 450%;
  width: 90%;
  margin: 0 auto 2vh auto;
  font-weight: 400;
  color: #D8001D;
  line-height: 1.2;
  text-align: center;

}

.intest_prod h1 span:first-child, .intest_prod h1 span:last-child{
  color:#003D82;
}

.intest_prod p{
  font-size: 105%;
  width: 40%;
  font-weight: 300;
  color: #222;
  line-height: 1.4;
  margin: 0 auto;


}




.content_product{
  width: 90%;
  margin:6vh auto 0 auto;
 /* background-color: #8AC0FE;*/
  /*border-radius: 60px;*/
}

.content_product_prod{
  width: 90%;
  margin:0 auto 0 auto;
 /* background-color: #8AC0FE;*/
  /*border-radius: 60px;*/
}



.scheda_prodotto{
  width: 52vw;
  margin:auto;
  background-color: #fff;
  border-radius: 1vw;
  padding: 5vh 2vw;
  position: absolute;
  top:0;
  left:0;
  right: 0;
  z-index: 99999999;
}

.scheda_prodotto .content_puls {
  width: 15% !important;
  margin: 2vh auto 0 auto !important;
}

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

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

.img_bio_film_compost{
  background-image: url(../images/prodotti/carta_igenica.jpg);
}

.img_bio_home_compost{
  background-image: url(../images/prodotti/tovagliolo.jpg);
}

.img_bio_ISCC_plus{
  background-image: url(../images/prodotti/asciugatutto.jpeg);
}


.img_psv_food{
  background-image: url(../images/prodotti/sacchetto_fondo_quadro.jpg);
  background-size: auto 100% !important;

}

.img_psv_mixeco{
  background-image: url(../images/prodotti/fazzolettino.jpg);
  background-size: auto 100% !important;
}


#psv_mixeco{
  display: none;
}



#bio_film_compost{
  display: none; 
}

#psv_food{
  display: none;
}

#bio_home_compost{
  display: none;
}
#bio_ISCC_plus{
  display: none;
}

.scheda_prodotto h2 {
  font-size: 180%;
  margin-bottom: 0.8vh;
  font-weight: 600;
  opacity: 0.7;
}


.scheda_prodotto h1 {
  font-size: 280%;
  margin-bottom: 3vh;
  font-weight: 600;
}

.scheda_prodotto p {
  font-size: 105%;
  width: 100%;
  line-height: 1.4;
}

.box_prod{
  width: 50%;

  color: #222;
  padding: 3vh 4vw 0vh 0;
  /*overflow: hidden;*/
  position: relative;
  z-index: 1;
  transition: all 0.2s ease-out;
}

.box_prod80{
  width: 90%;
  margin: 0 auto;
  color: #fff;
  padding: 3vh 0vw 0vh 2vw;
  /*overflow: hidden;*/
  position: relative;
  z-index: 1;
  transition: all 0.2s ease-out;
}


.box_prod50{
  width: 38%;
  margin: 0 auto;
  color: #fff;
  padding: 3vh 0vw 0vh 0;
  /*overflow: hidden;*/
  position: relative;
  z-index: 1;
  transition: all 0.2s ease-out;
}

.content_circle_product{
  width: 56%;
  padding-top: 3vh;
  position: relative;
}

.pag_prod{
  padding-top: 6vh !important;
}


#prod_ric_info_page{
  position: absolute;
  top: 8.2vh;
  right:0;
}

#prod_ric_info{
  position: absolute;
  top: 2vh;
  right:0;
}

.content_circle_product .content_puls{
	width: 120% !important;
	border-radius: 10px;
	overflow: hidden;
	margin-top: 0 !important;
	/* font-size:80% !important; */
}

.content_circle_product .slide_butt{
  font-size: 90% !important;
}

.fra .content_circle_product .slide_butt{
  font-size: 80% !important;
}
.ger .content_circle_product .slide_butt{
  font-size: 75% !important;
}


.content_circle_product h1{
  font-size: 420%;
  width: 90%;
  margin: 0 auto 1vh auto;
  font-weight: 400;
  color: #D8001D;
  line-height: 1.2;
  text-align: center;
}

.fra .pag_prod h1{
  font-size: 350%;
}

.ger .pag_prod h1{
  font-size: 350%;
}


.pag_prod h1{
  margin: 0 auto 4vh auto;
}

.content_circle_product h1 span:first-child{
  color:#003D82;
}


.content_circle_product h2{
  font-size: 110%;
  width: 90%;
  margin: 0 auto 3vh auto;
  font-weight: 400;
  color: #222;
  line-height: 1.2;
  text-align: center;
}


.product_circle{
width: 100%;
margin-top: 1vh;
}

.circle{
  width: 12vw;
  height: 12vw;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  position: relative;
  margin-bottom: 5vh;
  transition: none !important;
}

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

.eng .pasta h1{
	top:34%;
}

.eng .pane h1{
	top:34%;
}

.ger .pasta h1{
	top:34%;
}

.ger .pane h1{
	top:34%;
}



.fra .pasta h1{
	top:34%;
}

.fra .pane h1{
	top:34%;
}

.fra .pet h1{
	top:34%;
}

.fra .tissue h1{
	top:34%;
}

.ger .tissue h1{
	top:34%;
}


.concimi h1{
  top:34% !important;
}


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

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

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

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

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


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

.pet{
  background-image: url(../images/food/pet_food.jpg);
}

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


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


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

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


.asciugamano_prod{
  background-image: url(../images/non_food/confezioni/asciugamano.jpg);
}

.asciugatutto_prod{
  background-image: url(../images/non_food/confezioni/asciugatutto.jpg);
}

.buste_wicket{
  background-image: url(../images/non_food/confezioni/buste_wicket.jpg);
  background-size: auto 87% !important;
}

.carta_igienica{
  background-image: url(../images/non_food/confezioni/carta_igienica.jpg);
  background-size: auto 75% !important;
}
.fazzoletti{
  background-image: url(../images/non_food/confezioni/fazzoletti.jpg);
}
.tovagliolo{
  background-image: url(../images/non_food/confezioni/tovaglioli.jpg);
}

.pillow_concimi{
  background-image: url(../images/non_food/confezioni/pillow_concimi.jpg);
}

.detersivi{
  background-image: url(../images/non_food/confezioni/doypack_det.jpg);
}

.circle_pack{
  width: 13vw;
  height: 13vw;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center center;
  overflow: hidden;
  position: relative;
  margin:0 1vw 1vh 1vw;
  border: 1px solid #888;
}


.flow_pasta_corta{
  background-image: url(../images/food/confezioni/pasta_corta.jpg);
}

.flow_pasta_lunga{
  background-image: url(../images/food/confezioni/pasta_lunga.jpg);
}

.doypack{
  background-image: url(../images/food/confezioni/doypack.jpg);
}

.fondo_quadro{
  background-image: url(../images/food/confezioni/fondo_quadro.jpg);
  background-size: auto 80%;
}

.pillow{
  background-image: url(../images/food/confezioni/pillow.jpg);
  background-size: auto 60%;
}



.flow_pack{
  background-image: url(../images/food/confezioni/flow_pack.jpg);
  background-size: auto 80%;
}

.flow_pack_caramelle{
  background-image: url(../images/food/confezioni/flow_caramelle.jpg);
  background-size: auto 80%;
}

.twist{
  background-image: url(../images/food/confezioni/twist.jpg);
  background-size: auto 80%;
}

.monoporzioni{
  background-image: url(../images/food/confezioni/monoporzioni.jpg);
  background-size: auto 80%;
}

.vaschetta_gelato{
  background-image: url(../images/food/confezioni/top_vaschetta_gelati.jpg);

}


.ciuffo{
  background-image: url(../images/food/confezioni/ciuffo.jpg);
}

.flatbag{
  background-image: url(../images/food/confezioni/flat_bag.jpg);
}

.sottovuoto{
  background-image: url(../images/food/confezioni/sottovuoto_caffe.jpg);
}


.flow_pack_caffe{
  background-image: url(../images/food/confezioni/flow_pack_caffe.jpeg);
}


.flow_pack_pet{
  background-image: url(../images/food/confezioni/flow_pack_pet_food.jpg);
}


.vaschetta{
  background-image: url(../images/food/confezioni/vaschetta.jpg);
  background-size: auto 80%;
}


.vaschetta_affettato{
  background-image: url(../images/food/confezioni/vaschetta_salumi.jpg);
  background-size: auto 80%;
}


.flow_mozzarelle{
  background-image: url(../images/food/confezioni/flowpack_mozzarelle.jpg);
  background-size: auto 80%;
}

.film_sottovuoto{
  background-image: url(../images/food/confezioni/film_sottovuoto.jpg);
}


.circle::after{
  content:'';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
}

.circle h1{
  position: absolute;
  z-index: 2;
  top: 41%;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 160%;
  color: #fff;
  text-align: center;
}



.fra .product_circle h1{
  font-size: 160% !important;
}

.ger .product_circle h1{
  font-size: 160% !important;
}

.product_circle h2{
   font-size: 120%;
  color: #003D82;
  text-align: center;
  margin-bottom: 4vh;
}

.h2_buste_wick{
  margin-bottom: 1vh !important;
}

.scopri_circle{
  font-size: 105%;
  color: #fff;
  background-color: #003D82;
  display: block;
  margin: 0 auto 4vh;
  padding: 1vh 0.5vw;
  text-decoration: none;
  text-align: center;
  width: 50%;
  border-radius: 0.5vw;
}

.scopri_circle:hover{
  background-color: #D8001D;
  text-decoration: none;
  color: #fff;

}


.box_hover_small{
  width: 48%;
  filter: brightness(0.6);
}

.box_hover_big{
  width: 52%;
  filter: brightness(1);
}

.box_prod_green{
background-color: #3CA301;
border-radius: 60px;
z-index: 2;
overflow: hidden;
}


.box_prod_green80_home{
  background-color: #3CA301;
  background-image: url(../images/hand_prod.png);
  background-size: 71%;
  background-position: 19vw bottom;
  background-repeat: no-repeat;
  border-radius: 60px;
  z-index: 2;
  overflow: hidden;
  }

.box_prod_green80{
  background-color: #3CA301;

  border-radius: 60px;
  z-index: 2;
  overflow: hidden;
  }
.box_prod_innovative{
background-color: #8AC0FE;
border-top-right-radius:60px;
border-bottom-right-radius:60px;
position: relative;
}
.box_prod_innovative::before{
  content: '';
  width: 10%;
  height: 100%;
  background-color: #8AC0FE;
  position: absolute;
  z-index: 0;
  top: 0;
  left: -10%;
}

.box_prod_txt{
  width: 80%;
  height: 55vh;
  padding-left: 3vw;
  background-repeat: no-repeat;
}



.box_prod_txt80{
  width: 48%;
  /* height: 55vh; */
  padding-left: 3vw;
  padding-top: 2vh;
  /* padding-bottom: 6vh; */
  background-repeat: no-repeat;
}
.box_prod_txt80 h1 {
  font-size: 300%;
  margin-bottom: 1.2vh;
  color: #fff;
}

.box_prod_txt80 p {
  font-size: 110%;
  width: 100%;
  line-height: 1.4;
  color: #fff;
}



.box_prod_txt100{
  width: 100%;
  /* height: 55vh; */
  padding-left: 2vw;
  padding-top: 2vh;
  /* padding-bottom: 6vh; */
  background-repeat: no-repeat;
}
.box_prod_txt100 h1 {
  font-size: 300%;
  margin-bottom: 1.2vh;
  color: #fff;
}

.box_prod_txt100 p {
  font-size: 105%;
  width: 90%;
  line-height: 1.4;
  color: #fff;
}





.link_prod80 h3{
  /* margin-top: 2vh; */
  font-size: 130%;
  font-weight: 600;
  color: #fff;
  position: absolute;
  top: -1.5vh;
  padding: 0 1vw;
  left: 0.5vw;
  background-color: #3CA301;
}

.fra .link_prod80 h3{
  /* margin-top: 2vh; */
  font-size: 110%;
}

.eng .link_prod80 h3{
  /* margin-top: 2vh; */
  font-size: 116%;
}

.ger .link_prod80 h3{
  /* margin-top: 2vh; */
  font-size: 117%;
}


.link_prod80 a{
  font-size: 105%;
  line-height: 1.4;
  color: #fff;
  display: inline-block;
  /*text-decoration: underline !important;*/
  background-color: #235E01;
  margin: 0 0 1vh 0;
  padding: 0.8vh 0.8vw;
  border-radius: 0.3vw;
  cursor: pointer !important;
}

.link_prod80 a:hover{
  opacity: 1;
  background-color: #000;
  color: #fff;
}

.line_link_prod{
  width: 100%;
  border: 1px solid #fff;
  margin: 3.5vh 0;
  padding: 2.5vh 0.5vw 1vh 1.5vw;
  border-radius: 0.4vw;
  position: relative;
}

.line_link_prod:last-child{
  margin: 3.5vh 0 0 0;
}


.box_prod_txt100 .link_prod80{
  width: 95%;
}

.box_prod_txt100 .line_link_prod {
  width: 100%;
  border: 1px solid #fff;
  margin: 3.5vh 0;
  padding: 2.5vh 0.5vw 1vh 1vw;
  border-radius: 0.4vw;
  position: relative;
}

.box_prod_txt100 .link_prod80 h3 {
  /* margin-top: 2vh; */
  font-size: 130%;
  font-weight: 600;
  color: #fff;
  position: absolute;
  top: -1.5vh;
  padding: 0 1vw;
  left: 0.5vw;
  background-color: #3CA301;
}

.fra .box_prod_txt100 .link_prod80 h3{
  font-size: 96%;
}

.eng .box_prod_txt100 .link_prod80 h3{
  font-size: 101%;
}

.ger .box_prod_txt100 .link_prod80 h3{
  font-size: 101%;
}


.box_prod_txt100 .line_link_prod a {
  font-size: 90%;
  line-height: 1.4;
  color: #fff;
  display: inline-block;
  /* text-decoration: underline !important; */
  background-color: #235E01;
  margin: 0 0 1vh 0;
  padding: 0.8vh 0.8vw;
  border-radius: 0.3vw;
  cursor: pointer !important;
}

.box_prod_txt100 .line_link_prod a:hover {
  background-color: #000;
  color: #fff;
}


.box_prod_green80_home .empty{
  width: 52%;
  height: 88vh;
  /*
  background-image: url(../images/hand_prod.png);
  background-size: 110%;
  background-position: -7vw bottom;
  background-repeat: no-repeat;
  */
  padding-top: 22vh;
}


.owl_prod{
  width: 100%;
  height: 60vh !important;
  position: relative !important;
}

.owl_prod .owl-stage-outer{
overflow: hidden;
}

.owl_prod .item{
  width: 100%  !important;
  height: 53vh  !important;
  background-repeat: no-repeat;
}


.asciugatutto{
  background-image:url(../images/slide_prod/asciugatutto.png);
  background-size: auto 90%;
  background-position: 40% center;
}

.slide_prod1{
  background-image:url(../images/slide_prod/slide_prod1.png);
  background-size: auto 90%;
  background-position: 52% center;
}

.slide_prod2{
  background-image:url(../images/slide_prod/slide_prod2.png);
  background-size: auto 100%;
  background-position: 54% center;
}


.slide_prod3{
  background-image:url(../images/slide_prod/slide_prod3.png);
  background-size: auto 95%;
  background-position: 50% center;
}



.asciugamano{
  background-image:url(../images/slide_prod/asciugamano.png);
  background-size: auto 90%;
  background-position: 40% center;
}


.carta_igenica{
  background-image:url(../images/slide_prod/carta_igenica.png);
  background-size: auto 88%;
  background-position: 0 center;
}


.fazzolettino{
  background-image:url(../images/slide_prod/fazzolettino.png);
  background-size: auto 90%;
  background-position: 53% center;
}

.owl_prod .item h2{
  position: absolute;
  top: 50%;
  right: 2vw;
  width: 27%;
  font-size: 180%;
  text-align: center;
  display: none;
}

.carta_igenica h2{
  width: 13% !important;
  right: 4vw !important;
}

.box_prod_green .box_prod_txt{
  background-image: url(../images/prodotti_green_hp.png);
  background-size: 105%;
  background-position: -2vw 16vh;
}

.box_prod_innovative .box_prod_txt{
  background-image: url(../images/prodotti_innovative_hp.png);
  background-size: 83% auto;
  background-position: 5vw 3vh;
}



.box_puls{
  text-align: center;
  margin: 4vh 0;
}

#pagina_interna .box_puls{
  margin: 4vh auto !important;
  width: 80% !important;
}

.box_puls a{
  position: relative;
  width: 10vw;
  height: 10vw;
  background-color: #235E01;
  border-radius: 100%;
  text-align: center;
  text-decoration: none !important;
  color: #fff !important;
  font-size: 180%;
  margin-right: 2vw;
  transition: all 0.2s ease-out;
  text-transform: capitalize;
}

.box_puls a div{position: absolute;top: 22%;left: 0;right: 0;bottom: 0;margin: auto;width: 80%;line-height: 1.2;/* height: 7.5vh; */}


.fra .box_puls a div{
  top:18%;
}

.fra .box_puls a{
  font-size: 145%;
}

.ger .box_puls a{
  font-size: 145%;
}

.eng .box_puls a{
  font-size: 160%;
}


.select_prod{
        pointer-events: none;
        background-color: #1c4109 !important;
        /* opacity: 0.8; */
        font-style: italic;
        color: #fff !important;
    }

.box_prod_green .box_puls a{
  background-color: #235E01;
}

.box_prod_innovative .box_puls a{
  background-color: #3C77BA;
}

.box_puls a:hover{
  color: #fff !important;
  background-color: #222;
}

.box_prod_txt h1{
  font-size: 280%;
  margin-bottom: 1vh;
  opacity: 0.7;
}


.box_prod_txt p{
  font-size: 105%;
  width: 70%;
  opacity: 0.7;
  line-height: 1.4;
}


.box_prod_innovative .box_prod_txt p{
  width: 55%;
}




.content_scheda{
  width: 80%;
  margin: 0 auto;
  padding: 10vh 0 18vh 0;
}

.txt_scheda{
  width: 48%;
  padding-right: 8vw;
}


.img_scheda{
  width: 46%;
}

.img_scheda img{
  width: 100%;
  border-radius: 1vw;
  cursor: pointer;
}


.txt_scheda h1{
  font-size: 250%;
  font-weight: 100;
  color: #023D83;
  margin: 2vh 0 4vh 0;
  line-height: 1.2;
  position: relative;

}


.txt_scheda p{
  font-size: 110%;
  color: #222;
  line-height: 1.8;
  margin-bottom: 3vh;
}



.content_scheda_sust{
  width: 80%;
  margin: 0 auto;
  padding: 6vh 0 8vh 0;
}


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


.txt_scheda100 h1{
  font-size: 250%;
  font-weight: 100;
  color: #023D83;
  margin: 2vh 0 1vh 0;
  line-height: 1.2;
  position: relative;

}

.txt_scheda100 h3{
  font-size: 150%;
  font-style: italic;
  font-weight: 300;
  color: #023D83;
  margin: 1vh 0;
  line-height: 1.2;
  position: relative;

}


.txt_scheda100 p{
  font-size: 110%;
  color: #222;
  line-height: 1.8;
  margin-bottom: 3vh;
}


.sustainability100{
  width: 100%;
  position: relative;
  padding: 15vh 0;
  background-color: rgba(0, 0, 0, 0.7);
  margin-bottom: 5vh;
  overflow: hidden;
}


.video_forest_page{
  position: absolute;
  width: 100%;
  height: auto;
  top: 0%;
  left: 0%;
  z-index: -1;
}

.content_sust100{
  width: 55%;
  margin: 0 auto;
}



.content_sust100 h1{
  font-size: 250%;
  font-weight: 200;
  color: #fff;
  margin: 0 0 1vh 0;
  line-height: 1.2;
  position: relative;

}


.content_sust100 p{
  font-size: 110%;
  color: #fff;
  line-height: 1.8;
}


.form_lav{
  width: 50%;
  padding:20px;background-color:#f5f5f5;
}

.form_lav h1 {
  font-size: 250%;
  font-weight: 100;
  color: #023D83;
  margin: 2vh 0 1vh 0;
  line-height: 1.2;
  text-align: center;
  position: relative;
}

.intest_scheda{
  width: 100%;
  background-position: center center;
  background-size: cover;
}


.gradient{
  width: 100%;
  padding: 20vh 0 0 0;
  height: 40vh;
  background-color: rgba(0, 0, 0, 0.4);
}


.intest_scheda h1{
  color: #fff;
  text-transform: uppercase;
  font-size: 250%;
  width: 50%;
  text-align: center;
  margin: 0 auto;
}

.intest_scheda h2{
  color: #fff;
  font-size: 150%;
  width: 80%;
  text-align: center;
  margin:1vh auto 0 auto;
}



.breadcrumbs{
  width: 100%;
  text-align: center;
  padding: 0;
  margin-bottom: 0;
  color: #fff;
  font-size: 105%;
  text-transform: uppercase;
  font-weight: 500;
}

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

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



.breadcrumbs_prod{
  width: 100%;
  text-align: center;
  padding: 0;
  margin-bottom: 1vh;
  color: #003D82;
  font-size: 105%;
  text-transform: uppercase;
  font-weight: 500;
}

.breadcrumbs_prod a{
  color: #003D82;
  text-decoration: none;
  font-weight: 500;

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

.breadcrumbs_prod a::before{
  content:'\2190';
  padding-right:0.5vw;
}




.content_invia{
  width: 80%;
  margin: 5vh auto;
  text-align:center;
  min-height:30vh;
}

.content_invia h1 {
  font-size: 250%;
  font-weight: 100;
  color: #023D83;
  margin: 2vh 0 4vh 0;
  line-height: 1.2;
  text-align: center;
  position: relative;
}

.content_invia p{
  font-size: 105%;
  color: #222;
  line-height: 1.8;
  margin-bottom: 3vh;
}



.prod_film_h2{
  font-size: 150% !important;
  width: 82% !important;
  margin: 2vh auto 4vh auto !important;
  font-weight: 400;
  text-align: center;
  background-color: #f5f5f5;
  border-radius: 0.5vw;
  padding: 1.5vh 1vw;
  color: #003D82 !important;
  font-style: italic;
  border: 1px solid #888;
  line-height: 1.4 !important;
}


.ribbon{
	width: 100%;
}

.ribbon h2{
	font-size: 250%;
	font-weight: 100;
	color: #023D83;
	margin: 8vh auto 3vh auto;
	line-height: 1.2;
	text-align: center;
	position: relative;
}

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

.box_ribbon{
	width: 30%;
	background-color: #ededed;
	border-radius: 2vw;
	padding: 4vh 1vw;
	text-align: center;
	color: #023D83;
}

.box_ribbon i{
	font-size: 5vh;
}

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