/* ========================= */
/* FOOTER */
/* ========================= */

.footer-divider{
    width:100%;
    height:1px;
    background:rgba(0,0,0,.12);
    margin:0 0 8px;
}

.footer-bottom{
    display:flex;
    align-items:center;
    justify-content:space-between;

    gap:20px;

    padding:0 6px 6px;
}

.footer-copy{
    color:rgba(0,0,0,.48);
    font-size:14px;
}

.footer-created{
    display:flex;
    align-items:center;
    gap:10px;

    color:rgba(0,0,0,.68);
    font-size:14px;
}

.footer-digitalucx{
    display:flex;
    align-items:center;

    text-decoration:none;
    transition:.25s ease;
}

.footer-digitalucx:hover{
    opacity:.75;
    transform:translateY(-1px);
}

.footer-digitalucx img{
    width:28px;
    height:28px;

    object-fit:contain;

    filter:
        drop-shadow(0 4px 10px rgba(0,0,0,.35));
}

.footer-digitalucx strong{
    color:#000000;
    font-weight:800;
}