<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* esto es generico para todos los micrositios */
@font-face {
    font-family: 'Calibribold';
    src: url('/assets/fonts/carlito-bold-webfont.woff2') format('woff2'), url('/assets/fonts/carlito-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'Calibribold_italic';
    src: url('/assets/fonts/carlito-bolditalic-webfont.woff2') format('woff2'), url('/assets/fonts/carlito-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'Calibriitalic';
    src: url('/assets/fonts/carlito-italic-webfont.woff2') format('woff2'), url('/assets/fonts/carlito-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


body {
    background: #f2f2f2 !important;
    font-family: "encode_sansregular", sans-serif;
    margin: 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
}
/*h1{
  font-family:calibri;
  font-size:2em;
  font-weight:normal;
  color:#666;
  margin:2px;
	padding:2px;
}
h2{
  font-family:calibri;
	font-size:1.5em;
	font-weight:normal;
	color:#98c020;
	margin:2px;
	padding:2px;
}
h3{
  font-family:calibri;
  font-size:1.2em;
  font-weight:normal;
  color:#666;
	margin:2px;
	padding:2px;
}
h4{
  font-family:calibri;
  font-size:1.5em;
  font-weight:normal;
  color:#666;
	border-bottom:2px solid #666;
	margin:2px;
	padding:2px;
}
h5{
	font-family:calibri;
  font-size:1.5em;
  font-weight:normal;
  color:#666;
	margin:2px;
	padding:2px;
}
h6{
  font-family:calibri;
  font-size:1.1em;
  color:#666;
	margin:2px;
	padding:2px;
	font-weight:bold;
}
input,textarea,select,button{
	border:1px solid #CCC;
	border-radius:5px;
	font-family:calibri;
	font-size:16px;
	padding:5px;
	color:#666;
	width:100%;
	height: 35px;
}*/
/*input[type="button"]{
	background-color:#EEE;
}
input[type="radio"],input[type="checkbox"]{
	
}*/

#cabecera {
    margin-top: 30px;
    margin-bottom: 20px;
    line-height: 1.5em;
    height: 70px;
    column-gap: 1em;
}

.logo {
    width: 100%;
    max-width: 250px;
    float: left;
}

#cabecera {
    text-align: right;
}

.boom {
    width: 100%;
    max-width: 70px;
}

#banner img {
    border-bottom: 15px solid #98c020;
    height: 225px;
}

#menu {
    height: auto;
    column-gap: 1em;
    column-rule: 1px solid #98c020;
    /*font-size:22px;
  font-weight:bold;*/
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #3c3c3b;
    /*line-height: 0.8em;*/
}

    #menu small {
        /*font-size:14px;*/
        font-weight: normal;
        color: #3c3c3b;
    }

    #menu .active, #menu .active &gt; small {
        color: #FFF;
        background-color: #3c3c3b;
    }



#contenido .iilus {
    margin-top: 20px;
    display: inline-block;
    vertical-align: top;
}

.titulo {
    margin: 10px 0px;
    column-span: all;
    font-size: 18px;
}

.botonera {
    margin: 16px;
    text-align: center;
}

.btn_next {
    color: white;
    max-width: 400px;
    background-color: #3c3c3b;
}

.btn_prev {
    width: auto;
    background-color: #98c020;
    padding: 10px 20px;
}

.btn_cancel {
    width: auto;
    background-color: #EC7171;
    padding: 10px 20px;
}

    .btn_next:hover, .btn_prev:hover, .btn_cancel:hover {
        color: #FFF;
        cursor: pointer;
    }

.msg_ok {
    border: 1px solid #CCC;
    border-radius: 5px;
    font-size: 16px;
    padding: 10px;
    color: white;
    background-color: #279d2e;
    column-span: all;
    display: none;
}

.msg_alert {
    border: 1px solid #CCC;
    border-radius: 5px;
    font-size: 16px;
    padding: 10px;
    margin: 20px;
    color: #FF8211;
    background-color: #FEFDC7;
    column-span: all;
    display: block;
}

