/*#region Imports */

@import url('colores.min.css');

/*#endregion */

/*#region Fuentes*/
@font-face {
    font-family: 'gotham';
    src: url('../../fonts/Gotham-Book.otf') format('opentype');
}
@font-face {
    font-family: 'gotham-bold';
    src: url('../../fonts/Gotham-Bold.otf') format('opentype');
}
@font-face {
    font-family: 'gotham-black';
    src: url('../../fonts/Gotham-Black.otf') format('opentype');
}
@font-face {
    font-family: 'GothamMedium';
    src: url('../../fonts/Gotham-Medium.otf') format('opentype');
}

@font-face {
    font-family: 'GothamLight';
    src: url('../../fonts/Gotham-Light.otf') format('opentype');
}
/*#endregion*/

/*-------------------------------------------------------Clases, pseudo clases y controles--------------------------------------------------------------*/

/*#region Animación de input,select,textarea*/
textarea {
    resize: none;
}

/*#region Estilo inicial del input*/
div.input-block input, div.input-block select, div.input-block textarea {
    color: var(--negro-2);
    padding: 12px;
    border-radius: 5px;
    border: 2px solid var(--azul-3);
    outline: none;
    width: 100%;
}

div.input-block input:disabled, div.input-block select:disabled, div.input-block textarea:disabled {
    color: var(--grisdisabled) !important;
    background-color: #FFFFFF;
}

input[type=date] {
    font-size: 15px !important;
    line-height: 18px;
    text-align: left !important;
    font-family: 'GothamLight';
}

input::-webkit-date-and-time-value {
     text-align: left !important;
}

div.input-block input.hardFocus + span.placeholder {
    transform: scale(1) translateY(-20px);
    background: var(--blanco);
    border-color: var(--azul);
    color: var(--azul);
    /* font-style: normal; */
    /* font-weight: bold; */
    font-family: gotham-black;
    font-size: 12px;
    line-height: 11px;
}
/*#endregion*/
/*#region Estilo inicial del placeholder*/
div.input-block span.placeholder, div.input-block span.placeholder, div.input-block span.placeholder {
    position: absolute;
    margin: 12px;
    padding: 2px 4px;
    font-family: gotham;
    color: var(--grisrata);
    display: flex;
    align-items: center;
    font-size: 12px;
    top: 0px;
    left: 12px;
    transition: all 0.2s;
    transform-origin: 0% 0%;
    background: none;
    pointer-events: none;
    font-weight: lighter;
}
/*#endregion*/

/*#region Estilo del placeholder al subir*/
div.input-block input:valid + span.placeholder, div.input-block input:valid + label + span.placeholder, div.input-block input:focus + span.placeholder, div.input-block input:focus + label + span.placeholder, div.input-block select:valid + span.placeholder, div.input-block select:valid + label + span.placeholder, div.input-block select:focus + span.placeholder, div.input-block select:focus + label + span.placeholder, div.input-block textarea:valid + span.placeholder, div.input-block textarea:valid + label + span.placeholder, div.input-block textarea:focus + span.placeholder, div.input-block textarea:focus + label + span.placeholder {
    transform: scale(1) translateY(-20px);
    background: var(--blanco);
    border-color: var(--azul);
    color: var(--azul);
    /*font-style: normal;*/
    /*font-weight: bold;*/
    font-family: gotham-black;
    font-size: 12px;
    line-height: 11px;
}
/*#endregion*/

/*#region Estilo de foco del input*/
div.input-block input:focus, div.input-block select:focus, div.input-block textarea:focus {
    color: var(--negro-2);
    border-color: var(--azul);
}
/*#endregion*/
/*#region Search Icon en input*/
.input-search-icon {
    position: absolute;
    left: 34px;
    top: 14px;
    width: 16px;
    height: 16px;
    pointer-events: none;
}

div.input-block input:valid + label + span.placeholder.SIIplaceholder,
div.input-block input:valid + span.placeholder.SIIplaceholder {
    transform: scale(1) translateY(-20px) translateX(-2.3rem) !important;
}
/*#endregion*/
/*#region Estilo de datos válidos del input*/
div.input-block input:valid, div.input-block select:valid, div.input-block textarea:valid {
    color: var(--negro-2);
    border-color: var(--azul);
}
/*#endregion*/

/*#region Estilo de datos inválidos del input*/
div.input-block input:invalid, div.input-block select:invalid, div.input-block textarea:invalid {
    border-color: var(--azul-3);
}
/*#endregion*/

/*#region Estilo de foco del input y placeholder*/
div.input-block input:focus + span.placeholder, div.input-block input:focus + label + span.placeholder, div.input-block select:focus + span.placeholder, div.input-block select:focus + label + span.placeholder, div.input-block textarea:focus + span.placeholder, div.input-block textarea:focus + label + span.placeholder {
    color: var(--azul);
    border-color: var(--azul);
}
/*#endregion*/

/*#endregion Animación de input,select,textarea*/

/*#region Fix input date Safari*/
input[type="date"] {
    -webkit-appearance: none !important;
    -moz-appearance: textfield;
    min-height: 4em !important;
    background: url('../../img/calender.svg') no-repeat right var(--blanco);
    background-position-x: right;
    background-position-y: center;
    background-origin: content-box;
}

