@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');
*{font-family: 'Montserrat', sans-serif;}
.buttonGreen{
    background-color: #2c6e01;
    border-radius: 50px;
    color: #fff;
    font-weight: 600;
}
.buttonOrange{
	background-color: #eb6807;
    border-radius: 50px;
    color: #fff;
    font-weight: 600;
}

.buttonWhite{
    background-color: #fff;
    border-radius: 50px;
    color: #2c6e01;
    font-weight: 600;
}
p{line-height: 28px;}
header{
	background-image:url('../images/Società-benefit-header.svg');
	height: 500px;
	background-repeat:no-repeat;
	background-size: cover;
	background-position: bottom;
	line-height: 22px;
	color:#fff;
}
header.nobg{
	background-image:none !important;
	height: 200px !important;
}

.paddingNav{
	padding-left:15px;
	padding-right:15px;
}
.widthCard{
	width:400px;
}
nav{
	-webkit-box-shadow: 0px 12px 30px -2px #000000;
-moz-box-shadow: 0px 12px 30px -2px #000000;
-o-box-shadow: 0px 12px 30px -2px #000000;
box-shadow: 0px 12px 30px -2px #000000;
}
header .h1{
	padding-top: 50px;
	font-size:50px;
	font-weight: 900;
}
.boxGrey{
	color:#79828b;
}
section.cosae{
	min-height: 550px;
	padding-bottom: 100px;
	padding:70px;
}
section.cosae ul{
	list-style-image: url('../images/round.png');
	padding-left:23px;
}
section.cosae ul li{
	 line-height:1.5;
}
section.joinbcorp{
	min-height: 600px;
	padding:70px;
	padding-bottom:0px;
}
.grassettoVerde{
	color:#478b3c;
	font-weight: 900;
	font-size:35px;
}
.grassettoNero{
	color:#000;
	font-weight: 900;
	font-size:35px;
}
footer{
background: rgb(44,46,48);
background: linear-gradient(360deg, rgba(44,46,48,1) 0%, rgba(88,111,93,1) 35%, rgba(168,210,159,1) 100%);
color:#fff;
}
.int{
background: linear-gradient(360deg, rgba(44,46,48,1) 0%, rgba(88,111,93,1) 35%, rgba(157,213,165,1) 100%) !important;
}

footer .form-check{font-size:10px;}
footer .form-check a{color:#fff;text-decoration: none;}
footer .form-check a:hover{color:#fff;text-decoration:underline;}
footer .copy{
	margin-top: 50px;
	padding: 20px;
	color:#fff;
	font-size:12px;
	font-weight: 600;
	text-align:center;
	
}

@media (max-width: 575.98px) { 
header .h1{
	padding-top: 30px;
	font-size:30px;
	font-weight: 900;
}	
paddingNav{
	padding-left:0px;
	padding-right:0px;
}
section.cosae{
	min-height: 550px;
	padding-bottom: 100px;
	padding:0px;
}
section.beneficiocomune{
	min-height: 200px;
	padding:0px;
	padding-bottom:0px;
	}	
section.joinbcorp{
	min-height: 600px;
	padding:0px;
	padding-bottom:0px;
}	
.widthCard{
	width:250px;
}	
.grassettoVerde{
	color:#478b3c;
	font-weight: 900;
	font-size:25px;
}
.grassettoNero{
	color:#000;
	font-weight: 900;
	font-size:25px;
}
	
	
}

@media (min-width: 576px) and (max-width: 767.98px) {  }


@media (min-width: 768px) and (max-width: 991.98px) {  }


@media (min-width: 992px) and (max-width: 1199.98px) {  }


@media (min-width: 1200px) { 



}


