
:root {
 --azul: #2A306F
}

#sp-main-body {
    padding: 0;
}

@font-face {
    font-family: 'Rawline';
    font-style: normal;
    font-weight: 400;
    src: local('Rawline'), url('../fonts/rawline-400.woff') format('woff');
}
@font-face {
    font-family: 'Rawline';
    font-style: italic;
    font-weight: 400;
    src: local('Rawline'), url('../fonts/rawline-400i.woff') format('woff');
}
@font-face {
    font-family: 'Rawline';
    font-style: normal;
    font-weight: 250;
    src: local('Rawline'), url('../fonts/rawline-100.woff') format('woff');
}
@font-face {
    font-family: 'Rawline';
    font-style: italic;
    font-weight: 250;
    src: local('Rawline'), url('../fonts/rawline-100i.woff') format('woff');
}
@font-face {
    font-family: 'Rawline';
    font-style: normal;
    font-weight: 275;
    src: local('Rawline'), url('../fonts/rawline-200.woff') format('woff');
}
@font-face {
    font-family: 'Rawline';
    font-style: italic;
    font-weight: 275;
    src: local('Rawline'), url('../fonts/rawline-200i.woff') format('woff');
}
@font-face {
    font-family: 'Rawline';
    font-style: normal;
    font-weight: 300;
    src: local('Rawline'), url('../fonts/rawline-300.woff') format('woff');
}
@font-face {
    font-family: 'Rawline';
    font-style: italic;
    font-weight: 300;
    src: local('Rawline'), url('../fonts/rawline-300i.woff') format('woff');
}
@font-face {
    font-family: 'Rawline';
    font-style: normal;
    font-weight: 500;
    src: local('Rawline'), url('../fonts/rawline-500.woff') format('woff');
}
@font-face {
    font-family: 'Rawline';
    font-style: italic;
    font-weight: 500;
    src: local('Rawline'), url('../fonts/rawline-500i.woff') format('woff');
}
@font-face {
    font-family: 'Rawline';
    font-style: normal;
    font-weight: 600;
    src: local('Rawline'), url('../fonts/rawline-600.woff') format('woff');
}
@font-face {
    font-family: 'Rawline';
    font-style: italic;
    font-weight: 600;
    src: local('Rawline'), url('../fonts/rawline-600i.woff') format('woff');
}
@font-face {
    font-family: 'Rawline';
    font-style: normal;
    font-weight: 700;
    src: local('Rawline'), url('../fonts/rawline-700.woff') format('woff');
}
@font-face {
    font-family: 'Rawline';
    font-style: italic;
    font-weight: 700;
    src: local('Rawline'), url('../fonts/rawline-700i.woff') format('woff');
}
@font-face {
    font-family: 'Rawline';
    font-style: normal;
    font-weight: 800;
    src: local('Rawline'), url('../fonts/rawline-800.woff') format('woff');
}
@font-face {
    font-family: 'Rawline';
    font-style: italic;
    font-weight: 800;
    src: local('Rawline'), url('../fonts/rawline-800i.woff') format('woff');
}
@font-face {
    font-family: 'Rawline';
    font-style: normal;
    font-weight: 900;
    src: local('Rawline'), url('../fonts/rawline-900.woff') format('woff');
}
@font-face {
    font-family: 'Rawline';
    font-style: italic;
    font-weight: 900;
    src: local('Rawline'), url('../fonts/rawline-900i.woff') format('woff');
}

h1,
h2,
h3,
h4,
h5,
h6,
body {
    font-family: 'Rawline', sans-serif;
    text-decoration: none;
    color: #000000;
}

body {
    background-color: #F3F4F6;
}


/* =========================
    Utilitarias
========================= */

.section-shape {
  position: relative;
  padding: 80px 20px;
  margin-bottom: 50px;
}

