h1 {
    color: #272727;
    font-size: 2.3rem;
}

a {
    color: #060690;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
    color: #aa1916;
}

.subtitulo {
    font-size: 1.25rem;
    color: #060690 !important;
}


#o-que-e {
    font-size: 1.1rem;
}

h3 {
    color: #060690;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1.5rem;
}

.material-icons {
    color: #aa1916;
}

.separator {
    display: flex;
    align-items: center;
    text-align: center;
    color: #6c757d;
    /* cor do texto (cinza Bootstrap) */
    font-size: 0.9rem;
    margin: 2rem 0;
}

.separator::before,
.separator::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #ccc;
}

.separator:not(:empty)::before {
    margin-right: 0.75em;
}

.separator:not(:empty)::after {
    margin-left: 0.75em;
}

.icone {
    list-style: none;
    /* remove as bolinhas padrão */
}

.icone li {
    position: relative;
    padding-left: 22px;
    /* espaço para o ícone à esquerda */
}

.icone li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    /* centraliza verticalmente */
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    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;
}

table {
    background-color: #fff;
    overflow: hidden;
    border-radius: 10px;
}

table th {
    background-color: #D7AC8C !important;
    text-transform: uppercase;
    vertical-align: middle !important;
}

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;
}

.table.tabela-custom {
    border-collapse: separate;
    border-spacing: 0;
}

.table.tabela-custom th,
.table.tabela-custom td {
    border: 0.125rem solid #ffffff;
}

.icone1 {
    position: relative;
    padding-left: 18px;
    /* espaço para o ícone */
}

.icone1::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    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;
}

.material-icons {
    color: #aa1916;

}