/* Página Sistemas - padrão azul tom sobre tom */

.sistemas-page {
    --sistemas-azul-900: #06111f;
    --sistemas-azul-850: #071d34;
    --sistemas-azul-800: #08233a;
    --sistemas-azul-700: #0b3f5c;
    --sistemas-azul-600: #0b73d9;
    --sistemas-azul-500: #0e8ed6;
    --sistemas-azul-400: #25cfff;
    --sistemas-claro-100: #f8fcff;
    --sistemas-claro-200: #eaf6ff;
    --sistemas-claro-300: #d5efff;
    --sistemas-texto: #06111f;
    --sistemas-texto-suave: #354b60;
    --sistemas-texto-claro: #f8fbff;
    --sistemas-texto-claro-suave: rgba(240, 249, 255, .88);
    background: var(--sistemas-claro-200);
    color: var(--sistemas-texto);
    overflow: hidden;
}

.sistemas-page *,
.sistemas-page *::before,
.sistemas-page *::after {
    box-sizing: border-box;
}

.sistemas-page a,
.sistemas-page button,
.sistemas-page input,
.sistemas-page textarea,
.sistemas-page select {
    font-family: inherit;
}

.sistemas-page img {
    max-width: 100%;
}

.sistemas-section {
    position: relative;
    overflow: hidden;
    padding: 74px 0;
}

.sistemas-section .container {
    position: relative;
    z-index: 2;
}

/* 1ª seção: azul claro suave */
.sistemas-section-light {
    background:
        radial-gradient(circle at 12% 18%, rgba(37, 207, 255, .18), transparent 34%),
        radial-gradient(circle at 86% 8%, rgba(11, 115, 217, .12), transparent 30%),
        linear-gradient(135deg, #f8fcff 0%, #eaf6ff 52%, #d5efff 100%) !important;
    color: var(--sistemas-texto) !important;
}

/* 2ª seção: azul escuro em degradê */
.sistemas-section-dark {
    background:
        radial-gradient(circle at 18% 14%, rgba(37, 207, 255, .16), transparent 34%),
        radial-gradient(circle at 85% 15%, rgba(14, 142, 214, .18), transparent 30%),
        linear-gradient(135deg, #06111f 0%, #08233a 48%, #0b3f5c 100%) !important;
    color: var(--sistemas-texto-claro) !important;
}

.sistemas-section-light h1,
.sistemas-section-light h2,
.sistemas-section-light h3,
.sistemas-section-light h4,
.sistemas-section-light h5,
.sistemas-section-light h6,
.sistemas-section-light p,
.sistemas-section-light li,
.sistemas-section-light span,
.sistemas-section-light strong,
.sistemas-section-light small {
    color: var(--sistemas-texto) !important;
    opacity: 1 !important;
}

.sistemas-section-light p,
.sistemas-section-light li,
.sistemas-section-light small {
    color: var(--sistemas-texto-suave) !important;
}

.sistemas-section-dark h1,
.sistemas-section-dark h2,
.sistemas-section-dark h3,
.sistemas-section-dark h4,
.sistemas-section-dark h5,
.sistemas-section-dark h6,
.sistemas-section-dark p,
.sistemas-section-dark li,
.sistemas-section-dark span,
.sistemas-section-dark strong,
.sistemas-section-dark small {
    color: var(--sistemas-texto-claro) !important;
    opacity: 1 !important;
}

.sistemas-section-dark p,
.sistemas-section-dark li,
.sistemas-section-dark small {
    color: var(--sistemas-texto-claro-suave) !important;
}

.sistemas-bg-shape {
    position: absolute;
    display: block;
    pointer-events: none;
    border-radius: 999px;
    filter: blur(2px);
    opacity: .55;
}

.sistemas-bg-shape-a {
    width: 320px;
    height: 320px;
    left: -90px;
    top: 30px;
    background: rgba(37, 207, 255, .20);
}

.sistemas-bg-shape-b {
    width: 280px;
    height: 280px;
    right: -80px;
    bottom: -70px;
    background: rgba(11, 115, 217, .14);
}

.sistemas-eyebrow,
.sistemas-eyebrow-dark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    max-width: 100%;
    border-radius: 999px;
    padding: 9px 16px;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: .18em;
    text-transform: uppercase;
    overflow-wrap: anywhere;
    word-break: normal;
}

.sistemas-eyebrow {
    color: #0e7490 !important;
    background: rgba(255, 255, 255, .88);
    border: 1px solid rgba(14, 116, 144, .22);
    box-shadow: 0 10px 26px rgba(14, 116, 144, .08);
}

.sistemas-eyebrow i {
    color: #0e7490 !important;
}

.sistemas-eyebrow-dark {
    color: #dff7ff !important;
    background: rgba(37, 207, 255, .12);
    border: 1px solid rgba(125, 211, 252, .26);
}

.sistemas-eyebrow-dark i {
    color: #25cfff !important;
}

.sistemas-hero {
    padding-top: 78px;
    padding-bottom: 78px;
}

.sistemas-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, .96fr) minmax(340px, 1.04fr);
    gap: 30px;
    align-items: center;
}