.wave-top::before {
  content: "";
  position: absolute;
  top: -99px; 
  left: 0;
  width: 100%;
  height: 100px;
  background-color: inherit; 
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320' preserveAspectRatio='none'%3E%3Cpath d='M0,160L48,176C96,192,192,224,288,213.3C384,203,480,149,576,144C672,139,768,181,864,181.3C960,181,1056,139,1152,122.7C1248,107,1344,117,1392,122.7L1440,128L1440,320L0,320Z'%3E%3C/path%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320' preserveAspectRatio='none'%3E%3Cpath d='M0,160L48,176C96,192,192,224,288,213.3C384,203,480,149,576,144C672,139,768,181,864,181.3C960,181,1056,139,1152,122.7C1248,107,1344,117,1392,122.7L1440,128L1440,320L0,320Z'%3E%3C/path%3E%3C/svg%3E");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  z-index: 1;
}

.wave-bottom::after {
  content: "";
  position: absolute;
  bottom: -99px; 
  left: 0;
  width: 100%;
  height: 100px;
  background-color: inherit; 
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320' preserveAspectRatio='none'%3E%3Cpath d='M0,160L48,176C96,192,192,224,288,213.3C384,203,480,149,576,144C672,139,768,181,864,181.3C960,181,1056,139,1152,122.7C1248,107,1344,117,1392,122.7L1440,128L1440,320L0,320Z'%3E%3C/path%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320' preserveAspectRatio='none'%3E%3Cpath d='M0,160L48,176C96,192,192,224,288,213.3C384,203,480,149,576,144C672,139,768,181,864,181.3C960,181,1056,139,1152,122.7C1248,107,1344,117,1392,122.7L1440,128L1440,320L0,320Z'%3E%3C/path%3E%3C/svg%3E");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  transform: scaleY(-1); 
  z-index: 1;
}

.diagonal-bottom::after {
  content: "";
  position: absolute;
  bottom: -49px; 
  left: 0;
  width: 100%;
  height: 50px;
  background-color: inherit; 
  clip-path: polygon(0 0, 100% 0, 0 100%);
  z-index: -1;
}


/* =========================
    Seção Indicadores Macrossociais
========================= */

.sec-indicadores {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 0;
}

.macroindicadores-modulo {
    margin: 0;
    padding: 0;
    width: 100%;
}

.macroindicadores-modulo .macroindicadores-faixa {
    background: #F3F4F6;
    border-radius: 0;
    padding: 42px 24px;
    width: 100%;
}

.macroindicadores-modulo .macroindicadores-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    align-items: center;
    text-align: center;
    max-width: 1168px;
    margin: 0 auto;
}

.macroindicadores-modulo .macroindicador-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.macroindicadores-modulo .macroindicador-numero {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #2A306F;
    margin-bottom: 10px;
}

.macroindicadores-modulo .macroindicador-legenda {
    font-size: 12px;
    line-height: 16px;
    color: #7C838D;
    font-weight: 400;
}

/* Tablet */
@media (max-width: 991px) {
    .macroindicadores-modulo .macroindicadores-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px 20px;
    }

    .macroindicadores-modulo .macroindicador-numero {
        font-size: 30px;
    }
}

/* Mobile */
@media (max-width: 575px) {
    .macroindicadores-modulo .macroindicadores-faixa {
        padding: 32px 20px;
    }

    .macroindicadores-modulo .macroindicadores-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .macroindicadores-modulo .macroindicador-numero {
        font-size: 30px;
    }
}

/* =========================
   FUNCIONALIDADES DA PLATAFORMA
========================= */

.sec-funcionalidades {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 40px 0 72px;
    background: #f5f5f7;
}

.mod-funcionalidades {
    margin: 0;
    padding: 0;
}

.mod-funcionalidades .funcionalidades-plataforma {
    width: 100%;
}

.mod-funcionalidades .funcionalidades-header {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 40px;
}

.mod-funcionalidades .funcionalidades-tag {
    display: inline-block;
    margin-bottom: 12px;
    padding: 4px 12px;
    background: #EEF0F6;
    border-radius: 9999px;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #2A306F;
}

.mod-funcionalidades .funcionalidades-title {
    margin: 0 0 12px;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    letter-spacing: 0;
    text-align: center;
    color: #2C323A;
}

.mod-funcionalidades .funcionalidades-subtitle {
    margin: 0 auto;
    max-width: 560px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    text-align: center;
    color: #7C838D;
}

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

.mod-funcionalidades .funcionalidade-card {
    min-width: 0;
}

.mod-funcionalidades .funcionalidade-card-link {
    display: block;
    height: 100%;
    text-decoration: none;
}

