@charset "utf-8";

@font-face {
    font-family: 'isidora-400';
    src: url(../../fonts/Isidora-Regular.otf);
}

@font-face {
    font-family: 'isidora-500';
    src: url(../../fonts/Isidora-Medium.otf);
}

@font-face {
    font-family: 'isidora-600';
    src: url(../../fonts/Isidora-SemiBold.otf);
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
    justify-content: start; 
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-bottom: none;
    font-size: 14px;
    font-weight: normal;
    padding: 0.6rem 1.5rem; /* Aumentar espacio alrededor del texto */
    color: #495057; /* Color del texto */
    background-color: transparent; /* Fondo transparente */
    min-width: 150px; /* Ancho mínimo para que el texto no se corte */
    text-align: center; /* Centrar el texto */
}

.nav-tabs .nav-link:hover {
    color: #000;
    background-color: #f8f9fa; /* Fondo en hover */
}

.nav-tabs .nav-link.active {
    color: #000; 
    font-weight: bold;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-bottom-color: transparent; /
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
    display: flex; 
    flex-wrap: wrap; 
    justify-content: start;
}


.nav-tabs .nav-link.active {
    color: #000; /* Color del texto activo */
    font-weight: bold;
    background-color: #fff; /* Fondo blanco para la pestaña activa */
    border: 1px solid #dee2e6;
    border-bottom-color: transparent; /* Sin borde inferior */
}

/* selectores */
/* Ocultar el checkbox original */
/* Ocultar el checkbox original */
/* Asegurar alineación vertical de los checkboxes */
.form-check {
    display: flex;
    align-items: flex-start;
    gap: 10px; /* Espaciado entre el checkbox y el texto */
}

/* Ajustar el checkbox personalizado */
.styled-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

/* Estilo del contenedor del label */
.styled-checkbox + .form-check-label {
    display: block;
    font-size: 16px;
    color: #212529;
    line-height: 1.5; /* Altura de línea para espaciado */
    margin-top: 0; /* Evitar margenes innecesarios */
	margin-bottom: 20px;
}

/* Estilo del círculo del checkbox */
.styled-checkbox + .form-check-label::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #007bff;
    border-radius: 50%;
    background-color: #fff;
    margin-right: 10px;
    position: relative;
    top: 3px; /* Alineación con el texto */
    transition: all 0.3s ease;
	
}

