.secao-claro{
    background: #f8f8fa;
}

.section h2 {
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: 2rem;
  margin-bottom: 12px;
  color: #1e3a5f;
}

.sub-tabela { 
    margin-bottom: 32px; 
    max-width: 720px;
}

.contentFlex{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.imagem-tabela{
    width: 200px;
    height: 200px;
    margin-bottom: 32px;
}

.imagem-tabela img{
    width: 100%;
    height: 100%;
}

.painel {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(51, 51, 51, 0.5);
  padding: 20px;
}

.table-responsive { overflow-x: auto; }
.table-responsive table { 
    width: 100%; 
    border-collapse: collapse; 
    font-size: 0.95rem; 
}

.table-responsive th, 
.table-responsive td { 
    text-align: left; 
    padding: 8px; 
}

.table-responsive thead th { 
    font-weight: 600; 
}