.mod-funcionalidades .funcionalidade-card-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    min-height: 184px;
    padding: 28px 20px 24px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.mod-funcionalidades .funcionalidade-card-link:hover .funcionalidade-card-inner,
.mod-funcionalidades .funcionalidade-card-link:focus .funcionalidade-card-inner {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(16, 24, 40, 0.08);
    border-color: #d9dfea;
}

.mod-funcionalidades .funcionalidade-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #EEF0F6;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    flex-shrink: 0;
}

.mod-funcionalidades .funcionalidade-icon img {
    display: block;
    width: 24px;
    height: 24px;
    max-width: 24px;
    max-height: 24px;
    object-fit: contain;
}

.mod-funcionalidades .funcionalidade-card-title {
    margin: 0 0 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 0;
    color: #2C323A;
}

.mod-funcionalidades .funcionalidade-card-text {
    margin: 0;
    font-size: 12px;
    line-height: 19.5px;
    font-weight: 400;
    letter-spacing: 0;
    color: #7C838D;
}

.mod-funcionalidades .funcionalidade-card-text p {
    margin: 0;
}

.mod-funcionalidades .funcionalidade-card-cta {
    margin-top: auto;
    padding-top: 18px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: 0;
    color: #2A306F;
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}

.mod-funcionalidades .funcionalidade-card-link:hover .funcionalidade-card-cta,
.mod-funcionalidades .funcionalidade-card-link:focus .funcionalidade-card-cta {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Tablet */
@media (max-width: 991.98px) {
    .sec-funcionalidades {
        padding: 56px 0;
    }

    .mod-funcionalidades .funcionalidades-title {
        font-size: 38px;
    }

    .mod-funcionalidades .funcionalidades-subtitle {
        font-size: 16px;
    }

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

/* Mobile */
@media (max-width: 767.98px) {
    .mod-funcionalidades .funcionalidades-header {
        margin-bottom: 32px;
    }

    .mod-funcionalidades .funcionalidades-title {
        font-size: 30px;
    }

    .mod-funcionalidades .funcionalidades-grid {
        grid-template-columns: 1fr;
    }

    .mod-funcionalidades .funcionalidade-card-inner {
        min-height: auto;
    }

    .mod-funcionalidades .funcionalidade-card-cta {
        opacity: 1;
        visibility: visible;
        transform: none;
    }
}

/*=================================================
    FORMATAÇÃO PÁGINA DASHBOARD
==================================================*/

#sp-footer .sp-module-title{
    font-family: 'Rawline', sans-serif;
    font-weight: 700;
    font-size: 14px;
    font-style: Bold;
    line-height: 20px;   
    letter-spacing: 0%;
    vertical-align: middle;
    color: #FFFFFF;
    margin: 0 0 16px 0;
    padding: 0;
}

#sp-footer .sp-module-content p {
    font-family: 'Rawline', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.75);
    margin: 0;
}

#sp-footer {
    background-color: #091E3E;
}

#sp-footer .sp-column {
    text-align: left;
}

#sp-footer .sp-module {
    margin: 0;
    padding: 0;
}


#sp-footer .mod-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

#sp-footer .mod-menu li,
#sp-footer .menu li {
    display: block !important;
    margin: 0 0 10px 0;
}

#sp-footer .mod-menu li:last-child {
    margin-bottom: 0;
}

#sp-footer .mod-menu li a {
    font-family: 'Rawline', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.75);
    margin: 0;
    text-decoration: none;
    transition: color 0.2s ease;
}

#sp-footer .mod-menu li a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

#sp-footer .sp-module-content a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    transition: color 0.2s ease;
}

#sp-footer .sp-module-content a:hover {
    color: #FFFFFF;
}
#sp-copyright {
    background-color: #091E3E;
}
#sp-copyright .container-inner {
    font-family: 'Rawline', sans-serif;
    border-top: 1px solid rgba(255, 255, 255, .1);
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    text-align: center;
    vertical-align: middle;
    color: rgba(255, 255, 255, 0.75);
    padding: 15px;

}

/* =========================
   HERO MONITORAMENTO
========================= */

.monitoramento {
    position: relative;
    background: #2A2F73;
    isolation: isolate;
}

