@charset "UTF-8";
/* CSS Document */

body{
	background-color:#fff;
	font-family: 'Roboto', sans-serif;
	color: #005850;
	font-size:20px;
	font-style:normal;
	line-height:26px
}
a{
	color:#c7b299;
	text-decoration:none
}
.testoprimo{
	margin-bottom:30px
}

#logo{
	margin:60px 0 15px 0
}
h1, h2, h3{
	font-family: 'Patua One', cursive;
	font-size: 58px;
	color: #005850;
}
h2{
	font-size: 44px;
}
h3{
	font-size: 26px;
	line-height: 32px;
}
.textpink{
	font-size:20px;
	color:#a51c7f;
	line-height:28px;
	margin:30px 0;
	font-weight:300;
}

#content{
	text-align:center;
	width:320px;
	margin:0 auto;
	padding:50px 0;
}
.areagrey{
	background-color:#f0f0f0;
	padding:30px;
	margin-bottom:30px
}
.font20{
	font-size:20px;
	font-weight:300;
}
.colorlilla{
	color: #d50057
}
.font14{
	font-size: 14px;
}
.font13{
	font-size: 13px;
}
.bt_big{
	background-color: #d50057;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	padding: 13px 23px;
	border: none;
	text-decoration: none;
	display: inline-block;
	border-radius: 8px;
	font-size: 20px;
	font-weight: bold
}
.bt_invia{
	padding: 10px 25px;
	font-size: 18px;
	border-radius: 4px;
}
.bt_big:hover{
	background-color: #f9197f;
	cursor: pointer;
	color: #fff;
	text-decoration: none
}
.bt_big_white{
	background-color: #fff;
	color: #db8693;
}
.bt_big_white:hover{
	background-color: #ffe9ed;
	color: #db8693;
}

.bt_big_verde{
	background-color: #93c446;
}
.bt_big_verde:hover{
	background-color: #678e23;
}
.bt_big_verde_scuro{
	background-color: #005850;
}
.bt_big_verde_scuro:hover{
	background-color: #108476;
}

.top0{
	padding-top: 0
}
.pd40{
	padding-top: 40px
}
.bottom0{
	padding-bottom: 0
}
.space5{
	height: 5px
}
.space10{
	height: 10px
}
.space20{
	height: 20px
}
.space30{
	height: 30px
}
.space50{
	height: 50px
}
.space80{
	height: 80px
}

.footerhome{
	background-color: #f0f0f0;
	text-align: center;
	padding: 100px 0;
	color: #005850;
	margin-top: 40px
}
.tits{
	font-weight: 700;
	margin-top: 30px;
	font-size: 52px;
	font-family: 'Patua One', cursive;
}
.txtds{
	font-size: 16px;
	line-height: 22px;
	margin: 30px 0 ;
}


@media(max-width: 992px){
    h2{
	font-size: 30px;
}
}
