.headerFaq {
	background: #0d234d;
	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;
	width: 50%;
}
.stepsBar {
	border-top: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
	padding: 0 10px;
	position: relative;
	z-index: 10000;
	background: #FFF;
}

.stepsBar ul {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.stepsBar ul li {
	width: 33.333%;
	padding: 20px 10px;
	box-sizing: border-box;
}

.stepsBar ul li .tabb {
	display: flex;
	align-items: center;
	justify-content: center;
}

.stepsBar ul li .ck {
	flex: 0 0 20px;
}

.stepsBar ul li .ttx {
	width: auto;
	padding-left: 10px;
	font: 900 14px Urbanist;
	color: #9e9cb4;
}

.stepsBar ul li .ck span {
	display: 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;
}
.bgSteps {
	background: rgb(220, 224, 232);
	padding-bottom: 80px;
}
.pasoOperacion {
	float: left;
	width: 100%;
	padding-left: 20%;
	padding-right: 20%;
	text-align: left;
}
.cajaIdentifica {
	border-radius: 20px;
	background: #FFF;
}
.cajaIdentif {
	padding: 15px;
	border: 2px solid #EFEFEF;
	border-radius: 20px;
	margin-bottom: 20px;
}
.cajaIdentif.act {
	border: 2px solid #2563eb;
	
}
.checkSelector {
	cursor: pointer;
	margin-bottom: 10px;
}
.checkSelector .ck {
	width: 1%;
}
.checkSelector .ck div {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	display: inline-block;
	background: #FFF;
	border: 3px solid #CCC;
	position: relative;
	top: 2px;
}
.checkSelector.act .ck div {
	background: #2563eb;
	color: #FFF;
	border: 3px solid #2563eb;
}
.checkSelector.act .ck div:before {
	content: "\f00c";
	font-family: var(--fa-style-family,"Font Awesome 6 Free");
  font-weight: var(--fa-style,900);
	font-size: 11px;
	position: absolute;
	left: 6px;
	top:5px;
}
.checkSelector .ttx {
	width: 99%;
	padding-left: 10px;
	font: 900 14px Urbanist;
}
.pasoIdentif {
	padding: 10px 10px 10px 35px;
	display: none;
}
.cajaIdentif.act .pasoIdentif {
	display: block;
}
.cajaIdentif:not(.act) .checkSelectorIdentif {
	margin: 0px;
}
.matriculaBox{
    display:inline-flex;
    align-items:center;
    height:50px;
    background:#fff;
    border-radius:8px;
    overflow:hidden;
}

.matriculaBox .eu{
    width:30px;
    height:100%;
    background:#003399;
    color:#fff;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    font-weight:bold;
    user-select:none;
}

.matriculaBox .eu span{
    font-size:25px;
    line-height:1;
}
.matriculaBox .eu img {
	max-height: 20px;
	border-radius: 10px;
}
.matriculaBox .eu small{
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
}

.matriculaBox input{
    width:190px;
    height:100%;
    outline:none;
    background:#fff;
    text-align:center;
    text-transform:uppercase;

    font-family:Urbanist;
    font-size:25px;
    font-weight:900;
    letter-spacing:4px;
    color:#111;
	border: 1px solid #b7bec7;
	border-radius: 0px 10px 10px 0px;
  box-shadow: inset 0px 5px 10px 0px rgba(0,0,0,0.1);
}

.matriculaBox input::placeholder{
    color:#777;
}
.infoInputPaso {
	font: 600 10px Roboto;
  color: #777981;
}
.inputVin {
	border: 1px solid #b7bec7;
  border-radius: 10px;
  box-shadow: inset 0px 5px 10px 0px rgba(0,0,0,0.1);
  padding: 15px;
  font: 600 14px Roboto;
	text-transform: uppercase;
	width: 100%;
}
.btnBack {
	float: left;
	width: 160px;
	border: 2px solid #b1b6bf;
	border-radius: 10px;
	background: #FFF;
    color: #b1b6bf;
	font: 900 20px Urbanist;
	height: 50px;
}
.btnContinue {
	display: inline-block;
	border: 2px solid #2563eb;
	background: #2563eb;
    color: #FFF;
	font: 900 16px Urbanist;
	border-radius: 15px;
	height: 55px;
	padding: 0px 25px;
}
.btnContinue:hover {
	background: #1c49ab;
	border: 2px solid #1c49ab;
}
.pasoClienteValid .obj {
	border-top: 1px solid #E1EAFF;
	padding-top: 10px;
	margin-top: 10px;
}
.pasoClienteValid .obj .name {
	font: 900 14px Urbanist;
	color: #0c1b5f;
	margin-bottom: 5px;
}
.pasoClienteValid .obj .contenido {
	font: 400 13px Roboto;
}
.pasoClienteValid .obj .ttx {
	width: 100%;
}
.response_cliente  i {
	width: 25px;
	text-align: center;
	color: #CEDAE8;
}
.formTramiteLabel {
	font: 900 14px Urbanist;
	margin-bottom: 5px;
	color: #0c1b5f;
}
.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%;
}
.formPl {
	float: left;
	width: 50%;
	padding-right: 10px;
}
.formPr {
	float: left;
	width: 50%;
	padding-left: 10px;
}
.formCp {
	float: left;
	width: 100px;
}
.formAddr {
	float: left;
	width: calc(100% - 100px);
	padding-left: 20px;
}
.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: 50px 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;
}
.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 15px;
}
.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: #1a232d;
}
.terms_check .infot a {
	text-decoration: underline;
	color: #1a232d;
}
.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;
}
.cardSSLInfo {
	background: #F5FFEB;
  color: #5b9b37;
	padding: 15px;
	border-radius: 10px;
	font: 400 12px Roboto;
}
.cardSSLInfo i {
	color: #5b9b37;
	margin-right: 15px;
	font-size: 20px;
}
.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);
}
.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;
}
.pasoItem {
	font: 900 16px Urbanist;
	margin-bottom: 10px;
}
.boxInfoBlue {
	background: #FFF;
	border-top: 2px solid #EFEFEF;
}
.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;
	padding: 20px;
}
.boxBlueContent2 {
	background: #FFF;
	border-radius: 20px;
	padding: 20px 20px 10px 20px;
}
.boxBlueContent3 {
	background: #FFF;
	border-radius: 20px;
	padding: 20px;
}
#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;
}
.incluye {
	font: 400 12px Roboto;
}
.paymentInfo {
	color: #A1A5AB;
	font: 500 13px Roboto;
}
.paymentInfo i {
	margin-right: 10px;
	color: #A1A5AB;
	font-size: 20px;
}
#carSearch {
	position: fixed;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(255,255,255,0.95);
	z-index: 20000;
	padding: 30px;
	display: none;
}
#carSearch .bbx {
	display: inline-block;
	background: #FFF;
	border-radius: 30px;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	padding: 25px;
}
#carSearch .rel {
	position: relative;
	top: -100px;
	display: inline-block;
	max-width: 350px;
}
#carSearch .tit {
	font: 900 18px Urbanist;
	margin: 10px 0px;
	color: #001f5c;
}
#carSearch .desc {
	font: 900 13px Roboto;
	color: #828892;
}
.barra {
    width: 100%;
    height: 8px;
    background: #e5e7eb;
    border-radius: 999px;
    overflow: hidden;
}

