/* FOOTER=========================================================FOOTER========================================================== */

#dev {
    text-align: center;
    background-color: black;
    /* background-image: linear-gradient(0deg, rgb(0, 170, 255), rgb(68, 65, 255)); */
    padding: 1rem;
    /* font-weight: bold; */
}

.gradiente
{
    background-image: linear-gradient(180deg, rgb(244, 252, 255), #7dd8ffc4, #ffffff00);
    padding-bottom: var(--margin);
}

footer > div {
    color: #fff;
    padding: var(--margin);
}

footer > div:first-child {
    background-color: #727272;
}

footer > div:first-child + div {
    background-color: rgb(27, 27, 27);
}

footer address a{
    color: var(--color)!important;
    margin: 1rem auto;
    line-height: 2rem;
    font-weight: bold;
    font-size: .9rem;
    text-decoration-line: none;
}

footer ul {
    opacity: .9;
    font-size: 1.1rem;
    list-style: none;
    padding: var(--margin);
}

footer div:first-child  ul:first-child {
    width: 75%;
    font-size: .9rem;
    margin-right: calc(4 * var(--margin));
}


footer ul li:first-child {
    font-weight: bold;
    font-size: 1.4rem;
    font-style: normal;
}