/**
 * Urece UI Tweaks
 * Ajustes globais de interface sem alterar os plugins de origem.
 */

:root {
    --urece-content-max: 1440px;
    --urece-content-gutter: 24px;
    --urece-content-gutter-mobile: 14px;
    --urece-ui-surface: #ffffff;
    --urece-ui-ink: #26322a;
    --urece-ui-muted: #526158;
    --urece-ui-accent: #148d40;
    --urece-ui-accent-dark: #0d6f31;
    --urece-ui-board-dark: #064923;
    --urece-ui-accent-soft: #eef8f1;
    --urece-ui-blue: #247bcc;
    --urece-ui-border: #cfe5d6;
    --urece-ui-shadow: 0 18px 48px rgba(20, 74, 39, 0.18),
        0 3px 12px rgba(20, 74, 39, 0.1);
}

/* CTAs institucionais: seta dupla em disco, inspirada no movimento da marca. */
.urece-action-button {
    --urece-action-icon-bg: #ffffff;
    --urece-action-icon-color: var(--urece-ui-accent-dark);
    gap: 10px !important;
    overflow: hidden;
    text-decoration: none;
}

.urece-action-button__icon {
    position: relative;
    display: inline-grid;
    width: 27px;
    height: 27px;
    flex: 0 0 27px;
    overflow: hidden;
    place-items: center;
    border-radius: 50%;
    background: var(--urece-action-icon-bg);
    color: var(--urece-action-icon-color);
}

.urece-action-button .elementor-button-icon {
    display: none !important;
}

.urece-action-button__svg {
    grid-area: 1 / 1;
    transform: translate(0, 0);
    transition: transform 300ms ease-in-out;
}

.urece-action-button__svg--copy {
    transform: translate(-160%, 160%);
}

.urece-action-button:hover .urece-action-button__svg:first-child,
.urece-action-button:focus-visible .urece-action-button__svg:first-child {
    transform: translate(160%, -160%);
}

.urece-action-button:hover .urece-action-button__svg--copy,
.urece-action-button:focus-visible .urece-action-button__svg--copy {
    transform: translate(0, 0);
    transition-delay: 80ms;
}

.urece-story-cta,
.urece-about-button-primary,
.urece-about-button-light,
.home .elementor-element-632c1aa .elementor-button,
.home .elementor-element-d0ed59d .elementor-post__read-more {
    --urece-action-icon-bg: var(--urece-ui-accent-dark);
    --urece-action-icon-color: #ffffff;
}

.home .elementor-element-d0ed59d .elementor-post__read-more::after {
    display: none;
}

/* Header institucional: navegação compacta, busca integrada e CTA claro. */
.elementor-element-2ec008d {
    min-height: 36px;
    padding: 0 24px !important;
    background: var(--urece-ui-accent-dark) !important;
}

.elementor-element-2ec008d > .e-con-inner {
    width: min(var(--urece-content-max), 100%) !important;
    min-height: 36px;
    align-items: center;
    justify-content: space-between;
    margin-inline: auto;
    padding: 0 !important;
}

.elementor-element-45db0fe,
.elementor-element-eaace4e {
    width: auto !important;
    padding: 0 !important;
}

.elementor-element-45db0fe > .e-con-inner,
.elementor-element-eaace4e > .e-con-inner {
    min-height: 36px;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
}

.elementor-element-4e8a82f {
    display: none !important;
}

.elementor-element-0d36aea .elementor-icon-list-items {
    align-items: center;
    gap: 0;
}

.elementor-element-0d36aea .elementor-icon-list-item {
    min-height: 36px;
}

.elementor-element-0d36aea .elementor-icon-list-text,
.elementor-element-0d36aea a {
    color: rgba(255, 255, 255, 0.86) !important;
    font-family: Roboto, Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.035em;
    line-height: 1.2;
    text-transform: uppercase;
}

.elementor-element-0d36aea a:hover .elementor-icon-list-text,
.elementor-element-0d36aea a:focus-visible .elementor-icon-list-text {
    color: #ffffff !important;
}

.elementor-element-0d36aea a:focus-visible,
.elementor-element-3a7d904 a:focus-visible {
    border-radius: 4px;
    outline: 2px solid rgba(255, 255, 255, 0.72);
    outline-offset: 3px;
}

.elementor-element-0d36aea .elementor-icon-list-item:not(:last-child)::after {
    border-color: rgba(255, 255, 255, 0.34) !important;
    border-width: 1px !important;
}

.elementor-element-3a7d904 .elementor-social-icons-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 7px;
}

.elementor-element-3a7d904 .elementor-social-icon {
    width: 22px;
    height: 22px;
    margin: 0 !important;
    border: 1px solid rgba(255, 255, 255, 0.34);
    background: transparent !important;
    color: #ffffff !important;
    transition: background-color 160ms ease, border-color 160ms ease;
}

.elementor-element-3a7d904 .elementor-social-icon:hover {
    border-color: rgba(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0.12) !important;
}

.elementor-element-3a7d904 .elementor-social-icon i,
.elementor-element-3a7d904 .elementor-social-icon svg {
    color: #ffffff !important;
    fill: #ffffff !important;
}

.elementor-element-162f849,
.elementor-element-0f91ba0,
.elementor-element-a75ecac {
    z-index: 100;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    border-bottom: 1px solid rgba(13, 111, 49, 0.12);
    background: rgba(255, 255, 255, 0.98) !important;
    box-shadow: none !important;
}

.elementor-element-162f849 > .e-con-inner {
    display: grid !important;
    width: min(
        var(--urece-content-max),
        calc(100% - (2 * var(--urece-content-gutter)))
    ) !important;
    min-height: 84px;
    align-items: center;
    margin-inline: auto;
    grid-template-columns: 72px minmax(0, 1fr) auto 270px;
    gap: 24px;
    padding: 0 !important;
}

.elementor-element-162f849 .elementor-element-f485c90 {
    padding-left: 16px !important;
}

.elementor-element-162f849.elementor-sticky--active,
.elementor-element-0f91ba0.elementor-sticky--active,
.elementor-element-a75ecac.elementor-sticky--active {
    box-shadow: 0 14px 34px -26px rgba(13, 73, 35, 0.62) !important;
}

.elementor-element-6297af1,
.elementor-element-f485c90,
.elementor-element-0b01fac,
.elementor-element-125c5b1,
.elementor-element-d276289,
.elementor-element-e72c727,
.elementor-element-795ba51 {
    width: auto !important;
    min-width: 0;
    padding: 0 !important;
}

.elementor-element-6297af1,
.elementor-element-d276289 {
    justify-self: start;
}

.elementor-element-13dd96c,
.elementor-element-57d5c40,
.elementor-element-06af708 {
    width: 100%;
    line-height: 0;
}

.elementor-element-13dd96c > .elementor-widget-container,
.elementor-element-57d5c40 > .elementor-widget-container,
.elementor-element-13dd96c a,
.elementor-element-57d5c40 a {
    display: flex;
    height: 68px;
    align-items: center;
    line-height: 0;
}

.elementor-element-13dd96c img,
.elementor-element-57d5c40 img {
    display: block;
    width: 68px !important;
    height: 68px !important;
    max-width: none !important;
    object-fit: contain;
}

.elementor-element-f485c90,
.elementor-element-e72c727 {
    justify-self: stretch;
}

.elementor-element-8b560ec,
.elementor-element-eec0144 {
    width: 100%;
}

.elementor-element-8b560ec .elementor-nav-menu--main,
.elementor-element-eec0144 .elementor-nav-menu--main {
    width: 100%;
}

.elementor-element-8b560ec .elementor-nav-menu--main > .elementor-nav-menu,
.elementor-element-eec0144 .elementor-nav-menu--main > .elementor-nav-menu {
    display: flex;
    align-items: center;
    flex-wrap: nowrap !important;
    gap: 2px;
}

.elementor-element-8b560ec .elementor-nav-menu--main .elementor-item,
.elementor-element-eec0144 .elementor-nav-menu--main .elementor-item {
    min-height: 44px;
    align-items: center;
    padding: 11px 12px !important;
    border-radius: 999px;
    color: var(--urece-ui-ink) !important;
    font-family: Roboto, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    transition: background-color 160ms ease, color 160ms ease;
}

.elementor-element-8b560ec .elementor-nav-menu--main .elementor-item::after,
.elementor-element-eec0144 .elementor-nav-menu--main .elementor-item::after {
    display: none;
}

.elementor-element-8b560ec .elementor-nav-menu--main .elementor-item:hover,
.elementor-element-8b560ec .elementor-nav-menu--main .elementor-item:focus-visible,
.elementor-element-8b560ec .elementor-nav-menu--main .elementor-item-active,
.elementor-element-eec0144 .elementor-nav-menu--main .elementor-item:hover,
.elementor-element-eec0144 .elementor-nav-menu--main .elementor-item:focus-visible,
.elementor-element-eec0144 .elementor-nav-menu--main .elementor-item-active {
    background: var(--urece-ui-accent-soft);
    color: var(--urece-ui-accent-dark) !important;
}

.elementor-element-8b560ec .elementor-nav-menu--main .elementor-item:focus-visible,
.elementor-element-eec0144 .elementor-nav-menu--main .elementor-item:focus-visible {
    outline: 3px solid rgba(36, 123, 204, 0.3);
    outline-offset: 2px;
}

.elementor-element-8b560ec .sub-arrow,
.elementor-element-eec0144 .sub-arrow {
    margin-left: 7px;
    padding: 0;
}

.elementor-element-8b560ec .sub-arrow svg,
.elementor-element-eec0144 .sub-arrow svg {
    width: 9px;
    height: 9px;
}

