.RedesS {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1000px) and (max-width: 1700px) {
    .telefonos {
        width: 30%;
    }

    .RedesS {
        width: 20%;
        left: 65%;
    }

    .RedesS a img {
        width: 20%;
        height: auto;
        margin: 10px 0px 10px 100px;
    }
}

@media (min-width: 600px) and (max-width: 999px) {
    .RedesS {
        left: 75%;
        top: 10%;
    }

    .RedesS img {
        width: 25%;
        margin: 10px 0px;
    }
}

@media screen and (max-width: 600px) {
    .RedesS {
        left: 0;
        top: 44%;
        flex-direction: row;
    }

    .RedesS img {
        width: 40%;
        margin: 5px 0px;
    }

    .ubicacion {
        margin-top: 20px;
    }

    footer {
        height: 260vw;
    }

    .copyright {
        position: relative;
        top: 42vw;
    }

    .ubicacion {
        position: relative;
        top: 45vw;
    }
}
