.dropdown:hover > .dropdown-menu {
  display: block;
}

.dropdown > .dropdown-toggle:active {
  pointer-events: none;
}

.card-body-panel-actividad {
  min-height: 20vh;
  max-height: 35vh;
}

.mosaico a {
  margin: 10px;
  text-decoration: none;
}

p {
  font-size: 15px;
}

.btn {
  padding: 6px 24px;
  border-radius: 2rem;
  font-weight: bold;
}

small {
  font-size: 12px;
  font-family: Inter, sans-serif;
}


#popprocesando {
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   position: fixed;
   display: block;
   opacity: 0.7;
   background-color: #fff;
   z-index: 99;
   text-align: center;
}

#imagen-procesando {
  position: relative;
  top: 35%;
}

  