table {
    background-color: #fff;
    overflow: hidden;
    border-radius: 10px;
}

table th {
    background-color: #D7AC8C !important;
    text-transform: uppercase;
}

table td {
    background-color: #faf7f3 !important;
    vertical-align: middle;
    transition: background-color 0.3s;
}

h1 {
    color: #272727;
    font-size: 2.3rem;
}

.table.table-striped {
    border-collapse: separate;
    border-spacing: 0;
}

.table.table-striped th,
.table.table-striped td {
    border: 2px solid #ffffff;
}

.link {
    color: #060690;
    text-decoration: none;
}

.link:hover {
    text-decoration: underline;
    color: #aa1916;
}

a {
    color: #060690;
    text-decoration: none;
    font-weight: 500;
}

a:hover {
    text-decoration: underline;
    color: #aa1916;
}

.subtitulo {
    font-size: 1.25rem;
    color: #060690 !important;
}