.blog.last-news {
    height: auto;
    min-height: auto;
}

.blog.last-news article {
    height: 250px;
}

.blog-btn {
    height: auto;
        width: max-content;
        padding: 5px 20px;
        background-color: var(--colore-testo-home);
        font-size: 1.1em;
        font-weight: 300;
        color: #fff;
        flex-shrink: 0;
        margin: 15px auto;
        cursor: pointer;
}

.blog-menu {
    height: 50px;
    width: 100%;
    overflow: hidden;
    flex-shrink: 0;
    background-color: white;
    margin: 10px 0;
}


.blog-menu .blog-menu-ctn {
    width: auto;
    height: 100%;
    overflow-x: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 0 1%;
}


.blog-menu .blog-menu-ctn span {
    height: 100%;
    padding: 0 20px;
    width: fit-content;
    display: flex;
    align-items: center;
    color: var(--colore-testo-home);
    font-size: .8rem;
    font-weight: 300;
    flex-shrink: 0;
}


.blog-menu .blog-menu-ctn span.active {
    background-color: var(--colore-testo-home);
    border-radius: 3px;
    color: white;
    font-weight: 400;
}

.blog-filter-row {
    height: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 5%;
    flex-shrink: 0;
}

.blog-filter-row span {
    font-size: .9rem;
    font-weight: 300;
    color: var(--colore-testo-home)
}

.blog-filter-row img {
    height: 20px;
    width: auto;
    margin-left: 10px;
}

.blog-filter-ctn {
    height: 0;
    width: 100%;
    padding: 0 5%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-end;
    flex-shrink: 0;
    overflow: hidden;
    transition: all .5s ease;
}

.blog-filter-ctn span {
    padding: 5px 10px;
    border: 1px solid var(--colore-testo-home);
    border-radius: 3px;
    background-color: white;
    color: var(--colore-testo-home);
    font-size: .9rem;
    font-weight: 300;
    margin: 2.5px 1%;
}

.blog-filter-ctn span.active {
    background-color: var(--colore-testo-home);
    border: 1px solid var(--colore-testo-home);
    color: white;
    
}

.blog-filter-ctn.open {
    height: 120px;
}

.desktop-blog-filter {
    display: none;
}

.solo-desk {
    display: none;
}

@media screen and (min-width: 992px) {

    .blog-filter-ctn {
        display: none;
    }

    .blog-filter-row {
        display: none;
    }

    .blog.last-news {
        width: 1000px;
    }

    .desktop-blog-filter {
        width: 100%;
        max-width: 1200px;
        height: 50px;
        display: flex;
        padding: 0 0;
        justify-content: space-around;
        margin: 10px auto;

    }

   .solo-desk {
    display: flex;
   }

    .desktop-blog-filter span {
        padding: 5px 10px;
        /*border: 1px solid var(--colore-testo-home);*/
        border-radius: 3px;
        background-color: white;
        color: var(--colore-testo-home);
        font-size: 1.1rem;
        font-weight: 300;
        margin: 2.5px 5px;
        text-transform: uppercase;
        cursor: pointer;
    }

    .desktop-blog-filter span.filter-title {
        font-size: 1.2rem;
        font-weight: 400;
        margin-right: 30px;
        border: none;
        color: var(--colore-testo-home);
    }
    
    .desktop-blog-filter span.active {
       
      
        font-weight: 500;
        color: var(--colore-testo-home);
        
    }

.blog.last-news {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
    .blog.blog.last-news article {
        width: 280px;
        height: 280px;
        margin: 1% 10px;
    }

    .blog.blog.last-news article .img-ctn {
        height: 100%;
        width: 100%;
    }

}


.autore-blog {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    flex-shrink: 0;
}

.autore-blog img {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: var(--colore-testo-home);
}

.autore-blog span {
    font-size: 1.3rem;
    font-weight: 300;
    flex-shrink: 0;
    color: var(--colore-testo-home);
}


.struttura-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    height: auto;
    padding: 0 5%;
    gap: 1rem;
    padding-bottom: 50px;
}

