<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Inicio Tracking*/
.row_cursor {
    cursor: pointer;
    cursor: hand;
    color: #337ab7;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: none;
}
.row_cursorRight {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 13px;
    padding: 1px 5px;
}
.row_header {
    text-transform: none;
    color: #777;
}
.table {
    margin-bottom: 2px;
}
.row_labe_accordion {
    width: 100%;
    position: static;
}

/*Inicio Tracking-Detail*/
.track-status {
    width: 100%;
    padding: 0px;
    padding-bottom: 0%;
}
.track-status .content {
    display: inline-block;
}
.track-status .content .title {
    font-weight: bold;
}
.row_table_tr_detail_right {
    font-size: 13px;
    text-transform: uppercase;
    text-align: right;
    margin: 0 0 2px 0;
    vertical-align: middle !important;
}
.row_table_tr_detail_left {
    font-size: 13px;
    text-transform: uppercase;
    text-align: left;
    margin: 0 0 2px 0;
    vertical-align: middle !important;
}
.link_a_master {
    color: #337ab7;
    font-size: 14px;
    cursor: pointer;
    font-weight: bold;
}
.link_a_detail {
    color: #337ab7;
    font-size: 14px;
    cursor: pointer;
    padding: 0 5px;
}
.link_a_detail:hover {
    cursor: pointer;
    text-decoration-line: underline;
    font-weight: bold;
}

.phaseTitle {
    border-radius: 2px;
    width: 120px;
    display: block;
}

.imgPaymentMethod {
    height: 31px;
    width: 47px;
}

/*Fin Tracking-Detail*/

/*Inicio Tracking-SelfHelp*/
.sh-title {
    font-size: 1.3em;
    font-weight: bold;
    color: #337ab7;
    margin-bottom: 0.25em;
}

@media (min-width: 415px) {

    .sh-title {
        font-size: 1.5em;
    }
}

.sh-subtitle {
    font-size: 1.1em;
    font-weight: 600;
    color: #0088cc;
    margin-bottom: 0.125em;
}
.radio-answer + label &gt; img {
    width: 45px;
    height: 45px;
    float: left;
    margin-right: 15px;
    filter: grayscale(80%);
}
.radio-answer:checked + label {
    font-weight: bold;
}
/*.radio-answer:checked + label:after {
    content: url(https://d37wnvrfu42rvz.cloudfront.net/img/iconos/icon-success.png);
    top: 0;
    left: 50px;
    position: absolute;
    background-color: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
}*/
.radio-answer:checked + label &gt; img {
    filter: none;
}
.question-step {
    padding: 2em 0px !important;
    line-height: 0px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.question-step &gt; div {
    height: 0px;
    text-align: center;
    vertical-align: middle;
    align-content: center;
    align-items: center;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    border-left: 2.5px solid transparent;
    border-right: 2.5px solid transparent;
    padding: 0px !important;
    border-radius: 100%;
}
.question-step &gt; div &gt; span {
    font-size: 1.25em;
    font-weight: bold;
    color: white;
    background-color: gray;
    border-radius: 50%;
    padding: 0.5em 0.9em;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
}
.question-step &gt; div.step-in {
    border-top-color: #90bc15;
    border-bottom-color: #90bc15;
}
.question-step &gt; div.step-in &gt; span {
    background-color: #90bc15;
}
.header-question {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.body-question {
    padding-top: 1em;
    padding-bottom: 1em;
}
.form-horizontal .like-table .form-group {
    margin: initial;
}

/** equipos moviles**/
@media (min-width: 0px) and (max-width: 414px) {

    .question-step &gt; div &gt; span {
        padding: 0.3em 0.7em;
    }
    .header-question {
        margin-top: 1em;
    }
    .question-step {
        padding: 1em 0px !important;
    }
}
/*Fin Tracking-SelfHelp*/

/*Fin Tracking-Consolidate*/
.btnConsolidateContainer {
    position: fixed;
    width: 100%;
    bottom: 1rem;
    text-align: center;
    z-index: 1030;
}

.btnConsolidate:hover {
    background-color: #75f38d;
    cursor: pointer;
}

.btnConsolidate {
    align-items: center;
    background-color: #28A745;
    border-radius: 50%;
    border-style: none;
    box-shadow: 0 0 0 3px #75f38d !important;
    color: #fff;
    font-size: 1rem;
    min-height: 5rem;
    min-width: 5rem;
    z-index: 1031;
}

@media (max-width: 575px) {
    .btnConsolidateContainer {
        top: calc(100% - 9rem);
    }

    .btnConsolidate {
        min-height: 3.5rem;
        min-width: 3.5rem;
    }

    .btnConsolidate i {
        font-size: 1.5rem;
    }
}

.skbx-progress .card-header {
    background-color: rgb(0 0 0 / 0%) !important;
}
/*Fin Tracking-Consolidate*/
/*Fin Tracking*/

/*Inicio PersonalInfo*/
.switch {
    font-size: 1rem;
    position: relative;
}
.switch input {
    position: absolute;
    height: 1px;
    width: 1px;
    background: none;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    overflow: hidden;
    padding: 0;
}
.switch input + label {
    position: relative;
    min-width: calc(calc(2.375rem * 0.8) * 2);
    border-radius: calc(2.375rem * 0.8);
    height: calc(2.375rem * 0.8);
    line-height: calc(2.375rem * 0.8);
    display: inline-block;
    cursor: pointer;
    outline: none;
    user-select: none;
    vertical-align: middle;
    text-indent: calc(calc(calc(2.375rem * 0.8) * 2) + 0.5rem);
}
.switch input + label::before,
.switch input + label::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(calc(2.375rem * 0.8) * 2);
    bottom: 0;
    display: block;
}
.switch input + label::before {
    right: 0;
    background-color: #dee2e6;
    border-radius: calc(2.375rem * 0.8);
    transition: 0.2s all;
}
.switch input + label::after {
    top: 2px;
    left: 2px;
    width: calc(calc(2.375rem * 0.8) - calc(2px * 2));
    height: calc(calc(2.375rem * 0.8) - calc(2px * 2));
    border-radius: 50%;
    background-color: white;
    transition: 0.2s all;
}
.switch input:checked + label::before {
    background-color: #08d;
}
.switch input:checked + label::after {
    margin-left: calc(2.375rem * 0.8);
}
.switch input:focus + label::before {
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(0, 136, 221, 0.25);
}
.switch input:disabled + label {
    color: #868e96;
    cursor: not-allowed;
}
.switch input:disabled + label::before {
    background-color: #e9ecef;
}
.switch.switch-sm {
    font-size: 0.875rem;
}
.switch.switch-sm input + label {
    min-width: calc(calc(1.9375rem * 0.8) * 2);
    height: calc(1.9375rem * 0.8);
    line-height: calc(1.9375rem * 0.8);
    text-indent: calc(calc(calc(1.9375rem * 0.8) * 2) + 0.5rem);
}
.switch.switch-sm input + label::before {
    width: calc(calc(1.9375rem * 0.8) * 2);
}
.switch.switch-sm input + label::after {
    width: calc(calc(1.9375rem * 0.8) - calc(2px * 2));
    height: calc(calc(1.9375rem * 0.8) - calc(2px * 2));
}
.switch.switch-sm input:checked + label::after {
    margin-left: calc(1.9375rem * 0.8);
}
.switch + .switch {
    margin-left: 1rem;
}
/*Fin PersonalInfo*/</pre></body></html>