@charset "utf-8";
/* CSS Document */
.cards p{
color:#fff;
}
.cards{

    transition: all 0.2s ease;
    cursor: pointer;
    

  }
    
.cards img{
width:80px;
height:auto;
}


.cards:hover{

    box-shadow: 5px 6px 6px 2px #868686;
    transform: scale(1.1);
}
:root #testoInterno {
  --bs-border-color: #fff;
}




.cards a{
	color:#fff;
	text-decoration:none;
}

.cards p, .cards h2{

	color:#303030;
}
.cards .bi{
font-size:80px;
margin-bottom:0px;
	color:#303030;
}
.lista-contatti h2{
	font-family: "Anton", sans-serif;
	font-size:30px;
font-weight:500;
}

#areaForm{
padding:0px 0px 120px 0px;
}

@media screen and (max-width: 480px){
.cards .bi{
font-size:40px;

}
.lista-contatti h2{
	font-family: "Anton", sans-serif;
	font-size:24px;
font-weight:500;
}
}


