    /* 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-club {
        font-size: 16px !important;
        font-weight: 600 !important;
        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/partner/bg-partner.jpg);
        position: fixed;
    }
    .partners-body {
        background: rgba(218,218,218,0.9);
        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;
    }
    .partners-body .tipologia-row {
        text-align: center;
    }
    .partners-body .tipologia-row .tipologia{
    }
    .partners-body .tipologia-row .tipologia h2{
        font-family: 'Scarecrow';
        color: #f2f2f2;
        text-transform: uppercase;
    }
    .partners-body .sponsor-row {
        justify-content: space-around;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .partners-body .sponsor-row .card-sponsor{
        background: rgba(218,218,218,0.9);
        text-align: center;
        padding-top: 2rem;
        padding-bottom: 2rem;
        border-radius: 2px;
        width: 23%;
        margin: 1rem 1%;
        height: 15rem;
    }
    .partners-body .sponsor-row .card-sponsor .img-row {
        text-align: center;
        justify-content:center;
        margin-bottom: 1rem;
        height: 75%;

    }
    .partners-body .sponsor-row .card-sponsor .img-row .img-box {
        max-width: 75%;
        position: relative;

    }
    .partners-body .sponsor-row .card-sponsor .img-row img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 85%;
    }
    .partners-body .sponsor-row .card-sponsor .name-row {

    }
    .partners-body .sponsor-row .card-sponsor .name-row a{
        color: #95010f;
        text-decoration: none;
        text-transform: capitalize;
    }
    .partners-body .sponsor-row .card-sponsor .name-row a:hover{
        color: inherit;
        text-decoration: none;
        cursor: pointer;
    }
