.has-background-micolor {
    background-color: rgb(35, 155, 35);
}

html, body {
    height: 100%;
    margin: 0;
}

.wrapper {
    min-height: 100%;

/* Equal to height of footer */
/* But also accounting for potential margin-bottom of last child */
    margin-bottom: -150px;
}

.footer,
.push {
    height: 150px;
}

.centrado {
  margin: 0 auto;
}
