.pointer-on {
  cursor: pointer;
}
.hiden {
  display: none;
}
.archivo-cargado:hover .hiden {
  display: block;
}

.cert-container-data span {
  margin: 0px 21px;
}
.cert-container-data .row {
  margin: 9px 0px;
}
.user-avatar.ra-cahnger:hover .avatar-change.on {
  display: none !important;
}
.avatar-change.off {
  display: none !important;
}
.user-avatar.ra-cahnger:hover .avatar-change.off {
  display: block !important;
}
.user-avatar img {
  width: 100px;
  height: 80px;
  border-radius: 0 !important;
}
.area-show-version-sidebar {
  position: absolute;
  bottom: 0;
}
.pt-13px {
  padding-top: 13px;
}
.user-avatar.tabla-view img {
  width: 40px !important;
  height: 40px !important;
}
@media (max-width: 768px) {
  .cert-container-data span {
    margin: 0px 0px;
  }
}
.avatar-solicitud-carnet {
  width: 40px !important;
  height: 40px !important;
  cursor: pointer;
}
.loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #0000004a;
  z-index: 10000;
}
@media (min-width: 1200px) {
  .modal-full {
    max-width: 95%;
  }
}
@media (min-width: 992px) {
  .modal-full {
    max-width: 95%;
  }
}
