footer {
    background-color: $color1;
    padding: 30px 0px;
    color: $blanco;

    @media screen and (min-width: 768px) {
        position: absolute;
        bottom: 0px;
        left: 0px;
        z-index: 100;
        width: 100%;
    }
}