footer {
    border-top: 2px solid black;
    padding: 5px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


footer section a{
    text-decoration: none;
    color: black;

}

footer section a:hover{
    font-family: 'Atyp Display Bold', 'Roboto', sans-serif;
}

footer .llistat.centrat.logos{
    border-top: 2px solid black;
    border-bottom: 2px solid black;
}

footer section.enllacos {
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px;
}
footer section.enllacos > div {
    border-right: 2px solid;
    padding: 0px 5px;
    line-height: 15px;
    display: flex;
}
footer section.enllacos a {
    font-size: 1rem;
    line-height: 1.3rem;
}

footer section.enllacos > div:first-child {
    border-left: 2px solid;
}

footer section.peu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
    padding: 10px;
    padding-bottom: 30px;
}
footer section.peu > div {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 10px;
    align-items: start;
    flex-direction: column;
}
footer section.peu > div.logos {
    flex-direction: row;
    justify-content: space-between;
}
footer section.peu .logos {
    justify-content: space-around;
}


footer section.peu .newsletter #mc_embed_signup_scroll{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

footer section.peu .newsletter #mc_embed_signup_scroll input {
    border: none;
    border-bottom: 1px solid black;
    width: 100%;
}

footer section.peu .newsletter .correu-electronic {
    width: 100%;
}


footer section.peu .newsletter button {
    background: white;
    border: 1px solid black;
}

footer section.peu .segueixnos,
footer section.peu .contacte,
footer section.peu .avislegal,
footer section.peu .newsletter,
footer section.peu .seg-avis,
footer section.peu .logos{
    width: 100%;
}
footer section.peu .titol {
    font-family: 'Atyp Display Bold', 'Roboto', sans-serif;
    width: 100%;
}

footer section.peu .contacte p {
    margin-bottom: 0px;
}

@media only screen and (min-width: 993px) {
    /*Mida L */
    footer section.peu .seg-avis,
    footer section.peu .logos {
        width: calc(33.33% - 10px);
    }
    footer section.peu .contacte,
    footer section.peu .newsletter {
        width: calc(66.66% - 10px);
    }

    footer section.peu .newsletter .correu-electronic {
        flex-grow: 1;
        width: auto;
    }

    footer section.peu .newsletter #mc_embed_signup_scroll input {
        width: calc(100% - 200px);
    }

    footer section.enllacos {
        padding: 20px 50px;
    }

    footer section.peu {
        padding: 20px 10px;
    }
}
@media only screen and (min-width: 1201px) /* Mida XL*/
{
    footer section.peu {
        justify-content: space-around;
        padding: 50px 8%;
    }
    footer section.enllacos {
        padding: 10px 50px;
    }
}