input[type="date" i]::-webkit-calendar-picker-indicator {
    background: transparent !important;
}
/*#region otp input*/
input.otp-input {
    border: none !important;
    border-bottom: 1px solid var(--grisrata) !important;
    padding: 12px 0px !important;
    border-radius: 0px !important;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

input.otp-input.otp-input-error {
    border-bottom: 1px solid var(--rojo) !important;
}

.btn-cev-content-si {
    width: 120px !important;
    align-content: center;
    margin-left: -135px;
    display: inline-grid;
}

.btn-cev-content-no {
    max-width: 120px !important;
    margin-left: 40px;
}

.content-cev {
    width: 325px;
}

@media screen and (min-width: 1px) and (max-width: 500px) {
    input.otp-input {
        padding: 12px 0px !important;
    }

    .btn-cev-content-si {
        width: 120px !important;
        align-content: center;
        margin-left: -72px;
        display: inline-grid;
    }
}
/*#endregion*/

/*#region group buttons*/
.btn-group.btn-group-toggle.btn-group-work-state {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
}

.btn-group.btn-group-toggle.btn-group-work-state .btn {
    font-size: 14px;
    line-height: 15px;
    font-family: 'gotham' !important;
    color: var(--azul);
    background-color: var(--azul-state);
    padding: .575rem .75rem;
    border-radius: 8px !important;
    height: auto !important;
    min-width: initial;
    max-width: initial;
    width: auto;
    margin-top: 0.5em;
    flex: none;
}

.btn-group.btn-group-toggle.btn-group-work-state .btn-info:not(:disabled):not(.disabled).active, .btn-group.btn-group-toggle.btn-group-work-state .btn-info:not(:disabled):not(.disabled):active {
    font-size: 14px;
    line-height: 15px;
    font-family: 'gotham' !important;
    color: var(--blanco) !important;
    background-color: var(--azul-activo) !important;
    border-color: var(--azul-activo) !important;
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child) {
    margin-right: 10px !important;
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child) {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
/*#endregion*/
/*#region body*/
body {
    font-family: gotham;
}
/*#endregion*/

/*#region btn*/
@media screen and (min-width: 611px) and (max-width: 4000px) {
    .btn {
        max-width: 250px;
        width: 100%;
        font-family: 'gotham-Medium';
        font-weight: bold;
        color: var(--azul);
    }

    .btn-binary {
        min-width: 200px !important;
    }

    .btn-binary-lg {
        min-width: 250px !important;
    }

    .btn-margen {
        margin-top: 130px;
        position: relative;
    }
}

.btn-lg{
  border-radius:10px !important;
  background-color:var(--blanco);
  max-width:318px;
}

.btn-outline-primary {
    border-radius: 5px !important;
    border-width: 1px;
    border-color: var(--azul) !important;
}

.btn-outline-primary-disable {
    border-radius: 5px !important;
    border-width: 1px;
    border-color: var(--azul-2) !important;
    color: var(--azul-2) !important;
}

.btn.btn-outline-primary-disable, .btn.btn-outline-primary-disable:hover, .btn.btn-outline-primary-disable:focus, .btn.btn-outline-primary-disable:active {
    background-color: white !important;
}
/*#endregion*/
/*#region Círculo*/
.circulo-activo {
    position: relative;
    border-radius: 50%;
    display: inline-block;
    width: 39px;
    height: 39px;
    padding: 8px 0px 15px 0px;
    background: var(--amarillo);
    border: 3px solid var(--amarillo);
    color: var(--azul);
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
}

.circulo-inactivo {
    position: relative;
    border-radius: 50%;
    display: inline-block;
    width: 39px;
    height: 39px;
    padding: 8px 0px 15px 0px;
    background: var(--azul-2);
    border: 3px solid var(--azul-2);
    color: var(--azul);
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
}

.circulo-foot {
    padding-top: 9px;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 13px;
    text-align: center;
    /*max-width: 111.63px;*/
    min-width:82px;
    align-self:center;
}

.circulo-main {
    text-align: center;
    font: 14px;
    padding-left:0px;
    padding-right:0px;
    margin-left:0px;
    margin-right:0px;
    max-width:365px;
}

.circulo-check {
    position: relative;
    border-radius: 50%;
    display: inline-block;
    width: 18px;
    height: 18px;
    padding: 0px 0px 0px 0px;
    background: var(--azul);
    border: 3px solid var(--azul);
    color: var(--blanco);
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
}
/*#endregion*/

/*#region container*/
.container {
    max-width: 100%;
}
/*#endregion*/

/*#region contenido */

.contenido{
    max-width:466px;
}

/*.contenido.content_Desktop {
    max-width: 430px !important;
}*/

div.contenido.contenidoDui.content_Desktop {
    max-width: 530px !important;
    width: 60%;
}

.contenido-fatca {
    max-width: 600px;
    margin-left: 181px !important;
}

.ml-facta {
    margin-left: -3rem !important;
}

.mt-content-fatca {
    margin-top: -2rem !important;
}

/*#endregion */
.ptxti {
    color: var(--azul);
    float: right !important;
    font-size: 20px !important; /*15px !important;*/
    left: auto !important;
    background: transparent !important;
    /*position: absolute;
    cursor: pointer !important;*/
    top: 13px !important;
    right: 30px;
}
.ptxti_span {
    cursor: pointer;
    /*border: 1px solid black;*/
    position: absolute;
    float: right;
    left: auto !important;
    top: 0px;
    right: 15px;
    padding: 12px;
    z-index: 5;
}

.money_span {
    position: absolute;
    left: 10px;
    top: 2px;
    padding: 12px 12px 12px 18px;
    z-index: 5;
    display: none;
}

.money_span_ingresos {
    position: absolute;
    left: 10px;
    top: 2px;
    padding: 12px 12px 12px 18px;
    z-index: 5;
}

.money_input {
    padding-left: 20px !important;
}

.aviso_doc_span {
    width: 250px;
    word-wrap: break-word !important;
    display: inline-flex;
    text-align: left;
}

.placeholder-static {
    font-family: 'gotham';
    color: var(--azul);
    font-size: 14px;
    font-weight: bold
}

.container-movimientos {
    display: inline-block;
    width: calc(100% - 80px);
}

    .container-movimientos > input {
        background-color: #E7EFF5;
        text-align: center;
        font-weight: 800;
        font-size: 20px;
        border: 0px !important;
        padding: 5px !important;
        /*width: 200px !important;*/
    }

    .container-movimientos > img {
        width: 38px;
        position: absolute;
        cursor: pointer;
    }

        .container-movimientos > img:first-child {
            float: left;
            margin-left: -43px;
        }

        .container-movimientos > img:last-child {
            float: right;
            margin-left: 5px;
        }

.dInfoBDigital {
    font-family: 'gotham';
    font-size: 16px;
    color: var(--azul);
    font-weight: bold;
}

.imgInfoBDigital {
    vertical-align: text-bottom;
    height: 18px;
}

.imgInfoBDigitalAlign {
    margin-left: -16px;
}

.estiloLetrasInfo {
    font-family: 'gotham';
    font-size: 14px !important;
}

.centrar-contenido {
    justify-content: center;
    display: flex;
    margin-bottom: -25px;
}

.textoInfoBDigital {
    font-family: 'gotham';
    color: #01426A;
    font-size: 13px;
}

.textoInfoBDigital-w {
    font-family: gotham-Medium;
    color: #01426A;
    font-size: 13px;
    font-weight: bold;
}

/*#region Control range */


/*#region principal */
.custom-control-range {
    -webkit-appearance: none;
    text-align: left;
    color: var(--blanco);
}

    .custom-control-range label {
        padding-left: 2%;
        font-family: gotham;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 16px;
        color: var(--negro);
    }

    .custom-control-range-inicio {
        position: relative;
        left: 5%;
        /* Cuerpo de texto */
        font-family: gotham;
        font-style: normal;
        font-weight: 300;
        font-size: 15px;
        line-height: 120%;
        /* or 18px */
        color: var(--negro);
    }

    .custom-control-range-fin {
        position: relative;
        left: 80%;
        /* Cuerpo de texto */
        font-family: gotham;
        font-style: normal;
        font-weight: 300;
        font-size: 15px;
        line-height: 120%;
        /* or 18px */
        color: var(--negro);
    }
/*#endregion */

/*#region Thumb */

.custom-range-bc::-webkit-slider-thumb {
    background-color: var(--blanco);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.19);
    border: 1px solid #C4C4C4;
    /*border-radius: 100px;*/
    height: 25px;
    width: 25px;
    border-radius: 50%;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
}
.custom-range-bc::-webkit-slider-thumb {
    background-color: var(--blanco);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.19);
    border: 1px solid #C4C4C4;
    /*border-radius: 100px;*/
    height: 25px;
    width: 25px;
    border-radius: 50%;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
}
.custom-range-bc::-moz-range-thumb {
    background: var(--blanco);
    border: 1px solid var(--azul-3);
    box-sizing: border-box;
    box-shadow: 0px 2px 5px var(--negro);
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 1rem;
    cursor: pointer;
}
.custom-range-bc::-ms-thumb {
    background: var(--blanco);
    border: 1px solid var(--azul-3);
    box-sizing: border-box;
    box-shadow: 0px 2px 5px var(--negro);
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 1rem;
    cursor: pointer;
}

