/*----------------------------------Breadcrumb-------------------------------------------------------------*/
/* Estilo base do breadcrumb */
.breadcrumb {
    font-size: 14px;
    color: #000;
    display: flex;
    align-items: center;
    gap: 8px;
    padding-top: 10px;
    margin-left: 0px;
}

/* Links e último item */
.breadcrumb a,
.breadcrumb span:last-child {
    font-size: 14px;
    line-height: 1;
    color: #000;
    text-decoration: none;
}

/* Hover nos links */
.breadcrumb a:hover {
    text-decoration: underline;
}

/* Separador */
.breadcrumb .separator {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url("/images/icones/rectangle_home.png") no-repeat center;
    background-size: contain;
}

/* Último item */
.breadcrumb span:last-child {
    font-weight: bold;
    margin-bottom: 3px;
}

.breadcrumb-container {
    margin-top: 150px;
}   

.portal-section-title {
    margin-left: 0;
    margin-right: auto;
}

@media (min-width: 768px) {
    .portal-page-layout {
        display: flow-root;
        position: relative;
        margin-top: 5%;
    }
}

.portal-page-title {
    color: #222;
    font-size: 30px;
    line-height: 1.2;
    margin: 0 0 12px;
}

@media (min-width: 1024px) and (max-width: 1120px) {
    .breadcrumb {
        margin-top: 80px !important;
    }

    .hidden {
        display: none !important;
    }

    .tablet-width {
        width: 100% !important;
    }
}

@media (min-width: 768px) and (max-width: 880px) {
    .breadcrumb {
        margin-top: 20px !important;
    }

    .tablet-width {
        width: 100% !important;
    }
}

/* --- Mobile --- */
@media (max-width: 768px) {
    .breadcrumb {
        padding-left: 0px;
        padding-top: 20px;
        gap: 6px;
        margin-left: 0px;
    }
    .breadcrumb-container {
        margin-top: 10px;
    }

    .portal-page-title {
        font-size: 24px;
        margin-bottom: 10px;
    }
}






/*----------------------------------FONTES-------------------------------------------------------------*/
tr[onClick^="l"]
{
    cursor: pointer;
}
td>a,td>a:hover
{
    background-color: rgba(0, 0, 0, 0)!important;
}

.text-large{
    font-size:16px ;
}
.text-medium{
    font-size: 12px ;
}
.text-small{
    font-size: 14px;
}
.text-orange{
    color:  #3458CE;
}

td,p,h1,h2,h3,h4,h5,a,label,span,th{
    font-family: 'Rawline', sans-serif;

}
h1,h2,h3,h4,h5,th,b{
    font-weight: bold;
}
a {
    color: #222;
}
a:hover{
    color:  #3458CE;
}
tbody tr:hover{
    background-color:  #3458CE;
    color: #fff!important;
}
tr:hover a{
    background-color:  #3458CE;
    color: #fff!important;
}
.glossario-text{
    width: 1%;
    color:  #3458CE;
    text-decoration: none;
    font-weight: 800;

}
.glossario-text:hover{
    text-decoration: underline;
    color: #36A5FD;
}
.glossario-text-active{
    text-decoration: underline;
}

.btn-mostrar-mais{
    border-radius: 20px;
    border: none;
}
/*-------------------------------------Search----------------------------------------------------------------------*/
.search-form{
    /* border-radius:50px; */
    border-right: none;
    border-top-left-radius: 50px ;
    border-bottom-left-radius: 50px;
}
.search-button{
    border-top-right-radius: 50px ;
    border-bottom-right-radius: 50px;
}
input.search:focus{
    outline: none!important;
    border: none!important;
}
.title-pesquisa{
    font-size: 11pt;
}
.descricao-pesquisa{
    font-size: 12pt;
}
.data-pesquisa{
    font-size: 10pt;
}
/*-------------------------------------Cores-----------------------------------------------------------------------*/
.bg-dark{
    background-color: #000!important;
}
/*------------------------------------ Accordion button plus ------------------------------------------------------*/
.accordion-button::after{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4'/%3E%3C/svg%3E");
    color: #36A5FD;
}
.accordion-button:not(.collapsed)::after{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8'/%3E%3C/svg%3E");

}
.accordion-button:not(.collapsed) {
    color: #36A5FD !important;
    font-weight: bold;
    background-color: #fff;

    border: none !important;
}

.accordion-button:focus {
    border-color: #36A5FD;
    box-shadow: 0 0 0 0.25rem #efb070;
}

/*-------------------------------- Programas e projetos --------------------------------*/
.programas-projetos-periodos {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
    margin-top: 24px;
}

.programas-projetos-periodos__botao.nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 76px;
    padding: 18px 20px;
    border: 1px solid #d2d2d8;
    border-radius: 8px;
    color: #18181e;
    background: #e2e2e7;
    font-weight: 700;
    text-align: left;
    transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.programas-projetos-periodos__botao.nav-link:hover {
    border-color: #3458ce;
    color: #3458ce;
    transform: translateY(-2px);
}

.programas-projetos-periodos__botao.nav-link.active {
    border-color: #3458ce;
    color: #3458ce;
    background: #eef3ff;
    box-shadow: inset 0 0 0 1px #3458ce;
}

.programas-projetos-periodos__botao.nav-link:focus-visible {
    outline: 3px solid rgba(52, 88, 206, 0.28);
    outline-offset: 2px;
}

.programas-projetos-periodos__botao i {
    flex: 0 0 auto;
    margin-left: 16px;
    color: #3458ce;
    font-size: 20px;
}

