@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialicons/v97/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
  }
  
  .material-icons {
    font-family: 'Material Icons', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
  }
  
@media (min-width: 426px) {
    #loader{
        position: absolute;
    }
    body{
        justify-content: center;
        align-items: center;
        font-family: 'Poppins', sans-serif;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
        background: linear-gradient( 
            253.91deg
            , #142e38 -0.76%, #3e5762 31.66%, #65858f 88.08% ) !important;
    }

    .global{
        margin-right: 0 !important; 
        margin-left: 0 !important;

    }

    .home-start{
        margin-top:1% !important;
    }

    .home-head{
        margin:0 0 0 0 !important;

    }
    
    .interna{
        overflow: hidden;
        overflow-y: scroll;
    }
    .mobile{
        position: relative;
        width: 350px;
        height: 620px;
        
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    .top{
        top: -50px;
        width: 100%;
        height: 50px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border: solid 1em #DFDFDF;
        border-bottom: none;
       
        z-index: 1;
    }

    .bottom{
        position: absolute;
        bottom: -50px;
        width: 100%;
        height: 50px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        
        border: solid 1em #DFDFDF;
        border-top: none;
        background: linear-gradient(11.88deg, #142E38 74.57%, #3E5762 86.88%)
         !important;
    z-index: 1;
    }
    
    .screen{
        position: relative;
        background: linear-gradient(11.88deg, #142E38 74.57%, #3E5762 86.88%)
         !important;
        width: 100%;
        height:100%;
        overflow: hidden;
        display: flex;
        justify-content: center;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border: solid 1em #DFDFDF;
    }
    
    .top_border{
        position: absolute;
        top: -50px;
        width: 100%;
        height: 50px;
        background: #000;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }
    
    .bottom_border{
        position: absolute;
        bottom: -50px;
        width: 105%;
        height: 50px;
        background: #000;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        padding-left:10%;
    }
    
    .screen_border{
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
        display: flex;
        justify-content: center;
    }
    
    h2:not(.swal2-title){
        color: #fff;
        font-weight: 200;
        font-size: 2.5em;
        z-index: 1;
        transform: translateY(50px);
        transition: 0.5s;
        text-shadow: 0 1px 3px rgba(0,0,0,.5);
    }
    
    h2 span{
        font-size: 0.4em;
    }

    .img-frame{ 
        
        z-index: 1;
    }

    .top-credit{
        background: linear-gradient(11.88deg, #142E38 74.57%, #3E5762 86.88%)
         !important;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        transition: 0.5s;
        box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
        margin-bottom: 2%;
    }

    .top-credit-saldo{
        background: linear-gradient(11.88deg, #142E38 74.57%, #3E5762 86.88%)
         !important;
    }

    .top-credit-index{
        background: linear-gradient(11.88deg, #142E38 74.57%, #3E5762 86.88%)
         !important;
        transition: 0.5s;
        box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
      
    }
    
    .screen-cuota{
        position: relative;
        background: #E5E5E5 !important;
        width: 100%;
        height:100%;
        overflow: hidden;
        display: flex;
        justify-content: center;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border: solid 1em #DFDFDF;
        border-right-width: 0.3em;
    }

    .saldo{
        min-height: 18%;
    }

    .middle-credit-home{
        min-height: 18.4em !important;
        background-color:#E5E5E5;
       
    }

    .spinner-carga{
        clear:both;
        min-width: 220px;
        margin: auto;
    }

    .minima{
        display:none;
    }

    .btn-whatsapp {
        display:block;
        width:70px;
        height:70px;
        color: #fff;
        position: fixed;
        left:25%;
        bottom:10%;
        border-radius:50%;
        line-height:80px;
        text-align:center;
        z-index:999;
    }
}

.front-title{
    font-family: 'Nunito', sans-serif;font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.15px;
}

.front-subtitle{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.5px;color:white;
}

.form-control{
    font-family: 'Roboto', sans-serif !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 14px !important;
    line-height: 18px !important;
    letter-spacing: 0.5px !important;
    color: #FFFFFF !important;
}

.form-control.code{
    background: transparent !important;
    width:3em;
    text-align: center;
}

.image-upload > input {
    visibility:hidden;
    width:0;
    height:0
  }

p{
    color:#fff;
}

.textOnInput {
    position: relative;
}

.textOnInput label:after {
    content: " ";
    width: 100%;
    height: 13px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.card-barb-parcial{
    box-shadow: -10px 0px 0px 0px #FF8A00;
    border-radius: 8px;
    background-color: white;
    margin-left: 3%;
    z-index:1;
}

.card-barb-vencida{
    box-shadow: -10px 0px 0px 0px #CF042C;
    border-radius: 8px;
    background-color: white;
    margin-left: 3%;
    z-index:1;
}

.labelInputs{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.5px;
    float:left;
    padding-left:2%;
    color: rgba(255, 255, 255, 0.7);
}

form i {
    margin-left: -30px;
    cursor: pointer;
    color: #fff;
}

.btn-primary {
    font-size: 13px !important;
    color: #177DC6;
    letter-spacing: 1px;
    line-height: 15px;
    border: 2px solid #177DC6 !important;
    border-radius: 40px !important;
    background: transparent;
    background-color: #177DC6 !important;
    transition: all 0.3s ease 0s;
}
  
.btn-phill {
    border-radius: 40px !important;
    font-size: 13px !important;
}
  

.btn-primary:hover {
    color: #FFF;
    background: #177DC6;
    border: 2px solid #177DC6;
}

.btn-danger {
    font-family: 'Raleway-SemiBold', sans-serif !important;
    font-size: 13px !important;
    letter-spacing: 1px;
    line-height: 15px;
    border-radius: 40px !important;
    background: transparent;
    transition: all 0.3s ease 0s;
}
 
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #FFF;
}
 
::-ms-input-placeholder { /* Microsoft Edge */
    color: #FFF;
}

.credit{
    width: 192px !important;
    background-color: #CFFF4D !important;
    color: #3E5762 !important;
    font-family: 'Lato', sans-serif !important;
    font-style: normal !important;
    font-weight: bold !important;
    font-size: 14px !important;
    border: none !important;
    float:right;
}

.register{
    background-color: transparent !important;
}
.login{
    background-color: transparent !important;
}
::placeholder {
    font-family: 'Roboto', sans-serif;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 14px !important;
    line-height: 18px !important;
    /* identical to box height, or 129% */

    letter-spacing: 0.5px !important;

    color: #FFFFFF !important;
}

.test:after {
    content: '\2807';
    font-size: 25px;
    color: rgba(255, 255, 255, 0.7);
}

.middle-credit{
    background-color:#E5E5E5;
}

.middle-credit-cuota{
    background-color:#E5E5E5;
}

.bottom-credit{
    background-color:#E5E5E5;
}

.footer-credit{
    background-color:#E5E5E5;
    width: 100%;
}

.footer{
    background: linear-gradient(11.88deg, #142E38 74.57%, #3E5762 86.88%)
         !important;
}

.card {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    border: 0px !important;
    transition: 0.3s;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.button{
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}

/* On mouse-over, add a deeper shadow */
.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.estado{
    width:100%;
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}

.header-cuota-title{
    font-family: 'Nunito',sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
}

.cuotas-desc{
    font-family: 'Nunito',sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    align-items: center;
    letter-spacing: 0.25px;
    color: #142E38;
}

.cuotas-desc-min{
    font-family: 'Nunito',sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 16px;
    align-items: center;
    letter-spacing: 0.25px;
    color: #142E38;
}

.cuotas-number{
    font-family: 'Nunito',sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
}

.cuota-desc{
    font-family: 'Nunito',sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1px;
    color: #3E5762;
}

.title-error {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.5px;
    float: left;
    padding-left: 2%;
    color: rgba(255, 255, 255, 0.7);
}

.buttons{
    font-family: 'Roboto',sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.25px;
    color: #3E5762;
    cursor: pointer;
}

.cargando{
    font-family: 'Nunito',sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
    padding-top:15%;
    width:300px;
}

.credencial-card{
    background: linear-gradient(11.88deg, #142E38 74.57%, #3E5762 86.88%)
         !important;
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}

.container-card {
    padding: 2px 20px;
}

.credit-title{
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    align-items: flex-end;
    letter-spacing: 0.15px;
    color: #3E5762;
}

.credit-title-deudor{
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color:#CF042C;
    display: flex;
    align-items: flex-end;
    letter-spacing: 0.15px;
}

.credit-date{
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.18px;
}

.credit-desc{
    font-family: 'Roboto',sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.5px;
    color: #3E5762;
}

.credit-desc-deuda{
    font-family: 'Roboto',sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.5px;
    color: #CF042C;
}

.credit-footer{
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
}

.credit-estado-title{
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: flex-end;
    letter-spacing: 0.15px;
    color: #3E5762;
}

.credit-monto{
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 34px;
    line-height: 56px;
    color: #3E5762;
}

.credit-monto-vencido{
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 34px;
    line-height: 56px;
    color: #CF042C;
}

.credit-simbolo{
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 34px;
    line-height: 56px;
    color: rgba(62, 87, 98, 0.5);
}

.nombre-apellido{
    font-family: 'Nunito',sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1px;
    color: #FFFFFF;
}

.codigo-dni{
    font-family: 'Nunito',sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 20px;
    letter-spacing: 0.4px;
    color: #FFFFFF;
}

.codigo{
    font-family: 'Nunito',sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 5px;
    color: #FFFFFF;
}

.label-primary{
    font-family: 'Nunito',sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;color:#669B00;
}

.label-info{
    font-family: 'Nunito',sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;color:#FF8A00;
}

.label-danger{
    font-family: 'Nunito',sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;color:#CF042C;
}

.label-success{
    font-family: 'Nunito',sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;color:#65858F;
}

.label-warning{
    font-family: 'Nunito',sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;color:#08878F;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.bi-eye-slash{
    padding-left:2%;
}

.error{
    color:#FF4747;
    font-family: 'Nunito',sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
}

.reenviar_codigo{
    font-family: 'Roboto',sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    color:#65858f;
    
}

/* The customcheck */
.customcheck {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.customcheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #142e38;
    border-width: 1px;
    border-style: solid;
    border-color: white;
    border-radius: 5px;
}

/* When the checkbox is checked, add a blue background */
.customcheck input:checked ~ .checkmark {
    background-color: #CFFF4D;
    border-radius: 5px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.customcheck input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.customcheck .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #142e38;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* celular tablet */
@media (max-width: 600px) {
    #loader{
        position: fixed;
    }

    body{
        
        justify-content: center;
        font-family: 'Poppins', sans-serif;
        background: linear-gradient(11.88deg, #142E38 74.57%, #3E5762 86.88%)
         !important;
    }

    .head-wave{
        display:none;
    }
    
    #header{
        display:none;
    }

    .home-footer{
        
        display:none;
    }
    
    .screen-cuota{
        
        background: #E5E5E5 !important;
    }

    .top-credit{
        background: linear-gradient(11.88deg, #142E38 74.57%, #3E5762 86.88%)
         !important;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        transition: 0.5s;
        box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    }

    .top-credit-index{
        background: linear-gradient(250.69deg, #142E38 32.68%, #3E5762 78.33%, #65858F 106.17%)
         !important;
        transition: 0.5s;
        box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
      
    }

    .home-start{
        margin-top:0 !important;
    }

    .logo-header{
        display:none;
    }

    .imagen-header{
        display:none;
    }

    .top-credit-saldo{
        background: linear-gradient(11.88deg, #142E38 74.57%, #3E5762 86.88%)
         !important;
    }

    .global{
        margin-right: 0 !important; 
        margin-left: 0 !important;
        width: 100%;
    }

    .dropdown-menu.show{
        left:-130% !important;
    }

    .mobile{
        min-height: 700px;
    }

    .middle-credit-home{
        min-height: 25em !important;
        background-color:#E5E5E5;
    }

    .spinner-carga{
        margin-top:10%;
    }

    .minima{
        top: 35%; /* IMPORTANT */
        left: 8%; /* IMPORTANT */
        display: block;
        position: absolute;/* HALF OF THE WIDTH */
    }

    .entero{
        width:100%;
    }

    .btn-whatsapp {
        display:block;
        width:70px;
        height:70px;
        color:#fff;
        position:relative; 
        bottom:0;
        left:10%;
        border-radius:50%;
        line-height:80px;
        text-align:center;
        z-index:999;
    }
    
    .whatsapp-desktop-inside{
        display:none;
    }
}


#loader{

    background: linear-gradient(11.88deg, #142E38 74.57%, #3E5762 86.88%) !important;
    width: 100%;
    height: 100%;
    z-index: 999;
    overflow: hidden;
    margin-right: 33px;
    justify-content: center!important;
    align-items: center!important;
    display: flex;
}

.card.card-credito-pendiente{
    background-color:#dadada;
    color: #3E5762;
}

.card.card-credito-pendiente .credit-date{
    font-size:20px;
}

.card.card-credito-pendiente .credit-desc{
    font-size:12px;
}


.dropdown-menu a.dropdown-item{
    font-family: 'Roboto',sans-serif;
                        font-style: normal;
                        font-weight: normal;
                        font-size: 14px;
                        line-height: 20px;color:white;
}

.dropdown-menu a.dropdown-item:hover{

    background-color: #e9ecef;
    color: #666666;
}

.success{
    color:#CFFF4D;
    font-family: 'Nunito',sans-serif;
    font-style: normal;
    font-size: 14px;
}



