.elementor-150 .elementor-element.elementor-element-53cdbe7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-795079e */:root {
    --primary-color: #1a73e8;
    --libre-green: #00b050;
    --text-color: #3c4043;
    --heading-color: #202124;
    --bg-color: #ffffff;
    --sidebar-hover: #f1f3f4;
    --sidebar-active: #e8f0fe;
    --sidebar-active-text: #1a73e8;
    --border-color: #dadce0;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    color: var(--text-color);
    background-color: var(--bg-color);
    min-height: 100vh;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
}


/* =========================================================
   CABEÇALHO
   ========================================================= */

header {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-bottom: 1px solid var(--border-color);
    z-index: 100;
    padding: 0 32px 0 24px;
    position: sticky;
    top: 0;
}

.header-top-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 64px;
    width: 100%;
}

.logo-container {
    display: flex;
    align-items: center;
    text-decoration: none !important;
    color: inherit !important;
    gap: 12px;
    height: 100%;
}

.logo-container img {
    height: 44px;
    width: auto;
    object-fit: contain;
}

.logo-subtext {
    font-size: 22px;
    color: #5f6368;
    font-weight: 400;
    letter-spacing: -0.3px;
    white-space: nowrap;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 16px;
    position: relative;
}

.header-bottom-row {
    display: flex;
    height: 48px;
    width: 100%;
}


/* =========================================================
   NAVEGAÇÃO SUPERIOR
   ========================================================= */

nav.top-nav {
    display: flex;
    gap: 24px;
}

nav.top-nav a {
    text-decoration: none !important;
    color: #5f6368 !important;
    font-size: 14px;
    font-weight: 500;
    padding: 13px 0;
    border-bottom: 3px solid transparent;
    cursor: pointer;
    user-select: none;
}

nav.top-nav a:hover {
    color: #3028E0 !important;
}

nav.top-nav a.active {
    color: #3028E0 !important;
    border-bottom: 3px solid var(--primary-color);
}


/* =========================================================
   BOTÃO DE APLICAÇÕES
   ========================================================= */

.apps-menu-btn {
    background: none !important;
    border: none !important;
    cursor: pointer;
    padding: 8px !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none !important;
}

.apps-menu-btn:hover,
.apps-menu-btn:focus {
    background-color: #f1f3f4 !important;
}

.apps-menu-btn svg {
    fill: #5f6368;
    width: 24px;
    height: 24px;
    display: block;
}


/* =========================================================
   AVATAR
   ========================================================= */

.user-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: var(--libre-green);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    user-select: none;
}


/* =========================================================
   MENU "SEUS FAVORITOS"
   ========================================================= */

.apps-dropdown {
    display: none;
    position: absolute;
    top: 48px;
    right: 0;
    width: 320px;
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    padding: 20px;
    z-index: 110;
}

.apps-dropdown.show {
    display: block;
}

.apps-dropdown-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.apps-dropdown-header h4 {
    font-size: 16px;
    font-weight: 500;
    color: var(--heading-color);
    margin: 0;
}

.apps-grid-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    text-align: center;
}


/* =========================================================
   ITENS DO MENU DE APLICAÇÕES
   ========================================================= */

.app-item {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none !important;
    color: var(--text-color) !important;
    padding: 8px !important;
    border-radius: 8px !important;
    cursor: pointer;
    border: 0 !important;
    background: transparent !important;
    font: inherit;
    width: 100%;
    min-width: 0;
    box-shadow: none !important;
}

.app-item:hover,
.app-item:focus {
    background-color: #f8f9fa !important;
    color: var(--text-color) !important;
}

.app-item span {
    font-size: 12px;
    line-height: 1.3;
    color: var(--text-color);
}


/* =========================================================
   LOGOS DOS FAVORITOS
   ========================================================= */

.app-menu-logo {
    display: block;
    width: 44px;
    height: 44px;
    object-fit: contain;
    margin-bottom: 8px;
}

.app-menu-logo-sdi {
    object-fit: contain;
}


/* Ícones que ainda utilizam placeholder */