.programas-projetos-card {
    overflow: hidden;
    border: 1px solid #d5dce7;
    border-radius: 8px;
    background: #fff;
    box-shadow: none;
}

.programas-projetos-card__header {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 14px 16px;
    border-bottom: 1px solid #dce2eb;
}

.programas-projetos-card__header h3 {
    flex: 0 0 auto;
    margin: 0;
    color: #07142f;
    font-size: 0.85rem;
    font-weight: 700;
}

.programas-projetos-legenda {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.programas-projetos-legenda__item {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 32px;
    padding: 3px 9px;
    border: 1px solid #d5dce7;
    border-radius: 6px;
    color: #111a30;
    background: #fff;
    font-size: 0.75rem;
    white-space: nowrap;
}

.programas-projetos-legenda__sigla {
    display: inline-flex;
    flex: 0 0 22px;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 3px;
    color: #fff;
    background: linear-gradient(135deg, #3274f6, #0753dc);
    box-shadow: 0 2px 6px rgba(17, 87, 224, 0.22);
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1;
}

.programas-projetos-card__body {
    padding: 14px;
}

.programas-projetos-accordion {
    overflow: hidden;
    border: 1px solid #d5dce7;
    border-radius: 10px;
}

.programas-projetos-accordion .accordion-item {
    border: 0;
    border-bottom: 1px solid #dce2eb;
    border-radius: 0;
}

.programas-projetos-accordion .accordion-item:last-child {
    border-bottom: 0;
}

.programas-projetos-accordion .accordion-button {
    gap: 16px;
    min-height: 58px;
    padding: 14px 16px;
    color: #07142f;
    background: #fff;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.3;
}

.programas-projetos-accordion .accordion-button::after {
    display: inline-flex;
    flex: 0 0 30px;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-left: auto;
    border-radius: 50%;
    color: #0d5ee7;
    background: #edf3ff !important;
    background-image: none !important;
    content: "+";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    transform: none;
}

.programas-projetos-accordion .accordion-button:not(.collapsed) {
    color: #07142f !important;
    background: #fff;
    box-shadow: inset 0 0 0 1px #72a0ff;
}

.programas-projetos-accordion .accordion-button:not(.collapsed)::after {
    background: #edf3ff !important;
    background-image: none !important;
    content: "−";
    transform: none;
}

.programas-projetos-accordion .accordion-button:focus {
    z-index: 2;
    border-color: transparent;
    box-shadow: inset 0 0 0 2px #72a0ff;
}

.programas-projetos-accordion .accordion-body {
    padding: 0;
    border-top: 1px solid #e2e7ef;
    background: #fff;
}

.programas-projetos-accordion__projeto {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 44px;
    padding: 10px 14px;
    border-bottom: 1px solid #e8edf5;
    color: #27364a;
    font-size: 0.8125rem;
    font-weight: 500;
    line-height: 1.35;
    text-decoration: none;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.programas-projetos-accordion__projeto:last-child {
    border-bottom: 0;
}

.programas-projetos-accordion__projeto:hover,
.programas-projetos-accordion__projeto:focus-visible {
    color: #0047d7;
    background: #f5f8ff;
    text-decoration: none;
}

.programas-projetos-accordion__projeto:focus-visible {
    position: relative;
    z-index: 1;
    outline: 2px solid #72a0ff;
    outline-offset: -2px;
}

.programas-projetos-accordion__projeto-conteudo {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.programas-projetos-accordion__tipo {
    flex-basis: 22px;
    color: #155ad8;
    border: 1px solid #d7e4ff;
    background: #eef3ff;
    box-shadow: none;
    font-size: 0.6875rem;
    font-weight: 700;
}

.programas-projetos-accordion__seta {
    flex: 0 0 auto;
    color: #6b7280;
    font-size: 1.125rem;
    line-height: 1;
}

.programas-projetos-accordion__projeto:hover .programas-projetos-accordion__seta,
.programas-projetos-accordion__projeto:focus-visible .programas-projetos-accordion__seta {
    color: #0047d7;
}

.programas-projetos-vazio {
    padding: 18px;
    color: #69758a;
    font-size: 0.875rem;
}

@media (max-width: 767.98px) {
    .programas-projetos-periodos__botao.nav-link {
        width: 100%;
    }

    .programas-projetos-card__header {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
        padding: 14px;
    }

    .programas-projetos-legenda {
        width: 100%;
    }

    .programas-projetos-legenda__item {
        flex: 1 1 100%;
    }

    .programas-projetos-card__body {
        padding: 10px;
    }

    .programas-projetos-accordion .accordion-button {
        min-height: 56px;
        padding: 12px 14px;
    }

    .programas-projetos-accordion .accordion-button::after {
        flex-basis: 30px;
        width: 30px;
        height: 30px;
        margin-left: auto;
        font-size: 1rem;
    }

    .programas-projetos-accordion .accordion-body {
        padding: 0;
    }

    .programas-projetos-accordion__projeto {
        padding: 10px 12px;
    }
}

/*-------------------------------- Detalhes do projeto --------------------------------*/
.projeto-detalhe-page {
    color: #27364a;
}

.projeto-detalhe-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 16px;
}

.projeto-detalhe-voltar {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #2447b8;
    font-size: 0.8125rem;
    font-weight: 700;
    text-decoration: none;
}

.projeto-detalhe-voltar:hover {
    color: #173691;
    text-decoration: underline;
}

.projeto-detalhe-status {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 4px 10px;
    border: 1px solid #d7e4ff;
    border-radius: 999px;
    color: #174b91;
    background: #f2f6ff;
    font-size: 0.75rem;
    font-weight: 700;
    text-align: center;
}

.projeto-detalhe-card {
    overflow: hidden;
    margin-bottom: 16px;
    border: 1px solid #dbe3f0;
    border-radius: 8px;
    background: #fff;
}

.projeto-detalhe-card__header {
    display: flex;
    align-items: center;
    padding: 13px 16px;
    border-bottom: 1px solid #e8edf5;
    background: #f8faff;
}

.projeto-detalhe-card__header h2 {
    margin: 0;
    color: #17243a;
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1.3;
}

.projeto-detalhe-card__header p {
    margin: 2px 0 0;
    color: #69758a;
    font-size: 0.75rem;
    line-height: 1.35;
}

.projeto-detalhe-info {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    margin: 0;
    background: #edf1f6;
}

.projeto-detalhe-info > div {
    min-width: 0;
    padding: 13px 16px;
    background: #fff;
}

.projeto-detalhe-info > .projeto-detalhe-info__completo {
    grid-column: 1 / -1;
}

.projeto-detalhe-info dt {
    margin-bottom: 4px;
    color: #687386;
    font-size: 0.6875rem;
    font-weight: 800;
    letter-spacing: 0.035em;
    line-height: 1.3;
    text-transform: uppercase;
}

.projeto-detalhe-info dd {
    margin: 0;
    color: #27364a;
    font-size: 0.8125rem;
    line-height: 1.5;
    overflow-wrap: anywhere;
    white-space: pre-line;
}

.projeto-detalhe-info--textos dd {
    line-height: 1.6;
}

.projeto-detalhe-vazio {
    padding: 32px 20px;
    border: 1px solid #dbe3f0;
    border-radius: 8px;
    background: #fff;
    text-align: center;
}

.projeto-detalhe-vazio h2 {
    margin: 0 0 6px;
    color: #17243a;
    font-size: 1rem;
    font-weight: 700;
}

.projeto-detalhe-vazio p {
    margin: 0 0 14px;
    color: #69758a;
    font-size: 0.8125rem;
}

@media (max-width: 767.98px) {
    .projeto-detalhe-toolbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .projeto-detalhe-info {
        grid-template-columns: 1fr;
    }

    .projeto-detalhe-info > .projeto-detalhe-info__completo {
        grid-column: auto;
    }
}

/*-------------------------------- Arquivos de desligamentos --------------------------------*/
.desligamentos-pendencia {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
    margin-bottom: 16px;
    padding: 12px 14px;
    border: 1px solid #f0dba8;
    border-left: 4px solid #d59a13;
    border-radius: 6px;
    color: #5e4a1d;
    background: #fffaf0;
    font-size: 0.8125rem;
    line-height: 1.45;
}

.desligamentos-pendencia strong {
    color: #49370f;
    font-size: 0.8125rem;
}

.desligamentos-acervo {
    overflow: hidden;
    border: 1px solid #dbe3f0;
    border-radius: 8px;
    background: #fff;
}

.desligamentos-acervo__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 15px 16px;
    border-bottom: 1px solid #e8edf5;
    background: #f8faff;
}

.desligamentos-acervo__header h2 {
    margin: 0;
    color: #17243a;
    font-size: 0.9375rem;
    font-weight: 700;
}

.desligamentos-acervo__header p {
    margin: 3px 0 0;
    color: #69758a;
    font-size: 0.75rem;
}

.desligamentos-ultima-competencia {
    display: flex;
    flex: 0 0 auto;
    align-items: flex-end;
    flex-direction: column;
}

.desligamentos-ultima-competencia span {
    color: #69758a;
    font-size: 0.6875rem;
}

.desligamentos-ultima-competencia strong {
    color: #2447b8;
    font-size: 0.8125rem;
}

.desligamentos-anos {
    display: flex;
    gap: 8px;
    padding: 14px 16px;
    overflow-x: auto;
    border-bottom: 1px solid #e8edf5;
    scrollbar-width: thin;
}

.desligamentos-ano {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    padding: 5px 10px;
    border: 1px solid #d5dce7;
    border-radius: 999px;
    color: #344054;
    background: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    text-decoration: none;
}

.desligamentos-ano small {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    border-radius: 999px;
    color: #667085;
    background: #eef1f6;
    font-size: 0.625rem;
}

.desligamentos-ano:hover {
    border-color: #7999e8;
    color: #2447b8;
    background: #f5f8ff;
}

.desligamentos-ano.is-active {
    border-color: #315bd6;
    color: #fff;
    background: #315bd6;
}

.desligamentos-ano.is-active small {
    color: #2447b8;
    background: #fff;
}

.desligamentos-resultados-cabecalho {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px 8px;
}

.desligamentos-resultados-cabecalho h3 {
    margin: 0;
    color: #17243a;
    font-size: 0.875rem;
    font-weight: 700;
}

.desligamentos-resultados-cabecalho span {
    color: #69758a;
    font-size: 0.6875rem;
}

.desligamentos-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 8px 16px 16px;
}

.desligamentos-arquivo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 62px;
    padding: 11px 13px;
    border: 1px solid #dbe3f0;
    border-radius: 7px;
    color: #27364a;
    background: #fff;
    text-decoration: none;
    transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}

