﻿body {
    background: #EEEEEE;
    font-size: 16px;
    height: 100vh;
}

/*-------------Design Tela de Erro-----------*/
.imagemFundoError {
    background-image: url('../../Content/Images/Background_login.jpg');
    width: 100%;
    height: 100%;
}
.corpo {
    text-align: center;
}
.imagemlogo {
    display: flex;
    justify-content: center;
    height: 6rem;
    margin-top: 64px;
}
.imagemSemaforo {
    height: 150px;
    width: 150px;
}

/*-------------- ALTERAÇÃO RADIO BUTTON -----------------*/

.custom-radio .custom-control-label::before {
    border-radius: 50%;
    border: 1px solid;
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #850000;
    box-shadow: inset -5px -8px 10px #850000, inset 6px 6px 10px #FFF;
    background-color: #850000;
    border: 2.5px solid;
}

.custom-control-input:checked ~ .borda-radio-checked::before {
    background-color: #850000;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    border: 1px solid;
    border-radius: 50%;
    background-image: none;
}

.custom-control-input:disabled ~ .custom-control-label {
    color: #dee2e6;
}

.custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #dee2e6;
    box-shadow: inset -5px -8px 10px #ddd;
    color: #dee2e6;
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: #dee2e6;
}

/*-------------- FIM ALTERAÇÃO RADIO BUTTON -----------------*/


/*ALTERAÇÃO CHECK BUTTON*/
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgb(228 228 228 / 50%);
}
/*-------------- FIM ALTERAÇÃO CHECK BUTTON -----------------*/

.control-label{
    font-weight:600;
}

.loginbody {
    background-image: url('../Images/Background_login.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.footer {
    background-color: #EEEEEE;
    display: inline-block;
    margin-top: 8px;
    top: 37rem;
    position: sticky;
    width: 90%;
    text-align: center;
    z-index: 1;
    font-size: small;
    left: 20rem;
}

.login {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    background-color: #ffffff;
    width: 650px;
    height: 500px;
    box-shadow: 1px 1px 0.5px 0.25px #000000;
}

.logo {
    width: 190px;
    height: 68px;
}

.img {
    display: flex;
    justify-content: center;
}

p {
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    height: 56px;
    padding: 4px 4px 4px 8px;
    background: #EEEEEE !important;
    border: none;
    border-radius: 0;
    margin-bottom: 16px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

i,
span {
    display: inline-block;
}
/* ---------------------------------------------------
SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
    display: flex;
    align-items: stretch;
}

.container-sidebar {
    min-width: 256px;
    max-width: 256px;
}

#sidebar {
    height: 100%;
    min-width: 256px;
    max-width: 256px;
    background: #972D2D;
    transition: all 0.3s;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 8px;
    z-index: 1;
}

.container-sidebar.active {
    transition: 0.5s;
    min-width: 74px;
    max-width: 74px;
}

#sidebar.active {
    min-width: 74px;
    max-width: 74px;
    text-align: center;
}

    #sidebar.active .sidebar-header h3,
    #sidebar.active .CTAs {
        display: none;
    }

    #sidebar.active .sidebar-header strong {
        display: block;
        justify-content: center;
    }

.sidebar-header h3 {
    /*height: 32px;*/
    padding: 0;
    margin: 0;
}

#sidebar ul li {
    color: white;
    padding-bottom: 14px;
}

    #sidebar ul li a {
        color: white !important;
        text-align: left;
    }

        #sidebar ul li a:hover {
            color: #850000;
            background: #850000;
            opacity: 100%;
        }

        #sidebar ul li a i {
            height: 18px;
        }

        #sidebar ul li a span {
            height: 18px;
            padding-left: 4px;
        }

#sidebar.active ul li .corMenuDropend {
    color: #808080;
}

#sidebar.active ul li a {
    padding: 12px 10px;
    text-align: center;
    font-size: 0.85em;
}

    #sidebar.active ul li a i {
        display: block;
        margin-bottom: 5px;
        margin-right: 10px;
    }

    #sidebar.active ul li a span {
        display: none;
    }