.monitoramento .container {
    position: relative;
    z-index: 2;
    padding-top: 88px;
    padding-bottom: 15px;
}

.monitoramento > .container,
.monitoramento > .container > .container-inner,
.monitoramento > .container > .container-inner > .row,
.monitoramento-copy,
.monitoramento-media {
    position: relative;
    z-index: 2;
}

.monitoramento > .container > .container-inner > .row {
    align-items: center;
}

.monitoramento .container::before {
    width: 180px;
    height: 180px;
    left: 120px;
    top: 18px;
    background: rgba(255, 255, 255, 0.04);
}

.monitoramento .container::after {
    width: 220px;
    height: 220px;
    right: 200px;
    top: 90px;
    background: rgba(255, 255, 255, 0.03);
}

.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    color: #FFFFFF;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
}

.section-badge::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #12B76A;
    flex: 0 0 8px;
}

.display-title {
    margin: 0;
    color: #FFFFFF;
    font-size: clamp(36px, 3.2vw, 48px);
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: -0.04em;
}

.text-highlight-green {
    color: #2FB27E;
}

.text-soft {
    color: rgba(255, 255, 255, 0.92);
    font-size: clamp(14px, 1.2vw, 16px);
    line-height: clamp(22px, 1.7vw, 24px);
    font-weight: 400;
    text-wrap: balance;
}

.btn-ui {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 14px 30px;
    border-radius: 2px;
    font-size: clamp(13px, 1vw, 14px);
    line-height: 1.2;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.25s ease;
}

.btn-ui:hover,
.btn-ui:focus {
    text-decoration: none;
}

.btn-green {
    background: #2FB27E;
    border: 1px solid #2FB27E;
    color: #FFFFFF;
    box-shadow: 0 12px 24px rgba(47, 178, 126, 0.18);
}

.btn-green:hover,
.btn-green:focus {
    background: #27996b;
    border-color: #27996b;
    color: #FFFFFF;
    transform: translateY(-1px);
}

.btn-outline-soft {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.24);
    color: #FFFFFF;
}

.btn-outline-soft:hover,
.btn-outline-soft:focus {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.38);
    color: #FFFFFF;
}

.monitoramento-copy > * {
    position: relative;
    z-index: 2;
}

.monitoramento-media {
    position: relative;
}

.monitoramento-media::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 72px;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.12);
    transform: translateX(-50%);
    z-index: 1;
    animation: pulseCircle 4.2s ease-in-out infinite;
    pointer-events: none;
}

.monitoramento-actions .seta {
    font-size: 20px;
    line-height: 1;
}

.glass-card {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
    width: 288px;
    height: 288px;
    margin: 0 auto 0;
    padding: 30px 26px 24px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.08) 42%, rgba(255, 255, 255, 0.06) 100%);
    box-shadow: 0 24px 60px rgba(8, 15, 52, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.glass-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.06) 10%, rgba(255, 255, 255, 0.18) 50%, rgba(255, 255, 255, 0.04) 80%);
    opacity: 0.45;
    pointer-events: none;
}

.glass-card > * {
    position: relative;
    z-index: 1;
}

.card-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 26px;
}

.card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 6px;
    background: #1E9E52;
    color: #FFFFFF;
    font-size: 18px;
}

.card-title {
    margin: 0;
    color: #FFFFFF;
    font-size: clamp(11px, 0.9vw, 12px);
    line-height: clamp(16px, 1.2vw, 18px);
    font-weight: 800;
}

.metric {
    display: flex;
    gap: 12px;
    align-items: center;
}

.metric-label,
.metric-value {
    font-size: clamp(11px, 0.9vw, 12px);
    line-height: clamp(16px, 1.2vw, 18px);
}

.metric-label {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
}

.metric-value {
  color: rgba(255, 255, 255, 1);
  font-weight: 800;
}

.metric-bar {
    position: relative;
    height: 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    overflow: hidden;
    flex-grow: 1;
}

.metric-fill {
    position: absolute;
    inset: 0 auto 0 0;
    border-radius: inherit;
}