.sistemas-hero-copy,
.sistemas-hero-panel {
    min-width: 0;
}

.sistemas-hero-copy h2 {
    max-width: 760px;
    margin: 22px 0 0;
    font-size: clamp(34px, 4.2vw, 58px);
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: -1.4px;
    overflow-wrap: anywhere;
    word-break: normal;
}

.sistemas-hero-copy p {
    max-width: 720px;
    margin: 22px 0 0;
    font-size: 17px;
    line-height: 1.8;
    overflow-wrap: anywhere;
    word-break: normal;
}

.sistemas-metricas {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 30px;
    max-width: 620px;
}

.sistemas-metricas div {
    min-width: 0;
    padding: 18px 16px;
    border-radius: 20px;
    background: rgba(255, 255, 255, .88);
    border: 1px solid rgba(14, 116, 144, .14);
    box-shadow: 0 14px 32px rgba(14, 116, 144, .09);
}

.sistemas-metricas strong {
    display: block;
    color: #0b73d9 !important;
    font-size: 31px;
    font-weight: 900;
    line-height: 1;
    overflow-wrap: anywhere;
}

.sistemas-metricas span {
    display: block;
    margin-top: 7px;
    color: #53677b !important;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
}

.sistemas-acoes,
.sistemas-card-actions,
.sistemas-modal-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.sistemas-btn,
.sistemas-btn-primary,
.sistemas-btn-outline,
.sistemas-card-btn,
.sistemas-card-link,
.sistemas-btn-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    max-width: 100%;
    min-height: 48px;
    border: 0;
    border-radius: 999px;
    padding: 14px 22px;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: .10em;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease, color .22s ease;
    overflow-wrap: anywhere;
    word-break: normal;
}

.sistemas-btn-primary,
.sistemas-card-btn,
.sistemas-btn-submit {
    color: #ffffff !important;
    background: linear-gradient(135deg, #25cfff 0%, #0b73d9 100%) !important;
    border: 1px solid rgba(37, 207, 255, .56) !important;
    box-shadow: 0 14px 30px rgba(0, 127, 190, .25);
}

.sistemas-btn-outline,
.sistemas-card-link {
    color: #06111f !important;
    background: rgba(255, 255, 255, .92) !important;
    border: 1px solid rgba(14, 116, 144, .24) !important;
}

.sistemas-section-dark .sistemas-btn-outline,
.sistemas-section-dark .sistemas-card-link {
    color: #ffffff !important;
    background: rgba(255, 255, 255, .10) !important;
    border-color: rgba(255, 255, 255, .25) !important;
}

.sistemas-btn:hover,
.sistemas-btn-primary:hover,
.sistemas-btn-outline:hover,
.sistemas-card-btn:hover,
.sistemas-card-link:hover,
.sistemas-btn-submit:hover {
    transform: translateY(-2px);
    text-decoration: none !important;
}

.sistemas-hero-panel {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    padding: 24px;
    color: #ffffff !important;
    background:
        radial-gradient(circle at 20% 12%, rgba(37, 207, 255, .20), transparent 34%),
        linear-gradient(135deg, #06111f 0%, #08233a 52%, #0b3f5c 100%);
    border: 1px solid rgba(125, 211, 252, .24);
    box-shadow: 0 26px 70px rgba(3, 18, 34, .24);
}

.sistemas-hero-panel * {
    color: #ffffff !important;
}

.sistemas-panel-top {
    display: flex;
    gap: 7px;
    margin-bottom: 18px;
}

.sistemas-panel-top span {
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .34);
}

.sistemas-panel-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 18px;
    border-radius: 22px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(125, 211, 252, .18);
}

