.modal__content {
  width: 100%;
  height: auto;
}

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

.m-modal {
  width: 95%;
  max-width: 850px; 
  height: 100%;
  text-align: center;
  background-color: #f4f4f4;
  border-radius: 10px;
  position: relative;
  overflow: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.m-modal img {
  width: 100%;
  height: auto;
}

.m-modal__close,
.m-modal-inactividad__close {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 25px;
  height: 25px;
  font-size: 32px;
  line-height: 23px;
  color: #000;
  font-weight: bold;
  cursor: pointer;
  border-radius: 50%;
  background-color: #fff !important;
  z-index: 999999999999;
}

.popupcall {
  margin: 0 19px !important;
  max-width: 320px !important;
  max-height: 369px !important;
  background-color: var(--blue);
}

.modal-callback {
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translate(-50%, -50%);
}

#m-modal-inactividad__container--1 .modal-callback {
  left: 38%;
}

@media (min-width: 768px) {
  .m-modal {
    max-width: 850px;
  }

  .modal-callback {
    left: 20px;
    bottom: 26px;
    width: auto;
    transform: none;
  }

  #m-modal-inactividad__container--1 .modal-callback {
    left: auto;
  }
  .popupcall {
    max-width: 600px !important;
    max-height: 369px !important;
  }
}