.metric-fill--green {
    background: linear-gradient(90deg, #35C76E 0%, #2FB27E 100%);
}

.metric-fill--cyan {
    background: linear-gradient(90deg, #4B82F1 0%, #33C2C9 100%);
}

.metric-fill--purple {
    background: linear-gradient(90deg, #5A5CF0 0%, #7A7CF8 100%);
}

.card-foot {
    margin-top: auto;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.foot-text,
.foot-status {
    font-size: clamp(9px, 0.7vw, 10px);
    line-height: clamp(14px, 1vw, 16px);
    font-weight: 500;
}

.foot-status {
    font-weight: 800;
}

.foot-text {
    color: rgba(255, 255, 255, 0.65);
}

.foot-status {
    color: #2FB27E;
}

.float-badge {
    position: absolute;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 138px;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 20px 36px rgba(10, 15, 45, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transform: translateZ(0);
    animation: floatBadge 4.6s ease-in-out infinite;
    will-change: transform;
}

.float-badge-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 6px;
    background: #1E9E52;
    color: #FFFFFF;
    font-size: 14px;
    flex: 0 0 28px;
}

.float-badge-body {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.float-badge-number {
    color: #FFFFFF;
    font-size: clamp(9px, 0.7vw, 10px);
    line-height: clamp(14px, 1vw, 16px);
    font-weight: 800;
}

.float-badge-label {
    color: rgba(255, 255, 255, 0.68);
    font-size: clamp(7px, 0.55vw, 8px);
    line-height: clamp(11px, 0.8vw, 12px);
    font-weight: 400;
}

.float-badge--top {
    top: -40px;
    left: calc(50% + 120px);
    right: auto;
    animation-delay: 0s;

}
.float-badge--bottom {
    bottom: -40px;
    right: calc(50% + 90px);
    left: auto;
    animation-delay: 1.2s;
}

.shape-diamond {
    position: absolute;
    z-index: 1;
    right: -80px;
    top: 136px;
    width: 126px;
    height: 126px;
    border: 2px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    transform: rotate(45deg);
    animation: diamondSwing 7s ease-in-out infinite;
    transform-origin: center;
    will-change: transform;
}

@keyframes diamondSwing {
    0% {
        transform: rotate(45deg);
    }
    50% {
        transform: rotate(60deg);
    }
    100% {
        transform: rotate(45deg);
    }
}

@keyframes pulseCircle {
    0% {
        transform: translateX(-50%) scale(0.92);
        opacity: 0.38;
    }
    50% {
        transform: translateX(-50%) scale(1.18);
        opacity: 0.72;
    }
    100% {
        transform: translateX(-50%) scale(0.92);
        opacity: 0.38;
    }
}

@keyframes floatBadge {
    0% {
        transform: translate3d(0, 0, 0);
    }
    50% {
        transform: translate3d(0, -25px, 0);
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}

@media (max-width: 1199.98px) {
    .display-title {
        font-size: clamp(34px, 4.5vw, 44px);
    }

    .monitoramento-media {
        min-height: 500px;
    }
}

@media (max-width: 991.98px) {
    .monitoramento .container {
        padding-top: 72px;
        padding-bottom: 0;
    }

    .display-title {
        font-size: clamp(32px, 5vw, 40px);
    }

    .monitoramento-media {
        min-height: auto;
    }

    .monitoramento-media::after {
        bottom: 56px;
    }

    .glass-card {
        margin-top: 16px;
    }

    .float-badge--top {
        left: calc(50% + 40px);
    }

    .shape-diamond {
        right: 20px;
        top: 120px;
    }
}

@media (max-width: 767.98px) {
    .monitoramento .container {
        padding-top: 56px;
        padding-bottom: 0;
    }

    .section-badge {
        font-size: 13px;
    }

    .display-title {
        font-size: clamp(28px, 8vw, 34px);
        line-height: 1.08;
        letter-spacing: -0.03em;
    }

    .text-soft {
        font-size: 14px;
        line-height: 22px;
    }

    .btn-ui {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .glass-card {
        width: 100%;
        height: auto;
        padding: 24px 18px 20px;
    }

    .card-title {
        font-size: 12px;
        line-height: 18px;
    }

    .metric {
        gap: 10px;
    }

    .card-foot {
        margin-top: auto;
    }

    .float-badge {
        position: static;
        margin-top: 16px;
        min-width: 0;
        animation: none;
    }

    .shape-diamond {
        display: none;
    }

    .monitoramento-media::after {
        display: none;
    }
}

/* =========================
   COMO FUNCIONA
========================= */

#sp-como-funciona {
    background: #FFFFFF;
}

#sp-como-funciona .container-inner {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

#sp-como-funciona .processo-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 18px;
    border-radius: 999px;
    background: #E4F6E6;
    color: #168822;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

#sp-como-funciona .processo-titulo {
    font-size: clamp(28px, 2vw, 30px);
    line-height: clamp(34px, 2.4vw, 36px);
    font-weight: 700;
    color: #2C323A;
    margin-bottom: 12px;
}

#sp-como-funciona .processo-descricao {
    max-width: 720px;
    margin: 0 auto;
    font-size: clamp(13px, 1vw, 14px);
    line-height: clamp(19px, 1.4vw, 20px);
    font-weight: 400;
    color: #7C838D;
    text-wrap: balance;
}

#sp-como-funciona .processo-timeline {
    position: relative;
    margin-top: 72px;
}

#sp-como-funciona .processo-timeline::before {
    content: "";
    position: absolute;
    top: 36px;
    left: 10.333333%;
    right: 10.333333%;
    height: 2px;
    background: #E5E7EB;
    z-index: 1;
}

#sp-como-funciona .processo-item {
    position: relative;
    z-index: 2;
    text-align: center;
}

#sp-como-funciona .processo-icone-box {
    width: clamp(72px, 4.5vw, 76px);
    height: clamp(72px, 4.5vw, 76px);
    margin: 0 auto 16px;
    border-radius: clamp(16px, 1vw, 18px);
    background: #2A306F;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(26px, 1.8vw, 30px);
    box-shadow: 0 10px 24px rgba(42, 48, 111, 0.24);
}