#sidebar.active ul ul a {
    padding: 10px !important;
}

#sidebar ul.components {
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    background-color: #972D2D;
}

#sidebar ul li a {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 4px;
    font-size: 1.1em;
    display: block;
    opacity: 60%;
}

#sidebar .sidebar-header {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    border-top-right-radius: 4px;
    background: linear-gradient(to bottom, rgb(245 238 238) 0%, rgb(201 149 149) 30%, rgb(169 91 91) 60%, rgb(148 45 45) 100%);
}

    #sidebar .sidebar-header strong {
        display: none;
        font-size: 1.8em;
        padding-bottom: 20px;
    }

.barra-lateral--linha1 {
    color: white;
    display: flex;
    justify-content: center;
    padding-bottom: 24px;
}

.barra-lateral--linha2 {
    display: flex;
    justify-content: center;
    padding-bottom: 16px;
}
/*-----------------------------------------------
           CONFIG DROPDOWN COLLAPSE
-----------------------------------------------*/

.setaDrop {
    position: relative;
    display: block;
    right: -175px;
    transform: translateY(-50%);
    transform: rotate(-90deg);
    margin: 0px;
    top: -22px;
}

a[aria-expanded="true"] .setaDrop {
    position: relative;
    display: block;
    right: -175px;
    transform: translateY(-50%);
    transform: rotate(0deg);
    top: -22px;
}

#sidebar.active .setaDrop {
    position: relative;
    display: block;
    right: -28px;
    transform: translateY(-50%);
    transform: rotate(-90deg);
    margin: 0px;
    top: -18px;
}

.tamanho-link-sidebar {
    height: 51px;
}

#sidebar.active .tamanho-link-sidebar {
    width: 42px;
    height: 44px;
}


#sidebar.active .collapsePages-DropEnd {
    position: absolute;
    left: calc(9.5rem / 2);
    z-index: 1;
    top: 120px; /*específico para o configuração*/
    background-color: #ffffff;
    box-shadow: 5px 5px 7px 0px rgba(0,0,0,0.88);
}

/*-----------------------------------------------
           FIM CONFIG DROPDOWN COLLAPSE
-----------------------------------------------*/
ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #972D2D;
}

ul.CTAs {
    padding: 20px;
}

    ul.CTAs a {
        text-align: center;
        font-size: 0.9em !important;
        display: block;
        border-radius: 5px;
        margin-bottom: 5px;
    }

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/*ALTERAR EM TODOS OS CSSs estava com !importante gerando conflitos*/
a:link:hover {
    color: #000000;
}

.btn-secondary {
    color: #850000 !important;
}

.btn-secondary:hover {
    color: #ffffff !important;
}


.btn-primary {
    color: #ffffff !important;
}

.btn-primary:hover {
    color: #ffffff !important;
}

.btn-selec-inicial {
    width: 320px;
    height: 40px;
    border-radius: 8px;
    box-shadow: 1px 1px 4px black;
    color: #850000;
    border-left-color: #850000;
    border-left-width: 4px;
}

.btn-selec-inicial:focus {
    width: 320px;
    height: 40px;
    border-radius: 8px;
    box-shadow: 2px 2px 8px black;
    color: #850000;
    border-left-color: #850000;
    border-left-width: 4px;
}

/* ---------------------------------------------------
CONTENT STYLE
----------------------------------------------------- */
/*.container-content {
    width: 100%;
    min-height: 100vh;
    transition: all 0.3s;
}*/

#content {
    position: fixed;
    width: 100%;
    z-index: 10;
}

.body-content {
    padding: 10px;
    margin: 10px;
}

.container-fluid {
    display: flex;
    padding-left: 10px;
    justify-content: flex-start !important;
}

.btn-info {
    color: black;
    background-color: white;
    width: 35px;
    height: 35px;
    border-color: black;
}

    .btn-info:hover, .btn-info::before, .btn-info::after, .btn-info:active {
        color: #972D2D;
        background-color: whitesmoke;
        background: none;
        width: 35px;
        height: 35px;
        border-color: black;
    }