.elementor-element-8b560ec .elementor-nav-menu--dropdown,
.elementor-element-eec0144 .elementor-nav-menu--dropdown {
    min-width: 260px !important;
    padding: 8px;
    overflow: hidden;
    border: 1px solid var(--urece-ui-border);
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 22px 54px -32px rgba(13, 73, 35, 0.5);
}

.elementor-element-8b560ec .elementor-sub-item,
.elementor-element-eec0144 .elementor-sub-item {
    min-height: 42px;
    align-items: center;
    padding: 10px 12px !important;
    border: 0 !important;
    border-radius: 10px;
    background: transparent !important;
    color: var(--urece-ui-ink) !important;
    font-family: Roboto, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
}

.elementor-element-8b560ec .elementor-sub-item:hover,
.elementor-element-8b560ec .elementor-sub-item:focus-visible,
.elementor-element-eec0144 .elementor-sub-item:hover,
.elementor-element-eec0144 .elementor-sub-item:focus-visible {
    background: var(--urece-ui-accent-soft) !important;
    color: var(--urece-ui-accent-dark) !important;
}

.urece-menu-group-toggle {
    cursor: pointer;
}

.urece-menu-group-toggle:focus-visible {
    outline: 3px solid rgba(36, 123, 204, 0.32);
    outline-offset: 3px;
}

.elementor-element-18b0fa0,
.elementor-element-cca5738 {
    width: auto;
    justify-self: end;
}

.elementor-element-18b0fa0 .elementor-button,
.elementor-element-cca5738 .elementor-button {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border: 1px solid var(--urece-ui-accent-dark);
    border-radius: 999px;
    background: var(--urece-ui-accent-dark) !important;
    color: #ffffff !important;
    font-family: Roboto, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
    transition: background-color 160ms ease, border-color 160ms ease,
        transform 160ms ease;
}

.elementor-element-18b0fa0 .urece-action-button,
.elementor-element-cca5738 .urece-action-button {
    gap: 8px !important;
}

.elementor-element-18b0fa0 .urece-action-button__icon,
.elementor-element-cca5738 .urece-action-button__icon {
    width: 23px;
    height: 23px;
    flex: 0 0 23px;
}

.elementor-element-18b0fa0 .elementor-button:hover,
.elementor-element-18b0fa0 .elementor-button:focus-visible,
.elementor-element-cca5738 .elementor-button:hover,
.elementor-element-cca5738 .elementor-button:focus-visible {
    border-color: var(--urece-ui-accent);
    background: var(--urece-ui-accent) !important;
    color: #ffffff !important;
    transform: translateY(-1px);
}

.elementor-element-18b0fa0 .elementor-button:focus-visible,
.elementor-element-cca5738 .elementor-button:focus-visible {
    outline: 3px solid rgba(36, 123, 204, 0.32);
    outline-offset: 3px;
}

.elementor-element-125c5b1,
.elementor-element-63e1466 {
    justify-self: stretch;
}

.elementor-element-125c5b1 .asl_w_container,
.elementor-element-63e1466 .asl_w_container {
    width: 100%;
    margin: 0 !important;
}

.elementor-element-125c5b1 div.asl_m,
.elementor-element-63e1466 div.asl_m {
    width: 100%;
    border-radius: 999px !important;
    background: transparent !important;
    box-shadow: none !important;
}

.elementor-element-125c5b1 div.asl_m .probox,
.elementor-element-63e1466 div.asl_m .probox {
    display: flex !important;
    width: 100%;
    height: 44px !important;
    box-sizing: border-box !important;
    align-items: center !important;
    border: 1px solid var(--urece-ui-border) !important;
    border-radius: 999px !important;
    background: #f7faf8 !important;
    transition: border-color 160ms ease, background-color 160ms ease,
        box-shadow 160ms ease;
}

.elementor-element-125c5b1 div.asl_m .probox:focus-within,
.elementor-element-63e1466 div.asl_m .probox:focus-within {
    border-color: var(--urece-ui-accent) !important;
    background: #ffffff !important;
    box-shadow: 0 0 0 3px rgba(20, 141, 64, 0.12) !important;
}

.elementor-element-125c5b1 div.asl_m .probox .proinput,
.elementor-element-63e1466 div.asl_m .probox .proinput {
    display: flex !important;
    min-width: 0;
    height: 42px !important;
    align-items: center !important;
    margin-left: 15px;
    flex: 1 1 auto;
}

.elementor-element-125c5b1 div.asl_m .probox .proinput form,
.elementor-element-63e1466 div.asl_m .probox .proinput form {
    display: flex !important;
    width: 100%;
    height: 42px !important;
    align-items: center !important;
}

.elementor-element-125c5b1 div.asl_m .probox input.orig,
.elementor-element-63e1466 div.asl_m .probox input.orig {
    position: static !important;
    height: 42px !important;
    padding: 0 !important;
    color: var(--urece-ui-ink) !important;
    font-family: Roboto, Arial, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
}

.elementor-element-125c5b1 div.asl_m .probox input.orig::placeholder,
.elementor-element-63e1466 div.asl_m .probox input.orig::placeholder {
    color: var(--urece-ui-muted) !important;
    opacity: 1;
}

.elementor-element-125c5b1 div.asl_m .probox .promagnifier,
.elementor-element-63e1466 div.asl_m .probox .promagnifier {
    display: flex !important;
    width: 42px !important;
    height: 42px !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    background: transparent !important;
    flex: 0 0 42px;
}

.elementor-element-125c5b1 div.asl_m .probox .promagnifier .innericon,
.elementor-element-63e1466 div.asl_m .probox .promagnifier .innericon {
    display: flex !important;
    width: 42px !important;
    height: 42px !important;
    align-items: center !important;
    justify-content: center !important;
}

.elementor-element-125c5b1 div.asl_m .probox .promagnifier svg,
.elementor-element-63e1466 div.asl_m .probox .promagnifier svg {
    display: block !important;
    width: 18px !important;
    height: 18px !important;
    fill: var(--urece-ui-accent-dark) !important;
}

div.asl_r {
    z-index: 100200 !important;
    overflow: hidden !important;
    border: 1px solid var(--urece-ui-border) !important;
    border-radius: 16px !important;
    box-shadow: 0 22px 54px -30px rgba(13, 73, 35, 0.5) !important;
}

.elementor-element-0f91ba0 > .e-con-inner {
    display: grid !important;
    width: min(var(--urece-content-max), calc(100% - 32px)) !important;
    min-height: 76px;
    align-items: center;
    margin-inline: auto;
    grid-template-columns: 62px minmax(0, 1fr) auto;
    gap: 16px;
    padding: 0 !important;
}

/* Mantém a navegação desktop em uma linha nas larguras intermediárias. */
@media (max-width: 1350px) and (min-width: 1025px) {
    .elementor-element-162f849 > .e-con-inner {
        grid-template-columns: 68px minmax(0, 1fr) auto 220px;
        gap: 14px;
    }

    .elementor-element-13dd96c > .elementor-widget-container,
    .elementor-element-13dd96c a {
        height: 64px;
    }

    .elementor-element-13dd96c img {
        width: 64px !important;
        height: 64px !important;
    }

    .elementor-element-162f849 .elementor-element-f485c90 {
        padding-left: 10px !important;
    }

    .elementor-element-8b560ec .elementor-nav-menu--main .elementor-item {
        padding-inline: 7px !important;
        font-size: 13px;
    }

    .elementor-element-18b0fa0 .elementor-button {
        padding-inline: 14px !important;
        font-size: 13px !important;
    }
}

