    /* 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-dirigenza {
        font-size: 16px !important;
        font-weight: 600 !important;
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }
    .nav-link-news {
        /* padding-left: 0rem !important; */
    }

    .page-header {
        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;
    }
    .page-header .bgimg{
        background-image: url(../img/dirigenza/bg-dirigenza.jpg);
        background-position: top;
        position: fixed;
    }
    .dirigenza-body {
        position: relative;
        padding-top: 2rem;
        padding-bottom: 2rem;
       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%);
    }
    .dirigenza-body .red-square {
        position: absolute;
        top: 0;
        left: 50.45%;
        transform: translateX(-50%);
        background: rgb(201,40,44);
        background: -moz-linear-gradient(0deg, rgba(201,40,44,0) 7%, rgba(201,40,44,1) 15%, rgba(162,0,15,1) 50%);
        background: -webkit-linear-gradient(0deg, rgba(201,40,44,0) 7%, rgba(201,40,44,1) 15%, rgba(162,0,15,1) 50%);
        background: linear-gradient(0deg, rgba(201,40,44,0) 7%, rgba(201,40,44,1) 15%, rgba(162,0,15,1) 50%);
        width:100px;
        height: 100%;
    }
    .dirigenza-body .white-line {
        position: absolute;
        top: 0%;
        left: 50.45%;
        transform: translateX(-50%);
        background: rgba(242, 242, 242, 0.4);
        width:1px;
        height: 90%;
        background: rgb(201,40,44);
        background: -moz-linear-gradient(0deg, rgba(201,40,44,0.5) 0%, rgba(242,242,242,0.500437675070028) 15%, rgba(242,242,242,1) 45%);
        background: -webkit-linear-gradient(0deg, rgba(201,40,44,0.5) 0%, rgba(242,242,242,0.500437675070028) 15%, rgba(242,242,242,1) 45%);
        background: linear-gradient(0deg, rgba(201,40,44,0.5) 0%, rgba(242,242,242,0.500437675070028) 15%, rgba(242,242,242,1) 45%);
    }


    .row-single-left {
        position: relative;
        height: 20rem
    }
    .row-single-left .dark-bg {
        background: rgb(221,221,221);
        background: -moz-linear-gradient(90deg, rgba(221,221,221,0.95) 0%, rgba(221,221,221,0.95) 50%, rgba(221,221,221,0.7525603991596639) 70%, rgba(221,221,221,0) 95%, rgba(221,221,221,0) 100%);
        background: -webkit-linear-gradient(90deg, rgba(221,221,221,0.95) 0%, rgba(221,221,221,0.95) 50%, rgba(221,221,221,0.7525603991596639) 70%, rgba(221,221,221,0) 95%, rgba(221,221,221,0) 100%);
        background: linear-gradient(90deg, rgba(221,221,221,0.95) 0%, rgba(221,221,221,0.95) 50%, rgba(221,221,221,0.7525603991596639) 70%, rgba(221,221,221,0) 95%, rgba(221,221,221,0) 100%);
        position: absolute;
        height: 60%;
        width: 100vw;
        top: 50%;
        transform: translateY(-50%);
        padding-left: 0;
        margin-left: 0;
        left: 0;
        z-index: 0;
    }
    .row-single-left .img-box {
        height: 20rem;
        width: 14rem;
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
        border: 2px solid #df1a2d;
        z-index: 2;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 20%;
    }
    .row-single-left .info-box {
        color: #191919;
        z-index: 2;
        max-width: 40%;
        top: 50%;
        left: 40%;
        position: absolute;
        transform: translateY(-50%);
    }
    .row-single-left .info-box h4{
        text-transform: uppercase;
        margin-bottom: 1rem;
    }
    .row-single-left .info-box h6{
        text-transform: uppercase;
        margin-bottom: 1rem;
        border:1px solid #df1a2d;
        display: inline-block;
        border-radius: 10px;
        padding: 0.5rem 3rem;
    }
    .row-single-left .info-box p{
        font-style: italic;
    }



/* ghjklò */


    .row-single-right {
        position: relative;
        height: 20rem;
    }
    .row-single-right .dark-bg {
        background: rgb(221,221,221);
        background: -moz-linear-gradient(270deg, rgba(221,221,221,0.95) 0%, rgba(221,221,221,0.95) 50%, rgba(221,221,221,0.7525603991596639) 70%, rgba(221,221,221,0) 95%, rgba(221,221,221,0) 100%);
        background: -webkit-linear-gradient(270deg, rgba(221,221,221,0.95) 0%, rgba(221,221,221,0.95) 50%, rgba(221,221,221,0.7525603991596639) 70%, rgba(221,221,221,0) 95%, rgba(221,221,221,0) 100%);
        background: linear-gradient(270deg, rgba(221,221,221,0.95) 0%, rgba(221,221,221,0.95) 50%, rgba(221,221,221,0.7525603991596639) 70%, rgba(221,221,221,0) 95%, rgba(221,221,221,0) 100%);
        position: absolute;
        height: 60%;
        width: 100vw;
        top: 50%;
        transform: translateY(-50%);
        padding-right: 0;
        margin-right: 0;
        right: 0;
        z-index: 0;
    }
    .row-single-right .img-box {
        height: 20rem;
        width: 14rem;
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
        border: 2px solid #df1a2d;
        z-index: 2;
        right: 20%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .row-single-right .info-box {
        color: #191919;
        z-index: 2;
        max-width: 40%;
        top: 50%;
        right: 40%;
        position: absolute;
        transform: translateY(-50%);
        text-align: right;
    }
    .row-single-right .info-box h4{
        text-transform: uppercase;
        margin-bottom: 1rem;
    }
    .row-single-right .info-box h6{
        text-transform: uppercase;
        margin-bottom: 1rem;
        border:1px solid #df1a2d;
        display: inline-block;
        border-radius: 10px;
        padding: 0.5rem 3rem;
    }
    .row-single-right .info-box p{
        font-style: italic;
    }


    .btn-modal-dirigenza {
        background-color: transparent;
        text-transform: capitalize;
        margin-bottom: 0.5rem;
        border: none;
        border-bottom: 1px solid #191919;
        border-radius: 0;
        color: #df1a2d;
        display: inline-block;
        padding: 0.25rem;
        padding-top: 0;
        cursor: pointer;
        font-style: italic;
    }
    /* .row-single-left .btn-modal-staff {
        margin-left: 20%;
        transform: translateX(-50%);
    }

    .row-single-right .btn-modal-staff {
        margin-right: 20%;
        transform: translateX(50%);
    } */
    .modal-content {
        border: 2px double #df1a2d;
        text-align: justify;
    }
    .modal-footer {
        justify-content: center;
    }
    .modal-body {

    }
