.div-footer{
    background: url('../img/fondo-user.jpg');
    width: 100%;
    padding-left: 130px;
    padding-right: 130px;
}
.footer-bionic img{
    width: 300px;
}
.footer-bionic .datos{
    text-align: left;
    color: black;
}
.footer-bionic .politicas{
    text-align: right;
}
.footer-bionic .politicas li{
    color: black;
}
.footer-bionic .politicas li a{
    color: black;
}
.custom-radio-checkbox {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    font-family: arial;
}

[type="checkbox"]:not(:checked),[type="checkbox"]:checked{
    pointer-events: unset;
    opacity: 1;
    position: initial;
}
@media (max-width: 480px){
    .div-footer{
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
    }
    .footer-bionic img{
        width: 150px;
        margin-left: 20px;
        margin-right: 20px;
    }
    .footer-bionic .datos{
        text-align: center;
    }
    .footer-bionic .politicas{
        text-align: center;
    }
}