.main-footer {
    background-color: #333333;
    color: #ffffff;
}

.footer-content {
    width: calc(100% - 160px);
    margin: 0 auto;
    padding: 40px 0;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contatos {
    width: 344px;
    height: 188px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.subscription label{
    font-size: 1rem;
    letter-spacing: 8%;
    font-weight: 400;
    padding-left: 20px;
}

.subscription input {
    width: 344px;
    height: 44px;
    border-radius: 30px;
    border: 1px solid #dddddd;
    padding-left: 20px;
    margin-top: 8px;

    color: #aaaaaa;
    font-size: 16px;
}

.socials {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 8%;
    padding-left: 20px;
}

.socials ul {
    display: flex;
    gap: 20px;
    margin-top: 16px;
}

.navegadores {
    display: flex;
    gap: 19px;
    width: 100%;
    justify-content: end;

    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    letter-spacing: 8%;
}

.navegadores div {
    width: 141px;
}

.navegadores h3 {
    font-weight: 400;
    margin-bottom: 16px;
}

.navegadores ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.copyright {
    width: calc(100% - 80px);
    margin: 0 auto;
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 8%;
    padding: 20px 0;
    border-top: 1px solid #ffffff;
}