.msg_error {
    border: 1px solid #CCC;
    border-radius: 5px;
    font-size: 16px;
    padding: 10px;
    margin-top: 20px;
    min-height: 35px;
    color: #FFFFFF;
    background-color: #EC7171;
    column-span: all;
    display: none;
}

#txt_msg_error {
    position: relative;
    float: left;
    width: 90%;
    min-height: 35px;
    line-height: 35px;
}

.cerrar {
    position: relative;
    float: right;
    cursor: pointer;
    *cursor: hand;
    right: 5px;
    top: 0px;
    width: 12px;
    height: 12px;
    padding: 0 0 0 5px;
    background: url('../img/cruz.png') right top no-repeat;
}

#dialog-confirm {
    display: none;
}


.msg_ok a {
    color: #008000;
}

.msg_alert a {
    color: #FF8211;
}

.msg_error a {
    color: #CC0000;
}


.cnt2 .col {
    display: inline-block;
    vertical-align: top;
}

    .cnt2 .col .cnt3 {
        column-count: 3;
        column-gap: 1em;
    }

.cnt3 .col {
    display: inline-block;
    vertical-align: top;
    width: 224px;
}

    .cnt3 .col select, .cnt3 .col input[type="button"] {
        width: 100%;
        height: 30px;
    }

.ver_al_validar.col {
    display: none;
}

#cel_codigo, #cel_prefijo, #cel_numero, #codFijo, #prefFijo, #numFijo {
    width: 70px;
}


#btn_continuarStep1 {
    display: none;
}

/* esto es para modificar como variables */
.step0, .step00, .step1, .step2, .step3, .step4, .step5, .step6, .step7, .step8 {
    margin-top: 20px;
    vertical-align: top;
    display: none;
}

.step1 {
    display: block;
}

.registro {
    cursor: default;
}

.registrado {
    color: #AAA;
    cursor: not-allowed;
}


#captcha {
    width: 105px;
    top: -22px;
    position: relative;
}

#labelCaptcha {
    display: inline-block;
    width: 20%;
}

.realperson-challenge {
    display: inline-block;
}

.adjuntos {
    padding: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #E2E2E2; /* gris */
    line-height: 15px;
    margin: 10px 0 10px 0;
    border-radius: 10px;
    -moz-border-radius: 10px; /* top-left, top-right, bottom-right, bottom-left */
    -webkit-border-radius: 10;
}

#ico_ok1, #ico_ok2, #ico_mal1, #ico_mal2 {
    width: 20px;
    height: 20px;
    display: none;
    float: right;
}

#pdf1, #pdf2 {
    visibility: hidden;
    height: 2px;
    display: none;
}


.step5 h3, .step6 h3 {
    margin-top: 15px;
}

.realperson-text {
    font-size: 5px;
    margin-top: 5px;
}

.tipocuenta {
    width: 100% !important;
    font-size: 14px;
}

.sexoInput input {
    margin-left: 20px;
}

#banner {
    background-image: url('/CDN/Get/cabecera_recuperacioncrediticia');
    background-size: cover;
    height: 225px;
    background-position: right center;
    width: 100%;
    border-radius: 12px;

}

.menuelem {
    padding-left: 3px;
    margin-top: 5px;
}

/*.borderElem {
    border-right: 1px solid #279d2e;
}*/

.iilus img {
    width: 100% !important;
    max-width: 300px;
}


@media screen and (max-width: 1023px) {

    .boom {
        margin-right: 5px;
        max-width: 75px;
    }

    .logo {
        max-width: 300px;
    }

    #banner {
        background-position: 80%;
    }

    body {
        width: 100% !important;
    }
}

@media screen and (max-width: 414px) {
    .boom {
        max-width: 40px;
    }

    .logo {
        max-width: 250px;
    }
}

.bsucs_info_suc {
    color: #279d2e;
    font-size: 1.2em;
    font-weight: bold;
}

#bsucs_mapa, #bsucs_info {
    height: 300px !important;
    display: none;
}

#bsucs_info {
    margin-top: 80px;
}

@media screen and (min-width: 1281px) {
    .limiter {
        max-width: 1140px !important;
        margin: auto !important;
    }
}

/*@media screen and (min-width: 1367px) {
    #banner {
        height: 350px !important;
    }
}*/



