/* Geral para todas as tabelas */
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;
    border-radius: 5px;
}

table td:hover {
    background-color: #ebddce !important;
}

a {
    color: #060690;
    text-decoration: none;
    font-weight: 500;
    display: block;
}

a:hover {
    text-decoration: underline;
    color: #aa1916;
}

ul li {
    text-align: justify;
}

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;
}

.descontinuado{
    font-size: 14px;
    color: #060690;
}

.titulo{
    font-size: 20px;

}


.ano{
    color: #aa1916;
}


table.tabela-custom th:first-child,
table.tabela-custom td:first-child {
  width: 85%;
  text-align: left; /* Alinha o texto da primeira coluna à esquerda */
  padding-left: 0.5rem; /* Espaçamento interno à esquerda */
}

table.tabela-custom th:nth-child(2),
table.tabela-custom td:nth-child(2) {
  width: 15%;
  text-align: center; /* Centraliza o texto da segunda coluna */
}

.links a::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 6px;
    vertical-align: middle;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23aa1916' viewBox='0 0 16 16'%3E%3Cpath d='m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}