hr{
    border: 1px solid rgb(70, 131, 243);
}

footer{
    width: 100%;
    height: 50px;
    right: 5px;
    bottom: 1px;
}

.imgredes{
    width: 32px;
    height: 32px;
    float: right;
    margin-left: 5px;
    margin-right: 10px;
}

@media screen and (max-width: 1200px){
    footer{
        width: 100%;
        height: 50px;
        bottom: 0px;
    }

    hr{
        width: 100%;
    }
}