.atr-footer {
    display: flex;
    flex-direction: column;
    gap: 60px;
    align-items: flex-start;
    justify-content: center;
    padding: 60px 0px 50px 0px;
    margin: 0 auto;
    background-color: #F5F3F3;
}

.atr-footer img {
    width: 16px;
    height: 16px;
}

.atr-footer>.footer-infos-portal {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.atr-footer>.footer-infos-portal>.footer-left {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.atr-footer>.footer-infos-portal>.footer-right {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.atr-footer>.footer-infos-portal>.footer-left>.column-1 {
    display: flex;
    gap: 57px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.atr-redacao,
.atr-classificados {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
    gap: 10px;
    width: 250px;
}

.atr-assineATR,
.atr-publicidade {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
    gap: 10px;
    width: 250px;
}

.atr-assineATR p {
    font-family: 'Ubuntu-Regular';
    font-size: 14px;
    letter-spacing: -0.14px;
    line-height: 20px;
    color: #646464;
}

.atr-footer>.footer-infos-portal>.footer-left>.column-2 {
    display: flex;
    gap: 57px;
    align-items: flex-end;
    flex-direction: column;
    justify-content: space-between;
}

.atr-footer>.footer-infos-empresa {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    padding: 30px 0px 0px 0px;
    border-top: 1px solid #CECECE;
}

.footer-boxAzul {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background-color: #0E5788;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-info-text {
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-info-text p {
    font-family: 'Ubuntu-Regular';
    font-size: 12px;
    letter-spacing: -0.12px;
    line-height: 20px;
    color: #646464;
}

.atr-canaisEditorias {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;
}

.atr-canaisEditorias .canaisEditorias-menu {
    display: flex;
    gap: 35px;
    align-items: flex-start;
}

.atr-canaisEditorias>.canaisEditorias-menu ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1px;
}

.atr-canaisEditorias>.canaisEditorias-menu ul li>a {
    font-size: 14px;
    font-family: 'Ubuntu-Regular';
    line-height: 24px;
    color: #646464;
    text-transform: capitalize;
}

.atr-grupoATR {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    max-width: 217px;
}

.atr-grupoATR ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2px;
}

.atr-grupoATR>ul li>a {
    font-size: 14px;
    font-family: 'Ubuntu-Regular';
    line-height: 24px;
    color: #0E5788;
    text-transform: uppercase;
}

.left-dados-1 {
    display: flex;
    gap: 39px;
    align-items: center;
    margin-bottom: 18px;
}

.left-dados-1 p {
    font-size: 12px;
    font-family: 'Ubuntu-Regular';
    letter-spacing: -0.12px;
    line-height: 14px;
    color: #646464;
}

.left-dados-2 p {
    font-size: 12px;
    font-family: 'Ubuntu-Regular';
    letter-spacing: -0.12px;
    line-height: 14px;
    color: #646464;
}

.left-dados-2 {
    display: flex;
    gap: 37px;
    align-items: center;
}

.atr-empresa-right {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.atr-empresa-right>a>img {
    height: 20px;
    width: 29px;
}

.atr-empresa-right>p {
    font-family: 'Ubuntu-Regular';
    font-size: 12px;
    letter-spacing: -0.12px;
    line-height: 20px;
    color: #646464;
}

.atr-spanFooter {
    font-family: 'Ubuntu-Regular';
    font-size: 24px;
    letter-spacing: -0.48px;
    line-height: 40px;
    color: #0E5788;
}

.atr-spanFooter>span {
    font-family: 'Ubuntu-Bold';
    font-size: 24px;
    letter-spacing: -0.48px;
    line-height: 40px;
    color: #0E5788;
}
.newsletter-footer {
    text-align: left;
    font: normal normal normal 18px/22px Segoe UI;
    letter-spacing: 0;
    color: #707070;
    max-width: 271px;
}
.social-footer {
    display: flex;
    align-items: center;
    gap: 26px;
}
@media (max-width:796px) {

    body {
        max-width: 100%;
    }

    .atr-footer>.footer-infos-portal>.footer-left {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        gap:40px;
        max-width: 100%;
    }

    .atr-footer>.footer-infos-portal {
        width: 100%;
        max-width: 100%;
    }

    .left-dados-1 {
        gap: 16px;
        flex-direction: column;
        align-items: flex-start;
    }

    .left-dados-2 {
        gap: 16px;
        flex-direction: column;
        align-items: flex-start;
    }

    .atr-footer {
        padding: 60px 0px 20px 20px;
    }

    .atr-empresa-left {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .left-dados-1 p {
        font-size: 12px;
        font-family: 'Ubuntu-Regular';
        letter-spacing: -0.12px;
        line-height: 14px;
        color: #646464;
        max-width: 99%;
    }

    .atr-footer > .footer-infos-empresa {
        max-width: 100%;
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }
    .atr-canaisEditorias>.canaisEditorias-menu ul,
    .atr-grupoATR ul {
        gap: 5px;
    }
}