﻿/*    SLICK BANNER - ALEX SICAL - 11/01/2021   */
.img-banner-expand {
    max-height: 100%;
    max-width: 100%;
}

.lgn span {
    color: white;
    font-size: .8rem;
    text-align: center;
    font-weight: 600;
}

#close {
    position: absolute;
    padding: .3rem .7rem !important;
    /*margin: 0.5rem -1rem -1rem auto;*/
    /*margin-right: .5rem;*/
    color: red !important;
    z-index: 999999901;
    right: 0;
    background-color: white;
    font-size: 2rem;
}

ul.slick-dots {
    list-style-type: none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.slick-dots {
    /*position: absolute;*/
    /*bottom: -20px;*/
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

    .slick-dots li.slick-active button:before {
        opacity: 1;
        color: black;
    }

    .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 20px;
        height: 20px;
        padding: 5px;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: none;
        background: transparent;
    }

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button:before {
            font-family: 'slick';
            font-size: 35px;
            line-height: 20px;
            position: absolute;
            top: 0;
            left: 0;
            width: 20px;
            height: 20px;
            content: '•';
            text-align: center;
            opacity: .25;
            color: black;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

.btn-app > span {
    font-size: 0.8rem !important;
}


.w-100 {
    width: 100%;
    max-height: initial;
}

/*FLOATING BUTTON*/
.hdr_chat .label-container {
    position: absolute;
    bottom: 158px;
}

.label-container {
    position: fixed;
    bottom: 28px;
    right: 85px;
    display: table;
    visibility: hidden;
}

.label-text {
    color: #FFF;
    background: rgba(51,51,51,0.5);
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
    border-radius: 3px;
}

.label-arrow {
    display: table-cell;
    vertical-align: middle;
    color: #333;
    opacity: 0.5;
}

.hdr_chat .float {
    position: absolute;
    bottom: 150px;
}

.float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #cf0018;
    border-radius: 50%;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.24) 1px 4px 15px 0px;
    border: none;
    cursor: pointer;
    height: 56px;
    /*position: absolute;*/
    /*right: 0px;*/
    width: 56px;
}

.df-icon {
    height: 36px;
    left: 10px;
    opacity: 1;
    position: absolute;
    top: 10px;
    transition: opacity 0.5s;
    width: 36px;
}

.float img {
    border: 0;
    margin: 0;
    padding: 0;
}

.my-float {
    font-size: 24px;
    margin-top: 18px;
}

a.float + div.label-container {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s ease;
}

a.float:hover + div.label-container {
    visibility: visible;
    opacity: 1;
}

/*VOUCHER*/
/*.title-voucher {
    text-align: center;
}

    .title-voucher h4 {
        color: #cf0018;
        font-weight: 700;
    }

    .title-voucher p {
        font-size: 1.3rem;
    }

.tcdata-voucher {
    text-align: center;
}*/

/*LOADER*/
.loader_ic {
    z-index: 1150;
    opacity: 1;
}

.overlay {
    position: fixed;
    z-index: 1149;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #F8F8FF;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.overlayContent {
    z-index: 1150;
    margin: 250px auto;
    width: 80px;
    height: 80px;
}

    .overlayContent h2 {
        font-size: 18px;
        font-weight: bold;
        color: #000;
    }

    .overlayContent img {
        width: 80px;
        height: 80px;
    }

    .overlayContent > i {
        margin: 25%;
    }

.loader_ic {
    color: #fff;
    font-size: 39px;
    position: fixed;
    z-index: -1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

    .loader_ic::before {
        content: "";
        display: block;
        position: absolute;
        z-index: -2;
        width: 100%;
        height: 100%;
        background-color: #ff4b5a;
        border-radius: 50%;
        top: 0;
        left: 0;
        box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);
        -moz-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);
        -webkit-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);
        -o-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);
        -ms-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
        -webkit-animation: beatbtn 0.9s ease-in-out infinite;
        animation: beatbtn 0.9s ease-in-out infinite;
    }

