.modal-actuar {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  max-width: 420px;
  min-width: 320px;
  height: auto;
  margin: 0 auto;
  max-height: 800px;
  z-index: 2000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-color: #ffffff;
}

.modal-actuar .md-close {
  background-color: #888;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: #000000;
  font-size: 120%;
  cursor: pointer;
  position: absolute;
  right: -8px;
  top: -10px;
  line-height: 23px;
  z-index: 100;
  text-decoration: none;
}

.modal-actuar .md-close:hover {
  background-color: #ff6666;
  color: #ffffff;
}

.modal-actuar .corpo-modal {
  color: #000000;
  background: #ffffff;
  font-weight: 300;
  text-align: center;
  font-family: actuarregular, sans-serif;
}

.modal-actuar iframe {
  border: 0;
  width: 100%;
  height: 60vh;
  border-radius: 15px;
}

.md-show {
  visibility: visible;
  border-radius: 10px;
}

.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show ~ .md-overlay {
  opacity: 1;
  visibility: visible;
}

.md-effect-1 .corpo-modal {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show.md-effect-1 .corpo-modal {
  border-radius: 10px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

#modal-cadastrar iframe {
  margin: auto;
}
