.cont-botones[data-v-70e80bec] {
  display: inline-block;
}
.btn-back-white[data-v-70e80bec] {
  background: white;
}
.no-acceso[data-v-70e80bec] {
  margin: 0;
  position: relative;
  text-align: center;
  height: 40vh;
}
.no-acceso .mensaje[data-v-70e80bec] {
  position: absolute;
  margin: 0 auto;
  top: 20%;
  width: 100%;
}
.no-acceso .cont-icon[data-v-70e80bec] {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(218, 218, 218)), to(rgb(238, 238, 238)));
  background: linear-gradient(0deg, rgb(218, 218, 218) 0%, rgb(238, 238, 238) 100%);
  width: 80px;
  height: 80px;
  border: solid #FFF 1px;
  -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.no-acceso .cont-icon i[data-v-70e80bec] {
  font-size: 55px;
  color: var(--v-primary-base);
}
.no-acceso .texto-mensaje[data-v-70e80bec] {
  border-radius: 10px;
  border: solid #FFF 1px;
  margin-top: 5px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(218, 218, 218, 0.6)), to(rgba(238, 238, 238, 0.6)));
  background: linear-gradient(0deg, rgba(218, 218, 218, 0.6) 0%, rgba(238, 238, 238, 0.6) 100%);
}