/* Checkbox seleccionado */
.styled-checkbox:checked + .form-check-label::before {
    background-color: #00005B;
    border-color: #00005B;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3E%3Cpath d='M10.97 4.97a.75.75 0 0 1 1.07 1.05l-4.2 5.2-2.4-2.4a.75.75 0 1 1 1.06-1.06l1.646 1.647 3.905-4.647z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}





body,
html {
    margin: 0;
    padding: 0;
    font-family: 'isidora-400' !important;
    font-style: normal;
    background: rgb(255, 255, 255);

}

body a {
    font-family: 'isidora-400';
    font-size: 0.875em;
    color: rgb(46, 46, 46);
}

h2 {
    font-family: 'isidora-600';
    font-size: 2.25em;
    line-height: 42px;
    letter-spacing: -0.5px;
    color: rgb(46, 46, 46);
}

h3 {
    font-family: 'isidora-600';
    font-size: 1.625em;
    line-height: 32px;
    color: rgb(46, 46, 46);
    letter-spacing: -0.5px;
}

h4 {
    font-family: 'isidora-600';
    font-size: 1.625em;
    line-height: 2em;
    letter-spacing: -0.5px;
    color: rgb(46, 46, 46);
}

h5 {
    font-family: 'isidora-400';
    font-size: 1.875em;
    line-height: 2.25;
    letter-spacing: -0.5px;
    color: rgb(46, 46, 46);
}

p {
    font-family: 'isidora-400';
    font-size: 1em;
    line-height: 25px;
    color: rgb(46, 46, 46);
}

span {
    font-family: 'isidora-400';
    font-size: 1em;
    line-height: 25px;
    color: rgb(46, 46, 46);
}

ul {
    padding-left: 0px;
    margin-top: 1.563em;
}

ul li {
    font-family: 'isidora-400';
    color: rgb(46, 46, 46);
    line-height: 25px;
    font-size: 1.125em;
}

strong {
    font-family: 'isidora-600';
}

form {
	width: 350px;
	margin: auto
}
label {
	font-family: 'isidora-400';
	font-size: 14px;
	line-height: 18px;
	color: #333
}


select {
	background: #fff;
	border: 1px solid #e6e6e6!important;
	box-sizing: border-box;
	border-radius: 8px!important
}
input {
	background: #fff;

	box-sizing: border-box;
	border-radius: 8px!important
}
ul {
	padding-left: 0px;
	margin-top: 25px
}
ul li {
	color: #21244d;
	font-size: 16px;
	font-family: 'isidora-400';
}
ul.lista_bonita li {
	font-style: normal;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.25px;
	background-image: url(/images/ico_requisitos.svg);
	background-repeat: no-repeat;
	background-position: left 3px;
	list-style: none;
	padding: 3px;
	padding-left: 30px;
	background-size: 25px;
	margin: 10px 0px;
	color: #333
}
strong {
	font-family: 'isidora-600';
}
.tacpos {
	position: fixed;
	right: 0px;
	z-index: 9999
}
header {
	width: 4%;
	background: #000
}
.cabezote {
	background-color: #0067B1;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 9999
}
.cabezote img {
	width: 250px;
	float: left;
	margin-top: -3px
}
.espacio_interna {
	padding-top: 80px
}
.separador-c {
	padding: 10px
}
.separador-d {
	padding: 35px
}
.separador-k {
	padding: 18px
}
.separador-a {
	padding: 6px
}
.separador-r {
	padding: 30px
}
.separador-l {
	padding: 40px
}
.separador-m {
	padding: 50px
}
.separador-x {
	padding: 60px
}

.btn_form-q {
	font-family: 'isidora-500';
	font-size: 20px;
	line-height: 24px;
	align-items: center;
	text-align: center;
	letter-spacing: -0.25px;
	color: #fff;
	background: #0067B1;
	border: 1px solid #0067B1;
	border-radius: 12px;
	margin: auto;
	display: block;
	width: 336px;
	padding: 12px
}
.btn_form-q:hover {
	background: #66669d;
	color: #fff;
	border: 1px solid #66669d
}
.ter_ms-s p {
	font-size: 12px;
	line-height: 18px;
	color: #333;
	margin-left: 185px;
	margin-right: 185px;
	display: block
}
.ter_ms-s a {
	color: #0067B1;
	font-size: 12px;
	font-family: 'isidora-400';
}
.vigi_lado img {
	width: 150px
}
.vigi_lado p {
	float: right;
	font-size: 12px
}

.form-check-label {
	font-style: normal;
	font-family: 'isidora-400';
	font-size: 16px;
	line-height: 22px;
	align-items: center;
	letter-spacing: 0.25px;
	color: #333;
	cursor: pointer;
	padding: 27px 20px;
	width: 284px;
	height: 59px;
	cursor: pointer;
}
input[type="checkbox"]{
	appearance: none;
	-webkit-apparance: none;
	background-color: #ffffff;
	outline-color: #ffffff;
	border-bottom-color: #d5d5d5;
	border-radius: 1px;
	cursor: pointer;
	background-position: right center;
	background-size: 30px;

}
input[type="checkbox"]:after{
content: url(/actualizacion-datos/images/check-blue.svg);
font-size: 100px;
display: none;
}

.radio-check:checked{
	background-color: #fff;
	border-color: #0067B1;
}
.radio-check:checked:after{
	display: block;
}

.radio-check{
	appearance: none;
	-webkit-apparance: none;
	background-color: #ffffff;
	outline-color: #ffffff;
	border-bottom-color: #d5d5d5;
	border-radius: 1px;
	cursor: pointer;
	background-position: right center;
	background-size: 30px;
	border-radius: 30px 30px 30px 30px;

}
.radio-check:after{
content: url(../images/check-blue.svg);
font-size: 100px;
display: none;
}

.radio-check:checked:after{
	display: block;
}

input[type="file" i]{
	appearance: none;
	-webkit-apparance: none;
	background-color: #ffffff;
	outline-color: #ffffff;
	border-bottom-color: #d5d5d5;
	border-radius: 1px;
	cursor: pointer;
	background-position: right center;
	background-size: 30px;

}


.form-check {
	position:relative;
	display:block;
	padding-left:1;
	
}
.form-control:focus {
	box-shadow: none
}
.formulario_personas .form-control {
	color: #333
}
.color_fecha {
	color: #0067B1
}
.tarjeta_formulario {
}
.tarjeta_formulario .card {
	background: #fff;
	border: 1px solid #e2e8ee;
	box-shadow: 0px 3px 13px #e2e8ee;
	border-radius: 11px;
	margin: auto
}
.card {
	background: #FFFFFF;
	border: 0px ;
	border-radius: 11px;
	box-shadow: 0px 3px 13px #E2E8EE;
	
}
.card-body {
	background: #FFFFFF;
	box-sizing: border-box;
	border-radius: 11px;
	
}

.card-dashed{
	border: 1px dashed #D6D6D6;
}


.no-shadow {
	box-shadow: none;
}
.card-img {
	padding-top: 6px;
	padding-left: 6px;
	width: 56px;
}
.card-title {
	padding-top: 12px;
	padding-left: 6px;
	font-style: normal;
	font-family: 'isidora-400';
	font-size: 14px;
	line-height: 18px;
	color: #333
}

.card-text {
	font-style: normal;
	font-size: 12px;
	line-height: 18px;
	color: #333;
}
.text-1 {
	bottom: 0px;
	font-style: normal;
	font-size: 16px;
	line-height: 25px;
	padding-left: 0px;
	padding-bottom: 0px;
}
.text-2 {
	font-style: normal;
	font-family: 'isidora-400';
	font-size: 20px;
	line-height: 24px;
	padding-top: 0px;
}

.text-3 {
	font-style: normal;
	font-size: 12px;
	line-height: 18px;
}
.text-5 {
font-style: normal;
font-family: 'isidora-600';
font-size: 22px;
line-height: 24px;
}


.white {
	background-color: #ffffff;
}


.ter_ms-s .form-check-input {
	margin-top: 1.8rem;
	margin-left: 11rem
}
.movil{
	display: none;
}
.desktop{
	display: block;
}
.ejemplo_movil{
	background-color: #FF0004;
	height: 100px;
	width: 100%;
}

@media (min-width:768px) {
	h1 {

		font-family: 'isidora-500';
		font-size: 36px;
		line-height: 42px;
		color: #333
	}

.title-form  {
	text-align: left;
}

.centrar-3 {
	justify-content: center;
	display: flex;
	margin-left: 0;
	margin-right: 0;

}


.title-form p {
	font-style: normal;
	line-height: 25px;
	align-items: center;
	text-align: center;
	letter-spacing: 0.25px;
	font-size: 16px
}
.text_center {
	text-align: center;
    
}
.visible {
	display: none;
}
.btm-small {
    width: 201px;
    height: 48px;
}
.centrar {
	justify-content: center;
	display: flex;
	margin-left: 0;
	margin-right: 0;
	text-align: center;

}
.centrar-2 {
	justify-content: center;
	display: flex;
	margin-left: 25px;
	margin-right: 0;

}

.Copyright {
	padding-left: 40rem;
	color:  #000000;
}
.logo-footer {
	padding-left: 2rem;

}

.footer {
	left:0px;
    width: 100%;
    height: 77px;
    line-height: 60px;
	background-color: #ffffff;
	align-items: center;
	justify-content: center;
	display: flex;
	position:fixed;
	bottom:0; 
	z-index:999999;
}

.footer-style {
	padding-left: 30%;
}

.label-bottom {
	margin-bottom: -5;
}

.line-step {
	background-color: rgb(51, 51, 51, .1);
	margin-left: 10px;
    width: 24.2%;
    height: 4px;
}
.line-step-1 {
	background-color: rgb(51, 51, 51, .1);
	margin-left: 7px;
    width: 24.2%;
    height: 4px;
}

.step-ok {
	background-color: #009DD6 !important;
}


}


@media (max-width:767px) {


h1 {
	font-family: 'isidora-500';
	font-size: 26px;
	line-height: 32px;
	text-align: left;
	color: #333
}

.title-form p {
	font-style: normal;
	line-height: 25px;
	align-items: center;
	text-align: left;
	letter-spacing: 0.25px;
	font-size: 16px
}
form {
	width: auto
}
.separador-movil {
	padding: 10px
}
.ter_ms-s p {
	margin-left: 5px;
	margin-right: 5px
}
.form-group {
	margin-bottom: 0
}
.ter_ms-s .form-check-input {
	margin-left: -0.1rem
}

.logo-form {
	width: 36px;
	display: block;
	margin: initial;
	padding-bottom: 10px
}

.logo-form-error {
	width: 50px;
	display: block;
	margin: initial;
	padding-bottom: 10px
}
.visible-2 {
	display: none;
}
.btm-small {
	width: 100%;
	
}

.centrar-2 {
	justify-content: center;
	display: flex;
	margin-left: 1px;
	margin-right: 0;

}
.centrar-3 {
	justify-content: center;
	display: flex;
	margin-left: 0;
	margin-right: 0;
}

.centrar-4 {
text-align: center;
}
.footer {
	left:0px;
    width: 100%;
    height: 77px;
    line-height: 60px;
	background-color: #ffffff;
	align-items: center;
	justify-content: center;
	display: flex;
	position:fixed;
	bottom:0; 
	z-index:999999;
}

.line-step {
	background-color: rgb(51, 51, 51, .1);
	margin-left: 10px;
    width: 21.2%;
    height: 4px;
}
.line-step-1 {
	background-color: rgb(51, 51, 51, .1);
	margin-left: 11px;
    width: 21.2%;
    height: 4px;
}

.step-ok {
	background-color: #009DD6 !important;
}


} 

@media (min-width: 576px) and (max-width: 767px){
	.col-sm-3 {
		flex: auto;
		max-width: 33.333333%;
	}

	.line-step {
		background-color: rgb(51, 51, 51, .1);
		margin-left: 10px;
		width: 23.2%;
		height: 4px;
	}
	.line-step-1 {
		background-color: rgb(51, 51, 51, .1);
		margin-left: 11px;
		width: 23.2%;
		height: 4px;
	}

}

.btn-primary:hover {
    color: #fff;
    background-color: #66669d !important;
	border-color: #66669d !important;
	
}


.check_legal {
	font-size: 12px;
	text-align: left;
	max-width: 337px;
	margin: auto;
	display: block
}
.check_legal input {
	width: 20px;
	float: left
}
.form-check-label-f {
	font-size: 12px;
	float: left;
	max-width: 300px;
	margin-top: -30px;
	min-height: 100px
}
.form-check-label-f a {
	font-size: 12px;
	color: #0067B1
}
.form-check-label-f a:hover {
	font-size: 12px;
	text-decoration: underline;
	color: #0067B1
}

.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
    border-color: #FF3E1D;
	background-image: url(../images/error.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 37px;
	
}

.invalid-feedback_radio {
    display: none;
    width: 100%;
    margin-top: 1.25rem;
    font-size: 80%;
    color: #dc3545;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.white {
	color: #0067B1;
	background-color: #ffffff;
    border-color: #0067B1;
	padding: 10px;
	font-size: 18px;
	font-style: normal;
	font-family: 'isidora-500';
	font-size: 20px;
	line-height: 24px;
}

.btn-primary {
    color: #fff !important;
    background-color: rgb(73, 39, 89) !important;
    border-color: rgb(73, 39, 89) !important;
	padding: 10px;
	font-family: 'isidora-600';
	font-size: 18px;
	text-align: center;
	border-radius: 30px 30px 30px 30px;
	-moz-border-radius: 30px 30px 30px 30px;
	-webkit-border-radius: 30px 30px 30px 30px;
}

.btn-primary:hover {
	text-decoration: none;
}

.anc_pd {
    font-size: 18px;
    line-height: 24px;
    color: #333;
    display: block;
    background: #fff;
    box-shadow: 0px 3px 13px rgba(0,0,0,0.18);
    border-radius: 11px;
    height: 78px;
}


.marco input[type="radio"]:checked+.anc_pd{
    border-color: #0067b1;
    border-style: solid;
	border-width: revert;
	box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.18);
}
.bg-dark {
    background-color:  #ffffff!important;
}

