/* --------------------------------------- 3 HERRAMIENTA BOTON DE APLICACIONES----------------------------------------------- */
 .elv-cajageneral-sisteunh{
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  top: 0px;
}
.elv-caja-sisteunh{
  margin: 20px;
  width: 602px;
  background: #fff;
  padding: 26px 19px 21px 21px;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0,0,0,.2);
  border: solid 1px #fff;
  border-radius: 20px;
  position: relative;
  position: absolute;
  right: 80px;
  top: 20%;
}
.elv-caja-sisteunh1-3{
  position: absolute;
  top: -15px;
  right: -15px;
}
.elv-caja-sisteunh1-3 button{
  /*padding: 12px;*/
  width: 45px;
  height: 45px;
  background: #0A3682;
  border: solid 1px rgba(0,0,0,0);
  border-radius: 25px;
  color: white;
  font-family: 'Arial';
  font-size: 15px;
  cursor: pointer;
}

.elv-caja-sisteunh1-1{
  display: flex;
  flex-wrap: wrap;
/*   width: 402px; */
/*   background: #000; */
}
.elv-caja-sisteunh1-1 div{
  width: 130px;
  margin-right: 10px;
  margin-bottom: 5px;
}
.elv-caja-sisteunh1-1 div:hover{
  transform: scale(1.05);
  transition: transform 0.2s;
}
.elv-caja-sisteunh1-1 div a img{
  width: 100%;
}
/***********************************************************/
.elv-caja-sisteunh1-2{
  margin-bottom: 30px;
}
.elv-caja-sisteunh1-2 h1{
  text-align: center;
  color: #0A3682;
  font-weight: bolder;
  font-size: 27px;
  font-family: 'Fira Sans';
}

/*************************************************************/
.elv-btn-cajageneral-sisteunh{
  position: fixed;
  right: 5px;
  top: 15%;
  z-index: 1;
  /*background: white; */
  width: 60px;
  transition: all 0.3s;
}
/*.elv-btn-cajageneral-sisteunh:hover{
  width: 80px;
  
}*/

.elv-btn-cajageneral-sisteunh-mensaje{
  font-family: 'Roboto', 'calibri light';
  font-size: 12px;
  width: 100px;
  position: absolute;
  top: -60px;
  left: -80px;
  background: #3D56B2;
  padding: 10px 8px 10px 16px;
  border-radius: 8px 8px 6px 8px;
  color: #fff;
  line-height: 14px;
  animation: agrandar-achicar 1s infinite alternate;
}
.elv-btn-cajageneral-sisteunh-mensaje:hover{
  animation-play-state: paused;
}
@keyframes agrandar-achicar {
  0% {
    transform: scale(1); /* Escala inicial (100%) */
  }
  100% {
    transform: scale(1.1); /* Escala final (150%) */
  }
}
.elv-btn-cajageneral-sisteunh-mensaje .fa-caret-down{
  position: absolute;
  bottom: -14px;
  right: 10px;
  font-size: 25px;
  color: #3D56B2;
}
.elv-btn-cajageneral-sisteunh-mensaje button{
  position: absolute;
  top: -6px;
  right: -6px;
  font-size: 11px;
  color: #2f2f2f;
  background: #f3f3f3 !important;
  width: 18px;
  height: 18px;
  /*border: solid 1px #e1e1e1 !important;*/
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  padding: 0px;
  border: solid 1px rgba(0,0,0,0);
  border-radius: 10px;
  cursor: pointer;
}
.elv-btn-cajageneral-sisteunh-mensaje-quitar{
  display: none;
}

.elv-btn-cajageneral-sisteunh > button{
  background: rgba(0,0,0,0);
  border: solid 1px rgba(0,0,0,0);
  border-radius: 40px;
  cursor: pointer;
  padding: 0px;
}
.elv-btn-cajageneral-sisteunh > button:hover{
  transform: scale(1.05);
  transition: transform 0.2s;
}
.elv-btn-cajageneral-sisteunh button img{
  width: 100%;
}

.elv-abrir-cajageneral-sisteunh{
  display: block;
}
.elv-cerrar-cajageneral-sisteunh{
  display: none;
}