.headerFaq {
	background: #00123a;
	color: #FFF;
}
.headerFaq .spc_txt {
	padding: 20px 10px 50px 10px;
}
.headerFaq h1 {
  font: 600 45px Urbanist;
  color: #FFF;
	letter-spacing: -1px;
	float: left;
	margin: 20px 0px 20px 0px;
	position: relative;
}
.headerFaq h1:after {
	content: '';
	position: absolute;
	left: 0px;
	width: 60px;
	height: 4px;
	background: #f8c70c;
	bottom: -20px;
	border-radius: 10px;
}
.headerFaq h1 span {
	float: left;
	width: 100%;
}
.headerFaq h2 {
  font: 400 18px Roboto;
  color: #FFF;
  margin: 15px 0px 50px 0px;
	float: left;
}
.headerFaq a {
  color: #FFF !important;
}
.headerFaq .breadcrumb > .active {
  color: #FFF !important;
}
.dHeadTxt {
	padding-right: 40px;
}
.stepsBar {
	border-top: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
	padding: 0px 15px;
	position: relative;
	z-index: 10000;
}
.stepsBar ul li {
	float: left;
	width: 25%;
	padding: 20px 20px 20px 0px;
}
.stepsBar ul li .ck {
  width: 1%;
}
.stepsBar ul li .ttx {
  width: 99%;
	padding-left: 10px;
	font: 900 14px Urbanist;
	color: #9e9cb4;
}
.stepsBar ul li .ck span {
	display: inline-block;
  width: 40px;
  height: 40px;
  font: 900 18px/40px Urbanist;
  background: #e4edfe;
  color: #687081;
  border-radius: 50%;
  text-align: center;
}
.stepsBar ul li.act .ck span {
  background: #2563eb;
  color: #FFF;
}
.stepsBar ul li.act .ttx {
  color: #2563eb;
}
.stepsBarSpace {
	display: none;
	float: left;
	clear: both;
	width: 100%;
	box-sizing: border-box;
}

.stepsBarFixed {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 10000;
	background: #fff;
	margin: 0 !important;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}


.solicitaContainer {
    padding: 0px 20%;
}
.pasoItem {
	font: 900 16px Urbanist;
	margin-bottom: 10px;
}
.tipo-busqueda {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
}

.opcion-busqueda {
	display: block;
	cursor: pointer;
	margin-bottom: 5px;
}

.opcion-busqueda input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.opcion-contenido {
	display: flex;
	align-items: center;
	gap: 12px;
	color: #6e7a90;
	transition: 0.2s ease;
	font: 400 15px Roboto;
}

.opcion-check {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 22px;
	width: 22px;
	height: 22px;
	border: 2px solid #cbd5e1;
	border-radius: 50%;
	color: transparent;
	font-size: 11px;
	background: #FFF;
	transition: 0.2s ease;
}

.opcion-busqueda input:checked + .opcion-contenido {
	color: #2563eb;
}


.opcion-busqueda input:checked + .opcion-contenido .opcion-check {
	background: #2563eb;
	border-color: #2563eb;
	color: #fff;
}
.formPl {
	float: left;
	width: 50%;
	padding-right: 20px;
}
.formPr {
	float: left;
	width: 50%;
	padding-left: 20px;
}
.bgBlue {
	padding-top: 40px;
	background: #FFF;
}
.boxBlue {
	background: #F0F4FF;
	border-radius: 20px;
}
.boxBlue > .pasoItem {
	color: #2b2ed7;
	padding: 15px 15px 0px 15px;
}
.boxBlue .pasoItem i {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: #5e60ee;
	color: #FFF;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	margin-right: 10px;
}
.boxBlueContent {
	background: #FFF;
	border-radius: 20px;
	border: 4px solid #F0F4FF;
	padding: 20px;
}
.dniUpload {
	display: flex;
	width: 100%;
	background: #fff;
	border: 1px solid #e8edf3;
	border-radius: 14px;
	box-sizing: border-box;
}

.dniUploadItem {
	position: relative;
	width: 50%;
	padding: 20px;
	box-sizing: border-box;
}