.container-fluid--button {
    display: flex;
    left: 4px;
}

#sidebarCollapse {
    display: flex;
    justify-content: flex-start !important;
    background-color: #EEEEEE;
    color: black;
    padding: 6px;
    margin: 4px;
}

/*---------------------------------------------------------------------
                            NOME LOGADO
---------------------------------------------------------------------*/


.nomeLogin {
    height: 46px;
    margin-right: 250px;
    line-height: 45px;
}


.nomeLogin ul li a {
    background: none;
    padding-top: 10px;
}

.nomeLogin ul ul {
    height: 46px !important;
}


/*
-----------------------------
    modulo COM CLASSE DO SIDEBAR NÃO ATIVO
-----------------------------*/
#menu-lateral-modulo {
    display: flex;
    justify-content:center;
    padding-bottom: 8px !important;
}

#menu-lateral-modulo--itens {
    height: 49px;
    position: relative;
    width: 224px;
    opacity: 100%;
    align-items: center;
    background-color: #850000;
    border-radius: 4px;
    padding-left: 12px;
    padding-right: 8px;
    padding-top: 6px;
    padding-bottom: 10px;
}

.nome-modulo {
    grid-area: nome-modulo;
    color: white;
    font-size: 25px;
    padding-left: 12px
}

.nome-modulo-menor {
    display: none;
}

/*---------------------------------------
    modulo COM CLASSE DO SIDEBAR ACTIVE
-----------------------------------------*/

.active ul li #menu-lateral-modulo--itens {
    padding-left: 1px;
    padding-right: 0px;
    padding-top: 4px;
}

.active ul li div .nome-modulo {
    transition: 0.1s;
    display: none;
}

.active ul li div .nome-modulo-menor {
    display: flex;
    padding-left: 6px;
}
/*-------------------------------------
        DESCRIÇÃO DA VERSÃO
-------------------------------------*/
.versao {
    padding-bottom: 8px !important;
}

.texto-versao {
    text-align: center;
    font-size: 10px;
    opacity: 60%;
    color: white;
}


/* ---------------------------------------------------
MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {

    .login {
        width: 325px;
    }

    .logo {
        width: 100px;
        height: 30px;
    }


    /*.footer {
        display: flex;
        margin-top: 9%;
        text-align: center;
    }*/

    #sidebar {
        min-width: 74px;
        max-width: 74px;
        text-align: center;
        margin-left: -80px !important;
    }

    .container-sidebar {
        transition: 0.5s;
        min-width: 80px;
        max-width: 80px;
        margin-left: -80px !important;
    }

        .container-sidebar.active {
            transition: 0.5s;
            min-width: 74px;
            max-width: 74px;
            margin-left: 0 !important;
        }

    #sidebar.active {
        margin-left: 0 !important;
    }

    #sidebar .sidebar-header h3,
    #sidebar .CTAs {
        display: none;
    }

    #sidebar .sidebar-header strong {
        display: block;
    }

    #sidebar.active ul li a {
        padding: 12px 10px;
    }

    #sidebar ul li a {
        padding: 12px 10px;
    }

        #sidebar ul li a span {
            display: none;
        }

        #sidebar ul li a i {
            margin-right: 0;
            display: block;
        }

    #sidebar ul ul a {
        padding: 10px !important;
    }

    #sidebar ul li a i {
        font-size: 1.3em;
    }

    #sidebar {
        margin-left: 0;
    }

    #sidebarCollapse span {
        display: none;
    }

    #menu-lateral-modulo--itens {
        padding-left: 1px;
        padding-right: 0px;
        padding-top: 4px;
    }

    .nome-modulo {
        display: none;
    }

    .nomeLogin {
        height: 46px;
        margin-right: 50px;
    }

    .navbar-nav {
        display: flex;
        flex-direction: row;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        margin-right: 32px !important;
    }

    .navbar-nav.active {
        margin-right: 98px !important;
    }


    .btn-painel-inicial {
        text-decoration: none !important;
        width: 350px;
        height: 40px;
        border-radius: 8px;
        box-shadow: 1px 0px 3px black;
        color: #850000;
        border-left-color: #850000;
        border-left-width: 4px;
    }

    .btn-painel-inicial:focus {
        text-decoration: none !important;
        width: 350px;
        height: 40px;
        border-radius: 8px;
        box-shadow: 2px 2px 8px black;
        color: #850000;
        border-left-color: #850000;
        border-left-width: 4px;
    }

}

