#corpo1{
	display: block;
	margin: 0 auto;
	width: 100%;
	position: relative;
    padding: 0;
    margin-top: -230px;
    margin-bottom: 137px;
    z-index: 200;
     -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
}

#corpo1-bg{
	display: block;
	margin: 0 auto;
	max-width: 300px;
	position: relative;
}

#corpo1 .bg{
	display: block;
	margin: 0 auto;
	position: relative;
    text-align: left;
    background: transparent;
   }

#corpo1 .bg p{
    display: block;
	margin: 0 auto;
	position: relative;
    background-color: rgba(0,43,72,0.8);
	color:rgba(255,255,255,0.9);
    font-family: 'Pathway Gothic One', sans-serif;
    font-size: 2.8em;
    font-weight: 400;
    text-align: center;
    padding: 20px 0 10px; 0;
    border-radius: 10px;
    -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
    }

#corpo1 .bg span{
    font-size: 1.3em;
    }

#corpo1 .bg img{
    width: 100%;
   max-width: 70px;
    }

#nome{
	display: block;
	margin: 0 auto;
	max-width: 1200px;
	position: relative;
    margin-top: 40px;
    text-align: left;
    font-size: 2em;
    color:#f5a211;
    font-family: 'Pathway Gothic One', sans-serif;
    padding-left: 4px;
    }

#centro{
	display: block;
	margin: 0 auto;
	max-width: 1200px;
	position: relative;
    margin-top: 20px;
    }

#testo{
	display: inline;
    float: left;
	margin: 0 auto;
	width: 47%;
	position: relative;
    margin-right: 30px;
    line-height: 28px;
    text-align: justify;
    margin-bottom: 30px;
    padding-left: 4px;
    -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
}

#testo span{
	font-family: 'archivo';
    font-size: 1.45em;
}

#contatti{
	display: block;
	margin: 0 auto;
	max-width: 1200px;
	position: relative;
    margin-top: 20px;
    font-family: 'Pathway Gothic One', sans-serif;
    padding: 4px;
    font-size: 2em;
    margin-bottom: 40px;
    }





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


	
}

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


}

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

	
}

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

#corpo1{
    margin-top: -150px;
    margin-bottom: 56px;
}


	
}

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

#corpo1{
    margin-top: -140px;
    margin-bottom: 47px;
}
    
#testo{
	width: 47%;
    margin-right: 20px;
}
	
}


@media screen and (min-width: 801px) and (max-width: 1000px) {
	
#corpo1{
    margin-top: -120px;
    margin-bottom: 30px;
}

#corpo1 .bg p{
    font-size: 2.6em;
    }
    
#testo{
	width: 97%;
}

}


@media screen and (min-width: 651px) and (max-width: 800px) {
#corpo1{
    margin-top: -100px;
    margin-bottom: 10px;
}

#corpo1 .bg p{
    font-size: 2.4em;
    }
    
#testo{
	width: 97%;
}
	
}

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

#corpo1{
    margin-top: -87px;
    margin-bottom: -10px;
}

#corpo1 .bg p{
    font-size: 2.2em;
    }

#testo{
	width: 96%;
}
    
}


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

#corpo1{
    margin-top: 4px;
    margin-bottom: -16px;
}

#corpo1 .bg p{
    font-size: 2.2em;
    }

    
#testo{
	width: 96%;
}

	
	
	
}

@media screen and (max-width: 290px) {
    
#corpo1{
    margin-top: 4px;
    margin-bottom: -18px;
}

#corpo1 .bg p{
    font-size: 2em;
    }
	
#testo{
	width: 96%;
}
	

	
	
	
}