.dniUploadTitle {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 16px;
}

.dniUploadTitle > span {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 36px;
	height: 36px;
	background: #edf5ff;
	border-radius: 50%;
	color: #002d61;
	font-size: 14px;
	font-weight: 700;
}

.dniUploadTitle strong,
.dniUploadTitle small {
	display: block;
}

.dniUploadTitle strong {
	margin-bottom: 4px;
	color: #172b4d;
	font-size: 16px;
}

.dniUploadTitle small {
	color: #8993a4;
	font-size: 13px;
}

/* Caja para subir el archivo */
.dniFile {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 235px;
	padding: 25px;
	background: #f8fbff;
	border: 2px dashed #c7d4e3;
	border-radius: 12px;
	box-sizing: border-box;
	cursor: pointer;
	overflow: hidden;
	transition:
		border-color .2s ease,
		background-color .2s ease,
		transform .2s ease;
}

.dniFile:hover {
	background: #f1f7ff;
	border-color: #002d61;
}

/* El input ocupa toda la caja y recibe el drop */
.dniFile input[type="file"] {
	position: absolute;
	inset: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
	cursor: pointer;
}

.dniFileContent {
	position: relative;
	z-index: 1;
	text-align: center;
	pointer-events: none;
}

.dniFileContent i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	margin: 0 auto 15px;
	background: #e8f2ff;
	border-radius: 50%;
	color: #002d61;
	font-size: 23px;
}

.dniFileContent strong {
	display: block;
	margin-bottom: 7px;
	color: #27364b;
	font-size: 15px;
}

.dniFileContent p {
	margin: 0 0 13px;
	color: #65758b;
	font-size: 13px;
}

.dniFileContent span {
	display: inline-block;
	padding: 7px 11px;
	background: #fff;
	border: 1px solid #e3e9f0;
	border-radius: 20px;
	color: #8a96a8;
	font-size: 11px;
}

/* Al pulsar o arrastrar sobre el input */
.dniFile:focus-within {
	background: #edf5ff;
	border-color: #002d61;
	box-shadow: 0 0 0 4px rgba(0, 45, 97, 0.08);
}

@media (max-width: 700px) {
	.dniUpload {
		display: block;
		border: 0px;
	}

	.dniUploadItem {
		width: 100%;
		padding: 0px 0px 20px 0px;
	}



	.dniFile {
		min-height: 210px;
	}
}
.dniFileSelected {
	display: none;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	margin-top: 12px;
	padding: 13px 15px;
	background: #f6f9fc;
	border: 1px solid #e1e8f0;
	border-radius: 9px;
	box-sizing: border-box;
}

.dniFileSelected.show {
	display: flex;
}

.dniFileSelectedInfo {
	display: flex;
	align-items: center;
	gap: 11px;
	min-width: 0;
}

.dniFileSelectedInfo > i {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 38px;
	height: 38px;
	background: #e7f1fd;
	border-radius: 8px;
	color: #002d61;
	font-size: 17px;
}

.dniFileSelectedInfo > div {
	min-width: 0;
}

.dniFileSelectedInfo strong,
.dniFileSelectedInfo span {
	display: block;
}

.dniFileName {
	max-width: 260px;
	margin-bottom: 4px;
	overflow: hidden;
	color: #263750;
	font-size: 13px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.dniFileSelectedInfo span {
	color: #8995a5;
	font-size: 11px;
}

.dniFileRemove {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 36px;
	height: 36px;
	padding: 0;
	background: #fff1f0;
	border: 0;
	border-radius: 7px;
	color: #d92d20;
	cursor: pointer;
	transition: background-color .2s ease;
}

.dniFileRemove:hover {
	background: #fee4e2;
}

/* Cambio visual cuando ya existe un archivo */
.dniFile.has-file {
	background: #f3f8ff;
	border-color: #83a8d1;
}

.dniFile.has-file .dniFileContent > strong {
	color: #002d61;
}

.dniFileStatus {
	display: none;
	text-align: center;
}

.dniFileStatus > i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	margin: 0 auto 14px;
	background: #dff7e9;
	border-radius: 50%;
	color: #079455;
	font-size: 23px;
}

