
footer {
    /*background: #1a1a1a;*/
    background: #31384A;
    padding: 30px;
    margin: 20px;
    box-shadow: -1px 1px 7px 0px rgba(0, 0, 0, 0.75);
    border-radius: 4px;
}

.footer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    
}

.logo-f {
    width: 90px;
}

.logo-b-bl {
    width: 100px;
}

footer .footer p {
    font-size: 40px;
    font-family: 'Kalam', cursive;
    color: #fff;
}

a {
    color: #fff;
    text-decoration: none;
    margin: 5px;
    font-size: 14px;
}

.menu-container-f a:hover {
    color: #c00925;
} 

footer .footer-dos p {
    color: #fff;
    text-align: center;
    font-size: 14px;
}

footer .pie {
    font-family: 'Kalam', cursive;
    color: #c00925;
}

/*--------------------------------*/

.V-C {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 20px;
    margin-bottom: 20px;
  }

.volver a {
    text-decoration: none;
    margin-left: 20px;
    color: #f2f2f2;
  }
  
  .volver {
    font-size: 14px;
  }
  
  .legal a {
    color: #f2f2f2;
  }

@media screen and (max-width: 600px) {
    .footer {
        flex-direction: column;
    }
    footer .menu-container-f {
        display: flex;
        flex-direction: column;
    }
    footer .footer-dos {
        margin-top: 20px;
    }
    .logo-f {
        width: 60px;
        margin-bottom: 20px;
    }
}