body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: #ffffff;
  color: #000000;
}

.site-header {
  background-color: #003366;
  color: #ffffff;
  padding: 20px;
  text-align: center;
}

.site-header img.logo {
  max-height: 60px;
  display: block;
  margin: 0 auto 10px;
}

.menu-principal {
  background-color: #004080;
  padding: 10px 0;
  text-align: center;
}

.menu-principal ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-principal li {
  display: inline;
  margin: 0 15px;
}

.menu-principal a {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}

.menu-principal a:hover {
  text-decoration: underline;
}

main {
  padding: 20px;
  max-width: 900px;
  margin: 0 auto;
}

.site-footer {
  background-color: #003366;
  color: #ffffff;
  text-align: center;
  padding: 15px;
  margin-top: 30px;
}
.imovel-card {
  border: 1px solid #ccc;
  padding: 15px;
  margin-bottom: 20px;
  background-color: #f9f9f9;
  text-align: center;
}

.imovel-card img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}

.imovel-card h2 {
  margin: 10px 0;
  font-size: 1.2rem;
}

.imovel-card .preco {
  color: green;
  font-weight: bold;
  margin: 5px 0;
}
.form-cadastro {
    max-width: 600px;
    margin: 40px auto;
    padding: 20px;
    border: 1px solid #ccc;
    background-color: #f4f4f4;
    border-radius: 8px;
}

.form-cadastro label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.form-cadastro input,
.form-cadastro select,
.form-cadastro textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #aaa;
    border-radius: 5px;
    font-size: 1rem;
}

.form-cadastro button {
    background-color: #003366;
    color: white;
    padding: 12px 20px;
    font-size: 1rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.form-cadastro button:hover {
    background-color: #002244;
}
/* Painel Administrativo */
.painel-container {
    max-width: 1000px;
    margin: 30px auto;
    padding: 20px;
    background-color: #f4f4f4;
    border-radius: 8px;
    border: 1px solid #ccc;
}

.painel-container h2 {
    text-align: center;
    margin-bottom: 20px;
}

.tabela-imoveis {
    width: 100%;
    border-collapse: collapse;
}

.tabela-imoveis th,
.tabela-imoveis td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
}

.tabela-imoveis th {
    background-color: #003366;
    color: white;
}

.tabela-imoveis tr:nth-child(even) {
    background-color: #f9f9f9;
}

.tabela-imoveis .status {
    font-weight: bold;
}

.tabela-imoveis .status.ativo {
    color: green;
}

.tabela-imoveis .status.inativo {
    color: red;
}

.tabela-imoveis button {
    padding: 6px 12px;
    margin: 2px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.9rem;
}

.tabela-imoveis .editar {
    background-color: #007bff;
    color: white;
}

.tabela-imoveis .excluir {
    background-color: #dc3545;
    color: white;
}
/* Painel Administrativo */
.painel-container {
    max-width: 1000px;
    margin: 30px auto;
    padding: 20px;
    background-color: #f4f4f4;
    border-radius: 8px;
    border: 1px solid #ccc;
}

.painel-container h2 {
    text-align: center;
    margin-bottom: 20px;
}

.tabela-imoveis {
    width: 100%;
    border-collapse: collapse;
}

.tabela-imoveis th,
.tabela-imoveis td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
}

.tabela-imoveis th {
    background-color: #003366;
    color: white;
}

.tabela-imoveis tr:nth-child(even) {
    background-color: #f9f9f9;
}

.tabela-imoveis .status {
    font-weight: bold;
}

.tabela-imoveis .status.ativo {
    color: green;
}

.tabela-imoveis .status.inativo {
    color: red;
}

.tabela-imoveis button {
    padding: 6px 12px;
    margin: 2px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.9rem;
}

.tabela-imoveis .editar {
    background-color: #007bff;
    color: white;
}

.tabela-imoveis .excluir {
    background-color: #dc3545;
    color: white;
}
.form-login {
  max-width: 400px;
  margin: 40px auto;
  padding: 20px;
  background-color: #f4f4f4;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.form-login h2 {
  text-align: center;
  margin-bottom: 20px;
}

.form-login label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.form-login input {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.form-login button {
  width: 100%;
  padding: 12px;
  background-color: #003366;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1rem;
}

.form-login button:hover {
  background-color: #002244;
}
