/* =========================
FOOTER
========================= */
.footer-radio{
    width:100%;
    background:#111;
    border-top:3px solid #00bfff;
    margin-top:40px;

    display:flex;
    align-items:center;
    justify-content:center;
    gap:20px;

    padding:10px;
    box-sizing:border-box;

    color:white;
    font-family:Arial;
}

.footer-logo img{
    width:250px;
    height:auto;
}

.footer-info{
    text-align:left;
}

.footer-title{
    font-size:20px;
    font-weight:bold;
    color:#00ccff;
}

.footer-text{
    font-size:14px;
    margin-top:4px;
    color:#ddd;
}

.footer-copy{
    font-size:15px;
    margin-top:6px;
    color:#ff3333;
}
.footer-radio{
    width:100%;
    background:#111;
    color:white;

    padding:15px;

    display:flex;
    align-items:center;
    justify-content:center;
    gap:20px;

    box-sizing:border-box;

    clear:both;
}
.footer-right img{
    height:170px;
    width:auto;
}