#sp-como-funciona .processo-etapa {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 10px;
    border-radius: 999px;
    background: #EEEFF6;
    color: #2A306F;
    font-size: clamp(9px, 0.75vw, 10px);
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

#sp-como-funciona .processo-item-titulo {
    font-size: clamp(13px, 0.95vw, 14px);
    line-height: clamp(18px, 1.3vw, 20px);
    font-weight: 700;
    color: #2C323A;
    margin-bottom: 10px;
}

#sp-como-funciona .processo-item-texto {
    font-size: clamp(11px, 0.85vw, 12px);
    line-height: clamp(17px, 1.35vw, 19.5px);
    font-weight: 400;
    color: #7C838D;
    margin: 0 auto;
    max-width: 240px;
    text-wrap: balance;
}

@media (max-width: 991.98px) {
    #sp-como-funciona .container-inner {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    #sp-como-funciona .processo-timeline::before {
        display: none;
    }

    #sp-como-funciona .processo-item {
        margin-bottom: 32px;
    }
}

@media (max-width: 767.98px) {
    #sp-como-funciona .container-inner {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    #sp-como-funciona .processo-timeline {
        margin-top: 48px;
    }

    #sp-como-funciona .processo-icone-box {
        width: 72px;
        height: 72px;
        font-size: 28px;
    }

    #sp-como-funciona .processo-item-texto {
        max-width: 280px;
    }

}

/* =========================
   BASE LEGAL
========================= */

.sec-base-legal {
  padding: 72px 0;
  background: #f5f5f7;
}

.mod-base-legal {
  margin: 0;
  padding: 0;
}

.mod-base-legal .base-legal-section {
  width: 100%;
}

.mod-base-legal .base-legal-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 40px;
}

.mod-base-legal .base-legal-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  margin-bottom: 16px;
  border-radius: 9999px;
  background: #FFEBD6;
  color: #F57A00;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.mod-base-legal .base-legal-title {
  margin: 0 0 12px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  color: #2C323A;
}

.mod-base-legal .base-legal-subtitle {
  margin: 0 auto;
  max-width: 560px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  color: #7C838D;
}

.mod-base-legal .base-legal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.mod-base-legal .base-legal-card {
  min-width: 0;
}

