#pymes .logo-creditea-pay-header {
    display: block;
    margin-inline: auto;
    max-width: 100%;
    border-radius: 8px;
}

#pymes .ms-pay-header-logo h1 {
    font-size: 35px;
    margin-bottom: 0;
    line-height: inherit;
}

#pymes .titleFor-life h2 {
    font-size: 16px;
    font-family: "SF Pro Text";
    font-weight: 400;
    line-height: inherit;
}

    #pymes .titleFor-life h2 span {
        font-family: "SF Pro Text";
        font-weight: 600;
    }

#pymes .banner-principal-productos {
    background-color: #F5F5F5;
}

p.titleFor-life {
    font-size: 16px;
    font-family: "SF Pro Text";
    font-weight: 400;
}

.ul-titleFor-life {
    font-size: 16px;
    font-family: "SF Pro Text";
    font-weight: 400;
}

.img-responsive1 {
    text-align: center !important;
}

.div-iconos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    margin: 25px auto;
    gap: 15px;
    align-items: start;
}

.beneficio {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
    padding: 20px;
    border: 1px solid var(--gray3);
    border-radius: 8px;
    min-height: 190px;
}

    .beneficio.dispos {
        min-height: 259px;
    }

/*.beneficio-texto {
  flex: 1;
}*/

.beneficio-icono {
    background: #F9F7F7;
    width: 75px;
    height: 75px;
    border-radius: 50px;
    text-align: center;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .beneficio-icono img {
        width: 45px;
        height: auto;
    }

.iconos-pass {
    font-size: 14px;
    font-family: "SF Pro Text";
    font-weight: 600;
    text-align: center;
}

    .iconos-pass span {
        font-size: 14px;
        font-family: "SF Pro Text";
        font-weight: 400;
    }

.asesoriadiv {
    border-radius: 24px;
    min-height: 270px;
    background-color: #F5F5F5;
    padding: 16px;
    margin: 0 auto;
    padding: 16px;
    min-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    .asesoriadiv p {
        font-size: 16px;
        text-align: center;
        font-family: "SF Pro Text";
        font-weight: 600;
    }

    .asesoriadiv ul {
        font-size: 13px;
        letter-spacing: initial;
    }

#pymes .as-flex__dc {
    background-color: white;
    box-shadow: 0 2px 10px #00000014 !important;
}

#pymes .info__title {
    overflow: initial;
}

.siguiente-paso {
    font-family: "SF Pro Text";
    font-weight: 400;
    font-size: 30px;
    line-height: inherit;
}

#pymes .bg-black {
    background-color: black;
    color: white;
}

.pasosdiv {
    text-align: center;
    margin: 0 auto;
    float: initial;
}

div#pymes h2 {
    font-size: 30px;
    line-height: initial;
}

.beneficios-exclu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 412px;
}

.div-assesoria {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    margin: 25px auto;
    gap: 20px;
    align-items: start
}

.info__description p {
    text-align: left;
}

.program {
    font-size: 18px;
}

.div-empresas {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 60%;
    margin: 25px auto;
    gap: 15px;
    align-items: start;
}

.security-section {
    max-width: 1220px;
    margin: 0 auto;
    padding: 40px 0px;
    font-family: system-ui, sans-serif;
    text-align: center;
}

