/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 31 2024 | 14:35:29 */
div#credito-detalle-popup .tabla-detalle-credito {
    transition-duration: 300ms;
    transition-timing-function: ease-out;
    display: block !important;
    width: 100%;
    padding: 40px;
    border-radius: 15px;
    margin: auto;
    position: relative;
    max-width: 600px;
    background:#fff;
    color: #fff;
    overflow: hidden;
    box-shadow: 0 45px 100px rgba(14, 21, 47, 0.4), 0 16px 40px rgba(14, 21, 47, 0.4);
}

div#credito-detalle-popup .title-card-slider {
    text-align:center;
    color:#008a92;
    font-size:35px;
    margin:0;
    line-height:1
}
.tabla-detalle-credito table {
    margin: 0;
}

 div#credito-detalle-popup {
    position: fixed;
    background: #000000b5;
    left: 0;
    top: -100vh;
    width: 100%;
    height: 100vh;
    z-index: 999;
    display: flex;
    backdrop-filter: blur(6px);
}

.activar-popup-creditos div#credito-detalle-popup {
    top: 0vh;
}
.carrusel-creditos .card-item:hover {
    cursor: pointer;
}


div#credito-detalle-popup td {
    padding: 0;
    border-bottom: 1px solid #ffffff1a;
}

i.cerrar-popup-credito {
    padding: 12px 15px 12px 15px;
    background: #ffd000;
    top: 0;
    right: 0;
    position: absolute;
    border-radius: 15px;
    color: #fff;
    cursor: pointer;
    font-size: 25px;
    transition:.3s all ease
}

i.cerrar-popup-credito:hover {
    background: #7c3d8f;
    color: #fff;
}

.popup_btn_pagar {
    background: rgb(129, 56, 141); 
    background: linear-gradient(90deg, rgba(129, 56, 141, 0.2) 0%, rgba(0, 177, 185, 0.2) 100%);
    text-decoration: none;
    color: #333;
    font-weight: 600;
    font-size: 20px;
    border-radius: 30px;
    padding: 6px 15px;
    display: block;
    text-align: center;
    max-width: 250px;
    width: 100%;
    margin: auto;
    transition:.3s all ease
}

.popup_btn_pagar:hover{
    background-color: transparent;
    background-image: linear-gradient(90deg, #81388c 0%, #008a92 100%);
    color:#fff;
    cursor:pointer
}

@media(max-width:667px){

    i.cerrar-popup-credito{
        padding:10px 14px
    }
    
    div#credito-detalle-popup .tabla-detalle-credito{
        padding:40px 10px
    }
    
    div#credito-detalle-popup .title-card-slider{
        font-size:20px
    }
}