.code-embed {
  z-index: 2;
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #e00000;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.body {
  overflow: hidden;
}

.button {
  width: 80px;
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.button.boton_1 {
  background-image: url('../images/CONGUITO.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
  margin-top: -639px;
  margin-bottom: 28px;
}

.button.boton_2 {
  background-image: url('../images/kikito.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
  margin-top: 64px;
  margin-left: 6px;
  margin-right: 139px;
}

.button.animacion_1 {
  z-index: 20;
  pointer-events: auto;
  cursor: pointer;
  background-image: url('../images/CONGUITO.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block {
  width: 100px;
  height: 100px;
}

.div-block.button.botonazo_1 {
  background-image: url('../images/CONGUITO.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  text-decoration: none;
}

.div-block-2 {
  width: 100px;
  height: 100px;
}

.left_pannel {
  z-index: 5;
  pointer-events: none;
  cursor: auto;
  width: 80px;
  height: 80px;
  margin-top: 280px;
  margin-left: 92px;
  margin-right: -72px;
  position: absolute;
}

.button-2 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/CONGUITO.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  background-clip: border-box;
  margin-top: 10px;
  margin-left: 10px;
  position: fixed;
}

.button-3 {
  background-color: red;
}

.button-4 {
  vertical-align: baseline;
}

.button-5 {
  z-index: 20;
  outline-offset: 0px;
  text-align: center;
  mix-blend-mode: normal;
  outline: 3px #fff;
  margin-top: 322px;
  margin-left: 67px;
  margin-right: 26px;
  padding-top: 37px;
  padding-right: 67px;
  position: fixed;
}


