#bg-sotto{
	display: block;
	margin: 0 auto;
	width: 100%;
	position: relative;
    padding: 0;
    margin-top: 0px;   
    margin-bottom: 0px;
    padding-top: 300px;
    z-index: 100;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 450px;
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 0%, 50% 16%);
}

#bg-sotto p{
	margin: 0 auto;
    max-width: 950px;
	color: #fff;
    text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.8);
}

#bg-sotto .cont{
	font-size: 3.2em;
    line-height: 56px; 
    font-weight: 300;
}

#bg-sotto .cont span{ 
    font-weight: 700;
}

#bg-sotto .button{
    font-size: 1.9em;
    padding-top: 40px;
    padding-bottom: 40px;
    font-family: 'cuprum';
    text-shadow: none;
    -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;  
}

#bg-sotto .button a{
    background-color: var(--rosso);
    padding: 12px 18px 10px 18px;
    color: #fff;
    border-radius: 0px;
    -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
}

#bg-sotto .button a:hover{
    background-color: var(--blu);
    border-radius: 30px;
}

#bg-sotto.realizzazioni{
    background-image: url('../images/testate/realizzazioni-sotto.jpg');
}

#bg-sotto.azienda{
    background-image: url('../images/testate/azienda-sotto.jpg');
}

#bg-sotto.servizi{
    background-image: url('../images/testate/servizi-sotto.jpg');
}

#bg-sotto.news{
    background-image: url('../images/testate/news-sotto.jpg');
}




/* 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) {
    



	
}

@media screen and (min-width: 1220px) and (max-width: 1399px) {
    


	
}

@media screen and (min-width: 1001px) and (max-width: 1219px) {
    


	
}


@media screen and (min-width: 851px) and (max-width: 1000px) {
	

    

}


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



	
}

@media screen and (min-width: 451px) and (max-width: 650px) {
    



}


@media screen and (min-width: 291px) and (max-width: 450px) {
    
#bg-sotto{
    padding-top: 100px;
    min-height: 550px;
    clip-path: none;
}

#bg-sotto .cont{
	font-size: 3em;
    line-height: 50px; 
 }   


	
}

@media screen and (max-width: 290px) {
    
#bg-sotto{
    padding-top: 60px;
    min-height: 550px;
    clip-path: none;
}

#bg-sotto .cont{
	font-size: 2.8em;
    line-height: 48px; 
}
    


	
}