﻿:root {
    --adm-color-black: #000000;
    --adm-color-pink: #EC407A;
    --adm-color-pink2: #D3396D;
    --adm-color-blue1: #E1F5FE;
    --adm-color-blue2: #0372A2;
    --adm-color-blue3: #0B2E57;
    --adm-color-blue4: #0056b3;
    --adm-color-white: #FFFFFF;
    --adm-color-gray: #302E2E;
    --adm-color-green: #459045;
}

.bg-blue {
    border-radius: 20px;
    background: rgba(225, 245, 254, 0.50);
}

body {
    font-family: "Open Sans", sans-serif, Arial;
}

.btn-pink {
    color: var(--adm-color-white);
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin-top: 50px;
    margin-bottom: 50px;
    border-radius: 10px;
    background: var(--adm-color-pink);
    width: 195px;
    border: none;
}

.btn-pink:hover {
    background-color: var(--adm-color-pink2);
    color: var(--adm-color-white);
}

.btn-buscar {
    color: var(--adm-color-white);
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin-top: 50px;
    margin-bottom: 50px;
    border-radius: 10px;
    background: var(--adm-color-blue2);
    width: 195px;
    border: none;
}

    .btn-buscar:hover {
        background-color: var(--adm-color-blue3);
        color: var(--adm-color-white);
    }

.btn {
    color: var(--adm-color-white);
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin-top: 50px;
    margin-bottom: 50px;
    border-radius: 10px;
    background: var(--adm-color-blue2);
    width: 195px;
    border: none;
}

    .btn:hover {
        background-color: var(--adm-color-blue3);
        color: var(--adm-color-white);
    }

.centralizar {
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-titulo {
    margin-bottom: 50px;
    margin-top: 40px;
    margin-left: auto;    
}

.fa-magnifying-glass {
    color: var(--adm-color-white);
    padding-left: 7px;
}

.img-foto {
    width: 500px;
    display: flex;
    margin: auto;
    padding-top: 30px;
}

.links {
    text-decoration: none;
    color: var(--adm-color-blue4);    
    font-size: 20px;    
    font-weight: 400;
}

.margem-titulo {
    margin-top: 30px;
    margin-bottom: 20px;
}

.max-width {
    max-width: 150px;
}

.mb-section {
    margin-bottom: 70px;
}

.obs {
    color: var(--adm-color-pink);
    font-size: 16px;
}

.text-justify {
    text-align: justify;
}

.text-center{
    text-align: center;
}

.txt-verde-24 {
    color: var(--adm-color-green);
    font-size: 24px;
    font-weight: 700;
}

.txt-decoration {
    text-decoration-line: none;
}

.titulo-cinza-36 {
    color: var(--adm-color-gray);
    font-size: 36px;
    font-weight: 300;
}

.txt-azul-16 {
    color: var(--adm-color-blue2);
    font-size: 16px;
    font-weight: 700;
}

.txt-azul-28 {
    color: var(--adm-color-blue2);
    font-size: 28px;
    font-weight: 400;
}

.txt-azul-30 {
    color: var(--adm-color-blue2);
    font-size: 30px;
    font-weight: 700;
}

.txt-azul-32 {
    color: var(--adm-color-blue2);
    font-size: 32px;
    font-weight: 700;
}

.txt-preto-16 {
    color: var(--adm-color-black);    
    font-size: 16px;
    font-weight: 400;
}

.txt-preto-18 {
    color: var(--adm-color-black);
    font-size: 18px;
    font-weight: 400;
}

.txt-preto-20 {
    color: var(--adm-color-black);
    font-size: 20px;
    font-weight: 400;
}

.txt-preto-22 {
    color: var(--adm-color-black);    
    font-size: 22px;
    font-weight: 400;
}

.txt-preto-24 {
    font-size: 24px;
    font-weight: 700;
    color: black;
    text-align: justify;
}

.txt-red-24 {
    color: red;
    font-weight: 600;
    font-size: large;
}

.txt-titulo {
    color: var(--adm-color-blue2);
    font-size: 36px;
    font-weight: 700;
    width: 100%;
    margin-top: 20px;
}

.txt-sub {
    color: var(--adm-color-blue2);
    font-size: 24px;
    font-weight: 700;
    width: 100%;
    margin-top: 20px;
}

.txt-subtitulo {
    color: var(--adm-color-blue2);
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    justify-content: center;
}

.vertical-align{
    vertical-align: middle;
}

@media (max-width: 575px) { 
    .img-foto {
        width: 100%;
    }

    .txt-preto-22 {
        font-size: 20px;
    }

    .txt-azul-32 {
        font-size: 24px;
    }
}

/*PÁGINAS DE BENEFICIÁRIOS - INÍCIO*/
.card {
    border-radius: 10px;
    background: rgba(225, 245, 254, 0.50);
    --bs-card-border-color: none !important;
}

.img-notfound {
    width: 250px;
    margin: auto;    
    display: flex;
}

.p-laterais {
    padding: 10px 20px;
    margin-left: 2px;
}

.situacao {
    border-radius: 20px;
    background: #459045;
    font-weight: 700;
    text-align: center;
    color: white !important;
}

.min-w-150 {
    min-width: 150px;
}

.steelblue {
    color: steelblue;
}

.cen-esq{
    text-align: center;
}

@media (max-width: 575px) {
    .position {
        display: flex;
        justify-content: center;
    }

    .table {
        --bs-table-bg: none !important;
    }
}

@media (max-width: 348px) {
    .cen-esq {
        text-align: left;
    }
}
@media (min-width: 992px) and (max-width: 1400px) {
   .btn-buscar{
       width:120px;
   }
    
}
/*PÁGINAS DE BENEFICIÁRIOS - FIM*/

/*PÁGINAS DE HISTÓRICOS - INICIO*/
.card {
    border-radius: 10px;
    background: rgba(225, 245, 254, 0.50);
    --bs-card-border-color: none !important;
}

.classe1 {
    color: #459045; /*verde*/
    font-weight: 700;    
}

.classe2 {
    color: #E33134; /*vermelho*/
    font-weight: 700;    
}

.classe3 {
    color: #FA8500; /*laranja*/
    font-weight: 700;
}

.classe4 {
    color: #07a1ff; /*azul*/
    font-weight: 700;    
}
    
.table {
    --bs-table-bg: none !important;
}

    @media (max-width: 768px) {
        .table th.mes {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 150px;
        }
    }
/*PÁGINAS DE HISTÓRICOS - FIM*/

/*OVERRIDE - INICIO*/
.table>:not(caption)>*>* {
    background-color: none !important;
}

/*OVERRIDE - FIM*/