.accai-porlet-main,
.accai-porlet-main * {
  font-family: 'Roboto', sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #173278;
}

ul{
	padding: 0;
}

.colf-container-fluid{
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}  

.colf-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.bg-main{
  background-color: #173278;
}

.colf-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.colf-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}


.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}


.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 0.5rem;
}

.mt-2 {
  margin-top: 1rem;
}

.mt-3 {
  margin-top: 1.5rem;
}

.mt-4 {
  margin-top: 2rem;
}

.mt-5 {
  margin-top: 2.5rem;
}

.mt-6 {
  margin-top: 3rem;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 0.5rem;
}

.mb-2 {
  margin-bottom: 1rem;
}

.mb-3 {
  margin-bottom: 1.5rem;
}

.mb-4 {
  margin-bottom: 2rem;
}

.mb-5 {
  margin-bottom: 2.5rem;
}

.mb-6 {
  margin-bottom: 3rem;
}

.colf-form-control {
	display: block;
	width: 100%;
    height: 41px;
    color: #0C193C;
    border-radius: .8rem;
    border: solid 1px #CDCBCD;
    background: #FFFFFF;
    padding: 0 1.5rem;
}

.colf-form-control-two {
    display: block;
    width: 100%;
    height: 41px;
    color: #0C193C;
    border-radius: .8rem;
    border: solid 1px #CDCBCD;
    background: #FFFFFF;
    padding: 0 3.5rem 0 1.5rem;
}

.colf-form-control:focus-visible, 
.colf-form-control:focus,
.colf-form-control-gestion:focus {
  border: 1px solid #173278;
	color: #0C193C;
  outline: none;
}

.colf-form-control-two:focus-visible, 
.colf-form-control-two:focus {
  border: 1px solid #173278;
	color: #0C193C;
  outline: none;
}

.colf-form-control:focus,
.has-success .form-control:focus {
	-webkit-box-shadow: none;
  box-shadow: none;	
}

.colf-form-control-gestion:focus,
.has-success .form-control:focus {
	-webkit-box-shadow: none;
  box-shadow: none;	
}

.colf-form-control-two:focus,
.has-success .form-control:focus {
	-webkit-box-shadow: none;
  box-shadow: none;	
}
  
.colf-form-control :disabled {
	opacity: .2;
}

.colf-form-control-gestion :disabled {
	opacity: .2;
}

.colf-form-control-two :disabled {
	opacity: .2;
}

/* Create a custom checkbox */
.container-checkbox {
    display: block;
    position: relative;
	  padding-left: 28px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.container-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
		background: white;
    border: solid 1px #CDCBCD;
    border-radius: 5px;
}

.container-checkbox:hover input ~ .checkmark {
    background-color: #C5CCDD;
}

.container-checkbox input:checked ~ .checkmark {
     background-color: #173278;
}

.container-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container-checkbox input:checked ~ .checkmark:after {
    display: block;
}

