
 .card-home {
     overflow: hidden;
 }

 .card-home .card-titolo {
     font-size: 20px;
     line-height: 1.1;
     font-weight: 500;
 }

 .card-home .card-text {
     color: #9d9d9d;
 }

 .card-home .card-categoria {
     font-size: 14px;
     line-height: 14px;
     font-weight: 600;
     color: #0059b2;
     margin-bottom: 0px;
 }

 .card-home .card-immagine {
     height: 200px;
     /*position: absolute;*/
     top: 0;
     bottom: 0;
     left: 0;
     width: 100%;
     /*height: 100%;*/
     border: 0;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;

 }

 .card-link:hover .card-home .card-immagine,
 .card-link:hover .card-piulette .card-immagine {
     transform: scale(1.02);
     transition: all .5s;

 }




 .occhiello-3 {
     overflow: hidden;
     text-overflow: ellipsis;
     display: -webkit-box;
     -webkit-line-clamp: 3;
     line-clamp: 3;
     -webkit-box-orient: vertical;
 }

 .titolo-3 {
     overflow: hidden;
     text-overflow: ellipsis;
     display: -webkit-box;
     -webkit-line-clamp: 3;
     line-clamp: 3;
     -webkit-box-orient: vertical;
 }



 .badge-autore {

     background-color: #e9ecef;
     padding: 15px;
     margin-bottom: 15px;
     border-radius: 20px;

 }

 .badge-autore img {
     border-radius: 20px;
 }


 .badge-autore h2 {
     padding-top: 10px;
     font-size: 2rem;
     text-align: center;

 }


 .badge-autore p {

     font-size: 0.9rem;
     text-align: justify;
     padding-left: 10px;
     padding-right: 10px;

 }



 .rubriche-apertura {
     margin-bottom: 0px !important;
 }

 .rubriche-apertura .firma {
     text-align: center;

 }

 .rubriche-apertura img {
     max-width: 300px;

 }