hr {
	height: 3px;
	margin: 10px 0;
}
html, body {
    height: 100%;
}
.row {
    padding-top: 20px;
    padding-bottom: 20px;
}


@media (min-width: 992px) {
    body {
        background-image: url('../../images/working/fondo.png');
        background-position: left bottom;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .row > div {
        padding-right: 50px;
    }
}