.noselect {
	user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}

@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 400;
	src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCIPrQ.ttf) format('truetype');
}

.donation_wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
	/*position: absolute;
	top: 50%;
	left: 50%;*/
	font-family: 'Raleway', sans-serif;
	padding: 25px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 15px;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	background: #f5f5f5;
	/*transform: translateX(-50%) translateY(-50%);*/
	/*-o-transform: translateX(-50%) translateY(-50%);*/
	/*-ms-transform: translateX(-50%) translateY(-50%);*/
	/*-moz-transform: translateX(-50%) translateY(-50%);*/
	/*-webkit-transform: translateX(-50%) translateY(-50%);*/
	transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.donation_wrapper:hover {
	box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.2);
	background: #f0f0f0;
}

.donation_wrapper>.title {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
	font-size: 25px;
	user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}

.donation_wrapper>.single_amount_wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 30px 20px;
}

.donation_wrapper>.single_amount_wrapper>.single_amount {
	padding: 5px 10px;
	margin: 0 5px;
	border-radius: 25px;
	color: #fff;
	background: #0070ba;
	cursor: pointer;
}

.donation_wrapper>.single_amount_wrapper>.single_amount:hover {
	background: #003087;
}

.donation_wrapper>.amount_wrapper {
	display: flex;
	justify-content: center;
	align-items: stretch;
}

.donation_wrapper>.amount_wrapper>input,
.donation_wrapper>.amount_wrapper>.suffix {
	padding: 8px;
	border: 0;
	font-weight: bold;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
	background: #fff;
}

.donation_wrapper>.amount_wrapper>input {
	border-radius: 8px 0 0 8px;
	border-right: 0;
	outline: none;
}

.donation_wrapper>.amount_wrapper>.suffix {
	border-radius: 0 8px 8px 0;
	user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}

#boton-donar,
.donation_wrapper>a {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 25px;
	padding: 15px 25px;
	border: 0;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	border-radius: 25px;
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0) inset, 0 0 0 0 rgba(0, 0, 0, 0) inset;
	background: #0070ba;
	transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.donation_wrapper>a:hover {
	background: #003087;
}

.donation_wrapper>a:active {
	box-shadow: 0 -2px 2px 0 rgba(255, 255, 255, 0.2) inset, 0 2px 2px 0 rgba(0, 0, 0, 0.5) inset;
}

#codigo-donacion {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.gracias-por-apoyarnos p {
	line-height: 2;
	margin-top: 15px;
}

.gracias-por-apoyarnos {
	margin-bottom: 1rem;
}


.modal-content {
	background-color: #fefefe;
	margin: 15% auto;
	padding: 20px;
	border: 1px solid #888;
	width: 40%;
}

#paypalModal {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.4);
}

#paypalModal .close-button {
	cursor: pointer;
	float: right;
}

@media (max-width: 768px) {
	.modal-content {
		width: 80%;
	}

	.modal-content {
		margin-top: 40%;
	}
}




/* Elemento | http://localhost/dona/user/w3bm4aster/ */


.wpkqcg_qrcode_wrapper {
	display: flex;
	flex-direction: row;
	/* align-items: center; */
}

.wpkqcg_qrcode {
	max-width: 200px !important;
}


.wpkqcg_button::before {
	font-family: "FontAwesome";
	content: "\f0c7";
	font-size: 1.2rem;
	margin-right: 0.5rem;
}

.wpkqcg_button {
	margin-top: 0px !important;
	margin-left: 7%;
	color: #1B8EA6;
	font-size: 0.8rem;
}


.div-qrcode-wrapper {
	margin-bottom: 1rem;
	border-bottom: solid #ccc 2px;
	padding: 2rem 0;
}

.div-qrcode-wrapper h1 {
	/* text-align: center; */
}