#header{
    background-color: rgba(220,0,26,1);
    }

#testata {
    background-image: url('../images/testate/bg-testata.jpg');
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--dark);
	display: block;
	margin: 0 auto;
	position: relative;
    width:  100%;
    margin-top: -2px;
    margin-bottom: 40px;
    padding-bottom: 50px;
    font-size: 1.3em;
    line-height: 30px;
    clip-path: polygon(0% 0%, 0% 93%, 48% 93%, 50% 100%, 52% 93%, 100% 93%, 100% 0%);
    -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
	}

#testata .line {
    display: block;
    width: 150px;
    background-color: var(--rosso);
    height: 3px;
    padding: 0;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
	}

#testata .sotto-menu{
	display: block;
	margin: 0 auto;
	max-width: 1500px;
	position: relative;
    text-align: left;
    padding: 1px 5px 7px 8px;
    padding-top: 6px;
    font-size: 0.85em;
    font-weight: 400;
	color: #0a293c;
    -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
	}

#testata .sotto-menu a{
	color: var(--dark);
    -webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
	}

#testata .sotto-menu a:hover{
	color: var(--rosso);
    text-decoration: underline;
	}

#testata h1{
	font-family: "Libre Baskerville", serif;
    font-weight: 500;
    font-style: italic;
    font-size: 2.8em;
    color:var(--dark);
    margin-top: 0px;
    margin-bottom: 30px;
    line-height: 55px;
    -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
	}

#testata h1 span{
    font-size: 0.85em;
	}

#testata h2{
    font-weight: 400;
    font-size: 1.35em;
    color:var(--dark);
    margin-top: 10px;
    line-height: 44px;
    font-weight: 400;
    -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
	}

#box-testo {
    box-shadow: 0px 0px 22px -3px rgba(0, 0, 0, 0.2);
background-color: rgba(255, 255, 255, 1);
border-radius: 0px;
    display: block;
	margin: 0 auto;
	max-width: 1500px;
	position: relative;
    margin-top: 80px;
    padding: 20px;
    margin-bottom: 80px;
	}

#box-testo .cat{
    display: inline;
    float: left;
	margin: 0 auto;
	position: relative;
    margin-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    margin-bottom: 10px;
    font-size: 1.35em;
    line-height: 28px;
    -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
	}

#box-testo .uno{
	width: 40%;
    margin-right: 20px;
	}

#box-testo .due{
	width: 53%;
	}

.highlight-text {
    color:var(--dark);
    font-weight: 500;
  background-image: linear-gradient(90deg, #F6BB2680 0%, #FF2E1B80 100%);
  background-position: left bottom;
  background-size: 100% 0.3em;
  background-repeat: no-repeat;
}

#box-testo .title1{
    font-family: 'cuprum';
    font-size: 2em;
    color:var(--dark);
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 50px;
    -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
	}

#box-testo .title1 span{
    font-family: "Libre Baskerville", serif;
font-weight: 400;
font-style: italic;
    font-size: 1.1em;
    color: var(--blu);
	}

#box-testo .title2{
    font-size: 2em;
    color:var(--dark);
    margin-top: 10px;
    line-height: 50px;
    -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
	}

#box-testo .title3{
    font-family: "Libre Baskerville", serif;
font-weight: 400;
font-style: italic;
    font-size: 1.9em;
    color: var(--blu);
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 40px;
    text-align: center;
    -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
	}

#box-testo .title4{
    text-align: center;
    font-family: 'cuprum';
    font-size: 1.9em;
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 37px;
    color: var(--dark);
	}

#box-testo .desc{
    font-size: 1.05em;
    margin-top: 15px;
    margin-bottom: 20px;
    line-height: 36px;
	}

#box-testo .desc img{
    vertical-align: middle;
	}

#box-testo .desc a{
    font-weight: 400;
    color: var(--dark);
	}

#box-testo .desc a:hover{
    color: var(--dark);
	}

#box-testo .cont{
    line-height: 46px;
	}

#box-testo .slogan1{
    text-align: center;
    font-family: "Libre Baskerville", serif;
font-weight: 400;
font-style: italic;
    font-size: 1.7em;
    margin-top: 60px;
    margin-bottom: 10px;
    line-height: 53px;
    color: var(--dark);
	}

#box-testo .slogan2{
    text-align: center;
    font-family: 'cuprum';
    font-size: 1.6em;
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 37px;
    color: var(--rosso);
	}