@media screen and (min-device-width: 280px ) and (max-device-width: 290px) {
    .navbar {
        height: 77px;
    }
}


@media (max-width: 992px) {
    .nomeLogin {
        display: flex;
        height: 46px;
        flex-wrap: nowrap;
    }

    semQuebra {
        flex-wrap: nowrap;
    }
}

/*# sourceMappingURL=estilo.css.map */

#tittela {
    height: 64px;
    width: 100%;
    padding: 16px 0px 16px 0px;
    background-color: #EEEEEE;
    margin-left: 0px;
}

#caminho {
    display: flex;
    flex-direction: row;
    height: 8px;
    width: 100%;
    padding: 19px;
    font-weight: bold;
}

.corPaginaAtual{
    color: #850000
}

#btn-menu {
    width: 320px;
    height: 40px;
}

.tamanho-padrao--icone {
    display: inline-block ;
    width: 24px ; 
    text-align:center;
}










/*----------------testes mensagem etc navbar---------------*/

.badge-counter {
     position: absolute; 
     transform: scale(.7); 
     transform-origin: top right; 
     right: 0.01rem; 
     margin-top: -0.25rem; 
}

.badge-danger {
    color: #fff;
    background-color: #e74a3b;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.35rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.topbar .topbar-divider {
    width: 0;
    border-right: 1px solid #e3e6f0;
    height: calc(4.375rem - 2rem);
    margin: auto 1rem;
}

.navbar-expand .navbar-nav {
    flex-direction: column;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #3a3b45;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}



.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: .85rem;
    color: #858796;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e3e6f0;
    border-radius: 0.35rem;
}

.alertaDropdown {
    position: absolute !important;
    float: none;
}

.drop-nav.dropdown-toggle:after {
    display: none;
}

.dropdown-toggle::after {
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}


.fa-fw {
    text-align: center;
    width: 1.25em;
}


.navbar-nav {
    display: flex;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-right: 280px ;
}

.navbar-nav.active {
    margin-right: 98px ;
    
}


navbar-botao-itens{
    flex-flow: row nowrap;
    display: flex;
}


.navbar-expand .navbar-nav {
    flex-direction: row;
}



.flex-column {
    flex-direction: column !important;
}

#content-wrapper {
    background-color: #f8f9fc;
    width: 100%;
    overflow-x: hidden;
}




/* Small Sizes */
@media (max-width: 480px) {
    .table-action thead {
        display: none;
    }

    .table-action tr {
        border-bottom: 1px solid #dddddd;
    }

    .table-action td {
        border: 0;
    }

        .table-action td:not(:first-child) {
            display: block;
        }
}



/* Desenha as sombras */
.sombra {
    -webkit-box-shadow: 3px 2px 4px rgba(50, 50, 50, 0.37);
    -moz-box-shadow: 3px 2px 4px rgba(50, 50, 50, 0.37);
    box-shadow: 3px 2px 4px rgba(50, 50, 50, 0.37);
}



/*.botaoHover {
     height: 42px;
    width: 42px;
}

.botaoHover:hover {
    display: inline-block;
    position: relative;
    background-color: #eaecf4;
    border-radius: 50%;
     height: 32px;
    width: 32px;
    opacity: 0.5;
    justify-content:center;
}*/



/*------------ Botão calendário MÊS/ANO ----------*/


 .input-group-addon {
    cursor: pointer;
}

