body {
  font-family: Arial, sans-serif;
 }
 .menu {
  width: 100%;
}
 .sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #56070c;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
 }
 .sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
 }
 .sidebar a:hover {
  color: #f1f1f1;
 }
 .sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
 }
 .openbtn {
  font-size: 8px;
  cursor: pointer;
  background-color: #d6cece;
  color: white;
  padding: 10px 15px;
  border: none;
 }
 #main {
  transition: margin-left .5s;
  padding: 16px;
 }
 #content {
  margin-top: 20px;
 }
 
/* Estilo para el botón */
.dropbtn {
  width: 100%;
  padding: 15px;
  background-color: #ffdc14;
  border: none;
  color: #56070c;
  font-weight: bold;
  text-align: left;
  padding-left: 20px;
  font-size: 16px;
  cursor: pointer;
}
.dropbtn:hover {
  background-color: #878ea8;
}
/* Estilo para el contenido desplegable */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #585abc;
  min-width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Estilo para los enlaces dentro del desplegable */
.dropdown-content a {
  color: black;
  padding: 5px 6px;
  text-decoration: none;
  font-size: 18px;
  display: block;
}

/* Cambiar el color de fondo de los enlaces al pasar el ratón */
.dropdown-content a:hover {
  background-color: #878ea8;
}
.logo img {
  width: 90%;
  margin: 10px 0;
  padding-left: 20px;
}

/* Botón con imagen */
#openPopup {
  width: 250px; /* Ancho del botón */
  height: 250px; /* Alto del botón */
  background-image: url('../imagen/default.png'); /* Reemplaza con la ruta de tu imagen */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  cursor: pointer;
}
#openPopup1 {
  width: 300px; /* Ancho del botón */
  height: 300px; /* Alto del botón */
  background-image: url('../imagen/producto.png'); /* Reemplaza con la ruta de tu imagen */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  cursor: pointer;
}
#openPopup2 {
  width: 300px; /* Ancho del botón */
  height: 300px; /* Alto del botón */
  background-image: url('../imagen/cliente.png'); /* Reemplaza con la ruta de tu imagen */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  cursor: pointer;
}
#openPopup3 {
  width: 300px; /* Ancho del botón */
  height: 300px; /* Alto del botón */
  background-image: url('../imagen/ventas.png'); /* Reemplaza con la ruta de tu imagen */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  cursor: pointer;
}

/* Fondo oscurecido del popup */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}
.overlay1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}
.overlay2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}
.overlay3 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

/* Ventana emergente */
.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
}
.popup1 {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
}
.popup2 {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
}
.popup3 {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
}

/* Botón cerrar */
#closePopup {
  background: #002fff;
  color: #fff;
  border: none;
  padding: 10px;
  cursor: pointer;
}

/* Botón cerrar */
#closePopup1 {
  background: #002fff;
  color: #fff;
  border: none;
  padding: 10px;
  cursor: pointer;
}
/* Botón cerrar */
#closePopup2 {
  background: #002fff;
  color: #fff;
  border: none;
  padding: 10px;
  cursor: pointer;
}
/* Botón cerrar */
#closePopup3 {
  background: #002fff;
  color: #fff;
  border: none;
  padding: 10px;
  cursor: pointer;
}
/* Botón cerrar */
#closePopup {
  background: #002fff;
  color: #fff;
  border: none;
  padding: 10px;
  cursor: pointer;
}

/*estilo para el fondo oscurecido popup
.overlay{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}
esyilo para la ventana emergente
.popup{
  position: fixed;
  top: 50%;
  left:40%;
  transition: translate(-50%, -50%);
  width: 300;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
}
*/


