.no_desk {
  display: none;
}

body {
  font-size: 1vw;
  position: relative;
}

header{
  position: fixed;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 7vh;
  z-index: 9999;
  top: 0;
  left: 0;
  transition: all 0.2s linear;
  opacity: 0;
}

.shrink header{
  opacity: 1;
  transition: all 0.2s linear;
}

.logo_head{
  position: fixed;
  top:1.5%;
  left: 5%;
  z-index: 999999;
  opacity: 0;
  transition: all 0.2s linear;
}

.shrink .logo_head{
  opacity: 1;
  transition: all 0.2s linear;
}

.logo_head img{
  height: 4vh;
}

.dropdown{
  position: fixed !important;
  top: 3%;
  right: 5%;
  text-align: center;
  /* padding: 1.8vh 0; */
  width: 3.2vw;
  height: 3.2vw;
  background-color: transparent;
  border-radius: 100%;
  z-index: 9999;
}



.shrink .dropdown{
 top: 0%;
}

.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: #7C1A2B;
}

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

    .lang_select{
        height:15px;
    }

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


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


.shrink .btn-secondary {
  color: #222 !important;
}


.intro_sec {
  top: 0 !important;
  background-color: #000;
/*  height: 100vh !important;*/
}

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

.intro {
  height: 100vh;
  width: 100%;
  position: relative;
  /*background-color: #268F81;
  clip-path: ellipse(150% 95% at 75% 5%);*/
  background-image: url(../images/back_index.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.intro_hp{
  width: 100%;
  margin: auto;
  text-align: center;
  padding: 8vh 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999;
}

.logo{
  height: 15vh;
  display: block;
  margin: 0 auto 2vh auto;
}

.payoff{
  height: 4vh;
  display: block;
  margin: 0 auto;
}

.intro_hp h1{
  font-size: 250%;
  margin: 3vh auto;
  text-align: center;
  color: #ffd745;
  font-style: italic;
  line-height: 0.8;
}

.intro_hp h1 small{
  font-size:55%;
  color: #fff;
}

.intro_hp a{
  color: #ffd745;
  text-decoration: none;
}


.intro_hp a:hover{
  color: #ceaa2a;
  text-decoration: none;
}


footer{
  width: 100%;
  height: 30vh;
  background-image: url(../images/colline.svg);
  background-position: center top;
  background-size: 110%;
  background-repeat: no-repeat;
}

.content_foot{
  width: 60%;
  margin: 0 auto;
  padding-top: 11.5vh;
  line-height: 1.6;
}

.content_foot h1{
  font-size: 110%;
  color: #E3BD3A;
  font-weight: 600;
  margin-bottom: 1vh;
  text-align: center;
}


.content_foot p{
  font-size: 80%;
  color: #fff;
  font-weight: normal;
  text-align: center;
}

.content_foot a{
  color: #fff;
  text-decoration: none;
}


.content_foot a:hover{
  color: #E3BD3A;
  text-decoration: none;
}


.section_toscanita{
  width: 100%;
  /*background-color: #F7E1A9;*/
  background: linear-gradient(to bottom, #FAECCB 0%, #F3D98A 50%, #EDBE3C 100%);
  padding: 12vh 0 25vh 0;
  position: relative;
	overflow:hidden;
  height: 150vh;
}

.colline_verdi{
	width:105vw;
	position:absolute;
	bottom: 36vh;
	left:-5vw;
}

.content_toscanita{
  width: 75%;
  margin: 0 auto;
}

.txt_toscanita{
  width: 50%;
}

.txt_toscanita h1{
 
  font-size: 340%;
  margin: 0 0 3vh 0;
  color: #7C1A2B;
}


.txt_toscanita p{
  width: 90%;
  font-size: 100%;
  color: #222;
  font-weight: normal;
  line-height: 1.6;
}


.circle_toscanita {
  width: 30vw;
  height: 30vw;
  background-image: url(../images/circle_toscanita.jpg);
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 100%;
  overflow: hidden;
  background-color: #fff;
  clip-path: circle(0% at 50% 50%);
}






.produzione_hp{
  width: 100%;
  /*background-color: #F7E1A9;*/
  background-color: #fff;
  padding: 12vh 0 18vh 0;
  position: relative;
}

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

.txt_produzione_hp{
  width: 85%;
  padding: 8vh 5vw 5vh 5vw;
  position:relative;
  z-index:2;
}
.txt_produzione_hp::after{
    content:'';
  width:100%;
  top:0;
  left:0;
  z-index:0;
  position:absolute;
  height:100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.8)
  );

}


.txt_produzione_hp::before{
  content:'';
  width:100%;
  top:0;
  left:0;
  z-index:-1;
  position:absolute;
  height:100%;
   background-image: url(../images/toscana.jpg);
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
}

.txt_produzione_hp h1{
 font-size: 400%;
 margin: 0 0 3vh 0;
 color: #fff;
  z-index:2;
  position:relative;
}


.txt_produzione_hp p{
  width: 65%;
  font-size: 100%;
  color: #fff;
  font-weight: normal;
  line-height: 1.6;
    z-index:2;
  position:relative;
}

.empty_produzione_hp{
  width: 10%;
}

.img_vaschetta_produzione{
  width: 40vw;
  position: absolute;
  z-index:3;
  height: 65vh;
  background-image: url(../images/vaschetta_produzione_toscana.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
  right: 6%;
  top: 28%;
}



.formati_hp{
  width: 100%;
  /*background-color: #F7E1A9;*/
  background-color: #fff;
  padding: 0vh 0 28vh 0;
  position: relative;
}

.content_formati_hp{
  width: 85%;
  margin: 0 auto;
  position: relative;
}



.formati_hp h1{
  font-size: 300%;
  margin: 0 0 5vh 0;
  color: #7C1A2B;
  z-index:2;
  text-align: center;
  position:relative;
 }
 
.box_formati{
  width: 30%;
  text-align: center;
}

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

.box_formati div{
  height: 22vh;
}

.formato3 img{
  width: 85%;
}

.formato3 img{
  width: 70%;
}

.box_formati h2{
  font-size: 120%;
  color: #222;
  margin: 2vh 0 0 0;
}


.servizi_hp{
  width: 100%;
  /*background-color: #F7E1A9;*/
  background-color: #fff;
  padding: 20vh 0 8vh 0;
  position: relative;
}

.content_servizi_hp{
  width: 85%;
  margin: 0 auto;
  position: relative;
}

.content_servizi_hp::before{
  content: '';
  width: 65vw;
  height: 115vh;
  background-color:#D8D8D8;
  position: absolute;
  right: 0;
  top: -10vh;
  z-index: 0;
}

.txt_servizi_hp{
  width: 49%;
  padding: 0vh 0 0 0;
  position:relative;
  z-index:2;
}
.txt_servizi_hp h1{
 font-size: 350%;
 margin: 0 0 3vh 0;
 color: #7C1A2B;
 z-index:2;
 position:relative;
}


.txt_servizi_hp p{
  width: 90%;
  font-size: 100%;
  color: #222;
  font-weight: normal;
  line-height: 1.6;
    z-index:2;
  position:relative;
}

.img_servizi_hp{
  width: 48%;
  height: 50vh;
  background-image: url(../images/img_servizi_hp.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  position: relative;
  z-index: 2;
}

.empty_pack_pers{
  width: 25%;
}

.txt_packaging_personalizzato{
  width: 75%;
  z-index:2;

  margin: 5vh 0 0 0;
}

.txt_packaging_personalizzato h1{
  font-size: 250%;
  margin: 0 0 1vh 0;
  color: #7C1A2B;
  padding-left: 2vw;
  position:relative;
 }

 .content_vaschette{
  width: 80%;
 }

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

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

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



/*form scheda*/

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


	#form_info h2{
    font-size: 350%;
    color: #7C1A2B;
    margin: 0 auto 3vh auto;
    font-weight: 500;
    text-align: center;
	}



	#form_info h3{
    font-size: 300%;
    margin: 4vh 0 2vh 0;
    padding: 0 0 0 0;
      color: var(--colore-primario);
    line-height: 1.2;
    
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    text-align: center;
    }
  
  
  





	.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: var(--colore-primario);
		text-decoration: none;
	}
	.text-modulo a:hover{
		color: #222;
		text-decoration: none;
	}







.location{
  width: 100%;
  margin: 15vh auto 12vh auto;
  padding: 0vh 0;
  text-align: center;
  background-color: #fff;
}

.location h1{
font-size: 350%;
text-align:center;
padding: 0;
margin: 2vh auto 4vh auto;
color: #7C1A2B;
}

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



.txtmaps{
  padding:20px 30px;font-size:13px;text-align:center;color:#222;
}

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

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




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

.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: 250%;
  font-weight: 800;
  color: #fff;
  margin: 3vh auto 0 auto;
}


.bread_tit{
  font-size: 90%;
  color: #fff;
  padding: 0.2vh 1vw;
  margin: 0 auto;
  text-transform: uppercase;
}

.bread_tit:hover{
  color: #fff;
  background-color: #7C1A2B;
}




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


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

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

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