.lg {
	width: 46px;

}

.text-bold {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-family: 'isidora-400';
	font-size: 14px;
	line-height: 18px;
	color: #333333;
}

.label-code {
	font-style: normal;
	font-family: 'isidora-400';
	font-size: 20px;
	line-height: 24px;
}
.p-code {
	font-style: normal;
	font-family: 'isidora-400';
	font-size: 14px;
	line-height: 18px;
	color: #757575;
}
.a-code {
	font-style: normal;
	font-family: 'isidora-500';
	font-size: 14px;
	line-height: 18px;
	color: #757575;
}
.texto_centrado {
    text-align: left;
}


.form-check-input {
	margin-top: 1.9rem;
	margin-left: 15rem;
	right: 20px;
	
}

.form-check-input_2 {
	margin-top: -22px;

	
}
.tarjeta {
	margin-left: 10px;
	
}

.label-tarjeta {
	padding-left: 30px;
	height: 25px;
	
}

.descripcion {
	font-style: normal;
	font-size: 16px;
	line-height: 25px;
}
.form-check.anc_pd:hover {
    border-color: #0067B1;
    border-style: solid;
    border-width: revert;
}

.form-check.anc_pd_checked {
    border-color: #0067B1;
    border-style: solid;
    border-width: revert;
}

