.headerFaq {
	background: #FFF;
	color: #102949;
}
.headerFaq .spc_txt {
	padding: 20px 10px 50px 10px;
}
.headerFaq h1 {
  font: 900 40px Montserrat;
  color: #032858;
  float: left;
  width: 100%;
  margin: 0px;
  letter-spacing: -2px;
  margin: 30px 0px 0px 0px;
}
.headerFaq h1 span {
  color: #104af6;
}
.headerFaq h2 {
  font: 900 18px Urbanist;
  color: #6f7891;
  margin: 15px 0px 0px 0px;
  float: left;
  width: 100%;
}
.dHeadTxt {
	padding-right: 40px;
}
.dHeadImg {
	width: 50%;
}
.dHeadImg img {
	max-width: 100%;
}
.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;
}
.radio-si-no {
	display: inline-flex;
	gap: 8px;
	padding: 6px;
	background: #f1f5f9;
	border: 1px solid #e2e8f0;
	border-radius: 14px;
}

.radio-si-no input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.radio-si-no .opcion {
	min-width: 95px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 11px 20px;
	border: 1px solid transparent;
	border-radius: 10px;
	color: #64748b;
	font: 700 15px Arial, sans-serif;
	cursor: pointer;
	transition:
		background 0.2s ease,
		color 0.2s ease,
		border-color 0.2s ease,
		box-shadow 0.2s ease,
		transform 0.2s ease;
}

.radio-si-no .opcion:hover {
	background: #ffffff;
	color: #334155;
}

.radio-si-no .icono {
	width: 22px;
	height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #e2e8f0;
	font-size: 12px;
	transition: 0.2s ease;
}

.radio-si-no input:focus-visible + .opcion {
	outline: 3px solid rgba(37, 99, 235, 0.2);
}

/* Opción Sí seleccionada */
.radio-si-no input[value="si"]:checked + .opcion {
	background: #ffffff;
	border-color: #22c55e;
	color: #15803d;
	box-shadow: 0 4px 12px rgba(34, 197, 94, 0.15);
	transform: translateY(-1px);
}

.radio-si-no input[value="si"]:checked + .opcion .icono {
	background: #22c55e;
	color: #ffffff;
}

/* Opción No seleccionada */
.radio-si-no input[value="no"]:checked + .opcion {
	background: #ffffff;
	border-color: #ef4444;
	color: #dc2626;
	box-shadow: 0 4px 12px rgba(239, 68, 68, 0.15);
	transform: translateY(-1px);
}

.radio-si-no input[value="no"]:checked + .opcion .icono {
	background: #ef4444;
	color: #ffffff;
}
.formPl {
	float: left;
	width: 50%;
	padding-right: 10px;
}
.formPr {
	float: left;
	width: 50%;
	padding-left: 10px;
}
.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;
}
.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 {
	background: #f3f7fd;
  border-radius: 20px;
	padding: 30px;
}
.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;
}
.apostillaInfo {
	color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
	padding: 10px;
	border-radius: 10px;
	font: 400 13px Roboto;
}
.apostillaInfo i {
	font-size: 20px;
	margin-right: 10px;
}
.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;
}
@media (max-width: 700px) {
	.headerFaq h1 {
		font-size: 20px;
		margin-top: 20px;
		letter-spacing: -1px;
	}
	.headerFaq h2 {
		font-size: 12px;
	}
	.dHeadImg {
		width: 40%;
	}
	.dHeadImg img {
		max-width: 100%;
	}
	.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 {
		width: 100%;
		padding: 0px;
	}
	.formPr {
		width: 100%;
		padding: 0px;
	}
}