.pfc-cta-wrapper {
	text-align: left;
}

.pfc-cta-button {
	display: inline-block;
	background-color: #ffde19;
	color: #000000;
	border: none;
	cursor: pointer;
	font-weight: 600;
	padding: 14px 28px;
	border-radius: 6px;
	font-size: 16px;
	line-height: 1.2;
	transition: background-color .2s ease, transform .1s ease;
}

.pfc-cta-button:hover {
	transform: translateY(-1px);
}

.pfc-cta-button:active {
	transform: translateY(0);
}

.pfc-popup-overlay {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, .88);
	z-index: 999999;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.pfc-popup-overlay.pfc-abierto {
	display: flex;
}

.pfc-popup-box {
	background: #ffffff;
	color: #000000;
	border-radius: 28px;
	max-width: 420px;
	width: 100%;
	padding: 40px 32px 32px;
	position: relative;
	box-shadow: 0 25px 70px rgba(0, 0, 0, .55);
}

.pfc-popup-box button {
	font-family: inherit;
}

.pfc-popup-close {
	position: absolute;
	top: 14px;
	right: 18px;
	width: auto !important;
	height: auto !important;
	background: none !important;
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	color: #000000 !important;
	padding: 0 !important;
}

.pfc-popup-close:hover,
.pfc-popup-close:focus,
.pfc-popup-close:active {
	background: none !important;
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
	color: #000000 !important;
}

.pfc-popup-box h3 {
	margin: 0 0 26px;
	font-size: 24px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .5px;
	text-align: center;
	color: #000000;
}

.pfc-field {
	margin-bottom: 14px;
	text-align: left;
}

.pfc-field-label-oculta {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.pfc-field input,
.pfc-field select {
	width: 100%;
	padding: 14px 20px;
	border: none;
	border-radius: 30px;
	font-size: 14px;
	box-sizing: border-box;
	background: #f0f0f3;
	color: #000000;
	font-family: inherit;
}

.pfc-field input::placeholder {
	color: #8a8a8a;
}

.pfc-field select {
	appearance: none;
	-webkit-appearance: none;
	color: #8a8a8a;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='16' height='16'%3E%3Cpath fill='%238a8a8a' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 18px center;
	padding-right: 40px;
}

.pfc-field select:valid {
	color: #000000;
}

.pfc-field-consentimiento {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin: 18px 0 20px;
	font-size: 13px;
	line-height: 1.4;
	color: #000000;
	text-align: left;
}

.pfc-field-consentimiento input[type="checkbox"] {
	margin-top: 3px;
	width: 16px;
	height: 16px;
	flex-shrink: 0;
	accent-color: #ffde19;
	cursor: pointer;
}

.pfc-field-consentimiento label {
	cursor: pointer;
}

.pfc-field-consentimiento a {
	color: #1a6ed8;
	text-decoration: underline;
}

.pfc-field-error {
	color: #c0392b;
	font-size: 13px;
	margin: 0 0 12px;
	display: none;
}

.pfc-field-error.pfc-visible {
	display: block;
}

.pfc-popup-submit {
	width: 100%;
	background-color: #ffde19 !important;
	color: #000000 !important;
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
	padding: 16px 20px;
	border-radius: 30px;
	font-size: 15px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .5px;
	cursor: pointer;
	transition: background-color .2s ease;
}

.pfc-popup-submit:hover,
.pfc-popup-submit:focus,
.pfc-popup-submit:active {
	background-color: #f0cf10 !important;
	color: #000000 !important;
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
}

.pfc-popup-submit[disabled] {
	opacity: .6;
	cursor: default;
}

.pfc-popup-thanks {
	display: none;
	text-align: center;
	color: #000000;
}

.pfc-popup-thanks.pfc-visible {
	display: block;
}
