.container_Inactividad {
  display: none;
  position: fixed;
  z-index: 10001;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
}

.popUp_Inactividad {
  position: relative;
  width: 96%;
  max-width: 320px;
  height: 350px;
  margin: 0 auto;
  border: none;
}

.popUp_Inactividad a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: transparent;
  z-index: 99;
}

.popUp_Inactividad__img {
  overflow: hidden;
}

.popUp_Inactividad__img img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.inactivity_close img {
  height: 20px;
}

.inactivity_close {
  position: absolute;
  top: -11px;
  right: -13px;
  padding: 0px 8px;
  border-radius: 50%;
  z-index: 9999;
}

.call-content.inactividad {
  position: absolute;
  bottom: 90px;
  left: 20px;
  width: 80%;
  max-width: 230px;
}

@media screen and (min-width: 768px) {
  .popUp_Inactividad {
    max-width: 531px;
    height: 326px;
  }

  .popUp_Inactividad__img img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
  }

  .call-content.inactividad {
    bottom: 70px;
    left: 50px;
    max-width: 300px;
  }
}