/*#endregion */

/*#region Track vacío */

.dropdown-menu.flags.show {
    top: 100% !important;
    left: 0 !important;
    transform: none !important;
    max-height: 115px;
    overflow-y: scroll;
}


input[type=range]::-webkit-slider-runnable-track {
    background-color: transparent;
    height: 20px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background-color: transparent;
    height: 20px;
}

.custom-range-bc {
    background-image: linear-gradient(to right, var(--amarillo) 0%, var(--amarillo) 100%, #fff 50%, #fff 100%);
    background-image: -o-linear-gradient(to right, var(--amarillo) 0%, var(--amarillo) 100%, #fff 50%, #fff 100%);
    background-image: -moz-linear-gradient(to right, var(--amarillo) 0%, var(--amarillo) 100%, #fff 50%, #fff 100%);
    background-image: -webkit-linear-gradient(to right, var(--amarillo) 0%, var(--amarillo) 100%, #fff 50%, #fff 100%);
    background: var(--amarillo);
    /*border: solid 1px #00b300;*/
    border-radius: 8px;
    height: 8px;
    width: 100%;
    outline: none;
    transition: background 450ms ease-in;
    -webkit-appearance: none;
}

    .custom-range-bc::-moz-range-track {
        background-image: linear-gradient(to right, var(--amarillo) 0%, var(--amarillo) 100%, #fff 50%, #fff 100%);
        background-image: -o-linear-gradient(to right, var(--amarillo) 0%, var(--amarillo) 100%, #fff 50%, #fff 100%);
        background-image: -moz-linear-gradient(to right, var(--amarillo) 0%, var(--amarillo) 100%, #fff 50%, #fff 100%);
        background-image: -webkit-linear-gradient(to right, var(--amarillo) 0%, var(--amarillo) 100%, #fff 50%, #fff 100%);
        background: var(--amarillo);
        /*border: solid 1px #00b300;*/
        border-radius: 8px;
        height: 8px;
        width: 100%;
        outline: none;
        transition: background 450ms ease-in;
        -webkit-appearance: none;
    }

/*#region Control select */

select {
    background: url('../../img/arrow-d.png') no-repeat right var(--blanco);
    -webkit-appearance: none;
    background-position-x: right;
    background-position-y: center;
    background-origin: content-box;
}

select option:active, option:focus, option::selection,option:hover{
    background-color:var(--azul-3);
}

/*#endregion */

/*#region dui*/
.dui-frontal {
    min-width: 249px;
    min-height: 141px;
    max-width: 319px;
    max-height: 181px;
    background: var(--blanco-2);
    border: 1px solid var(--azul-2);
    box-sizing: border-box;
    border-radius: 5px;
    position:center;
}

.nit-frontal {
    min-width: 249px;
    min-height: 141px;
    max-width: 250px;
    max-height: 181px;
    background: var(--blanco-2);
    border: 1px solid var(--azul-2);
    box-sizing: border-box;
    border-radius: 5px;
    /*position: center;*/
    margin-left: 14px;
}

.dui-header {
    font-family: gotham;
    font-size: 15px;
    font-weight:300;
    font-style:normal;
    color: var(--azul-4);
    margin-top: 17px;
    text-align: center;
    line-height: 120%;
}

.dui-header-uploaded {
    font-family: gotham;
    font-size: 15px;
    font-weight: 800;
    font-style: normal;
    color: var(--azul-4);
    margin-top: 17px;
    text-align: center;
    line-height: 120%;
}

.dui-imagen {
    margin-top: 14px;
    width: 73.11px;
    height: 44px;
}

.dui-footer-d {
    font-family: gotham;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 14px;
    color: var(--azul-4);
    margin-top: 17px;
    text-align: center;
}

.dui-footer-m {
    display: none;
}

.dui-preview {
    width: 235px;
    height: 135px;
    z-index: 9;
    position: sticky;
    border-radius: 8px;
}

.dui-atras {
    min-width: 249px;
    min-height: 141px;
    max-width: 319px;
    max-height: 181px;
    background: var(--blanco-2);
    border: 1px solid var(--azul-2);
    box-sizing: border-box;
    border-radius: 5px;
    position:center;
}
.dui-frontal-error {
    min-width: 249px;
    min-height: 141px;
    max-width: 319px;
    max-height: 181px;
    background: var(--blanco-2);
    border: 1px solid var(--rojo);
    box-sizing: border-box;
    border-radius: 5px;
    position: center;
}

.dui-imagen-error {
    margin-top: 14px;
    width: 208px;
    height: 39px;
    text-align:justify;
}
/*#endregion*/

/*#region foto*/
.foto {
    position: relative;
    min-width: 249px;
    min-height: 141px;
    max-width: 319px;
 /*   max-height: 181px;*/
}
/*#endregion*/

/*#region main-header*/
.main-header {
    /*background-color: var(--azul);*/
    max-width: 954px;
    margin-left: 0px;
    padding-left: 0px;
    padding-right:0px;
    text-align:left;
    border:0px;
}
/*#endregion*/

/*#region required */

:required {
}

/*#endregion */

/*#region tab-content */

.tab-content {
    margin-bottom: 0px;
    padding-bottom: 23px;
}

/*#endregion */

/*#region Tarjeta*/
.tarjeta {
    background-color: var(--blanco);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.13);
    border-radius: 30px;
    max-width: 954px;
}

.tarjeta-body {
    border-radius: 30px;
}

.tarjeta-header {
    margin-top: -34px;
    /*max-width: 477px;*/
    padding-bottom: 10px;
    margin-bottom:0px;
    /*align-self:center;*/
}

.tarjeta-div {
    text-align: left;
    vertical-align: middle;
    height: 40px;
    display: table;
    margin-left: -5px;
}
.tarjeta-label {
    font-size: 16px;
    cursor: pointer;
}
.tarjeta-radio {
    margin-right: 7px;
    vertical-align: middle;
}

.tarjeta-radio.img-radio {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

[type=radio] + span img {
    cursor: pointer;
    border-radius: 8px;
    padding: 4px;
    box-shadow: 0px 0px 30px rgb(0 40 64 / 9%);
}

/* CHECKED STYLES */
[type=radio]:checked + span img {
    outline: 2px solid #fcb91c;
}

[type=radio]:checked + span:not(.ac-span):after {
    content: url(../../../assets/img/check.svg);
    display: block;
    position: absolute;
    left: 30px;
    top: -5px;
}

input[type="radio"]:not(.img-radio) {
    width: 20px;
    height: 20px;
    margin-right: 18px;
    background-color: #FFF;
    border-radius: 100px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: 0px 0px 0px 1px #C4C4C4;
}
    input[type="radio"]:not(.img-radio):checked {
        background-color: var(--azul);
        border: 3px solid white;
        box-shadow: 0 0 1px 2.5px var(--azul);
    }

/*#endregion*/
/*#region selectCuenta*/
.account-div {
    text-align: left;
    vertical-align: middle;
    height: 40px;
    display: table;
}

.img_account_md {
    width: 90%;
}

.account-radio {
    visibility: hidden;
}

    .tarjeta-radio.img-radio {
        position: absolute;
        opacity: 0;
        width: 0;
        height: 0;
    }

[type=radio] + span.ac-span img {
    cursor: pointer;
    border-radius: 8px;
    padding: 8px;
    padding-right: 180px;
}

@media screen and (max-width: 980px) {
    .img_account_md {
        width: 90%;
    }

    [type=radio] + span.ac-span img {
        padding-right: 8px;
    }
}

/*#endregion*/
/*#region wizard*/
.wizard-card {
    border: 0px;
    margin: 0px;
    align-content: center;
}
.wizar-titulo-pasos {
    font-family: gotham;
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    max-width: 708px;
    line-height: 120%;
    color: var(--azul);
    padding-bottom: 25px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
}

.wizar-titulo-pasos-bene {
    font-family: gotham;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    line-height: 120%;
    color: var(--azul);
    padding-bottom: 25px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
}
/*#endregion*/


/*#region mobbscan */

.msw-video, .div-video {
    width: 249px !important;
    height: 141px !important;
    left: 0px !important;
    right: 0px !important;
    top: 3px;
    bottom: -3px;
}

/*#endregion */


/*#region paso 3,4,7,9 */
/*para la foto*/
.img_logo {
    max-width: 177px;
    max-height: 33px;
}
.footer_foto {
    /*height:50px;*/
}

.casilla {
    top: 18px;
    left: 6px;
    position: relative;
    background-color: white;
    padding: 0px 5px 0px 5px;
    font-size: 0.9em;
}

.previewFoto {
    width: 213.12px;
    height: 296px;
}

.cuadro_titulo_foto {
    margin-top: -3%;
    margin-bottom: 25px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: var(--azul)
}

#iconFotoLuz {
    width: 21px;
    height: 21px;
}

#iconFotoLentes {
    width: 22px;
    height: 8.25px;
}

#iconFotoMascarilla {
    width: 22px;
    height: 14.25px;
}

#iconFotoGesto {
    width: 18px;
    height: 18px;
}

.cuadro_subititulo_foto {
    font-style: normal;
    margin-bottom: 50px;
    font-weight: 200;
    font-size: 16px;
    color: var(--negro);
    font-family: 'GothamLight';
}

.cuadro_titulo_confirma {
    font-weight: 700;
    font-size: 16px;
    text-align: left;
    color: var(--azul);
}

.cuadro_titulo_confirma_bdtal {
    font-weight: 700;
    font-size: 16px;
    text-align: left;
    color: var(--azul);
}

.cuadro_titulo_confirma_alter {
    font-weight: 700;
    font-size: 16px;
    color: var(--azul);
}

.cuadro_indicaciones {
    line-height: 18px;
    text-align: center;
}

.cuadro_fila {
    width: 100%;
    margin-bottom: 23px;
}


.cuadro_modal {
    margin-bottom: 4px;
    margin-top: 20px;
    font-size: 12px;
}

.cuadro_modal_regresar {
    margin-bottom: 4px;
    top: 75px;
    font-size: 12px;
    z-index: 4;
    position: relative;
}

.cuadro_titulo_revisa {
    font-weight: 700;
    font-size: 16px;
    text-align: left;
    color: var(--azul);
}

.container_mobscan {
    z-index: 3;
    margin-bottom: -6%;
}

.cuadro_confirma {
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 15px;
    line-height: 13px;
    text-align: center;
    color: var(--azul)
}
/*para la foto*/
/*para la confirmacion*/
.cuadro_texto_confirm {
    font-size: 15px;
    float: none;
    margin: 0 auto;
    top: 23px;
    text-align: left;
    color: var(--azul);
}

.cuadro_fila_texto_co {
    float: none;
    margin: 0 auto;
}

.casilla_select {
    color: var(--negro);
    border: 2px solid var(--azul);
    height: 40px;
}

.casilla_text {
    top: 23px;
    margin-bottom: 3px;
    text-align: center;
}

.selectWrapper {
    border-radius: 6px;
    display: inline-block;
    overflow: hidden;
    background: #cccccc;
    border: 1px solid #cccccc;
}

.selectBox {
    width: 140px;
    height: 40px;
    border: 0px;
    outline: none;
}
/*para la confirmacion*/

/*para la tarjeta*/
.img_card_amarillo {
    width: 183px;
    height: 114px;
}

.cuadro_titulo_nombrecard {
    font-weight: 600;
    max-width: 300px;
    font-size: 12px;
    text-align: center;
    display: flex;
    color: var(--grisrata);
    position: absolute;
    left: 37%;
    top: 25%;
    overflow: hidden;
    white-space: inherit !important;
    text-overflow: ellipsis;
}
.cardname-div {
    position: relative;
    text-align: left;
    top: 195px;
    left: 30px;
    /*padding-left: 32px;*/
}
.cardname-label {
    font-weight: 600;
    color: var(--grisrata);
    font-size: 13px;
    cursor: pointer;
}
.cardname-img {
    cursor: pointer;
}
.info-agencia {
    font-weight: 300;
    font-size: 15px;
    text-align: center;
}

.cuadro_card {
    min-width: 229px;
    min-height: 141px;
    max-width: 325px;
    max-height: 210px;
}

.img_card_amarillo_grande {
    width: 325px;
    height: 210px;
}

.img_card_small {
    width: 92px;
    height: 60px;
}

.cuadro_texto_debito {
    margin-bottom: 14px;
    top: 15px;
    /*font-weight: 700;*/
    font-size: 16px;
    line-height: 18.5px;
    text-align: center;
    color: var(--azul);
}

.cuadro_texto_defatca {
    margin-bottom: 14px;
    top: 15px;
    /*font-weight: 700;*/
    font-size: 16px;
    line-height: 18.5px;
    text-align: center;
    color: var(--azul);
}

.cuadro_texto_primario {
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 18.5px;
    text-align: center;
    color: var(--azul);
}

.cuadro_texto_pregunta {
    margin-bottom: 14px;
    margin-top: 55px;
    font-weight: 500;
    font-size: 12px;
    line-height: 18.5px;
    text-align: center;
}

.cuadro_texto_debito_firm {
    margin-bottom: 14px;
    /*margin-top: 45px;*/
}
/*para la tarjeta*/
/*para terminos*/
.cuadro_flecha_terms {
    margin-left: 2%;
    float: left;
    width: 10px;
    height: 17.5px;
}

.link_contrato {
    line-height: 18px;
    color: var(--azul);
    text-align: left;
    text-decoration: underline;
    font-family: 'GothamLight';
    font-size: 15px;
    vertical-align: super;
    display: inline-block;
}

.link_regular {
    line-height: 18px;
    color: var(--azul);
    text-align: left;
    text-decoration: underline;
    font-family: 'gotham';
    font-size: 16px;

    border: none;
    background: none;
    cursor: pointer;
}

.cuadro_indicaciones_terms {
    width: 100%;
    /*margin-bottom: 30px;*/
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: var(--negro);
    /*padding: 1%;*/
}

.indicaciones_terminos {
    background: #F4F4F4;
    border-radius: 8px;
    text-align: center !important;
    z-index: 3;
}

.indicaciones_bancadigital {
    text-align: center !important;
    color: var(--grisrata);
    font-family: 'gotham';
    font-size: 15px;
}

.indicaciones_textTarjeta {
    text-align: left !important;
    color: var(--grisrata);
    font-family: 'gotham';
    font-size: 15px;
}

/*para terminos*/

/* para confirmacion*/
.cuadro_texto_carga_titulo {
    margin-bottom: 14px;
    top: 15px;
    font-weight: 700;
    font-size: 16px;
    line-height: 18.5px;
    text-align: center;
    color: var(--negro);
}

.cuadro_texto_normal_carga {
    margin-bottom: 14px;
    top: 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 18.5px;
    text-align: center;
    color: var(--negro);
}

.carga-imagen {
    width: 133px;
    height: 130px;
    top: 71px;
}

.box_confirma {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 5px;
}
.img_errorconfirmacion {
    width: 174px;
    height: 262px;
    top: 58px;
    text-align: left;
    float: left;
}
.img_confirmacion {
    width: 316px;
    height: 316px;
    top: 58px;
    text-align: left;
    float: left;
}

.cuadro_texto_titulo_confirma {
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 20px;
    line-height: 18.5px;
    text-align: left;
    color: var(--negro);
}

.cuadro_texto_titulo_confirma_f {
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 20px;
    line-height: 18.5px;
    text-align: center;
    color: var(--negro);
}

.cuadro_texto_titulo_error_confirma {
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 20px;
    line-height: 18.5px;
    text-align: left;
    color: var(--azul);
}

.cuadro_texto_normal_confirma {
    margin-bottom: 16px;
    top: 15px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18.5px;
    text-align: left;
    color: var(--negro);
}

.cuadro_texto_numero_confirma {
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 30px;
    line-height: 18.5px;
    text-align: center;
    color: var(--negro);
}

.caja_cuenta {
    min-width: 229px;
    max-width: 309px;
    background: var(--blanco-2);
    border: 1px solid var(--azul-2);
    box-sizing: border-box;
    border-radius: 5px;
    position: center;
}

.photo,
.contents_bv {
    display: grid !important;
    text-align: left;
}

.contenido-conf {
    max-width: 640px;
}


.photo img {
    max-width: 100%;
    height: auto;
}


/*the container must be positioned relative:*/
.autocomplete {
    position: relative;
    display: inline-block;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

    .autocomplete-items div {
        padding: 10px;
        cursor: pointer;
        background-color: #fff;
        border-bottom: 1px solid #d4d4d4;
    }

        /*when hovering an item:*/
        .autocomplete-items div:hover {
            background-color: #e9e9e9;
        }

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}
/* para confirmacion*/

/* Por arriba de 611px mostrar posicion horizontal */
@media screen and (min-width: 611px) and (max-width: 1023px) {

    /*para la foto*/
    .casilla {
        top: 18px;
        left: 6px;
        position: relative;
        background-color: white;
        padding: 0px 5px 0px 5px;
        font-size: 0.9em;
    }

    .footer_foto {
        height: 20px;
    }

    .cuadro_titulo_foto {
        margin-top: -3%;
        margin-bottom: 25px;
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        color: var(--azul)
    }

    .previewFoto {
        width: 213.12px;
        height: 296px;
    }

    #iconFotoLuz {
        width: 32px;
        height: 32.01px;
    }

    #iconFotoLentes {
        width: 32px;
        height: 12px;
    }

    #iconFotoMascarilla {
        width: 32px;
        height: 20px;
    }

    #iconFotoGesto {
        width: 32px;
        height: 32px;
    }

    .cuadro_subititulo_foto {
        font-style: normal;
        margin-bottom: 50px;
        font-weight: 200;
        font-size: 16px;
        color: var(--negro);
        font-family: 'GothamLight';
    }

    .cuadro_titulo_confirma {
        font-weight: 700;
        font-size: 16px;
        text-align: center;
        color: var(--azul);
    }

    .cuadro_titulo_confirma_bdtal {
        font-weight: 700;
        font-size: 16px;
        text-align: left;
        color: var(--azul);
    }

    .cuadro_titulo_confirma_alter {
        font-weight: 700;
        font-size: 16px;
        text-align: right;
        color: var(--azul);
    }

    .cuadro_indicaciones {
        margin-bottom: 40px;
        font-weight: 600;
        font-size: 15px;
        line-height: 18px;
        text-align: center;
        color: var(--azul);
    }

    .cuadro_fila {
        width: 100%;
        margin-bottom: 23px;
    }

    .container_mobscan {
        z-index: 3;
        margin-bottom: -4%;
    }

    .cuadro_modal {
        margin-bottom: 4px;
        margin-top: 20px;
        font-size: 12px;
    }

    .cuadro_modal_regresar {
        margin-bottom: 4px;
        top: 75px;
        font-size: 12px;
        z-index: 4;
        position: relative;
    }

    .cuadro_confirma {
        margin-bottom: 30px;
        font-weight: 600;
        font-size: 15px;
        line-height: 13px;
        text-align: center;
        color: var(--azul)
    }
    /*para la foto*/
    /*para la confirmacion*/
    .cuadro_texto_confirm {
        font-size: 15px;
        float: none;
        margin: 0 auto;
        top: 23px;
        text-align: left;
        color: var(--azul);
    }

    .cuadro_fila_texto_co {
        float: none;
        margin: 0 auto;
    }

    .casilla_select {
        color: var(--negro);
        border: 2px solid var(--azul);
        height: 40px;
    }

    .casilla_text {
        top: 23px;
        margin-bottom: 3px;
        text-align: center;
    }

    .selectWrapper {
        border-radius: 6px;
        display: inline-block;
        overflow: hidden;
        background: #cccccc;
        border: 1px solid #cccccc;
    }

    .selectBox {
        width: 140px;
        height: 40px;
        border: 0px;
        outline: none;
    }
    /*para la confirmacion

    /*para la tarjeta*/
    .img_card_amarillo {
        width: 183px;
        height: 114px;
    }

    .info-agencia {
        font-weight: 300;
        font-size: 15px;
        text-align: center;
    }

    /*.cuadro_titulo_nombrecard {
        font-weight: 600;
        max-width: 300px;
        font-size: 12px;
        text-align: center;
        display: flex;
        color: var(--grisrata);
        position: absolute;
        left: 33.5%;
        top: 20%;
        overflow: hidden;
        white-space: inherit !important;
        text-overflow: ellipsis;
    }*/

    .cuadro_card {
        min-width: 229px;
        min-height: 141px;
        max-width: 325px;
        max-height: 210px;
    }

    .img_card_amarillo_grande {
        width: 325px;
        height: 210px;
    }

    .cuadro_texto_debito {
        margin-bottom: 14px;
        top: 14px;
        /*font-weight: 700;*/
        font-size: 16px;
        line-height: 18.5px;
        text-align: center;
        color: var(--azul);
    }

    .cuadro_texto_defatca {
        margin-bottom: 14px;
        top: 0px;
        /*font-weight: 700;*/
        font-size: 16px;
        line-height: 18.5px;
        text-align: center;
        color: var(--azul);
    }

    .cuadro_texto_pregunta {
        margin-bottom: 14px;
        margin-top: 55px;
        font-weight: 500;
        font-size: 16px;
        line-height: 18.5px;
        text-align: center;
    }

    .cuadro_texto_debito_firm {
        margin-bottom: 14px;
        /*margin-top: 75px;*/
    }
    /*para la tarjeta*/
    /*para terminos*/
    .cuadro_flecha_terms {
        margin-left: 2%;
        float: left;
        width: 10px;
        height: 17.5px;
    }

    .link_contrato {
        line-height: 18px;
        color: var(--azul);
        font-family: 'GothamLight';
        font-size: 14px;
        text-align: left;
    }

    .cuadro_indicaciones_terms {
        width: 100%;
        margin-bottom: 30px;
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
        text-align: center;
        color: var(--negro);
        /*padding:1%;*/
    }

    .indicaciones_terminos {
        background: #F4F4F4;
        border: 1px solid #F4F4F4;
        border-radius: 8px;
        text-align: center !important;
        z-index: 3;
        max-width: 250px;
        display:table-header-group;
    }

    .indicaciones_bancadigital {
        text-align: center !important;
        color: var(--grisrata);
        font-family: 'gotham';
        font-size: 15px;
    }

    .indicaciones_textTarjeta {
        text-align: left !important;
        color: var(--grisrata);
        font-family: 'gotham';
        font-size: 15px;
    }
    /*para terminos*/

}