.sistemas-panel-title strong {
    display: block;
    font-size: 18px;
    font-weight: 900;
}

.sistemas-panel-title small {
    display: block;
    margin-top: 3px;
    color: rgba(240, 249, 255, .76) !important;
    font-size: 13px;
    line-height: 1.4;
}

.sistemas-panel-title i {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    color: #dff7ff !important;
    background: rgba(37, 207, 255, .14);
    border: 1px solid rgba(125, 211, 252, .22);
}

.sistemas-panel-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 16px;
}

.sistemas-panel-item {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px;
    border-radius: 17px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(125, 211, 252, .14);
    text-decoration: none !important;
}

.sistemas-panel-item:hover {
    background: rgba(255, 255, 255, .14);
    text-decoration: none !important;
}

.sistemas-panel-item i {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(37, 207, 255, .16);
    color: #25cfff !important;
}

.sistemas-panel-item span {
    min-width: 0;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.3;
    overflow-wrap: anywhere;
    word-break: normal;
}

.sistemas-section-heading {
    max-width: 840px;
    margin: 0 auto 36px;
    text-align: center;
}

.sistemas-section-heading h3 {
    margin: 18px auto 0;
    max-width: 840px;
    font-size: clamp(28px, 3.3vw, 44px);
    line-height: 1.12;
    font-weight: 900;
    letter-spacing: -.6px;
    overflow-wrap: anywhere;
    word-break: normal;
}

.sistemas-section-heading p {
    max-width: 780px;
    margin: 16px auto 0;
    font-size: 16px;
    line-height: 1.75;
    overflow-wrap: anywhere;
    word-break: normal;
}

.sistemas-heading-light h3,
.sistemas-heading-light p {
    color: #ffffff !important;
}

.sistemas-heading-light p {
    color: rgba(240, 249, 255, .88) !important;
}

.sistemas-grupos-wrap {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.sistemas-grupo-bloco {
    min-width: 0;
    overflow: hidden;
    border-radius: 30px;
    padding: 26px;
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(125, 211, 252, .18);
    box-shadow: 0 22px 55px rgba(0, 0, 0, .18);
}

.sistemas-grupo-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(125, 211, 252, .16);
}

