.footer {
    font-size: 0.7rem;
    margin-top: auto; 
    bottom: 0;
    width: 100%;
    justify-content: center;
    align-items: center;
    background-color: #602929;
    color: #fff;
    padding: 0.2rem 2rem;
    height: auto;
}

.contenedor_footer {
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
    gap: 1rem;
}

.social-brands{
    font-size: 3em;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 2em;
}

.social i{
    margin-right: 1em;
    display: flex;
    justify-content: center;
}

.informacion{
    width: 25%;
}

.enlaces{
    width: 25%;

}

.contacto{
    width: 25%;
}

.division{
    width: 70%;
    height: 1px;
    background-color: #fff;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.social img{
    width: 58%;
    display: block;
    margin: 0 auto;
}


.logo {
    font-size: 1.5em;
}

span a{
    text-decoration: none;
    color: #fff;
}

span a:hover{
    text-decoration: underline;
}

.copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1rem;
}

.informacion, .enlaces, .contacto{
   font-size: large;
}

.lista{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}