    /* CSS HEX *
    --cultured: #f2f2f2;
    --medium-candy-apple-red: #df1a2d;
    --bordeaux: #95010f;
    --gainsboro: #dddddd;
    --eerie-black: #191919;

    news under15: #3097c2;
    news under17: #29b529;
    news generali: #df1a2d;
    news under19: #dc0edc;
    news cgold: #c8a900;

     SCSS RGB
    $cultured: rgba(242, 242, 242, 1);
    $medium-candy-apple-red: rgba(223, 26, 45, 1);
    $bordeaux-dark: rgba(60, 5, 5, 1);
    $gainsboro: rgba(221, 221, 221, 1);
    $eerie-black: rgba(25, 25, 25, 1);

    font-family: 'Scarecrow';
    font-family: 'Poppins';
    font-family: 'Raleway';

    */
    .nav-link-news {
        font-size: 16px !important;
        font-weight: 600 !important;
        padding-left: 0rem !important;
    }
    .page-header {
        min-height: 18vh;
        background: rgb(218,218,218);
        background: -moz-linear-gradient(270deg, rgba(218,218,218,0.6) 5%, rgba(154,8,22,0.6) 49%, rgba(34,0,3,0.6) 100%);
        background: -webkit-linear-gradient(270deg, rgba(218,218,218,0.6) 5%, rgba(154,8,22,0.6) 49%, rgba(34,0,3,0.6) 100%);
        background: linear-gradient(270deg, rgba(218,218,218,0.6) 5%, rgba(154,8,22,0.6) 49%, rgba(34,0,3,0.6) 100%);
    }
    .page-header .bgimg{
        background-image: url(../img/news/bg-news-singola.jpg);
        position: fixed;
    }
    .news-singola-body {
        padding-bottom: 15rem;
       background: rgb(218,218,218);
        background: -moz-linear-gradient(270deg, rgba(218,218,218,0.6) 5%, rgba(154,8,22,0.6) 49%, rgba(34,0,3,0.6) 100%);
        background: -webkit-linear-gradient(270deg, rgba(218,218,218,0.6) 5%, rgba(154,8,22,0.6) 49%, rgba(34,0,3,0.6) 100%);
        background: linear-gradient(270deg, rgba(218,218,218,0.6) 5%, rgba(154,8,22,0.6) 49%, rgba(34,0,3,0.6) 100%);

    }
    .news-singola-body .row-news-singola{
        justify-content: center;
    }
    .news-singola-body .news-singola-box{
        border:4px solid #df1a2d;
    }
    .news-singola-body .news-singola-box .row-img .img-box{
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 43vw;
        width: 100%;
    }
    .news-singola-body .news-singola-box .row-description {
        background-color: #f2f2f2;
        border:4px solid #df1a2d;
        border-top: none;
        min-height: 60vh;
        justify-content: center;
    }
    .news-singola-body .news-singola-box .row-description .description-box{
        padding: 2rem 4rem;
        padding-bottom: 2rem;
    }
    .news-singola-body .news-singola-box .row-description .description-box h1{
        text-align: center;
        margin: 0 0 2rem 0;
        color: #df1a2d;
        font-family: 'Poppins';
        text-transform: uppercase;
        font-size: 32px;

    }
    .news-singola-body .news-singola-box .row-description .description-box p{
        color: #191919;
        font-family: 'Raleway';
        text-align: center;
        line-height: 2;
    }
    .news-singola-body .news-singola-box .row-description .description-box .data{
        text-align: right;
        color: #949494;
        margin-bottom: 2rem;;
        font-size: 14px;
        font-style: italic;
    }

    .ultime-news {
        min-height:10vh !important;
        background: rgb(218,218,218);
        background: -moz-linear-gradient(270deg, rgba(218,218,218,0.6) 5%, rgba(154,8,22,0.6) 49%, rgba(34,0,3,0.6) 100%) !important;
        background: -webkit-linear-gradient(270deg, rgba(218,218,218,0.6) 5%, rgba(154,8,22,0.6) 49%, rgba(34,0,3,0.6) 100%) !important;
        background: linear-gradient(270deg, rgba(218,218,218,0.6) 5%, rgba(154,8,22,0.6) 49%, rgba(34,0,3,0.6) 100%) !important;
    }
    .ultime-news .title-ultime-news .titolo-altre-news h1 {
        text-align: center !important;
    }
    .ultime-news .bg-red {
        height:40vh !important;
    }
    .ultime-news .triangle-white {
        height:40vh !important;
    }
    .ultime-news .title-ultime-news {
        top: 18% !important;
   }
