

/*-------------------------------------
		1.General css (Reset code)
--------------------------------------*/
*{
    padding: 0;
    margin: 0;
}

*{

	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;

}

body{
    position: relative;
	color: #222222;
	background: #fff;
	font-family: 'Poppins', sans-serif;
    max-width:1920px;
    margin:0 auto;
	overflow-x:hidden;

}


img{	border:none;max-width:100%; height:auto;}


html,body{

    font-size:20px;
	height: 100%;
    z-index: 2;

}





/*=============Style css=========*/

.h1, h1 {font-size: 3.2rem;}
.h2, h2 {font-size: 1.8rem;}
.h3, h3 {font-size: 1.4rem;}

.about-us{
	display: flex;
    justify-content: center;
    align-items: center;
	position: relative;
	min-height: 100%;
}
.about-us:before{
	position: absolute;
	content: "";
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}

.bloccobottoni {
	text-align:center;
	}
	
.bloccobottoni div {
	margin: 30px 10px;
	max-width: 80%;
	display: inline-block;
	text-align: left;
}

.about-us h1 {
	color:#5f6161;	
	text-transform: inherit;
	font-weight: 600;
	line-height: 1.22;
	margin: 100px 0 100px;
}
.about-us h2 {
	color:#c00111;	
	text-transform: inherit;
	font-weight: 600;
	line-height: 1.22;
	margin: 50px 0;
}

.about-btn {
    margin-top: 39px;
    letter-spacing: 1.2px;
     -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.about-view {
	margin: 10% 10px;
	display: flex;
	float:left;
    justify-content: center;
    align-items: center;
    background: #c00111;
    border: 1px solid #c00111;
    width: 150px;
    height: 40px;
    white-space: nowrap;
    color: #fff;
    font-size:16px;
    font-family: 'Open-sans', sans-serif;
    text-transform: uppercase;
    border-radius: 3px;
    box-shadow: 0 5px 20px rgba(14,15,18,.2);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.about-btn:hover .about-view{
    color: #c00111;
    background: #fff;
    box-shadow: 0 5px 20px rgba(14,15,18,.7);
	border: 1px solid #fff;
}

