
  body {
    font-family: 'Segoe UI', sans-serif;
    background-color: #3f9fff;
    color: #333;
    margin: auto;
  }
  .cajat {
  position: sticky;
  top: 0;
  height: 80px;
  width: 97,5%;

  background-color: rgb(0, 48, 206);

  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 0.25px;

  padding: 0 20px;
  box-shadow:  0 20px 40px rgba(0, 0, 0, 0.5);
}

.titulo {
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
  color: #f8f9fa;
  font-size: 45px;
  margin-left: -300px;
}

.buscador input {
  padding: 5px;
  margin-top: 15px;
}

.buscador button {
  padding: 5px 10px;
    margin-top: 15px;
}

.chico a {
  margin: 0 15px;
  padding: 8px 16px;

  background-color: white;
  color: rgb(0, 48, 206);
  font-weight: bold;
  box-shadow: 0 0 8px rgba(0, 48, 206, 0.3); /* brillo suave */
  border: solid rgb(0, 48, 206) 2px;

  text-decoration: none;
  border-radius: 10px;
}

.chico a:hover {
  background-color: rgb(0, 48, 206);
  color: white;
  box-shadow: 0 0 12px rgba(0, 48, 206, 0.7); 
  border: solid white 2px;
}

/*Menu despegable*/
.menu-toggle {
  font-size: 30px;
  cursor: pointer;
  padding: 10px 20px;
  background-color: rgb(0, 48, 206);
  border-bottom: 1px solid rgb(255, 255, 255);
  color: white;

}

.menu-despe {
  display: none;
  flex-direction: column;
  background-color: white;
  box-shadow: 0 2px 8px rgb(255, 255, 255);
  padding: 10px;
  position: absolute;
  top: 50px;
  left: 10px;
  min-width: 220px;
  z-index: 999;
}

.menu-despe a {
  padding: 8px;
  text-decoration: none;
  color: #0066cc;
  border-top: 1px solid #eee;
}

.menu-despe h3 {
  margin: 0;
  padding-bottom: 8px;
  font-size: 16px;
  font-weight: bold;
}

/* Mostrar menú al estar activo */
.menu-despe.active {
  display: flex;
}

.casa{
  width: 800px;
  height: 600px;
  margin: auto;
  margin-top: 100px;
  background-color: rgb(248, 113, 113);
  border: 2px solid rgb(172, 236, 255);

  text-align: center;
  align-items: center;
  box-shadow:  0 20px 40px rgba(255, 255, 255, 0.5);

  border-radius: 10px;
}

.bisuteria{
  width: 800px;
  height: 600px;
  margin: auto;
  margin-top: 100px;
  background-color: rgb(248, 113, 113);
 border: 2px solid rgb(172, 236, 255);

  text-align: center;
  align-items: center;

  box-shadow:  0 20px 40px rgba(255, 255, 255, 0.8);
  border-radius: 10px;
}

.pesca{
  width: 800px;
  height: 600px;
  margin: auto;
  margin-top: 100px;
  background-color: rgb(248, 113, 113);
  border: 2px solid rgb(255, 255, 255);

  text-align: center;
  align-items: center;

  box-shadow:  0 20px 40px rgba(255, 255, 255, 0.8);
  border-radius: 10px;
}

.ropa{
  width: 800px;
  height: 600px;
  margin: auto;
  margin-top: 100px;
  background-color: rgb(248, 113, 113);
  border: 2px solid rgb(255, 255, 255);
  margin-bottom: 200px;

  text-align: center;
  align-items: center;

  box-shadow:  0 20px 40px rgba(255, 255, 255, 0.8);
  border-radius: 10px;
}


.derechos{
  width: 97,5%;
  height: 100px;
  background-color: #333;
  margin-top: 300px;
  margin-bottom: 0px;
  color: #eee;

  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;

  box-shadow:  0 20px 40px rgba(255, 255, 255, 0.8);
}
/* Titutlo de las cajas de los productos*/
h2 {
  width: 350px;
  height: 40px;
  font-family: 'Georgia', serif;
  font-size: 32px;
  color: #fff;
  
  background-color: #8b0000; 
  padding: 15px 25px;
  border-radius: 12px;
  margin-top: 30px;
  margin-left: 220px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
}
/* clase para toda las imagenes de las cajas de la web*/
.img {
  width: 90%;
  max-width: 700px;
  height: 450px;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); 
  margin-top: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.img:hover {
  transform: scale(1.03); /* Zoom ligero al pasar el mouse */
}

.img_hogar{
  width: 250px;
  height: 200px;

  border-radius: 20px;
}

/*Cajas pequeñas para los productos para vender*/

.contenedor {
  display: flex;
  gap: 50px; /* espacio entre cajas */
  margin-top: 100px; /* si quieres conservar el margen vertical */
  margin-left: 50px;
}


.peques{
  width: 300px;
  height: 500px;

  background-color: rgb(248, 113, 113);
  border: 2px solid rgb(172, 236, 255);

  text-align: center;
  align-items: center;
  box-shadow:  0 20px 40px rgba(255, 255, 255, 0.5);

  border-radius: 10px;
}

h3{
  width: 200px;
  height: 40px;
  font-family: 'Georgia', serif;
  font-size: 25px;

  margin-left: 30px;
  color: #fff;
  
  background-color: #8b0000; 
  padding: 10px 18px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.texto_info
{
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
  color:rgb(0, 0, 0);
  font-family:Verdana, Geneva, Tahoma, sans-serif;
  font-size: large;
}