.app-icon-placeholder {
    width: 44px;
    height: 44px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.app-icon-egoverna {
    background-image: url('https://peachpuff-cassowary-438884.hostingersite.com/wp-content/uploads/2026/08/logoegoerna.png');
    background-color: transparent;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.app-icon-einventario {
    background-color: #ffe0b2;
    font-weight: 700;
    color: #e65100;
    font-size: 14px;
    border: 1px solid #e65100;
}


/* =========================================================
   LAYOUT PRINCIPAL
   ========================================================= */

.main-container {
    display: flex;
    width: 100%;
    overflow: visible;
    align-items: flex-start;
}


/* =========================================================
   SIDEBAR
   ========================================================= */

aside.sidebar {
    width: 280px;
    border-right: 1px solid var(--border-color);
    padding: 24px 0;
    overflow-y: auto;
    flex-shrink: 0;
    background: #fff;
    display: none;
    position: sticky;
    top: 113px;
    max-height: calc(100vh - 113px);
}

aside.sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-menu {
    display: none;
}

aside.sidebar li {
    margin: 0;
    padding: 0;
}

aside.sidebar li a {
    display: block;
    padding: 12px 24px;
    color: var(--text-color) !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 500;
    border-radius: 0 50px 50px 0;
    margin-right: 8px;
    cursor: pointer;
}

aside.sidebar li a:hover {
    background-color: var(--sidebar-hover);
}

aside.sidebar li a.active {
    background-color: var(--sidebar-active);
    color: var(--sidebar-active-text) !important;
}


/* =========================================================
   CONTEÚDO PRINCIPAL
   ========================================================= */

main.content-area {
    flex: 1;
    min-width: 0;
    padding: 64px 56px;
    overflow: visible;
    background: #fff;
}

.content-wrapper {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

.page-content {
    display: none;
}

.page-content.active {
    display: block;
}


/* =========================================================
   TIPOGRAFIA DO CONTEÚDO
   ========================================================= */

.content-wrapper h1 {
    color: var(--heading-color);
    font-size: 28px;
    line-height: 1.25;
    font-weight: 400;
    margin: 0 0 8px;
}

.content-wrapper h2 {
    color: var(--heading-color);
    font-size: 22px;
    line-height: 1.3;
    font-weight: 400;
    margin: 0 0 16px;
}

.content-wrapper p {
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 16px;
    color: #3c4043;
}

.content-wrapper section {
    margin-bottom: 40px;
}

.meta-date {
    color: #70757a;
    font-size: 14px;
    margin-bottom: 32px;
}

.terms-title {
    margin-bottom: 4px !important;
}


/* =========================================================
   LISTAS DE CONTEÚDO
   ========================================================= */

ul.content-list {
    padding-left: 20px;
    margin: 0 0 16px;
}

ul.content-list li {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 12px;
    color: #3c4043;
}


/* =========================================================
   LINKS DE AÇÃO
   ========================================================= */

.content-wrapper .action-link,
.content-wrapper a.action-link,
.content-wrapper button.action-link {
    display: inline-block;
    margin-top: 10px;
    color: #3028E0 !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.content-wrapper .action-link:hover,
.content-wrapper .action-link:focus {
    color: #1558b0 !important;
    text-decoration: underline !important;
}


/* =========================================================
   VISÃO GERAL — IMAGEM
   ========================================================= */

.overview-hero-image {
    text-align: center;
    margin: 20px 0 50px;
    user-select: none;
}

.overview-hero-image img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 600px;
    margin: 0 auto;
}


/* =========================================================
   VISÃO GERAL — GRID
   ========================================================= */

.overview-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 48px;
    margin-top: 20px;
}

.overview-box {
    background: #fff;
    min-width: 0;
}

.overview-box h2 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 12px;
}

.overview-box-content {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}


/* =========================================================
   ÍCONES DA VISÃO GERAL
   ========================================================= */

.overview-icon {
    width: 32px;
    min-width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #5f6368;
}

.overview-icon svg {
    display: block;
    width: 32px;
    height: 32px;
}

.overview-icon-products {
    width: 48px;
    min-width: 48px;
}

.overview-icon-products svg {
    width: 48px;
    height: 32px;
}


/* =========================================================
   GUIA DE PRODUTOS
   ========================================================= */

#content-products > h1 {
    margin-bottom: 12px;
}

.products-intro {
    margin-top: 12px !important;
    margin-bottom: 32px !important;
    color: #5f6368 !important;
    font-size: 16px !important;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 48px;
    row-gap: 48px;
    width: 100%;
    margin-top: 32px;
    align-items: start;
}

.product-card {
    min-width: 0;
    width: 100%;
    background: #fff;
}

.product-card h2 {
    display: flex;
    align-items: center;
    min-width: 0;
    min-height: 48px;
    margin: 0 0 24px;
}


/* =========================================================
   LOGOS DOS PRODUTOS
   ========================================================= */

.product-card-logo {
    display: block;
    max-height: 40px;
    max-width: 180px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.product-card-logo-sdi {
    max-height: 40px;
}

#egoverna-info .product-card-logo {
    height: 42px;
    max-height: 42px;
}


/* =========================================================
   E-INVENTÁRIO
   ========================================================= */

.inventario-title {
    font-size: 22px;
    font-weight: 500;
    color: var(--heading-color);
    display: flex;
    align-items: center;
    gap: 8px;
}

