﻿.card-app-value-props h3, .card-app-value-props p {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    text-align: center
}

.app-value-props-container {
    border-top: 1px solid var(--gray3)
}

.app-value-props-subcontainer {
    max-width: 1220px;
    margin: 0 auto;
    padding: 32px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px
}

.boton-saber-mas.valuesP::after {
    content: ">";
    margin-left: 5px
}

.card-list {
    width: 100%;
    list-style: none;
    display: flex;
    flex-direction: row;
    gap: 84px;
    justify-content: space-between;
    padding: 0;
    align-items: flex-start;
    margin: 0
}

    .card-list > li {
        width: calc(24.1% - 8px * 3 / 4);
        max-width: calc(50% - 8px / 2)
    }

.card-app-value-props {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    text-align: center;
    gap: 16px;
    content-visibility: auto;
}

    .card-app-value-props h3 {
        color: var(--bblack);
        font-family: "sf-pro-text-semibold";
        font-size: 24px;
        line-height: 30px;
        margin: 0;
        letter-spacing: .48px;
        max-height: 60px;
        min-height: 60px;
        -webkit-line-clamp: 2
    }

    .card-app-value-props p {
        color: var(--bblack) !important;
        font-family: "sf-pro-text-regular";
        /*min-height: 51px;*/
        max-height: 51px;
        font-size: 14px;
        margin-top: -8px;
        margin-bottom: 0;
        -webkit-line-clamp: 3;
        line-height: normal;
        color: #121212bf
    }

    .card-app-value-props .icon {
        font-size: 48px
    }

i.fa.fa-credit-card.icon.color-blue {
    color: #0071bc
}

.svg-container-props {
    display: flex;
    align-items: center;
    height: 68px;
    justify-content: center;
    text-align: center;
    width: 68px
}

@media (max-width: 1200px) {
    .app-value-props-subcontainer {
        padding-left: 12px;
        padding-right: 12px
    }
}

@media (max-width: 767px) {
    .card-app-value-props, .card-list > li {
        max-width: 100%
    }

    .card-list > li {
        width: unset
    }

    .card-list {
        justify-content: center;
        flex-direction: column;
        gap: 16px;
        align-items: stretch
    }
}
