footer {
    width: 100%;
    max-width: 100%;
    height: 105px;
    background-color: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #ffff;
    text-decoration: none;
}

footer .redes_sociales {
    width: 70%;
    height: 65px;
    display: flex;
    justify-content: space-around;
    align-items: center !important;
    flex-direction: row;
}

footer .redes_sociales p {
    margin-right: 2rem;
}

.helpSection,
footer {
    font-family: "Source Sans Pro";
}

footer .redes_sociales a {
    color: rgb(255, 255, 255);
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400 !important;
    letter-spacing: 0.25px;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0;
}

.redes_sociales img {
    width: 24px;
    height: auto;
}

footer .derechosA {
    width: 100%;
    border-top: 1px solid rgb(255, 208, 0);
    height: 40px;
    display: grid;
    place-items: center;
}

footer p {
    color: rgb(255, 255, 255);
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400 !important;
    letter-spacing: 0.25px;
    margin-bottom: 0;
}

.vigilado_logo {
    width: 156.65px !important;
    height: auto !important;
    margin-left: 4rem;
}

footer .redes_sociales .socialMediaMobile {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 2rem;
}

@media screen and (max-width: 768px) {

    footer .redes_sociales {
        width: 90%;
        height: inherit;
        display: flex;
        flex-direction: column !important;
        justify-content: flex-start;
        align-items: center !important;
        margin: 2rem auto 0.5rem;
    }

    .vigilado_logo {
        margin-left: 0;
        margin-bottom: 1rem;
    }

    footer {
        height: 100%;
        display: flex;
        justify-content: left;
        align-items: flex-start;
        flex-direction: column !important;
        padding: 0;
    }

    footer .redes_sociales .socialMediaMobile {
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 2rem;
        margin-top: 0.4rem;
        margin-bottom: 2rem;
    }

    footer .redes_sociales p {
        width: 100%;
        text-align: center;
        margin-right: inherit;
    }

    footer .derechosA {
        height: 70px;
        padding: 0 1rem;
    }

    footer .derechosA p {
        text-align: center !important;
    }

    .rowPiscilago {
        flex-direction: column;
        justify-content: flex-start;
        gap: 0;
    }

    .rowPiscilago .column1 {
        width: 100%;
    }

    .rowPiscilago .column2 {
        width: 100%;
    }

    .container-forms {
        width: 100%;
    }
}