.input-group-addon {
    padding: 6px 12px;    
    font-weight: 400;  
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.input-group-addon:hover {
   opacity: 60%;
}

/*-------------------- ALTERAÇÂO DO LAYOUT DATATABLE---------------------*/

#myTable tr.even {
    /*background-color: #972D2D !important;*/
    cursor: pointer;
}

table#myTable.dataTable tbody tr:hover {
    background-color: rgba(151,45,45,0.5);
    cursor: pointer !important;
    color: #fff !important
}


    table#myTable.dataTable tbody tr:hover > .sorting_1 {
        background-color: rgba(151,45,45,0.5);
        cursor: pointer !important;
        color: #fff !important
    }

table.dataTable tbody tr.selected > * {
    box-shadow: inset 0 0 0 9999px rgb(151 45 45 / 90%) !important;
    color: white !important;
}

.nav-tabs .nav-link {
    border: 1px solid #0000003d;
    color: #495057;
}

    .nav-tabs .nav-link:hover {
        background: #0000003d;
    }

.dataTables_wrapper .dataTables_paginate span .paginate_button.current {
    background: #850000 !important;
    color: #ffffff !important;
}

    .dataTables_wrapper .dataTables_paginate span .paginate_button.current:hover {
        background: #850000 !important;
        color: #ffffff !important;
    }

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #eeeeee !important;
    border: 1px solid #dddddd !important;
}


.modal-grande {
    max-width: 1200px !important;
    margin: 1.75rem auto;
}


/*BOTÂO defs AUTORIZAR E CANCELAR AF */

.btn-selec-autoriza-exclui {
    height: 40px;
    border-radius: 8px;
    box-shadow: 1px 0px 3px black;
    color: #850000;
    border-left-color: #850000;
    border-left-width: 4px;
}


/*BOTÕES PÁGINA INICIAL*/

.btn-selec-inicial:focus {
    height: 40px;
    border-radius: 8px;
    box-shadow: 2px 2px 8px black;
    color: #850000;
    border-left-color: #850000;
    border-left-width: 4px;
}

.btn-painel-inicial {
    text-decoration: none !important;
    width: 185px;
    height: 40px;
    border-radius: 8px;
    box-shadow: 1px 0px 3px black;
    color: #850000;
    border-left-color: #850000;
    border-left-width: 4px;
}

    .btn-painel-inicial:focus {
        text-decoration: none !important;
        width: 185px;
        height: 40px;
        border-radius: 8px;
        box-shadow: 2px 2px 8px black;
        color: #850000;
        border-left-color: #850000;
        border-left-width: 4px;
       
    }

    .btn-painel-inicial:visited {
        color: #850000;
    }


.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip:padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}


.carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30% !important;
    color: #fff;
    text-align: center;
    opacity: 0.5;
}


/*.carousel-indicators [data-bs-target]{




}*/
/*FIM BOTÕES PÁGINA INICIAL*/
/*BARRA DE ROLAGEM NOS PAINEIS FRONTAIS*/
/*.painel-overflow {
    max-height: 110px;
    overflow-y: auto;
}*/
.carregandoRequisicao {
    opacity: 0.5;
    color: #850000;
    font-size: 30px;
    width: 1em;
    height: 1em;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    position: fixed;
    animation: mulShdSpin 1.3s infinite linear;
    transform: translateZ(0);
    z-index: 2000; /*z-index da modal do bootstrap é 1050*/
}

.naoCarregandoRequisicao{
    display: none;
}

.selecionaAFTable {
    width: 80%;
}

/*vindo de animation do .carregandoRequisicao*/
@keyframes mulShdSpin {
    0%, 100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }

    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }

    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }

    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}


/*ALTERAÇÃO NO TAB INDEX*/
.tab-trust .nav-item .nav-link.active {
    color: #fff;
    background-color: #850000;
}

.tab-trust .nav-item .nav-link {
    color: #000000;
}

    .tab-trust .nav-item .nav-link:hover {
        color: #850000;
        opacity: 80%;
    }

    .tab-trust .nav-item .nav-link.active:hover {
        color: #fff;
    }