.container-checkbox .checkmark:after {
    top: 2px;
    width: 6px;
    height: 12px;
    left: 6px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.colf-form-element {
	width: 100%;
	font-weight: 400;
	font-size: 12px;
	color: #0C193C;
	letter-spacing: 0.4px;
}

.text-general {
  font-size: 16px;
  line-height: 1.8rem;
  font-weight: 400;
  color: #0C193C;
}

.text-legal {
  font-size: 1rem;
  min-height: 1.2rem;
  font-weight: 400;
  color: #0C193C;
}

.text-help {
  font-size: 1.2rem;
  min-height: 2.4rem;
  font-weight: 400;
  line-height: 1.7rem;
}

.item-right {
   display: flex;	
   justify-content: right;
   text-align: right;
}

.item-left {
   display: flex;	
   justify-content: left;
   text-align: left;
	
}

.item-center{
   display: flex;	
   justify-content: center;
   text-align: center;
}

/*Styles Pristine */    


.has-success > .colf-form-element {
	color: #173278;
}

.has-success > .colf-form-control {
	border: solid 1px #173278;
}
.has-success > .colf-form-control-gestion {
	border: solid 1px #173278;
}

.has-success > .colf-form-control-two {
	border: solid 1px #173278;
}

/* Buttons */
.colf-btn {
	border-radius: .8rem;
	box-shadow: none;
	color: #ffffff;
	height: 3.8rem;
	line-height: 3.8rem;
	text-decoration: none;
	width: 100% ;
}

.colf-btn-main {
  	display: flex;
    width: 217px;
    height: 44px;
    border-radius: 8px;
    padding: 10px 20px 10px 20px;
    gap: 10px;
    align-items: center;
    color: #FFF;
    font-weight: 500;
    font-size: 16px;
    background: #173278;
    justify-content: center;
}

.colf-btn-main:disabled {
  	display: flex;
    width: 217px;
    height: 44px;
    border-radius: 8px;
    padding: 10px 20px 10px 20px;
    gap: 10px;
    align-items: center;
    color: rgba(52, 51, 52, 1);
    font-weight: 500;
    font-size: 16px;
    background: #E4E4E4;
    border: 1px solid #E4E4E4;
    justify-content: center;
}

.colf-btn-main:disabled:hover {
    color: rgba(52, 51, 52, 1);
    background: #E4E4E4;
    border: 1px solid #E4E4E4;
    cursor: not-allowed;
}

.colf-btn-main:hover {
  border: 1px solid #0c193c;
  background: #0c193c;
  color: #ffffff;
}

.colf-btn-main:hover .colf-btn-main:not(.disabled) {
  border: 1px solid #0c193c;
  background: #0c193c;
  color: #ffffff;
}

.colf-btn-secondary {
  border: 1px solid #173289;
  background: #FFFFFF;
  color: #173289;
}

.colf-btn-secondary:disabled {
  border: 1px solid #AEADAF;
  background: #FFFFFF;
  color: #AEADAF;
}

.colf-btn-secondary:hover {
  border: 1px solid #0c193c;
  background: #0c193c;
  color: #ffffff;
}

i.glyphicon{
  font-family: 'Glyphicons Halflings';
}

.colf-btn-width{
	width: 241px;
}

/*Steps*/
.colf-panel-steps{
	margin-right: 0px;
	margin-left: 0px;
}

.colf-step{
	padding-right: 15px;
	padding-left: 15px;
  animation-duration: 1s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
	display:none;
	left: 0%;
	opacity: 0;
}
 
.colf-step-show{
	display:block;
	left: 0%;
	opacity: 1;    
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/*Dialogs*/

.colf-diag-base {
  border: 1px solid;
  border-left: 5px solid;
  border-radius: .8rem;
  width: 100%;
  padding: 1rem;
  margin-bottom: 2rem;
}

.colf-diag-info {
  border-color: #173278; 
}

.colf-diag-info .diag-header {
  color: #173278;
  width: 100%;
  display: flex;    
}

.diag-header > img {
  width: 42px;
}

.diag-header > h3 {
  font-size: 2.2rem;
  margin-top: 14px;
  margin-left: 8px;
} 


.img-portlet {
	background-color: #173278;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90px;
	height: 90px;
	margin: 0 auto;
}

.img-error {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 267px;
	height: 169px;
	margin: 5rem auto;
}

.text-center {
	text-align: center
}

.alert-text {
	color: #DB214E;
}

.anchor{
	color: #157C80;
}

.anchor:hover {
  color: #157C80;
  text-decoration: underline;
}

.complemetary-text * {
  color: #29F8FF;
}

/*Digits OTP*/

.colf-digits-otp{
  display: flex;	
  justify-content: center;
  margin-bottom: 2rem;
}

.colf-digits-otp > input {
		width: 4rem;
		height: 4rem;
		border-radius: .8rem;
		border: solid 1px #CDCBCD;
		line-height: 4rem;
		text-align: center;
		font-size: 2.5rem;
		font-weight: 200;
		margin: 0 1rem;
}

#counter{
  color: #DB214E;
}


/*Wizard*/
.wizard {
    display: flex;
}

.wizard__step {
    /* Make all steps have the same width */
    flex: 1;
}

.wizard__dot {
    /* Center the content */
    align-items: center;
    display: flex;
    justify-content: center;
}

.wizard__connector {
    flex: 1;
    height: 3px;
    background-color: #C5CCDD;
}

.wizard__step:first-child .wizard__connector:first-child,
.wizard__step:last-child .wizard__connector:last-child {
    background-color: transparent;
}

.wizard__number {
    /* Center the content */
    align-items: center;
    display: flex;
    justify-content: center;

    /* Default color */
    background-color: #C5CCDD;
    color: #C5CCDD;

    /* Rounded border */
    border-radius: 9999px;
    height: 4rem;
    width: 4rem;

    /* OPTIONAL: Spacing between it and connectors */
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

.wizard__number__active {
    background-color: #173278;
    color: #FFFFFF;
}

.wizard__number__checked {
    background-color: #DB214E;
    color: #FFFFFF;
}

/*Animations*/

.animated {
  animation-duration: 1s; 
  animation-fill-mode: both;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}
/*Custom*/

#modalNoValidEmail > .info-modal {
	height: 320px;
}

.header-otp{
  text-align: center;
  margin-bottom: 1rem;
}

.resend-code {
  display: none;
  opacity:  1;	
}

.load-page__show{
  display: block !important;  	
}

.resend-code__show{
  display: block;  	
  opacity: 0;
}

.summary-header {
	border-radius: .8rem .8rem 0 0;
	align-items: center;
	padding: 1rem 3rem;
	margin-bottom: .4rem;
}

.summary-body {
	border: 1px solid #CDCBCD;
	border-radius: 0 0 .8rem .8rem;
	padding: 1rem 3rem;
  margin-bottom: 3rem;
}

.summary-row {
	align-items: center;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.summary-line{
	border-bottom: 1px solid #CDCBCD;
}


/*Custom CSS*/

.hidden {
  display: none;
}

.terms{
  display:flex;
  align-items: start;
}

.cont_captcha{
  flex-grow: 1;
  flex-shrink: 1;  
}

div[id*="_recaptcha"] > div {
  margin: auto;
}

.captcha_col{
	text-align: center;
	margin-top: 20px !important;
	list-style-type: none;
}

.taglib-captcha {
  width: 300px;
  margin: auto;
}

.taglib-captcha .refresh {
	display: block;
}

.taglib-captcha .taglib-text {
	position: relative !important;
}

.taglib-captcha .refresh {
  display: block;
	text-align: center;
}

.taglib-captcha .taglib-text {
  position: relative !important;
}

.wrapper {
  height: 23rem;
  margin: 0 auto;
  overflow: hidden;
}

ul.carousel {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  position: relative;
  left: 100%;
  flex-direction: row;
  list-style-type: none;
  transform: translateX(-100%);
}

ul.carousel.is-reversing {
  transform: translateX(-100%);
}

ul.carousel.is-set {
  transform: none;
  transition: transform 0.5s ease-in-out;
}

ul.carousel li {
  width: 100%;
  height: 100%;
  flex: 1 0 100%;
  order: 2;
}

ul.carousel li.active {
  order: 1;
}

.controls {
  padding: 2em;
  text-align: center;
}

.controls button {
  background: #aaa;
  border: 0;
  border-radius: 0.25em;
  color: #eee;
  padding: 0.5em 1em;
}
/*Slider*/

.points-carousel {
	display: none;
}

.gap-1 {
	gap: 10px;
}

.colf-container-ag {
	display: flex;
    justify-content: center;
    text-align: center;
    gap: 10px;
}


/*SOFTONE*/
.background-blue {
  position: relative;
  background-color: #173278;
  min-height: 100vh;
  width: 100%;
  height: 100%;
  z-index:1;
}

.div-flex {
	display: flex;
    justify-content: flex-end; /* Posiciona la columna al final */
    width: 100%;
}


.main-card {
    width: 45%;
}

.second-background-blue {
  position: relative;
  background-color: #173278;
  min-height: 100vh;
  width: 60%;
  height: 100%;
  z-index:1;
}

.txtPerfilador{
	flex-grow: 1;
}

.txtPerfilador_datos{
	flex-grow: 1;
}

.div-absolute {
  	width: 100%;
  	z-index: 2;
  	padding: 0;
}

.div-flex {
	display: flex;
    z-index: 2;
}

.second-div-flex {
	display: flex;
    width: 100%;
    z-index: 2;
}

.main-card {
    background-color: #fff;
    padding: 50px 20px;
    padding-bottom: 70px;
    border-radius: 0px 0px 8px 8px;
    box-sizing: border-box;
    margin-right: clamp(10px, 2vw, 30px);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.second-main-card {
    width: 63%;
    background-color: #fff;
    border-radius: 0px 0px 8px 8px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;
}


.main-child-form {
	flex: 1;
	max-width: 80%;
	padding: 0 2vw;
}

.margin-bottom {
	margin-bottom: 1vh;
}

.data-autorization-form {
	display: flex;
    justify-content: left;
    text-align: left;
    gap: 0px;
    margin-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
    flex-direction: column;
    align-items: flex-start;
}

.data-autorization-text {
	display: flex;
	align-items: center;
}

.ley-2381{
	display:flex;
	flex-direction: column;
	justify-content: left;
	text-align: left;
}

.data-autorization-text-highlight {
	color: #157C80;
	font-size: 1.4rem;
    line-height: 1.9rem;
}

.margin-cero {
	font-size: 1.4rem;
    line-height: 1.9rem;
	font-weight: 400;
	color: #0C193C;
	margin: 0;
}

.document-form{
	margin-top: 25px;
}

select{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-select{
	position: relative;
	display: inline-block;
	width: 100%;
}

.custom-select::after{
	content: '';
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
	width: 24px;
    height: 24px;
	background-image: url('data:image/svg+xml;utf8,%3Csvg%20width%3D%2224%22%20height%3D%2225%22%20viewBox%3D%220%200%2024%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%3Cpath%20d%3D%22M6%209.5L12%2015.5L18%209.5%22%20stroke%3D%22%23173278%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%3C/svg%3E');
	background-size: contain;
	background-repeat: no-repeat;
}


.second-custom-select{
	position: relative;
	display: inline-block;
	width: 100%;
}

.second-custom-select::after{
	content: '';
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
	width: 24px;
    height: 24px;
	background-image: url('data:image/svg+xml;utf8,%3Csvg%20width%3D%2224%22%20height%3D%2225%22%20viewBox%3D%220%200%2024%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%3Cpath%20d%3D%22M6%209.5L12%2015.5L18%209.5%22%20stroke%3D%22%23173278%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%3C/svg%3E');
	background-size: contain;
	background-repeat: no-repeat;
}

.placeholder-select{
	color: #757575;
}


.perfilador-checkbox input{
 	width: 25px;
    height: 25px;
    margin: 0px;
  	border: 1px solid #777577;
  	appearance: none;
  	border-radius: 8px;
  	background-color: white;
  	cursor: pointer;
  	transition: all 0.3s ease;
  	outline: none !important;
}

.accai-checkbox input{
  width: 20px;
  height: 20px;
}

.colf-btn-main-red {
  border: 1px solid #FFFFFF;
  background: #CDCBCD;
  color: #777577;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px 80px;
}

.btn-enabled{
  background: #DB214E;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px 80px;
}

.second-btn-enabled {
	background: #173278;
	color: #FFFFFF;
}

.colf-btn-main-gray {
  border: 1px solid #FFFFFF;
  background: #C5CCDD;
  width: 5%;
}
.seccion-back-button {
  text-align: left;
  margin-top: -20px;
  padding: 0px 0px 10px 0px;
}

progress {
  border-radius: 7px; 
  width: 80%;
  height: 11px;
  box-shadow: 1px 1px 4px rgba( 0, 0, 0, 0.2 );
  margin-bottom: 2vh;
}
progress::-webkit-progress-bar {
  background-color: #C5CCD;
  border-radius: 5px;
}
progress::-webkit-progress-value {
  background-color: #F6C0D1;
  border-radius: 5px;
}

.step {
	font-family : 'Roboto', sans-serif;
	font-size: 1.2em;
	color: #0C193C;
}

.info {
	font-family : 'Roboto', sans-serif;
	font-size: 1.2em;
	color: #0C193C;
}

.return {
	width: 90%;
	margin-top: 20px;
}

.btn-return {
	width: 46px;
    height: 46px;
    border-radius: 8px;
    background: #C5CCDD66;
    box-shadow: none;
    color: #173278;
    border: 1px solid #FFFFFF;
}

.btn-arrow-left {
	position: relative;
	display: inline-block;
	width: 45px;
	height: 45px;
}

.btn-arrow-left::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
	width: 30px;
    height: 30px;
	background-image: url('data:image/svg+xml;utf8,%3Csvg%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%3Cpath%20d%3D%22M7.5%2015H22.5M7.5%2015L13.75%208.75M7.5%2015L13.75%2021.25%22%20stroke%3D%22%23173278%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%3C/svg%3E');
	background-size: contain;
	background-repeat: no-repeat;
}

.btn-arrow-left:hover::after {
	transform: translate(-65%,-50%);
}

.btn-arrow-left:hover {
	background: #C5CCDD;
}

.perfilador-reforma-main,
.perfilador-reforma-main * {
  font-family: 'Roboto', sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #173278;
}

.container-general{
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 15px;
    width: 100%;
    background-color: #FFF;
    align-items: flex-start;
    padding: 44px 40px 44px 40px;
    box-shadow: 0px 0px 11.6px 3px rgba(23, 50, 120, 0.1);
    border-radius: 8px;
}

.colf-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.bg-main{
  background-color: #173278;
}

.colf-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.colf-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}


.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 0.5rem;
}

.mt-2 {
  margin-top: 1rem;
}

.mt-3 {
  margin-top: 1.5rem;
}

.mt-4 {
  margin-top: 2rem;
}

.mt-5 {
  margin-top: 2.5rem;
}

.mt-6 {
  margin-top: 3rem;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 0.5rem;
}

.mb-2 {
  margin-bottom: 1rem;
}

.mb-3 {
  margin-bottom: 1.5rem;
}

.mb-4 {
  margin-bottom: 2rem;
}

.mb-5 {
  margin-bottom: 2.5rem;
}

.mb-6 {
  margin-bottom: 3rem;
}


.colf-form-control:focus,
.has-success .form-control:focus {
	-webkit-box-shadow: none;
  box-shadow: none;	
}

.colf-form-control-two:focus,
.has-success .form-control:focus {
	-webkit-box-shadow: none;
  box-shadow: none;	
}
  
.colf-form-control :disabled {
	opacity: .2;
}

.colf-form-control-two :disabled {
	opacity: .2;
}

/* Create a custom checkbox */
.container-checkbox {
    display: block;
    position: relative;
	  padding-left: 28px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.container-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
		background: white;
    border: solid 1px #CDCBCD;
    border-radius: 5px;
}

.container-checkbox:hover input ~ .checkmark {
    background-color: #C5CCDD;
}

.container-checkbox input:checked ~ .checkmark {
     background-color: #173278;
}

.container-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container-checkbox input:checked ~ .checkmark:after {
    display: block;
}

.container-checkbox .checkmark:after {
    top: 2px;
    width: 6px;
    height: 12px;
    left: 6px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.text-legal {
  font-size: 1rem;
  min-height: 1.2rem;
  font-weight: 400;
  color: #0C193C;
}


.item-right {
   display: flex;	
   justify-content: right;
   text-align: right;
}

.item-left {
   display: flex;	
   justify-content: left;
   text-align: left;
	
}

.item-center{
   display: flex;	
   justify-content: center;
   text-align: center;
}

/*Styles Pristine */    

.pristine-error {
	position: absolute;
    color: #DB214E;
}

.has-danger > .colf-form-element {
	color: #6E0123;
}

.has-danger > .colf-form-control {
	border: solid 1px #6E0123;
	color: #0C193C;
}

.has-danger > .colf-form-control-two {
	border: solid 1px #6E0123;
	color: #0C193C;
}

.has-danger > .colf-form-control-gestion {
	border: solid 1px #6E0123;
	color: #0C193C;
}

.has-danger > div > .colf-form-control {
	border: solid 1px #6E0123;
	color: #0C193C;
}

.has-danger > div > .colf-form-control-gestion {
	border: solid 1px #6E0123;
	color: #0C193C;
}

.has-danger > div > .colf-form-control-two {
	border: solid 1px #6E0123;
	color: #0C193C;
}

.has-success > .colf-form-element {
	color: #173278;
}

.has-success > .colf-form-control {
	border: solid 1px #173278;
}

.has-success > .colf-form-control-two {
	border: solid 1px #173278;
}

.has-success > .colf-form-control-gestion {
	border: solid 1px #173278;
}

/*Modal*/
.colf-modal { display: none; }
.modal__show,
.modal__hide { display: flex; } 
   
.colf-modal {
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .5);
	z-index: 100;
	width: 100%;
	height: 100%;
	position: fixed;
}

.colf-modal-dialog {
		max-width: 500px;
		margin: 5rem auto;
		position: relative;
		width: auto;
		pointer-events: none;
}

.colf-modal .colf-modal-info {
	top: 10%;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #FFF;
	border-radius: .8rem;
}

.colf-modal .colf-modal-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 3.5rem 3.5rem 1rem 3.5rem;
}

.colf-modal .colf-modal-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 300px;
	position: relative;
	padding: 1rem 3.5rem;
	max-width: 300px; 
}

.colf-modal .colf-modal-footer {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem 3.5rem 3.5rem 3.5rem;
}

/*Steps*/
.colf-panel-steps{
	margin-right: 0px;
	margin-left: 0px;
}

.colf-step{
	padding-right: 15px;
	padding-left: 15px;
  animation-duration: 1s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
	display:none;
	left: 0%;
	opacity: 0;
}
 
.colf-step-show{
	display:block;
	left: 0%;
	opacity: 1;    
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/*Dialogs*/

.colf-diag-base {
  border: 1px solid;
  border-left: 5px solid;
  border-radius: .8rem;
  width: 100%;
  padding: 1rem;
  margin-bottom: 2rem;
}

.colf-diag-info {
  border-color: #173278; 
}

.colf-diag-info .diag-header {
  color: #173278;
  width: 100%;
  display: flex;    
}

.diag-header > img {
  width: 42px;
}

.diag-header > h3 {
  font-size: 2.2rem;
  margin-top: 14px;
  margin-left: 8px;
} 

.title-portlet {
	margin: 0px auto;
	font-weight: 500;
    font-size: 30px;
    color: #173278;
    line-height: 24px;
    letter-spacing: 0.15px;
    text-align: center;
    margin-bottom: 0;
    text-transform: none;
}

.subtitle-portlet {
	font-weight: 400;
    font-size: 1.150em;
    color: #173278;
    line-height: 25.78px;
    text-align: center;
    margin-top: 15px;
}

.img-portlet {
	background-color: #173278;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90px;
	height: 90px;
	margin: 0 auto;
}

.img-error {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 267px;
	height: 169px;
	margin: 5rem auto;
}

.text-center {
	text-align: center
}

.alert-text {
	color: #DB214E;
}

.anchor{
	color: #157C80;
}

.anchor:hover {
  color: #157C80;
  text-decoration: underline;
}

.complemetary-text * {
  color: #29F8FF;
}

/*Digits OTP*/

.colf-digits-otp{
  display: flex;	
  justify-content: center;
  margin-bottom: 2rem;
}

.colf-digits-otp > input {
		width: 4rem;
		height: 4rem;
		border-radius: .8rem;
		border: solid 1px #CDCBCD;
		line-height: 4rem;
		text-align: center;
		font-size: 2.5rem;
		font-weight: 200;
		margin: 0 1rem;
}

#counter{
  color: #DB214E;
}


/*Wizard*/
.wizard {
    display: flex;
}

