﻿.datepicker {
    width: 328px;
    border-radius: 20px !important;
    padding: 20px !important;
}

.datepicker thead {
    font-size: 14px;
}

.datepicker thead tr th:hover {
    background-color: inherit !important;
}

.datepicker .datepicker-days tfoot tr th:first-child:hover {
    background-color: inherit !important;
}

.datepicker .datepicker-days tfoot tr th:last-child:hover {
    background-color: #1D4ED8 !important;
}

.datepicker .datepicker-days thead tr:first-child {
    height: 41px;
    border-bottom: 1px solid #E9EDFC;
}

.datepicker .datepicker-days thead tr:last-child .dow {
    font-size: 12px;
    font-weight: 400;
    height: 45px;
}

.datepicker .datepicker-months tfoot tr th,
.datepicker .datepicker-years tfoot tr th {
    display: none !important;
}

.datepicker tbody td {
    width: 30px !important;
    height: 42px !important;
}

.datepicker table {
    width: 100%;
    border-radius: 20px;
}

.datepicker-days tfoot tr th:last-child {
    height: 40px;
    background-color: #1D4ED8;
    border-radius: 28px;
    padding: 10px, 16px, 10px, 16px;
    color: #FFFFFF;
}

td.active {
    color: unset !important;
    background-color: #B8B6B680 !important;
    border-color: unset !important;
    text-shadow: unset;
    border-radius: 50% !important;
}

.datepicker-dropdown:before {
    content: none !important;
}

.datepicker-dropdown:after {
    content: none !important;
}

body { 
    font-family: 'Montserrat', sans-serif !important;
}

