.elementor-2776 .elementor-element.elementor-element-66f171ce{--display:flex;--margin-top:60px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-2776 .elementor-element.elementor-element-1881395{z-index:2;text-align:center;}.elementor-2776 .elementor-element.elementor-element-1881395 .elementor-heading-title{color:var( --e-global-color-text );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-2776 .elementor-element.elementor-element-4034805b{margin:-155px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}@media(max-width:767px){.elementor-2776 .elementor-element.elementor-element-66f171ce{--margin-top:40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2776 .elementor-element.elementor-element-4034805b{margin:-90px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}/* Start custom CSS for text-editor, class: .elementor-element-4034805b *//* =========================================
   SITEMAP - ESTILO APPLE / ULTRA MINIMAL
========================================= */

/* Fundo da página */
body.page-id-2776 {
    background: #f5f5f7;
    color: #1d1d1f;
    -webkit-font-smoothing: antialiased;
}

/* Container principal */
.rank-math-sitemap,
.rank-math-html-sitemap {

    max-width: 980px;

    margin: 70px auto;

    padding: 60px;

    background: rgba(255,255,255,0.72);

    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);

    border: 1px solid rgba(0,0,0,0.06);

    border-radius: 32px;

    box-shadow:
        0 8px 30px rgba(0,0,0,0.04);

}

/* Título principal */
.rank-math-sitemap h1,
.rank-math-html-sitemap h1 {

    font-size: clamp(38px, 5vw, 58px);

    line-height: 1.05;

    font-weight: 700;

    letter-spacing: -2px;

    text-align: center;

    margin-bottom: 18px;

    color: #111111;
}

/* Subtexto opcional */
.rank-math-sitemap p,
.rank-math-html-sitemap p {

    font-size: 18px;

    line-height: 1.7;

    color: #6e6e73;

    text-align: center;

    max-width: 700px;

    margin: 0 auto 50px auto;
}

/* Categorias */
.rank-math-sitemap h2,
.rank-math-sitemap h3,
.rank-math-html-sitemap h2,
.rank-math-html-sitemap h3 {

    font-size: 24px;

    font-weight: 600;

    letter-spacing: -0.5px;

    margin-top: 55px;
    margin-bottom: 22px;

    color: #1d1d1f;
}

/* Linha sutil */
.rank-math-sitemap h2::after,
.rank-math-sitemap h3::after,
.rank-math-html-sitemap h2::after,
.rank-math-html-sitemap h3::after {

    content: "";

    display: block;

    width: 42px;
    height: 2px;

    margin-top: 12px;

    background: #d2d2d7;

    border-radius: 999px;
}

/* Grid */
.rank-math-sitemap ul,
.rank-math-html-sitemap ul {

    list-style: none;

    margin: 0;
    padding: 0;

    display: grid;

    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));

    gap: 14px;
}

/* Itens */
.rank-math-sitemap li,
.rank-math-html-sitemap li {
    margin: 0;
}

/* Links */
.rank-math-sitemap li a,
.rank-math-html-sitemap li a {

    position: relative;

    display: flex;

    align-items: center;

    min-height: 68px;

    padding: 18px 22px;

    border-radius: 18px;

    background: rgba(255,255,255,0.82);

    border: 1px solid rgba(0,0,0,0.05);

    text-decoration: none;

    color: #1d1d1f;

    font-size: 15px;

    font-weight: 500;

    letter-spacing: -0.2px;

    transition:
        transform .25s ease,
        background .25s ease,
        border-color .25s ease,
        box-shadow .25s ease;
}

/* Ícone minimal */
.rank-math-sitemap li a::before,
.rank-math-html-sitemap li a::before {

    content: "→";

    display: flex;

    align-items: center;
    justify-content: center;

    width: 28px;
    height: 28px;

    margin-right: 14px;

    border-radius: 50%;

    background: #f2f2f2;

    color: #7a7a7a;

    font-size: 13px;

    transition: all .25s ease;

    flex-shrink: 0;
}

/* Hover */
.rank-math-sitemap li a:hover,
.rank-math-html-sitemap li a:hover {

    transform: translateY(-2px);

    background: #ffffff;

    border-color: rgba(0,0,0,0.08);

    box-shadow:
        0 10px 25px rgba(0,0,0,0.06);
}

/* Hover ícone */
.rank-math-sitemap li a:hover::before,
.rank-math-html-sitemap li a:hover::before {

    background: #e9cd02;

    color: #111;
}

/* Quantidade */
.rank-math-sitemap small,
.rank-math-html-sitemap small {

    margin-left: auto;

    font-size: 12px;

    color: #8e8e93;

    font-weight: 500;
}

/* Separação elegante */
.rank-math-sitemap section,
.rank-math-html-sitemap section {

    padding-bottom: 20px;

    border-bottom: 1px solid rgba(0,0,0,0.05);
}

/* Mobile */
@media (max-width: 768px) {

    .rank-math-sitemap,
    .rank-math-html-sitemap {

        margin: 20px;

        padding: 32px 24px;

        border-radius: 26px;
    }

    .rank-math-sitemap ul,
    .rank-math-html-sitemap ul {

        grid-template-columns: 1fr;
    }

    .rank-math-sitemap h1,
    .rank-math-html-sitemap h1 {

        letter-spacing: -1.5px;
    }
}/* End custom CSS */