.wizard__step {
    /* Make all steps have the same width */
    flex: 1;
}

.wizard__dot {
    /* Center the content */
    align-items: center;
    display: flex;
    justify-content: center;
}

.wizard__connector {
    flex: 1;
    height: 3px;
    background-color: #C5CCDD;
}

.wizard__step:first-child .wizard__connector:first-child,
.wizard__step:last-child .wizard__connector:last-child {
    background-color: transparent;
}

.wizard__number {
    /* Center the content */
    align-items: center;
    display: flex;
    justify-content: center;

    /* Default color */
    background-color: #C5CCDD;
    color: #C5CCDD;

    /* Rounded border */
    border-radius: 9999px;
    height: 4rem;
    width: 4rem;

    /* OPTIONAL: Spacing between it and connectors */
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

.wizard__number__active {
    background-color: #173278;
    color: #FFFFFF;
}

.wizard__number__checked {
    background-color: #DB214E;
    color: #FFFFFF;
}

/*Animations*/

.animated {
  animation-duration: 1s; 
  animation-fill-mode: both;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}
/*Custom*/

#modalNoValidEmail > .info-modal {
	height: 320px;
}

.header-otp{
  text-align: center;
  margin-bottom: 1rem;
}

.resend-code {
  display: none;
  opacity:  1;	
}

.load-page__show{
  display: block !important;  	
}

.resend-code__show{
  display: block;  	
  opacity: 0;
}

.summary-header {
	border-radius: .8rem .8rem 0 0;
	align-items: center;
	padding: 1rem 3rem;
	margin-bottom: .4rem;
}

.summary-body {
	border: 1px solid #CDCBCD;
	border-radius: 0 0 .8rem .8rem;
	padding: 1rem 3rem;
  margin-bottom: 3rem;
}