.desligamentos-arquivo > span:first-child {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.desligamentos-arquivo strong {
    font-size: 0.8125rem;
    font-weight: 700;
}

.desligamentos-arquivo small {
    margin-top: 2px;
    color: #69758a;
    font-size: 0.6875rem;
}

.desligamentos-arquivo__acao {
    flex: 0 0 auto;
    color: #315bd6;
    font-size: 0.75rem;
    font-weight: 700;
}

.desligamentos-arquivo:hover,
.desligamentos-arquivo:focus-visible {
    border-color: #7999e8;
    color: #0047d7;
    background: #f5f8ff;
    text-decoration: none;
}

.desligamentos-arquivo:focus-visible,
.desligamentos-ano:focus-visible {
    outline: 3px solid rgba(49, 91, 214, 0.2);
    outline-offset: 2px;
}

.desligamentos-vazio {
    margin: 8px 16px 16px;
    padding: 24px 18px;
    border: 1px dashed #cfd8e6;
    border-radius: 7px;
    background: #fafbfc;
    text-align: center;
}

.desligamentos-vazio h3 {
    margin: 0 0 5px;
    color: #344054;
    font-size: 0.875rem;
    font-weight: 700;
}

.desligamentos-vazio p {
    margin: 0;
    color: #69758a;
    font-size: 0.75rem;
}

.desligamentos-vazio a {
    display: inline-block;
    margin-top: 12px;
    color: #2447b8;
    font-size: 0.75rem;
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .desligamentos-acervo__header {
        align-items: flex-start;
        flex-direction: column;
    }

    .desligamentos-ultima-competencia {
        align-items: flex-start;
    }

    .desligamentos-grid {
        grid-template-columns: 1fr;
        padding-right: 12px;
        padding-left: 12px;
    }

    .desligamentos-anos {
        padding-right: 12px;
        padding-left: 12px;
    }
}
/*----------------------------------COMPONENTES--------------------------------------------------------*/
.btn-transparencia{
    background-color: transparent;
    color: #3b3b45;
    /* background-color: none; */
    border-radius: 7px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    width: 200px;
    margin-right: 20px;
    border: 1px solid #cacaca;

}
.btn-transparencia:hover{
    background-color:  #3458CE;
    color: #fff;
}
.btn-transparencia-active{
    background-color: #36A5FD;
    color: #fff;
    border-radius: 7px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    width: 200px;
    margin-right: 20px;
    border: 1px solid #cacaca;

}

.input-form{
    background-color: transparent;
    padding: 10px;
    border-radius: 7px;
    border: 1px solid #999;


}

.input-check {
    width: 1.3em;
    height: 1.3em;
    background-color: transparent;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid #ddd;
    appearance: none;
    -webkit-appearance: none;
    /* outline: none;
    cursor: pointer; */
}

.input-check-base {
    width: 0.8em;
    height: 0.8em;
    background-color: transparent;
    border-radius: 5%;
    vertical-align: middle;
    border: 1px solid #ddd;
    appearance: none;
    -webkit-appearance: none;
    /* outline: none;
    cursor: pointer; */
}

.input-check:checked {
    background-color: #36A5FD;
}

.input-check-base:checked {
    background-color: #36A5FD;
}


.input-form-check{
    background-color: transparent!important;
}

.input-form-check input:checked{
    background-color: #36A5FD;
}

.input-form:focus, .input-form:active{
    color: #24242B;
    border: 1px solid #36A5FD;
    background-color: transparent;
    /* outline: none; */
}
/* select.input-form option {
    background-color: transparent!important;
} */

select.input-form option  {
    margin: 40px;
    background: #F2F2F2!important;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  }

 option:hover {
    box-shadow: 0 0 10px 100px #3458CE inset;
}
  /* select option:checked{
    background-color: #36A5FD;
  } */

.bg-orange{
    background-color: #36A5FD;

}

.pagination{
    color: #36A5FD!important;
}

/*---------------------------------------------------BLOCOS--------------------------------------------*/
.bloco-bordas{
    /* min-height:120px; */
    border-radius:20px;
    border:dotted 2px #A71919;
}
.bloco-resumo{
    background-color: #E2E2E7;
    max-height: 500px;

}
.bloco-links-publicos {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-height: none;
    padding: 0 !important;
    background-color: transparent;
}

@media (min-width: 576px) {
    .execucao-orcamentaria-layout {
        flex-wrap: nowrap !important;
    }

    .execucao-orcamentaria-layout > .col-md-7 {
        flex: 0 0 58.333333% !important;
        width: 58.333333% !important;
    }

    .execucao-orcamentaria-layout > .bloco-links-publicos {
        flex: 0 0 33.333333% !important;
        width: 33.333333% !important;
        margin-left: auto !important;
    }
}

.link-publico-card {
    padding: 20px;
    background-color: #E2E2E7;
    border: 1px solid #d2d2d8;
    border-radius: 8px;
}
.link-publico-cabecalho {
    display: flex;
    align-items: center;
    gap: 12px;
}
.link-publico-cabecalho h2 {
    margin: 0;
    font-size: 18px;
}
.link-publico-icone {
    display: inline-flex;
    flex: 0 0 40px;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f2f2f2;
    color: #3458CE;
}
.link-publico-card p {
    margin: 14px 0 18px;
    color: #40404a;
    font-size: 13px;
    line-height: 1.5;
}
.link-publico-card .link-publico-acao {
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    margin-top: 0;
    margin-left: auto;
    padding: 10px 16px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}

.links-publicos-lista {
    width: 100%;
}

.links-publicos-lista__titulo {
    margin: 6px 0 12px;
    color: #222;
    font-size: 18px;
    font-weight: 700;
}

.link-publico-acao-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
}
.link-doc a,.link-doc a p{
    color: #666;
}

.file-list-card {
    background: #fff;
    border: 1px solid #dbe3f0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(23, 32, 56, 0.06);
}

.file-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 13px 18px;
    color: #27364a;
    text-decoration: none;
    border-bottom: 1px solid #e8edf5;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    transition: background .2s ease, color .2s ease;
}