.inventario-title svg {
    display: block;
    width: 28px;
    height: 28px;
    flex-shrink: 0;
}


/* =========================================================
   LINKS DOS PRODUTOS
   ========================================================= */

.product-links-list {
    display: block;
    width: 100%;
    min-width: 0;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.product-links-list li {
    display: block;
    width: 100%;
    min-width: 0;
    margin: 0 0 16px !important;
    padding: 0 !important;
}

.product-links-list a,
.product-links-list button {
    display: block !important;
    width: 100% !important;
    max-width: 100%;
    min-width: 0;
    margin: 0 !important;
    padding: 0 !important;

    color: var(--primary-color) !important;
    background: transparent !important;

    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;

    text-decoration: none !important;
    text-align: left !important;

    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: normal;

    font-family: inherit !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;

    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

.product-links-list a:hover,
.product-links-list button:hover,
.product-links-list a:focus,
.product-links-list button:focus {
    color: var(--primary-color) !important;
    background: transparent !important;
    text-decoration: underline !important;
}


/* =========================================================
   MODAL DE AJUDA
   ========================================================= */

.help-modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(32, 33, 36, 0.6);
    z-index: 99999;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.help-modal {
    background-color: #fff;
    width: 100%;
    max-width: 640px;
    border-radius: 8px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    max-height: 85vh;
    outline: none;
}

.help-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 24px 24px 16px;
    border-bottom: 1px solid var(--border-color);
}

.help-modal-header h3 {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 500;
    color: var(--heading-color);
    margin: 0;
}

.close-modal-btn {
    background: none !important;
    border: none !important;
    font-size: 24px !important;
    line-height: 1 !important;
    color: #5f6368 !important;
    cursor: pointer;
    padding: 4px 8px !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    flex-shrink: 0;
}

.close-modal-btn:hover,
.close-modal-btn:focus {
    background-color: #f1f3f4 !important;
    color: #202124 !important;
}

.help-modal-body {
    padding: 24px;
    overflow-y: auto;
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-color);
}

.help-modal-body p {
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-color);
    margin: 0 0 16px;
}

.help-modal-body h4 {
    color: var(--heading-color);
    margin: 20px 0 8px;
    font-size: 16px;
    font-weight: 500;
}

.help-modal-body ul,
.help-modal-body ol {
    padding-left: 20px;
    margin: 0 0 16px;
}

.help-modal-body li {
    margin-bottom: 8px;
}


/* =========================================================
   ÂNCORAS / SCROLL
   ========================================================= */

.page-content section,
.product-card {
    scroll-margin-top: 136px;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1180px) and (min-width: 769px) {

    main.content-area {
        padding-left: 36px;
        padding-right: 36px;
    }

    .products-grid {
        column-gap: 32px;
    }

}


@media (max-width: 980px) and (min-width: 769px) {

    .products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 40px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 768px) {

    aside.sidebar {
        display: none !important;
    }

    header {
        padding: 0 16px;
    }

    .header-top-row {
        height: 60px;
    }

    .logo-container {
        gap: 8px;
    }

    .logo-container img {
        height: 36px;
    }

    .logo-subtext {
        font-size: 17px;
    }

    .header-right {
        gap: 8px;
    }

    .header-bottom-row {
        height: auto;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .header-bottom-row::-webkit-scrollbar {
        display: none;
    }

    nav.top-nav {
        display: flex;
        gap: 20px;
        min-width: max-content;
    }

    nav.top-nav a {
        padding: 12px 0 10px;
        white-space: nowrap;
    }

    .apps-dropdown {
        position: fixed;
        top: 64px;
        right: 12px;
        width: min(320px, calc(100vw - 24px));
    }

    .overview-grid,
    .products-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    main.content-area {
        padding: 30px 20px;
    }

    .content-wrapper {
        max-width: 100%;
    }

    .overview-hero-image {
        margin: 10px 0 40px;
    }

    .help-modal {
        max-width: 100%;
        max-height: 90vh;
    }

    .help-modal-header {
        padding: 20px 20px 14px;
    }

    .help-modal-body {
        padding: 20px;
    }

}


/* =========================================================
   MOBILE PEQUENO
   ========================================================= */

@media (max-width: 480px) {

    header {
        padding-left: 12px;
        padding-right: 12px;
    }

    .logo-subtext {
        font-size: 15px;
    }

    .user-avatar {
        width: 30px;
        height: 30px;
    }

    main.content-area {
        padding: 26px 16px;
    }

    .content-wrapper h1 {
        font-size: 25px;
    }

    .content-wrapper h2 {
        font-size: 20px;
    }

    .overview-box-content {
        gap: 12px;
    }

    .apps-grid-content {
        gap: 8px;
    }

}/* End custom CSS */