@media screen and (min-width: 525px) and (max-width:950px) {
    .ml-facta {
        margin-left: 1rem !important;
    }

    .mt-content-fatca {
        margin-top: -1rem !important;
    }
}

/* Por debajo de 610px  mostrar posicion vertical*/
@media screen and (min-width: 1px) and (max-width:610px) {
    /*para decisiones binarias si o no*/
    .btn {
        max-width: 250px;
        width: 100%;
        font-family: 'gotham-Medium';
        font-weight: bold;
        color: var(--azul);
    }

    .btn-no-width {
        max-width: 300px !important;
    }

    .btn-binary {
        max-width: 250px;
    }

    .btn-binary-lg {
        max-width: 250px;
    }

    .dui-footer-d {
        display: none;
    }

    .dui-footer-m {
        display: inline-block;
        font-family: gotham;
        font-style: normal;
        font-weight: bold;
        font-size: 15px;
        line-height: 14px;
        color: var(--azul-4);
        margin-top: 17px;
        text-align: center;
    }

    .btn-margen {
        margin-top: 20px;
        position: relative;
    }

    /*para la foto*/
    .casilla {
        top: 18px;
        left: 6px;
        position: relative;
        background-color: white;
        padding: 0px 5px 0px 5px;
        font-size: 0.9em;
    }
    .footer_foto {
        height: 5px;
    }

    .previewFoto {
        width: 213.12px;
        height: 296px;
        /*height: 230px;*/
        margin-top: -30% !important;
        margin-bottom: 20% !important;
    }

    #msw-subTitle-FACE{
        width: 100% !important;
    }

    #iconFotoLuz {
        width: 32px;
        height: 32.01px;
    }

    #iconFotoLentes {
        width: 32px;
        height: 12px;
    }

    #iconFotoMascarilla {
        width: 32px;
        height: 20px;
    }

    #iconFotoGesto {
        width: 32px;
        height: 32px;
    }

    .cuadro_titulo_foto {
        margin-top: -3%;
        margin-bottom: 25px;
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        color: var(--azul)
    }

    .cuadro_subititulo_foto {
        font-style: normal;
        margin-bottom: 50px;
        font-weight: 200;
        font-size: 16px;
        color: var(--negro);
        font-family: 'GothamLight';
    }

    .cuadro_titulo_confirma {
        font-weight: 700;
        font-size: 16px;
        text-align: left;
        color: var(--azul);
    }

    .cuadro_titulo_confirma_bdtal {
        font-weight: 700;
        font-size: 16px;
        text-align: center !important;
        color: var(--azul);
    }

    .cuadro_titulo_confirma_alter {
        font-weight: 700;
        font-size: 16px;
        text-align: right;
        color: var(--azul);
    }

    .cuadro_indicaciones {
        margin-bottom: 40px;
        font-weight: 600;
        font-size: 14px;
        line-height: 14px;
        text-align: center;
        color: var(--azul);
    }

    .cuadro_fila {
        width:100%;
        margin-bottom: 23px;
    }

    .container_mobscan {
        z-index: 3;
        margin-bottom: -10%;
    }

    .cuadro_modal {
        margin-bottom: 4px;
        margin-top: 20px;
        font-size: 12px;
    }

    .cuadro_modal_regresar {
        margin-bottom: 4px;
        /*top: 33px;*/
        font-size: 12px;
        z-index: 4;
        position: relative;
        margin-right: 25px;
        margin-left: 25px;
        /*margin-top: 70px;*/
    }

    .cuadro_confirma {
        margin-bottom: 30px;
        font-weight: 600;
        font-size: 15px;
        line-height: 13px;
        text-align: center;
        color: var(--azul)
    }
    /*para la foto*/
    /*para la confirmacion*/
    .cuadro_texto_confirm {
        font-size: 15px;
        float: none;
        margin: 0 auto;
        top: 23px;
        text-align: left;
        color: var(--azul);
    }

    .cuadro_fila_texto_co {
        float: none;
        margin: 0 auto;
    }

    .casilla_select {
        color: var(--negro);
        border: 2px solid var(--azul);
        height: 40px;
    }

    .casilla_text {
        top: 23px;
        margin-bottom: 3px;
        text-align: center;
    }

    .selectWrapper {
        border-radius: 6px;
        display: inline-block;
        overflow: hidden;
        background: #cccccc;
        border: 1px solid #cccccc;
    }

    .selectBox {
        width: 140px;
        height: 40px;
        border: 0px;
        outline: none;
    }
    /*para la confirmacion

        /*para la tarjeta*/
    .img_card_amarillo {
        width: 183px;
        height: 114px;
    }

    .info-agencia {
        font-weight: 300;
        font-size: 15px;
        text-align: center;
    }

    .img_card_amarillo_grande {
        width: 275px;
        height: 174px;
    }

    .cuadro_card {
        min-width: 229px;
        min-height: 141px;
        max-width: 275px;
        max-height: 174px;
    }
    /*.cuadro_titulo_nombrecard {
        font-weight: 600;
        max-width: 230px;
        font-size: 12px;
        text-align: center;
        display: flex;
        color: var(--grisrata);
        position: absolute;
        left: 29.5%;
        top: 17%;
        overflow: hidden;
        white-space: inherit;
        text-overflow: ellipsis;
    }*/
    .cardname-div {
        top: 165px;
        left: 26px;
        /*padding-left: 26px;*/
    }
    .cardname-label {
        font-size: 12px;
    }


    .cuadro_texto_debito {
        margin-bottom: 14px;
        top: 14px;
        /*font-weight: 700;*/
        font-size: 16px;
        line-height: 18.5px;
        text-align: center;
        color: var(--azul);
    }

    .cuadro_texto_defatca {
        margin-bottom: 14px;
        top: 0px;
        /*font-weight: 700;*/
        font-size: 16px;
        line-height: 18.5px;
        text-align: center;
        color: var(--azul);
    }

    .cuadro_texto_pregunta {
        margin-bottom: 14px;
        margin-top: 55px;
        font-weight: 500;
        font-size: 16px;
        line-height: 18.5px;
        text-align: center;
    }

    .cuadro_texto_debito_firm {
        margin-bottom: 14px;
        /*margin-top: 75px;*/
    }
    /*para la tarjeta*/
    /*para terminos*/
    .cuadro_flecha_terms {
        margin-left: 2%;
        float: left;
        width: 10px;
        height: 17.5px;
    }

    .link_contrato {
        line-height: 18px;
        color: var(--azul);
        text-align: left;
        font-family: 'GothamLight';
        font-size: 14px;
        float: left;
        padding-bottom: 14px;
    }

    .cuadro_indicaciones_terms {
        width: 100%;
        margin-bottom: 10px;
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
        text-align: center;
        color: var(--negro);
        padding: 1%;
    }

    .indicaciones_terminos {
        background: #F4F4F4;
        border: 1px solid #F4F4F4;
        border-radius: 8px;
        text-align: center !important;
        z-index: 3;
        max-width: 250px;
        display: table-header-group;
    }

    .indicaciones_bancadigital {
        text-align: center !important;
        color: var(--grisrata);
        font-family: 'gotham';
        font-size: 15px;
    }

    .indicaciones_textTarjeta {
        text-align: left !important;
        color: var(--grisrata);
        font-family: 'gotham';
        font-size: 15px;
        line-height: 1.2rem;
    }
    /*para terminos*/

    .cuadro_titulo_revisa {
        font-weight: 700;
        font-size: 16px;
        text-align: left;
        color: var(--azul);
    }

    .contenido-fatca {
        max-width: 600px;
        margin-left: 5px !important;
    }

    .ml-facta {
        margin-left: 0.5rem !important;
    }

    .mt-content-fatca {
        margin-top: -3rem !important;
    }

    .lh-fatca {
        line-height: 23px;
    }
}
/*#endregion */


