﻿* {
    font-family: 'IBM Plex Sans';
    font-size: 15px;
}

.d-desktop {
    display: block;
}

.d-mobile {
    display: none;
}

.form-label {
    color: #000;
    font-family: 'IBM Plex Sans';
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.required-asterisk {
    color: #FF0000;
    font-weight: bold;
    margin-left: 2px;
}

.credenciamento-title {
    color: #000;
    font-family: 'IBM Plex Sans';
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 54px;
}

.wizard-steps {
    margin-bottom: 69px;
}

.dados-title {
    margin-top: 30px;
    margin-bottom: 30px;
    color: #000;
    text-align: center;
    font-family: 'IBM Plex Sans';
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.wizard-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 80px;
}

.step-number {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #bdbdbd;
    color: #fff;
    font-weight: bold;
    font-size: 1.1rem;
    width: 51.055px;
    height: 50.054px;
    border-radius: 50%;
    border: 2px solid #bdbdbd;
    margin-bottom: 4px;
}

.wizard-step.ativo .step-number {
    background: #198754;
    color: #fff;
    border-color: #198754;
    opacity: 0.65;
}

.step-label {
    color: #000;
    text-align: center;
    font-family: 'IBM Plex Sans';
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.wizard-line {
    height: 2px;
    width: 108px;
    background: black;
    margin: 0 2px 16px 2px;
    align-self: center;
}

.btn-outline-verde {
    color: var(--verde) !important;
    border: 1.5px solid var(--verde) !important;
    background-color: #fff !important;
    transition: all .2s;
}

    .btn-outline-verde:hover,
    .btn-outline-verde:active,
    .btn-outline-verde:focus {
        color: #fff !important;
        background: var(--verde) !important;
        border-color: var(--verde) !important;
    }

.btn-proximo, .btn-voltar {
    font-size: 16px;
    color: #fff;
    display: flex;
    padding: 10px 50px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 6px;
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
}

@media (max-width: 1200px) {
    .wizard-line {
        width: 50px;
    }

    .step-label {
        font-size: 12px !important;
        max-width: 50px;
    }

    .step-number {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
}

@media (max-width: 900px) {
    .wizard-steps {
        margin-bottom: 30px;
    }

    .wizard-step {
        min-width: 60px;
    }

    .wizard-line {
        display: none !important;
    }

    .step-label {
        font-size: 9px !important;
        max-width: 50px;
    }

    .step-number {
        width: 28px;
        height: 28px;
        font-size: 1rem;
    }

    .credenciamento-title {
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .dados-title {
        font-size: 15px;
        margin-top: 36px;
        margin-bottom: 32px;
    }

    .btn-proximo, .btn-voltar {
        min-width: auto;
        flex: 1;
        padding: 10px 10px;
    }
}



.btn-adicionar {
    color: #FFF;
    font-family: 'IBM Plex Sans';
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 6px;
    background: var(--azul);
    width: 169px;
    padding: 10px 16px;
    border: none;
}

.btn-cancelar {
    color: #FFF;
    font-family: 'IBM Plex Sans';
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 6px;
    background: red;
    width: 169px;
    padding: 10px 16px;
    border: none;
    margin-left: 10px;
}


.alert {
    color: #664D03;
    font-family: 'IBM Plex Sans';
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    border: 1px solid #FFE69C;
    background: #FFF3CD;
}

.ods-square {
    width: 110px;
    height: 110px;
    cursor: pointer;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 0 1px 4px #0001;
    border: 3px solid transparent;
    transition: border 0.15s, box-shadow 0.15s;
    padding: 0;
}

    .ods-square.selected {
        border: 3px solid var(--verde); /* ou use var(--verde) */
        box-shadow: 0 0 0 2px var(--verde);
        /* Você pode adicionar um leve background se quiser: */
        /* background: #e8fcef; */
    }

    .ods-square:hover {
        border: 3px solid var(--verde);
    }

.ods-img {
    width: 100%;
    object-fit: contain;
    border-radius: 4px;
}

.ods-square {
    position: relative;
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
}

    .ods-square::after {
        content: attr(data-label);
        position: absolute;
        left: 50%;
        bottom: -8px;
        transform: translate(-50%, 100%);
        white-space: nowrap;
        background: rgba(0,0,0,.85);
        color: #fff;
        font: 500 12px/1 Inter,system-ui,sans-serif;
        padding: 6px 8px;
        border-radius: 6px;
        box-shadow: 0 6px 20px rgba(0,0,0,.2);
        opacity: 0;
        pointer-events: none;
        transition: opacity .15s, transform .15s;
        z-index: 10;
    }

    .ods-square::before {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -6px;
        transform: translate(-50%, 100%);
        border: 6px solid transparent;
        border-top-color: rgba(0,0,0,.85);
        opacity: 0;
        transition: opacity .15s;
        z-index: 10;
    }

    .ods-square:hover::after,
    .ods-square:focus-visible::after {
        opacity: 1;
        transform: translate(-50%, calc(100% + 4px));
    }

    .ods-square:hover::before,
    .ods-square:focus-visible::before {
        opacity: 1;
    }

.acoes-box, .info-box {
    border-radius: 10px;
    background: #D9D9D9;
    padding: 36px 24px;
    height: 125px;
}

.btn-cadastrar {
    border-radius: 6px;
    background: var(--verde);
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    display: flex;
    width: 242px;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border: none;
}

.dados-title {
    font-size: 1.15rem;
    font-weight: 700;
}

.btn-acao {
    color: #FFF;
    font-family: 'IBM Plex Sans';
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 6px;
    background: var(--azul);
    width: 169px;
    padding: 10px 16px;
    border: none;
}

.sub-title {
    color: #000;
    text-align: center;
    font-family: 'IBM Plex Sans';
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.alert-secondary {
    border-radius: 4px;
    border: 1px solid #C4C8CB;
    background: #E2E3E5;
    font-size: 15px;
    font-style: normal;
    line-height: normal;
}

.custom-upload-area-bloco {
    border-radius: 2px;
    border: 1px solid #ADB5BD;
    background: #F8F9FA;
    width: 100%;
    min-height: 185px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: border 0.2s, background 0.2s;
    text-align: center;
    position: relative;
    padding: 0;
}

    .custom-upload-area-bloco:hover {
        border-color: var(--azul);
        background: #f0f4fa;
    }

.upload-label {
    width: 100%;
    min-height: 185px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.upload-content-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 150px;
    width: 100%;
}

.upload-text {
    color: #212529;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.upload-subtext {
    color: #6C757D;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.arquivos-ods-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 14px;
}

.ods-arquivo-card {
    width: 140px;
    height: 162px;
    background: #fff;
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 6px;
    margin-right: 8px;
    position: relative;
    justify-content: flex-start;
    border: 2px solid #eee;
    transition: box-shadow 0.15s, border 0.12s;
}


.ods-arquivo-img {
    margin-top: 16px;
    width: 64px;
    height: 64px;
    object-fit: cove;
    border-radius: 14px;
    background: #f3f3f3;
    box-shadow: 0 1px 4px #0001;
}


.ods-arquivo-icon {
    margin-top: 20px;
    width: 64px;
    height: 64px;
    background: #f4f7fa;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--azul);
    font-size: 1.1rem;
    box-shadow: 0 1px 4px #0001;
}

.ods-arquivo-size {
    font-size: 0.92rem;
    color: #888;
    margin-bottom: 2px;
}

.ods-arquivo-info {
    margin-top: 14px;
    margin-bottom: 2px;
    padding: 0 8px;
    width: 100%;
    text-align: center;
    min-height: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ods-arquivo-nome {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 110px;
    margin: 0 auto;
}

.ods-arquivo-excluir {
    margin-top: auto;
    background: none;
    border: none;
    color: red;
    font-size: 1rem;
    border-radius: 2px;
    padding: 2px 0 8px 0;
    transition: color 0.15s;
    cursor: pointer;
}

    .ods-arquivo-excluir:hover {
        color: #e74c3c;
    }


@media (max-width: 900px) {
    .acoes-box, .info-box {
        padding: 24px 16px;
    }

    .btn-cadastrar {
        width: 100%;
        margin-bottom: 10px;
    }
}

.card-termo {
    border-radius: 10px;
    background: #D9D9D9;
    height: 152px;
}

.termo-text-box {
    background: #D9D9D9;
    border-radius: 6px;
    padding: 10px;
    width: 100%;
    margin: 0 auto;
}

.termo {
    background-color: #fff; /* fundo branco interno */
    border-radius: 4px;
    padding: 15px;
    font-size: 14px;
    line-height: 1.5;
}





/* LISTA DE BENEFÍCIOS */
.sucesso-beneficios {
    padding-left: 1.1rem;
    margin: 0;
}

    .sucesso-beneficios li {
        margin-bottom: .5rem;
    }

/* CONTATOS: SEM ESTOURAR O CONTAINER */
.contact-container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(240px,1fr));
    gap: 20px;
    align-items: stretch;
    margin: 40px 0;
}

.contact-card {
    border: 4px solid var(--azul);
    border-radius: 25px;
    padding: 20px;
    text-align: center;
    background-color: #fff;
    height: 100%;
}

.contact-icon-circle {
    background-color: var(--verde);
    border-radius: 999px;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px auto;
}

    .contact-icon-circle img {
        width: 100%;
    }

.contact-card p {
    margin: 0;
    font-size: 14px;
    color: var(--azul);
    word-break: break-word;
}

/* Desktop: mostra desktop, esconde mobile */
.termo-desktop {
    display: block;
}

.termo-mobile {
    display: none;
}

.termo-area {
    position: relative;
}

.area-overlay {
    position: absolute;
    inset: 0;
    z-index: 5;
    background: rgba(255,255,255,.8); /* ajuste a opacidade conforme o tema */
    /* se quiser permitir scroll mesmo carregando, troque para pointer-events:none; */
    pointer-events: auto;
}

.download-btn {
    width: 220px;
    height: 38px;
    border: 1px solid #d1d5db; /* borda suave */
    color: #1D4E89; /* azul do tema */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px; /* dá um respiro do conteúdo */
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease, opacity .15s ease;
}

    .download-btn:hover {
        transform: translateY(-1px);
        box-shadow: 0 6px 16px rgba(0,0,0,.12);
        border-color: #cbd5e1;
    }

    .download-btn:active {
        transform: translateY(0);
        box-shadow: 0 2px 8px rgba(0,0,0,.10);
    }

    .download-btn[disabled] {
        opacity: .6;
        cursor: not-allowed;
        box-shadow: none;
        transform: none;
    }


@media (max-width: 768px) {
    /* Mobile: mostra mobile, esconde desktop */
    .termo-desktop {
        display: none;
    }

    .termo-mobile {
        display: block;
    }
}


.help-icon {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    margin-left: 4px;
    color: #6c757d; /* similar ao text-muted */
    cursor: help;
}

    .help-icon:hover {
        color: #000;
    }

.help-icon__svg {
    display: block;
}

/* Tooltip com HTML */
.help-tooltip-html {
    position: absolute;
    left: 50%;
    bottom: 150%; /* acima do ícone */
    transform: translateX(-16%);
    background: #E2E3E5;
    color: black;
    font-size: 12px !important;
    line-height: 1.35;
    padding: 8px 10px;
    border-radius: 8px;
    min-width: 400px;
    max-width: 600px;
    white-space: normal; /* permite quebrar linhas de HTML */
    z-index: 1000;
}

    .help-tooltip-html span {
        font-weight: 500;
        font-size: 12px;
    }

    /* Setinha */
    .help-tooltip-html::after {
        content: "";
        position: absolute;
        left: 0%;
        top: 100%;
        transform: translateX(440%);
        border: 7px solid transparent;
        border-top-color: #E2E3E5;
    }

.agradecimento-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}

.agradecimento-hero {
    background: var(--bege, #F6F1E6);
    padding: 40px 0;
}

.agradecimento-hero-grid {
    display: grid;
    grid-template-columns: 1.5fr .5fr;
    align-items: center;
    gap: 0px;
}

.agradecimento-title {
    color: var(--azul);
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 121.041%;
}

.agradecimento-lead {
    color: #000;
    /* Textos 01 */
    font-family: "IBM Plex Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top: 20px;
}

.hero-media {
    display: grid;
    place-content: center;
}

.hex-img {
    height: 439px;
}

.agradecimento-steps {
    background: #fff;
    padding: 52px 0 54px 0;
}

    .agradecimento-steps .agradecimento-container {
        padding: 0 100px 0 100px;
    }

.steps-title {
    color: var(--azul);
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 121.041%; /* 48.416px */
    padding-bottom: 38px;
}

.passos-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.passo-card {
    background: #F3EEE6; /* bege do layout */
    border-radius: 10px;
    border: 1px solid #6C757D;
    background: #F2ECE5;
}

/* FAIXA AMARELA – largura total do card */
.passo-head {
    display: flex;
    align-items: center;
    gap: 18px;
    background: var(--amarelo, #FFD33D);
    padding: 12px 16px;
    border-radius: 12px 12px 0 0; /* arredonda só em cima */
    margin: 0; /* sem margem para não “encolher” */
    justify-content: center;
}

/* número dentro do selo branco */
.passo-num {
    width: 35px;
    height: 35px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: #fff;
    color: var(--azul);
    font-family: "IBM Plex Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

/* título e corpo do card */
.passo-head-title {
    color: #1D4E89;
    font-family: "IBM Plex Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.passo-desc {
    color: #1D4E89;
    /* Textos 01 */
    font-family: "IBM Plex Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding: 20px 42px 68px 42px;
}


@media (max-width: 932px) {
    .agradecimento-hero-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .hero-media {
        justify-items: start;
    }

    .passos-grid {
        grid-template-columns: 1fr;
    }
}

/* ============ Reconhecimento & Materiais ============ */
.materiais-section {
    background: #F6F1E6; /* bege do layout */
    padding: 27px 0 56px;
}

.materiais-title {
    color: var(--azul);
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 121.041%;
    text-align: center;
    margin-bottom: 39px;
}

.materiais-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 18px;
}

.materiais-card {
    border-radius: 12px;
    padding: 20px 27px;
    border: 2px solid var(--azul);
    background: transparent;
    color: var(--azul);
    width: 360px;
    height: 172px;
    box-shadow: 0 4px 12px rgba(16,24,40,.06);
}

    .materiais-card.is-dark {
        background: var(--azul);
        color: #fff;
        border-color: var(--azul);
    }

.materiais-icon {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    line-height: 0;
}

    .materiais-icon svg {
        width: 45px;
        height: auto;
        flex-shrink: 0;
    }

.materiais-card.is-dark .materiais-icon svg {
    fill: var(--amarelo);
}


.materiais-card.is-light .materiais-icon svg {
    stroke: var(--azul);
}

.materiais-card p {
    color: #FFF;
    font-family: "IBM Plex Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

    .materiais-card p strong {
        font-weight: 700;
    }

/* Mobile: 1 coluna */
@media (max-width: 932px) {
    .materiais-grid {
        grid-template-columns: 1fr;
    }
}
/* ============ Faixa Amarela (CTA) ============ */
.cta-faixa {
    background: linear-gradient(90deg, #FED643 0%, #FBE94A 100%);
}

.cta-grid {
    display: grid;
    grid-template-columns: .6fr 1.4fr;
    gap: 24px;
    align-items: center;
}

.cta-hex-img {
    width: clamp(180px,26vw,320px);
    height: auto;
    display: block;
}

.cta-title {
    color: var(--azul);
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 121.041%; /* 48.416px */
    margin-bottom: 35px;
}

.cta-lead {
    color: #1D4E89;
    /* Textos 01 */
    font-family: "IBM Plex Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

    .cta-lead a {
        text-decoration: underline !important;
        color: #1D4E89;
    }

.materiais-title {
    font-size: 30px;
    font-style: normal;
    font-weight: 900;
    line-height: 121.041%;
}

.materiais-card {
    width: 100%;
}

.cta-contacts {
    color: #1D4E89;
    /* Textos Negrito */
    font-family: "IBM Plex Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

    .cta-contacts a {
        color: rgba(29,78,137,.95);
        text-decoration: underline;
        font-weight: 600;
    }

/* Mobile */
@media (max-width: 932px) {

    .d-desktop {
        display: none;
    }

    .d-mobile {
        display: block;
    }

    .agradecimento-title {
        font-size: 26px;
        font-style: normal;
        font-weight: 900;
        line-height: 121.041%; /* 31.471px */
    }

    .passo-head {
        height: 75.874px;
    }

    .passo-desc {
        padding: 10px 27px 16px 27px;
    }

    .agradecimento-lead {
        font-size: 15px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }

    .hex-img {
        width: 222.686px;
        height: auto;
    }

    .agradecimento-steps {
        padding: 36px 21px 39px 21px;
    }

        .agradecimento-steps .agradecimento-container {
            padding: 0;
        }

    .steps-title {
        font-size: 26px;
        font-style: normal;
        font-weight: 900;
        line-height: 121.041%;
        padding-bottom: 26px;
    }

    .cta-media {
        display: none;
    }

    .cta-title {
        font-size: 30px;
        font-style: normal;
        font-weight: 900;
        line-height: 121.041%;
        margin-bottom: 20px;
    }

    .cta-grid {
        grid-template-columns: 1fr;
    }

    .cta-hex-img {
        max-width: 260px;
    }

    .cta-faixa {
        padding: 18px 0px;
    }
}


/* ==== MATERIAIS – RESPONSIVO DO ZERO (sem cores) ==== */

/* trava qualquer vazamento lateral */
.materiais-section,
.materiais-carousel,
.materiais-grid {
    inline-size: 100%;
    max-inline-size: 100%;
    overflow-x: visible;
}

/* ===== Desktop (>=993px): grade 3× ===== */
@media (min-width: 993px) {
    .materiais-carousel {
        position: relative;
    }

    .materiais-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0,1fr));
        gap: 18px;
        padding: 0;
        margin: 0;
        overflow: visible;
    }

    .materiais-nav,
    .materiais-dots {
        display: none !important;
    }
}

/* ===== Mobile/Tablet (<=992px): carrossel 1-card ===== */
@media (max-width: 992px) {
    .materiais-carousel {
        position: relative;
    }

    .materiais-grid {
        display: flex;
        margin: 0;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        max-width: 95vw;
    }

        .materiais-grid::-webkit-scrollbar {
            display: none;
        }

    /* 1 slide por viewport: desconta o gap pra não sobrar 1px do próximo */
    .materiais-card {
        flex: 0 0 calc(100%);
        height:auto;

        scroll-snap-align: start; /* ancora na borda esquerda do trilho */
        margin: 0; /* nada de margem lateral extra */
    }

    /* setas dentro do carousel (não passam do container) */
    .materiais-nav {
        position: absolute;
        inset-block-start: 50%;
        transform: translateY(-80%);
        inline-size: 36px;
        block-size: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 100;
    }

        .materiais-nav.prev {
            inset-inline-start: -10px;
            border: none;
            background-color: transparent;
        }

        .materiais-nav.next {
            inset-inline-end: -10px;
            border: none;
            background-color: transparent;
        }

    /* dots alinhados ao centro */
    .materiais-dots {
        display: flex;
        justify-content: center;
        gap: 18px; /* espaço entre bolinhas */
        margin-top: 20px;
    }

        .materiais-dots .dot {
            width: 9px;
            height: 9px;
            border-radius: 50%;
            background-color: #d9d9d9; /* cinza claro */
            border: none;
            cursor: pointer;
            transition: background-color 0.3s;
        }

            .materiais-dots .dot.is-active {
                background-color: #1D4E89; /* azul ativo */
            }
}