.progress {

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: .5rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
	border-radius: 0rem;
	box-shadow: 0px 3px 13px rgba(0,0,0,0.18);
}
.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: #FFED00;
	transition: width .6s ease;
	height: .5rem;
	border-radius: 30rem;
}
.texto_boton-siguiente {
	font-family: 'isidora-500';
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	letter-spacing: -0.25px;
	color: #0067B1;
	margin-right: 10px;
}
.texto_boton-atras {
	font-family: 'isidora-500';
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	letter-spacing: -0.25px;
	color: #0067B1;
	margin-right: 10px;
}

.boton_siguiente-azul {
	background: #0067B1;
    width: 48px;
    height: 48px;
    border-radius: 25px;
    padding: 12px;
}


.posicion_boton-siguiente {
	float: right;

}



.boton_atras-gris {
	width: 25px;
	
	
}
.posicion_boton-atras {
	float: left;
	padding-top: 11px;
}


.header-fixed {
	width: 100%;
    height: 75px;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9999;
    -webkit-box-shadow: 0 1px 1px 0 rgb(0 0 0 / 14%), 0 2px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 14%), 0 2px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    background: url(../../images/bgHeader.jpg) no-repeat center;
    background-size: cover;
	padding: 0 50px 30px 84px;
}

.header-fixed .navbar.navbar-expand-md.navbar-dark {
	height: 75px;
}

