/* Estilos para el detalle del lote */

.top-lote {
    display: flex;
}


.lote-detalle {
  padding: 20px;
  max-width: 1300px;
  margin: 20px auto;
  font-family: sans-serif;
}


.volver-btn {
  display: inline-block;
  margin-bottom: 15px;
  text-decoration: none;
  color: #007B5E;
  font-weight: bold;
  font-size: 14px;
}

.volver-btn:hover {
  text-decoration: underline;
}

.lote-detalle h1 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #404040;
    margin-top: 10px;
}
.lote-precio {
    color: #33BF89;
    font-size: 18px;
    font-weight: 600;
}

.lote-sector {
    background: #C6C6C678;
    padding: 0px 14px;
    font-size: 14px;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 5px;
    color: #344958;
}


.lote-detalle ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 20px;
}

.lote-detalle ul li {
  margin-bottom: 5px;
  font-size: 16px;
}

.lote-detalle .descripcion {
  margin: 20px 0;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}

.lote-detalle iframe {
  width: 100%;
  max-width: 100%;
  border-radius: 8px;
  border: 1px solid #ccc;
  margin-top: 10px;
}

.lote-detalle img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
 border: 1px solid #C6C6C6;
}


.lote-info {
    padding: 10px 0px 0px 30px;
}
