@charset "UTF-8";

footer {
    left: 48px;
    bottom: 58px;
    right: 48px;
    padding: 58px;
    background-color: var(--smalt-950);
}

.top, .bottom {
    display: flex;
    gap: 48px;
}

.top {
    margin-bottom: 24px;
}

.bottom {
    padding: 32px 0 0;
    align-items: center;
    border-top: 2px solid white;
    gap: 24px;
}

.top:is(.left, .right) {
    flex: 1 1 50%;
}

.bottom .left {
    flex: 1 1 auto;
}

footer h2 {
    margin: 0 0 12px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
}

footer h2, p {
    color: white;
}

footer p {
    margin: 0;
}

blockquote {
    padding: 0 24px 0 0;
    margin: 0 0 24;
    font-size: 24px;
    color: white;
}

button {
    background-color: white;
    color: black;
    display: inline-block;
    gap: 8px;
    align-items: center;
    border: 0; /* Tira a borda */
    border-radius: 40px;
    padding: 12px 24px 12px 28px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
}

.links {
    display: flex;
    gap: 48px;
    padding-right: 48px;
}

footer ul {
    list-style: none;
    padding: 0;
    display: grid;
    margin: 0;
    flex: 1 1 50%;
}

footer ul > li {
    display: flex;
    flex-direction: column;
    margin: 0 0 14px;
}

footer ul > li > a {
    text-decoration: none;
    color: white;
    margin: 0 0 14px;
}

.socials {
    display: flex;
    justify-content: flex-end;
    gap: 16px;
    font-size: 20px;
    text-decoration: none;
}

.socials a {
    color: black;
}