.sistemas-grupo-head span {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 8px 14px;
    border-radius: 999px;
    color: #dff7ff !important;
    background: rgba(37, 207, 255, .11);
    border: 1px solid rgba(125, 211, 252, .22);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.sistemas-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.sistemas-card {
    min-width: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 24px;
    padding: 22px;
    background: rgba(255, 255, 255, .09);
    border: 1px solid rgba(125, 211, 252, .18);
    box-shadow: 0 16px 40px rgba(0, 0, 0, .16);
    transition: transform .22s ease, border-color .22s ease, background .22s ease;
}

.sistemas-card:hover,
.sistemas-card.is-hover {
    transform: translateY(-4px);
    border-color: rgba(37, 207, 255, .46);
    background: rgba(255, 255, 255, .12);
}

.sistemas-card-icon {
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    color: #25cfff !important;
    background: rgba(37, 207, 255, .13);
    border: 1px solid rgba(125, 211, 252, .22);
    font-size: 23px;
    margin-bottom: 18px;
}

.sistemas-card-icon i {
    color: #25cfff !important;
}

.sistemas-card-body {
    min-width: 0;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.sistemas-card h4 {
    min-width: 0;
    margin: 0;
    color: #ffffff !important;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 900;
    overflow-wrap: anywhere;
    word-break: normal;
}

.sistemas-card p {
    min-width: 0;
    margin: 12px 0 0;
    color: rgba(240, 249, 255, .86) !important;
    font-size: 14px;
    line-height: 1.65;
    overflow-wrap: anywhere;
    word-break: normal;
}

.sistemas-card-lista {
    min-width: 0;
    flex: 1 1 auto;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.sistemas-card-lista li,
.sistema-modal-conteudo li {
    position: relative;
    min-width: 0;
    margin: 0 0 10px;
    padding-left: 27px;
    color: rgba(240, 249, 255, .88) !important;
    font-size: 13.5px;
    font-weight: 700;
    line-height: 1.48;
    overflow-wrap: anywhere;
    word-break: normal;
}

.sistemas-card-lista li::before,
.sistema-modal-conteudo li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 1px;
    width: 19px;
    height: 19px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #06111f !important;
    background: #25cfff;
    font-size: 12px;
    font-weight: 900;
}

.sistemas-card-actions {
    margin-top: 20px;
}

.sistemas-card-btn,
.sistemas-card-link {
    flex: 1 1 160px;
    min-width: 0;
    padding: 12px 14px;
    font-size: 12px;
    letter-spacing: .08em;
}

.sistemas-dados {
    display: none !important;
}

.sistemas-processo {
    padding-top: 76px;
    padding-bottom: 82px;
}

.sistemas-processo-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 34px;
}

.sistemas-processo-card {
    min-width: 0;
    height: 100%;
    overflow: hidden;
    padding: 24px;
    border-radius: 24px;
    background: rgba(255, 255, 255, .92);
    border: 1px solid rgba(14, 116, 144, .16);
    box-shadow: 0 18px 44px rgba(14, 116, 144, .10);
    text-align: center;
}

.sistemas-processo-card span {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #ffffff !important;
    background: linear-gradient(135deg, #25cfff 0%, #0b73d9 100%);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .06em;
    box-shadow: 0 12px 26px rgba(0, 127, 190, .22);
}

.sistemas-processo-card strong {
    display: block;
    margin-top: 16px;
    color: #06111f !important;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 900;
    overflow-wrap: anywhere;
    word-break: normal;
}

.sistemas-processo-card p {
    margin: 10px 0 0;
    color: #425b72 !important;
    font-size: 14px;
    line-height: 1.58;
    overflow-wrap: anywhere;
    word-break: normal;
}

.sistemas-contato {
    padding-top: 76px;
    padding-bottom: 84px;
}

.sistemas-contato-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 26px;
    align-items: stretch;
}

.sistemas-mapa-card,
.sistemas-form-card {
    min-width: 0;
    height: 100%;
    overflow: hidden;
    border-radius: 30px;
    padding: 28px;
    background: rgba(255, 255, 255, .96);
    border: 1px solid rgba(125, 211, 252, .26);
    box-shadow: 0 22px 58px rgba(0, 0, 0, .20);
    color: #06111f !important;
}

.sistemas-mapa-card *,
.sistemas-form-card * {
    opacity: 1 !important;
}

.sistemas-mapa-header {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 18px;
}

.sistemas-mapa-header > span {
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    color: #ffffff !important;
    background: linear-gradient(135deg, #25cfff 0%, #0b73d9 100%);
    box-shadow: 0 12px 24px rgba(0, 127, 190, .24);
}

.sistemas-mapa-header > span i {
    color: #ffffff !important;
}

.sistemas-mapa-header h4,
.sistemas-form h4 {
    margin: 0;
    color: #06111f !important;
    font-size: 24px;
    line-height: 1.22;
    font-weight: 900;
    overflow-wrap: anywhere;
    word-break: normal;
}

.sistemas-mapa-header p,
.sistemas-form p {
    margin: 7px 0 0;
    color: #425b72 !important;
    font-size: 14px;
    line-height: 1.55;
    overflow-wrap: anywhere;
    word-break: normal;
}

.sistemas-mapa-frame {
    position: relative;
    overflow: hidden;
    min-height: 330px;
    border-radius: 22px;
    background: linear-gradient(135deg, #06111f 0%, #08233a 52%, #0b3f5c 100%);
    border: 1px solid rgba(14, 116, 144, .18);
}

.sistemas-mapa-frame iframe {
    width: 100%;
    min-height: 330px;
    height: 330px;
    display: block;
    border: 0;
}

.sistemas-info-lista {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}

.sistemas-info-lista p {
    min-width: 0;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
    color: #06111f !important;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 800;
    overflow-wrap: anywhere;
    word-break: normal;
}

.sistemas-info-lista i {
    width: 18px;
    flex: 0 0 18px;
    margin-top: 2px;
    color: #0b73d9 !important;
    text-align: center;
}

.sistemas-form {
    margin: 0;
}

.sistemas-form .row {
    margin-left: -8px;
    margin-right: -8px;
}

.sistemas-form .row > [class*="col-"] {
    padding-left: 8px;
    padding-right: 8px;
}

.sistemas-form .form-group {
    margin-bottom: 16px;
}

.sistemas-form .form-control {
    width: 100%;
    min-height: 52px;
    border-radius: 16px;
    color: #06111f !important;
    background: #ffffff !important;
    border: 1px solid rgba(14, 116, 144, .20) !important;
    box-shadow: none !important;
    font-size: 14px;
    font-weight: 600;
}

.sistemas-form textarea.form-control {
    min-height: 128px;
    padding-top: 14px;
    resize: vertical;
}

.sistemas-form .form-control::placeholder {
    color: #647f99 !important;
    opacity: 1 !important;
}

.sistemas-form .form-control:focus {
    border-color: #25cfff !important;
    box-shadow: 0 0 0 3px rgba(37, 207, 255, .16) !important;
    outline: none;
}

.sistemas-form select.form-control {
    color: #06111f !important;
    background-color: #ffffff !important;
}

.sistemas-form .validation,
.sistemas-form #sendmessage,
.sistemas-form #errormessage {
    color: #0b3f5c !important;
}

.sistemas-form .jc-form-privacy {
    margin: 6px 0 16px;
    background: #f3f8fd !important;
    border: 1px solid rgba(14, 116, 144, .18) !important;
    color: #354b60 !important;
}

.sistemas-form .jc-form-privacy label,
.sistemas-form .jc-form-privacy a,
.sistemas-form .jc-form-privacy span {
    color: #354b60 !important;
}

.sistemas-form .jc-form-privacy a {
    color: #0b73d9 !important;
    text-decoration: underline !important;
}

.sistemas-btn-submit {
    width: 100%;
    margin-top: 4px;
}

.sistemas-modal-open {
    overflow: hidden;
}

.sistemas-modal-overlay {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: none;
    align-items: flex-start;
    justify-content: center;
    padding: 88px 18px 26px;
    background: rgba(2, 8, 18, .86);
    overflow-y: auto;
}

.sistemas-modal-overlay.active {
    display: flex;
}

.sistemas-modal {
    position: relative;
    width: 100%;
    max-width: 760px;
    min-width: 0;
    overflow: hidden;
    border-radius: 30px;
    padding: 34px;
    background: linear-gradient(135deg, #06111f 0%, #08233a 52%, #0b3f5c 100%);
    border: 1px solid rgba(125, 211, 252, .25);
    box-shadow: 0 28px 82px rgba(0, 0, 0, .55);
    color: #ffffff !important;
}

.sistemas-modal * {
    color: #ffffff !important;
    opacity: 1 !important;
}

.sistemas-modal-close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 15px;
    color: #ffffff !important;
    background: rgba(255, 255, 255, .13);
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
}

.sistemas-modal-icon {
    width: 62px;
    height: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    color: #25cfff !important;
    background: rgba(37, 207, 255, .13);
    border: 1px solid rgba(125, 211, 252, .22);
    font-size: 27px;
    margin-bottom: 18px;
}

.sistemas-modal-icon i {
    color: #25cfff !important;
}

.sistemas-modal h3 {
    margin: 0;
    padding-right: 54px;
    font-size: 30px;
    line-height: 1.18;
    font-weight: 900;
    overflow-wrap: anywhere;
    word-break: normal;
}

.sistemas-modal > p {
    margin: 14px 0 0;
    color: rgba(240, 249, 255, .86) !important;
    font-size: 16px;
    line-height: 1.7;
    overflow-wrap: anywhere;
    word-break: normal;
}

.sistema-modal-conteudo p {
    margin: 18px 0 0;
    color: rgba(240, 249, 255, .88) !important;
    font-size: 15px;
    line-height: 1.7;
    overflow-wrap: anywhere;
    word-break: normal;
}

.sistema-modal-conteudo ul {
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.sistemas-modal-actions {
    margin-top: 26px;
}

.sistemas-modal-actions .sistemas-btn {
    flex: 1 1 210px;
}

/* Footer seguindo a alternância: depois da última seção clara/escura, footer escuro */
.sistemas-page ~ footer,
.sistemas-page ~ #bottom-widget {
    background:
        radial-gradient(circle at 16% 18%, rgba(37, 207, 255, .14), transparent 34%),
        linear-gradient(135deg, #06111f 0%, #08233a 48%, #0b3f5c 100%) !important;
    color: #ffffff !important;
}

.sistemas-page ~ footer *,
.sistemas-page ~ #bottom-widget * {
    color: #ffffff !important;
    opacity: 1 !important;
}

.sistemas-page ~ footer .social-network .fa-stack-1x,
.sistemas-page ~ #bottom-widget .social-network .fa-stack-1x {
    color: #06111f !important;
}

.sistemas-page ~ footer .social-network .fa-stack-2x,
.sistemas-page ~ #bottom-widget .social-network .fa-stack-2x {
    color: #eaf6ff !important;
}

