/* ======================================================
   SHOP INFOTEK
   FOOTER
   ====================================================== */

.footer{

    background:#212529;
    color:#ffffff;
    margin-top:70px;
    padding:55px 0 25px;

}

.footer-logo{

    font-size:2rem;
    font-weight:800;
    color:#ffffff;

}

.footer h5{

    font-size:1.2rem;
    margin-bottom:20px;
    font-weight:700;

}

.footer p{

    color:#ced4da;
    margin-bottom:10px;

}

.footer hr{

    margin:35px 0;
    border-color:rgba(255,255,255,.15);

}

.footer-copy{

    color:#adb5bd;
    font-size:.95rem;

}

.footer-redes{

    display:flex;
    gap:15px;
    margin-top:20px;

}

.footer-redes a{

    width:42px;
    height:42px;
    display:flex;
    justify-content:center;
    align-items:center;

    border-radius:50%;

    background:#343a40;

    color:#ffffff;

    transition:.30s;

    font-size:1.1rem;

}

.footer-redes a:hover{

    background:#0d6efd;

    color:#ffffff;

}