/* POPUP REINICIAR FLUJO */
.custom_input_button {
    display: inline-grid; /*flex*/
    flex-direction: column;
    align-items: center;
    padding: 16px;
    position: static;
    left: 21.87%;
    right: 21.87%;
    top: 57.14%;
    bottom: 26.98%;
    background: #FFC600;
    border-radius: 5px;
    margin: 15px 0px;
    font-family: "gotham-black";
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    border: 0px;
    color: #165C7D;
}
    .custom_input_button:disabled {
        background: #C4C4C4;
        color: #FFF;
    }
.custon_dv_modal {
    position: fixed;
    z-index: 2001;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

#dvPopUpOBL p {
    margin-bottom: 0.75rem;
}

.slh_modal {
    position: fixed;
    z-index: 2001;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

    .slh_modal > div {
        /*position: absolute;*/
        margin: auto;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        /*border: 1px solid black;
        max-width: 95%;
        max-height: 95%;*/
        /*font-size: 2.5vw;
        width: 400px;
        background-color: #DF1C24;
        height: 200px;
        color: white;
        font-weight: bold;
        padding: 10px;
        border-radius: 5px;*/
        /**/
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 36px 26px;
        position: absolute;
        width: 359px;
        height: 315px;
        left: 0px;
        top: 0px;
        background: #FFFFFF;
        border: 1px solid #D9D9D6;
        box-sizing: border-box;
        box-shadow: 0px 4px 14px rgba(0, 40, 64, 0.22);
        border-radius: 5px;
    }

        .slh_modal > div > p {
            position: static;
            left: 7.24%;
            right: 7.24%;
            top: 11.43%;
            bottom: 73.33%;
            font-family: "gotham-black";
            font-size: 20px;
            line-height: 24px;
            color: #01426A;
            text-align: left;
            /*margin: 30px 0px;*/
        }

        .slh_modal > div > label {
            position: static;
            left: 7.24%;
            right: 7.24%;
            top: 36.19%;
            bottom: 52.38%;
            font-family: "GothamLight";
            font-size: 15px;
            line-height: 120%;
            /* or 18px */
            color: #000000;
            text-align: left;
            margin: 15px 0px;
        }
        /*.slh_modal > div > input[type=button] {
            display: inline-grid;
            flex-direction: column;
            align-items: center;
            padding: 16px;
            position: static;
            left: 21.87%;
            right: 21.87%;
            top: 57.14%;
            bottom: 26.98%;
            background: #FFC600;
            border-radius: 5px;
            margin: 15px 0px;
            font-family: "gotham-black";
            font-size: 16px;
            line-height: 19px;
            letter-spacing: 0em;
            text-align: center;
            border: 0px;
            color: #165C7D;
        }*/
        .slh_modal > div > a {
            display: inline-grid;
            position: static;
            left: 14.62%;
            right: 14.62%;
            top: 82.54%;
            bottom: 11.43%;
            font-family: "GothamLight";
            font-size: 18px;
            line-height: 21px;
            text-align: center;
            text-decoration-line: underline;
            color: #01426A;
            margin: 15px 0px;
        }

        .slh_modal > div > span {
            position: absolute;
            right: 5px;
            cursor: pointer;
            z-index: 3002;
            height: 25px;
            width: 25px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            top: 5px;
        }

            .slh_modal > div > span::before,
            .slh_modal > div > span::after {
                position: absolute;
                content: '';
                width: 100%;
                height: 4px;
                background-color: black;
            }

            .slh_modal > div > span::before {
                transform: rotate(45deg);
            }

            .slh_modal > div > span::after {
                transform: rotate(-45deg);
            }

#dvContentOTPModal {
    padding: 26px 26px !important;
    border-radius: 10px !important;
    max-width: 420px;
    width: 100%;
}