.security-intro {
    font-size: 16px;
    margin-bottom: 40px;
    color: #333;
    background: #fff;
    border-radius: 25px;
    padding: 80px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.security-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.security-card {
    background: #fff;
    border-radius: 25px;
    padding: 24px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

    .security-card img {
        width: 150px;
        height: auto;
        margin-bottom: 16px;
    }

    .security-card p {
        font-size: 14px;
        color: #444;
        line-height: 1.5;
    }

    .security-card.highlighted {
        border: 2px solid #0071e3;
        background-color: #f9f9f9;
    }

.banner-tarjetanegocio {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

    .banner-tarjetanegocio > div {
        flex: 1 1 50%;
    }

.texto-tarjetanegocio {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
    padding: 24px;
}

#pymes.pymes-v2
.banner-principal-productos {
    background-color: var(--gray4);
    border-radius: 16px;
}

    #pymes.pymes-v2
    .banner-principal-productos.main-banner {
        border-start-start-radius: 0;
        border-start-end-radius: 0;
        padding-block: 80px;
    }

        #pymes.pymes-v2
        .banner-principal-productos.main-banner
        .security-section {
            color: var(--bblack);
            letter-spacing: -0.02em;
            text-align: left;
        }

        #pymes.pymes-v2
        .banner-principal-productos.main-banner
        .pyme-banner-title {
            font-family: "SF Pro Text";
            font-weight: 600;
            font-size: 32px;
            line-height: 36px;
            letter-spacing: -0.02em;
            margin: 0;
        }

        #pymes.pymes-v2
        .banner-principal-productos.main-banner
        .beneficios-exclu {
            align-items: flex-start;
            padding-inline: 48px;
            max-width: 459px;
            width: 100%;
        }

        #pymes.pymes-v2
        .banner-principal-productos.main-banner
        p.titleFor-life {
            color: var(--gray2);
            font-family: "SF Pro Text";
            font-weight: 500;
            font-size: 18px;
            margin: 0;
            margin-block: 16px;
        }

#pymes.pymes-v2
.pyme-words-upper {
    color: var(--bblue);
    font-family: "SF Pro Text";
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

#pymes.pymes-v2
.pyme-list-checks {
    color: var(--bblack);
    list-style: none;
    line-height: 24px;
    padding-inline: 0;
}

    #pymes.pymes-v2
    .pyme-list-checks > li {
        display: flex;
        align-items: center;
        column-gap: 4px;
        flex-direction: row;
        flex-wrap: nowrap;
    }

        #pymes.pymes-v2
        .pyme-list-checks > li > svg {
            display: block;
            color: var(--bblue);
            height: 16px;
            min-width: 16px;
            min-height: 16px;
            width: 16px;
        }

#pymes.pymes-v2
.pyme-actions {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin-top: 16px;
}

#pymes.pymes-v2
.pyme-black-words {
    color: var(--bblack);
    font-family: "SF Pro Text";
    font-weight: 600;
    letter-spacing: -0.02em;
}

#pymes.pymes-v2
.pyme-blue-words {
    color: var(--bblue);
    font-family: "SF Pro Text";
    font-weight: 600;
    letter-spacing: -0.02em;
}

#pymes.pymes-v2
.pyme-small-text {
    font-size: 12px;
    line-height: 16px;
    margin: 0;
}

#pymes.pymes-v2
.banner-principal-productos.main-banner
.img-responsive1
img {
    height: auto;
    width: 100%;
}

#pymes.pymes-v2
.banner-principal-productos.main-banner
.img-responsive1
.beneficios-exclu {
    padding-inline: 0;
}

#pymes.pymes-v2
.pyme-section {
    margin-block: 24px;
}

#pymes.pymes-v2
.pyme-section-title {
    color: var(--bblack);
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -0.02em;
    text-align: center;
}

#pymes.pymes-v2
.pyme-section-grid-card {
    display: flex;
    gap: 16px;
}

#pymes.pymes-v2
.pyme-section-grid-card-item {
    display: flex;
    align-items: center;
    border: 1px solid var(--gray3);
    border-radius: 8px;
    background-color: var(--wwhite);
    column-gap: 16px;
    padding: 24px;
    width: 100%;
}

#pymes.pymes-v2
.pyme-section-grid-card-item-title {
    color: var(--bblack);
    font-weight: 600;
    font-family: "SF Pro Text";
    font-size: 18px;
    letter-spacing: -0.02em;
    margin: 0;
}

#pymes.pymes-v2
.pyme-section-grid-card-item-description {
    display: block;
    color: var(--gray2);
    font-family: "SF Pro Text";
    font-size: 12px;
    letter-spacing: -0.02em;
}

#pymes.pymes-v2
.pyme-section-grid-card-small {
    display: block;
    font-size: 12px;
    margin-top: 8px;
}

#pymes.pymes-v2
.pyme-section-grid-card-item-left
img {
    border-radius: 8px;
    background-color: #f2f2f2;
    height: 80px;
    padding: 8px;
    width: 80px;
}

#pymes.pymes-v2
.pyme-section-huge {
    margin-block: 80px;
}

#pymes.pymes-v2
.pyme-section-huge-title {
    color: var(--bblack);
    font-family: "SF Pro Text";
    font-weight: 600;
    font-size: 20px;
    letter-spacing: -0.02em;
}

#pymes.pymes-v2
.pyme-section-huge
.text-center.titleFor-life {
    max-width: 640px;
    margin-inline: auto;
    margin-top: 24px;
    width: 100%;
}

#pymes.pymes-v2
.pyme-section-huge
.pyme-section-huge-text {
    color: var(--gray2);
    letter-spacing: -0.02em;
}

#pymes.pymes-v2
.banner-business
.beneficios-exclu {
    min-height: unset;
    max-width: 768px;
    margin-inline: auto;
    padding-block: 48px;
    padding-inline: 24px;
    width: 100%;
}

#pymes.pymes-v2
.banner-business
.pyme-logo-apple-business {
    display: block;
    border-radius: 8px;
    height: 80px;
    mix-blend-mode: multiply;
    width: auto;
}

#pymes.pymes-v2
.banner-business
.beneficios-exclu {
    align-items: center;
}

#pymes.pymes-v2
.banner-business
.pyme-business-title {
    color: var(--bblack);
    font-size: 36px;
    font-family: "SF Pro Text";
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: normal;
    margin-top: 48px;
}

#pymes.pymes-v2
.banner-business
.pyme-empresarial-p {
    letter-spacing: -0.02em;
    max-width: 600px;
    margin-inline: auto;
    width: 100%;
}

#pymes.pymes-v2
.banner-business
.pyme-business-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 24px;
}

#pymes.pymes-v2
.banner-business
.pyme-business-grid-card {
    display: flex;
    align-items: flex-start;
    flex: 1;
    flex-direction: column;
    flex-wrap: wrap;
    font-family: "SF Pro Text";
    font-size: 12px;
    font-weight: 500;
    border-radius: 8px;
    background-color: var(--wwhite);
    border: 1px solid var(--gray3);
    gap: 8px;
    justify-content: flex-start;
    letter-spacing: -0.02em;
    line-height: normal;
    padding: 24px;
    min-width: calc(100% / 4 - 16px);
    width: 100%;
}

    #pymes.pymes-v2
    .banner-business
    .pyme-business-grid-card
    svg {
        color: var(--bblack);
        height: 20px;
        min-width: 20px;
        min-height: 20px;
        width: 20px;
    }

    #pymes.pymes-v2
    .banner-business
    .pyme-business-grid-card
    .pyme-business-grid-card-icon {
        display: flex;
        align-items: center;
        background-color: var(--gray3);
        border-radius: 16px;
        justify-content: center;
        height: 48px;
        width: 48px;
    }

    #pymes.pymes-v2
    .banner-business
    .pyme-business-grid-card
    .pyme-business-grid-card-title {
        display: block;
        font-size: 16px;
        margin-block: 16px;
        text-align: left;
    }

    #pymes.pymes-v2
    .banner-business
    .pyme-business-grid-card
    .pyme-business-grid-card-text {
        color: var(--gray2);
        margin: 0;
        text-align: left;
    }

#pymes.pymes-v2
.pyme-grid-two {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

    #pymes.pymes-v2
    .pyme-grid-two
    .pyme-grid-two-card {
        background-color: var(--pyme-grid-card-color);
        border-radius: 16px;
        color: var(--pyme-grid-card-text-color);
        flex: 1;
        max-width: calc(100% - 24px);
        min-height: 250px;
        padding: 48px;
        position: relative;
        overflow: hidden;
        width: 100%;
    }

        #pymes.pymes-v2
        .pyme-grid-two
        .pyme-grid-two-card > a {
            display: block;
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
        }

        #pymes.pymes-v2
        .pyme-grid-two
        .pyme-grid-two-card
        .pyme-grid-two-card-text-fancy {
            font-family: "SF Pro Text";
            font-weight: 500;
            font-size: 18px;
            letter-spacing: -0.02em;
            line-height: normal;
            margin: 0;
        }

            #pymes.pymes-v2
            .pyme-grid-two
            .pyme-grid-two-card
            .pyme-grid-two-card-text-fancy > .text-fancy-number {
                display: block;
                font-size: 64px;
                font-family: "SF Pro Text";
                font-weight: 600;
                text-transform: uppercase;
            }

            #pymes.pymes-v2
            .pyme-grid-two
            .pyme-grid-two-card
            .pyme-grid-two-card-text-fancy > .text-fancy-upper {
                text-transform: uppercase;
                font-size: 12px;
                font-weight: 400;
            }

        #pymes.pymes-v2
        .pyme-grid-two
        .pyme-grid-two-card
        .text-fancy-small {
            display: block;
            font-family: "SF Pro Text";
            font-weight: 400;
            letter-spacing: -0.02em;
            margin-top: 24px;
        }

        #pymes.pymes-v2
        .pyme-grid-two
        .pyme-grid-two-card
        .pyme-grid-two-card-logo {
            display: block;
            height: 32px;
            width: auto;
        }

#pymes.pymes-v2
.pyme-section-loyalty-title {
    display: block;
    font-size: 18px;
    letter-spacing: -0.02em;
    text-align: center;
    max-width: 720px;
    margin-inline: auto;
    width: 100%;
}

#pymes.pymes-v2
.pyme-section-loyalty-subtitle {
    display: block;
    color: var(--bblack);
    font-family: "SF Pro Text";
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.02em;
    text-align: center;
    margin-top: 48px;
}

#pymes.pymes-v2
.pyme-loyalty-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 24px;
    margin-top: 48px;
}

    #pymes.pymes-v2
    .pyme-loyalty-grid
    .pyme-loyalty-grid-card {
        background-color: var(--wwhite);
        border: 1px solid var(--gray3);
        border-radius: 8px;
        flex: 1;
        padding: 24px;
        width: 100%;
    }

        #pymes.pymes-v2
        .pyme-loyalty-grid
        .pyme-loyalty-grid-card
        .pyme-loyalty-circle {
            display: block;
            align-content: center;
            background-color: var(--bblue);
            border-radius: 100%;
            color: var(--wwhite);
            font-weight: 600;
            font-family: "SF Pro Text";
            height: 36px;
            min-width: 36px;
            min-height: 36px;
            margin-inline: auto;
            text-align: center;
            width: 36px;
        }

        #pymes.pymes-v2
        .pyme-loyalty-grid
        .pyme-loyalty-grid-card
        .pyme-loyalty-text {
            color: var(--bblack);
            font-weight: 600;
            font-family: "SF Pro Text";
            text-align: center;
            line-height: normal;
            padding-inline: 24px;
        }

#pymes.pymes-v2
.pyme-banner-white {
    background-color: var(--wwhite);
    border: 1px solid var(--gray3);
}

    #pymes.pymes-v2
    .pyme-banner-white
    .beneficios-exclu {
        align-items: flex-start;
    }

    #pymes.pymes-v2
    .pyme-banner-white
    .img-responsive1
    img {
        display: block;
        height: 200px;
        width: auto;
    }

    #pymes.pymes-v2
    .pymes-loyalty
    .pyme-banner-white
    .img-responsive1
    img {
        display: block;
        height: auto;
        margin-inline: auto;
        width: 75%;
    }

    #pymes.pymes-v2
    .pyme-banner-white
    .pyme-banner-white-title {
        color: var(--bblack);
        font-size: 24px;
        font-family: "SF Pro Text";
        font-weight: 600;
        letter-spacing: -0.02em;
        line-height: normal;
        margin: 0;
    }

    #pymes.pymes-v2
    .pyme-banner-white
    .pyme-banner-white-text
    .pyme-blue-words {
        font-size: 40px;
        font-weight: 600;
        letter-spacing: -0.02em;
    }

    #pymes.pymes-v2
    .pyme-banner-white
    .pyme-banner-white-text {
        font-size: 18px;
        letter-spacing: -0.02em;
        margin: 0;
    }

    #pymes.pymes-v2
    .pyme-banner-white
    .beneficios-exclusive {
        align-items: center;
    }

#pymes.pymes-v2
.beneficio-icono {
    background: var(--gray4);
}

#pymes.pymes-v2
.pyme-tradein-card {
    display: flex;
    align-items: center;
    flex-direction: row;
    background-color: #303032;
    border-radius: 16px;
    color: var(--wwhite);
    justify-content: center;
    max-width: 768px;
    margin-inline: auto;
    padding: 48px;
    width: 100%;
}

#pymes.pymes-v2
.pyme-tradein-card-left,
.pyme-tradein-card-right {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    max-width: 50%;
    width: 100%
}

#pymes.pymes-v2
.pyme-tradein-card-right
.pyme-tradein-card-text {
    font-size: 16px;
    font-family: "SF Pro Text";
    letter-spacing: -0.02em;
}

#pymes.pymes-v2
.pyme-tradein-card-right
.pyme-tradein-card-cite {
    color: #C1C6D5;
    font-size: 12px;
    font-family: "SF Pro Text";
    line-height: normal;
    letter-spacing: -0.02em;
}

#pymes.pymes-v2
.texto-tarjetanegocio
p {
    color: var(--bblack);
    font-size: 24px;
    letter-spacing: -0.02em;
    font-family: "SF Pro Text";
    font-weight: 500;
    line-height: normal;
    max-width: 420px;
    margin-inline: auto;
    width: 100%;
}

#pymes.pymes-v2
.banner-tarjetanegocio
.img-targeta-negocio {
    height: 320px;
    width: auto;
}

#pymes.pymes-v2
.security-section {
    padding: 0;
    padding-block: 16px;
}

#pymes.pymes-v2
.as3__as3 {
    border-top: unset;
}

#pymes.pymes-v2
.info__description
p {
    letter-spacing: -0.02em;
    line-height: normal;
}

#pymes.pymes-v2
.info__title {
    font-size: 24px;
    letter-spacing: -0.02em;
    line-height: normal;
    margin-bottom: 24px;
}

#pymes.pymes-v2
.security-card p {
    line-height: normal;
    letter-spacing: -0.02em;
    max-width: 480px;
    margin-inline: auto;
    width: 100%;
}

#pymes.pymes-v2
.asesoriadiv {
    background-color: var(--wwhite);
    min-height: 220px;
}

    #pymes.pymes-v2
    .asesoriadiv
    p {
        line-height: normal;
    }

    #pymes.pymes-v2
    .asesoriadiv
    ul {
        padding-inline: 0;
    }

#pymes.pymes-v2
.pyme-guide-apple {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    margin-right: auto;
    min-height: 449px;
}

    #pymes.pymes-v2
    .pyme-guide-apple
    .pyme-guide-apple-title {
        color: var(--bblack);
        font-size: 24px;
        font-family: "SF Pro Text";
        font-weight: 500;
        line-height: normal;
    }

#pymes.pymes-v2
.asesoriaimg {
    margin-left: -15px;
}

#pymes.pymes-v2
.pyme-container-guide {
    margin-block: 128px;
}

#pymes.pymes-v2
.pyme-banner-white
.boton-primario {
    margin-top: 24px;
}

#pymes.pymes-v2
h2.mb-0 {
    color: var(--bblack);
    letter-spacing: -0.02em;
}

#pymes.pymes-v2
.titleFor-life
h2 {
    font-size: 16px;
    letter-spacing: -0.02em;
    margin-top: 16px !important;
}

#pymes.pymes-v2
.banner-footer {
    margin-block: 48px;
    padding-top: 16px;
}

    #pymes.pymes-v2
    .banner-footer
    p.titleFor-life {
        color: var(--bblack);
        font-family: "SF Pro Text";
        font-weight: 600;
        font-size: 20px;
        letter-spacing: -0.02em;
        line-height: normal;
        padding-inline: 16px;
    }

    #pymes.pymes-v2
    .banner-footer
    .banner-footer-text {
        font-family: "SF Pro Text";
        font-size: 16px;
        line-height: normal;
        letter-spacing: -0.02em;
        padding-inline: 24px;
        padding-top: 16px;
        padding-bottom: 24px;
        max-width: 800px;
        margin-inline: auto;
        width: 100%;
    }

#pymes.pymes-v2
.security-intro {
    background: unset;
    box-shadow: unset;
    border-radius: unset;
    font-size: 18px;
    line-height: normal;
    letter-spacing: -0.02em;
    padding: 0;
    margin: 0;
    margin-bottom: 48px;
    margin-inline: auto;
    max-width: 768px;
    width: 100%;
}

#pymes.pymes-v2
.security-card-title {
    display: block;
    color: var(--bblack);
    font-family: "SF Pro Text";
    font-weight: 600;
    margin-bottom: 16px;
}

#pymes.pymes-v2
.banner-principal-productos.banner-business {
    background-color: unset;
}

    #pymes.pymes-v2
    .banner-principal-productos.banner-business
    .pyme-grid-business-wrapper {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        row-gap: 64px;
    }

        #pymes.pymes-v2
        .banner-principal-productos.banner-business
        .pyme-grid-business-wrapper
        .pyme-business-grid {
            margin-top: 0;
        }

#pymes.pymes-v2
.banner-pyme-macstore {
    margin-top: 48px;
}

    #pymes.pymes-v2
    .banner-pyme-macstore
    .col-lg-12.col-md-12 {
        display: flex;
        align-items: center;
        flex-direction: row;
        gap: 48px;
        justify-content: center;
        padding: 48px;
    }

    #pymes.pymes-v2
    .banner-pyme-macstore
    .banner-pyme-macstore-left {
        min-width: 30%;
        max-width: 30%;
        width: 100%;
    }

    #pymes.pymes-v2
    .banner-pyme-macstore
    .banner-pyme-macstore-right {
        min-height: 340px;
        max-width: 70%;
        width: 100%;
    }

    #pymes.pymes-v2
    .banner-pyme-macstore
    .banner-pyme-macstore-left
    img {
        height: auto;
        width: 80%;
    }

    #pymes.pymes-v2
    .banner-pyme-macstore
    .banner-pyme-macstore-text {
        color: var(--gray2);
        font-size: 16px;
        line-height: normal;
        max-width: 85%;
        margin-inline: auto;
        width: 100%;
    }

#pymes.pymes-v2
.pyme-section-subtitle {
    font-size: 18px;
    font-family: "SF Pro Text";
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: normal;
    text-align: center;
    max-width: 700px;
    margin-inline: auto;
}

#pymes.pymes-v2
.pyme-section-subtitle-text {
    font-size: 16px;
    letter-spacing: -0.02em;
    max-width: 720px;
    margin-inline: auto;
    margin-bottom: 48px;
    width: 100%;
    text-align: center;
}

#pymes.pymes-v2
.program-trade-in-wrap {
    margin-block: 80px;
}

    #pymes.pymes-v2
    .program-trade-in-wrap h1.text-center {
        font-size: 28px;
    }

    #pymes.pymes-v2
    .program-trade-in-wrap
    .head-txt.head-h2 {
        font-size: 18px;
        font-family: "SF Pro Text";
        font-weight: 400;
    }

        #pymes.pymes-v2
        .program-trade-in-wrap
        .head-txt.head-h2 > br {
            display: none;
        }

#pymes.pymes-v2
.banner-carrusel-x {
    max-width: 1220px;
    margin-inline: auto;
    /*padding-top: 48px;*/
    position: relative;
    width: 100%;
}

    #pymes.pymes-v2
    .banner-carrusel-x
    #carrusel-x {
        border-radius: 0 0 16px 16px;
        border-bottom: none !important;
        overflow: hidden;
    }

    #pymes.pymes-v2
    .banner-carrusel-x
    .banner-home-pagination {
        display: flex;
        align-items: center;
        border-radius: 100px;
        border: 1px solid var(--gray3);
        background-color: var(--wwhite);
        height: 32px;
        left: 50%;
        padding-inline: 16px;
        transform: translateX(-50%);
        width: fit-content;
    }

#pymes.pymes-v2
.program-trade-in-wrap
.trade-in-grid-cards {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

#pymes.pymes-v2.home {
    background-color: var(--gray4);
    /*background: linear-gradient(90deg,rgba(34, 34, 72, 1) 0%, rgba(55, 112, 179, 1) 100%);*/
    padding: 48px;
    overflow: hidden;
}

.pymes-loyalty
.container.pyme-section {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

#pymes.pymes-v2.home
.pymes-loyalty {
    display: flex;
    flex-direction: row;
    max-width: 1220px;
    margin-inline: auto;
    width: 100%;
}

#pymes.pymes-v2.home
.pyme-section-title {
    color: var(--wwhite);
    font-size: 28px;
    text-align: left;
    line-height: normal;
    margin: 0;
    margin-bottom: 24px;
}

#pymes.pymes-v2.home
.pymes-loyalty
.pyme-section-title {
    color: var(--bblack);
    text-align: center;
}

    #pymes.pymes-v2.home
    .pyme-section-title > span {
        color: var(--bblue);
        font-family: "SF Pro Text";
        font-size: 36px;
        font-weight: 700;
    }

    #pymes.pymes-v2.home
    .pymes-loyalty
    .pyme-section-title > span {
        color: var(--bblack);
    }

    #pymes.pymes-v2.home
    .pyme-section-loyalty-title {
        color: var(--wwhite);
        font-size: 16px;
        line-height: normal;
        text-align: left;
        margin-bottom: 24px;
    }

#pymes.pymes-v2.home
.pyme-section-loyalty-subtitle {
    color: var(--wwhite);
    line-height: normal;
    text-align: left;
    margin: 0;

}

#pymes.pymes-v2.home
.pyme-loyalty-grid {
    flex-direction: column;
    margin-top: 24px;
}

#pymes.pymes-v2.home
.beneficios-exclu {
    min-height: unset;
}

    #pymes.pymes-v2.home
    .pyme-loyalty-grid
    .pyme-loyalty-grid-card {
        display: flex;
        align-items: center;
        border: none;
        border-radius: 100px;
        background-color: var(--wwhite);
        padding: 0;
    }

#pymes.pymes-v2.home
.pyme-banner-white
.pyme-banner-white-text {
    color: var(--bblack);
}

#pymes.pymes-v2.home
.pyme-loyalty-grid
.pyme-loyalty-grid-card
.pyme-loyalty-text {
    color: var(--bblack);
    font-size: 13px;
    text-align: left;
}

#pymes.pymes-v2.home
.pyme-loyalty-grid
.pyme-loyalty-grid-card
.pyme-loyalty-circle {
    margin-inline: unset;
}

#pymes.pymes-v2.home
.banner-principal-productos {
    background-color: var(--wwhite) !important;
    position: relative;
    z-index: 1;
}

#pymes.pymes-v2.home
.pymes-loyalty
.banner-principal-productos {
    display: flex;
    align-items: center;
    background-color: unset !important;
    border: unset;
    justify-content: center;
}

#pymes.pymes-v2.home
.banner-principal-productos {
    background-color: var(--wwhite) !important;
    position: relative;
    z-index: 1;
}

    #pymes.pymes-v2.home
    .shadow-blur {
        position: absolute;
        filter: blur(256px) saturate(2);
        left: 0;
        opacity: 0.6;
        top: 0;
        width: 100%;
        z-index: -1;
    }

#pymes.pymes-v2.home
.pyme-banner-white
.pyme-banner-white-title {
    color: var(--bblack);
    text-align: center;
}

#pymes.pymes-v2.home
.pyme-banner-white
.beneficios-exclu {
    align-items: center;
}

#pymes.pymes-v2.home
.pyme-banner-white
.pyme-banner-white-text
.pyme-blue-words {
    font-size: 32px;
}

    #pymes.pymes-v2.home
    .close-banner-pyme {
        display: flex;
        align-items: center;
        background-color: #0071E3;
        border-radius: 100%;
        border: 1px solid var(--wwhite) !important; 
        color: var(--wwhite);
        justify-content: center;
        position: absolute;
        border: none;
        height: 40px;
        top: -20px;
        transition: transform 400ms ease;
        right: -20px;
        width: 40px;
        z-index: 3;
    }

        #pymes.pymes-v2.home
        .close-banner-pyme:hover {
            transform: scale(0.9);
        }

@media only screen and (max-width:1200px) {
    .div-assesoria {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (min-width: 1135px) {
    #pymes.pymes-v2 .program-trade-in-wrap .trade-in-grid-cards {
        grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    }
}

@media only screen and (max-width: 992px) {
    #pymes.pymes-v2
    .banner-principal-productos.main-banner
    .beneficios-exclu {
        align-items: center;
        max-width: 100%;
        padding-inline: 24px;
    }

    #pymes.pymes-v2
    .banner-principal-productos.main-banner
    .img-responsive1
    .beneficios-exclu {
        margin-top: 48px;
    }

    #pymes.pymes-v2
    .pyme-list-checks > li {
        column-gap: 8px;
        line-height: normal;
        margin-bottom: 8px;
    }

    #pymes.pymes-v2
    .banner-principal-productos.main-banner
    .pyme-banner-title {
        text-align: center;
    }

    #pymes.pymes-v2
    .pyme-banner-white
    .beneficios-exclu.beneficios-exclusive {
        align-items: center;
        min-height: unset;
        padding-top: 48px;
        padding-bottom: 0;
        padding-bottom: 24px;
    }

    #pymes.pymes-v2
    .pyme-banner-white
    .beneficios-exclu {
        padding: 0;
        align-items: center;
    }

    #pymes.pymes-v2
    .pyme-banner-white
    .pyme-banner-white-text {
        margin: 0;
    }

    #pymes.pymes-v2
    .pyme-banner-white
    .boton-primario {
        margin-top: 24px;
    }

    #pymes.pymes-v2
    .pyme-tradein-card {
        flex-direction: column;
        padding: 24px;
    }

    #pymes.pymes-v2
    .pyme-tradein-card-left,
    #pymes.pymes-v2
    .pyme-tradein-card-right {
        max-width: 100%;
    }
}

@media only screen and (max-width:990px) {
    .img-bannerPrinc {
        width: 100%;
    }

    .beneficios-exclu {
        min-height: 285px;
    }

    .div-empresas {
        width: 80%;
    }

    img.asesoriaimg {
        width: 100%;
    }

    .financim.dispos {
        min-height: 246px;
    }

    .pyme-empresarial-p br {
        display: none;
    }
}

@media (max-width: 890px) {
    .div-assesoria {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {

    .beneficio {
        flex-direction: column-reverse;
        text-align: center;
    }

    .beneficio-icono {
        margin-bottom: 8px;
    }

        .beneficio-icono img {
            width: 40px;
            height: auto;
        }

    .beneficio-icono {
        width: 70px;
        height: 66px;
        border-radius: 30px;
    }

    .div-empresas {
        width: 100%;
    }

    section.as3__as3.pyme-as3__as3 .as3 {
        padding: 32px 15px 0 !important;
    }

    #pymes.pymes-v2
    .pyme-section-grid-card {
        flex-wrap: wrap;
    }

    #pymes.pymes-v2
    .pyme-section-huge {
        margin-block: 48px;
    }

    #pymes.pymes-v2
    .banner-business
    .beneficios-exclu {
        align-items: center;
        padding-inline: 16px;
    }

    #pymes.pymes-v2
    .pyme-loyalty-grid {
        flex-direction: column;
    }

    #pymes.pymes-v2
    .pyme-banner-white
    .beneficios-exclu {
        align-items: center;
    }

    #pymes.pymes-v2
    .texto-tarjetanegocio
    .bbva-pyme {
        margin-inline: auto;
    }

    #pymes.pymes-v2
    .pyme-guide-apple {
        min-height: 320px;
    }

    #pymes.pymes-v2 .asesoriadiv ul {
        padding-inline: 24px;
    }

    #pymes.pymes-v2
    .banner-pyme-macstore
    .col-lg-12.col-md-12 {
        flex-direction: column;
        padding: 24px;
        gap: 24px;
    }

    #pymes.pymes-v2
    .banner-pyme-macstore
    .banner-pyme-macstore-right {
        min-height: unset;
        max-width: 100%;
    }

    #pymes.pymes-v2
    .banner-pyme-macstore
    .banner-pyme-macstore-left {
        min-width: unset;
        max-width: unset;
    }

    #pymes.pymes-v2
    .banner-pyme-macstore
    .banner-pyme-macstore-text {
        max-width: 100%;
    }

    #pymes.pymes-v2 .banner-pyme-macstore .banner-pyme-macstore-left img {
        height: 80px;
        width: auto;
    }

    #pymes.pymes-v2 .banner-business .pyme-business-title {
        font-size: 24px;
    }

    #pymes.pymes-v2 .banner-business .pyme-business-grid-card {
        min-width: calc(100% / 2 - 16px);
    }

    #pymes.pymes-v2.home
    .pymes-loyalty {
        flex-direction: column;
        position: relative;
    }

    #pymes.pymes-v2.home .pyme-section-title {
        text-align: center;
    }

    #pymes.pymes-v2.home .banner-principal-productos {
        position: unset;
    }

    #pymes.pymes-v2.home .shadow-blur {
        position: absolute;
        pointer-events: none;
    }

    #pymes.pymes-v2.home .pyme-section {
        position: relative;
        z-index: 2;
    }

    #pymes.pymes-v2.home .close-banner-pyme {
        top: -28px;
        right: 0;
    }

    #pymes.pymes-v2.home {
        padding-inline: 24px;
    }

        #pymes.pymes-v2.home .pyme-section-loyalty-title {
            text-align: center;
        }

        #pymes.pymes-v2.home .pyme-section-loyalty-subtitle {
            text-align: center;
        }
}