:hov .cls element.style {
}

@media screen and (max-width: 1024px) {
    #banner {
        background-position: 80%;
    }
}
/*
.loader {
	display: none;
	position: fixed;
	z-index: 1000;
	position: absolute; 
	top: 50%; 
	right: 50%; 
	text-align: center;
	border: 6px solid #fff; 
    border-top: 6px solid #279d2e; 
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
}
*/
.loader {
    border: 6px solid #f3f3f3; /* Light grey */
    border-top: 6px solid #279d2e; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
}

.spiner{
    display: none;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

body.loading {
    overflow: hidden;
}

    body.loading .spiner {
        display: block;
    }

/*.footer2{line-height:1.1em}*/
/*
#footer&gt;.footer2{font-size:.7em; color:#494f4d; margin:0; padding:0; background-color:#fff}
.footer1,.footer2{padding:10px!important}
#footer .footer2 a{color:#333}
#footer .footer2 a:hover{color:#999}
.footer2 a:not(:last-child)::after{content:" | "}
.footer2{font-size:.7em}
.footer2&gt;div&gt;div&gt;div{margin-bottom:8px}*/

.footer2 a:not(:last-child)::after {
    content: " | ";
}

.footer3 {
    text-align: center;
    color: #000000;
    margin: 10px;
    padding: 0;

    padding: 10px !important;
    font-size: 0.85em;
}

.limitador {
    margin: auto !important;
    text-align: center !important;
    display: table-cell;
}

@media screen and (min-width:1281px) {
    .limiter {
        max-width: 1140px !important;
        margin: auto !important;
    }
}

.footer2Links {
    margin-top: 5px;
    font-size: .85em;
}

    .footer2Links:hover {
        color: #999999;
        text-decoration: none;
    }


@font-face {
    font-family: 'encode_sansbold';
    src: url('../fonts/encodesans-bold-webfont.woff2') format('woff2'), url('../fonts/encodesans-bold-webfont.woff') format('woff'), url('../fonts/EncodeSans-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'encode_sans_condensedbold';
    src: url('../fonts/encodesanscondensed-bold-webfont.woff2') format('woff2'), url('../fonts/encodesanscondensed-bold-webfont.woff') format('woff'), url('../fonts/EncodeSansCondensed-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'encode_sans_condensedregular';
    src: url('../fonts/encodesanscondensed-regular-webfont.woff2') format('woff2'), url('../fonts/encodesanscondensed-regular-webfont.woff') format('woff'), url('../fonts/EncodeSansCondensed-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'encode_sansextrabold';
    src: url('../fonts/encodesans-extrabold-webfont.woff2') format('woff2'), url('../fonts/encodesans-extrabold-webfont.woff') format('woff'), url('../fonts/EncodeSans-ExtraBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'encode_sansmedium';
    src: url('../fonts/encodesans-medium-webfont.woff2') format('woff2'), url('../fonts/encodesans-medium-webfont.woff') format('woff'), url('../fonts/EncodeSans-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'encode_sansregular';
    src: url('../fonts/encodesans-regular-webfont.woff2') format('woff2'), url('../fonts/encodesans-regular-webfont.woff') format('woff'), url('../fonts/EncodeSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'encode_sanssemibold';
    src: url('../fonts/encodesans-semibold-webfont.woff2') format('woff2'), url('../fonts/encodesans-semibold-webfont.woff') format('woff'), url('../fonts/EncodeSans-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*Body*/

.divider {
    margin-bottom: 12px;
    margin-top: 12px;
    border-bottom: 1px solid #279d2e;
}

.bp-container-pad-y {
    padding-top: 16px;
    padding-bottom: 16px;
}

.bp-container-pad-x {
    padding-left: 16px;
    padding-right: 16px;
}

.bp-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

select, .select {
    color: #3c3c3b;
    padding: 8px 12px 8px 12px;
    display: block;
    border: none;
    border-bottom: 1px solid #3c3c3b;
    width: 100%;
    font-family: inherit;
    font-size: 14px;
    background-color: #FFFFFF;
       height: 35px;
       border-radius: 0px;
}

.menuSteps-container {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #3c3c3b;
    padding-bottom: 0.5em;
}

.menuSteps {
    cursor: pointer;
    border: 1px solid #3c3c3b;
    border-top-left-radius: 3px;
    border-top-right-radius: 8px;
    padding: 5px 10px;
    color: #3c3c3b;
    margin-right: 10px;
    border-bottom: none;
}

    .menuSteps .active {
        background-color: #3c3c3b;
        color: #fff;
    }

.btn, button, input[type="button"] {
    cursor: pointer;
    border: none;
    border-top-left-radius: 3px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 3px;
    padding: 8px 12px;
    color: #ffffff !important;
    background-color: #3c3c3b;
}

.registrado {
    display:none;
}

.btnSecond {
    cursor: pointer;
    border-top-left-radius: 3px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 3px;
    padding: 8px 12px;
    color: #3c3c3b;
    border: 1px solid #3c3c3b;
    background-color: transparent;
}

    .btnSecond:hover {
        opacity: 0.7;
    }


tr:first-of-type &gt; td {
    background-color: #3c3c3b;
    color: #FFFFFF;
    padding: 12px;
    font-weight: 400;
    text-align: left;
}

td {
    background-color: #ffffff;
    color: #3c3c3b;
    padding: 12px;
    border-bottom: 1px solid #3c3c3b;
}

ul {
    list-style-image: url('/CDN/Get/Bullet_listas');
    list-style-size: 21px;
}

h1 {
    color: #279d2e;
    text-align: left;
    width: 100%;
    font-size: 36px;
    font-family: 'encode_sansregular', sans-serif;
    font-weight: 400;
    line-height: 43px;
    margin: 0px;
    margin-top: 12px;
}

h2 {
    font-family: "encode_sansregular", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 27px;
    color: #3c3c3b;
    margin: 0px;
}

h3 {
    font-family: "encode_sansmedium", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #3c3c3b;
    margin: 0px;
}

h4, h5, h6, label {
    font-family: "encode_sanssemibold", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    color: #3c3c3b;
    margin: 0px;
}

a {
    font-family: "encode_sansbold", sans-serif;
    color: #3c3c3b;
    line-height: 21px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
}

p {
    font-family: "encode_sansregular", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #3c3c3b;
    margin: 0px;
}

p &gt; strong, p &gt; b {
    font-family: "encode_sansbold", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    color: #3c3c3b;
}

input, .input {
    background-color: #FFFFFF;
    color: #a9a9a9;
    padding: 8px 12px 8px 12px;
    border: none;
    border-bottom: 1px solid #3c3c3b;
    width: 100%;
    height: 35px;
    border-radius: 0px;
}

.internal_content_area {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    align-self: center;
    max-width: 1152px;
}

.body-container {
    display: flex;
    flex-direction: column;
}

}
/* Media Querys*/
@media (min-width: 1200px) {
    .bp-container-pad-x {
        padding-left: 107px;
        padding-right: 107px;
    }
}

@media (min-width: 992px) {
    .bp-container-pad-y {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .bp-container-pad-x {
        padding-left: 59px;
        padding-right: 59px;
    }

    .bp-container-pad-y {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    h1 {
        font-size: 34px;
        line-height: 41px;
    }

    .internal_content_area {
        flex-wrap: nowrap;
    }
}

@media (max-width:575px) {

    h1 {
        font-size: 26px;
        line-height: 32px;
    }

    h2 {
        font-size: 20px;
        line-height: 25px;
    }

    h3 {
        font-size: 18px;
        line-height: 23px;
    }

    label, h4, h5, h6 {
        font-size: 16px;
        line-height: 21px;
    }

    p {
        font-family: "encode_sansregular", sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        color: #3c3c3b;
    }

    p &gt; strong, p &gt; b {
        font-family: "encode_sansbold", sans-serif;
        font-size: 14px;
        font-weight: 700;
        line-height: 18px;
        color: #3c3c3b;
    }

    a {
        color: #3c3c3b;
        line-height: 18px;
        font-size: 14px;
        font-weight: 700;
        text-decoration: underline;
    }

        .internal_content_area {
        flex-wrap: nowrap;
    }
}

</pre></body></html>