@media (max-width: 1160px) and (min-width: 1025px) {
    .elementor-element-162f849 > .e-con-inner {
        grid-template-columns: 68px minmax(0, 1fr) auto 48px;
    }

    .elementor-element-125c5b1,
    .elementor-element-125c5b1 .asl_w_container,
    .elementor-element-125c5b1 .asl_w,
    .elementor-element-125c5b1 div.asl_m,
    .elementor-element-125c5b1 div.asl_m .probox {
        width: 48px !important;
        min-width: 48px !important;
    }

    .elementor-element-125c5b1 div.asl_m .probox .proinput,
    .elementor-element-125c5b1 div.asl_m .proclose,
    .elementor-element-125c5b1 div.asl_m .proloading {
        display: none !important;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .elementor-element-eec0144 .elementor-nav-menu--main .elementor-item {
        padding-inline: 8px !important;
        font-size: 13px;
    }

    .elementor-element-cca5738 .elementor-button {
        min-height: 42px;
        padding: 8px 13px;
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .elementor-element-2ec008d {
        min-height: 34px;
        padding-inline: 14px !important;
    }

    .elementor-element-2ec008d > .e-con-inner,
    .elementor-element-0d36aea .elementor-icon-list-item {
        min-height: 34px;
    }

    .elementor-element-45db0fe {
        width: 100% !important;
    }

    .elementor-element-45db0fe > .e-con-inner {
        justify-content: center;
    }

    .elementor-element-0d36aea .elementor-icon-list-text,
    .elementor-element-0d36aea a {
        font-size: 10px;
    }

    .elementor-element-a75ecac > .e-con-inner {
        position: relative;
        display: grid !important;
        width: 100% !important;
        min-height: 0;
        align-items: center;
        padding: 12px var(--urece-content-gutter-mobile) 14px;
        grid-template-columns: minmax(58px, 1fr) 46px 46px;
        grid-template-rows: auto;
        gap: 10px;
    }

    .elementor-element-e6ebba6,
    .elementor-element-daeb3a7,
    .elementor-element-63e1466 {
        width: auto !important;
        min-width: 0;
        padding: 0 !important;
    }

    .elementor-element-e6ebba6 {
        grid-column: 1;
        grid-row: 1;
        justify-self: start;
    }

    .elementor-element-daeb3a7 {
        grid-column: 3;
        grid-row: 1;
        justify-self: end;
    }

    .elementor-element-63e1466 {
        width: 46px !important;
        grid-column: 2;
        grid-row: 1;
        justify-self: center;
        transition: width 220ms ease;
    }

    .elementor-element-63e1466.urece-mobile-search-open {
        position: absolute;
        z-index: 3;
        top: 12px;
        right: 70px;
        left: 82px;
        width: auto !important;
        grid-column: 1 / -1;
        justify-self: auto;
    }

    .elementor-element-63e1466 .elementor-element-873620d {
        width: 100% !important;
        min-width: 0;
    }

    .elementor-element-63e1466 .asl_w_container {
        min-width: 0 !important;
    }

    .elementor-element-63e1466 div.asl_m .probox {
        height: 46px !important;
        border-radius: 999px !important;
    }

    .elementor-element-63e1466:not(.urece-mobile-search-open)
        div.asl_m
        .probox
        .proinput {
        width: 0 !important;
        max-width: 0 !important;
        min-width: 0 !important;
        margin-left: 0 !important;
        padding: 0 !important;
        overflow: hidden;
        opacity: 0;
        pointer-events: none;
        flex: 0 0 0 !important;
    }

    .elementor-element-63e1466 div.asl_m .probox .proinput {
        transition: flex-basis 220ms ease, margin-left 220ms ease,
            opacity 140ms ease;
    }

    .elementor-element-63e1466 div.asl_m .probox .promagnifier,
    .elementor-element-63e1466 div.asl_m .probox .promagnifier .innericon {
        width: 44px !important;
        height: 44px !important;
        flex: 0 0 44px;
    }

    .elementor-element-63e1466:not(.urece-mobile-search-open)
        div.asl_m
        .probox
        .promagnifier {
        border-radius: 50% !important;
        background: var(--urece-ui-accent-soft) !important;
    }

    .elementor-element-63e1466 div.asl_m .probox .promagnifier:focus-visible {
        outline: 3px solid rgba(36, 123, 204, 0.3);
        outline-offset: 3px;
    }

    .elementor-element-63e1466.urece-mobile-search-open
        div.asl_m
        .probox
        .proinput {
        margin-left: 12px;
        opacity: 1;
    }

    .elementor-element-06af708 img {
        display: block;
        width: 58px !important;
        height: 58px !important;
        max-width: none !important;
        object-fit: contain;
    }

    .elementor-element-06af708 > .elementor-widget-container,
    .elementor-element-06af708 a {
        display: flex;
        height: 58px;
        align-items: center;
        line-height: 0;
    }

    .elementor-element-9f8ade8 {
        width: auto !important;
    }

    .elementor-element-9f8ade8 .elementor-icon-wrapper {
        display: flex;
    }

    .elementor-element-9f8ade8 .elementor-icon {
        display: inline-flex;
        width: 46px;
        height: 46px;
        align-items: center;
        justify-content: center;
        border: 1px solid var(--urece-ui-border);
        border-radius: 50%;
        background: var(--urece-ui-accent-soft) !important;
        color: var(--urece-ui-accent-dark) !important;
    }

    .elementor-element-9f8ade8 .elementor-icon:hover,
    .elementor-element-9f8ade8 .elementor-icon:focus-visible {
        border-color: var(--urece-ui-accent);
        background: #ffffff !important;
        color: var(--urece-ui-accent-dark) !important;
    }

    .elementor-element-9f8ade8 .elementor-icon:focus-visible {
        outline: 3px solid rgba(36, 123, 204, 0.3);
        outline-offset: 3px;
    }

    .elementor-element-9f8ade8 .elementor-icon svg {
        width: 21px;
        height: 21px;
        color: var(--urece-ui-accent-dark) !important;
        fill: var(--urece-ui-accent-dark) !important;
    }

    body div.asl_r {
        right: var(--urece-content-gutter-mobile) !important;
        left: var(--urece-content-gutter-mobile) !important;
        width: auto !important;
        max-width: none !important;
        box-sizing: border-box !important;
        border-radius: 20px !important;
    }

    body div.asl_r.vertical .results {
        max-height: calc(100vh - 190px) !important;
    }

    body div.asl_r .results .item {
        padding: 14px !important;
    }

    body div.asl_r .results .item .asl_image {
        width: 78px !important;
        height: 78px !important;
        margin-right: 14px !important;
        overflow: hidden;
        border-radius: 14px;
    }

    body div.asl_r .results .item .asl_image img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
    }

    body div.asl_r .results .item .asl_content h3,
    body div.asl_r .results .item .asl_content h3 a {
        font-size: 15px !important;
        line-height: 1.35 !important;
    }

    body div.asl_r .results .item .asl_content .asl_desc,
    body div.asl_r .results .item .asl_content p.desc {
        margin-top: 6px !important;
        font-size: 13px !important;
        line-height: 1.5 !important;
    }
}

/* Menu lateral aberto pelo header mobile. */
#elementor-popup-modal-1100 .dialog-widget-content {
    overflow: hidden;
    border-radius: 24px 0 0 24px;
    background: var(--urece-ui-accent-dark);
    box-shadow: -24px 0 64px -32px rgba(3, 43, 17, 0.72);
}

#elementor-popup-modal-1100 .dialog-message {
    height: 100vh;
    max-height: 100vh;
}

#elementor-popup-modal-1100 .dialog-close-button {
    top: 18px;
    right: 18px;
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.elementor-1100 .elementor-element-7004175 {
    min-height: 100vh;
    padding: 70px 24px 32px !important;
    background: var(--urece-ui-accent-dark);
}

.elementor-1100 .elementor-element-192e82f .elementor-heading-title {
    color: #ffffff;
    font-family: Roboto, Arial, sans-serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 1.1;
}

.elementor-1100 .elementor-element-b196915 {
    margin-top: 12px;
}

.elementor-1100 .elementor-element-b196915 .elementor-nav-menu--dropdown {
    position: static !important;
    width: 100% !important;
    border: 0;
    background: transparent !important;
}

.elementor-1100 .elementor-element-b196915 .elementor-item,
.elementor-1100 .elementor-element-b196915 .elementor-sub-item {
    min-height: 50px;
    align-items: center;
    padding: 13px 0 !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16) !important;
    background: transparent !important;
    color: rgba(255, 255, 255, 0.9) !important;
    font-family: Roboto, Arial, sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.3;
}

.elementor-1100 .elementor-element-b196915 .elementor-item:hover,
.elementor-1100 .elementor-element-b196915 .elementor-item:focus-visible,
.elementor-1100 .elementor-element-b196915 .elementor-item-active,
.elementor-1100 .elementor-element-b196915 .elementor-sub-item:hover,
.elementor-1100 .elementor-element-b196915 .elementor-sub-item:focus-visible {
    color: #ffffff !important;
}

.elementor-1100 .elementor-element-b196915 .sub-menu {
    padding-left: 16px;
}

.elementor-1100 .elementor-element-b196915 .sub-menu .elementor-sub-item {
    min-height: 44px;
    padding-block: 10px !important;
    color: rgba(255, 255, 255, 0.72) !important;
    font-size: 14px;
}

.elementor-1100 .elementor-element-1b591be {
    margin-top: 20px;
}

.elementor-1100 .elementor-element-1b591be .elementor-button {
    display: inline-flex;
    width: 100%;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff;
    border-radius: 999px;
    background: #ffffff !important;
    color: var(--urece-ui-accent-dark) !important;
    font-family: Roboto, Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
}

body.urece-mobile-menu-open #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle,
body.urece-mobile-menu-open [vw] [vw-access-button] {
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* Hero da home: carrossel narrativo com capítulos e conteúdo acessível. */
.home .elementor-element-b784d50 {
    display: none !important;
}

.home .elementor-element-f738f9e {
    width: 100% !important;
    padding: 24px !important;
    background: #ffffff;
}

.home .elementor-element-d94d8fc,
.home .elementor-element-d94d8fc > .elementor-widget-container {
    width: 100%;
    margin: 0 !important;
}

.urece-story-carousel {
    --urece-story-duration: 7000ms;
    position: relative;
    width: min(var(--urece-content-max), 100%);
    min-height: 620px;
    margin-inline: auto;
    overflow: hidden;
    border: 1px solid rgba(13, 111, 49, 0.14);
    border-radius: 32px;
    background: var(--urece-ui-accent-dark);
    box-shadow: 0 30px 72px -46px rgba(13, 73, 35, 0.56);
    isolation: isolate;
}

.urece-story-stage {
    position: relative;
    min-height: 620px;
}

.urece-story-slide {
    position: absolute;
    z-index: 0;
    display: grid;
    visibility: hidden;
    width: 100%;
    min-height: 620px;
    inset: 0;
    grid-template-columns: minmax(390px, 42%) minmax(0, 58%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 460ms ease, visibility 460ms ease;
}

.urece-story-slide.is-active {
    z-index: 1;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.urece-story-content {
    display: flex;
    min-width: 0;
    align-items: flex-start;
    justify-content: center;
    padding: 72px 58px 142px;
    background: var(--urece-ui-accent-dark);
    color: #ffffff;
    flex-direction: column;
}

.urece-story-kicker {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    margin-bottom: 20px;
    padding: 7px 12px;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.09);
    color: #ffffff;
    font-family: Roboto, Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.2;
    text-transform: uppercase;
}

.urece-story-content h2 {
    max-width: 11ch;
    margin: 0;
    color: #ffffff;
    font-family: Roboto, Arial, sans-serif;
    font-size: clamp(42px, 4.15vw, 62px);
    font-weight: 700;
    letter-spacing: -0.045em;
    line-height: 0.98;
}

.urece-story-content p {
    max-width: 37ch;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, 0.84);
    font-family: Roboto, Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.55;
}

.urece-story-cta {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
    padding: 13px 19px;
    border: 1px solid #ffffff;
    border-radius: 999px;
    background: #ffffff;
    color: var(--urece-ui-accent-dark) !important;
    font-family: Roboto, Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    transition: background-color 160ms ease, color 160ms ease,
        transform 160ms ease;
}

.urece-story-cta:hover,
.urece-story-cta:focus-visible {
    background: var(--urece-ui-accent-soft);
    color: var(--urece-ui-accent-dark) !important;
    transform: translateY(-1px);
}

.urece-story-cta:focus-visible,
.urece-story-arrow:focus-visible,
.urece-story-chapter:focus-visible {
    outline: 3px solid rgba(255, 255, 255, 0.72);
    outline-offset: 4px;
}

.urece-story-media {
    min-width: 0;
    min-height: 620px;
    margin: 0;
    overflow: hidden;
    background: #dce9df;
}

.urece-story-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.015);
    transition: transform 7s linear;
}