@keyframes beatbtn {
    0% {
        background-color: rgba(255, 75, 90, 1);
        transform-origin: center;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    50% {
        background-color: rgba(255, 75, 90, 0.8);
        transform-origin: center;
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
}

/*FOOTER*/
.footer {
    position: absolute;
    padding: 0;
    font-weight: 400;
    clear: both;
    min-height: 50px;
    background: #CF0018;
    color: #fff;
    bottom: 0;
    width: 100%;
    /*z-index: 99999;*/
}

.contact_bar, .legal_bar {
    text-align: center;
    padding: 8px;
}

.legal_bar {
    background: #fff;
    color: #777;
}

    .legal_bar span {
        display: inline-block;
        font-size: 0.7em;
        padding: 0 12px;
    }

.dir, .mail, .pbx, .social {
    display: inline-block;
    line-height: 2em;
    cursor: pointer;
}

    .social ul {
        padding: 0;
        margin: 0;
    }

.dir {
    display: block;
    font-size: 0.9em;
}

    .dir > a:hover {
        color: white;
    }

    .dir > a {
        color: white;
    }

    .dir:before {
        content: "";
        display: inline-block;
        background: url(../img/footer/IconoDireccion.png) no-repeat;
        width: 14px;
        height: 14px;
        margin-right: 4px;
        background-size: contain;
    }

.mail {
    background: url(../img/footer/IconoMail.png) no-repeat;
    width: 32px;
    height: 32px;
    background-size: contain;
}

.pbx {
    background: url(../img/footer/IconoPBX.png) no-repeat;
    width: 64px;
    height: 32px;
    background-size: contain;
    margin: 0 8px;
}

.fb, .tw, .ig, .app, .wapp {
    display: inline-block;
    width: 32px;
    height: 32px;
    border: 2px solid #CF0018;
    border-radius: 50%;
    background: url(../img/footer/IconosRedes.png) no-repeat;
    background-size: 160px 64px;
    margin: 0 -5px;
    cursor: pointer;
    box-sizing: content-box;
}

    .fb:hover, .tw:hover, .ig:hover, .app:hover, .wapp:hover {
        background-position-y: bottom;
        border-color: #fff;
    }

.tw {
    background-position: -32px top;
}

.ig {
    background-position: -64px top;
}

.app {
    background-position: -96px top;
}

.wapp {
    background-position: -128px top;
}

.modalw {
    cursor: pointer;
}
/*MENU ITEMS*/
.menu {
    /*min-height: 70vh;*/
    align-items: center;
    text-align: center;
    padding: 0;
    margin: 0;
    flex-flow: row wrap;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 5vh;
}

    .menu > .list-menu {
        list-style: none;
        padding: 0;
        margin: 0;
        text-align: center;
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

        .menu > .list-menu > .estab {
            background-color: #cf0018;
        }

.box img {
    width: 100% !important;
    height: auto;
    max-width: 75px;
    max-height: 75px;
}

.box span {
    position: relative;
    display: block;
    font-size: 1em;
    font-weight: 600;
    font-style: italic;
    text-align: center;
    top: 8px;
    max-width: 100px;
    color: #565;
    line-height: 1;
}

.box i {
    color: #565;
}

.menu > .list-menu > .box {
    margin: 20px;
    cursor: pointer;
}

.menu > .list-menu > #cat, .menu > .list-menu > #est {
    margin: 10px;
    /*cursor: auto;*/
}

.calc, .cuotas, .btn-cotizar, .btn-solicitar {
    margin: 0 2.5rem 1rem 2.5rem;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 680px) {

    table th, table td, table td span {
        padding: 0;
        font-size: 1rem;
        font-weight: 500;
    }

    .img-telefono-reto {
        width: 100% !important;
        height: auto !important;
    }

    .button-reto {
        margin-bottom: 1.5rem !important;
    }

    .text-reto {
        margin-bottom: 1.5rem !important;
        font-size: 1.4em !important;
    }

    .div-contenedor-reto {
        margin: 0 !important;
    }

    .flex-div {
        height: auto !important;
    }

    .logo-cuotas-reto {
        width: 100% !important;
        height: auto !important;
    }
}

/*LIMITE CREDITO*/

.lc span {
    color: white;
    line-height: 1;
}

.lc .txtlc {
    font-weight: 600;
    font-size: 1.45rem;
}

.lc .mntlc {
    font-weight: 700;
    font-size: large;
}

/* AJUSTE DE HEADER Y MENU BAR PARA QUEDARSE ARRIBA AL HACER SCROLL hdr_adj se agrega a body */

.hdr_adj .top_bar {
    /*    position: absolute;*/
    margin-bottom: 110px;
}

.hdr_adj .header, .hdr_adj .menu_bar {
    position: fixed;
    display: inline-block;
    top: 0;
    width: 50%;
    height: 70px;
    border-bottom: 1px solid #aaa;
    background: rgba(255,255,255,0.9);
    padding: 0 0 0 30px;
    z-index: 99999;
}

.hdr_adj .menu_bar {
    float: none;
    right: 0;
}

.hdr_adj .main_menu {
    left: -100%;
    width: 200%;
}

.hdr_adj .logo {
    width: 100%;
    max-height: 34px;
    background-position: left;
    min-width: 0;
}

.hdr_adj .contenido {
    /*    position: absolute;*/
    /*    margin-top: 170px;*/
}
/* ************* */

/* LAYOUT BASE */
.off {
    padding: .75rem 1.95rem;
    font-size: 1.95rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-radius: .25rem;
    cursor: pointer;
    outline: 0;
    border-width: 0;
}

.info {
    margin: 0 !important;
    box-shadow: none !important;
    position: relative !important;
    font-weight: 300;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    /*justify-content: flex-start;*/
    padding: .5rem 1rem;
    display: block;
    /*align-items: center;*/
    /*flex-flow: row nowrap;*/
    /*flex-wrap: wrap;*/
    height: 100%;
}

    .info .container-fluid {
        /*-ms-flex-wrap: nowrap;*/
        /*flex-wrap: nowrap;*/
        display: -ms-flexbox;
        display: flex;
        /*-ms-flex-wrap: wrap;*/
        /*-ms-flex-align: center;*/
        align-items: center;
        /*-ms-flex-pack: justify;*/
        /*justify-content: space-between;*/
        width: 100%;
        padding: 0;
        height: 100%;
    }

.off-child {
    display: flex;
}

.top_bar, .footer {
    position: relative;
    min-height: 50px;
    background: #CF0018;
    color: #fff;
}

.top_bar {
    height: 50px;
}

.header {
    display: block;
    height: 120px;
    width: 100%;
    background-color: #fff;
}

.menu_bar {
    display: block;
    position: relative;
    width: 100%;
    height: 60px;
    background: #eee;
    color: #CF0018;
}

.contenido {
    position: relative;
    font-style: normal;
}

.footer_abs .footer {
    position: absolute;
}

.footer {
    position: relative;
    padding: 0;
    font-weight: 400;
    clear: both;
}

.logo {
    display: block;
    position: relative;
    width: 75%;
    min-width: 180px;
    height: 50px;
    /* margin-left: 30px; */
    background: url(../../Content/img/header/LogoInterConsumo.png) no-repeat;
    background-size: contain;
    background-position: center center;
    left: 50%;
    top: 50%;
    /* float: left; */
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* ************* */

/* MENU */

.main_menu {
    display: none;
    position: absolute;
    transform: none;
    top: 60px;
    width: 100%;
    background: #fafafa;
    left: 0;
    border-bottom: 2px solid #aaa;
    z-index: 9999;
}

.menu_ops {
    display: block;
    /*    height: 30px;*/
    padding: 8px 20px;
    overflow: hidden;
    cursor: pointer;
    font-size: 1.2em;
}

    .menu_ops:hover {
        background: #efefef;
    }
    /*.menu_ops icn {*/
    .menu_ops img {
        display: inline-block;
        visibility: visible;
        width: 30px;
        height: 30px;
        background-size: contain;
        vertical-align: middle;
        margin: 0 8px 0 0;
    }

    /*.menu_ops icn:first-line{*/
    .menu_ops:first-line {
        line-height: 30px;
    }

.mm_icon, .login {
    display: inline-block;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}

    .login .menu_ops {
        display: inline-block;
    }

        .login .menu_ops:hover {
            background: none;
        }

.mm_icon {
    background: url(../../Content/img/header/IconoMenuResponsive.png) no-repeat;
    width: 20px;
    height: 20px;
    right: 20px;
    background-size: contain;
    float: right;
}

    .mm_icon:before {
        position: absolute;
        left: -230%;
        content: attr(lbl);
        font-size: 16px;
        font-weight: 400;
        line-height: 1.2em;
    }

/*AJUSTES VISUALES MOVIL*/
.inter-form-container {
    margin-top: 2rem;
}

.inter-celnum {
    position: relative;
    /*top: 0.7rem;*/
    /*width: 149px;*/
    line-height: 1.5rem;
    color: #a5a5a5;
    font-size: 14px;
}

/*CALCULADORA*/
.logo-cuotas p {
    font-weight: bold;
    text-align: center;
}

/*CONSUMO*/

#btnAtras {
    font-size: 25px;
    color: white;
    cursor: pointer;
    margin-top: 0;
}

    #btnAtras i {
        color: #cf0018;
    }

#monto {
    text-align: right;
}

