:root {
    --hd-ft-clr: #FFF;
    --sys-clr: #0b7d3f;
}

@font-face {
    font-family: LemonMilk;
    src: url(../includes/fonts/LEMONMILK.otf);
}

div {
    font-family: myFirstFont;
}

body {
    padding: 0;
    margin: 0;
}

.nv-br {
    margin: 0;
    min-height: 100px;
    /* box-shadow: 0 0 10px; */
}

.lG {
    margin: 0;
    height: 100px;
    padding: 10px 5px;
    vertical-align: middle;
    display: flex;
    justify-content: center;
}

@media only screen and (max-width:650px) {
    .nv-br {
        margin: 0;
        min-height: 200px;
        /* box-shadow: 0 0 10px; */
    }
    .lG {
        flex-direction: column;
    }
    .spcR2 {
        margin: 100px auto 0;
    }
    .dPiB {
        padding-top: 0 !important;
    }
    .lGtL {
        font-size: 18px;
    }
    .inF {
        font-size: 14px !important;
    }
}

.lGtL {
    font-size: 24px;
    font-family: LemonMilk;
    color: var(--hd-ft-clr);
    margin-top: 5px;
    filter: drop-shadow( 0 0 5px #000);
}

.inF {
    font-family: Arial, Roboto !important;
    font-size: 20px;
    color: #fff;
    white-space: nowrap;
    filter: drop-shadow( 0 0 5px #000);
}

.dPiB {
    display: inline-block;
    margin: 0 15px;
    /* padding-top: 10px; */
}

.spcR2,
.spcR {
    display: inline-block;
    width: 80px;
}

.bGbnR {
    background: url('../images/LOGOS/logo_banner.png');
    background-position: center;
    background-size: cover;
}

.cL-1,
.cL-2,
.cL-3,
.cL-4,
.cL-5,
.cL-6,
.cL-7,
.cL-8,
.cL-9,
.cL-10,
.cL-11,
.cL-12 {
    float: left;
}

.cL-12 {
    width: 100%;
}

.cL-11 {
    width: 91.66666667%;
}

.cL-10 {
    width: 83.33333333%;
}

.cL-9 {
    width: 75%;
}

.cL-8 {
    width: 66.66666667%;
}

.cL-7 {
    width: 58.33333333%;
}

.cL-6 {
    width: 50%;
}

.cL-5 {
    width: 41.66666667%;
}

.cL-4 {
    width: 33.33333333%;
}

.cL-3 {
    width: 25%;
}

.cL-2 {
    width: 16.66666667%;
}

.cL-1 {
    width: 8.33333333%;
}

.tX-R {
    text-align: right;
}

.jfC {
    text-align: center;
}

.mT-1 {
    margin-top: 1rem;
}

.bX {
    height: 200px;
    width: 250px;
    display: inline-block;
    margin: 1rem;
    border-radius: 15px;
    transition: .15s;
}

.bX:hover {
    background: #F7CB47;
    cursor: pointer;
    scale: 1.05;
    /* box-shadow: 0 0 5px; */
}


.bX:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.bX:hover .cptN {
    color:#FFF;
}

.bX .cptN {
    font-family: 'Tahoma';
    font-size: 15px;
}


/* .bX:hover .cptN {
    color: #fff;
} */

.pD-1 {
    padding: 1rem;
}

.pD-2 {
    padding: 2rem;
}

.cnT {
    max-width: 1000px;
    margin: 1rem auto;
}

.cptN {
    color: #636363;
}