.urece-story-slide.is-active .urece-story-media img {
    transform: scale(1.06);
}

.urece-story-slide[data-slide="0"] .urece-story-media img {
    object-position: center 48%;
}

.urece-story-slide[data-slide="1"] .urece-story-media img {
    object-position: center 42%;
}

.urece-story-slide[data-slide="2"] .urece-story-media img {
    object-position: center 46%;
}

.urece-story-content > * {
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 380ms ease, transform 380ms ease;
}

.urece-story-slide.is-active .urece-story-content > * {
    opacity: 1;
    transform: translateY(0);
}

.urece-story-slide.is-active .urece-story-content h2 {
    transition-delay: 50ms;
}

.urece-story-slide.is-active .urece-story-content p {
    transition-delay: 90ms;
}

.urece-story-slide.is-active .urece-story-content .urece-story-cta {
    transition-delay: 120ms;
}

.urece-story-controls {
    position: absolute;
    z-index: 4;
    right: 44px;
    bottom: 34px;
    left: 58px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    pointer-events: none;
}

.urece-story-chapters,
.urece-story-arrows {
    display: flex;
    align-items: center;
    pointer-events: auto;
}

.urece-story-chapters {
    width: calc(42% - 58px);
    gap: 12px;
}

.urece-story-chapter {
    position: relative;
    display: grid;
    min-width: 0;
    padding: 0 0 13px;
    border: 0;
    background: transparent !important;
    color: rgba(255, 255, 255, 0.58);
    cursor: pointer;
    font-family: Roboto, Arial, sans-serif;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 7px;
    text-align: left;
    transition: color 160ms ease;
    flex: 1 1 0;
}

.urece-story-chapter:hover,
.urece-story-chapter:focus,
.urece-story-chapter:active {
    border: 0 !important;
    background: transparent !important;
}

.urece-story-chapter::after,
.urece-story-progress,
.urece-story-progress::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 2px;
    border-radius: 999px;
    content: "";
}

.urece-story-chapter::after {
    background: rgba(255, 255, 255, 0.22);
}

.urece-story-progress {
    z-index: 1;
    overflow: hidden;
}

.urece-story-progress::after {
    width: 100%;
    background: #ffffff;
    transform: scaleX(0);
    transform-origin: left center;
}

.urece-story-chapter.is-active {
    color: #ffffff;
}

.urece-story-chapter.is-active .urece-story-progress::after {
    animation: urece-story-progress var(--urece-story-duration) linear forwards;
}

.urece-story-carousel.is-paused
    .urece-story-chapter.is-active
    .urece-story-progress::after {
    animation-play-state: paused;
}

.urece-story-number {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.25;
}

.urece-story-chapter-label {
    overflow: hidden;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.urece-story-arrows {
    gap: 10px;
}

.urece-story-arrow {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.82);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: var(--urece-ui-accent-dark);
    cursor: pointer;
    font-size: 21px;
    line-height: 1;
    transition: background-color 160ms ease, transform 160ms ease;
}

.urece-story-arrow:hover {
    background: #ffffff;
    transform: translateY(-1px);
}

.urece-story-sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    margin: -1px !important;
    padding: 0 !important;
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
}

@keyframes urece-story-progress {
    from {
        transform: scaleX(0);
    }

    to {
        transform: scaleX(1);
    }
}

@media (max-width: 1100px) {
    .urece-story-slide {
        grid-template-columns: minmax(350px, 45%) minmax(0, 55%);
    }

    .urece-story-content {
        padding: 58px 40px 136px;
    }

    .urece-story-content h2 {
        font-size: clamp(38px, 5vw, 52px);
    }

    .urece-story-controls {
        left: 40px;
    }

    .urece-story-chapters {
        width: calc(45% - 40px);
    }

    .urece-story-chapter-label {
        font-size: 11px;
    }
}

@media (max-width: 767px) {
    .home .elementor-element-f738f9e {
        padding: var(--urece-content-gutter-mobile) !important;
    }

    .urece-story-carousel,
    .urece-story-stage,
    .urece-story-slide {
        min-height: 720px;
    }

    .urece-story-carousel {
        border-radius: 24px;
    }

    .urece-story-slide {
        grid-template-columns: 1fr;
        grid-template-rows: 292px minmax(0, 1fr);
    }

    .urece-story-media {
        min-height: 0;
        grid-row: 1;
    }

    .urece-story-content {
        min-height: 0;
        justify-content: flex-start;
        padding: 30px 24px 118px;
        grid-row: 2;
    }

    .urece-story-kicker {
        min-height: 30px;
        margin-bottom: 15px;
        padding: 6px 10px;
        font-size: 11px;
    }

    .urece-story-content h2 {
        max-width: 12ch;
        font-size: clamp(31px, 9vw, 38px);
        line-height: 1.02;
    }

    .urece-story-content p {
        max-width: none;
        margin-top: 16px;
        font-size: 15px;
        line-height: 1.5;
    }

    .urece-story-cta {
        min-height: 46px;
        margin-top: 20px;
        padding: 11px 16px;
        font-size: 14px;
    }

    .urece-story-controls {
        right: 22px;
        bottom: 22px;
        left: 24px;
        gap: 18px;
    }

    .urece-story-chapters {
        width: min(190px, calc(100% - 104px));
        gap: 9px;
    }

    .urece-story-chapter {
        min-height: 30px;
        padding-bottom: 10px;
        grid-template-columns: 1fr;
    }

    .urece-story-number {
        font-size: 11px;
    }

    .urece-story-chapter-label {
        display: none;
    }

    .urece-story-arrows {
        gap: 8px;
    }

    .urece-story-arrow {
        width: 44px;
        height: 44px;
        font-size: 19px;
    }

    .urece-story-slide[data-slide="0"] .urece-story-media img,
    .urece-story-slide[data-slide="1"] .urece-story-media img,
    .urece-story-slide[data-slide="2"] .urece-story-media img {
        object-position: center center;
    }
}

/* Aviso de cookies: card flutuante, compacto e legível. */
#cookie-notice {
    min-width: 0 !important;
    width: min(480px, calc(100vw - 40px)) !important;
    right: auto !important;
    bottom: 20px !important;
    left: 20px !important;
    overflow: hidden;
    border: 0;
    border-radius: 20px;
    background: var(--urece-ui-surface) !important;
    box-shadow: var(--urece-ui-shadow);
    color: var(--urece-ui-ink) !important;
    font-size: 16px;
    line-height: 1.55;
    text-align: left;
}

#cookie-notice .cookie-notice-container {
    display: grid;
    width: 100%;
    gap: 18px;
    padding: 24px 24px 22px;
    color: var(--urece-ui-ink) !important;
    text-align: left;
}

#cookie-notice #cn-notice-text {
    display: block;
    max-width: 42ch;
    margin: 0;
    color: var(--urece-ui-muted);
    font-family: Roboto, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.55;
}

#cookie-notice #cn-notice-text::before {
    display: block;
    margin-bottom: 7px;
    padding-right: 38px;
    color: var(--urece-ui-accent-dark);
    content: "Privacidade e cookies";
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}

#cookie-notice #cn-notice-buttons {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
}

#cookie-notice .cn-button:not(.cn-button-custom) {
    display: inline-flex;
    width: 100%;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 10px 14px;
    border: 2px solid var(--urece-ui-accent);
    border-radius: 999px;
    font-family: Roboto, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
    text-align: center;
    white-space: normal;
    transition: transform 160ms ease, background-color 160ms ease,
        border-color 160ms ease, color 160ms ease;
}

#cookie-notice #cn-accept-cookie {
    background: var(--urece-ui-accent) !important;
    color: #ffffff !important;
}

#cookie-notice #cn-more-info {
    background: var(--urece-ui-accent-soft) !important;
    color: var(--urece-ui-accent-dark) !important;
}

#cookie-notice .cn-button:hover {
    transform: translateY(-1px);
}

#cookie-notice #cn-accept-cookie:hover {
    border-color: var(--urece-ui-accent-dark);
    background: var(--urece-ui-accent-dark) !important;
}

#cookie-notice #cn-more-info:hover {
    background: var(--urece-ui-border) !important;
}

#cookie-notice .cn-button:focus-visible {
    outline: 3px solid rgba(36, 123, 204, 0.45);
    outline-offset: 3px;
}

#cookie-notice .cn-close-icon {
    top: 14px;
    right: 14px;
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
    border: 1px solid var(--urece-ui-border);
    border-radius: 50%;
    background: var(--urece-ui-accent-soft);
    opacity: 1;
}

#cookie-notice .cn-close-icon::before,
#cookie-notice .cn-close-icon::after {
    top: 8px;
    left: 14px;
    height: 14px;
    background-color: var(--urece-ui-accent-dark);
}