.struttura-box p {
    font-size: 1.4rem;
    font-weight: 300;
    color: var(--colore-testo-home);
    line-height: 1.8rem;
    width: 100%;
    text-align: center;
}

.struttura-box p b {
    font-size: 1.4rem;
    font-weight: 500;
    color: var(--colore-testo-home);
    line-height: 1.8rem;
    color: var(--colore-testo-home);
}

.struttura-box p a {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.8rem;
    color: var(--colore-testo-home);
    text-decoration: underline;
}

.struttura-box h1 {
    font-size: 2rem !important;
    line-height: 2.2rem !important;
    margin: 20px 0;
    text-align: center;
    color: var(--colore-testo-home);
    text-transform: capitalize;
    width: 100%;
}

.struttura-box h2 {
    font-size: 1.6rem !important;
    line-height: 1.7rem !important;
    font-weight: 300;
    text-align: center;
    color: var(--colore-testo-home);
    text-transform: capitalize;
    width: 100%;
}

.struttura-box h3 {
    font-size: 1.5rem !important;
    line-height: 1.6rem !important;
    font-weight: 300;
    text-align: center;
    color: var(--colore-testo-home);
    text-transform: capitalize;
    width: 100%;
}

.struttura-box .blank-space {
    width: 100%;
    height: 40px;
    flex-shrink: 0;
}

.struttura-box a.button {
    padding: 3% 3%;
    background-color: var(--colore-testo-home);
    color: white;
    cursor: pointer;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.7rem;
    text-align: center;
    margin: 0 auto;
}
.struttura-box .indice {
    flex-direction: column;
    display: flex;
    gap: 15px;
    padding: 2% 0;
    width: 100%;
}

.struttura-box .indice span {
    font-size: 1.4rem;
    font-weight: 400;
    color: var(--colore-testo-home)
}

.struttura-box ul {
    gap: 5px;
    display: flex;
    flex-direction: column;
    color: var(--colore-testo-home);
    padding-left: 5%;
}

.struttura-box ul li a {
    font-size: 1.2rem;
    font-weight: 300;
    color: var(--colore-testo-home);
}

.struttura-box ul li a:hover {
    color: var(--colore-testo-home);
    text-decoration: underline;
}

.struttura-box .img-ctn {
    width: 100%;
    height: auto;
    padding: 2% 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.struttura-box .img-ctn img {
    height: 300px;
    width: auto;
}

.anchor-class {
    width: 100%;
    height: auto;
}

@media screen and (min-width: 992px) {
    .struttura-box {
        max-width: 1200px;
        margin: 0 auto;
    }

    .struttura-box a.button {
        padding: 1% 2%;

    }

    .struttura-box .img-ctn img {
        width: 400px;
        height: auto;
    }
}

.table-articolo-blog {
    width: 100%;
    border: 1px solid var(--colore-testo-home);
    border-collapse: collapse;
    flex-shrink: 0;
    height: fit-content;
}
.table-articolo-blog tr {
    width: 100%;
  
}
.table-articolo-blog tr td {
    padding: 5px 5px;
    vertical-align: text-top;
    height: auto;
    padding: 10px 10px;
    
}
.mobile-scrolling {
    display: flex;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
 }

@media screen and (max-width: 992px) {
    .mobile-scrolling {
        width: 100%;
        height: auto;
        overflow-x: scroll;
        overflow-y: hidden;
        display: flex;
        flex-shrink: 0;
       

    }
    .table-articolo-blog {
        width: 350%;       
    }


}


.table-articolo-blog tr.legend {
    font-size: .7rem;
    font-weight: 300;
    background-color: var(--colore-testo-home-chiarissimo);
    color: var(--colore-testo-home);
    height: 30px;
}


.table-articolo-blog tr:not(.legend) {
    font-size: .8rem;
    color: var(--colore-testo-home);
    padding: 10px 0;
    line-height: .9rem;
}

.table-articolo-blog tr:not(.legend) b {
    font-size: .8rem;
}