#box-testo .button a{
	background-color:var(--dark);
    color: #fff;
    border: 0;
    padding: 10px 16px 13px 16px;
    font-size: 1.5em;
    cursor:pointer;
    -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
	}

#form iframe{
    margin-top: 0;
	width: 100%;
	height: 660px;
    margin-top: -15px;
    -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
}

.google-maps iframe{
	display: block;
	margin: 0 auto;
	position: relative;
	width: 100%;
    height: 650px;
    margin-bottom: 0px;
    z-index: 50;
    -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
	}




/* responsive rules */
@media screen and (min-width: 1900px) {
    

	
}

@media screen and (min-width: 1800px) and (max-width: 1899px) {
    


    
}



@media screen and (min-width: 1600px) and (max-width: 1799px) {
    

    


	
}

@media screen and (min-width: 1400px) and (max-width: 1599px) {
    

    
#box-testo .uno{
	width: 39.5%;
    margin-right: 20px;
	}

#box-testo .due{
	width: 52%;
	}



	
}

@media screen and (min-width: 1220px) and (max-width: 1399px) {
    
#box-testo .cat{
    margin-top: 0px;
    padding-left: 16px;
    padding-right: 16px;
	}

#box-testo .uno{
	width: 39.5%;
    margin-right: 20px;
	}

#box-testo .due{
	width: 52%;
	}

	
}

@media screen and (min-width: 1001px) and (max-width: 1219px) {
    
#box-testo .cat{
    margin-top: 0px;
    padding-left: 14px;
    padding-right: 14px;
	}

#box-testo .uno{
	width: 39.5%;
    margin-right: 20px;
	}

#box-testo .due{
	width: 52%;
	}


	
}


@media screen and (min-width: 851px) and (max-width: 1000px) {
	
#box-testo .cat{
    margin-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
	}

#box-testo .uno{
	width: 39.5%;
    margin-right: 20px;
	}

#box-testo .due{
	width: 52%;
	}
    
#box-testo .title1 span{
    font-size: 0.95em;
	}
    


    

}


@media screen and (min-width: 651px) and (max-width: 850px) {


#box-testo {
    box-shadow: 0px 0px 22px -3px rgba(0, 0, 0, 0);
    margin-top: 60px;
    margin-bottom: 60px;
	}

#box-testo .cat{
	width: 97%;
    margin-top: 0px;
    padding-left: 6px;
    padding-right: 6px;
	}

#box-testo .uno{
    margin-right: 0px;
	}
    



	
}

@media screen and (min-width: 451px) and (max-width: 650px) {
    
#testata h1{
    font-size: 2.3em;
    line-height: 52px;
	}  


#box-testo {
    box-shadow: 0px 0px 22px -3px rgba(0, 0, 0, 0);
    margin-top: 60px;
    margin-bottom: 60px;
	}

#box-testo .cat{
	width: 97%;
    margin-top: 0px;
    padding-left: 6px;
    padding-right: 6px;
	}

#box-testo .uno{
    margin-right: 0px;
	}
    




}


@media screen and (min-width: 291px) and (max-width: 450px) {

    
#testata h1{
    font-size: 1.7em;
    line-height: 48px;
	padding-top: 20px;
	}

#testata h2{
    font-size: 1.3em;
    line-height: 39px;
	}
    

#box-testo {
    box-shadow: 0px 0px 22px -3px rgba(0, 0, 0, 0);
    margin-top: 60px;
    padding: 15px;
    margin-bottom: 60px;
	}

#box-testo .cat{
	width: 97%;
    margin-top: 0px;
    padding-left: 6px;
    padding-right: 6px;
	}

#box-testo .uno{
    margin-right: 0px;
	}
    




	
}

@media screen and (max-width: 290px) {
    
#testata h1{
    font-size: 1.5em;
    line-height: 44px;
	}

#testata h2{
    font-size: 1.28em;
    line-height: 38px;
	}
    
#box-testo {
    box-shadow: 0px 0px 22px -3px rgba(0, 0, 0, 0);
    margin-top: 60px;
    padding: 4px;
    margin-bottom: 60px;
	}

#box-testo .cat{
	width: 94%;
    margin-top: 0px;
    padding-left: 6px;
    padding-right: 6px;
	}

#box-testo .uno{
    margin-right: 0px;
	}
    


    


	
}