#cookie-notice .cn-close-icon:focus-visible {
    outline: 3px solid rgba(36, 123, 204, 0.45);
    outline-offset: 2px;
}

/* Vitrine da home: ritmo consistente e logotipos preservados em qualquer tela. */
.home .elementor-element-c85c846 > .e-con-inner,
.home .elementor-element-5d9c79a > .e-con-inner,
.home .elementor-element-4abdc08,
.home .elementor-element-4552df5,
.home .elementor-element-21171dc,
.home .elementor-element-9cc5ba9 {
    width: min(
        var(--urece-content-max),
        calc(100% - (2 * var(--urece-content-gutter)))
    ) !important;
    max-width: var(--urece-content-max) !important;
    margin-inline: auto !important;
}

.elementor-element-4552df5 .swiper-slide,
.elementor-element-9cc5ba9 .swiper-slide {
    display: flex;
    align-items: stretch;
}

.elementor-element-4552df5 .swiper-slide-inner,
.elementor-element-9cc5ba9 .swiper-slide-inner {
    display: flex;
    width: 100%;
    min-height: 112px;
    align-items: center;
    justify-content: center;
    padding: 8px;
}

.elementor-element-4552df5 .swiper-slide-image,
.elementor-element-9cc5ba9 .swiper-slide-image {
    width: 100%;
    max-width: 210px;
    height: 88px;
    object-fit: contain;
    object-position: center;
}

@media (max-width: 767px) {
    .home .elementor-element-c85c846 > .e-con-inner {
        width: 100% !important;
    }

    .home .elementor-element-5d9c79a > .e-con-inner {
        width: 100% !important;
    }

    .home .elementor-element-4abdc08,
    .home .elementor-element-4552df5,
    .home .elementor-element-21171dc,
    .home .elementor-element-9cc5ba9 {
        width: calc(100% - (2 * var(--urece-content-gutter-mobile))) !important;
    }

    .elementor-element-4552df5 .swiper-slide-inner,
    .elementor-element-9cc5ba9 .swiper-slide-inner {
        min-height: 88px;
        padding: 4px;
    }

    .elementor-element-4552df5 .swiper-slide-image,
    .elementor-element-9cc5ba9 .swiper-slide-image {
        max-width: 148px;
        height: 66px;
    }
}

/* Notícias da home: vitrine editorial com carrossel responsivo no celular. */
.home .elementor-element-c85c846 {
    overflow: hidden;
    border-radius: 32px 32px 0 0;
}

.home .elementor-element-98fe40b .elementor-heading-title {
    max-width: 18ch;
    letter-spacing: -0.025em;
}

.home .elementor-element-98fe40b > .elementor-widget-container {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
}

.home .elementor-element-98fe40b > .elementor-widget-container::before {
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    padding: 6px 11px;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.9);
    content: "Notícias e novidades";
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1;
    text-transform: uppercase;
}

.home .elementor-element-a445952 {
    display: none !important;
}

.home .elementor-element-d0ed59d .elementor-posts-container {
    align-items: stretch;
}

.home .elementor-element-d0ed59d .elementor-post {
    position: relative;
    display: flex;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    padding: 0 !important;
    border: 1px solid rgba(207, 229, 214, 0.82);
    border-radius: 20px !important;
    background: var(--urece-ui-surface);
    box-shadow: 0 16px 36px -24px rgba(13, 73, 35, 0.5);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.home .elementor-element-d0ed59d .elementor-post:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 42px -24px rgba(13, 73, 35, 0.58);
}

.home .elementor-element-d0ed59d .elementor-post__thumbnail__link {
    position: relative;
    display: block;
    aspect-ratio: 16 / 10;
    margin: 0 !important;
    overflow: hidden;
}

.home .elementor-element-d0ed59d .elementor-post__thumbnail {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0 !important;
}

.home .elementor-element-d0ed59d .elementor-post__thumbnail img {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    object-fit: cover;
    object-position: center;
    transform: none;
    transition: transform 240ms ease;
}

.home .elementor-element-d0ed59d .elementor-post:hover .elementor-post__thumbnail img {
    transform: scale(1.025);
}

.home .elementor-element-d0ed59d .elementor-post__text {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 20px;
    padding: 26px 26px 28px;
}

.home .elementor-element-d0ed59d .elementor-post__title {
    margin: 0;
    color: var(--urece-ui-ink);
    font-family: Roboto, Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.32;
}

.home .elementor-element-d0ed59d .elementor-post__title a {
    color: inherit;
}

.home .elementor-element-d0ed59d .elementor-post__meta-data {
    display: flex;
    order: -1;
    margin: 0;
    color: var(--urece-ui-muted);
    font-size: 13px;
    line-height: 1.2;
}

.home .elementor-element-d0ed59d .elementor-post-date {
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    background: var(--urece-ui-accent-soft);
    color: var(--urece-ui-accent-dark);
    font-weight: 700;
}

.home .elementor-element-d0ed59d .elementor-post-avatar {
    display: none;
}

.home .elementor-element-d0ed59d .elementor-post__read-more {
    display: inline-flex;
    width: fit-content;
    min-height: 44px;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    padding: 10px 16px;
    border: 1px solid var(--urece-ui-border);
    border-radius: 999px;
    background: var(--urece-ui-accent-soft);
    color: var(--urece-ui-accent-dark) !important;
    font-family: Roboto, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    transition: background-color 160ms ease, border-color 160ms ease,
        color 160ms ease;
}

.home .elementor-element-d0ed59d .elementor-post__read-more::after {
    content: "→";
    font-size: 17px;
}

.home .elementor-element-d0ed59d .elementor-post__read-more:hover {
    border-color: var(--urece-ui-accent-dark);
    background: var(--urece-ui-accent-dark);
    color: #ffffff !important;
}

.home .elementor-element-d0ed59d .elementor-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.home .elementor-element-d0ed59d .elementor-pagination .page-numbers {
    display: inline-flex;
    min-width: 44px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-family: Roboto, Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    transition: background-color 160ms ease, color 160ms ease,
        transform 160ms ease;
}

.home .elementor-element-d0ed59d .elementor-pagination a.page-numbers:hover,
.home .elementor-element-d0ed59d .elementor-pagination a.page-numbers:focus-visible {
    transform: translateY(-1px);
    background: #ffffff;
    color: var(--urece-ui-accent-dark);
}

.home .elementor-element-d0ed59d .elementor-pagination .page-numbers.current {
    border-color: #ffffff;
    background: #ffffff;
    color: var(--urece-ui-accent-dark);
}

.urece-news-carousel-controls {
    display: none;
}

.home .elementor-element-d0ed59d > .elementor-widget-container {
    transition: opacity 180ms ease, transform 180ms ease;
}

.home .elementor-element-d0ed59d.urece-news-loading {
    position: relative;
}

.home
    .elementor-element-d0ed59d.urece-news-loading
    > .elementor-widget-container {
    opacity: 0.42;
    pointer-events: none;
    transform: translateY(4px);
}

.home .elementor-element-d0ed59d.urece-news-loading::after {
    position: absolute;
    z-index: 4;
    top: 42%;
    left: 50%;
    width: 36px;
    height: 36px;
    border: 3px solid rgba(255, 255, 255, 0.42);
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: urece-news-spin 700ms linear infinite;
    content: "";
    translate: -50% -50%;
}

.urece-news-pagination-live {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
}

@keyframes urece-news-spin {
    to {
        rotate: 360deg;
    }
}

/* Explore a Urece: navegação institucional com cartões editoriais. */
.home .elementor-element-907b33e {
    margin: 0 !important;
    padding: 64px 24px 80px !important;
    background: var(--urece-ui-bg) !important;
}

.home .elementor-element-a7f1c2d,
.home .elementor-element-d4a5b6c {
    width: min(var(--urece-content-max), 100%) !important;
    max-width: var(--urece-content-max) !important;
    margin-inline: auto !important;
}

.home .elementor-element-a7f1c2d {
    display: grid !important;
    padding-bottom: 28px;
    border-bottom: 1px solid var(--urece-ui-border);
    margin-bottom: 32px !important;
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.72fr);
    grid-template-rows: auto auto;
    column-gap: clamp(48px, 8vw, 120px);
    row-gap: 8px;
}

.home .elementor-element-e5b6c7d {
    grid-column: 1;
    grid-row: 1;
}

.home .elementor-element-e5b6c7d .elementor-heading-title {
    color: var(--urece-ui-accent);
    font-family: Roboto, Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.11em;
    line-height: 1.2;
    text-transform: uppercase;
}

.home .elementor-element-b8e2d3f .elementor-heading-title {
    color: var(--urece-ui-accent-dark);
    font-family: Roboto, Arial, sans-serif;
    font-size: clamp(32px, 3.5vw, 42px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 1.08;
}

.home .elementor-element-b8e2d3f {
    grid-column: 1;
    grid-row: 2;
}

.home .elementor-element-c9f3e4a {
    max-width: 560px;
    align-self: end;
    padding-bottom: 3px;
    grid-column: 2;
    grid-row: 1 / span 2;
}

.home .elementor-element-c9f3e4a p {
    margin: 0;
    color: var(--urece-ui-muted);
    font-family: Roboto, Arial, sans-serif;
    font-size: 17px;
    line-height: 1.55;
}

.home .elementor-element-d4a5b6c {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 24px;
}

.home .elementor-element-8387459,
.home .elementor-element-31d53aa,
.home .elementor-element-127e8c7 {
    position: relative;
    display: flex;
    width: 100% !important;
    min-width: 0;
    height: 100%;
    overflow: hidden;
    border: 1px solid var(--urece-ui-border) !important;
    border-radius: 24px !important;
    background: var(--urece-ui-surface) !important;
    box-shadow: 0 22px 52px -38px rgba(13, 73, 35, 0.52);
    transition: border-color 180ms ease, box-shadow 180ms ease,
        transform 180ms ease;
}

.home .elementor-element-8387459:hover,
.home .elementor-element-31d53aa:hover,
.home .elementor-element-127e8c7:hover {
    border-color: #afd4bb !important;
    box-shadow: 0 28px 58px -34px rgba(13, 73, 35, 0.48);
    transform: translateY(-4px);
}

.home .elementor-element-b182980,
.home .elementor-element-9d85a63,
.home .elementor-element-096471b,
.home .elementor-element-b182980 > .elementor-widget-container,
.home .elementor-element-9d85a63 > .elementor-widget-container,
.home .elementor-element-096471b > .elementor-widget-container {
    width: 100%;
    margin: 0 !important;
}

.home .elementor-element-b182980 > .elementor-widget-container,
.home .elementor-element-9d85a63 > .elementor-widget-container,
.home .elementor-element-096471b > .elementor-widget-container {
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #dfeee3;
}

.home .elementor-element-b182980 img,
.home .elementor-element-9d85a63 img,
.home .elementor-element-096471b img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0 !important;
    filter: none !important;
    object-fit: cover;
    transition: transform 300ms ease;
}