.file-list-item:last-child {
    border-bottom: none;
}

.file-list-item:hover {
    background: #f5f8ff;
    color: #0047d7;
    text-decoration: none;
}

.file-list-left {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.file-list-left i {
    flex: 0 0 auto;
    color: #0057ff;
    font-size: 16px;
}

.file-list-arrow {
    flex: 0 0 auto;
    color: #6b7280;
    font-size: 20px;
    line-height: 1;
}

.file-list-item:hover .file-list-arrow {
    color: #0047d7;
}

.file-list-empty {
    margin: 0;
    padding: 13px 18px;
    color: #69758a;
    font-size: 14px;
    line-height: 1.5;
}

.file-list-card--limited {
    max-height: calc(var(--file-list-visible-items, 6) * 47px);
    overflow-x: hidden;
    overflow-y: auto;
}

.file-list-scroll-shell {
    position: relative;
}

.links-publicos-lista--downloads .file-list-scroll-shell--custom .file-list-card--scrollable {
    overflow-y: scroll;
    scrollbar-width: none;
}

.links-publicos-lista--downloads .file-list-scroll-shell--custom .file-list-card--scrollable::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.links-publicos-lista--downloads .file-list-scroll-shell--custom .file-list-item {
    padding-right: 24px;
}

.links-publicos-lista--downloads .file-list-custom-scrollbar {
    position: absolute;
    z-index: 2;
    top: 5px;
    right: 3px;
    bottom: 5px;
    width: 4px;
    overflow: hidden;
    border-radius: 999px;
    background: #e5e8ee;
    cursor: pointer;
    touch-action: none;
}

.links-publicos-lista--downloads .file-list-custom-scrollbar__thumb {
    display: block;
    width: 4px;
    min-height: 28px;
    border-radius: 999px;
    background: #3458CE;
    box-shadow: 0 1px 3px rgba(52, 88, 206, 0.28);
    cursor: grab;
    touch-action: none;
    will-change: transform;
}

.links-publicos-lista--downloads .file-list-custom-scrollbar__thumb.is-dragging {
    cursor: grabbing;
    background: #2447b8;
}

.file-list-card--limited .file-list-item {
    height: 47px;
    min-height: 47px;
}

.file-list-card--limited .file-list-left span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vacinacao-plano-acao-secao + .vacinacao-plano-acao-secao {
    margin-top: 36px;
}

.vacinacao-plano-acao-secao--nota-tecnica .file-list-card--limited .file-list-item {
    height: auto;
}

.vacinacao-plano-acao-secao--nota-tecnica .file-list-card--limited .file-list-left span {
    overflow: visible;
    overflow-wrap: anywhere;
    text-overflow: clip;
    white-space: normal;
}
/*-----------------------------------------------------------------------------------------------------*/
::-webkit-scrollbar {
    background-color: #999;
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #36A5FD;
    width: 10px;
    border-radius: 80px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #3692E4;
}
html {
    font-family: 'Rawline', sans-serif;
}
body{
    background-color: #f2f2f2;
}
a.link{
    color: #24242B;
}

.block-news {
    background-color: #18181e;
    height: 50px;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 0px 10.5% 0px 10.5%;
}
.block-news-line{
    padding: 0px!important;
}
.block-icons {
    margin-top: 5px;;
}
b.text-news {
    font-family: 'Rawline', sans-serif;
    text-decoration: none;
    color: #f2f2f2;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
p.text-news {
    margin-top: 17px;
    color: #f2f2f2;
    font-family: 'Rawline', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 77px;
    white-space: nowrap;
    padding: 0;
}
a.top_news {
    width: 100%;
    text-decoration: none;
    color: #fff;
    white-space: nowrap;
}
a.top_news:hover {
    text-decoration: underline;
    color: #fff;
}
.icon-news {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    width:48.83px;
    height: 24px;
    margin-right: 26px;
}
.icon-left, .icon-right {
    width: 18px;
    height: 18px;
    border: 1px solid #f2f2f2b6;
    border-radius: 50%;
    padding: 4px;
    cursor: pointer;
}

a.network-link {
    text-decoration: none !important;
}
a.network-link img.network-img {
    width: 30px;
    padding-bottom: 1px;;
}

.search-consulta {
border: none;
padding: 10px;
border-radius: 4px;
}

.search-consulta:focus {
outline: none;
box-shadow: none;
outline: 1px solid #36A5FD;
}

/*--------------------------------------MODAL BUSCADOR -----------------------------------------------*/
.search_filter p {
    color: #3b3b45;
    font-family: 'Rawline', sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.filter_category {
    width: 115.985px;
    height: 26.831px;
    flex-shrink: 0;
    border-radius: 60px;
    border: 1px solid rgba(59, 59, 69, 0.25);
    background: var(--off-white, #f2f2f2);
    font-family: 'Rawline', sans-serif;
}
.search_advanced {
    display: flex;
    width: 191px;
    height: 17px;
    flex-direction: column;
    justify-content: flex-end;
    flex-shrink: 0;
    color: #3b3b45;
    text-align: right;
    font-family: 'Rawline', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
}

/*---------------------------------------------SLIDE -----------------------------------------------------------*/
.slide_top_banner2 {
    position: relative;
    height: 330px;
    overflow: hidden;
}

/*---------------------------------------------MENU -------------------------------------------------------------*/
.menu-home {
    background-color: transparent;
    position: absolute;
    top: 40px;
    height: 100px;
    z-index: 2000;
    width: 100%;
    align-items: flex-end;
    text-align: right;
    color: #fff;
    padding: 20px 174px;
    padding-left: max(24px, calc((100vw - 1440px) / 2 + 24px));
    padding-right: max(24px, calc((100vw - 1440px) / 2 + 24px));
}

.menu-home a {
    color: #f2f2f2;
    font-family: 'Rawline', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    font-weight: 700;

    display: inline-flex;
    padding: 10px 0px;
    align-items: flex-start;
    gap: 10px;

    /* identical to box height */

    /* Off white */

    color: #f2f2f2;

    /* Inside auto layout */

    flex: none;
    order: 0;
    flex-grow: 0;
}

.menu-home a:hover {
    padding-bottom: 10px;
    text-decoration: underline #36A5FD solid 3px;
    text-underline-offset: 1em;
    color: #fff;
}

.menu-home img.logo {
    /* padding-left: 80px; */
    width: 150px;
    height: 35.96px;
}
.menu-link-interno{
    font-family: 'Rawline', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color:#3B3B45 !important;
}

.slide-top {
    height: 400px;
    background-color: #999;
}

/*----------------------------------------------------------------------------SERVIÇOS---------------------------------------------------------------------------------*/
.services-title {
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 49px;
    margin-bottom: 20px;
    font-family: 'Rawline', sans-serif;
}

.area-service {
    /* width: 14.5%; */
    /* width: 169.4px; */
    /* height: 168px; */
    text-align: center;
    /* border: 1px solid #ddd; */
    font-family: 'Rawline', sans-serif;
}
.card-service{
    border:1.2px solid #ddd;
    border-radius:15px;

}

.services {
    position: absolute;
    top: 300px;
    height: 778px;
    z-index: 900 !important;
    background-color: #fff;
    padding: 48px;
    /* padding-left: 150px;
    padding-right: 150px; */
    border-radius: 75px;
    /* padding-top: 100px; */


}

.services-title {
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 49px;
    margin-bottom: 20px;
}

.services-buttons {
    overflow: hidden;
    border-radius: 15px;
    border: 1px solid #ddd;
    /* width: 678px; */
    /* height: 666px; */
    margin-right: 15px;
}



.card-service img {
    padding-top: 30px;
    width: 72px;
    height: 98px;
}

.card-service p {
    padding-top: 10%;
}

.card-service a {
    text-decoration: none;
    color: #24242B;
    text-align: center;
    font-family: 'Rawline', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.card-service:hover {
    background-color: #e9e7e7;
}

.vacinacao-links-intro {
    color: #50505a;
    font-size: 15px;
    line-height: 1.5;
}

.vacinacao-text-card {
    padding: 20px;
    border: 1px solid #dbe3f0;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(23, 32, 56, 0.06);
}

.locais-vacinacao-links {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
}

.locais-vacinacao-links .filter-search-type {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 76px;
    padding: 1.125rem 1.25rem;
    border: 1px solid #d2d2d8;
    border-radius: 8px;
    background-color: #e2e2e7;
    color: #18181e;
    font-family: inherit;
    font-size: inherit;
    font-weight: 700;
    line-height: inherit;
    text-align: left;
    cursor: pointer;
    transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.locais-vacinacao-links .filter-search-type:hover {
    border-color: #3458ce;
    color: #3458ce;
    transform: translateY(-2px);
}

.locais-vacinacao-links .filter-search-type:focus-visible {
    outline: 3px solid rgba(49, 91, 214, 0.25);
    outline-offset: 3px;
}

.locais-vacinacao-links .filter-search-type i {
    color: #3458ce;
    font-size: 1.25rem;
}

.vacinacao-link-card {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 112px;
    padding: 18px;
    overflow: hidden;
    border: 1px solid #dfe3ef;
    border-radius: 14px;
    background: linear-gradient(135deg, #fff 72%, #f1f5ff 100%);
    color: #24242b;
    box-shadow: 0 3px 12px rgba(36, 36, 43, 0.06);
    transition:
        border-color 180ms ease,
        box-shadow 180ms ease,
        transform 180ms ease;
}

.vacinacao-link-card__icone {
    display: inline-flex;
    flex: 0 0 48px;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background-color: #e9efff;
    color: #3458ce;
    font-size: 20px;
}

.vacinacao-link-card__conteudo {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
    text-align: left;
}

.vacinacao-link-card__conteudo strong {
    color: #24242b;
    font-size: 15px;
    line-height: 1.25;
}

.vacinacao-link-card__conteudo small {
    color: #626270;
    font-size: 12px;
    line-height: 1.35;
}

.vacinacao-link-card__seta {
    display: inline-flex;
    flex: 0 0 30px;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #3458ce;
    font-size: 13px;
    transition:
        background-color 180ms ease,
        color 180ms ease,
        transform 180ms ease;
}

.vacinacao-link-card:hover {
    border-color: #3458ce;
    color: #24242b;
    box-shadow: 0 8px 22px rgba(52, 88, 206, 0.14);
    transform: translateY(-2px);
}

.vacinacao-link-card:hover .vacinacao-link-card__seta {
    background-color: #3458ce;
    color: #fff;
    transform: translateX(2px);
}

.vacinacao-link-card:focus-visible {
    outline: 3px solid #36a5fd;
    outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
    .vacinacao-link-card,
    .vacinacao-link-card__seta {
        transition: none;
    }
}

.services-banners,
.services-banners img {
    /* width: 450px; */
    height: 504px;
    border-radius: 15px;
    overflow: hidden;
}

#services-banners ul {
    /* list-style-type: none;
    margin: 0;
    padding: 0;
    width: 2200px; */
    /* Largura total da lista dos slides */

    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
}

#services-banners li {
    /* float: left;
    width: 450px; */
    /* Largura de cada slide */

    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

#services-banners li.active {
    opacity: 1;
}


.btn-all-services {
    margin-top: 30px;
    border-radius: 30px;
    background-color: #36A5FD;
    margin-left: 15%;
    width: 365px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;

}

.btn-all-services a {
    text-decoration: none;
    color: var(--texto-botes, #24242B);
    text-align: center;
    font-family: 'Rawline', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

}
.btn-all-services:hover{
    background-color:  #3458CE;
    color: #f2f2f2;

}

/*---------------------------------------------------------------------------- NOTÍCIAS ---------------------------------------------------------------------------------*/
.notice {
    position: absolute;
    top: 1179px;
    width: 100%;
    height: 100vh;
    background-color: #222;
    z-index: 1000;
    /* padding-left: 150px; */
    padding-top: 100px;
}

.notice h1 {
    color: #f2f2f2;
    font-family: 'Rawline', sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.notice-main-img {
    overflow: hidden;
    /* width: 530px; */
    border: 1px solid #3b3b45;
    border-radius: 30px;
}

.notice-main-img img {
    /* width: 580px;
    height: 363px; */
    border: 1px solid #3b3b45;
    border-radius: 30px;
}

.notice-main-img img:hover {
    transform: scale(1.05);
    transition: 0.5s;
}

.notice-main-img img:not(hover) {
    transform: scale(1);
    transition: 0.5s;
}

.notices-last {
    padding-left: 50px;
    padding-right: 50px;
}

.notices-last-title {
    border-bottom: 3px solid #fff;
    padding-bottom: 20px;
}
.title-noticias {
    color: #f2f2f2;
    font-family: 'Rawline', sans-serif;
    font-size: 32px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

.title-noticias:hover {
    text-decoration: underline;
    color: #f2f2f2;
    animation-name: hover-noticia;
    animation-duration: 500ms;
}

@keyframes hover-noticia{
    0%{
        text-decoration: none;
    }

    100%{
        text-decoration:underline;
    }
}

.btn-all-notices {
    margin-top: 60px;
    border-radius: 30px;
    background-color:  #3458CE;
    color: #fff;

    /* margin-left: 65%; */
    /* width: 265px; */
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}

.btn-all-notices:hover {
    color: #fff;
    background-color:  #3458CE;
}

.btn-all-notices img{
    /* padding-left: 20px;
    padding-right: 0px; */
}

.link-home {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    min-height: 48px;
    padding: 4px 22px 4px 4px;
    border-radius: 999px;
    color: #3458CE;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(226, 232, 240, 0.9);
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.12);
}

.link-home:hover,
.link-home:focus {
    color: #3458CE;
    background: #fff;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.16);
}

.link-home-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    border-radius: 50%;
    background: #f8fbff;
    color: #3458CE;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
}

.link-img{
    max-width: 40px;
    min-height: 20px;
}

/*############################################################################# Media Queries ################################################################################*/
/*Mobile*/
@media (min-width: 320px) and (max-width: 480px) {
    .block-news,.block-news div,.text-news{
        padding-left: 0px!important;
        padding-right: 0px!important;
    }

    .block-services{
        padding: 0px!important;
    }
    .services-banners{
        margin-top: 30px!important;
        height: 320px!important;
    }
    .services-banners li{
        width: auto!important;
        height: auto!important;
    }
    .services-banners img {
        height: auto!important;
    }

    .btn-all-services{
        margin-top: 10px!important ;
        margin-left: 0px!important ;
        width: 100%!important;
    }
    .bloco-resumo{

        max-height: 600px!important;

    }
}

/*Tablets*/
@media (min-width: 481px) and (max-width: 764px) {
    .block-news {
        padding-left:0px!important;
        padding-right:0px!important;

    }
    .block-news div{
        padding-left:0px!important;
        padding-right:0px!important;
    }

}



/*small screens laptops*/
@media (min-width: 769px) and (max-width: 1024px) {
    .block-news {
        padding-left:0px!important;
        padding-right:0px!important;

    }
    .block-news div{
        padding-left:0px!important;
        padding-right:0px!important;
    }
    .block-services{
        padding: 48px!important;
    }

    .services-banners{
        margin-top: 30px!important;
    }
    .services-banners li{
        width: auto!important;
        height: auto!important;
    }

}

/*Desktop Large screens*/
@media (min-width: 1025px) and (max-width: 1200px) {
    .block-news {
        padding-left:0px!important;
        padding-right:0px!important;

    }
    .block-news div{
        padding-left:0px!important;
        padding-right:0px!important;
    }
    .block-services{
        padding: 48px!important;
    }
}

@media (min-width: 1200px) and (max-width: 1227px) {
    .block-news div{
        padding-left:0px!important;
        padding-right:0px!important;
    }
}

/*Extra Large screens Tv*/
@media (min-width: 1201px) {
    .block-services{
        padding: 48px!important;
    }
}


/*Portal Pelotas CSS */
/* Footer */

.visible {
    display: block;
}

@font-face {
    font-family: "Galano Grotesque";
    src: url(../fonts/Galano-Grotesque/GalanoGrotesqueAltLight.otf);
}

footer {
    background-color: #18181E;
    /* background: url('/images/icones/mapa_rs.png') rgba(0, 0, 0, 1); */

    background-size: 100%;
    /* background-position: right; */
    background-position-x: right;
    background-position-y: bottom;


    /* background-color: #24242b; */
    margin-top: 145px;

}

footer h3 {
    font-family: "Galano Grotesque";
    font-weight: 900;
}

footer p {
    color: #fff;
    margin-bottom: 0px;
    font-family: "Galano Grotesque";
    font-weight: 300;
}

footer h5 {
    font-family: "Galano Grotesque";
    font-weight: 1000;
    color: #fff;
    font-size: 13px;

}

footer .block-footer {
    margin-bottom: 30px;
}

footer p.footer-link {
    font-size: 11px;
}

footer .footer-file-list .file-list-card {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.14);
    box-shadow: none;
}

footer .footer-file-list .file-list-item {
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, 0.12);
}

footer .footer-file-list .file-list-item:hover {
    background: rgba(52, 88, 206, 0.18);
    color: #fff;
}

footer .footer-file-list .file-list-left i,
footer .footer-file-list .file-list-arrow,
footer .footer-file-list .file-list-item:hover .file-list-arrow {
    color: #4f7cff;
}

footer .footer-contact-panel {
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
}

footer .footer-contact-panel--law {
    padding-bottom: 32px;
}

footer .footer-contact-panel--contact {
    padding-top: 50px;
    border-left: 1px solid #444;
}

footer .footer-action-wrap {
    display: flex;
}

footer .footer-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: auto;
    min-width: 196px;
    min-height: 56px;
    margin-top: 0;
    padding: 10px 16px 10px 24px;
    color: #fff;
    line-height: 1.2;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
    transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

footer .footer-action:visited,
footer .footer-action:hover,
footer .footer-action:focus {
    color: #fff;
}

footer .footer-action:hover {
    background-color: #466be0;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
    transform: translateY(-2px);
}

footer .footer-action:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 3px;
}

footer .footer-action__icon {
    display: inline-flex;
    flex: 0 0 34px;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 50%;
    font-size: 13px;
}

@media (max-width: 767.98px) {
    footer .footer-contact-panel--contact {
        border-top: 0;
        border-left: 0;
    }

    footer .footer-action {
        width: 100%;
    }
}

/* Acoes reutilizaveis de relacao e exportacao */
.acoes-relacao {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.acoes-relacao--tabela {
    justify-content: flex-end;
    width: 100%;
}

.acoes-relacao__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 12px;
    border: 1px solid #3458CE;
    border-radius: 20px;
    background-color: transparent;
    color: #3458CE;
    font-family: inherit;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.acoes-relacao__item:hover {
    background-color: #3458CE;
    color: #fff;
    text-decoration: none;
}

.acoes-relacao__item:focus-visible {
    outline: 3px solid rgba(52, 88, 206, 0.25);
    outline-offset: 2px;
}

body.contraste-ativo .acoes-relacao__item {
    border-color: #fff !important;
    color: #fff !important;
}

/* Select2 Overrides */
.select2-container .select2-selection--single {
    height: 45px !important;
    background-color: transparent !important;
    border: 1px solid #999 !important;
    border-radius: 7px !important;
    padding-top: 8px !important;
}

.select2-selection__arrow {
    height: 43px !important;
    right: 10px !important;
}

.select2-selection__clear {
    display: none !important;
}

/*---------------------------------------------OFFCANVAS MOBILE MENU--------------------------------------------*/
.mobile-menu-offcanvas {
    background-color: #222;
    color: #fff;
    width: 300px !important;
}

.mobile-menu-offcanvas .nav-link {
    font-family: 'Rawline', sans-serif;
    color: #fff !important;
    text-align: left;
    padding-left: 0;
}

.mobile-menu-offcanvas .nav-link:hover {
    color: #3458CE !important;
}

.mobile-menu-offcanvas .btn-close {
    opacity: 1;
    padding: 1rem;
    margin: 0;
}

.mobile-menu-offcanvas .dropdown-divider {
    border-top: 1px solid rgba(255,255,255,0.2);
}

/* Mobile News Swipe */
@media (max-width: 768px) {
    .block-news {
        padding: 0 15px !important;
    }
    .block-icons {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        overflow-x: hidden; /* Hide scroll to favor swipe logic */
        width: 100%;
        padding-bottom: 5px;
        touch-action: pan-y; /* Allow vertical scroll, handle horizontal in JS */
    }
    .block-icons::-webkit-scrollbar {
        display: none;
    }
    
    .icon-news, .icon-left, .icon-right {
        display: none !important;
    }
    
   p.text-news {
        flex: 0 0 100%; /* Full width for single item */
        width: 100%;
        margin-right: 0px;
        margin-top: 5px !important;
        padding-left: 0 !important;
        text-align: left;

        /* TRUNCAR TEXTO */
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;

        scroll-snap-align: start;
    }

    
    a.top_news {
        display: flex;
        justify-content: center !important;
        align-items: center !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

}