/* AVISO ESCANEO DOCS */
#dvAvisoScan{

}
    #dvAvisoScan > * {
        /* margin: 30px 0px; */
    }
    #dvAvisoScan > p {
        /*font-family: "GothamLight";
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 120%;
        color: #165C7D;
        text-align: center;*/
    }
        #dvAvisoScan > p:first-child {
            /*font-family: "Gotham";
            font-weight: 600;*/
        }
        #dvAvisoScan > p::after(1) {
            /*padding-left:20px;*/
        }

    #dvAvisoScan > a {
        /*color: #165C7D;
        font-family: "GothamLight";
        font-size: 15px;
        line-height: 120%;
        text-decoration-line: underline;*/
    }

/* AVISO DE PRIVACIDAD DUI */
#dvPrivacyContent {
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    align-items: center;
    padding: 36px 26px 0px;
    position: absolute;
    height: 90%;
    width: 90%;
    min-width: 250px;
    max-width: 595px;
    max-height: 460px;
    min-height: 300px;
    background: #FFFFFF;
    border: 1px solid #D9D9D6;
    box-sizing: border-box;
    box-shadow: 0px 4px 14px rgba(0, 40, 64, 0.22);
    border-radius: 5px;
    overflow: auto;
}

    #dvPrivacyContent > label {
        font-family: "gotham-black";
        font-size: 20px;
        line-height: 120%;
        color: #01426A;
        margin: 15px 0px;
        text-align: left;
        display: block !important;
        margin: 0px 0px 30px;
    }
    #dvPrivacyContent > p {
        font-family: "GothamLight";
        font-size: 15px;
        color: #000000;
        flex-grow: 0;
        text-align: left;
        margin: 15px 0px;
        line-height: 1.15;
    }