.dniFileStatus > span {
	display: block;
	margin-bottom: 7px;
	color: #067647;
	font-size: 16px;
	font-weight: 700;
}

.dniFileStatus > small {
	display: block;
	color: #47966e;
	font-size: 12px;
}

/* Estado cuando hay un archivo seleccionado */

.dniFile.has-file {
	background: #f0fdf4;
	border-color: #32b76c;
	border-style: solid;
}

.dniFile.has-file:hover {
	background: #e8faef;
	border-color: #079455;
}

.dniFile.has-file .dniFileDefault {
	display: none;
}

.dniFile.has-file .dniFileStatus {
	display: block;
}

/* Caja inferior con el nombre del archivo */

.dniFileSelected.show {
	display: flex;
	background: #f0fdf4;
	border-color: #b7ebca;
}

.dniFileSelected.show .dniFileSelectedInfo > i {
	background: #dff7e9;
	color: #079455;
}

.dniFileSelected.show .dniFileName {
	color: #067647;
}
.btnBack {
	float: left;
	width: 160px;
	border: 2px solid #b1b6bf;
	border-radius: 10px;
	background: #FFF;
    color: #b1b6bf;
	font: 900 20px Urbanist;
	height: 50px;
}
.btnContinue {
	width: calc(100% - 180px);
	margin-left: 20px;
	float: right;
	border: 2px solid #2563eb;
	background: #2563eb;
    color: #FFF;
	font: 900 20px Urbanist;
	border-radius: 10px;
	height: 50px;
}
.btnContinue:hover {
	background: #1c49ab;
	border: 2px solid #1c49ab;
}
.inputForm {
  border: 1px solid #CCC;
  border-radius: 10px;
  box-shadow: inset 0px 5px 10px 0px rgba(0,0,0,0.1);
  padding: 15px;
  font: 600 14px Roboto;
  width: 100%;
}
.terms_check .ck {
	width: 1%;
}
.terms_check.act .ck div {
	background: #2563eb;
	border: 1px solid #2563eb;
	box-shadow: none;
}
.terms_check.act > .ck div:before {
	position: absolute;
	content: "\f00c";
  font-family: var(--fa-style-family,"Font Awesome 6 Free");
  font-weight: var(--fa-style,900);
	left: 5px;
    top: 4px;
	color: #FFF;
	font-size: 14px;
}
.terms_check {
	cursor: pointer;
	padding: 0px;
}
.terms_check .ck div {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: #FFF;
	border-radius: 6px;
	position: relative;
	border: 1px solid #f00;
  box-shadow: 0px 0px 3px 3px rgba(255, 0, 0, 0.1);
}
.terms_check .infot {
	font: 400 10px/17px Roboto;
	padding-left: 20px;
	text-align: left;
	color: #506e8d;
}
.terms_check .infot a {
	text-decoration: underline;
	color: #506e8d;
}
.formTramiteLabel {
	font: 900 16px Urbanist;
	margin-bottom: 5px;
}
.inputFormTramite {
	border: 1px solid #CCC;
  border-radius: 10px;
  box-shadow: inset 0px 5px 10px 0px rgba(0,0,0,0.1);
  padding: 15px;
  font: 600 14px Roboto;
	width: 100%;
}
.infoInputPaso {
	font: 600 10px Roboto;
  color: #777981;
}
.formCp {
	float: left;
	width: 120px;
}
.formAddr {
	float: left;
	width: calc(100% - 120px);
	padding-left: 20px;
}



body.modal-open {
	overflow: hidden;
}

.firmaModal {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.firmaModal.show {
	display: flex;
}

.firmaModalOverlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 25, 55, 0.65);
	backdrop-filter: blur(3px);
}

.firmaModalContent {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 620px;
	padding: 28px;
	background: #ffffff;
	border-radius: 18px;
	box-shadow: 0 20px 60px rgba(0, 45, 97, 0.25);
}

.firmaModalHeader {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 22px;
}

.firmaModalHeader h3 {
	margin: 0 0 7px;
	color: #002d61;
	font-size: 23px;
	text-align: left;
}