.header-fixed .logo {
	width: 200px;
    position: relative;
    left: 5%;
}

.mrt-3-5 {
	margin-top: 3.5rem;
}

.navbar-expand-md {
	justify-content: space-between;
}

.Copyright {
	color:  #000000;
	align-items: center;
}
.politicas {
	font-style: normal;
	font-size: 14px;
	line-height: 18px;
}

a {
	color: #0067B1;
}
a :hover {
	color: #0067B1;
}

.input-xs {
	width: 130px;
}
.left-block {
	float: left;
}
.cierre {
	margin-top: 6px;
	float: right;
}

.fecha-style {
	width:33.3%;
	
}

.fecha {
	justify-content: space-between ;
}

.subir{
    padding: 12px 10px;
    background: #ffffff;
    color:#0067B1;
	border:0px solid #fff;
	padding-left: 5px;
	border: 1px dashed #E2E8EE;
	box-sizing: border-box;
	border-radius: 11px;
	width: 100%;
	text-align:left;
}
.separar {

	padding-right: 5px;
}
 .code {
	 width: 51px;
 }

 .inp_ingresar_codigo{
	left: 10px;
	margin: auto;
    width: 220px;
    font-size: x-large;
    color: #333;
    font-family: 'isidora-600';
    letter-spacing: 1.3em;
    word-spacing: 1.3em;
    border: none;
    background-image: url(/cfa/hipotecario/images/lineas-codigo.svg);
    background-repeat: no-repeat;
	background-position: left bottom;
	background-color: transparent !important;
	padding-left: 22px;
	
}
.inp_ingresar_codigo:focus {
  background-color: transparent !important;
	border: none !important;
	box-shadow: 0 0 0 0rem rgba(0,123,255,.25);
}

