.footer{
    margin-top: 50px;
    height: 100px;  
}

.footer .footer_imagenes{
    display: flex;
    justify-content: space-between;
}

.footer .texto_footer{
    text-align: center;
    background-color: #075f98;
    padding: 20px;
    color: white;
}