html,
body {
	margin: 0;
	padding: 0;
	background: transparent;
}

body.zf-backgroundBg {
	background: transparent;
	font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}

.zf-templateWidth {
	margin: 0;
	padding: 0;
	max-width: none;
	width: 100%;
	box-sizing: border-box;
}

.zf-informe.zf-templateWrapper,
.zf-informe {
	background: #fff;
	border: 1px solid rgba(9, 5, 6, 0.05);
	border-radius: 18px;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
	padding: 40px;
	box-sizing: border-box;
}

.zf-informe .zf-tempHeadBdr {
	display: none;
}

.zf-informe .zf-subContWrap {
	padding: 0;
	margin: 0;
}

.zf-informe .zf-subContWrap > ul {
	display: flex;
	flex-direction: column;
	gap: 24px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.zf-informe .zf-tempFrmWrapper {
	float: none;
	width: auto;
	padding: 0;
	margin: 0;
}

.zf-informe .zf-clearBoth {
	display: none;
}

.zf-informe .zf-labelName {
	position: static;
	display: block;
	width: auto;
	height: auto;
	margin: 0 0 6px;
	clip: auto;
	overflow: visible;
	white-space: normal;
	font-family: Inter, ui-sans-serif, system-ui, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	color: #090506;
}

.zf-informe .zf-important {
	font-style: normal;
	color: #090506 !important;
	font-size: 14px !important;
	font-weight: 500;
	margin-left: 2px;
}

.zf-informe .zf-name > .zf-labelName {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.zf-informe .zf-nameWrapper {
	display: flex !important;
	gap: 24px;
	width: 100% !important;
	float: none;
}

.zf-informe .zf-name .zf-tempContDiv span,
.zf-informe .zf-namelarge .zf-tempContDiv span,
.zf-informe .zf-namelarge .zf-twoType .zf-nameWrapper span {
	float: none !important;
	display: flex;
	flex-direction: column-reverse;
	flex: 1 1 0;
	width: auto !important;
	margin: 0 !important;
}

.zf-informe .zf-nameWrapper label,
.zf-informe .zf-name .zf-tempContDiv span label {
	position: static;
	display: block;
	width: auto;
	height: auto;
	margin: 0 0 6px;
	padding: 0;
	clip: auto;
	overflow: visible;
	white-space: nowrap;
	word-break: normal;
	border: 0;
	font-family: Inter, ui-sans-serif, system-ui, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	color: #090506;
}

.zf-informe .zf-nameWrapper > span:first-of-type label::after {
	content: " *";
	font-size: 14px;
	font-weight: 500;
	color: #090506;
}

.zf-informe .zf-small .zf-tempContDiv span {
	float: none !important;
	display: block;
	width: 100% !important;
	margin: 0 !important;
}

.zf-informe .zf-tempContDiv input[type="text"] {
	width: 100% !important;
	height: 36px;
	padding: 0 13px;
	border: 1px solid #e2e5e8;
	border-radius: 8px;
	background: #fff;
	box-sizing: border-box;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
	font-family: Inter, ui-sans-serif, system-ui, sans-serif;
	font-size: 14px;
	color: #090506;
}

.zf-informe .zf-tempContDiv input[type="text"]:focus {
	border-color: #f93822;
	outline: none;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}

.zf-informe .zf-privacy {
	margin: 20px 0 0;
	font-family: Inter, ui-sans-serif, system-ui, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: rgba(9, 5, 6, 0.6);
}

.zf-informe .zf-privacy a {
	color: inherit;
	text-decoration: underline;
}

.zf-informe .zf-privacy a:hover {
	text-decoration: none;
}

.zf-informe .zf-fmFooter {
	margin: 0;
	padding: 24px 0 0;
	text-align: center;
	list-style: none;
}

.zf-informe .zf-submitColor {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	height: 49px;
	width: 100%;
	max-width: 368px;
	min-width: 0;
	padding: 0 24px;
	border: none;
	border-radius: 999px;
	background: #f93822 !important;
	box-shadow: 0 12px 13px rgba(249, 56, 34, 0.4);
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	transform: none;
}

.zf-informe .zf-submitColor:hover {
	background: #e0321e !important;
	transform: none;
}

.zf-informe .zf-submitColor svg {
	width: 14px;
	height: 14px;
}

.zf-informe .zf-errorMessage {
	margin: 6px 0 0;
	font-size: 12px;
}

@media (max-width: 640px) {
	.zf-informe.zf-templateWrapper,
	.zf-informe {
		padding: 24px;
	}

	.zf-informe .zf-nameWrapper {
		flex-direction: column;
		gap: 16px;
	}
}
