.footer{
    background-color: var(--azul_oficial);
    height: auto;
    color: var(--blanco);
    display: flex;
    flex-direction: row;
    align-items: end;
    justify-content: center;
    padding: 20px;
}


.logo_footer{
    height: 100px;
    margin: 30px 0 0 0;
}

.siguenos_footer{
    display: flex;
    flex-direction: column;
    margin: 0 0 5px 20px;
}

.siguenos_footer a{
    color: white;
    font-weight: 500;
}

.siguenos_footer p{
    margin: 10px;
    font-weight: 400;
}
