body {
  background: rgb(13, 10, 79);
  background: linear-gradient(45deg, rgba(13, 10, 79, 1) 0%, rgba(9, 9, 121, 1) 29%, rgba(3, 159, 190, 1) 100%);
}


/* css de titulo "Suite Scantech*/
.titulo, .titulo2 {
  position: absolute;
  color: white;
  font-size: 3vw; /* Usa vw para un tamaño de fuente responsivo */
  text-align: center;
  left: 50%;
  top: 10px;
  transform: translateX(-50%); /* Centra el elemento horizontalmente */
  text-shadow: 1px 1px rgb(9, 7, 52);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif ;
}
.titulo {
  left: 43%;
}
.titulo2 {
  right: 45%;
  font-weight: bold;
}
.descripcion-btn-container {
  color: black;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 16px;
  display: flex;
  position: absolute;
  left: 40%;
  top: 11%; /* Ajusta esta propiedad para cambiar la posición vertical */
}
.btn-primary1 {
  cursor: pointer;
  padding: 0;
  width: 100px;
  justify-content: flex-start;
  background-color: rgb(20, 0, 121, 0.3);
  color: aliceblue;
}


.modal-title {
  color: rgb(20, 0, 121);
  text-shadow: 3px 3px 20px rgba(255, 255, 255, 1);
}
.modal-body label {
    width: 100%;
    padding: 5px 15px;
    display: flex;
    flex-direction: column;
    color: white;
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
}
.modal-content {
  justify-content: center;
  background-color: transparent;
  background: rgba(255, 255, 255, 0.20);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(12.7px);
  -webkit-backdrop-filter: blur(12.7px);
  border: 1px solid rgba(255, 255, 255, 0.67);
  border-radius: 10px;
}

.modal-dialog {
  margin: auto;
  top: 20%;
  transform: translateY(-50%);
}
.container {
  width: 97vw;
  height: 97.5vh;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}
/*Icono hamburguesa que despliega las opciones__menu */
.menu-icon {
  position: absolute;
  cursor: pointer;
  font-size: 40px;
  color: white;
  background-color: rgb(13, 10, 79, 0.1);
  padding: 10px;
  border-radius: 10px;
  top: 2vw; 
  right: 2vw;
  transition: transform 0.23s ease-in-out, font-size 0.23s ease-in-out;
  z-index: 2;
}
.menu-icon:hover {
  font-size: 55px;
}
.wheel {
  position: absolute;
  width: 20vw;
  height: 20vw;
  background-color: transparent;
  border-radius: 50%;
  cursor: pointer;
}
.logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  background-image: url('logo_blanco_transparente.png');
  background-size: cover;
  background-position: center;
}
/* Lista de opciones del menú */
.opciones__menu {
  display: none;  
  font-size: 25px;
  text-align: left;
  flex-direction: column;
  list-style-type: none;
  position: absolute;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  width: 250px;
  padding: 20px;
  margin-top: 140px;
  margin-left: -160px;
}
.opciones__menu li {
  transition: transform 0.3s;

}
.opciones__menu li:hover {
  transform: scale(1.1);
}
/*Css rectangulo cajas QR*/
.cajaqr {
  display: flex;
  justify-content: space-around;
  position: fixed;
  bottom: 0;
  width: 100%;
  left: -1%;
}
/*caja de imagenes*/
.cajaqr img {
  max-width: 100%; 
  height: 70px;
  width: 70px;
}
/*css titulos qr*/
.qrAsistencia {
  color: white;
  text-align: center;
  margin-bottom: 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.qrAsistencia p {
  margin: 0;
}
.qrCalendar {
  color: white;
  text-align: center;
  margin-bottom: 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

}
.qrCalendar p {
  margin: 0;
}
.qrCheck {
  color: white;
  text-align: center;
  margin-bottom: 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

}
.qrCheck p {
  margin: 0;
}
.qrControl {
  color: white;
  text-align: center;
  margin-bottom: 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

}
.qrControl p {
  margin: 0;
}
.qrStore {
  color: white;
  text-align: center;
  margin-bottom: 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

}
.qrStore p {
  margin: 0;
}
.qrView {
  color: white;
  text-align: center;
  margin-bottom: 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

}
.qrView p {
  margin: 0;
}

.opciones__menu li {
  text-align: left;
  padding: 6px;

}
.opciones__menu a {
  text-decoration: none;
  color: white;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

}