.firmaModalHeader p {
	margin: 0;
	color: #6b7280;
	font-size: 14px;
}

.firmaModalClose {
	width: 38px;
	height: 38px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #f1f5f9;
	color: #475569;
	font-size: 25px;
	line-height: 38px;
	cursor: pointer;
}

.firmaCanvasContainer {
	padding: 15px 15px 10px;
	border: 2px dashed #cbd5e1;
	border-radius: 13px;
	background: #f8fafc;
}

#firmaCanvas {
	display: block;
	width: 100%;
	height: 220px;
	background: #ffffff;
	border-radius: 8px;
	cursor: crosshair;
	touch-action: none;
}

.firmaLinea {
	margin-top: 8px;
	padding-top: 8px;
	border-top: 1px solid #94a3b8;
	color: #64748b;
	font-size: 12px;
	text-align: center;
}

.firmaModalActions {
	display: flex;
	justify-content: flex-end;
	gap: 12px;
	margin-top: 22px;
}

.btnLimpiarFirma,
.btnGuardarFirma {
	padding: 13px 20px;
	border-radius: 9px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
}

.btnLimpiarFirma {
	border: 1px solid #cbd5e1;
	background: #ffffff;
	color: #334155;
}

.btnGuardarFirma {
	border: 1px solid #002d61;
	background: #002d61;
	color: #ffffff;
}

.btnGuardarFirma:disabled {
	cursor: not-allowed;
	opacity: 0.6;
}

.firmaError {
	display: none;
	margin-top: 15px;
	padding: 11px 13px;
	border-radius: 8px;
	background: #fef2f2;
	color: #b91c1c;
	font-size: 13px;
}