.mod-base-legal .base-legal-card-link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.mod-base-legal .base-legal-card-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 115px;
  height: 100%;
  padding: 24px;
  background: #ffffff;
  border: 1px solid #E5E7EB;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.mod-base-legal .base-legal-card-inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 113px;
  width: 4px;
  border-radius: 4px 0 0 4px;
  background: linear-gradient(180deg, #2A306F 0%, rgba(42, 48, 111, 0) 100%);
}

.mod-base-legal .base-legal-card--azul .base-legal-card-inner::before {
  background: linear-gradient(180deg, #2A306F 0%, rgba(42, 48, 111, 0) 100%);
}

.mod-base-legal .base-legal-card--verde .base-legal-card-inner::before {
  background: linear-gradient(180deg, #168822 0%, rgba(22, 136, 34, 0) 100%);
}

.mod-base-legal .base-legal-card--laranja .base-legal-card-inner::before {
  background: linear-gradient(180deg, #F57A00 0%, rgba(245, 122, 0, 0) 100%);
}

.mod-base-legal .base-legal-card-link:hover .base-legal-card-inner,
.mod-base-legal .base-legal-card-link:focus .base-legal-card-inner {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(16, 24, 40, 0.08);
  border-color: #d7dbe5;
}

.mod-base-legal .base-legal-card-top {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.mod-base-legal .base-legal-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  background-color: #7C838D;
  -webkit-mask-image: url('/images/icons-fontawesome/scale-balanced-solid-full.svg');
  mask-image: url('/images/icons-fontawesome/scale-balanced-solid-full.svg');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  flex-shrink: 0;
}

.mod-base-legal .base-legal-icon svg {
  width: 16px;
  height: 16px;
  display: block;
}

.mod-base-legal .base-legal-icon img {
  width: 16px;
  height: 16px;
  display: block;
  object-fit: contain;
}

.mod-base-legal .base-legal-card-title {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0;
  color: #2C323A;
}

.mod-base-legal .base-legal-card-text {
  margin: 0;
  font-size: 12px;
  line-height: 19.5px;
  font-weight: 400;
  letter-spacing: 0;
  color: #7C838D;
}

/* Tablet */
@media (max-width: 991.98px) {
  .sec-base-legal {
    padding: 56px 0;
  }

  .mod-base-legal .base-legal-title {
    font-size: 34px;
  }
}

/* Mobile */
@media (max-width: 767.98px) {
  .mod-base-legal .base-legal-grid {
    grid-template-columns: 1fr;
  }

  .mod-base-legal .base-legal-header {
    margin-bottom: 32px;
  }

  .mod-base-legal .base-legal-title {
    font-size: 28px;
  }

  .mod-base-legal .base-legal-card-inner {
    min-height: auto;
  }
}

/* =====================================
   SEÇÃO FINAL - PRONTO PARA COMEÇAR?
======================================== */

.sec-final {
  padding: 72px 0;
  background: #2A306F;
  position: relative;
  overflow: hidden;
}

.sec-final::before,
.sec-final::after {
  content: none;
}

/* módulo */
.mod-final,
#sp-pronto-para-comecar .sp-module,
#sp-pronto-para-comecar .sp-module-content {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
}

/* container */
.mod-final .final-acesso,
#sp-pronto-para-comecar .final-acesso {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

/* ícone */
.mod-final .final-acesso-icon,
#sp-pronto-para-comecar .final-acesso-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 22px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.mod-final .final-acesso-icon::before,
#sp-pronto-para-comecar .final-acesso-icon::before {
  content: "";
  width: 32px;
  height: 32px;
  background-color: #2E9E79;
  -webkit-mask-image: url('/images/icons-fontawesome/shield-solid-full.svg');
  mask-image: url('/images/icons-fontawesome/shield-solid-full.svg');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.mod-final .final-acesso-icon svg,
.mod-final .final-acesso-icon img,
#sp-pronto-para-comecar .final-acesso-icon svg,
#sp-pronto-para-comecar .final-acesso-icon img {
  display: none;
}

/* título */
.mod-final .final-acesso-title,
#sp-pronto-para-comecar .final-acesso-title {
  margin: 0 0 14px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
}

/* subtítulo */
.mod-final .final-acesso-subtitle,
#sp-pronto-para-comecar .final-acesso-subtitle {
  max-width: 580px;
  margin: 0 auto 30px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}