.barra-progreso {
    width: 0;
    height: 100%;
    background: #2563eb;
    border-radius: inherit;
    animation: completarBarra 20s linear forwards;
}

@keyframes completarBarra {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}
.info_tab {
	color: #333;
	padding: 10px 10px 0px 10px;
}
.badge_entrega {
	color: #155724;
  background-color: #d4edda;
	padding: 5px 10px;
	border-radius: 15px;
	font: 600 11px Urbanist;
	display: inline-block;
}
h3.resumen_tit {
	margin: 0px;
	font: 900 16px Urbanist;
	color: #2b2ed7;
}
.cajaMatricula {
	border-radius: 10px;
	width: 170px !important;
	overflow: hidden;
	background: #FFF;
	border: 1px solid #003399;
}
.cajaMatricula img{
	max-height: 15px;
}
.cajaMatricula .img{
	width: 25px;
	text-align: center;
	color: #FFF;
	background: #003399;
	font: 900 10px Urbanist;
	padding: 5px;
}
.cajaMatricula .ttx2{
	width: calc(100% - 25px);
	padding: 0px 10px;
	font: 900 16px Urbanist;
	text-align: center;
  letter-spacing: 2px;
}
.cajaDesglose {
	background: #F0F4FF;
	border-radius: 15px;
	padding: 15px;
	margin-top: 20px;
	font: 600 14px Urbanist;
	
}
.cajaDesglose .tabb {
	padding-bottom: 5px;
	color: #5C658F;
}
.cajaDesglose .tt {
	text-align: left;
	padding-right: 15px;
}
.cajaDesglose .vv {
	text-align: right;
}
.cajaDesglose .total {
	border-top: 2px solid #D3DAE7;
	font: 900 18px Urbanist;
	margin-top: 10px;
	padding-top: 10px;
	color: #3D4463;
}
#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;
}
@media (max-width: 700px) {
	.headerFaq h1 {
		font-size: 30px;
		margin-top: 0px;
		letter-spacing: 0px;
		margin-bottom: 10px;
	}
	.headerFaq h1:after {
		bottom: -15px;
	}
	.headerFaq h2 {
		font-size: 12px;
		margin-bottom: 10px;
	}
	.dHeadTxt {
		padding: 0px 10px 20px 10px;
	}
	.pasoOperacion {
		padding: 0px 15px;
	}
	.stepsBar ul li .ck span {
		width: 20px;
		height: 20px;
		font: 900 11px/20px Urbanist;
	}
	.stepsBar ul li .ttx {
		font: 900 10px Urbanist;
	}
	.stepsBar ul li .ttx span {
		float: left;
		width: 100%;
	}
	#carSearch .bbx {
		max-width: calc(100% - 30px);
	}
	#carSearch .bbx .player_car {
		width: 250px !important;
		height: 250px !important;
		margin-bottom: 15px;
	}
	.incluye {
	  font: 400 10px Roboto;
	}
	#code_inicia_box {
		width: 90%;
	}
}