main {
    background-color: #faf9f9;
    margin-top: calc(var(--header-height) - var(--header-radius));
    padding-top: 80px;
}

@media (max-width: 1199.98px) {
    main {
        margin-top: calc(var(--header-height) - var(--header-radius) - 25px);
        padding-top: 50px;
    }
}

@media (max-width: 575.98px) {
    main {
        margin-top: calc(var(--header-height) - var(--header-radius) - 35px);
        padding-top: 40px;
    }
}

main section:last-child {
    background: unset;
}

.ide-topbar .ide-breadcrumb {
    gap: 5px;
}

.ide-topbar .ide-breadcrumb,
.ide-topbar .ide-title {
    display: flex;
    justify-content: start;
    align-items: center;
    padding-right: 10px;
}

.ide-topbar .ide-title.ide-map {
    margin: 10px 15px;
}

.ide-topbar .ide-title {
    margin: 25px 0;
}

.ide-topbar .ide-title h1,
.ide-topbar .ide-title p {
    font-weight: 500;
    color: #625E64;
    line-height: 120%;
}

.ide-topbar .ide-title h1 {
    font-size: 32px;
}

.ide-topbar .ide-title p {
    font-size: 20px;
}

@media (max-width: 991.98px) {
    .ide-topbar .ide-title h1 {
        font-size: 24px;
        margin-bottom: 6px;
    }
    
    .ide-topbar .ide-title p {
        font-size: 14px;
    }
}

.ide-topbar .ide-title img {
    margin: 0 25px 0 15px;
}

.ide-topbar .ide-breadcrumb a {
    text-decoration: none;
    font-size: 12px;
}

.ide-topbar .ide-breadcrumb a,
.ide-topbar .ide-breadcrumb a:hover {
    color: #1351B4;
}

.ide-topbar .ide-breadcrumb span {
    font-size: 12px;
    color: #3E3E3E;
}

/* ---------------------------------------------------------------------------------- */

section#central-de-ajuda .links {
    padding: 90px 0;
}

@media (max-width: 767.98px) {
    section#central-de-ajuda .links {
        padding: 20px 0 70px;
    }
}

section#central-de-ajuda .links a,
section#central-de-ajuda .links a:hover {
    text-decoration: none;
    font-size: 16px;
    line-height: 120%;
    color: #144AA0;
}

section#central-de-ajuda .links h2 {
    line-height: 20px;
    margin-bottom: 1.5rem;
}

section#central-de-ajuda .links h2 a,
section#central-de-ajuda .links h2 a:hover {
    font-size: 20px;
    color: #75667b;
}

section#central-de-ajuda .links ul {
    list-style: none;
    padding: 0;
    margin-bottom: 3rem;
}

section#central-de-ajuda .links ul li {
    margin-bottom: 1rem;
}

@media (min-width: 576px) and (max-width: 767.98px) {
    section#central-de-ajuda img.central-de-ajuda-ilustracao {
        height: 150px;
    }
}

@media (max-width: 991.98px) {
    section#central-de-ajuda .links a {
        font-size: 16px;
    }

    section#central-de-ajuda .links h2 a {
        font-size: 18px;
    }
}

/* ---------------------------------------------------------------------------------- */
