
/* Modal */

#Somopayment {
  height: 90vh;
}

.modal-xl {
  max-width: 90%;
  margin: auto;
  right: 0;
  left: 0;
}

.modal-dialog {
  margin: 1.75rem auto;

  /* For responsive */
  max-width:90%;
  min-width:300px;
}



.modal-body {
  position:relative;
  padding:0px;
}
.close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: link !important;
}

.modal-content {
  background: transparent;
  max-width: 100%;
}