.monto input[type=text]:focus:not([readonly]),
.monto input[type=tel]:focus:not([readonly]) {
    border: 1px solid #CF0018;
    box-shadow: 0 1px 0 0 #CF0018;
}

.parent .title-cat {
    /*text-align: center;*/
    font-size: 3.5rem;
    font-weight: 800;
    color: #CF0018;
}

li.box#est > img {
    background-color: #CF0018;
}

/*PERSONAL*/

.inter-brand-content {
    text-align: center;
}

    .inter-brand-content .title-cat {
        font-size: 3.5rem;
        font-weight: 800;
        color: #CF0018;
    }

h4, h3 {
    line-height: 0.9;
}

.logo-cuotas h3 {
    color: #800000;
    font-weight: 900;
}

.radio label {
    font-size: 1.7rem;
    font-weight: bold;
}

@media only screen and (min-width: 700px) and (max-width: 990px) {
    /*CHATBOT*/
    /*.label-container {
        bottom: 158px;
        position: fixed;
    }

    .float {
        bottom: 150px;
        position: fixed;
    }*/
}

@media only screen and (min-width: 540px) {
    .w-100 {
        width: auto;
        max-height: 450px;
        margin: auto;
    }
}

/* AJUSTE PANTALLAS HORIZONTALES Y DISPOSITIVOS DE MAS DE 900px de ancho */
@media only screen and (min-width: 992px) {
    .logo {
        /* width: 40%; */
        max-width: 320px;
        display: inline-block;
        height: 40px;
        left: 0;
        /* transform: none; */
        transform: translate(0, -50%);
    }

    .mm_icon {
        display: none;
    }

    .header {
        display: inline-block;
        height: 100px;
        width: 250px;
        padding: 0 0 0 30px;
    }

    .menu_bar {
        display: inline-block;
        position: absolute;
        width: calc(100% - 250px);
        text-align: right;
        right: 10px;
        background: none;
        top: 70px;
    }

    .main_menu {
        display: inline-block !important;
        position: relative;
        top: 50%;
        width: auto;
        transform: translateY(-50%);
        background: none;
        border: none;
    }

    .menu_ops {
        display: -ms-inline-grid;
        display: inline-grid;
        font-size: 1em;
        text-align: left;
        width: 100px;
        height: 60px;
        padding: 0;
        vertical-align: top;
        overflow: hidden;
        line-height: 1em;
    }

        .menu_ops span, .menu_ops img {
            display: inline-block;
            position: relative;
            left: 50%;
            transform: translateX(-50%);
            -ms-transform: translateX(-50%);
        }

        .menu_ops span {
            width: 100%;
            text-align: center;
        }

        .menu_ops:hover {
            background: none;
        }

        .menu_ops:first-line {
            line-height: 1em;
        }

    .login {
        float: right;
    }

        .login .menu_ops {
            display: -ms-inline-grid;
            display: inline-grid;
        }

    .footer {
        /*position: fixed;*/
        /*top: calc(100vh - 128px);*/
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        /*padding: 1rem;*/
    }

    .container {
        margin-bottom: 128px;
    }

    .top_bar {
        /*position:fixed;*/
        /*top:0;*/
    }

    .inter-mas-oportunidad-box img {
        margin-top: 35px;
    }

    .menu > .list-menu > .box {
        margin: 30px;
        cursor: pointer;
    }

    .calc, .cuotas, .btn-cotizar, .btn-solicitar {
        margin: 0 6.5rem 2.5rem 6.5rem;
    }

    .box img {
        max-width: 95px;
        max-height: 95px;
    }

    .inter-form-container {
        margin-top: -30px;
    }

    .inter-bienvenido h4 {
        font-size: 25px;
    }

    /*CHATBOT*/
    /*.label-container {
        bottom: 158px;
    }

    .float {
        bottom: 150px;
    }*/
}
/* *** AJUSTE PARA IE ***  */
@media only (min-width: 992px), screen\0 {
    .menu_ops span {
        top: 32px;
    }
}
/* *** AJUSTE PARA EDGE ***  */
@supports (-ms-ime-align: auto) {
    .menu_ops span {
        top: 32px;
    }
}

