footer{
    width: 100%;
    background-color: #404040;
    display:flex;
    flex-direction: row;
    flex-wrap:wrap;
    padding: auto;
    justify-content: center;
    margin-top: 40px;
}

.footer-titulo{
    width:100%;
    color: white;
    background-color: #0D679A;
    padding: 25px ;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.footer-address{    
    padding:80px 10px;
    color:white;
    font-style:normal;
    max-width: 300px;
    width:33%;
    text-decoration: none;
}

.footer-redes-sociales{
    font-style:normal;
    display:flex;
    flex-direction:column;
    flex-wrap: wrap;
    justify-content:center;
    align-items: center;
    margin: 60px;
}

.footer-redsocial-link{
    width: 100%;
    color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
}

@media screen and (max-width: 780px){
    footer{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (max-width: 780px){
    .footer-address,.redes-sociales{
    width: 100%;
    min-height: 100px;
}
}