.bg-home, .bg-imagen {
    background: linear-gradient(180deg, #0B1D51 48.44%, #036ED0 100%);
}

.portada-inicio h3 {
    font-size: 32px;
    line-height: 40px;
}

.portada-inicio h6 {
    font-size: 14px;
    line-height: 20px;
}

.formValidacion label, .formPrestamo label {
    color: var(--neutros-negro-800, #1F2937);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.formValidacion h6, .formPrestamo h6{
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}

.formValidacion h7, .formPrestamo h7{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.input-hidden {
    position: absolute;
    left: -9999px;
}

.chkDatos {
    background: url("../../Imagenes/Icono/radio_empty2.svg") no-repeat;
    width: 16px;
    height: 16px;
    margin-top: 2px;
}

.formValidacion input[type=checkbox]:checked + .chkDatos {
    background: url("../../Imagenes/Icono/radio-check2.svg") no-repeat;
    width: 18px;
    height: 18px;
    margin-left: -2px;
    margin-top: 0px;
}

.formValidacion input[type=radio]:checked + .chkDatos {
    background: url("../../Imagenes/Icono/radio-check2.svg") no-repeat;
    width: 18px;
    height: 18px;
    margin-left: -2px;
    margin-top: 0px;
}

.dvCargando {
    background: rgba(4, 10, 27, 0.8);
}

.dvCargando p {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #F7F8F9;
}

.titleNoExito h3, .titleExito h3 {
    color: var(--neutros-negro-800, #1F2937);
    font-size: 25px;
    font-weight: 700;
    line-height: 32px;
}

.titleNoExito h4, .titleExito h4 {
    color: var(--neutros-gris-700, #374151);
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
}

.imgNoExito img {
    width: 232px;
}

.imgError img {
    width: 277px;
}

/*.g-recaptcha {
    transform: scale(0.85);
    transform-origin: 0 0;
}*/

/*SIMULADOR*/
.titlePrestamo h4 {
    color: var(--neutros-negro-800, #1F2937);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

/* CSS */
:root {
    --prm-color: #01C5C6;
    --prm-gray: #E5E7EB;
}

.steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.step-button {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: none;
    background-color: var(--prm-gray);
    transition: .4s;
}

.step-button[aria-expanded="true"] {
    width: 20px;
    height: 20px;
    background-color: var(--prm-color);
    color: #fff;
}

.steps img {
    width: 14px;
    height: 14px;
    margin-left: 0px;
    margin-top: -4px;
}

.done {
    background-color: var(--prm-color);
    color: #fff;
}

.step-item {
    z-index: 10;
    text-align: center;
}

#progress, #progressCL{
    -webkit-appearance: none;
    position: absolute;
    width: 95%;
    z-index: 5;
    height: 5px;
    margin-left: 18px;
    /*margin-bottom: 6px;*/
}

/* to customize progress bar */

#progress::-webkit-progress-value, #progressCL::-webkit-progress-value {
    background-color: var(--prm-color);
    transition: .5s ease;
}

#progress::-webkit-progress-bar, #progressCL::-webkit-progress-bar {
    background-color: var(--prm-gray);
}

.formSimulador h4 {
    color: #1F2937;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

.formSimulador h5 {
    color: #1F2937;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-top: 8px;
}

.datosSimulador {
    margin-top: 32px;
    margin-bottom: 18px;
    padding-left: 0;
    padding-right: 0;
    color: var(--neutros-negro-800, #1F2937);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.formSimulador a {
    color: var(--principal-azul-tonos-azul-900, #1D4ED8);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}


/* VALIDAR */

.titlePrestamo h6 {
    color: var(--neutros-negro-800, #1F2937);
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}
.titlePrestamo h5 {
    color: var(--neutros-negro-800, #1F2937);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.cnt-valpaso {
    border-radius: 12px;
    background: #E9EDFC;
    padding: 24px;
}

.valpaso-enable {
    background: #D1D5DB;
}

.valpaso-enable h6, .valpaso-enable a {
    color: #9CA3AF !important;
}

.cnt-pas {
    border-radius: 24px;
    background: #01C5C6;
    color: #071436;
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    width: 64px;
    height: 24px;
    padding-left: 8px;
    padding-right: 8px;
    margin: 22px 12px -10px 0px;
    z-index: 1;
}
.cnt-pas-dkt {
    border-radius: 24px;
    background: #01C5C6;
    color: #071436;
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    width: 64px;
    height: 24px;
    padding-left: 8px;
    padding-right: 8px;
    margin: -38px -15px 100px -50px;
    z-index: 1;
    float: right;
}

.cnt-pas span, .cnt-pas-dkt span{
    width: 14px;
    height: 14px;
    border-radius: 14px;
    background: #0B1D51;
    color: #E9EDFC;
    font-size: 11px;
    font-weight: 700;
    line-height: 14px;
    display: inline-block;
}

/*.cnt-pas-dkt {
    position: absolute;
    margin: 0;
}*/

.pas-enable {
    background: #9CA3AF;
    color: #6B7280;
}

.pas-enable span {
    background: #F7F8F9;
    color: #9CA3AF;
}

.cnt-valico {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 40px;
    border: 1.5px solid #374151;
    line-height: 27px;
    display: inline-block;  
}

.cnt-valico img {
    vertical-align: -webkit-baseline-middle;
}

.cnt-valpaso h6 {
    color: #1F2937;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.cnt-valpaso a {
    color: #1D4ED8;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-decoration-line: underline;
}

.cnt-valcerrar {
    margin-top: 48px;
    margin-bottom: 32px;
}

.cnt-contador {
    margin-top: 25px;
}

.cnt-contador img {
    width: 18px;
    height: 18px;
}

.cnt-contador h6 {
   font-size: 14px;
   font-weight: 400;
   line-height: 18px;
   color: #FFF;
}

.cnt-numcod {
    margin: 48px 0 32px 0;
}

.cnt-numcod input {
    height: 44px;
    width: 48px;
    padding: 16px;
    border-radius: 12px;
    background: #ced9f8;
    color: #1F2937;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-right: 5px;
}

.cnt-validaciones a {
    color: #5078E7;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-decoration-line: underline;
}

.cnt-valcerrar a {
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
}

.buttonEnviarCodigo {
    margin-top: 64px;
}

/*PC*/
/******************************/
@media (min-width: 1250px) {
    .bg-home, .lblMensajeMb, .d-none-mb {
        display: none !important;
    }

    .logoHome, .portada-dkt, .cnt-pas-dkt {
        display: block !important;
    }

    .bg-imagen {
        display: flex !important;
    }

    .bg-imagen h6{
        font-size: 10px;
        font-weight: 500;
        line-height: 16px; 
    }

    .bg-prestamo label, .bg-prestamo {
        color: var(--neutros-negro-800, #1F2937);
    }

    .portada-dkt h3 {
        color: var(--neutros-negro-800, #1F2937);
        font-size: 32px;
        font-weight: 100;
    }

    .portada-dkt h6 {
        color: var(--neutros-negro-800, #1F2937);
        font-size: 16px;
        font-weight: 100;
    }

    .imgNoExito img {
        width: auto;
    }

    .g-recaptcha {
        transform: scale(0.85);
        transform-origin: 0 0;
    }
     
}


/* Mobile & small screen size devices*/
@media only screen and (max-width: 600px) {
    .biometrico {
        width: 300px !important;
        height: 300px !important;
    }
}

/* Desktop, Laptop, Tablet */
@media only screen and (min-width: 650px) {
    .biometrico {
        width: 300px;
        height: 300px;
    }
}

.biometrico {
    margin: auto;
    width: 300px;
    height: 300px;
    opacity: 1;
    border-radius: 50%;
    background-color: gray;
}

.circuloKeyboard {
    background-color: #E9EDFC;
    border-radius: 50%;
    border: 0px;
    width: 14px;
    height: 22px;
}

 
.custom-radio {
    width: 24px;
    height: 24px;
    display: inline-block;
    position: relative;
    z-index: 1;
    top: 5px;
    background: url("../../Imagenes/Icono/radio_empty.svg") no-repeat;
}

.custom-radio:hover {
    background: url("../../Imagenes/Icono/radio-check.svg") no-repeat;
}

.custom-radio.selected {
    background: url("../../Imagenes/Icono/radio-check.svg") no-repeat;
}

.custom-radio input[type="radio"] {
    margin: 1px;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    outline: none;
    opacity: 0;
    /* CSS hacks for older browsers */
    _noFocusLine: expression(this.hideFocus=true);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
}


/* Detalle de Oferta (Plan) */
 

input[type="submit"] {
    width: 100px;
    height: 30px;
    background: #eeeeee;
    border: 1px solid #999999;
    border-radius: 3px;
    margin-top: 20px;
    padding: 4px 10px;
    cursor: pointer;
    outline: none;
    font-weight: bold;
    color: #333333;
}

    input[type="submit"]:hover {
        color: #fff;
        border-color: #eeeeee;
        background-color: #ffcc00;
    }

.ocultar-aceptodktp {
    display: block;
    max-width: 600px;
    border: 1px solid #1F2937;
    border-radius: 12px;
    font-weight: bold;
    height: 56px;
}

@media screen and (max-width: 600px) {
    .ocultar-aceptodktp {
        display: none;
    }
}

.mostrar-aceptomob {
    display: none;
    max-width: 600px;
}

@media screen and (max-width: 600px) {
    .mostrar-aceptomob {
        display: block;
    }
}


.logo {
    width: 100px;
}

.loan_page_details_wrapper {
    width: 550px;
    margin: auto;
}

.loan_page_title h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    text-align: center;
}

.loan_page_title p {
    font-weight: 500;
    margin-top: 20px;
}

.loan_card {
    padding: 32px 24px 32px 24px;
    background-color: rgba(247, 248, 249, 1);
    box-shadow: 0px 15px 10px -10px rgba(31, 41, 55, 0.2);
    box-shadow: 0px 10px 21px 0px rgba(31, 41, 55, 0.1);
    border-radius: 8px;
}

    .loan_card p {
        font-size: 16px;
        font-weight: 500;
        line-height: 20px;
        color: rgba(31, 41, 55, 1);
    }

.card_top_part {
    border-bottom: 1px solid rgba(229, 231, 235, 1);
}

.btn_wrapper button {
    color: rgba(29, 78, 216, 1);
}

.larger_loan_btn {
    padding: 12px 24px 12px 24px;
    border-radius: 28px;
    border: 1px solid rgba(206, 217, 248, 1);
    background: linear-gradient(0deg, #E9EDFC, #E9EDFC),linear-gradient(0deg, #CED9F8, #CED9F8);
}

.continue_btn {
    padding: 12px 24px 12px 24px;
    border-radius: 28px;
    background: rgba(29, 78, 216, 1);
    color: white !important;
}

    .continue_btn:hover {
        background: rgb(63, 103, 213);
        color: white !important;
    }

    .continue_btn:active {
        background: rgba(29, 78, 216, 1);
        color: white !important;
    }

/* Detalle de Oferta (Plan) */



.page_details_wrapper {
    width: 550px;
    margin: auto;
}

.page_title h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    text-align: center;
    color: rgba(31, 41, 55, 1);
}

.horizontal_border {
    background: rgba(29, 78, 216, 1);
    border-radius: 8px;
    height: 5px;
}

.account_number_wrapper {
    padding: 24px 16px 24px 16px;
    background: rgba(233, 237, 252, 1);
    border-radius: 12px;
    color: rgba(31, 41, 55, 1);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.fee_installments p {
    color: rgba(31, 41, 55, 1);
    font-size: 14px;
    font-weight: 400;
}

.fee_installments {
    border-bottom: 1px solid rgba(229, 231, 235, 1)
}

.payment_date_wrapper {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    border-bottom: 1px solid rgba(229, 231, 235, 1);
    padding-bottom: 10px;
}

.download_pdf_wrapper a {
    text-decoration: none;
    color: rgba(29, 78, 216, 1);
}

.alert_info_wrapper {
    padding: 24px 16px 24px 16px;
    border-radius: 12px;
    background: rgba(247, 248, 249, 1);
}

    .alert_info_wrapper p {
        font-size: 14px;
        line-height: 20px;
        color: rgba(31, 41, 55, 1);
    }

.payment_date_wrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .payment_date_wrapper ul li {
        margin-bottom: 8px;
    }

.round_box {
    width: 10px;
    height: 10px;
    background: rgba(1, 217, 218, 1);
    margin-right: 8px;
    border-radius: 50%;
}

.copy_btn {
    color: rgba(29, 78, 216, 1);
    cursor: pointer;
}

.mensajeapp {
    display: none;
}
.mensajeappdsktp {
    display: block;
}

.larger_loan_btn {
    width: 268px;
    height: 56px;
    padding: 10px 24px 10px 24px;
    border-radius: 28px;
    background: linear-gradient(0deg, #E9EDFC, #E9EDFC),linear-gradient(0deg, #CED9F8, #CED9F8);
    border: 1px solid rgba(206, 217, 248, 1);
    color: rgba(29, 78, 216, 1);
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
}

    .larger_loan_btn.primary_btn {
        background: rgba(29, 78, 216, 1) !important;
        color: white;
        display: none;
        margin: auto;
    }

@media only screen and (max-width: 768px) {
    .larger_loan_btn.primary_btn {
        display: block;
    }

    .payment_img_wrapper {
        display: none !important;
    }

    .installment_title {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .fee_amount {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .mensajeapp {
        display: block;
    }

    .mensajeappdsktp {
        display: none;
    }

}


/*SLIDER*/

.plan_name {
    font-size: 20px;
}
    .plan_name h3 {
        font-size: 25px;
        font-weight: 700;
    }

    .plan_name p {
        font-size: 14px;
        font-weight: 600;
    }

.planSliderCard {
    padding: 10px 24px 10px 24px;
    border-radius: 10px;
    padding-top: 43px;
    font-size: 14px;
}

.plan_details {
    padding-top: 24px;
    font-size: 14px;
}
.plan-details-part {
    padding-top: 0px;
    font-size: 14px;
}

.plan_following {
    height: 143px;
}

    .plan_following p {
        justify-content: end !important;
    }

    .plan_following ul {
        list-style: none;
        padding: 20px 0px;
        margin: 0;
    }

        .plan_following ul li {
            padding: 5px 0px;
        }

.plan_btn_wrapper {
    padding: 15px 0px;
    text-align: center;
}

    .plan_btn_wrapper button {
        border-radius: 50px;
        padding: 5px 15px;
        font-size: 14px;
    }

.details {
    border-bottom: 1px solid black;
    font-size: 14px;
    font-weight:500; 
}

.pagination .swiper-button-disabled {
    color: gray !important;
    background-color: white !important;
    font-size: 14px;
}

.plan-following {
    padding-top: 24px;
    font-size: 14px;
    font-weight:500;
}

.hidden-info {
    display: none;
}

.plan_details p {
    justify-content: end !important;
}

.hidden-circle {
    display: block;
}

.infopaginationmobile {
    display: none !important;
}

.infosure {
    color: #1F2937 !important;
    font-size: 14px;
    font-weight: 500;
}

.plan-center {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}
.inforight {
    text-align: right !important;
}
.left-part {
    margin-top: 15px; 
}

.infoElegir {
    padding-left:16px;
    font-size: 14px;
    font-weight: 700;    
}

@media only screen and (max-width: 991px) {
    .planSliderCard {
        padding: 10px 24px 30px 24px;
        border-radius: 10px;
        padding-top: 43px;
        font-size: 14px;
    }

    .plan_name {
        font-size: 20px;
    }

        .plan_name h3 {
            font-size: 25px;
            font-weight: 700;
        }

        .plan_name p {
            font-size: 14px;
            font-weight: 600;
        }

    .left-part {
        display: none;
    }

    .plan_following {
        height: 177px;
    }
        .plan_following p {
            justify-content: space-between !important;
        }

        .plan_following ul {
            padding: 0;
            padding-bottom: 10px;
        }

    .plan_btn_wrapper button {
        width: 70%;
    }

    .hidden-info {
        display: block;
        color: #1F2937 !important;
        font-size: 14px;
        font-weight: 500;
    }

    .plan_details p {
        justify-content: space-between !important;
        font-size: 14px;
        font-weight: 600;
    }

    .hidden-circle {
        display: none;
    }
    .infopagination {
        display: none !important;
    }
    .infopaginationmobile {
        display: block !important;
    }
}

@media only screen and (max-width: 768px) {
    .plan_following {
        height: 177px;
    }

    .plan-center {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }

    /*.planSliderCard.swiper-slide.swiper-slide-active {
        width: 85% !important;
    }*/
}


/*checks ofertas*/

 /*lottie div cargando*/
.cargando-lottie {
    width: 100px !important;
    height: auto !important;
    margin-inline: auto !important;
}
 