.summary-row {
	align-items: center;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.summary-line{
	border-bottom: 1px solid #CDCBCD;
}


/*Custom CSS*/

.hidden {
  display: none;
}

.terms{
  display:flex;
  align-items: start;
}

.cont_captcha{
  flex-grow: 1;
  flex-shrink: 1;  
}

div[id*="_recaptcha"] > div {
  margin: auto;
}

.captcha_col{
	text-align: center;
	margin-top: 20px !important;
}

.taglib-captcha {
  width: 300px;
  margin: auto;
}

.taglib-captcha .refresh {
	display: block;
}

.taglib-captcha .taglib-text {
	position: relative !important;
}

.taglib-captcha .refresh {
  display: block;
	text-align: center;
}

.taglib-captcha .taglib-text {
  position: relative !important;
}

.wrapper {
  height: 23rem;
  margin: 0 auto;
  overflow: hidden;
}

ul.carousel {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  position: relative;
  left: 100%;
  flex-direction: row;
  list-style-type: none;
  transform: translateX(-100%);
}

ul.carousel.is-reversing {
  transform: translateX(-100%);
}

ul.carousel.is-set {
  transform: none;
  transition: transform 0.5s ease-in-out;
}

ul.carousel li {
  width: 100%;
  height: 100%;
  flex: 1 0 100%;
  order: 2;
}

ul.carousel li.active {
  order: 1;
}

.controls {
  padding: 2em;
  text-align: center;
}

.controls button {
  background: #aaa;
  border: 0;
  border-radius: 0.25em;
  color: #eee;
  padding: 0.5em 1em;
}

/*Slider*/

.points-carousel {
	display: none;
}

.gap-1 {
	gap: 10px;
}

/*SOFTONE*/
.background-blue {
  position: relative;
  background-color: #173278;
  min-height: 100vh;
  width: 100%;
  height: 100%;
  z-index:1;
}

.second-background-blue {
  position: relative;
  background-color: #173278;
  min-height: 100vh;
  width: 35%;
  height: 100%;
  z-index:1;
}

.txtPerfilador{
	flex-grow: 1;
}

.txtPerfilador_datos{
	flex-grow: 1;
}

.txtPerfilador_NA {
	flex-grow: 1;
}

.div-absolute {
  	z-index: 2;
  	padding: 0;
  	z-index:1;
}

.div-flex {
	display: flex;
    z-index: 2;
}

.second-div-flex {
	display: flex;
    width: 100%;
    z-index: 2;
}

.main-card {
    background-color: #fff;
    padding: 50px 20px;
    padding-bottom: 70px;
    border-radius: 0px 0px 8px 8px;
    box-sizing: border-box;
    margin-right: clamp(10px, 2vw, 30px);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.second-main-card {
    width: 63%;
    background-color: #fff;
    padding: 20px;
    border-radius: 0px 0px 8px 8px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;
}


.main-child-form {
	flex: 1;
	max-width: 80%;
	padding: 0 2vw;
}

.margin-bottom {
	margin-bottom: 1vh;
}

.data-autorization-ley-form {
	display: flex;
	justify-content: left;
	text-align: left;
	align-items: center;
	gap: 10px;
	margin-top:10px;
}

.data-autorization-text {
	display: flex;
	align-items: center;
}

.data-autorization-text-highlight {
	color: #157C80;
	font-size: 1.4rem;
    line-height: 1.9rem;
}

.margin-cero {
	font-size: 1.4rem;
    line-height: 1.9rem;
	font-weight: 400;
	color: #0C193C;
	margin: 0;
}

.second-form-field {
	display: flex;
    text-align: left;
    flex-wrap: wrap;
    row-gap: 15px;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.second-main-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 25px;
}

.document-form{
	margin-top: 25px;
}

select{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-select{
	position: relative;
	display: inline-block;
	width: 100%;
}

.custom-select::after{
	content: '';
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
	width: 24px;
    height: 24px;
	background-image: url('data:image/svg+xml;utf8,%3Csvg%20width%3D%2224%22%20height%3D%2225%22%20viewBox%3D%220%200%2024%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%3Cpath%20d%3D%22M6%209.5L12%2015.5L18%209.5%22%20stroke%3D%22%23173278%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%3C/svg%3E');
	background-size: contain;
	background-repeat: no-repeat;
}


.second-custom-select{
	position: relative;
	display: inline-block;
	width: 100%;
}

.second-custom-select::after{
	content: '';
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
	width: 24px;
    height: 24px;
	background-image: url('data:image/svg+xml;utf8,%3Csvg%20width%3D%2224%22%20height%3D%2225%22%20viewBox%3D%220%200%2024%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%3Cpath%20d%3D%22M6%209.5L12%2015.5L18%209.5%22%20stroke%3D%22%23173278%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%3C/svg%3E');
	background-size: contain;
	background-repeat: no-repeat;
}

.placeholder-select{
	color: #757575;
}

.colf-btn-main-red {
  border: 1px solid #FFFFFF;
  background: #CDCBCD;
  color: #777577;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px 80px;
}

.btn-enabled{
  background: #DB214E;
  color: #FFFFFF;
}

.second-btn-enabled {
	background: #173278;
	color: #FFFFFF;
}

.colf-btn-main-gray {
  border: 1px solid #FFFFFF;
  background: #C5CCDD;
  width: 5%;
}
.seccion-back-button {
  text-align: left;
  margin-top: -20px;
  padding: 0px 0px 10px 0px;
}

progress {
  border-radius: 7px; 
  width: 80%;
  height: 11px;
  box-shadow: 1px 1px 4px rgba( 0, 0, 0, 0.2 );
  margin-bottom: 2vh;
}
progress::-webkit-progress-bar {
  background-color: #C5CCD;
  border-radius: 5px;
}
progress::-webkit-progress-value {
  background-color: #F6C0D1;
  border-radius: 5px;
}

.step {
	font-family : 'Roboto', sans-serif;
	font-size: 1.2em;
	color: #0C193C;
}

.info {
	font-family : 'Roboto', sans-serif;
	font-size: 1.2em;
	color: #0C193C;
}

.return {
	width: 90%;
	margin-top: 20px;
}

.btn-return {
	width: 46px;
    height: 46px;
    border-radius: 8px;
    background: #C5CCDD66;
    box-shadow: none;
    color: #173278;
    border: 1px solid #FFFFFF;
}

.btn-arrow-left {
	position: relative;
	display: inline-block;
	width: 45px;
	height: 45px;
}

.btn-arrow-left::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
	width: 30px;
    height: 30px;
	background-image: url('data:image/svg+xml;utf8,%3Csvg%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%3Cpath%20d%3D%22M7.5%2015H22.5M7.5%2015L13.75%208.75M7.5%2015L13.75%2021.25%22%20stroke%3D%22%23173278%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%3C/svg%3E');
	background-size: contain;
	background-repeat: no-repeat;
}

.btn-arrow-left:hover::after {
	transform: translate(-65%,-50%);
}

.btn-arrow-left:hover {
	background: #C5CCDD;
}

.hidden-field {
	display: none;
}

.accai-radio-options {
	display: flex;
	padding: 0 1.5rem;
}

.accai-radio-options-part {
	width: 50%;
	display:flex;
}

label.accai-form-radio-label {
	font-size: 14px;
    font-weight: 500;
    color: #173278;
}

.accai-radio-option {
	width:50%;
}


/*OTP*/
.subtitle-portlet.otp {
	margin-bottom: 30px;
}
.code-input {
	display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    align-items: center;		
}

.code-input input {
	width: 60px;
    height: 60px;
    font-size: 40px;
    font-weight: 300;
    text-align: center;
    border: 1px solid #C5CCDD;
    border-radius: 5px;
}

.code-input input:focus {
	border-color: #2d4f8a;
	outline: none;
}

.timer{
	margin: 20px 0;
	color: #555;
	font-size: 14px;	
}

.timer span {
    color: #d41c3c;
    margin-left: 5px;
}

.resend {
    font-weight: 400;
    color: #0C193C;
    cursor: pointer;
    text-decoration: none;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
}

.resend-active{
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0px;
	text-decoration: underline;
	color: #157C80;
}

.resend:hover {
	text-decoration: underline;	
}

/*breadcrumb*/

.breadcrumb-container {
	display: flex;
    height: 29px;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}

.progress-line {
	position: absolute;
	top: 50%;
	left: 25%;
	width: 50%;
	height: 5px;
	background-color: #d1d5db;
	z-index: 0;
	transform: translateY(-50%);
}

.progress-line.completed {
	background-color: #2d4f8a;
	width: 50%;
}

.progress-line.mitad {
	background-color: #2d4f8a;
	width: 25%;
}

.step-breadcrumb {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	color: #fff;
	font-size: 18px;
	z-index: 1;
}

.step-breadcrumb.completed {
	background-color: #d41c3c;
}

.step-breadcrumb.active {
	background-color: #2d4f8a;
}
.step-breadcrumb.pending {
	background-color: #d1d5db;
	color: #d1d5db;
}

.checkmark {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

/*modal*/
.alert-icon {
	font-size: 40px;
	color: #d41c3c;
	margin-bottom: 15px;
	width: 100%;
}
.alert-icon img {
	width: 45px;
    margin: 0 auto;
    display: block;
}
.modal-error {
	position: relative;
	width: 40%;
}

.container-note-p1{
	display: flex;
    background: rgba(202, 253, 255, 0.3);
    padding: 5px 10px 5px 10px;
    flex-direction: row;
    border-radius: 8px;
    gap: 10px;
}

.switch2-container{
	display: flex;
    font-family: Arial, sans-serif;
    font-size: 16px;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

.switch2-container{
	display: flex;
    font-family: Arial, sans-serif;
    font-size: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.captcha-container-accai{
	margin: 0px auto;
}

.switch{
	position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
    padding-bottom: 30px;
}

.switch2{
	position: relative;
    bottom: 3px;
    display: inline-block;
    width: 40px;
    height: 20px;
}

.switch input{
	opacity: 0;
	width: 0;
	height: 0;
}

.slider{
    height: 31px;
    width: 61px;
	position: absolute;
    cursor: pointer;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    transition: .4s;
    border-radius: 20px;
    border: 1px solid #C5CCDD;
}

.slider2{
	height: 31px;
    width: 65px;
    position: absolute;
    cursor: pointer;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    transition: .4s;
    border-radius: 20px;
    border: 1px solid #C5CCDD;
}

.slider:before, .slider2:before{
    position: absolute;
    content: "";
    height: 23.77px;
    width: 23.77px;;
    left: 2px;
    bottom: 3px;
    background-color: #173278;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .slider:before,
input:checked + .slider2:before{
	transform: translateX(30px);
	background-color: #FFF;
}

input:checked + .slider, 
input:checked + .slider2{
	background-color: #173278;
}

.switch-label{
	margin-left: 5px;
	font-weight: bold;
}

.switch-no{
	width: 25px;
    position: absolute;
    height: 26px;
    left: 32px;
    bottom: 0px;
    font-size: 14px;
    font-weight: 400;
    color: #173278;
}

.switch2-no{
	width: 30px;
    position: absolute;
    height: 19px;
    rigth: 0px;
    bottom: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #173278;
}

.switch-si{
	width: 25px;
    position: absolute;
    height: 26px;
    left: 7px;
    bottom: 0px;
    font-size: 14px;
    font-weight: 400;
    color: #173278;
}

.switch2-si{
	width: 30px;
    position: absolute;
    height: 19px;
    left: 0px;
    bottom: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #173278;
}

input:checked + .slider .switch-si,
input:checked + .slider2 .switch2-si{
	color: #FFF;
}

input:checked + .slider .switch-no,
input:checked + .slider2 .switch2-no{
	color: #FFF;
}

.accordion-page2{
	display: flex;
    flex-direction: column;
    gap: 5px;
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
	height: auto;
}

.accordion-header-page2{
	cursor: pointer;
	font-size: 14px;
	font-weight: 500;
}

.accordion-content-page2{
	display: none;
    padding: 5px 15px 5px 15px;
    font-size: 14px;
    color: #0C193C; 
}

.accordion-header-page2.active + .accordion-content-page2{
	display: flex;
    width: 100%;
    background: rgba(202, 253, 255, 0.3);
    flex-direction: row;
    gap: 10px;
    font-size: 14px;
    border-radius: 8px;
    align-items: flex-start;
    line-height: 100%;
    height: auto;
    padding: 8px 15px;
    font-weight: 300;
}

.label-container-form{
	min-width: 48%;
}

.margin-inputs-selects{
	margin-bottom: 10px;
}

.negrilla-titulo-accai{
	font-size: 30px;
    line-height: 24px;
    font-weight: 500;
}

.normal-titulo-accai{
	font-size: 30px;
    line-height: 24px;
    font-weight: 400;
}

.normal-text-blue{
	font-size: 12px;
    color: #157C80;
    font-weight: 600;
    line-height: 15px;
}

.negrilla-nota-documentos{
	color: #0C193C;
	font-size: 14px;
	font-weight: 600;
}

.normal-nota-documentos{
	color: #0C193C;
	font-size: 14px;
	font-weight: 500;
}

.negrilla-autorizacion-firma{
	font-weight: 500;
	font-size: 12px;
    line-height: 1.8rem;
    font-weight: 400;
    color: #0C193C;
}

.negrilla-nota-accai{
	color: #0C193C;
	font-size: 14px;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: 0px;
}

.normal-nota-accai{
	color: #0C193C;
	font-size: 14px;
	font-weight: 300;
	line-height: 100%;
	letter-spacing: 0px;
}

.tratamiento-datos-checkbox:checked{
	background-color: #173278;
	border-color: #173278;
}

.tratamiento-datos-checkbox:checked{
	background-color: #173278;
	border-color: #173278;
}

.tratamiento-datos-checkbox:hover{
	background-color: #C5CCDD;
	border-color: #C5CCDD;
}

.tratamiento-datos-checkbox:hover + .chulo-checkboxs{
	color: #C5CCDD;
}

.chulo-checkboxs{
	color: #fff;
    position: absolute;
    left: 20px;
    font-size: 20px;
    bottom: 20px;
    z-index: 1;
    transition: all 0.3s ease;
}

.chulo-checkboxs-voluntad {
    color: #fff;
    position: relative;
    right: 20px;
    font-size: 20px;
    top: 1px;
    z-index: 1;
    transition: all 0.3s ease;
}

.tratamiento-datos-checkbox:hover + .chulo-checkboxs-voluntad{
	color: #C5CCDD;
}

.btn-volver-accai{
	display: flex;
    width: 217px;
    height: 44px;
    border-radius: 8px;
    border: 1px solid #0C193C;
    padding: 10px 20px 10px 20px;
    background: white;
    color: #173278;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0px;
    justify-content: center;
}
}

.breadcrumb-container-otp {
	display: flex;
    align-items: center;
    justify-content: space-evenly;
    position: relative;
    flex-direction: column;
}

.celular-portlet-otp {
	font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: #173278;
}

.container-resend-accai{
	height: auto;
    width: 100%;
    margin-top: 10px;
}

.container-codes-otp{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;	
    gap: 20px;
}

.paddingtop15-accai{
	padding-top: 15px;  
}

option:first{
	color: #777577;
}

input::placeholder{
	color: #777577;
}

.video-container-accai{
	width: 674px;
    height: 348px;
    border-radius: 8px;
    background-color: #173278;
    margin: 0px auto;
}

.border-video{
	border-radius: 8px;
}

.container-tittles-voluntad{
	display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

.subtitle-portlet-voluntad{
	font-size: 18px;
    color: #0C193C;
    text-align: center;
    font-weight: 300;
}

.descargarpdf-container-accai{
	display: flex;
    width: 100%;
    height: 25px;
    flex-direction: row-reverse;
}

.data-autorization-form-voluntad{
	display: flex;
    text-align: left;
    gap: 0px;
    flex-direction: column;
}

.container-autorization-form-voluntad{
	display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
}

.items-descargarpdf-voluntad{
    display: flex;
    gap: 5px;
}

.texto-descargarpdf-voluntad{
	color: #157C80;
    font-size: 14px;
}

.calendario-custom-accai::-webkit.calendar-picker-indicator {
	opacity: 0;
	position: absolute;
	right: 0;
}

.calendario-icon-accai{
	position: absolute;
    right: 25px;
    top: 50%;
    cursor: pointer;
    background: #fff;
}

.icon-exclamation-accai{
	width: 20px;
    height: 20px;
}

.container-checkbox-voluntad{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 15px;
}

.container-checkbox-retractos{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
}

.icon-exclamation-documentos{
	width: 20px;
	height: 20px;
}

.container-checkbox-voluntad input{
	    width: 25px;
    height: 25px;
    border: 1px solid #777577;
    appearance: none;
    border-radius: 8px;
    background-color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none !important;
    margin: 0px;
}

.data-autorization-text-voluntad{
	display: flex;
    align-items: flex-start;
}

.flecha-accordion-accai{
	transition: transform 0.3s ease;
	cursor: pointer;
}

.giro-flecha-accordion-accai{
	transform: rotate(180deg);
}

.tooltip-container-accai{
	position: relative;
	display: inline-block;
}

.tooltip-text-codigociiu{
	min-width: 210px;
	visibility: hidden;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0px;
    height: auto;
    background-color: #CAFDFF;
    color: #173278;
    text-align: center;
    padding: 12px 16px 12px 16px;
    border-radius: 8px;
    position: absolute;
    z-index: 1;
    top: 130%;
    left: 50%;
    transform: translateX(-10%);
    font-size: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.tooltip-texttwo-codigociiu{
	font-weight: 500;
}


.tooltip-text-codigociiu::after{
	content: "";
    position: absolute;
    top: -10px;
    left: 10%;
    margin-left: -6px;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent #CAFDFF transparent;
}

.tooltip-container-accai:hover .tooltip-text-codigociiu,
.tooltip-container-accai:focus-within .tooltip-text-codigociiu{
	visibility: visible;
}

.perfilador-checkbox{
	display: flex;
    align-items: flex-start;
    gap: 15px;
    height: auto;
}

.text-general-voluntad {
  font-size: 12px;
  line-height: 1.8rem;
  font-weight: 400;
  color: #0C193C;
  margin:0;
  width: 90%;
}

.checkbox-switch2{
    position: relative;
    top: 5px;
}

.has-success label{
	color: #fff;
}

.container-checkbox-input{
	width: auto;
    display: flex;
}

.container-documentos{
	display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 0px;
}

.boton-descargar-documentos{
	display: flex;
    border: 1px solid #173278;
    color: #0C193C;
    background-color: #fff;
    height: 50px;
    width: 308px;
    padding: 10px 20px;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 0.8rem;
    align-items: center;
}

.boton-descargar-documentos:hover{
	background: #0C193C;
}

.boton-descargar-documentos:hover span{
	color: #FFFFFF;
}

.icon-hover-descargar-documentos{
	display: none;
}

.img-cargar-documentos{
	width: 20px;
    height: 20px;
}

.mostrar-icono-descargar{
	display: inline;
}

.ocultar-icono-descargar{
	display: none;
}

.boton-descargar-documentos-nohover{
    display: flex;
    border: 2px solid #1e3a8a;
    color: #0C193C;
    background-color: #fff;
    height: 50px;
    width: 306px;
    padding: 10px 20px;
    flex-direction: row;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 0.8rem;
    align-items: center;
}

.container-informacion-documentos{
	display: flex;
    width: max-content;
    flex-direction: column;
    margin: 0px auto;
    flex-wrap: wrap;
    padding: 5px 15px 5px 15px;
    gap: 10px;
    background: rgba(202, 253, 255, 0.3);
    border-radius: 8px;
}

.items-informacion-documentos{
	display: flex;
    gap: 10px;
    align-items: center;
}

.container-cargar-documentos{
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
    margin: 25px 0px;
}

.lista-documentos{
	display: flex;
    width: 100%;
    list-style: none;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 25px;
    margin: 0;
}

.item-documento{
	display: flex;
    flex-wrap: wrap;
    height: 44px;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0px 35px;
}

.boton-subir-documento{
	display: flex;
    width: auto;
    height: 44px;
    border-radius: 8px;
    border: 1px solid #173278;
    padding: 10px 20px 10px 20px;
    background-color: white;
    align-items: center;
    justify-content: center;
    color: #173278;
    cursor: pointer;
}

.container-info-subir-documento{
	display: flex;
    gap: 10px;
    flex-direction: row;
    align-items: center;
}

.container-texto-subir-documento{
	display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.container-boton-subir-documento{
	margin-right: 30px;
}

.input-file-hidden{
	display: none !important;
}

.icono-upload-accai{
	display: none;
	transition: transform 0.3s ease;
}

.animacion-icono-upload-accai{
	animation: girar 1s linear infinite;
}

@keyframes girar{
	from{
		transform: rotate(0deg);
	}
	to{
		transform: rotate(360deg);
	}
}

.texto-tipo-documento{
	color: #0C193C;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0.15px;
}

.texto-nombre-subir-documentos{
	display: none;
	color: #777577;
    font-size: 16px;
}

.container-progress-bar-cargar-documentos{
	display: none;
    width: 100%;
    background-color: #eee;
    border-radius: 5px;
}

.progress-bar-cargar-documentos{
	width: 0%;
    height: 5px;
    background-color: #173278;
    text-align: center;
    line-height: 25px;
    color: white;
    border-radius: 5px;
}

.container-informacion-pep{
	display: none;
    height: 90px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 15px 10px 15px 10px;
    border-radius: 8px;
    background: rgba(197, 204, 221, 0.15);
}

.container-vinculacion-pep{
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    flex-direction:a row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
}
.container-fechadesvinculacion-pep{
	flex:1;
}

.container-informacion-familiar-pep{
	display: none;
    flex-wrap: wrap;
    background-color: rgba(197, 204, 221, 0.15);
    border-radius: 8px;
    padding: 15px 10px 15px 10px;
    row-gap: 25px;
}

.desvinculacionpep{
	display: flex;
    flex-direction: row;
    align-content: center;
    flex-wrap: wrap;
}

.calendariotwo-icon-accai{
	position: absolute;
    right: 25px;
    top: 50%;
    cursor: pointer;
    background: #fff;
}

.boton-agregar-familiarpep{
	display: inline-flex;
	align-items: center;
	border: 1px solid #173278;
	border-radius: 8px;
	padding: 5px 10px;
	font-size: 18px;
	color: #173278;
	background-color: white;
	cursor: pointer;
	gap: 10px;
}

.contenedor-informacion-familiar-pep{
	display: none;
	flex-direction: column;
    gap: 20px;
	background-color: #FFF;
	padding: 0px 0px;
}

.container-button-agregar{
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.contenedor-img-familiar-pep{
    height: auto;
    background: #FFF;
    width: auto;
    border-radius: 50%;
    padding: 5px 5px;
}

.informacion-familiar-pep{
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    border-radius: 8px;
    background: rgba(197, 204, 221, 0.15);
    padding: 15px 10px;
    gap: 5px;
}

.cabezera-familiar-pep{
	display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.datos-basicos-familiar-pep{
	display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}

.botones-familiar-pep{
	display: flex;
    gap: 5px;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}

.boton-familiar-pep	{
	    display: flex;
    width: 105px;
    height: 29px;
    border: 1px solid #173278;
    border-radius: 8px;
    padding: 0px 10px;
    color: #173278;
    background-color: #FFFFFF;
    cursor: pointer;
    gap: 5px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
}

.boton-familiar-pep img{
	width: 20px;
	height: 20px;
}

.boton-familiar-pep span{
	font-size: 14px;
}

.cuerpo-familiar-pep{
	display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.ocupacion-familiar-pep{
	flex: 1;
    display: flex;
    min-width: 205px;
    flex-direction: column;
    padding: 0px 10px;
}

.parentesco-familiar-pep{
	flex: 1;
    min-width: 265px;
    display: flex;
    flex-direction: column;
    padding: 0px 20px;
    border-right: 1px solid #DB214E;
    border-left: 1px solid #DB214E;
}

.fecha-familiar-pep{
	flex: 1;
    display: flex;
    flex-direction: column;
    padding-left: 20px;
}

.textos-familiar-pep{
	font-size: 14px;
}

.parentesco-familiar-pep span{
	color: #0C193C
}

.ocupacion-familiar-pep span{
	color: #0C193C
}

.fecha-familiar-pep span{
	color: #0C193C
}

select {
	color: #0C193C;
}

.placeholder-fecha{
	display: inline;
    position: absolute;
    color: #777577;
    top: 38%;
    left: 30px;
    background-color: #fff;
    pointer-events: none;
    user-select: none;
}

.placeholder-ibc-icon{
	color: #0C193C;
}

.placeholder-ibc-text{
	color: #777577;
}

.placeholder-ibc{
	position: absolute;
    top: 50%;
    left: 30px;
    pointer-events: none;
    user-select: none;
}

.text-nota-general{
	font-size: 12px;
    font-weight: 300;
    color: #0C193C;
    line-height: 15px;
}

.switch-container{
	display: flex;
    height: 31px;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    gap: 15px;
}

.placeholder-fecha-desvinculacion{
	width: 110px;
    position: relative;
    bottom: 32px;
    background: rgb(255, 255, 255);
    left: 15px;
    color: rgb(119, 117, 119);
    display: none;
    pointer-events: none;
    user-select: none;
}

.calendario-icon-two-accai{
	position: absolute;
    right: 25px;
    top: 65%;
    transform: translateY(-50%);
    pointer-events: none;
    background: #fff;
}

.separador-familiares-pep{
	height: 10px;
	background: white;
}

.width-auto{
    width: auto;
}

.title-otp-accai{
	margin: 0px auto;
    font-weight: 400;
    font-size: 30px;
    color: #173278;
    line-height: 24px;
    letter-spacing: 0.15px;
    text-align: center;
    text-transform: none;
}

.subtitle-portlet-otp{
	text-align: center;
    line-height: 35px;
    font-size: 18px;
    font-weight: 400;
    color: #0C193C;
}

.ingresa-codigo-otp{
	font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    text-align: center;
    color: #0C193C;
}

.colf-btn-main-disabled{
    border: none;
    background: #E4E4E4;
    color: #173278;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px 80px;datosAccai.css
    font-weight: 500;
    height: 3.8rem;
    line-height: 3.8rem;
    text-decoration: none;
    width: 100%;
    border-radius: .8rem;
    box-shadow: none;
}

.text-empleado-independiente{
	width: 100%;
    font-weight: 400;
    font-size: 16px;
    color: #0C193C;
    letter-spacing: 0.4px;
    margin-left: 0px;
}

.margin-inputs-opciones{
	margin-bottom: 25px;
}


.process-main{
	width: 70%;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 0 auto;
}

.process-main .col-process:not(:first-child):before{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    top: 13px;
    right: 0;
    background: rgba(197, 204, 221, 1);
    border: 1px rgba(197, 204, 221, 1) solid;
    transition: .4s;
    z-index: 1;
}

.process-main .process-step-cont{
	font-family: Roboto;
	font-size: 22px !important;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	align-content: space-between;
}

.process-main .process-step{
	border-radius: 100%;
	line-height: 0;
	background: #C5CCDD;
	text-align: center;
	align-items: center;
	justify-content: center;
	align-self: center;
	display: flex;
	color: #fff;
	width: 30px;
	height: 30px;
	font-weight: 300;
	z-index: 2;
	cursor: pointer;
}

.active-step2 .col-process:nth-child(-n+2):before,
.active-step3 .col-process:nth-child(-n+3):before,
.active-step4 .col-process:nth-child(-n+4):before{

	background: #173278;
	border-color: #173278;

}

.active-step2 .col-process:first-child .process-step:before,
.active-step3 .col-process:nth-child(-n+2) .process-step:before,
.active-step4 .col-process:nth-child(-n+3) .process-step:before{
	padding: 7px;
}

.process-main .activo{
	background: #173278;
	width: 40px;
	height: 40px;
	font-size: 22px;
}

.process-main .checked{
	background: #DB214E;
	width: 40px;
	height: 40px;
	font-size: 22px;
}

.opciones-afiliado{
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: space-between;
}

.opcion-afiliado{
	display: flex;
	align-items: center;
	border-radius: 10px;
	border: 1px solid #173278;
	cursor: pointer;
	font-weight: 500;
	transition: all 0.3s ease;
	padding: 10px 10px;
	justify-content: center;
}

.opcion-afiliado input{
	display: none;
}

.opcion-afiliado span{
	margin-left: 8px;
}

.opcion-afiliado .circle{
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 2px solid #173279;
	background-color: #ccc;
	display: inline-block;
}

input:checked + .opcion-afiliado{
	background-color: #173279;
	color: white;
	border-color: #173279;
}

input:checked + .opcion-afiliado .cicle{
	background-color: white;
}

input:checked + .opcion-afiliado span{
	color: white;
}
.input-hide{
	display: none;
}

.text-help-checkbox{
	position: absolute;
    font-size: 14px;
    min-height: 2.4rem;
    font-weight: 400;
    line-height: 99%;
    height: auto;
    bottom: 150px;
    letter-spacing: 0px;
}

.text-help-checkbox-voluntad{
	position: relative;
    font-size: 1.2rem;
    min-height: 2.4rem;
    font-weight: 400;
    line-height: 1.7rem;
}

.title-cargar-documentos{
	margin: 0px auto;
    font-weight: 400;
    font-size: 30px;
    color: #173278;
    line-height: 24px;
    letter-spacing: 0.15px;
    text-align: center;
    margin-bottom: 0;
    text-transform: none;
    padding: 10px 0px;
}

.title-voluntad-afiliacion{
	padding: 10px 0px;
    font-weight: 400;
    color: #173278;
    line-height: 24px;
    letter-spacing: 0.15px;
    margin: 0px auto;
    font-size: 30px;
    text-align: center;
}

.text-descargar-documento{
	font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    color: #173278;
}

.img-tipo-cargar-documentos{
	width: 40px;
	height: 40px;
}

.text-subir-archivo-documentos{
	font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
}

.text-recuerda-documentos{
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0px;
	line-height: 100%;
}

.text-pdf-documentos{
	font-weight: 300;
	font-size: 14px;
	letter-spacing: 0px;
	line-height: 100%;
}

.icon-cargando-documentos{
	width: 24px;
    height: 21px;
}


.titulo-view-retractos{
	font-weight: 400;
	font-size: 30px;
	line-height: 24px;
	letter-spacing: 0.15px;
	text-align: center;
	color: #173278;
}

.container-informacion-documentos-retractos{
	display: flex;
    height: 49px;
    padding: 10px 0px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.subtitle-cargar-retractos{
	font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.15px;
    text-align: center;
    color: #0C193C;
}

.container-documento-identidad-retractos{
	width: 100%;
	height: 44px;
	padding: 0px 35px;
}

.item-documento-identidad-retractos{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: 44px;
    border-radius: 8px;
    flex-wrap: wrap;
    align-items: center;
}

.img-iconos-cargar-documentos-retractos{
	display: none;
	width: 30px;
    height: 30px;
    cursor: pointer;
}

.container-progress-bar-retractos{
	display: none;
    flex: 0 1 auto;
    width: 100%;
    background-color: #eee;
    border-radius: 5px;
}

.container-desplegable-rectactos{
	display: none;
    flex-direction: column;
    gap: 25px;
    flex-wrap: wrap;
    align-items: center;
}

.container-switch-acordeon{
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 5px;
}

input[type="date"]::-webkit-clear-button,
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator{
    display: none;
    -webkit-appearance: none;
    margin: 0;
}

/* Estilos portlet gestion */


.container-principal-gestion{
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 25px;
    padding: 30px 40px;
    background: #F6F6F6;
    font-family: 'Roboto', sans-serif;
}

.container-titulo-gestion{
	height: 24px;
    text-align: left;
}

.text-titulo-gestion{
	font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #173278;
}

.container-filtro-gestion{
	display: flex;
    height: auto;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 8px;
    background: #FFFFFF;
    padding: 25px 20px;
    gap: 10px;
}

.text-filtro-gestion{
	font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #173278;
}

.container-inputs-filtro-gestion{
	display: flex;
    flex: 1;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    align-items: center;
    border-radius: 8px;
    padding: 10px;
    gap: 9px;
    background: #F6F6F6;
    height: auto;
}

.inputs-gestion{
	width: 210px;
	flex: 1;
	height: 80px;
}

.calendario-icon-gestion{
	position: relative;
    cursor: pointer;
    background: #fff;
    bottom: 45%;
    left: 85%;
}

.colf-form-control-gestion{
	display: block;
    width: 100%;
    height: 41px;
    color: #0C193C;
    border-radius: .8rem;
    border: solid 1px #AEADAF;
    background: #FFFFFF;
    padding: 6px 10px 6px 15px;
}

.colf-form-element-gestion{
	width: 100%;
    font-weight: 400;
    font-size: 12px;
    color: #0C193C;
    letter-spacing: 0px;
}

.separador-inputs-gestion{
	position: relative;
    top: 8px;
}

.separador-o-gestion{
	position: relative;
    top: 8px;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.15px;
	color: #DB214E;
}

.container-datos-filtro-gestion{
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    align-items: center;
    border-radius: 8px;
    padding: 10px;
    gap: 9px;
    height: auto;
}

.columna-inputs{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: auto;
    align-items: center;
}

.boton-consultar-gestion{
    position: relative;
    top: 5px;
	height: 44px;
    min-width: 120px;
    max-width: 336px;
    width: 120px;
    border-radius: 8px;
    padding: 10px 20px;
    background: #173278;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
}

.container-busqueda-gestion{
	display: none;
	width: 100%;
    flex-direction: column;
    gap: 15px;
    padding: 15px 0px;
    background: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0px 0px 11.6px 3px rgba(23, 50, 12, 0.1);
}

.titulo-busqueda-gestion{
	display: none;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0px 20px;
    align-items: center;
}

.text-busqueda-gestion{
	font-size: 22px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.15px;
    color: #173278;
}

.botones-busqueda-gestion{
	display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
}

.boton-reintento-gestion {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    min-width: 120px;
    max-width: 336px;
    width: auto;
    border-radius: 8px;
    padding: 10px 20px;
    background: #173278;
    cursor: pointer;
}

.img-upload-white{
	width: 16px;
    height: 16px;
}

.boton-excel-gestion{
	display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
	min-width: 120px;
    max-width: 336px;
    width: auto;
    border-radius: 8px;
    padding: 10px 20px;
    background: #173278;
    cursor: pointer;
}

.item-busqueda-gestion{
	flex: 1;
    min-width: 68px;
    min-height: 40px;
    width: auto;
    height: auto;
    padding: 8px 12px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 20px;
    color: #0C193C;
}

.item-nombre-gestion{
	flex: 2;
	min-width: 68px;
    min-height: 40px;
    width: auto;
    height: auto;
    padding: 8px 12px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 20px;
    color: #0C193C;
}

.texto-botones-busqueda{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.datos-busqueda-gestion{
	display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    background: rgba(197, 204, 221, 0.3);
    border-bottom: 1px;
    justify-content: center;
}

.afiliado-busqueda-gestion{
	display: none;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    overflow-x: auto;
}

.afiliado-gestion{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 40px;
    justify-content: space-evenly;
    align-content: center;
}

.titulo-tipo-gestion{
	max-width: 60px;
    min-height: 40px;
    border-bottom: 10px;
    padding: 8px 12px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
}

.titulo-identificacion-gestion{
	min-width: 122px;
	min-height: 40px;
    border-bottom: 10px;
    padding: 8px 12px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
}

.titulo-nombre-gestion{
	min-width: 245px;
	min-height: 40px;
    border-bottom: 10px;
    padding: 8px 12px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
}

.titulo-fecha-gestion{
	max-width: 120px;
	min-height: 40px;
    border-bottom: 10px;
    padding: 8px 12px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
}

.titulo-numero-gestion{
	min-width: 112px;
	min-height: 40px;
    border-bottom: 10px;
    padding: 8px 12px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
}

.titulo-estado-gestion{
	min-width: 130px;
	min-height: 40px;
    border-bottom: 10px;
    padding: 8px 12px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
}

.titulo-canal-gestion{
	min-width: 68px;
	min-height: 40px;
    border-bottom: 10px;
    padding: 8px 12px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
}

.titulo-paso-gestion{
	min-width: 107px;
	min-height: 40px;
    border-bottom: 10px;
    padding: 8px 12px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
}

.titulo-acciones-gestion{
	min-width: 107px;
	min-height: 40px;
    border-bottom: 10px;
    padding: 8px 12px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
}

.item-tipo-gestion{
	min-width: 50px;
    max-width: 60px;
    border-bottom: 1px solid rgba(197, 204, 221, 0.5);
    padding: 8px 12px;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
}

.item-identificacion-gestion{
	min-width: 122px;
    height: 40px;
    padding: 8px 12px;
    border-bottom: 1px solid rgba(197, 204, 221, 0.5);
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
}

.item-nombrecompleto-gestion{
	min-width: 245px;
    height: 40px;
    padding: 8px 12px;
    border-bottom: 1px solid rgba(197, 204, 221, 0.5);
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
}

.item-fecha-gestion{
	min-width: 120px;
	height: 40px;
    padding: 8px 12px;
    border-bottom: 1px solid rgba(197, 204, 221, 0.5);
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
}

.item-solicitud-gestion{
	min-width: 112px;
	height: 40px;
    padding: 8px 12px;
    border-bottom: 1px solid rgba(197, 204, 221, 0.5);
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
}

.item-estado-gestion{
	min-width: 130px;
	height: 40px;
    padding: 8px 12px;
    border-bottom: 1px solid rgba(197, 204, 221, 0.5);
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
}

.item-canal-gestion{
	min-width: 68px;
	height: 40px;
    padding: 8px 12px;
    border-bottom: 1px solid rgba(197, 204, 221, 0.5);
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
}

.item-paso-gestion{
	min-width: 61px;
	height: 40px;
    padding: 8px 12px;
    border-bottom: 1px solid rgba(197, 204, 221, 0.5);
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
}

.item-acciones-gestion{
	min-width: 91px;
	height: 40px;
    padding: 8px 12px;
    border-bottom: 1px solid rgba(197, 204, 221, 0.5);
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
}

.img-acciones-gestion{
	width: 22px;
	height: 22px;
}

.texto-firma-electronica-retractos{
	width: auto;
	margin: 0px;
    text-align: left;
	font-weight: 300;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0px;
    color: #0C193C;
}

.subtitle-firma-electronica-retractos{
	font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    color: #0C133C;
}


.img-fecha-gestion{
	width: 20px;
	height: 20px;
}

.informacion-fecha-gestion{
	display: flex;
    align-items: center;
}

.table-afiliaciones-gestion{
	width: 100%;
	min-width: 1000px;
	border-collapse: collapse;
}

.items-body-tabla-afiliaciones{
	padding: 8px 12px;
	white-space: nowrap;
    height: 40px;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    color: #0C193C;
}

.items-head-tabla-afiliaciones{
	padding: 8px 12px;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
    color: #0C193C;
    min-height: 40px;
}

.head-tabla-afiliaciones{
	background: rgba(197, 204, 221, 0.3);
}

.chulo-checkboxs-retractos{
	color: #fff;
    position: relative;
    right: 20px;
    font-size: 20px;
    top: 2px;
    z-index: 1;
    transition: all 0.3s ease;
}

.mensaje-remediaciones-exito{
	display: flex;
	flex-direction: row;
	align-items: center;
    width: 470px;
    height: 70px;
    border-radius: 8px;
    border: 1px solid #157C80;
    background: rgba(202, 253, 255, 0.3);
    padding: 20px;
    gap: 10px;
    margin: 0px auto;
}

.mensaje-remediaciones-fallo{
	display: flex;
    flex-direction: row;
    align-items: center;
    width: 470px;
    height: 70px;
    border-radius: 8px;
    border: 1px solid rgba(235, 204, 209, 1);
    background: rgba(242, 222, 222, 1);
    padding: 20px;
    gap: 10px;
    margin: 0px auto;
}

.x-remediaciones-informacion{
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.img-remediaciones-informacion{
	width: 30px;
	height: 30px;
}

.texto-remediaciones-exito{
	width: 360px;
    height: 24px;
	font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0px;
    color: #157C80;
}

.texto-remediaciones-fallo{
	width: 360px;
    height: 24px;
	font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0px;
    color: #A94442;
}

.container-paginacion{
	display: flex;
    justify-content: center;
    gap: 30px;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}

.container-acciones-paginacion{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.texto-paginacion-gestion{
	font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #0C193C;
}

.container-item-paginacion{
	display: flex;
	align-items: center;
	width: 30px;
    height: 30px;
    border-radius: 8px;
    padding: 5px 10px;
    cursor: pointer;
}

.pagina-seleccionada-gestion{
	background: #173278;
}

.texto-seleccionada-gestion{
	color: #FFFFFF;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number]{
	-moz-appearance: textfield;
}

.container-nota-view-accai{
	width: auto !important;
	margin: 0px auto;
}


.container-informacion-pais{
	display: flex;
    height: 60px;
    flex-direction: row;
    flex-wrap: wrap;	
    align-content: center;
}

.container-lista-paises{
	display: inline;
	flex: 1;
    padding-left: 30px;
}

.container-checkbox-colombiano{
	display: flex;
    flex: 1;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.switch-container-pais{
    display: flex;
    height: 31px;
    align-items: center;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
}


.select-codigociiu{
	appearance: none;
	-webkit-appearance:none;
	-moz-appearance: none;
}

.overlay-modal-gestion{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%; 
	height: 100%;
	background-color: rgba(0,0,0, 0.6);
	z-index: 9999;
	display: none;
	align-items: center;
	justify-content: center;
}

.contenedor-modal-gestion{
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 800px;
    height: 555px;
    border-radius: 8px;
    padding: 20px 40px;
    background-color: #FFFFFF;
    overflow-y: auto;
    gap: 20px;
    font-family: 'Roboto', sans-serif;
}

.header-modal-gestion{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: 36px;
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 10px;
}

.titulo-modal-gestion{
	font-size: 22px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    color: #173278;
}

.contenedor-body-modal-gestion{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
}

.header-body-modal-gestion{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    align-content: center;
}

.texto-proceso-modal{
	font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #173278;
}

.texto-fecha-modal{
	font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0px;
    color: #173278;
}

.informacion-body-modal{
    display: flex;
    height: auto;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 8px;
}

.contenedor-informacion-texto-modal{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    gap: 5px;
    padding: 5px 5px;
    border-radius: 8px;
    background: rgba(246, 246, 246, 1);
}

.texto-informacion-modal{
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0px;
    font-weight: 400;
    color: #0C193C;
}

.contenedor-informacion-canal-modal{
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
}

.texto-informacion-canal{
	font-size: 12px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 0px;
    color: #0C193C;
}

.contenedor-items-canal-modal{
	display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    flex-direction: row;
    gap: 5px;
}

.img-informacion-body-modal{
	width: 15px;
	height: 15px
}

.img-x-cerrar-modal{
    width: 25px;
    height: 25px;
}

.contenedor-modal-gestion::-webkit-scrollbar-thumb {
    background: #C5CCDD;
    border-radius: 50px;
}

.contenedor-modal-gestion::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

.contenedor-modal-gestion::-webkit-scrollbar-track {
    background: transparent;
}


.tamano-tooltips-accai{
	width: 15px;
    height: 15px;
}

.img-eliminar-archivo{
    width: 30px;
    height: 30px;
}

.boton-reintento-gestion:hover{
	background: #0C193C;
}

.boton-excel-gestion:hover{
	background: #0C193C;
}


.tooltip-text-gestion{
	visibility: hidden;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0px;
    height: auto;
    background-color: #CAFDFF;
    color: #173278;
    text-align: center;
    padding: 10px;
    border-radius: 8px;
    position: absolute;
    z-index: 1;
    bottom: 130%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.tooltip-text-gestion::after{
	content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #CAFDFF;
}

.tooltip-container{
	position: relative;
	display: inline-block;
	width: 28px;
    height: 28px;
}

.tooltip-container:hover{
	background: #CAFDFF;
	border-radius: 8px;
}

.tooltip-container:hover .tooltip-text-gestion{
	visibility: visible;
}


.tooltip-container-accai:hover .tooltip-text-codigociiu,
.tooltip-container-accai:focus-within .tooltip-text-codigociiu{
	visibility: visible;
}

.tooltip-container-accai:hover .tooltip-text-tipoafiliado,
.tooltip-container-accai:focus-within .tooltip-text-tipoafiliado{
	visibility: visible;
}

.tooltip-text-tipoafiliado {
    min-width: 210px;
    visibility: hidden;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0px;
    height: auto;
    background-color: #CAFDFF;
    color: #173278;
    text-align: center;
    padding: 12px 16px 12px 16px;
    border-radius: 8px;
    position: absolute;
    z-index: 1;
    top: 130%;
    left: 50%;
    transform: translateX(-10%);
    font-size: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.tooltip-text-tipoafiliado::after{
	content: "";
    position: absolute;
    top: -10px;
    left: 10%;
    margin-left: -6px;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent #CAFDFF transparent;
}

.ocultarAccion{
	display: none;
}

.texto-canal-modal{
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0px;
    color: #173278;
}

.container-firma-electronica-retractos{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
}

.checkbox-wrapper input {
    	display: none;
    }

.custom-checkbox {
    width: 25px;
    height: 25px;
    background-color: white;
    border-radius: 8px;
    border: 1px solid #173278;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1;
    padding: 0px 6px;
}

.checkbox-wrapper input:checked + .custom-checkbox::before{
    content: '\2713';
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
}

.checkbox-wrapper input:checked + .custom-checkbox{
    background-color: #173278;
}

/* RESPONSIVE MOBILE */

@media ( max-width: 600px) {

    input:is([type="date"], [type="time"], [type="datetime-local"], [type="month"], [type="week"]) {
        align-items: start;
        appearance: none;
        text-align: left;
        justify-content: center;
        display: flex;
        flex-direction: column;
    }

    input [type="date"] {
        appearance: none;
    }

    .container-codes-otp {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 15px;
    }

	.text-help-checkbox {
	    position: absolute;
	    font-size: 14px;
	    min-height: 2.4rem;
	    font-weight: 400;
	    line-height: 99%;
	    height: auto;
	    bottom: 120px !important;
	    letter-spacing: 0px;
	}
	
	.tooltip-text-tipoafiliado::after {
	    content: "";
	    position: absolute;
	    top: -15%;
	    left: 90%;
	    margin-left: -6px;
	    border-width: 6px;
	    border-style: solid;
	    border-color: transparent transparent #CAFDFF transparent;
	}
	
	.tooltip-text-tipoafiliado {
	    min-width: 210px;
	    visibility: hidden;
	    font-weight: 400;
	    line-height: 100%;
	    letter-spacing: 0px;
	    height: auto;
	    background-color: #CAFDFF;
	    color: #173278;
	    text-align: center;
	    padding: 12px 16px 12px 16px;
	    border-radius: 8px;
	    position: absolute;
	    z-index: 1;
	    top: 130%;
	    left: 50%;
	    transform: translateX(-90%);
	    font-size: 16px;
	    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	}
	.chulo-checkboxs {
        color: #fff;
        position: absolute;
        left: 4px !important;
        font-size: 16px !important;
        z-index: 1;
        transition: all 0.3s ease;
    }
    
    .second-form-field {
    	flex-direction: column;
    	align-items: center;
    }
       
    .col-6 {
   	    max-width: 95% !important;
    }

    .main-card {
        max-width: 100%; /* En pantallas móviles, el contenido ocupa todo el ancho */
        margin-right: 0;
        flex-grow: 1;
    }
    
    .second-main-card {
        flex-grow: 1; 
    }
    
    .main-child-form {
     	max-width: 95%;
    }
    
    .col-4 {
   	    max-width: 95%;
    }
    
    .col-8 {
   	    max-width: 95%;
    }
	.perfilador-checkbox input{
		width: 20px;
		height: 20px;
	}
	
	.container-general {
		display: flex;
		flex-direction: column;
		align-items: center;
		flex-wrap: wrap;
		border-radius: 8px;
		background: #FFFFFF;
		padding: 35px 16px 35px 16px;
		margin: 0px;
	}
	
	.second-main-card {
		padding: 0px;
	}
	.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9,
		.col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2,
		.col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8,
		.col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto,
		.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6,
		.col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12,
		.col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4,
		.col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10,
		.col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2,
		.col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8,
		.col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
		padding-right: 0px;
		padding-left: 0px;
	}
	.process-main {
		width: 90%;
		height: 30px;
		display: flex;
		justify-content: space-between;
		position: relative;
		margin: 0 auto;
	}
	.col-process {
		display: flex;
		align-items: center;
	}
	.process-main .activo {
		width: 30px !important;
		height: 30px !important;
		font-weight: 300;
		line-height: 24px;
		letter-spacing: 0.15px;
	}
	.process-main .process-step {
		width: 20px;
		height: 20px;
		margin: 0px;
	}
	.normal-titulo-accai {
		font-size: 22px;
	}
	.negrilla-titulo-accai {
		font-size: 22px;
	}
	.second-form-field {
		display: flex;
		flex-direction: row;
		justify-content: space-around;
	}
	.opcion-afiliado span {
		margin: 0px;
	}
	.calendario-icon-accai {
		right: 12px;
	}
	.placeholder-ibc {
		left: 10px;
	}
	.switch-container {
		justify-content: space-between;
	}
	.text-switch {
		max-width: 60%;
	}
	.switch {
		position: absolute;
		right: 30px;
	}
	.text-error-mobile {
		position: relative;
		top: 40px;
	}
	.colf-btn-main {
		width: 168px;
	}
	.colf-btn-main:disabled {
		width: 168px;
	}
	.btn-volver-accai {
		width: 168px;
	}
	.text-help {
		font-size: 10px;
	}
	.process-main .checked {
		width: 30px !important;
		height: 30px !important;
		font-size: 20px;
	}
	.title-otp-accai {
		font-size: 22px;
	}
	.celular-portlet-otp {
		font-size: 16px;
	}
	.subtitle-portlet-otp {
		line-height: 24px;
		font-size: 16px;
	}
	.label-container-form{
		height: auto;
		width: 170px;
	}
	.opciones-afiliado{
		height: auto;
		gap: 5px;
		flex-wrap: nowrap;
	}
	.opcion-afiliado{
		height: 100%;
		padding: 10px 15px;
	}
	.switch2{
		width: 65px;
	}
	.title-voluntad-afiliacion{
	    font-size: 22px;
	    line-height: 26px;
	}
	.text-general-voluntad{
		width: 100%;
		line-height: 15px;
	}
	.container-checkbox-voluntad input{
		width: 22px;
    	height: 20px;
	}
	.chulo-checkboxs{
	    color: #fff;
	    position: absolute;
	    left: 4px;
	    font-size: 16px;
	    z-index: 1;
	    top: 0px;
	    bottom: 0px;
	    transition: all 0.3s ease;
	}
	.chulo-checkboxs-voluntad{
	    right: 16px;
	    font-size: 16px;
	    top: 0px;
	}
	.colf-form-element{
		letter-spacing: 0px;
	}
	.descargarpdf-container-accai{
		justify-content: center;
	}
	.texto-afiliaciones{
		width: 140px;
	}
	.col-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 49%;
	max-width: 50%;
	}
	.container-checkbox-voluntad{
		align-items: flex-start;
	}
}

@media ( max-width: 760px){
	
	.container-informacion-pais {
	    display: flex;
	    height: auto;
	    flex-direction: column;
	    flex-wrap: nowrap;
	    margin-top: 3px;
	    align-content: center;
	}
		
	.container-checkbox-colombiano{
		display: flex;
	    flex: none;
	    flex-direction: row;
	    justify-content: flex-start;
	    align-items: center;
	    align-content: center;
	    flex-wrap: wrap;
	}
	
	.container-lista-paises{
		flex: none;
		padding-left: 0px; 
	}
	
}

/* Estilos responsivos para pantallas más pequeñas */
@media (max-width: 768px) {
	
	.text-help-checkbox {
	    position: absolute;
	    font-size: 14px;
	    min-height: 2.4rem;
	    font-weight: 400;
	    line-height: 99%;
	    height: auto;
	    bottom: 150px;
	    letter-spacing: 0px
    }
    
	.points-carousel {
	    display: block;
	    display: flex;
  	}
  	
  	.slider-point {
	  	height: 10px;
	  	width: 10px;
	  	border-radius: 50%;
	  	background-color: #a2b5c3;
  	}
  	
  	.slider-point.active {
  		background-color: #173278;
  	}
	.div-flex {
		justify-content: center;
	}
	
    .main-card {
        width: 70%; /* A medida que la pantalla es mas pequeña, el ancho de la columna se reduce */
    }	
    
    .second-main-card {
        width: 100%; /* A medida que la pantalla es mas pequeña, el ancho de la columna se reduce */
        margin-right: 0;
    }	
    
    .container-general{
    	flex-direction : column;
    	align-items: center;
    }
    
    .background-blue {
    	min-height: auto;
    }
    .points-carousel {
	    display: block;
	    display: flex;
 	 }
  
  	.slider-point {
  		height: 10px;
	  	width: 10px;
	  	border-radius: 50%;
	  	background-color: #a2b5c3;
  	}
  
  	.slider-point.active {
  		background-color: #173278;
 	}
 		.div-flex {
		justify-content: center;
	}
	
    .main-card {
        width: 70%; /* A medida que la pantalla es más pequeña, el ancho de la columna se reduce */
    }	
    
    .second-main-card {
        width: 100%; /* A medida que la pantalla es más pequeña, el ancho de la columna se reduce */
        margin-right: 0;
    }
    
    .background-blue {
    	min-height: auto;
    }
    
    .second-background-blue{
    	width: 100%;
    	min-height: auto;
    }
    
}

@media ( max-width : 900px) {
	.img-pr-checked {
		display: none !important;
	}
	
	.img-pr-normal {
		display: none !important;
	}
	
	.img-tr-checked {
		display: none !important;
	}
	
	.img-tr-normal {
		display: none !important;
	}
	
	.img-empleado-checked {
		display: none !important;
	}
	
	.img-empleado-normal {
		display: none !important;
	}
	
	.img-independiente-checked {
		display: none !important;
	}
	
	.img-independiente-normal {
		display: none !important;
	}
	
	.texto-afiliaciones {
		font-size: 14px;
		width: 140px;
	}
	
	.label-container-form {
		width: 48%;
		text-align: center;
		height: 60px;
	}
	.max-input-mobile {
		min-width: 100%;
	}
	
	.code-input input {
		width: 40px;
		height: 40px;
		font-size: 22px;
		margin: 0px;
	}
	
	.colf-form-control {
		padding: 0px 10px;
	}
	
	.second-main-form {
		width: 100%;
		flex-wrap: nowrap;
	}
	
	.video-container-accai{
		width: auto;
    	height: 192px;
	}
}

@media ( max-width : 1200px) {
	.separador-inputs-gestion{
		display: none;
	}
	
	.inputs-gestion{
		width: 100%;
	}
}

@media ( max-width : 1270px) {
	.chulo-checkboxs {
	    color: #fff;
	    position: absolute;
	    left: 20px;
	    font-size: 20px;
	    z-index: 1;
	    top: 0px;
	    bottom: 0px;
	    transition: all 0.3s ease;
	}
}

@media ( min-width : 576px) {
	.wrapper {
	    width: 36rem;
	    height: 23rem;
	    margin: 0 auto;
	    overflow: hidden;
  	}
  	.colf-modal .colf-modal-body {
		width: 350px;
		max-width: 350px;
	}
	.wrapper {
	    width: 36rem;
	    height: 23rem;
	    margin: 0 auto;
	    overflow: hidden;
 	 }
	.colf-container {
  	  	max-width: 540px;
  	}
  	.col-sm-auto {
    	flex: 0 0 auto;
    	width: auto;
  	}
	
	.col-sm-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}
	
	.col-sm-2 {
	    flex: 0 0 auto;
	    width: 16.66666667%;
	}
	
	.col-sm-3 {
	    flex: 0 0 auto;
	    width: 25%;
	}
	
	.col-sm-4 {
	    flex: 0 0 auto;
	    width: 33.33333333%;
	}
	
	.col-sm-5 {
	    flex: 0 0 auto;
	    width: 41.66666667%;
	}
	
	.col-sm-6 {
	    flex: 0 0 auto;
	    width: 50%;
	}
	
	.col-sm-7 {
	    flex: 0 0 auto;
	    width: 58.33333333%;
	}
	
	.col-sm-8 {
	    flex: 0 0 auto;
	    width: 66.66666667%;
	}
	
	.col-sm-9 {
	    flex: 0 0 auto;
	    width: 75%;
	}
	
	.col-sm-10 {
	    flex: 0 0 auto;
	    width: 83.33333333%;
	}
	
	.col-sm-11 {
	    flex: 0 0 auto;
	    width: 91.66666667%;
	}
	
	.col-sm-12 {
	    flex: 0 0 auto;
	    width: 100%;
	}
	
	.offset-sm-0 {
	    margin-left: 0;
	}
	
	.offset-sm-1 {
	    margin-left: 8.33333333%;
	}
	
	.offset-sm-2 {
	    margin-left: 16.66666667%;
	}
	
	.offset-sm-3 {
	    margin-left: 25%;
	}
	
	.offset-sm-4 {
	    margin-left: 33.33333333%;
	}
	
	.offset-sm-5 {
	    margin-left: 41.66666667%;
	}
	
	.offset-sm-6 {
	    margin-left: 50%;
	}
	
	.offset-sm-7 {
	    margin-left: 58.33333333%;
	}
	
	.offset-sm-8 {
	    margin-left: 66.66666667%;
	}
	
	.offset-sm-9 {
	    margin-left: 75%;
	}
	
	.offset-sm-10 {
	    margin-left: 83.33333333%;
	}

	.offset-sm-11 {
	   margin-left: 91.66666667%;
	}
	
	.colf-modal .colf-modal-body {
		width: 350px;
		max-width: 350px;
	}
	
	.colf-container {
   		max-width: 540px;
  	}
  	
  	.col-sm-auto {
    	flex: 0 0 auto;
    	width: auto;
  	}

  	.col-sm-1 {
    	flex: 0 0 auto;
    	width: 8.33333333%;
  	}

  	.col-sm-2 {
    	flex: 0 0 auto;
    	width: 16.66666667%;
  	}

  	.col-sm-3 {
    	flex: 0 0 auto;
    	width: 25%;
  	}

  	.col-sm-4 {
    	flex: 0 0 auto;
    	width: 33.33333333%;
  	}

  	.col-sm-5 {
    	flex: 0 0 auto;
    	width: 41.66666667%;
 	}

  	.col-sm-6 {
    	flex: 0 0 auto;
    	width: 50%;
	}

  	.col-sm-7 {
    	flex: 0 0 auto;
    	width: 58.33333333%;
  	}

  	.col-sm-8 {
    	flex: 0 0 auto;
    	width: 66.66666667%;
  	}

  	.col-sm-9 {
    	flex: 0 0 auto;
    	width: 75%;
  	}

  	.col-sm-10 {
    	flex: 0 0 auto;
    	width: 83.33333333%;
  	}

  	.col-sm-11 {
    	flex: 0 0 auto;
    	width: 91.66666667%;
  	}

  	.col-sm-12 {
    	flex: 0 0 auto;
    	width: 100%;
  	}

  	.offset-sm-0 {
    	margin-left: 0;
  	}

  	.offset-sm-1 {
    	margin-left: 8.33333333%;
  	}

  	.offset-sm-2 {
    	margin-left: 16.66666667%;
  	}

  	.offset-sm-3 {
    	margin-left: 25%;
  	}

  	.offset-sm-4 {
    	margin-left: 33.33333333%;
  	}

  	.offset-sm-5 {
    	margin-left: 41.66666667%;
  	}

  	.offset-sm-6 {
    	margin-left: 50%;
  	}

  	.offset-sm-7 {
    	margin-left: 58.33333333%;
  	}

  	.offset-sm-8 {
    	margin-left: 66.66666667%;
  	}

  	.offset-sm-9 {
    	margin-left: 75%;
  	}

  	.offset-sm-10 {
    	margin-left: 83.33333333%;
  	}

  	.offset-sm-11 {
    	margin-left: 91.66666667%;
  	}
}

@media ( min-width : 768px) {
	
	.colf-modal .colf-modal-body {
		width: 400px;
		max-width: 400px;
	}
	.wrapper {
    	width: 100%;
  	}

  	ul.carousel li {
    	flex: 1 1 50%;
  	}

  	ul.carousel.is-set {
    	transform: translateX(-100%);
    	transition: none;
  	}

  	ul.carousel li.active {
    	order: 2;
  	}

  	button#btn-next {
    	display: none;
  	}

  	button#btn-start-scheduling {
    	display: block !important;
  	}
  	.col-md-auto {
    	flex: 0 0 auto;
    	width: auto;
  	}

  	.col-md-1 {
    	flex: 0 0 auto;
    	width: 8.33333333%;
  	}

  .col-md-2 {
	    flex: 0 0 auto;
	    width: 16.66666667%;
  }
	
	.col-md-3 {
		  flex: 0 0 auto;
		  width: 25%;
	}
	
	.col-md-4 {
		  flex: 0 0 auto;
		  width: 33.33333333%;
	}
	
	.col-md-5 {
	  	flex: 0 0 auto;
	  	width: 41.66666667%;
	}
	
	.col-md-6 {
	  	flex: 0 0 auto;
	  	width: 50%;
	}
	
	.col-md-7 {
	  	flex: 0 0 auto;
	  	width: 58.33333333%;
	}
	
	.col-md-8 {
	  	flex: 0 0 auto;
	  	width: 66.66666667%;
	}
	
	.col-md-9 {
	  	flex: 0 0 auto;
	  	width: 75%;
	}
	
	.col-md-10 {
	  	flex: 0 0 auto;
	  	width: 83.33333333%;
	}
	
	.col-md-11 {
	  	flex: 0 0 auto;
	  	width: 91.66666667%;
	}
	
	.col-md-12 {
	  	flex: 0 0 auto;
	  	width: 100%;
	}
	
	.offset-md-0 {
	  	margin-left: 0;
	}
	
	.offset-md-1 {
	  	margin-left: 8.33333333%;
	}
	
	.offset-md-2 {
	  	margin-left: 16.66666667%;
	}
	
	.offset-md-3 {
	  	margin-left: 25%;
	}
	
	.offset-md-4 {
	  	margin-left: 33.33333333%;
	}
	
	.offset-md-5 {
	  	margin-left: 41.66666667%;
	}
	
	.offset-md-6 {
	  	margin-left: 50%;
	}
	
	.offset-md-7 {
	 	margin-left: 58.33333333%;
	}
	
	.offset-md-8 {
	  	margin-left: 66.66666667%;
	}
	
	.offset-md-9 {
	  	margin-left: 75%;
	}
	
	.offset-md-10 {
	  	margin-left: 83.33333333%;
	}
	
	.offset-md-11 {
	  	margin-left: 91.66666667%;
	}
	
	.wrapper {
	  	width: 100%;
	}
	
	ul.carousel li {
	  	flex: 1 1 50%;
	}
	
	ul.carousel.is-set {
	  	transform: translateX(-100%);
	  	transition: none;
	}
	
	ul.carousel li.active {
	  	order: 2;
	}
	
	button#btn-next {
	  	display: none;
	}
	
	button#btn-start-scheduling {
	  	display: block !important;
	}
	.colf-container {
	  	max-width: 720px;
	}
	
	.modal-dialog {
        bottom: 0;
        left: 0;
        margin: 0 auto;
        overflow: hidden;
        position: absolute;
        right: 0;
        top: 10vh;
        height: 40vh;
        width: 90% !important;
        border-radius: 5px;
    }	
	
	.colf-modal .colf-modal-body {
		width: 400px;
		max-width: 400px;
	}
	
	.colf-container {
    	max-width: 720px;
  	}
  	
  	.col-md-auto {
	    flex: 0 0 auto;
	    width: auto;
  	}

  	.col-md-1 {
	    flex: 0 0 auto;
	    width: 8.33333333%;
  	}

  	.col-md-2 {
	    flex: 0 0 auto;
	    width: 16.66666667%;
  	}

  	.col-md-3 {
	    flex: 0 0 auto;
	    width: 25%;
  	}

  	.col-md-4 {
	    flex: 0 0 auto;
	    width: 33.33333333%;
  	}

  	.col-md-5 {
	    flex: 0 0 auto;
	    width: 41.66666667%;
  	}

  	.col-md-6 {
	    flex: 0 0 auto;
	    width: 50%;
  	}

  	.col-md-7 {
	    flex: 0 0 auto;
	    width: 58.33333333%;
 	}

 	.col-md-8 {
	    flex: 0 0 auto;
	    width: 66.66666667%;
  	}

  	.col-md-9 {
	    flex: 0 0 auto;
	    width: 75%;
  	}

  	.col-md-10 {
	    flex: 0 0 auto;
	    width: 83.33333333%;
  	}

  	.col-md-11 {
	    flex: 0 0 auto;
	    width: 91.66666667%;
  	}

  	.col-md-12 {
	    flex: 0 0 auto;
	    width: 100%;
  	}

  	.offset-md-0 {
    	margin-left: 0;
  	}

  	.offset-md-1 {
    	margin-left: 8.33333333%;
  	}

  	.offset-md-2 {
   	 	margin-left: 16.66666667%;
  	}

  	.offset-md-3 {
    	margin-left: 25%;
  	}

  	.offset-md-4 {
    	margin-left: 33.33333333%;
  	}

  	.offset-md-5 {
    	margin-left: 41.66666667%;
  	}

  	.offset-md-6 {
    	margin-left: 50%;
  	}

  	.offset-md-7 {
    	margin-left: 58.33333333%;
  	}

  	.offset-md-8 {
    	margin-left: 66.66666667%;
  	}

  	.offset-md-9 {
   	 	margin-left: 75%;
  	}

  	.offset-md-10 {
    	margin-left: 83.33333333%;
  	}

  	.offset-md-11 {
    	margin-left: 91.66666667%;
  	}
}

@media ( min-width : 1200px) {
	.colf-modal .colf-modal-body {
		width: 500px;
		max-width: 500px;
	}
	
	.colf-container {
	   	max-width: 1140px;
 	}
 	
 	.col-xl-auto {
	   	flex: 0 0 auto;
	   	width: auto;
 	}
	
	 .col-xl-1 {
	   	flex: 0 0 auto;
	   	width: 8.33333333%;
	 }
	
	 .col-xl-2 {
	   	flex: 0 0 auto;
	   	width: 16.66666667%;
	 }
	
	 .col-xl-3 {
	   	flex: 0 0 auto;
	   	width: 25%;
	 }
	
	 .col-xl-4 {
	   	flex: 0 0 auto;
	   	width: 33.33333333%;
	 }
	
	 .col-xl-5 {
	   	flex: 0 0 auto;
	   	width: 41.66666667%;
	 }
	
	 .col-xl-6 {
	   	flex: 0 0 auto;
	   	width: 50%;
	 }
	
	 .col-xl-7 {
	   	flex: 0 0 auto;
	   	width: 58.33333333%;
	 }
	
	 .col-xl-8 {
	   	flex: 0 0 auto;
	   	width: 66.66666667%;
	 }
	
	 .col-xl-9 {
	   	flex: 0 0 auto;
	   	width: 75%;
	 }
	
	 .col-xl-10 {
	   	flex: 0 0 auto;
	   	width: 83.33333333%;
	 }
	
	 .col-xl-11 {
	   	flex: 0 0 auto;
	   	width: 91.66666667%;
	 }
	
	 .col-xl-12 {
	   	flex: 0 0 auto;
	   	width: 100%;
	 }
	
	 .offset-xl-0 {
	   	margin-left: 0;
	 }
	
	 .offset-xl-1 {
	   	margin-left: 8.33333333%;
	 }
	
	 .offset-xl-2 {
	   	margin-left: 16.66666667%;
	 }
	
	 .offset-xl-3 {
	   	margin-left: 25%;
	 }
	
	 .offset-xl-4 {
	   	margin-left: 33.33333333%;
	 }
	
	 .offset-xl-5 {
	   	margin-left: 41.66666667%;
	 }
	
	 .offset-xl-6 {
	   	margin-left: 50%;
	 }
	
	 .offset-xl-7 {
	   	margin-left: 58.33333333%;
	 }
	
	 .offset-xl-8 {
	   	margin-left: 66.66666667%;
	 }
	
	 .offset-xl-9 {
	   	margin-left: 75%;
	 }
	
	 .offset-xl-10 {
	   	margin-left: 83.33333333%;
	 }
	
	 .offset-xl-11 {
	   	margin-left: 91.66666667%;
	 }
}