.logo-contacto-social {
    width: 100%;
    background: rgb(2, 0, 36);
    background: linear-gradient(
        90deg,
        rgba(2, 0, 36, 1) 0%,
        rgba(14, 78, 129, 1) 35%,
        rgba(96, 137, 169, 1) 100%
    );
    color: white;
}

.contenedor-cajas-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.delimitar-cajas-flex {
    width: 95%;
    max-width: 1000px;
}

.flex-orden {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.caja1-flex {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 10px;
}

.logo-footer {
    display: flex;
}

.informacion-redes-sociales {
    width: 500px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.informacion-contactos,
.redes-sociales {
    display: flex;
    flex-direction: column;
    height: 150px;
}

.redes-sociales > a {
    text-decoration: none;
    color: white;
    width: fit-content;
    font-size: small;
    margin-top: 5px;
}

.redes-sociales > a:hover {
    color: white;
    background-color: transparent !important;
    text-decoration: none;
}

.contacto-info {
    font-size: small;
    margin-top: 5px;
    width: 300px;
}

.separador-informacion {
    width: 2px;
    height: 150px;
}

.logo-footer > img {
    width: 290px;
    height: 290px;
}

.caja2-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10px 0 10px 0;
    margin-top: 10px;
    background-color: #050930;
}

@media screen and (max-width: 830px) {
    .logo-footer > img {
        width: 200px;
        height: 200px;
    }
}

@media screen and (max-width: 725px) {
    .flex-orden {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (max-width: 550px) {
    .informacion-redes-sociales {
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    .separador-informacion {
        width: 300px;
        height: 2px;
    }
    .flex-orden {
        flex-direction: column-reverse;
    }
    .logo-footer {
        justify-content: center;
    }
    .informacion-redes-sociales {
        width: 100%;
    }
    .redes-sociales {
        width: 300px;
    }
}

@media screen and (max-width: 450px) {
    .informacion-redes-sociales {
        flex-direction: column;
    }
}