#stepProgressBar  {
	display:  flex;
	justify-content:  space-between;
	align-items: flex-start;
	text-align: right;
	width:  300px;
	margin:  0  auto;
	margin-bottom:  40px;
}

.step  {
text-align:  center;
}

.step-text  {
	font-style: normal;
	font-size: 16px;
	line-height: 22px;
	color: #333333;
}


.bullet {
	border: 1px solid #E2E8EE;
	height: 20px;
	width: 20px;
	border-radius: 100%;
	color: #27AE60;
	display: inline-block;
	position: relative;
	transition: background-color 500ms;
  	line-height:20px;
}


.bullet.completed  {
	color:  white;
	background-color: #27AE60;
	;
}



.bullet.completed::after {
	content: '';
	position: absolute;
	right: -60px;
	bottom: 10px;
	height: 1px;
	width: 54px;
	background-color: #27AE60;
}

/* .alert-success {
    color: #ffffff;
    background-color: #27AE60;
	border-color: #c3e6cb;
	border-radius: 8px;
	font-style: normal;
	font-family: 'isidora-500';
	font-size: 14px;
	line-height: 22px;
	display: none;
}
.alert-danger {
    color: #ffffff;
    background-color: #CB061D;
	border-color: #c3e6cb;
	border-radius: 8px;
	font-style: normal;
	font-family: 'isidora-500';
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	height: 70;
	display: none;

} */

.alert-icon {
	padding-right: 10px;

}
.alert-p {
	padding-left: 30px;
	padding-bottom: 0px;
	font-style: normal;
	font-family: 'isidora-500';
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	color: #ffffff;
}

.loaded {
	background: #FFFFFF;
	border: 1px dashed #E2E8EE;
	box-sizing: border-box;
	box-shadow: 0px 3px 13px #E2E8EE;
	border-radius: 11px;
	width: 100%;
	height: 60px;
	align-items: center;
	justify-content: space-between;
	display: flex;
	display: none;
	
}

.delete-icon {
	padding-right: 18px;
}

.loaded-label {
	color: #0067B1;
	font-style: normal;
	font-family: 'isidora-400';
	font-size: 14px;
	line-height: 18px;
	padding-left: 15px;

}


.timeline-wrapper-base {
	margin-left: 1.5rem;
	border-left: 3px solid #ddd;
}

.line {
	position: absolute;
	top: 5px;
	width: 0px;
	height: Calc(75% + 8px);
	border: 2px solid #ddd;
	margin-left: -.25rem;
}

div .line:last-child {
	width: 0px;
	height: 0px;
	margin-left: -.3rem;
}

.line.completed {
	position: absolute;
	width: 0px;
	border: 2px solid #27AE60;
	margin-left: -.25rem;
}

.line.completed:last-child {
	position: absolute;
	width: 0px;
	height: 0px;
	border: 2px solid #ddd;
	margin-left: -.3rem;
}
.node {
	padding-left: .5rem;
	position: relative;
}

.step-text {
	color: #757575;
	font-style: normal;
	font-family: 'isidora-400';
	font-size: 16px;
	padding-bottom: 1rem;
}

.step-text.completed {
	font-style: normal;
	font-family: 'isidora-400';
	color: #333333;
	font-size: 16px;
}

div .node:last-child {
	padding-left: .5rem;
	padding-bottom: 0rem;
	position: relative;
}

.node p {
	margin: 15px;
}

.node p :last-child {
	margin: 0px;
}

.node.completed::before {
	content: url(/cfa/hipotecario/images/ok_icon.svg);
	width: 2rem;
	height: 2rem;
	text-align:center;
	justify-content: center;
	padding-top: 9px;
	vertical-align: middle;
	background-color: #27AE60;
	border: 2px solid #27AE60;
	border-radius: 50%;
	position: absolute;
	top: .3rem;
	left: -1.1rem;
}

.node::before {
	content: "";
	width: 2rem;
	height: 2rem;
	background: #fff;
	border: 2px solid #ccc;
	border-radius: 50%;
	position: absolute;
	top: .3rem;
	left: -1.1rem;
}

