footer{
    background-color: white;
    padding-top: 10px;
}

footer div{
    display: flex;
    justify-content: center;
    align-items: center;
}

footer div:nth-child(2){
    margin-top: 25px;
    margin-bottom: 8px;
}

footer div:nth-child(2) ul{
    display: flex;
    flex-direction: row;
    list-style: none;
    gap: 8px;
    padding-left: 0;
    margin: 0;
}

footer div:nth-child(2) ul li a{
    color: var(--Grises-medio, #6C6C6C);
    text-align: center;
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

footer div:nth-child(2) ul li:nth-child(2), footer div:nth-child(2) ul li:nth-child(3){
    padding-left: 8px;
    border-left: 1px solid #6C6C6C;
}

footer .final-doc{
    display: flex;
    width: 100%;
    height: 11px;
    background: linear-gradient(90deg, #400210 0%, #A41A16 100%);
}