.home .elementor-element-8387459:hover .elementor-element-b182980 img,
.home .elementor-element-31d53aa:hover .elementor-element-9d85a63 img,
.home .elementor-element-127e8c7:hover .elementor-element-096471b img {
    transform: scale(1.025);
}

.home .elementor-element-808d0f1,
.home .elementor-element-f0a8c67,
.home .elementor-element-e93579d {
    padding: 26px 26px 0;
}

.home .elementor-element-808d0f1 .elementor-heading-title,
.home .elementor-element-f0a8c67 .elementor-heading-title,
.home .elementor-element-e93579d .elementor-heading-title {
    color: var(--urece-ui-ink);
    font-family: Roboto, Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.16;
}

.home .elementor-element-a1d2e3f,
.home .elementor-element-b2e3f4a,
.home .elementor-element-c3f4a5b {
    flex-grow: 1;
    padding: 12px 26px 0;
}

.home .elementor-element-a1d2e3f p,
.home .elementor-element-b2e3f4a p,
.home .elementor-element-c3f4a5b p {
    margin: 0;
    color: var(--urece-ui-muted);
    font-family: Roboto, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.55;
}

.home .elementor-element-48b4406,
.home .elementor-element-af7f4e4,
.home .elementor-element-d68cbc7 {
    padding: 24px 26px 28px;
}

.home .elementor-element-48b4406 .elementor-button,
.home .elementor-element-af7f4e4 .elementor-button,
.home .elementor-element-d68cbc7 .elementor-button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 12px 18px;
    border: 1px solid var(--urece-ui-accent-dark);
    border-radius: 999px;
    background: var(--urece-ui-accent-dark);
    color: #ffffff;
    font-family: Roboto, Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    transition: background-color 160ms ease, border-color 160ms ease,
        transform 160ms ease;
}

.home .elementor-element-48b4406 .elementor-button:hover,
.home .elementor-element-af7f4e4 .elementor-button:hover,
.home .elementor-element-d68cbc7 .elementor-button:hover,
.home .elementor-element-48b4406 .elementor-button:focus-visible,
.home .elementor-element-af7f4e4 .elementor-button:focus-visible,
.home .elementor-element-d68cbc7 .elementor-button:focus-visible {
    border-color: var(--urece-ui-accent);
    background: var(--urece-ui-accent);
    color: #ffffff;
    transform: translateY(-1px);
}

.home .elementor-element-48b4406 .elementor-button:focus-visible,
.home .elementor-element-af7f4e4 .elementor-button:focus-visible,
.home .elementor-element-d68cbc7 .elementor-button:focus-visible {
    outline: 3px solid rgba(36, 123, 204, 0.34);
    outline-offset: 3px;
}

@media (max-width: 900px) {
    .home .elementor-element-a7f1c2d {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        row-gap: 8px;
    }

    .home .elementor-element-e5b6c7d,
    .home .elementor-element-b8e2d3f,
    .home .elementor-element-c9f3e4a {
        max-width: 640px;
        padding-bottom: 0;
        grid-column: 1;
        grid-row: auto;
    }

    .home .elementor-element-c9f3e4a {
        margin-top: 4px;
    }

    .home .elementor-element-d4a5b6c {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .home .elementor-element-8387459,
    .home .elementor-element-31d53aa,
    .home .elementor-element-127e8c7 {
        max-width: 680px;
        margin-inline: auto !important;
    }
}

@media (max-width: 767px) {
    .home .elementor-element-907b33e {
        margin-top: 0 !important;
        padding: 48px 14px 56px !important;
    }

    .home .elementor-element-a7f1c2d {
        padding-bottom: 22px;
        margin-bottom: 24px !important;
    }

    .home .elementor-element-c9f3e4a p {
        font-size: 16px;
    }

    .home .elementor-element-808d0f1,
    .home .elementor-element-f0a8c67,
    .home .elementor-element-e93579d {
        padding: 22px 22px 0;
    }

    .home .elementor-element-808d0f1 .elementor-heading-title,
    .home .elementor-element-f0a8c67 .elementor-heading-title,
    .home .elementor-element-e93579d .elementor-heading-title {
        font-size: 21px;
    }

    .home .elementor-element-a1d2e3f,
    .home .elementor-element-b2e3f4a,
    .home .elementor-element-c3f4a5b {
        padding: 10px 22px 0;
    }

    .home .elementor-element-48b4406,
    .home .elementor-element-af7f4e4,
    .home .elementor-element-d68cbc7 {
        padding: 22px 22px 24px;
    }
}

/* Edital da home: card editorial de alto contraste e leitura direta. */
.home .elementor-element-fb0f8ac {
    display: grid;
    width: min(
        var(--urece-content-max),
        calc(100% - (2 * var(--urece-content-gutter)))
    );
    max-width: var(--urece-content-max);
    margin: 88px auto 0 !important;
    padding: 0 !important;
    overflow: hidden;
    border-radius: 32px;
    background: var(--urece-ui-accent-dark);
    box-shadow: 0 24px 56px -32px rgba(13, 73, 35, 0.52);
    grid-template-columns: minmax(0, 1.12fr) minmax(380px, 0.88fr);
    gap: 0;
}

.home .elementor-element-fb0f8ac > .e-con-inner {
    display: contents;
}

.home .elementor-element-ede04f4 {
    width: 100% !important;
    min-width: 0;
    min-height: 560px;
    overflow: hidden;
    padding: 0 !important;
}

.home .elementor-element-b950f5a,
.home .elementor-element-b950f5a > .elementor-widget-container {
    width: 100%;
    height: 100%;
}

.home .elementor-element-b950f5a img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0 !important;
    object-fit: cover;
    object-position: center;
}

.home .elementor-element-92492d9 {
    width: 100% !important;
    min-width: 0;
    justify-content: center;
    gap: 24px;
    padding: 64px 64px 68px;
    background: var(--urece-ui-accent-dark);
}

.home .elementor-element-9a62b2e .elementor-heading-title {
    max-width: 13ch;
    color: #ffffff;
    letter-spacing: -0.035em;
}

.home .elementor-element-a095d2d .elementor-widget-container {
    color: var(--urece-ui-accent-soft);
}

.home .elementor-element-a095d2d p {
    max-width: 38ch;
    margin: 0;
}

.home .elementor-element-a095d2d .urece-edital-label {
    margin-bottom: 18px;
}

.home .elementor-element-a095d2d .urece-edital-label strong {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    padding: 7px 12px;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.2;
}

.home .elementor-element-632c1aa {
    width: fit-content;
}

.home .elementor-element-632c1aa .elementor-button {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 13px 20px;
    border: 1px solid #ffffff;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 12px 28px -18px rgba(0, 0, 0, 0.45);
    color: var(--urece-ui-accent-dark);
    font-family: Roboto, Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    transition: background-color 160ms ease, color 160ms ease,
        transform 160ms ease;
}

.home .elementor-element-632c1aa .elementor-button:hover,
.home .elementor-element-632c1aa .elementor-button:focus-visible {
    transform: translateY(-1px);
    background: var(--urece-ui-accent-soft);
    color: var(--urece-ui-accent-dark);
}

.home .elementor-element-632c1aa .elementor-button:focus-visible {
    outline: 3px solid rgba(255, 255, 255, 0.58);
    outline-offset: 4px;
}

@media (max-width: 900px) {
    .home .elementor-element-fb0f8ac {
        grid-template-columns: 1fr;
    }

    .home .elementor-element-ede04f4 {
        min-height: 0;
        aspect-ratio: 16 / 10;
    }

    .home .elementor-element-92492d9 {
        padding: 44px 40px 48px;
    }
}