/* touch */
img {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.tbReqUsrPwd {
    width: 90%;
}

    .tbReqUsrPwd > thead > tr > td {
        height: 30px;
    }

    .tbReqUsrPwd > tbody > tr > td:first-child {
        color: #165C7D;
    }

    .tbReqUsrPwd > tbody > tr > td {
        height: 1.7em;
        padding-bottom: 1rem;
    }

    .tbReqUsrPwd > tbody > tr:last-child > td {
        height: 2.7em;
        padding-bottom: 0rem;
    }

.tbMsgActEconomica {
    width: 90%;
}

    .tbMsgActEconomica > thead > tr > td {
        height: 30px;
        text-align: left;
    }

    .tbMsgActEconomica > tbody > tr > td:first-child {
        color: #165C7D;
        font-family: 'GothamMedium';
    }

    .tbMsgActEconomica > tbody > tr > td {
        height: 1.5em;
    }
.tbMsgActEconomica-td-img {
    padding-right: 5px;
}

.tableTC > tbody > tr > td {
    height: 2.7em;
    padding-bottom: 1rem;
}

#imgInfoComprobanteIngresos, .imgInfoCSS {
    cursor: pointer !important;
    position: absolute;
    top: -8px;
    background-color: white;
    left: 185px;
    padding: 0px 6px 0px 6px;
}