@media only screen and (max-width: 700px) {
    #pymes.pymes-v2
    .banner-carrusel-x
    .banner-home-pagination {
        bottom: -16px;
    }
}

@media only screen and (max-width:630px) {
    .img-responsive1 img {
        width: 100%;
    }

    .div-empresas .boton {
        display: inline-block;
        line-height: initial;
        white-space: initial;
        font-family: "SF Pro Text";
        font-weight: 500;
    }

    .div-empresas .beneficio-texto p {
        margin: 10px 0;
    }


    #pymes .ms-pay-header-logo h1 {
        font-size: 2.5rem;
    }

    div#pymes h2 br {
        display: none;
    }

    div#pymes h2 {
        font-size: 2rem;
    }

    #pymes .titleFor-life h2 {
        font-size: 14px;
    }

    .beneficio {
        min-height: 240px;
    }

    p.titleFor-life {
        font-size: 14px;
        font-family: "SF Pro Text";
        font-weight: 400;
    }

    .beneficios-exclu {
        min-height: auto;
        align-items: initial;
    }

    #pymes .banner-principal-productos h2 {
        padding-top: 1rem;
    }

    .asesoriadiv ul {
        font-size: 12px;
        padding-left: 12px;
    }

    .ul-titleFor-life {
        font-size: 14px;
    }

    .siguiente-paso {
        font-size: 2rem;
    }

    .titleFor-life p {
        text-align: left;
    }

    .asesoriadiv p {
        font-size: 16px;
    }

    #pymes.pymes-v2
    .pyme-section-huge-title {
        text-align: center;
        padding-inline: 24px;
    }

    #pymes.pymes-v2
    .pyme-section-huge
    .pyme-section-huge-text {
        text-align: center;
        padding-inline: 24px;
    }

    #pymes.pymes-v2
    .pyme-banner-white
    .beneficios-exclu {
        min-height: 320px;
    }

    #pymes.pymes-v2
    .div-assesoria {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width:500px) {
    #pymes .titleFor-life h2 {
        text-align: center;
    }

    .div-iconos {
        grid-template-columns: repeat(2, 1fr);
    }

    #pymes .ms-pay-header-logo h1 {
        text-align: center;
        line-height: initial;
        margin-bottom: 15px;
    }

        #pymes .ms-pay-header-logo h1 br {
            display: none;
        }

    #pymes h2 {
        text-align: center;
    }

    p.titleFor-life {
        text-align: center;
    }

    .pasosdiv {
        text-align: center;
    }

    .div-assesoria {
        grid-template-columns: repeat(2, 1fr);
    }

    .asesoriadiv {
        min-height: 180px;
    }

    .beneficio {
        padding: 1rem;
    }

    .beneficio-texto p {
        font-size: 12px;
        letter-spacing: initial;
        margin: 5px 0;
    }

    .beneficio.dispos {
        min-height: 240px;
    }

    #pymes .info__title {
        font-size: 24px;
        line-height: initial;
        margin-top: 10px;
    }

    .asesoriadiv ul {
        font-size: 14px;
        letter-spacing: initial;
        padding-left: 20px;
    }

    .asesoriadiv {
        padding: 1rem;
    }

        .asesoriadiv p {
            margin: 8px;
        }

    #pymes .logo-creditea-pay-header {
        width: 200px;
    }

    .security-grid {
        grid-template-columns: 1fr;
    }

    .security-card {
        padding: 20px;
    }

    /* .as3.pyme-as3__as3 {
        padding: 32px 15px 0;
    }*/

    .security-intro {
        padding: 35px;
    }

    #pymes.pymes-v2
    .texto-tarjetanegocio
    p {
        font-size: 20px;
    }

    #pymes.pymes-v2
    .pyme-grid-two {
        flex-direction: column;
    }

        #pymes.pymes-v2
        .pyme-grid-two
        .pyme-grid-two-card {
            max-width: 100%;
        }

    #pymes.pymes-v2
    .pyme-section-title {
        line-height: normal;
    }

    #pymes.pymes-v2 .program-trade-in-wrap {
        margin-bottom: 0;
    }

        #pymes.pymes-v2 .program-trade-in-wrap .trade-in-grid-cards {
            margin-bottom: 0;
        }

    #pymes.pymes-v2
    .security-card img {
        width: 100px;
    }

    #pymes.pymes-v2
    .banner-pyme-macstore
    .banner-pyme-macstore-text {
        font-size: 14px;
    }
}

@media only screen and (max-width: 450px) {
    .banner-carrusel-x {
        min-height: unset;
    }

    #pymes.pymes-v2 .banner-business .pyme-business-grid-card {
        min-width: calc(100%);
    }
}

@media only screen and (max-width: 448px) {
    #pymes.pymes-v2
    .pyme-grid-two
    .pyme-grid-two-card {
        max-width: 100%;
    }

    #pymes.pymes-v2
    .div-assesoria {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media only screen and (max-width:360px) {

    .div-iconos {
        grid-template-columns: 1fr;
    }

    .beneficio {
        min-height: 200px;
    }

    .div-assesoria {
        grid-template-columns: repeat(1, 1fr);
    }

    .div-empresas {
        grid-template-columns: repeat(1, 1fr);
    }

        .div-empresas .boton {
            width: 50%;
        }
}

@media (max-width: 768px) {
    .banner-tarjetanegocio {
        flex-direction: column;
    }

        .banner-tarjetanegocio > div {
            flex: 1 1 100%;
        }

    .texto-tarjetanegocio {
        height: auto;
        padding: 30px 20px;
    }
}