@media (max-width: 767px) {
    .home .elementor-element-fb0f8ac {
        width: calc(100% - 28px);
        margin-top: 56px !important;
        border-radius: 24px;
    }

    .home .elementor-element-ede04f4 {
        aspect-ratio: 4 / 3;
    }

    .home .elementor-element-92492d9 {
        gap: 20px;
        padding: 30px 24px 32px;
    }

    .home .elementor-element-a095d2d p {
        max-width: none;
    }

    .home .elementor-element-632c1aa {
        width: 100%;
    }

    .home .elementor-element-632c1aa .elementor-button {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .home .elementor-element-c85c846 {
        border-radius: 24px 24px 0 0;
    }

    .home .elementor-element-d0ed59d .elementor-widget-container {
        overflow: visible;
    }

    .home .elementor-element-d0ed59d .elementor-posts-container {
        display: flex !important;
        max-width: none;
        align-items: stretch;
        gap: 16px;
        overflow-x: auto;
        padding: 6px 14px 18px;
        scroll-behavior: smooth;
        scroll-padding-inline: 14px;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        overscroll-behavior-x: contain;
    }

    .home .elementor-element-d0ed59d .elementor-posts-container::-webkit-scrollbar {
        display: none;
    }

    .home .elementor-element-d0ed59d .elementor-post {
        width: auto;
        flex: 0 0 calc(100% - 28px);
        scroll-snap-align: center;
        scroll-snap-stop: always;
    }

    .home .elementor-element-d0ed59d .elementor-post:hover {
        transform: none;
    }

    .home .elementor-element-d0ed59d .elementor-post__text {
        gap: 16px;
        padding: 22px 22px 24px;
    }

    .home .elementor-element-d0ed59d .elementor-post__title {
        font-size: 19px;
    }

    .home .elementor-element-d0ed59d .elementor-pagination {
        display: none;
    }

    .urece-news-carousel-controls {
        display: grid;
        width: min(220px, calc(100% - 28px));
        align-items: center;
        grid-template-columns: 48px minmax(70px, 1fr) 48px;
        gap: 12px;
        margin: 6px auto 0;
    }

    .urece-news-carousel-button {
        display: inline-flex;
        width: 48px;
        height: 48px;
        align-items: center;
        justify-content: center;
        padding: 0;
        border: 2px solid #ffffff;
        border-radius: 50%;
        background: #ffffff;
        box-shadow: 0 10px 24px rgba(13, 73, 35, 0.24);
        color: var(--urece-ui-accent-dark);
        cursor: pointer;
        font-size: 24px;
        font-weight: 700;
        line-height: 1;
        transition: transform 160ms ease, background-color 160ms ease,
            color 160ms ease;
    }

    .urece-news-carousel-button:hover,
    .urece-news-carousel-button:focus-visible {
        transform: translateY(-1px);
        background: var(--urece-ui-accent-dark);
        color: #ffffff;
    }

    .urece-news-carousel-button:focus-visible {
        outline: 3px solid rgba(255, 255, 255, 0.72);
        outline-offset: 3px;
    }

    .urece-news-carousel-status {
        display: inline-flex;
        min-height: 40px;
        align-items: center;
        justify-content: center;
        gap: 7px;
        border: 1px solid rgba(255, 255, 255, 0.5);
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.12);
        color: #ffffff;
        font-family: Roboto, Arial, sans-serif;
        font-size: 14px;
        font-weight: 700;
    }
}

/*
 * Controles de acessibilidade: os dois plugins formam um único grupo visual.
 * O painel do Pojo continua abrindo normalmente; apenas o acionador muda.
 */
body #pojo-a11y-toolbar {
    top: 0 !important;
    bottom: 0 !important;
    height: 100vh !important;
    height: 100dvh !important;
    transform: none;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle {
    position: fixed !important;
    top: calc(50% - 65px) !important;
    right: 16px !important;
    width: 56px;
    height: 56px;
    margin: 0 !important;
    transform: none !important;
    transition: opacity 160ms ease, visibility 160ms ease;
}

#pojo-a11y-toolbar.pojo-a11y-toolbar-open .pojo-a11y-toolbar-toggle {
    right: 196px !important;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay {
    position: absolute;
    top: 50%;
    right: 0;
    max-height: calc(100vh - 32px);
    max-height: calc(100dvh - 32px);
    overflow-x: hidden;
    overflow-y: auto;
    border-radius: 20px 0 0 20px;
    box-shadow: 0 14px 36px rgba(23, 68, 111, 0.2);
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
    transform: translateY(-50%);
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
    display: flex;
    width: 56px;
    height: 56px;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    padding: 10px;
    border: 3px solid #ffffff;
    border-radius: 50% !important;
    background: var(--urece-ui-blue) !important;
    box-shadow: 0 8px 22px rgba(23, 68, 111, 0.24);
    color: #ffffff !important;
    line-height: 0;
    transition: transform 160ms ease, box-shadow 160ms ease;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a:hover,
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a:focus-visible {
    transform: translateY(-1px);
    box-shadow: 0 11px 26px rgba(23, 68, 111, 0.3);
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a:focus-visible,
body [vw] [vw-access-button]:focus-visible {
    outline: 3px solid rgba(20, 141, 64, 0.5);
    outline-offset: 3px;
}

body [vw].enabled {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: auto !important;
    left: auto !important;
    width: 0 !important;
    height: 0 !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    translate: none !important;
    scale: none !important;
    transform: none !important;
}

body [vw] [vw-access-button],
body [vw] [vw-access-button]:hover {
    position: fixed !important;
    top: calc(50% + 9px) !important;
    right: 16px !important;
    bottom: auto !important;
    left: auto !important;
    display: flex;
    width: 56px !important;
    height: 56px !important;
    overflow: hidden;
    border: 3px solid #ffffff;
    border-radius: 50% !important;
    background-color: var(--urece-ui-blue);
    background-image: url("../images/vlibras-access-icon.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50px 50px;
    box-shadow: 0 8px 22px rgba(23, 68, 111, 0.24);
    z-index: 2147483645;
    transition: transform 160ms ease, box-shadow 160ms ease, opacity 160ms ease,
        visibility 160ms ease;
}

body [vw] [vw-plugin-wrapper].active {
    position: fixed !important;
    top: max(16px, calc(50vh - 225px)) !important;
    top: max(16px, calc(50dvh - 225px)) !important;
    right: 20px !important;
    bottom: auto !important;
    left: auto !important;
    display: flex !important;
    width: min(300px, calc(100vw - 40px)) !important;
    max-width: none !important;
    height: min(450px, calc(100vh - 32px)) !important;
    height: min(450px, calc(100dvh - 32px)) !important;
    min-height: 0 !important;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 14px 36px rgba(23, 68, 111, 0.24);
    z-index: 2147483646;
}

body [vw].urece-vlibras-open [vw-access-button] {
    right: 332px !important;
}

body.urece-vlibras-panel-open
    #pojo-a11y-toolbar
    .pojo-a11y-toolbar-toggle,
body.urece-pojo-panel-open [vw] [vw-access-button] {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

body [vw] [vw-access-button]:hover {
    transform: translateY(-1px);
    box-shadow: 0 11px 26px rgba(23, 68, 111, 0.3);
}

body [vw] [vw-access-button] img,
body [vw] [vw-access-button] .vp-access-button {
    width: 50px !important;
    height: 50px !important;
    max-height: 50px !important;
    border-radius: 50% !important;
}

@media (max-width: 767px) {
    #cookie-notice {
        width: auto !important;
        right: 14px !important;
        bottom: 14px !important;
        left: 14px !important;
        border-radius: 18px;
    }

    #cookie-notice .cookie-notice-container {
        gap: 16px;
        padding: 21px 20px 20px;
    }

    #cookie-notice #cn-notice-text {
        max-width: none;
        font-size: 14px;
        line-height: 1.5;
    }

    #cookie-notice #cn-notice-text::before {
        font-size: 17px;
    }

    #cookie-notice .cn-button:not(.cn-button-custom) {
        min-height: 44px;
        padding-inline: 10px;
        font-size: 13px;
    }

    body [vw] [vw-access-button],
    body [vw] [vw-access-button]:hover {
        right: 12px !important;
    }

    body [vw] [vw-plugin-wrapper].active {
        right: 12px !important;
        width: min(300px, calc(100vw - 24px)) !important;
    }

    body [vw].urece-vlibras-open [vw-access-button] {
        right: 324px !important;
    }

    #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle {
        right: 12px !important;
    }

    #pojo-a11y-toolbar.pojo-a11y-toolbar-open .pojo-a11y-toolbar-toggle {
        right: 192px !important;
    }
}

@media (max-width: 379px) {
    body [vw].urece-vlibras-open [vw-access-button] {
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
    }
}

@media (max-width: 350px) {
    #cookie-notice #cn-notice-buttons {
        grid-template-columns: 1fr;
    }
}

/* Rodapé institucional: marca, governança e contato em uma grade editorial. */
footer.elementor-location-footer {
    position: relative;
    z-index: 1;
    background: transparent;
}

footer .elementor-element-287c07c {
    overflow: hidden;
    border-radius: 32px 32px 0 0;
    background: var(--urece-ui-accent-dark) !important;
}

footer .elementor-element-287c07c > .e-con-inner {
    display: grid !important;
    width: min(
        var(--urece-content-max),
        calc(100% - (2 * var(--urece-content-gutter)))
    ) !important;
    max-width: var(--urece-content-max) !important;
    min-height: 0;
    align-items: start;
    margin-inline: auto;
    padding: 64px 0 54px !important;
    grid-template-columns:
        minmax(150px, 0.68fr)
        minmax(210px, 0.86fr)
        minmax(320px, 1.3fr)
        minmax(190px, 0.72fr);
    gap: clamp(32px, 4vw, 64px);
}

footer .elementor-element-edcc41e,
footer .elementor-element-474a4af,
footer .elementor-element-4914dfa,
footer .elementor-element-0d70c35 {
    width: 100% !important;
    min-width: 0;
    min-height: 0;
    height: auto;
    align-content: start;
    padding: 0 !important;
}

footer .elementor-element-474a4af,
footer .elementor-element-4914dfa,
footer .elementor-element-0d70c35 {
    gap: 0 !important;
}

footer .elementor-element-5781104,
footer .elementor-element-5781104 > .elementor-widget-container {
    width: 100%;
    margin: 0 !important;
    text-align: left;
}

footer .elementor-element-5781104 img {
    display: block;
    width: 104px !important;
    height: 104px !important;
    max-width: none !important;
    margin: 0 !important;
    object-fit: contain;
}

footer .elementor-element-50c76ab,
footer .elementor-element-fdcfc36,
footer .elementor-element-d652afa {
    margin: 0 0 24px !important;
}