/* botão */
.mod-final .final-acesso-button,
#sp-pronto-para-comecar .final-acesso-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 44px;
  padding: 0 32px;
  border-radius: 2px;
  background: #2E9E79;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.2), 0 10px 15px -3px rgba(0, 0, 0, 0.2);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.mod-final .final-acesso-button:hover,
.mod-final .final-acesso-button:focus,
#sp-pronto-para-comecar .final-acesso-button:hover,
#sp-pronto-para-comecar .final-acesso-button:focus {
  background: #288b6a;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.2), 0 10px 15px -3px rgba(0, 0, 0, 0.2);
}

/* ícone seta */
.mod-final .final-acesso-button-icon,
#sp-pronto-para-comecar .final-acesso-button-icon {
  font-size: 18px;
  line-height: 1;
}

/* Tablet */
@media (max-width: 991.98px) {
  .sec-final {
    padding: 64px 0;
  }

  .mod-final .final-acesso-title,
  #sp-pronto-para-comecar .final-acesso-title {
    font-size: 24px;
  }

  .mod-final .final-acesso-subtitle,
  #sp-pronto-para-comecar .final-acesso-subtitle {
    font-size: 14px;
  }
}

/* Mobile */
@media (max-width: 767.98px) {
  .sec-final {
    padding: 56px 0;
  }

  .mod-final .final-acesso-title,
  #sp-pronto-para-comecar .final-acesso-title {
    font-size: 24px;
  }

  .mod-final .final-acesso-subtitle,
  #sp-pronto-para-comecar .final-acesso-subtitle {
    font-size: 14px;
    margin-bottom: 24px;
  }

  .mod-final .final-acesso-button,
  #sp-pronto-para-comecar .final-acesso-button {
    width: 100%;
    max-width: 320px;
  }
}

/* ========== Seção Logo - Entrar ========== */
#sp-section-entrar{
  background: #1459B3;
}
.header-bar {
  padding: 14px 0 ;
  align-items: center;
  margin: 0;
}

.header_title {
  color: #fff;
  font-family: 'Rawline', sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    line-height: 22.5px;
    letter-spacing: 0%;
    vertical-align: middle;
    margin: 0 0 2px 0;
    line-height: 1.3;

}

.header_subtitle {
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    display: block;
    font-family: 'Rawline', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 10px;
    line-height: 12.5px;
    letter-spacing: 0%;
    vertical-align: middle;

}

.header-login-col {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.hl {
    background: transparent;
    border: 1px solid #FFFFFF4D;
    color: #fff;
    padding: 8px 20px;
    border-radius: 2px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Rawline', sans-serif; 
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;

}

.hl:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #FFFFFF;
}

.header_login-icon {
  font-size: 16px;
}

/* ========== BARRA DO GOVERNO FEDERAL ========== */
#sp-section-2 {
  background-color: #091E3E;
  padding: 0;
}

#sp-section-2 .container,
#sp-section-2 .container-inner {
  padding-top: 0;
  padding-bottom: 0;
}

#sp-section-2 .row {
  align-items: center;
  min-height: 34px;
  margin: 0;
}

#sp-section-2 .sp-column,
#sp-section-2 .sp-module {
  margin: 0;
  padding: 0;
}

.gov-bar-left {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 0;
  white-space: nowrap;
}

.gov-bar-left .gov-nome {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Rawline', sans-serif;
    font-style: Bold;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.3px;
    vertical-align: middle;

}

.gov-bar-left .gov-separator {
  color: rgba(255, 255, 255, 0.95);
  font-weight: 300;
  font-size: 14px;
}

.gov-bar-left .gov-ministerio {
    color: rgba(255, 255, 255, 0.75);
    font-family: 'Rawline', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0%;
    vertical-align: middle;

}

.gov-bar-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  padding: 7px 0;
}

.gov-bar-right a {
    color: #FFFFFF;

    text-decoration: none;
    white-space: nowrap;
    transition: color 0.2s;
    font-family: 'Rawline', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0%;
    vertical-align: middle;

}

.gov-bar-right a:hover {
  color: #fff;
  text-decoration: underline;
}