@media (max-width: 600px) {
	.firmaModalContent {
		padding: 20px;
	}

	.firmaModalActions {
		flex-direction: column-reverse;
	}

	.btnLimpiarFirma,
	.btnGuardarFirma {
		width: 100%;
	}
}
.cardSSLInfo {
	background: #F5FFEB;
  color: #5b9b37;
	padding: 15px;
	border-radius: 10px;
	font: 400 12px Roboto;
}
.cardSSLInfo i {
	color: #5b9b37;
	margin-right: 15px;
	font-size: 20px;
}
.cajaTarjeta {
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	padding: 30px;
	border-radius: 20px;
}
.cajaTarjeta .head {
	font: 900 20px Urbanist;
    color: #0c1b5f;
}
.pasoClienteValid .title {
	font: 900 20px Urbanist;
	color: #0c1b5f;
}
.pasoClienteValid .subtitle {
	font: 400 13px Roboto;
	color: #7A818F;
	margin: 5px 0px 20px 0px;
}
.pasoClienteValid .obj {
	border-bottom: 1px solid #E1EAFF;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.pasoClienteValid .obj .name {
	font: 900 14px Urbanist;
	color: #0c1b5f;
	margin-bottom: 5px;
}
.pasoClienteValid .obj .contenido {
	font: 400 13px Roboto;
}
.pasoClienteValid .obj .img {
	width: 1%;
}
.pasoClienteValid .obj .img i {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #2563eb;
	color: #FFF;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
}
.pasoClienteValid .obj .ttx {
	width: 99%;
	padding-left: 15px;
}
.tabbTotal {
	color: #0c1b5f;
}
.txtTotal {
	font: 900 20px Urbanist;
}
.valTotal {
	font: 900 20px Urbanist;
	text-align: right;
}
.boxComplete {
	float: left;
	width: calc(100% - 40px);
	background: #FFF;
	border-radius: 20px;
	box-shadow: 0px 0px 15px 0px rgba(153, 172, 197, 0.2);
	padding: 30px;
	text-align: center;
	margin: 0px 0px 50px 20px;
}
.boxComplete .ico {
	font-size: 60px;
	color: #00ED25;
}
.boxComplete .tit {
	font: 900 20px Urbanist;
	color: #0c1b5f;
}
.boxComplete .desc {
	font: 600 14px Roboto;
    color: #6f7891;
	margin: 20px 0px;
}
.btnVerSolicitud {
	display: inline-block;
	background: #2563eb;
    color: #FFF !important;
	font: 900 18px Urbanist;
	border-radius: 10px;
	padding: 10px 20px;
}
.boxIniciaSes {
	background: #F0F4FF;
  border-radius: 20px;
	padding: 20px;
}
.boxIniciaSes .tit {
	font: 900 18px Urbanist;
	color: #2b2ed7
}
.boxIniciaSes a {
  background-image: linear-gradient(#FFFFFF ,#e7e9ec);
  border-color: #adb1b8 #a2a6ac #8d9096;
  border-style: solid;
  border-width: 1px;
  border-radius: 10px;
  box-shadow: rgba(255,255,255,.6) 0 1px 0 inset;
  box-sizing: border-box;
  color: #0f1111;
  cursor: pointer;
  display: inline-block;
  font: 900 15px Urbanist;
  font-size: 13px;
  outline: 0;
  overflow: hidden;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
}

.boxIniciaSes a:hover {
  border-color: #a2a6ac #979aa1 #82858a;
}




.barOr {
	position: relative;
	text-align: center;
}
.barOr:before {
	content: '';
	position: absolute;
	left: 0px;
	width: 100%;
	top: 50%;
	height: 2px;
	background: #EFEFEF;
	z-index: 1;
}
.barOr span {
	display: inline-block;
	background: #FFF;
	position: relative;
	z-index: 2;
	font: 900 15px Urbanist;
	color: #9094A3;
	padding: 0px 10px;
}
#mask_code {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.9);
	z-index: 10000;
}
#code_inicia_box {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10001;
	background: #FFF;
	max-width: 400px;
	border-radius: 20px;
	padding: 30px;
}
#code_inicia_box .title {
	font: 900 18px Urbanist;
	color: #2563eb;
}
#code_inicia_box .info {
	font: 400 14px Roboto;
	color: #000;
}
#code_inicia_box input {
	font: 900 18px Roboto;
	color: #000;
	text-align: center;
	box-shadow: inset 0px 5px 10px 0px rgba(0,0,0,0.1);
	border-radius: 10px;
	border: 1px solid #b7bec7;
	padding: 10px;
}
#code_inicia_box button {
	border: 2px solid #2563eb;
  background: #2563eb;
  color: #FFF;
  font: 900 15px Urbanist;
  border-radius: 15px;
  height: 45px;
  padding: 0px 25px;
}
#card-number-element,
#card-expiry-element,
#card-cvc-element {
    outline: none !important;
    background: #FFF !important;
	border: 1px solid #CCC;
  border-radius: 10px;
  box-shadow: inset 0px 5px 10px 0px rgba(0,0,0,0.1);
	padding: 0px 10px;
}
.StripeElement--invalid {
	border: 1px solid #dc2626 !important;
	color: #dc2626 !important;
}
.paymentLabel {
	font: 600 14px Urbanist;
	margin-bottom: 5px;
	color: #0c1b5f;
}
.paymentInfo {
	color: #A1A5AB;
	font: 500 13px Roboto;
}
.paymentInfo i {
	margin-right: 10px;
	color: #A1A5AB;
	font-size: 20px;
}

@media (max-width: 700px) {
	.headerFaq h1 {
		font-size: 20px;
		margin-top: 20px;
		letter-spacing: -1px;
	}
	.headerFaq h2 {
		font-size: 12px;
	}
	.dHeadTxt {
		padding: 0px 10px 20px 10px;
	}
	.stepsBar ul li .ck span {
		width: 20px;
		height: 20px;
		font: 900 11px/20px Urbanist;
	}
	.stepsBar ul li .ttx {
		font: 900 8px Urbanist;
	}
	.solicitaContainer {
		padding: 0px 15px;
	}
	.formPl {
		padding-right: 7px;
	}
	.formPr {
		padding-left: 7px;
	}
	.formPlRes {
		width: 100%;
		padding: 0px;
		margin-bottom: 20px;
	}
	.formPrRes {
		width: 100%;
		padding: 0px;
	}
}