.modal-header {
	border-bottom: 0px;
}
.modal-body {
	padding: 0px;
}
.modal-footer {
	justify-content: center;
	border-top: 0px;
}
.fijo {
width: 248px;
}
.arrows {
	padding-left:0px; 
	padding-right: 0px;
}
.tooltip-inner {
	color: #333333;
	background-color: #ffffff;
	text-align: left;
	padding: .9rem .5rem;
}

.i-tooltip {
	margin-bottom: 1.8px;
}

.input-ancho {
	height: 136px;
}

.h5-bottom {
	margin-bottom: 0;

}


.div-line {
	padding-right: 0px !important;
	margin-right: 0px !important;
}

.linea_1a {
    background-color: rgb(51, 51, 51, .1);
    width: 100%;
    height: 1px;
}



.titulo-secion {
	font-style: normal;
	font-family: 'isidora-400';
	font-size: 20px;
	line-height: 26px;
	letter-spacing: -0.25px;
}

.card-check label {
    font-style: normal !important;
    font-family: 'isidora-400' !important;
    font-size: 16px !important;
    line-height: 25px !important;
    align-items: center;
    letter-spacing: 0.25px;
    color: #0067b1 !important;
    display: block;
    background: #FFFFFF;
    border-radius: 11px;
    height: 78px;
    border: 1px solid #E6E6E6;
    justify-content: center;
    padding: 30px;
}

.card-check label:hover {
    border-color: #0067b1;
    border-style: solid;
	border-width: revert;
	box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.18);
}
.card-check input {
    margin-top: 35px;
    width: 14px;
    float: right;
    margin-right: 30px;
    color: #0067b1;
    appearance: none;
    -webkit-apparance: none;
    background-color: #ffffff;
    outline-color: #ffffff;
    border-bottom-color: #d5d5d5;
    cursor: pointer;
    background-position: right center;
    background-size: 30px;
    
}

.card-check input:checked:after {
    display: block;
}

.card-check input:after {
    content: url(../images/check-blue.svg);
    display: none;
}


.card-check input[type="radio"]:checked+label{
    border-color: #0067b1;
    border-style: solid;
	border-width: revert;
	box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.18);
}



/* LOADER CSS */
.btn_send_default.disabled{
  opacity: 0.7 !important;
  pointer-events: none !important;
}
.lds-ellipsis {
display: inline-block;
position: relative;
width: 80px;
height: 25px;
}
.lds-ellipsis div {
position: absolute;
top: 7px;
width: 13px;
height: 13px;
border-radius: 50%;
background: #fff;
animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
left: 8px;
animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
left: 8px;
animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
left: 32px;
animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
left: 56px;
animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
0% {
  transform: scale(0);
}
100% {
  transform: scale(1);
}
}
@keyframes lds-ellipsis3 {
0% {
  transform: scale(1);
}
100% {
  transform: scale(0);
}
}
@keyframes lds-ellipsis2 {
0% {
  transform: translate(0, 0);
}
100% {
  transform: translate(24px, 0);
}
}

.btn_send_default.disabled{
	pointer-events: none !important;
	opacity: 0.7 !important;
}

@media screen and (max-width: 768px) {
	#bodycom .form-group{
		margin-bottom: 20px;
	}

	.header-fixed {
		height: 55px;
		background: url(../images/bgHeaderMobile.jpg) no-repeat center left;
        background-size: cover;
	}

	.header-fixed .logo {
		width: 140px;
		position: relative;
		left: 0;
		top: -12px;
	}
}

/* Form .header-fixed*/
.inner-footer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 10px 20px;
	background-color: #ffffff;
	width: 100%;
	box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
	position:fixed;
	bottom:0; 
  }
  
  .footer-left,
  .footer-right {
	display: flex;
	align-items: center;
	margin: 10px 0;
  }
  
  .logo-footer {
	display: flex;
	align-items: center;
	text-decoration: none;
  }
  
  .logo-footer img {
	width: 60%;
	margin-right: 10px;
  }
  
  .footer-right {
	font-size: 14px;
	text-align: right;
  }
  
  @media (max-width: 768px) {
	.inner-footer {
	  flex-direction: column;
	  text-align: center;
	}
  
	.footer-left,
	.footer-right {
	  justify-content: center;
	}
  
	.footer-left {
	  margin-bottom: 10px;
	}
  }