/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #005ac5 !important;
    border: 1px solid #0056bd !important;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
        background-color: #00479d !important;
        border: 1px solid #003b83 !important;
    }

.btnPesquisar {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btnVoltar {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: 0.375rem 1.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
    background-color: transparent;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px !important;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

h2 {
    font-size: 17px;
    color: #212529;
    text-transform: uppercase;
    font-weight: 800;
    font-family: 'gorutsxbold' !important;
    margin: 180px 0 30px 0;
}

    h2:after {
        height: 5px;
        width: 70px;
        border-radius: 20px;
        content: " ";
        background-color: #005ac5;
        display: block;
        margin-top: 5px;
    }

.bgInterno h2 {
    font-size: 17px;
    color: #212529;
    text-transform: uppercase;
    font-weight: 800;
    font-family: 'gorutsxbold' !important;
    margin: -8px 0px 10px;
}

    .bgInterno h2:after {
        height: 5px;
        width: 70px;
        border-radius: 20px;
        content: " ";
        background-color: #005ac5;
        display: block;
        margin-top: 0px;
    }

.form-control {
    -moz-border-radius: 2px;
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    background-color: #fafafa;
    border-radius: 5px;
    border: 1px solid #f4f7Fa;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 36px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    background-image: linear-gradient(to top, #dbdbdb 2px, rgba(210, 210, 210, 0) 2px) !important;
}


.Botaoresponsivo {
    margin-top: 20px;
}

.rotulo {
    font-size: 13px !important;
    font-family: 'nunito' !important;
    /* text-transform: inherit !important; */
    text-transform: uppercase;
    color: #8ab6bb;
    margin-bottom: 3px;
    margin-left: 2px;
    display: block;
    margin-top: 20px;
    text-transform: uppercase;
}


.campoDesativado {
    width: 100%;
    min-height: 34px;
    font-family: dinregular;
    font-size: 15px;
    font-weight: normal !important;
    color: #9e9e9e;
    text-shadow: #fff 1px 1px 1px;
    text-transform: uppercase;
    background: #f4f4f4;
    padding: 17px 12px 13px 14px;
    outline: none;
    display: inline-block;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: inset 1px 1px 4px 0px rgb(0 0 0 / 4%);
    -moz-box-shadow: inset 1px 1px 4px 0px rgba(0, 0, 0, 0.04);
    box-shadow: inset 1px 1px 4px 0px rgb(0 0 0 / 4%);
}


.containerPortal {
    background-color: #fff;
    border-radius: 18px;
    margin-top: 54px;
    overflow: hidden;
    padding-bottom: 50px;
}

.carteira-container {
    width: 50%;
    margin: 0 auto;
    border-radius: 10px;
}

.logo-pms {
    position: relative;
    padding: 41px 33px 0px 0px;
    text-align: right;
}

.carteira-categoria h1 {
    white-space: pre-line;
}

.imagemCircular {
    width: 160px;
    height: 180px;
    border-radius: 10%;
    border-color: gray;
    overflow: hidden;
    margin-top: 20px;
}

.carteira-dados {
    margin-top: 5px;
    margin-left: 20px;
    flex: 1;
}

.carteira-foto {
    flex: 0 0 auto;
    margin-left: 20px;
}

.carteira-titulo {
    font-family: 'exo_2bold';
    color: #2d7086;
    font-size: 30px;
    text-transform: uppercase;
    padding: 8px 17px;
    text-align: center !important;
}

.carteira-titulo-comp {
    font-family: 'exo_2black';
    color: #2d7086;
    font-size: 32px;
    text-transform: uppercase;
    padding: 8px 17px;
    text-align: center !important;
}

.carteira-sub-titulo {
    background-repeat: no-repeat;
    background-size: initial;
    text-transform: uppercase;
    font-family: 'exo_2black';
    font-size: 20px;
    color: #27bfd0;
    height: auto;
    padding: 8px 17px;
    text-align: center !important;
}


.header {
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #3498db;
    color: white;
    padding: 20px;
}

.info-box-container {
    display: flex;
    justify-content: center;
}

.info-box {
    width: 80%;
    max-width: 400px;
    margin: 20px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
    background-color: #f9f9f9;
}

    .info-box h2 {
        margin-bottom: 10px;
        color: #333;
    }

    .info-box p {
        color: #666;
    }

.circle {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #3498db;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px
}

.tituloTelaInicial {
    text-align: center;
    margin: 20px 0;
    width: 100%;
    font-weight: bold;
    font-size: 16px;
}

.header-item a {
    color: black;
    text-decoration: none;
}

.containerExplicacao {
    margin-left: 100px;
}

.container.bg {
    padding: 0 20px;
}

.container {
    max-width: 1440px !important;
}

.row.interno {
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menuTopo {
    text-align: right;
    font-size: 16px;
    color: #fff;
    padding: 0px 20px 0 0;
    text-transform: uppercase;
    text-shadow: 0px 0px 13px rgba(0,0,0,0.20);
    line-height: 28px;
    font-weight: 700;
    color: #fff;
}

.tituloTopo {
    font-family: 'Nunito';
    font-weight: 900;
    font-size: 40px;
    padding: 100px 0px 50px 0px;
    color: #fff;
    text-shadow: 0px 0px 13px rgba(0,0,0,0.20);
    text-align: left;
}

.menuTopo a {
    margin-right: 15px;
    color: #fff;
}

.logo img {
    height: 60px;
    margin-top: 21px;
}

.logoFibromialgia img {
    height: 11rem !important;
    margin-top: 100px;
}

.bgInterno {
    background-color: white;
    border-radius: 12px;
    padding: 45px;
    margin-top: 5px;
    margin-bottom: 25px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.25);
}

    .bgInterno.mH320.responsivo a {
        font-family: 'Nunito';
        font-weight: 900;
        font-size: 24px;
        color: #3b3b3b;
        cursor: pointer;
    }

    .bgInterno.mH320.responsivo img {
        display: block;
        margin: 0 auto;
    }

.boasVindas {
    font-size: 17px;
    padding-bottom: 12px;
    font-family: nunito;
    font-weight: 700;
    color: #6e6e6e;
    border-bottom: solid 1px #ededed;
    display: flex;
    justify-content: space-between;
    line-height: 32px;
    margin-bottom: 35px;
}

    .boasVindas span {
        font-weight: 900;
        color: #84bdb5;
    }

.mH320 {
    min-height: 320px;
    padding-top: 60px;
}

.bgInterno.mH320.responsivo.laranja {
    border-left: 10px solid #ff9f21;
    text-align: center;
}

.bgInterno.mH320.responsivo.azul {
    border-left: 10px solid #00e6f1;
    text-align: center;
}

.bgInterno.mH320.responsivo.verde {
    border-left: 10px solid #76fdc5;
    text-align: center;
}

.texto {
    margin-top: 35px;
}

/*MENU BOOTSTRAP PAGINA TELA INICIAL*/
.bg-light {
    background-color: #ffffff00 !important;
    font-weight: 700 !important;
    font-size: 14px !important;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(255 159 33) !important;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(255 255 255 / 68%) !important;
}

    .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
        color: rgb(255 255 255 / 90%) !important;
    }

@media (max-width: 991px) {
    .bg-light {
        background-color: #ffffff00 !important;
    }

    .logo img {
        height: 50px;
        margin-top: 0px;
        margin-left: 15px;
    }

    .tituloTopo {
        font-size: 24px;
        top: -25px;
        position: relative;
    }
}

.tituloTelaInicial {
    font-size: 28px;
    padding-bottom: 12px;
    font-family: nunito;
    font-weight: 700;
    color: #00c2cb;
    border-bottom: solid 1px #ededed;
    display: flex;
    justify-content: space-between;
    line-height: 32px;
    margin-bottom: 35px;
}

.tituloAzul {
    font-size: 26px;
    padding-bottom: 12px;
    font-family: nunito;
    font-weight: 700;
    color: #3ab1dd;
    border-bottom: solid 1px #ededed;
    display: flex;
    justify-content: space-between;
    line-height: 32px;
    margin-bottom: 35px;
}

.tituloVerde {
    font-size: 26px;
    padding-bottom: 12px;
    font-family: nunito;
    font-weight: 700;
    color: #23cdc4;
    border-bottom: solid 1px #ededed;
    display: flex;
    justify-content: space-between;
    line-height: 32px;
    margin-bottom: 35px;
}

.atencao {
    background-color: #fff2c6;
    border-radius: 25px;
    padding: 10px 20px;
    margin: 10px 0px;
}

    .atencao:before {
        content: '\f05a' !important;
        font-family: "Font Awesome 6 Free" !important;
        font-weight: 900;
        -webkit-font-smoothing: antialiased;
        display: var(--fa-display,inline-block) !important;
        font-style: normal;
        font-variant: normal;
        line-height: 1;
        text-rendering: auto;
        font-size: 20px;
        top: 2px;
        color: #ebcb5d;
        margin: -3px 10px 0 0px;
        display: inline-block !important;
        position: relative;
    }

.contentRadioCheck {
    background-color: #fafafa;
    border-bottom: 2px solid #dbdbdb;
    border-top: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1;
    padding: 6px 15px;
    width: max-content;
    border-radius: 4px;
}

.checkboxCiente {
    float: left;
    position: relative;
    margin-right: 21px;
    top: 12px;
}

.textoCiente {
    float: left;
    position: relative;
    width: 86%;
    font-weight: 700 !important;
}

.contentCiente {
    background-color: #efefef;
    border-radius: 25px;
    padding: 11px 18px;
    margin-top: 50px !important;
    border: 1px dashed #bbb;
}

#contentCamposConsulta {
    border-top: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    border-bottom: 3px solid #ff9f21;
    padding: 10px;
    border-radius: 5px;
}

.campoJustificativa {
    height: 10rem !important;
}

.status-dropdown-Apto {
    padding: 10px;
}

.btn-warning {
    background-color: #9171ad !important;
    border: 1px solid #82639d !important;
}

    .btn-warning:hover {
        background-color: #765791 !important;
        border: 1px solid #62457b !important;
    }

    .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open > .dropdown-toggle.btn-warning {
        background-color: #62457b !important;
        border: 1px solid #62457b !important;
    }

}

.explicacao li {
    list-style: circle;
}

.card-metric {
    border-radius: 16px;
}

.metric-value {
    font-size: 1.6rem;
    font-weight: 700;
}

.metric-sub {
    color: #6c757d;
}

.chart-card {
    min-height: 420px;
}