.btn-secundaria {
    background-color: #c28a00;
    color: #fff;
    font-weight: 600;
}

.btn-secundaria-inverse {
    border: 1px solid #c28a00;
    color: #c28a00;
    background: #fff;
    font-weight: 600;
}

/* centralizar os labels */
.form-label-centered {
    text-align: center;
    display: block;
    width: 100%;
}

.secao-calculadora {
    max-width: 820px;
    margin: 0 auto;
}

/* Remover ícone nativo do input date */
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

input[type="date"] {
    text-align: center;
}

.negativo {
    color: #c0392b;
}

.positivo {
    color: #0b6623;
}

.resultado-card {
    margin-top: 1rem;
}

.details-area {
    margin-top: 1rem;
}

.double-arrow {
    vertical-align: middle;
    font-size: 20px;
    margin-right: 6px;
}

/* tabela detalhes pequena */
.table-small td,
.table-small th {
    padding: .25rem .5rem;
    font-size: .9rem;
}

#tabelasConteudo table {
    width: 100%;
}

#tabelasConteudo table th,
#tabelasConteudo table td {
    text-align: center;
    vertical-align: middle;
}

.table.tabela-custom {
    background-color: #fff;
    border-radius: 10px;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.table.tabela-custom th {
    background-color: #D7AC8C !important;
    text-transform: uppercase;
    color: #000;
    text-align: center;
}

.table.tabela-custom td {
    background-color: #faf3eb !important;
    vertical-align: middle;
    transition: background-color 0.3s;
    text-align: center;
}

.table.tabela-custom td:hover {
    background-color: #ebddce !important;
}

.table.tabela-custom th,
.table.tabela-custom td {
    border: 0.125rem solid #ffffff;
}

/* ===== Resultado grande ===== */
#resultadoValor {
    font-size: 2.2rem;
    font-weight: bold;
    color: #c28a00;
}

.card-subtitle {
    font-size: 0.9rem;
    color: #555;
}

.table {
    width: 100% !important;
}

html,
body {
    overflow-x: hidden;
    /* impede scroll lateral */
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

h1 {
    color: #272727 !important;
    font-size: 2.3rem !important;
}

.subtitulo {
    font-size: 1.25rem;
    color: #060690 !important;
}