.rounded-div {
  background-color: lightblue;
  border-radius: 15px;
  /* Esquinas redondeadas con 15px de radio */
  padding: 1px;
}

.rounded-frame {
  position: absolute;
  top: 50px;
  /* Ajusta la distancia desde la parte superior */
  left: 50px;
  /* Ajusta la distancia desde la izquierda */
  width: 100px;
  height: 100px;
  background-color: blue;
  border-radius: 15px;
  /* Esquinas redondeadas con 15px de radio */
  padding: 1px;
  justify-content: center;
}

.rounded-container {
  position: absolute;
  top: 50px;
  /* Ajusta la distancia desde la parte superior */
  left: 50px;
  /* Ajusta la distancia desde la izquierda */
  width: 300px;
  height: 200px;
  padding: 20px;
  border: 5px solid white;
  /* Bordes del marco en blanco */
  border-radius: 20px;
  /* Esquinas redondeadas */
  background-color: rgba(255, 255, 255, 0.5);
  /* Fondo semi-transparente dentro del marco */
  background-clip: padding-box;
  /* Permite que el color de fondo sea recortado por el padding */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  /* Sombra para un efecto flotante */
}

.holo-btn {
  display: flex;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 40px;
  background-color: #0AB8F2;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;

  font-family: "Chakra Petch";
  color: white;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.holo-btn2 {
  display: flex;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 40px;
  background-color: #EEEEEE;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;

  font-family: "Chakra Petch";
  color: #333333;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.holo-btn-disabled {
  display: flex;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 40px;
  background-color: #0AB8F2;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;

  font-family: "Chakra Petch";
  color: white;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  opacity: 0.3;
}

.holo-btn-bordered {
  display: flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;

  border-radius: 4px;
  border: 1px solid #0AB8F2;
  background: #FFF;

  color: #333;
  font-family: "Chakra Petch";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.container {
  display: flex;
  height: 100%;
  width: 100%;
}

.holo-txt-main {
  color: #0AB8F2;

  font-family: "Chakra Petch";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.holo-txt-main2 {
  color: #333;
  font-family: "Chakra Petch";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.holo-txt-content {
  color: #333;

  font-family: "Chakra Petch";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.holo-txt-content2 {
  color: #333;
  text-align: center;
  font-family: "Chakra Petch";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}


.dashed-box {
  display: flex;
  height: 151px;
  width: 100%;
  padding: 24px 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;

  border-radius: 4px;
  border: 3px dashed var(--Primario, #0AB8F2);
  background: #FFF;
}

.frame-main {
  display: flex;
  width: calc(100%);
  /* Ajusta el ancho para tener en cuenta los márgenes */
  height: calc(100%);
  /* Ajusta la altura para evitar desbordamiento */
  padding: 32px 24px;
  flex-direction: column;
  align-items: center;
  gap: 24px;

  border-radius: 4px;
  border: 1px solid #EEE;
  background: #FFF;

  margin: 20px;
  /* Márgenes alrededor del contenedor */
  box-sizing: border-box;
  /* Asegura que el padding y los bordes se incluyen en el ancho/altura */

  overflow: hidden;
  /* Evita las barras de desplazamiento */

  max-width: 1297px;
}

.frame-82 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}

.frame-64 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}

.frame-62 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  align-self: stretch;
}

.frame-63 {
  display: flex;
  width: 550px;
  flex-direction: column;
  align-items: flex-start;
}

.frame-47 {
  display: flex;
  width: 187px;
  height: 54.886px;
  align-items: center;
  gap: 11.369px;
}

.frame-83 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex: 1 0 0;
  align-self: stretch;
}

.frame-78 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
  align-self: stretch;
}

.frame-68 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}

.frame-74 {
  display: flex;
  align-items: center;
  gap: 8px;
}

.frame-80 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}

.frame-69 {
  display: flex;
  height: 151px;
  padding: 24px 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;

  border-radius: 4px;
  border: 3px dashed var(--Primario, #0AB8F2);
  background: #FFF;
}

.frame-81 {
  display: flex;
  align-items: center;
  gap: 12px;
}

.frame-75 {
  display: flex;
  padding: 0px 64px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex: 1 0 0;
  align-self: stretch;
}

.frame-72-73 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}

.bottom-right {
  position: absolute;
  /* Posición absoluta respecto al contenedor */
  bottom: 10px;
  /* Alineado abajo */
  right: 10px;
  /* Alineado a la derecha */
  z-index: 10;
  /* Asegura que el botón esté sobre otros elementos */
}

.bottom-left {
  position: absolute;
  /* Posición absoluta respecto al contenedor */
  bottom: 10px;
  /* Alineado abajo */
  left: 10px;
  /* Alineado a la derecha */
  z-index: 10;
  /* Asegura que el botón esté sobre otros elementos */
}

.qrCode {
  display: inline-flex;
  padding: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;

  border-radius: 16px;
  opacity: 0.8;
  background: #FFF;

  width: auto;
  height: auto;
}

.qrText {
  width: 208px;

  color: #000;
  text-align: center;
  font-family: "Chakra Petch";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}