.imgInfoCSS {
    left: 244px;
}

#imgInfoComprobanteResidencia {
    cursor: pointer !important;
    position: absolute;
    top: -8px;
    background-color: white;
    left: 200px;
    padding: 0px 6px 0px 6px;
}

#imgInfoPEP {
    cursor: pointer !important;
    /*position: absolute;*/
    top: -8px;
    background-color: white;
    left: 185px;
    padding: 0px 6px 0px 6px;
}

.remesa_familiar-div {
    text-align: left;
}
.consultas-fatca-div {
    text-align: left;
    max-width: 600px;
}
.remesa_familiar-label-title {
    font-family: 'GothamLight';
    color: var(--azul);
    font-weight: 600;
    font-size: 15px;
}
.remesa_familiar-label {
    font-family: 'GothamLight';
    color: var(--grisrata);
    font-weight: 600;
    font-size: 15px;
}
.remesa_familiar-label {
    font-size: 15px;
    padding-left: 5px;
    padding-right: 50px;
    cursor: pointer;
}
.remesa_familiar-label.fatca-label {
    padding-right: 15px;
}
.remesa_familiar-radio {
    width: 26px;
    height: 26px; /*20px*/
    background-color: #FFF;
    border: 1px solid #C4C4C4;
    border-radius: 100px;
    cursor: pointer;
}
    .remesa_familiar-radio:checked ~ .remesa_familiar-radio::before {
        color: var(--azul);
        border-color: var(--azul);
        background-color: white;
    }

#dvTitleCompInfo {
    text-align: left!important;
}

#txtoTarjDebito {
    /*max-width: 420px;
    margin-left: 20px;*/
    display: block;
    text-align: left;
    /*margin-top: 35px;*/
}
#imgLocAg, #imgAGC {
    float: left;
    position: absolute;
    top: 10px;
    left: 20px;
}
#txtAgenciaConfirm {
    padding-left: 30px;
}
#spnAgenciaConfirm {
    margin-left: 35px;
}
input::-ms-reveal,
input::-ms-clear {
    display: none;
}

.estilo-modal-DBkl {
    font-family: GothamLight;
    text-align: left;
    padding-right: 7px;
}

div#dvMSG.slh_modal{
    z-index: 2 !important;
}

.labelSigno {
    font-weight: normal;
    color: var(--azul);
    font-size: 22px;
    vertical-align: top;
    font-family: 'gotham-black';
}

.labelEnteros {
    font-weight: 900;
    color: var(--azul);
    font-size: 42px;
    font-family: 'gotham-black';
}

.labelDecimales {
    font-weight: normal;
    color: var(--azul);
    font-size: 22px;
    vertical-align: top;
    font-family: 'gotham-black';
}

/*Switch con texto dentro*/
.switch {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 34px;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #9BAAB3;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 50%;
    }

input:checked + .slider {
    background-color: var(--azul);
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(35px);
}

/*------ ADDED CSS ---------*/
.activable:hover {
    cursor: pointer;
}

.slider:after {
    content: 'No';
    color: white;
    display: block;
    position: absolute;
    transform: translate(25%,-50%);
    top: 50%;
    left: 50%;
    font-size: 10px;
    font-family: 'GothamLight';
}

input:checked + .slider:after {
    content: 'Sí';
    transform: translate(-150%, -50%);
}

input[type=date][value=""] {
    color: transparent;
}

img#msw-image-FACE {
    visibility: hidden;
    height: 0px;
}

.input-group-prepend button.btn {
    padding: 0px 10px !important;
}

.dropdown-item {
    color: var(--negro-2);
}

div.input-block.input-group:has(> input:valid) {
    /* styles to apply to the li tag */
    color: var(--negro-2);
    border-color: var(--azul);
}

.dropdown-toggle.USAplus::after {
    content: '+1 ';
    border: none;
    color: var(--negro-2);
    font-weight: 100;
    font-size: 12px;
    font-family: 'gotham';
    padding-left: 5px;
    padding-top: 2px;
    position: absolute;
}

.dropdown-toggle.ESPplus::after {
    content: '+34 ';
    border: none;
    color: var(--negro-2);
    font-weight: 100;
    font-size: 12px;
    font-family: 'gotham';
    padding-left: 5px;
    padding-top: 2px;
    position: absolute;
}

.dropdown-toggle.ITAplus::after {
    content: '+39 ';
    border: none;
    color: var(--negro-2);
    font-weight: 100;
    font-size: 12px;
    font-family: 'gotham';
    padding-left: 5px;
    padding-top: 2px;
    position: absolute;
}

#txtTelefonoCelularCADESP {
    margin-left: 13px;
}

#txtTelefonoCelularCADITA {
    margin-left: 30px;
}

.dropdown-toggle::after {
    content: '';
    border: none;
}

button.btn.dropdown-toggle.dropdown-toggle-split {
    transition: initial;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: var(--negro-2);
    text-decoration: none;
    background-color: #d9d9d6;
}

.input-block.input-group {
    border-radius: 5px;
    border: 2px solid var(--azul-3);
}

.placeholder.active {
    transform: scale(1) translateY(-20px);
    background: var(--blanco) !important;
    font-family: gotham-black !important;
    color: var(--azul) !important;
    font-size: 12px !important;
    line-height: 11px !important;
}

.tarjeta-div label{
    text-align: left !important;
    color: var(--grisrata);
    font-family: 'gotham';
    font-size: 15px;
    display: inline;
}

.fatca-div {
    text-align: left;
    vertical-align: middle;
    height: 40px;
    display: flex;
    margin-left: -5px;
}

    .fatca-div label {
        text-align: left !important;
        color: var(--grisrata);
        font-family: 'gotham';
        font-size: 15px;
        display: inline;
        align-self: center;
        margin-bottom: 0px;
    }

.fatca-label {
    font-size: 16px;
    cursor: pointer;
}

.fatca-radio {
    margin-right: 7px;
    vertical-align: middle;
    min-width: 20px !important;
    align-self: center;
}

    .fatca-radio.img-radio {
        position: absolute;
        opacity: 0;
        width: 0;
        height: 0;
    }
}
/*--------- END --------*/