footer .elementor-element-50c76ab .elementor-heading-title,
footer .elementor-element-fdcfc36 .elementor-heading-title,
footer .elementor-element-d652afa .elementor-heading-title {
    max-width: none;
    color: #ffffff !important;
    font-family: Roboto, Arial, sans-serif;
    font-size: 24px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    letter-spacing: -0.025em;
    line-height: 1.12 !important;
}

footer .elementor-element-fdcfc36 .elementor-heading-title {
    white-space: nowrap;
}

footer .elementor-element-2e5c74b .elementor-icon-list-items {
    display: grid;
    gap: 9px;
}

footer .elementor-element-2e5c74b {
    width: 100% !important;
}

footer .elementor-element-2e5c74b .elementor-icon-list-item {
    min-height: 34px;
}

footer .elementor-element-2e5c74b .elementor-icon-list-item a {
    display: grid;
    width: 100%;
    min-height: 50px;
    align-items: center;
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.86) !important;
    font-size: 14px;
    font-weight: 600;
    grid-template-columns: 20px minmax(0, 1fr) auto;
    gap: 10px;
    transition: background-color 160ms ease, border-color 160ms ease,
        color 160ms ease, transform 160ms ease;
}

footer .elementor-element-2e5c74b .elementor-icon-list-item a::before {
    width: 19px;
    height: 19px;
    background: currentColor;
    content: "";
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8zm0 0v6h6M8 13h8M8 17h8M8 9h2'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8zm0 0v6h6M8 13h8M8 17h8M8 9h2'/%3E%3C/svg%3E") center / contain no-repeat;
}

footer
    .elementor-element-2e5c74b
    .elementor-icon-list-item
    .elementor-icon-list-text {
    color: inherit !important;
}

footer .elementor-element-2e5c74b .elementor-icon-list-item a::after {
    color: rgba(255, 255, 255, 0.58);
    content: "\2192";
    font-size: 17px;
    font-weight: 400;
    transition: translate 160ms ease;
}

footer .elementor-element-2e5c74b .elementor-icon-list-item a:hover,
footer .elementor-element-2e5c74b .elementor-icon-list-item a:focus-visible {
    border-color: #ffffff;
    background: #ffffff;
    color: var(--urece-ui-accent-dark) !important;
    transform: translateX(3px);
}

footer .elementor-element-2e5c74b .elementor-icon-list-item a:hover::after,
footer .elementor-element-2e5c74b .elementor-icon-list-item a:focus-visible::after {
    color: currentColor;
    translate: 3px 0;
}

footer .elementor-element-2e5c74b .elementor-icon-list-item a:focus-visible,
footer .elementor-element-d1478a6 .elementor-social-icon:focus-visible {
    border-radius: 8px;
    outline: 3px solid rgba(255, 255, 255, 0.62);
    outline-offset: 3px;
}

footer .elementor-element-b9253ca {
    margin: 0 !important;
}

footer .elementor-element-b9253ca > .elementor-widget-container {
    display: grid;
    gap: 10px;
}

footer .elementor-element-b9253ca,
footer .elementor-element-b9253ca p,
footer .elementor-element-a1a011d .elementor-icon-list-text {
    color: rgba(255, 255, 255, 0.78) !important;
    font-family: Roboto, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.58;
}

footer .elementor-element-b9253ca p {
    position: relative;
    min-height: 58px;
    margin: 0;
    padding: 12px 14px 12px 48px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.055);
}

footer .elementor-element-b9253ca p::before {
    position: absolute;
    top: 15px;
    left: 16px;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.88);
    content: "";
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M20 10c0 5-8 12-8 12S4 15 4 10a8 8 0 1 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='2.5' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M20 10c0 5-8 12-8 12S4 15 4 10a8 8 0 1 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='2.5' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E") center / contain no-repeat;
}

footer .elementor-element-a1a011d .elementor-icon-list-item {
    align-items: flex-start;
    width: fit-content;
    min-height: 46px;
    padding: 11px 14px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.06);
}

footer .elementor-element-a1a011d {
    margin-top: 16px !important;
}

footer .elementor-element-a1a011d .elementor-icon-list-icon {
    padding-top: 4px;
}

footer .elementor-element-d1478a6 .elementor-social-icons-wrapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 8px;
}

footer .elementor-element-d652afa {
    text-align: left !important;
}

footer .elementor-element-d1478a6 .elementor-social-icon {
    display: inline-flex;
    width: 42px !important;
    height: 42px !important;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08) !important;
    color: #ffffff !important;
    transition: background-color 160ms ease, border-color 160ms ease,
        transform 160ms ease;
}

footer .elementor-element-d1478a6 .elementor-social-icon i,
footer .elementor-element-d1478a6 .elementor-social-icon svg {
    color: #ffffff !important;
    fill: #ffffff !important;
}

footer .elementor-element-d1478a6 .elementor-social-icon:hover,
footer .elementor-element-d1478a6 .elementor-social-icon:focus-visible {
    border-color: #ffffff;
    background: #ffffff !important;
    color: var(--urece-ui-accent-dark) !important;
    transform: translateY(-2px);
}

footer .elementor-element-d1478a6 .elementor-social-icon:hover i,
footer .elementor-element-d1478a6 .elementor-social-icon:hover svg,
footer .elementor-element-d1478a6 .elementor-social-icon:focus-visible i,
footer .elementor-element-d1478a6 .elementor-social-icon:focus-visible svg {
    color: var(--urece-ui-accent-dark) !important;
    fill: var(--urece-ui-accent-dark) !important;
}

@media (max-width: 1200px) {
    footer .elementor-element-287c07c > .e-con-inner {
        grid-template-columns: minmax(150px, 0.7fr) minmax(230px, 1fr);
        gap: 46px 56px;
    }
}

@media (max-width: 767px) {
    footer .elementor-element-287c07c {
        border-radius: 24px 24px 0 0;
    }

    footer .elementor-element-287c07c > .e-con-inner {
        width: calc(100% - (2 * var(--urece-content-gutter-mobile))) !important;
        padding: 48px 6px 38px !important;
        grid-template-columns: 1fr;
        gap: 38px;
    }

    footer .elementor-element-edcc41e,
    footer .elementor-element-474a4af,
    footer .elementor-element-4914dfa,
    footer .elementor-element-0d70c35 {
        display: grid !important;
        align-items: center !important;
        justify-items: center !important;
        grid-template-columns: minmax(0, 1fr);
        text-align: center !important;
    }

    footer .elementor-element-5781104,
    footer .elementor-element-5781104 > .elementor-widget-container {
        text-align: center;
    }

    footer .elementor-element-5781104 img {
        width: 92px !important;
        height: 92px !important;
        margin-inline: auto !important;
    }

    footer .elementor-element-50c76ab,
    footer .elementor-element-fdcfc36,
    footer .elementor-element-d652afa {
        width: 100% !important;
        margin-bottom: 18px !important;
    }

    footer .elementor-element-50c76ab .elementor-heading-title,
    footer .elementor-element-fdcfc36 .elementor-heading-title,
    footer .elementor-element-d652afa .elementor-heading-title {
        font-size: 23px !important;
        text-align: center !important;
    }

    footer .elementor-element-fdcfc36 .elementor-heading-title {
        white-space: normal;
    }

    footer .elementor-element-2e5c74b {
        width: calc(100% - 70px) !important;
        max-width: 520px;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    footer
        .elementor-element-2e5c74b
        .elementor-icon-list-item
        .elementor-icon-list-text {
        text-align: center;
    }

    footer .elementor-element-b9253ca,
    footer .elementor-element-b9253ca > .elementor-widget-container {
        width: 100%;
        max-width: 560px;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    footer .elementor-element-b9253ca p {
        padding-right: 48px;
        text-align: center;
    }

    footer .elementor-element-a1a011d {
        width: fit-content !important;
        max-width: 100%;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    footer .elementor-element-a1a011d .elementor-icon-list-item {
        justify-content: center;
        text-align: center;
    }

    footer .elementor-element-d1478a6 .elementor-social-icons-wrapper {
        justify-content: center;
    }

    footer .elementor-element-d1478a6 {
        margin-right: auto !important;
        margin-left: auto !important;
    }

}

@media (prefers-reduced-motion: reduce) {
    .urece-action-button__svg,
    .urece-action-button:hover .urece-action-button__svg,
    .urece-action-button:focus-visible .urece-action-button__svg,
    .elementor-element-63e1466,
    .elementor-element-63e1466 div.asl_m .probox .proinput {
        transition: none !important;
    }

    #cookie-notice,
    #cookie-notice .cn-button,
    #pojo-a11y-toolbar,
    #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a,
    body [vw] [vw-access-button] {
        animation: none !important;
        scroll-behavior: auto !important;
        transition: none !important;
    }

    .home .elementor-element-d0ed59d .elementor-posts-container {
        scroll-behavior: auto;
    }

    .home .elementor-element-d0ed59d .elementor-post,
    .home .elementor-element-d0ed59d .elementor-post__thumbnail img,
    .home .elementor-element-d0ed59d > .elementor-widget-container,
    .urece-news-carousel-button {
        transition: none !important;
    }

    .home .elementor-element-d0ed59d.urece-news-loading::after {
        animation: none;
    }

    .urece-story-slide,
    .urece-story-content > *,
    .urece-story-media img,
    .urece-story-cta,
    .urece-story-arrow,
    .urece-story-chapter {
        transition: none !important;
    }

    .urece-story-media img,
    .urece-story-slide.is-active .urece-story-media img {
        transform: none !important;
    }

    .urece-story-chapter.is-active .urece-story-progress::after {
        animation: none !important;
        transform: scaleX(1);
    }
}