@media (max-width: 1199px) {
    .sistemas-hero-grid {
        grid-template-columns: 1fr;
    }

    .sistemas-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sistemas-processo-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .sistemas-section {
        padding: 58px 0;
    }

    .sistemas-contato-grid {
        grid-template-columns: 1fr;
    }

    .sistemas-hero-panel,
    .sistemas-grupo-bloco,
    .sistemas-mapa-card,
    .sistemas-form-card {
        border-radius: 26px;
    }
}

@media (max-width: 767px) {
    .sistemas-hero-copy h2 {
        font-size: 34px;
        letter-spacing: -.7px;
    }

    .sistemas-metricas,
    .sistemas-panel-grid,
    .sistemas-grid,
    .sistemas-processo-grid {
        grid-template-columns: 1fr;
    }

    .sistemas-acoes,
    .sistemas-card-actions,
    .sistemas-modal-actions {
        flex-direction: column;
    }

    .sistemas-btn,
    .sistemas-btn-primary,
    .sistemas-btn-outline,
    .sistemas-card-btn,
    .sistemas-card-link,
    .sistemas-btn-submit {
        width: 100%;
    }

    .sistemas-hero-panel,
    .sistemas-grupo-bloco,
    .sistemas-card,
    .sistemas-processo-card,
    .sistemas-mapa-card,
    .sistemas-form-card,
    .sistemas-modal {
        padding: 22px;
    }

    .sistemas-section-heading {
        margin-bottom: 28px;
    }

    .sistemas-mapa-frame,
    .sistemas-mapa-frame iframe {
        min-height: 260px;
        height: 260px;
    }
}

@media (max-width: 575px) {
    .sistemas-section {
        padding: 46px 0;
    }

    .sistemas-hero {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .sistemas-hero-copy h2 {
        font-size: 30px;
    }

    .sistemas-hero-copy p,
    .sistemas-section-heading p {
        font-size: 15px;
    }

    .sistemas-card h4,
    .sistemas-mapa-header h4,
    .sistemas-form h4 {
        font-size: 20px;
    }

    .sistemas-modal-overlay {
        padding: 76px 10px 18px;
    }

    .sistemas-modal {
        border-radius: 22px;
    }

    .sistemas-modal h3 {
        font-size: 25px;
    }
}
