﻿.footer-link,
.linkFooterLegal {
    text-decoration: none;
    color: #fff;
}
.section-footer {
    background-color: #252728;
    text-align: center;
    position: relative;
    z-index: 2;
}
.section-footer a:hover {
    color: #e80000;
    transition: 0.8s;
}
.logo-footer {
    padding: 5rem 1rem 2rem;
}
.container-footer {
    display: grid;
    grid-template-columns: repeat(6, auto);
    padding: 2rem;
    justify-content: space-evenly;
    text-transform: uppercase;
}
.lastcontain-footer {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    padding: 2rem;
}
.footer-link {
    font-size: 1em;
    margin-bottom: 10px;
}
.legalLinks-footer {
    color: #fff;
    text-align: start;
}
.linkFooterLegal {
    margin-left: 20px;
    margin-right: 20px;
}
.lineFooter {
    width: 98%;
    color: #fff;
    padding: 0.5rem 0;
    margin: auto;
}
.text-footer-m {
    display: none;
}
.socialmedia-footer {
    text-align: end;
    padding: 1rem;
    font-size: 1.2rem;
}
@media (max-width: 1024px) {
    .container-footer,
    .lastcontain-footer {
        display: grid;
        grid-template-columns: 100%;
    }
    .section-footer {
        text-align: left;
    }
    .container-footer {
        padding: 1rem 1.5rem;
    }
    .text-links-footer {
        padding: 0.5rem;
        border-bottom: 1px solid #fff;
    }
    .lastcontain-footer {
        padding: 0;
    }
    .text-footer-m {
        display: block;
    }
    #desk-footer {
        display: none;
    }
}
