table {
    background-color: #fff;
    overflow: hidden;
    border-radius: 10px;
}

table th {
    background-color: #D7AC8C !important;
    text-transform: uppercase;
}

table td {
    background-color: #faf3eb !important;
    vertical-align: middle;
    transition: background-color 0.3s;
}

table td:hover {
    background-color: #ebddce !important;
}

.table.tabela-custom {
    border-collapse: separate;
    border-spacing: 0;
}

.table.tabela-custom th,
.table.tabela-custom td {
    border: 2px solid #ffffff;
}

h1 {
    color: #272727;
    font-size: 2.3rem;
}

.table.tabela-custom {
    border-collapse: separate;
    border-spacing: 0;
}

.table.tabela-custom th,
.table.tabela-custom td {
    border: 2px solid #ffffff;
}

.table td, 
.table th {
  vertical-align: middle;
}

.ano {
    color: #aa1916;
    font-size: 1.875rem;
}


.link {
    color: #060690;
    text-decoration: none;
}

.link:hover {
    text-decoration: underline;
    color: #aa1916;
}

.subtitulo {
    font-size: 20px;
    color: #060690 !important;
}

a {
    color: #060690;
    text-decoration: none;
    font-weight: 500;
}

a:hover {
    text-decoration: underline;
    color: #aa1916;
}

.negativo {
    color: #aa1916 !important;
}

.acumulado_negativo{
    color: #aa1916 !important;
    font-weight: s; /* opcional, para destacar */
}

.positivo {
    color: #00A87B;
}


.card-header-custom {
    background-color: #274964;
    /* azul escuro */
    color: white;
    position: relative;
    text-align: center;
    padding: 0.75rem 1rem;
    font-weight: 600;
    font-size: 1rem;
    height: 65px;
    line-height: 1.3;
}

/* Triângulo (seta) embaixo do header */
.card-header-custom::after {
    content: "";
    position: absolute;
    bottom: -10px;
    /* posiciona fora do header */
    left: 50%;
    transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #274964;
    width: 0;
    height: 0;
}

.card-value {
    font-size: 2.5rem;
    color: #3498db;
    /* azul claro */
    font-weight: 300;
    margin-bottom: 0;
}

.card-subtitle {
    font-size: 0.9rem;
}

.card-small-text {
    font-size: 0.75rem;
    color: #888;
}

.card-big-text {
    font-size: 1.15rem;
    color: #1e1e1e;
}