@charset "utf-8";

#enviar_doacao {
	background-color: #000;
	border-radius: 5px;
	font-size: 20px;
	color: #FFF;
	border: 0px;
}
  
#clique_granito {
	background-color: #000;
	border-radius: 5px;
	font-size: 20px;
	color: #FFF;
	border: 0px;
}

.wrap {
  max-width: auto;
  margin: 0;           /* remove centralização */
  background: #fff;
  border-radius: 10px;
  padding: 16px;
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
}

#pago_iframe {
  width: 100%;
  border: 0;
  min-height: 500px;
  border-radius: 8px;
  background: #fff;
}

.btn_credit {
  width: 100%;
  margin-top: 12px;
  padding: 12px 14px;
  border: 0;
  border-radius: 8px;
  background: #111;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.btn_credit:disabled {
  opacity: .6;
  cursor: not-allowed;
}

.ajax 
{
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
}