.dpdf-boton {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 22px;
	background: #F0AD4E;
	color: #ffffff;
	border-radius: 6px;
	font-family: 'Montserrat', -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
	font-weight: 600;
	text-decoration: none;
	line-height: 1;
}

.dpdf-boton:hover,
.dpdf-boton:focus {
	opacity: 0.9;
	color: #ffffff;
}

.dpdf-boton::before {
	content: "\2193";
}