/*bootstrap 4*/
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

/*ajuste modal terminos*/
#content-terminos {
    /*width: 400px;*/
    max-width: 100%;
    max-height: 400px;
    overflow-y: auto;
}

/*Terminos y condiciones*/
.inter-terminos-titular h3 {
    font-size: 25px;
    color: #da1c26;
    font-weight: bold;
}

.inter-terminos-content {
    /*padding: 41px 71px 79px 71px;*/
    text-align: justify;
}

#content-terminos .container {
    width: auto;
}




.valid-feedback {
    /*display: none;*/
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, .9);
    border-radius: .25rem;
}

.is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip, .was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip {
    display: block;
}

.form-control.is-valid, .was-validated .form-control:valid {
    /*border-color: #28a745;*/
    padding-right: calc(1.5em + .75rem);
    /*background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");*/
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

    .form-control.is-valid:focus, .was-validated .form-control:valid:focus {
        border-color: #28a745;
        box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
    }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}

.custom-select.is-valid, .was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem);
}

    .custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
        border-color: #28a745;
        box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
    }

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
    /*color: #28a745;*/
}

.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block;
}

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
    /*color: #28a745;*/
}

    .custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
        border-color: #28a745;
    }

.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57;
}

.custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
}

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #28a745;
}

.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #28a745;
}

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: .25rem;
}

.is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip, .was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip {
    display: block;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    display: block;
}

    .form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
    }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}

.custom-select.is-invalid, .was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem);
}

    .custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
    }

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545;
}

.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block;
}

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
    /*color: #dc3545;*/
}

    .custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
        border-color: #dc3545;
    }

.custom-control-input.is-invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d;
}

.custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
}

.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #dc3545;
}

.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #dc3545;
}

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
}

/*--------------------------------------------------*/
/*SWEET ALERT 2*/
/*--------------------------------------------------*/
.swal2-popup {
    font-size: 1.6rem !important;
    font-family: Georgia, serif;    
}
.swal2-footer {
    background: #CF0018 !important;
    height: 90% !important;
    margin: 2em 0 0 !important;
    padding: 0em 0em !important;
    margin-bottom: 25px !important;
    font-size: 1.2em !important;
}
img#imgCuotas {
    position: fixed !important;
    margin-top: 3px !important;
}