body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: #1c1c1c;
    color: #fff;
}

header a {
    color: #fff;
    text-decoration: none;
    margin: 0 10px;
    font-weight: bold;
    text-shadow: 0px 1px 1px #b6b6b6;
}

header a:hover {
    text-decoration: underline;

}

header img {
    height: 50px;
}

.logo{
    height: 100px;

  }
  .search {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px;
}

  .search input[type="text"] {
    width: 300px;
    height: 40px;
    border-radius: 20px;
    padding: 0 20px;
    margin-right: 20px;
    font-size: 16px;
    border: none;
    outline: none;
  }

  .search button {
    background-color: #1c1c1c;
    color: #fff;
    border: none;
    outline: none;
    border-radius: 20px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;

    -webkit-transition: width 0.5s, background 0.5s;
    -moz-transition: width 0.5s, background 0.5s;
    -o-transition: width 0.5s, background 0.5s;
    transition: width 0.5s, background 0.5s;
  }

  .inmueble {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 50px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  }
  
  .inmueble img {
    height: 200px;
    margin-right: 50px;
  }
  
  .inmueble h4 {
    font-size: 24px;
    margin-bottom: 10px;
  }
          .inmueble p {
              font-size: 20px;
              margin-bottom: 10px;
          }
  
          .caracteristicas {
              margin: auto;
                display: flex;
    margin: 50px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  }
  
  .caracteristicas h4 {
    font-size: 24px;
    margin-bottom: 10px;
    margin-left: 450px;
  }
  
  .caracteristicas table {
      margin-left: 120px;
  }
  
  .descripcion {
      margin: auto;
                display: flex;
      align-items: center;
    margin: 50px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  }
  
  .descripcion h4 {
    font-size: 24px;
    margin-bottom: 10px;
    margin-left: 450px;
  }
  
  .descripcion table {
      margin-left: 190px;
  }
  
  .detalles {
      margin: auto;
                display: flex;
      align-items: center;
    margin: 50px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  }
  
  .detalles h4 {
    font-size: 24px;
    margin-bottom: 10px;
    margin-left: 450px;
  }
  
  .detalles table {
      margin-left: 50px;
  }
  
  .calificacion {
      margin: auto;
                display: flex;
      align-items: center;
    margin: 50px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  }
  
  .calificacion h4 {
    font-size: 24px;
    margin-bottom: 10px;
    margin-left: 450px;
  }
  
  
  .calificacion table {
      margin-left: 30px;
  }

  /* DISEÑO TABLAS  */
  .campos {
    margin: 20px;
    padding: 20px;
    border-radius: 10px;
    background-color: #f2f2f2;

  }

  label {
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
  }

  input[type=text],
  select {
    width: 400px;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: 2px solid #bea6a6;
    border-radius: 4px;
  }

  input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }

  input[type=submit]:hover {
    background-color: #45a049;
  }



  h4 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
  }

  .campos form {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  label {
    font-size: 16px;
    font-weight: bold;
    margin-right: 10px;
  }

  input,
  textarea {
    font-size: 16px;
    padding: 5px;
    margin-bottom: 10px;
    border: 2px solid #bea6a6;
  }

  input[type="submit"] {
    text-align: center;
    width: 100px;
  }

  input[type="number"],
  input[type="date"],
  input[type="checkbox"] {
    width: 100px;
    border: 2px solid #bea6a6;
  }

  input[type="checkbox"] {
    margin-right: 5px;
  }

  input[type="checkbox"] {
    appearance: none;
    /* quita el estilo por defecto del navegador */
    background-color: #fff;
    border: 2px solid #bea6a6;
    border-radius: 5px;
    outline: none;
    box-shadow: none;
    padding: 5px;
    width: 40px;
    height: 20px;
  }

  input[type="checkbox"]:checked {
    background-color: #4caf50;
    border-color: #4caf50;
    color: #fff;
  }

  input[type="checkbox"]:hover {
    cursor: pointer;

  }

  table.default {
    margin-top: 20px;
    margin-bottom: 20px;
    border-collapse: collapse;
    border: none;
  }

  table.default th {
    text-shadow: 0px 2px 3px #9c9c9c;
    border: 1px solid #ccc;
    padding: 5px;
    text-align: center;
    border: none;
  }

  table.default td {
    border: 1px solid #ccc;
    padding: 5px;
    text-align: center;
    border: none;
  }

  h4 {
    text-align: center;
  }


  /* Efecto para hr */
  hr {
    width: 66.67%;
    /* 2/3 del ancho */
    margin: 0 auto;
    /* para centrar en pantalla */
    border: none;
    border-top: 2px solid #686868;
    /* añade una línea superior para el efecto relieve */
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    /* añade un sombreado para el efecto relieve */
  }

  .campos {

    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .imgEncabezado {
    height: 30px;
  }

  footer {
    background-color: #1c1c1c;
    color: #fff;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .table-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* Permite que las tablas se ajusten en pantallas más pequeñas */
  }

  .table {
    width: 48%;
    /* Reducir un poco el ancho para dejar espacio entre las tablas */
    margin-bottom: 20px;
    /* Agregar espacio entre las tablas */
    border-collapse: collapse;
    /* Juntar las líneas de las celdas */

  }

  .table th {
    text-align: left;
    font-weight: bold;
    /* Hacer que los encabezados sean un poco más fuertes */
    padding: 10px 0;
    border-bottom: 2px solid #fff;
    /* Aumentar el grosor de las líneas de la tabla */
  }

  .table td {
    padding: 10px 0;
    border-bottom: 1px solid #fff;
  }

  .table a {
    color: #fff;
    text-decoration: none;
  }

  .table a:hover {
    text-decoration: underline;
  }
  