/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
    color: #777;
}

    a:hover {
        text-decoration: underline;
        color: #ee3b25;
    }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

button {
    background-color: transparent;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

    /**
 * Remove the inner border and padding in Firefox.
 */

    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    /**
 * Restore the focus styles unset by the previous rule.
 */

    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

    /**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

/*GENERAL CLASSES MINES*/


p {
    line-height: 1.4;
    font-size: 14px;
}

h1 {
    font-size: 34px;
}

h4 {
}

button {
    cursor: pointer;
}
/*----------------------------------*/
/*----------------------------------*/
/*----------------------------------*/
/*----------------------------------*/
/*----------------------------------*/
/*----------------------------------*/
/*----------------------------------*/

/*TERMINA NORMALIZE*/

/*ESTILOS EMPIEZAN*/
/*---------*/
/*FONTS*/


@font-face {
    font-family: "Univers";
    src: url("../fonts/w01/UniversNextforHSBCW01-Bd.eot") format("embedded-opentype"), url("../fonts/w01/UniversNextforHSBCW01-Bd.woff") format("woff"), url("../fonts/w01/UniversNextforHSBCW01-Bd.ttf") format("truetype"), url("../fonts/w01/UniversNextforHSBCW01-Bd.svg") format("svg");
}

@font-face {
    font-family: "Univers";
    src: url("../fonts/w01/UniversNextforHSBCW01-Rg.eot") format("embedded-opentype"), url("../fonts/w01/UniversNextforHSBCW01-Rg.woff") format("woff"), url("../fonts/w01/UniversNextforHSBCW01-Rg.ttf") format("truetype"), url("../fonts/w01/UniversNextforHSBCW01-Rg.svg") format("svg");
}


/*Mis estilos*/
body {
    font-family: "Univers", Arial, "Helvetica Neue", Helvetica, sans-serif;
    background-color: #fff;
    color: #000;
    font-weight: normal;
}

.prim-color {
    color: #f13916;
}

.sec-color {
    color: #0ca722;
}

.ter-color {
    color: #000;
}

.manita {
    cursor: pointer !important;
}

.disnone {
    display: none;
}

.m-a {
    margin: auto;
}

.bl-color {
    color: #333 !important;
}

.text-upper {
    text-transform: uppercase;
}

.w-100 {
    width: 100%;
}

.hr-main {
    margin: 40px 0;
    border-top: 1px solid #000;
}

.form-group .error-label {
    color: #f13916;
}

.body-hsbc {
    background-image: url(../assets/img/hexagon-back.png);
    background-size: 250px;
    background-repeat: repeat;
    background-position: center;
}
/*First Content*/
.btn-hsbc-primary {
    background-color: #ee3b25;
    min-width: 180px;
    max-width: 230px;
    font-size: 12px;
    height: 39px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    color: #fff;
    border-radius: 0;
    width: 100%;
    border: 1px solid #ee3b25;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
}

    .btn-hsbc-primary:hover, .btn-hsbc-primary:focus {
        color: #fff;
        background-color: #ef6d5e;
        border: 1px solid #ef6d5e;
    }

    .btn-hsbc-primary:disabled {
        background-color: #e2a195;
        border: 1px solid #e2a195;
    }

/*Header*/
.logo-header {
    max-width: 160px;
    width: 100%;
    display: block;
    margin: 15px auto;
}


.avatar-item {
    margin-left: 20px;
    margin-right: 20px;
}

input.check-avatar[type="radio"][id^="myCheckbox"] {
    display: none;
}

input.check-avatar[type="checkbox"][id^="myCheckbox"] {
    display: none;
}

label.check-avatar-l {
    border: 3px solid transparent;
    padding: 10px 0;
    display: block;
    position: relative;
    margin: 10px 0px;
    cursor: pointer;
}

label.check-avatar-inactivo {
    border: 3px solid transparent;
    padding: 10px 0;
    display: block;
    position: relative;
    margin: 10px 0px;
    cursor: pointer;
}

    label.check-avatar-l.check-avatar-l-folio {
        border: 3px solid #999;
        padding: 10px 0;
        position: relative;
        margin: 10px 0px;
        cursor: pointer;
        padding: 15px 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        min-height: 150px;
        transition: all .3s;
    }

        label.check-avatar-l.check-avatar-l-folio:hover {
            background-color: rgba(204, 204, 204, 0.5)
        }

        label.check-avatar-l.check-avatar-l-folio span {
            font-size: 20px;
            color: #f13916;
        }

    label.check-avatar-l:before {
        background-color: white;
        color: white;
        content: " ";
        display: block;
        border-radius: 50%;
        border: 1px solid #f13916;
        position: absolute;
        top: 10%;
        right: -6%;
        width: 1.6em;
        height: 1.6em;
        text-align: center;
        line-height: 28px;
        -webkit-transition-duration: 0.4s;
        -o-transition-duration: 0.4s;
        transition-duration: 0.4s;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

/*label.check-avatar-inactivo:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.6);
}*/



    label.check-avatar-l img {
        width: 100px;
        -webkit-transition-duration: 0.2s;
        -o-transition-duration: 0.2s;
        transition-duration: 0.2s;
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

label.check-avatar-inactivo img {
    width: 100px;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

:checked + label.check-avatar-l {
   /* border-color: #999;*/
}

    :checked + label.check-avatar-l:before {
        content: "✓";
        background-color: green;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        z-index: 2;
    }

    :checked + label.check-avatar-l img {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
        /* box-shadow: 0 0 5px #333; */
        z-index: -1;
    }
    :checked + label.check-avatar-inactivo img {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
        /* box-shadow: 0 0 5px #333; */
        z-index: -1;
    }

.terminos-legales {
    max-width: 350px;
    margin: auto;
    text-align: center;
}

    .terminos-legales span:hover {
        cursor: pointer;
        text-decoration: underline;
    }

.check-terminos {
    max-width: 350px;
    margin: auto;
    text-align: center;
}

    .check-terminos label {
        cursor: pointer;
    }

        .check-terminos label span:hover {
            text-decoration: underline;
            cursor: pointer;
        }


.img-ayuda img {
    width: 100%;
    max-width: 140px;
}

.captcha {
    text-align: center;
    padding: 15px 0 0;
}

    .captcha img {
        width: 100%;
        max-width: 250px;
    }

.modal {
    overflow: auto;
}

@media only screen and (max-width: 575px) {
    .img-ayuda img {
        display: block;
        margin: auto;
        margin-bottom: 25px;
    }
}




/*REGISTRO*/
.form-control.input-registro {
    background: rgba(255, 255, 255, 0.77);
    border: 1px solid #333;
    color: #333;
    border-color: #dee2e6;
}

    .form-control.input-registro.error {
        background: rgba(255, 255, 255, 0.77);
        border: 2px solid #ff0000;
        color: #333;
    }

    .form-control.input-registro.success {
        background: rgba(255, 255, 255, 0.77);
        border: 2px solid #0bb90b;
        color: #333;
    }

.form-control.error {
    background: rgba(255, 255, 255, 0.77);
    border: 2px solid #ff0000;
    color: #d4d4d4;
}

.form-control.success {
    background: rgba(255, 255, 255, 0.77);
    border: 2px solid #0bb90b;
    color: #d4d4d4;
}

.label-input-registro {
    margin-top: 15px;
    margin-bottom: 0px;
}

    .label-input-registro.terminos {
        margin-top: 0px;
    }

    .label-input-registro.check-reg {
        width: calc(100% - 25px);
        margin-left: 20px;
        line-height: 1;
        /*  float: right;*/
        display: inline;
        cursor: pointer;
    }

.form-control.input-registro::-webkit-input-placeholder {
    color: #999;
}

.form-control.input-registro:-ms-input-placeholder {
    color: #999;
}

.form-control.input-registro::-ms-input-placeholder {
    color: #999;
}

.form-control.input-registro::placeholder {
    color: #999;
}

.container-registro {
    min-height: 80vh;
}

.registro-images {
    padding-top: 80px;
    margin-top: 5vh;
    margin-bottom: 5vh;
}

    .registro-images .registro-logo {
        width: 80%;
        max-width: 370px;
        display: block;
        margin: auto;
    }

    .registro-images .registro-img {
        width: 100%;
        display: block;
        margin: auto;
    }

#down-reg {
    display: none;
}

.registro-box {
    padding: 25px 10px 10px;
    margin-bottom: 5vh;
    border: 1px solid black;
}

    .registro-box .registro-pass-list--new {
        margin-top: 0;
        margin-bottom: 20px;
        font-size: 12px;
    }

.button-new-pass {
    margin: 20px auto 0;
}

.registro-box .registro-pass-list {
    margin-top: 15px;
    padding-left: 15px;
}

.registro-box .hr-registro {
    border-top: 1px solid #444;
}

.registro-complete-box {
    margin-top: 20vh;
}

    .registro-complete-box button {
        margin-top: 30px;
    }

.check-box-registro {
    cursor: pointer;
    display: inline-block;
}

    .check-box-registro .form-check-input {
        margin-left: 0px;
    }

.registro-boton {
    text-align: center;
    margin: 40px 0 20px 0;
}

.box-input-form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.box-table {
    max-width: 600px;
    margin: 20px auto;
}

    .box-table table tr td {
        border: 1px solid #bababa;
    }

.logo-central {
    max-width: 600px;
    display: block;
    margin: auto;
    width: 100%;
}


/*Parte 2*/
.box-tyc {
    overflow: auto;
    max-height: 650px;
    border: 1px solid grey;
    padding: 20px 15px 0;
    margin-bottom: 40px;
}

.table-folio {
    max-width: 550px;
    width: 100%;
    margin: auto;
}

    .table-folio .table tbody tr td:last-child {
        color: #f13916;
    }


/*ULTIMO TDC FLUJO*/
.img-tdc-new {
    max-width: 100px;
    width: 100%;
    display: block;
    margin: auto;
}

.table.tabla-tdc tbody tr td {
    vertical-align: middle;
}

.tdc-min {
    font-size: 12px;
    margin-top: 20px;
}

#simulador-box, #simulador-box2 {
    display: none;
}

.tdc-list {
    font-size: 14px;
    min-height: 255px;
}

.simulador-list {
    font-size: 18px;
}

#new-tdc {
    display: none;
}

.plazos-img-box {
    position: relative;
}

.badge-plazos {
    position: absolute;
    color: #fff;
    background-color: green;
    font-size: 11px;
    text-align: center;
    padding: 2px 7px;
    top: 30px;
    left: calc(50% - 150px);
}

.link-tdc {
    color: #000;
    text-decoration: underline;
    font-weight: bold;
}

@media only screen and (max-width: 575px) {
    .btn-hsbc-primary {
        background-color: #ee3b25;
        min-width: 180px;
        max-width: 100%;
        margin-bottom: 7px;
        font-size: 12px;
        height: 39px;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
        color: #fff;
        border-radius: 0;
        width: 100%;
        border: 1px solid #ee3b25;
        font-size: 16px;
        font-weight: bold;
        line-height: 1;
    }
}

@media only screen and (max-width: 767px) {

    .tdc-list {
        font-size: 14px;
        min-height: inherit;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .tdc-list {
        font-size: 14px;
        min-height: 340px;
    }
}



/* Base for label styling */
input.tdc-input[type="checkbox"]:not(:checked),
input.tdc-input[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

    input.tdc-input[type="checkbox"]:not(:checked) + label,
    input.tdc-input[type="checkbox"]:checked + label {
        position: relative;
        padding-left: 1.95em;
        cursor: pointer;
    }

        /* checkbox aspect */
        input.tdc-input[type="checkbox"]:not(:checked) + label:before,
        input.tdc-input[type="checkbox"]:checked + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 2em;
            height: 2em;
            border: 2px solid #999;
            background: #fff;
            border-radius: 4px;
            box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
        }
        /* checked mark aspect */
        input.tdc-input[type="checkbox"]:not(:checked) + label:after,
        input.tdc-input[type="checkbox"]:checked + label:after {
            content: '\2713\0020';
            position: absolute;
            top: .15em;
            left: .22em;
            font-size: 1.8em;
            line-height: 0.8;
            color: #09ad7e;
            transition: all .2s;
            font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
        }
        /* checked mark aspect changes */
        input.tdc-input[type="checkbox"]:not(:checked) + label:after {
            opacity: 0;
            transform: scale(0);
        }

        input.tdc-input[type="checkbox"]:checked + label:after {
            opacity: 1;
            transform: scale(1);
        }
/* disabled checkbox */
input.tdc-input[type="checkbox"]:disabled:not(:checked) + label:before,
input.tdc-input[type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

input.tdc-input[type="checkbox"]:disabled:checked + label:after {
    color: #999;
}

input.tdc-input[type="checkbox"]:disabled + label {
    color: #aaa;
}
/* accessibility */
input.tdc-input[type="checkbox"]:checked:focus + label:before,
input.tdc-input[type="checkbox"]:not(:checked):focus + label:before {
    border: 2px solid #dadada;
}

/* hover style just for information */
label.label-tdc:hover:before {
    border: 2px solid rgba(241, 57, 22, 0.5) !important;
}

.fontTerminos {
    font-size: 12px;
    text-decoration: underline;
    line-height: 1em;
    cursor: pointer;
}


.badge-plazos-red {
    position: absolute;
    color: #fff;
    background-color: #ee3b25;
    font-size: 11px;
    text-align: center;
    padding: 2px 7px;
    top: 0px;
    left: calc(50% - 150px);
    -webkit-clip-path: polygon(0 0, 100% 0, 89% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 89% 100%, 0% 100%);
}


.btn-hsbc-primary-g {
    background-color: #ee3b25;
    font-size: 12px;
    /*height: 39px;*/
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    color: #fff;
    border-radius: 5px;
    /* width: 100%; */
    border: 1px solid #ee3b25;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}


/*TRAMITES*/
.btn-hsbc-primary.btn-hsbc-primary--100 {
    max-width: 100%;
    min-width: 50px;
    min-height: 40px;
    height: auto;
    font-weight: normal;
}

.img-tram {
    width: 100%;
    max-width: 150px;
    display: block;
    margin: 15px auto;
}

.table.tabla-estado {
    width: 100%;
    max-width: 450px;
    margin: 15px auto 25px;
}

#resultados {
    display: none;
}

.hsbc-txt-icons-1 {
    background-color: #db0011;
    padding: 20px;
    color: #ffffff;
    height: 80px;
    cursor: pointer;
    transition: 0.5s;
}

.hsbc-item-2 {
    position: relative;
    transition: transform 0.3s ease;
    cursor: pointer;
}

    .hsbc-item-2:hover {
        transform: scale(1.15);
    }

    .hsbc-item-2.checked .check-icon {
        opacity: 1;
        transform: scale(1);
    }
.jf-center {
    justify-content: center;
}
.hsbc-btn {
    background-color: #db0011 !important;
    border: 0px;
}

    .hsbc-btn:hover {
        background-color: #8f030e !important;
        border: 0px;
    }

    .hsbc-btn:active {
        background-color: #8f030e;
    }

.hsbc-txt-icons-2 {
    font-weight: bold;
    font-size: 14px;
}
.container {
    max-width: 960px;
}
.mg-b-auto {
    margin-bottom: 30px;
}
.label-input-registro {
    font-size: 13px;
}
.modal-border-1 {
    border-bottom: 0px;
}

.hsbc-color {
    color: #db0011;
}

.no-dec {
    text-decoration: none;
}

/* Establece el color de fondo del backdrop como transparente */
.modal-backdrop {
    background-color: transparent !important;
    opacity: 0 !important;
}

.modal-footer{
    border-top:unset;
}