.xs\:title_s {
    font-family: var(--font-family-1-smbold);
    font-size: var(--size-font-175);
    line-height: var(--size-font-line-height-xl);
    font-style: var(--font-style-normal);
}

.cards-container {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 16px;
    overflow: hidden;
    gap: 24px;


    /* Title/S */
    .title-container {
        color: var(--Color-Content-General-1, #2C2C2C);
        text-align: center;
        font-feature-settings: 'liga' off, 'clig' off;
        margin: 0px;
        padding: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        align-self: stretch;


    }

    .swiper {
        width: 100%;
        height: auto;
        padding-bottom: calc(35px + 8px);
        overflow: visible;


        .item {


            display: flex;
            align-self: stretch;

            width: 304px;
            min-height: 256px;


            box-sizing: content-box;
            z-index: 999;
            flex-direction: column;

            align-items: center;
            border-radius: var(--border-radius-l, 16px);
            border: 2px solid var(--Color-Border-General-1, #C8D9D0);
            background: var(--Color-Surface-General-1, #FFF);
            overflow: hidden;

            justify-content: space-between;



            .item__section-primary {
                display: flex;
                justify-content: flex-start;
                flex-direction: column;







            }

            .item__section-secondary {
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                align-self: stretch;




                .container-middle {
                    height: 100%;
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    padding: 12px;
                    align-items: center;
                    gap: 12px;
                    align-self: stretch;


                    .titulo-card {

                        color: #2C2C2C;
                        text-align: center;
                        font-feature-settings: 'liga' off, 'clig' off;
                        align-self: stretch;
                        padding: 0px;
                        margin: 0px;


                        /* Title/S */
                        font-size: 24px;
                        font-style: normal;
                        font-weight: 600;
                        line-height: 32px;
                        /* 133.333% */
                    }

                    .subtitulo-card {
                        align-self: stretch;
                        padding: 0px;
                        margin: 0px;
                        height: 88px;
                        text-align: center;
                        align-self: stretch;
                        font-feature-settings: 'liga' off, 'clig' off;

                    }

                }

                .button-section {
                    display: flex;
                    max-width: 412px;
                    padding: 16px 24px;
                    flex-direction: column;
                    align-items: center;
                    align-self: stretch;
                    justify-content: flex-end;
                    align-items: center;
                    align-self: stretch;



                    .card-btn {
                        color: #FFFAF6;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        border-radius: 100px;
                        background: #2F6852;
                        width: 100%;
                        height: 56px;
                        min-width: 200px;
                        max-width: 412px;
                        padding: 0;
                        flex-direction: column;

                        gap: 0;
                        align-self: stretch;



                        text-align: center;
                        /* Button/Main M */
                        font-size: 16px;
                        font-style: normal;
                        font-weight: 600;
                        line-height: 24px;
                        /* 150% */
                    }
                }
            }
        }
    }
}

.img-compensacion {
    background-image: url("/documents/20122/31134612/768_doble.png");
    width: 304px;
    height: 200px;
    border-radius: var(--border-radius-l, 16px) var(--border-radius-l, 16px) var(--border-radius-none, 0) var(--border-radius-none, 0);
}

.img-chica {

    background-image: url("/documents/20122/31134612/768_chica_telefono.png");
    background-size: cover;
    width: 304px;
    height: 200px;
    border-radius: var(--border-radius-l, 16px) var(--border-radius-l, 16px) var(--border-radius-none, 0) var(--border-radius-none, 0);
}

.img-espiral {
    background-image: url("/documents/20122/31134612/768_espiral.png");
    background-size: cover;
    width: 304px;
    height: 200px;
    border-radius: var(--border-radius-l, 16px) var(--border-radius-l, 16px) var(--border-radius-none, 0) var(--border-radius-none, 0);
}

@media (min-width: 576px) {
    .cards-container {
        padding: 40px 42px;
    }
}

@media (min-width: 768px) {
    .cards-container {
        display: flex;
        padding: 40px 48px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 32px;
    }
}

@media (min-width: 992px) {

    /* prueba carta abajo */
    .cards {
        flex-wrap: wrap;
        flex-direction: row;
        align-content: center;
        justify-content: center;
        gap: 24px;
    }

    .cards-container {
        display: flex;
        padding: 40px 82px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 32px;

        .img-compensacion {
            width: 402px;
            height: 200px;
            background: url("/documents/20122/31134612/992_doble.png") lightgray 50% / cover no-repeat;
            border-radius: 0;
        }
        .img-chica {
            width: 402px;
            height: 200px;
            background: url("/documents/20122/31134612/992_chica_telefono.png") lightgray 50% / cover no-repeat;
            border-radius: 0;
        }

        .img-espiral {
            background: url("/documents/20122/31134612/992_espiral.png") lightgray 50% / cover no-repeat;
            width: 402px;
            height: 200px;
            border-radius: 0;
        }

        .swiper-pagination {
            display: none;
        }
    }

    .lg\:title_m {
        font-family: var(--font-family-1-smbold);
        font-size: var(--size-font-200);
        line-height: var(--size-font-line-height-2xl);
        font-style: var(--font-style-normal);
    }

}

@media (min-width: 1200px) {
    .cards-container {
        width: 100%;
        padding: 40px 102px;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        .cards-container {
            display: flex;
            min-height: 256px;
            padding: 0px;
            flex-direction: column;
            justify-content: space-between;
            align-items: center;
            align-self: stretch;

            .img-compensacion {
                width: 402px;
                height: 200px;
                background: url("/documents/20122/31134612/1200_doble.png") lightgray 50% / cover no-repeat;
                border-radius: 0;
            }

            .img-chica {
                width: 402px;
                height: 200px;
                background: url("/documents/20122/31134612/1200_chica_telefono.png") lightgray 50% / cover no-repeat;
                border-radius: 0;
            }

            .img-espiral {
                background: url("/documents/20122/31134612/1200_espiral.png") lightgray 50% / cover no-repeat;
                width: 402px;
                height: 200px;
                border-radius: 0;
            }
        }

        .swiper-wrapper {
            margin-left: calc(24px / 2);
            width: 100%;
            justify-content: center;
        }
    }
}

@media (min-width: 1920px) {
    .cards-container {
        display: flex;
        min-height: 256px;
        padding: 0px;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        align-self: stretch;

        .img-compensacion {
            width: 408px;
            height: 200px;
            background: url("/documents/20122/31134612/1920_doble.png") lightgray 50% / cover no-repeat;
            border-radius: 0;
        }


        .img-chica {
            width: 408px;
            height: 200px;
            background: url("/documents/20122/31134612/1920_chica_telefono.png") lightgray 50% / cover no-repeat;
            border-radius: 0;

        }

        .img-espiral {
            background: url("/documents/20122/31134612/1920_espiral_vertical.png") lightgray 50% / cover no-repeat;
            width: 408px;
            height: 200px;
            border-radius: 0;
        }
    }
}

.no-select {
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE/Edge */
    user-select: none;
    /* EstÃ¡ndar */
    cursor: default;
}