.content-footer{
    background-color: #18445f;
    display: flex;
    justify-content: space-around;
    color: white;
    padding: 50px;
}
.content-footer img{
    max-width: 100px;
}

.politicas-footer{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.redes-footer{
    font-weight: bold;
}

.imagenes-redes-footer{
    display: flex;
    justify-content: space-between;

}

.imagenes-redes-footer img{
    width: 30px;
}

.derechos-footer{
    border-top: 1px solid white;
    display: flex;
    justify-content: center;
    color: white;
    background-color: #18445f;
}

@media (max-width:500px){
    .content-footer{
        flex-direction: column;
        gap: 50px;
        align-items: center;
    }
}