.credit-card-slide-info {
    margin: 94px 0px;
}

.title-info-slider {
    font-family: "SantanderText-Bold", sans-serif;
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    width: 100%;
}

.info-slider {
    font-family: "SantanderText-Regular", sans-serif;
    font-size: 18px;
    color: #ffffff;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    width: 100%;
    margin: 16px 0 32px 0;
}

.cardsBtn-slider {
    width: 192px;
    height: 40px;
    border-radius: 24px;
    background-color: #ffffff;
    border: none;
    font-family: "SantanderText-Bold";
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
}

.credit-card-slide-content {
    width: 103%;
}

.card-item {
    width: 263px;
    height: 500px;
    border-radius: 8px;
    background-image: linear-gradient(to top, #e0e0e0, #f2f2f2);
}
.img-card-item {
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.img-title-card {
    height: 202px;
    /* box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.13); */
    border-radius: 8px;
}
.img-title-cardH {
    /* box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.13); */
    border-radius: 8px;
}
.body-card-item {
    width: 263px;
    height: 249px;
    border-radius: 6px;
    background-color: #f2f2f2;
    padding: 24px;
}
.title-img {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.title {
    width: 100%;
    font-family: "SantanderText-Bold", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.11;
    letter-spacing: normal;
    color: #000000;
    text-align: center;
}
.img-radio {
    background-color: #f2f2f2;
    height: 28px;
    width: 32px;
    border-radius: 100%;
    position: absolute;
    bottom: 47%;
    right: 5%;
}
.icon-title {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 6px;
    left: 8px;
}
.subtitle {
    width: 100%;
    font-family: "SantanderText-Regular", sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #7d7d7d;
    margin-bottom: 8px;
    text-align: center;
}
.info {
    width: 100%;
    height: 40px;
    font-family: "SantanderText-Regular";
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #535353;
    text-overflow: ellipsis;
    /* display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden; */
    margin: 16px 0 32px 0;
    text-align: center;
}
.footer-card-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.btnAccept {
    width: 156px;
    height: 40px;
    border-radius: 24px;
    background-color: #ec0000;
    border: none;
    color: #ffffff;
    font-family: "SantanderText-Bold";
    font-size: 16px;
    
}
.btnDetail {
    width: 156px;
    height: 40px;
    background-color: transparent;
    border: none;
    color: #ec0000;
    font-family: "SantanderText-Bold";
    font-size: 16px;
}

@media (min-width: 1000px) {
    .mobileSection {
        display: none;
    }
}

@media (max-width: 700px) {
    .credit-card-slide-info {
        margin: 0;
    }
    
    .cardsBtn-slider {
        width: 100%;
    }
    
}