.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);
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 29px;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    border: 1px solid rgb(47, 104, 82) !important;
    margin: 0px 8px !important;
    background: #FFFFFF;
}

.swiper-pagination-bullet-active {
    background-color: #2f6852;
}

div.swiper-button-prev::after {
    display: none;
    content: url("/documents/20122/22203520/left_arrow.svg");
}

div.swiper-button-next::after {
    display: none;
    content: url("/documents/20122/22203520/right_arrow.svg");
}



.cards-container {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 16px 82px;
    overflow: hidden;

    & .title-container {
        color: var(--Color-Content-General-1, #2C2C2C);
        text-align: center;
        font-feature-settings: "liga" 0, "clig" 0;
        margin: 0px;
        padding: 0px;
    }

    & .text-list.body_regular_m {
        text-align: center;
        margin-top: 15px;
        margin-bottom: -10px;
    }

    & .swiper {
        width: 100%;
        height: auto;
        padding-top: 32px;
        overflow: visible;

        & .item {
            width: 328px;
            height: 512px;
            box-sizing: content-box;
            display: flex;
            flex-direction: column;
            justify-content: start;
            align-items: center;
            border-radius: var(--border-radius-l, 16px);
            background: var(--Color-Surface-General-1, #FFF);
            overflow: hidden;

            & .item__section-primary {
                display: flex;
                justify-content: flex-start;
                flex-direction: column;
                border-radius: 16px;

                & .img-placas {
                    width: 328px;
                    height: 328px;
                    object-fit: cover;
                    border-radius: 16px;
                }

                & .cintillo-cards {
                    width: 100%;
                    height: 36px;
                    padding: 0px;
                    background-color: rgb(0, 122, 203);
                    display: flex;
                    place-items: center;
                    color: white;
                    flex-direction: row;
                    justify-content: center;
                    gap: 0px;
                    align-self: stretch;
                    border-bottom-left-radius: 16px;
                    border-bottom-right-radius: 16px;
                    margin-top: -35px;
                }
            }

            & .item__section-secondary {
                display: flex;
                flex: 1 0 0px;
                flex-direction: column;
                align-items: flex-start;
                padding-top: 10px;
                padding-bottom: 35px;

                & .container-middle {
                    height: auto;
                    display: flex;
                    flex-direction: column;
                    justify-content: flex-start;
                    padding: 16px;
                    padding-left: 0px;
                    align-items: self-start;
                    gap: 0px;
                    align-self: stretch;

                    & .titulo-card {
                        text-align: center;
                        padding: 0px;
                        margin: 0px;
                    }

                    & .subtitulo-card {
                        padding: 0px;
                        margin: 0px;
                        text-align: center;
                        align-self: stretch;
                        font-feature-settings: "liga" 0, "clig" 0;
                    }

                    & .lista-subtitulo {
                        margin: 0px;
                        padding: 0px;
                        display: flex;
                        flex-direction: column;
                        align-items: flex-start;
                        gap: 0px;

                        & .item-lista {
                            display: flex;
                            align-items: center;

                            & .text-list {
                                text-align: left;
                                margin: 0px;
                            }
                        }
                    }
                }

                & .card-btn {
                    padding-bottom: 24px;
                    text-decoration: underline;
                }
            }
        }
    }

    #subtitle-module {
    text-align: center;
    width: 350px;
}
}

@media (min-width: 576px) {
    .cards-container {
        padding: 40px 48px 82px;
    }

    div.swiper-button-prev::after {
        display: block;
    }

    div.swiper-button-next::after {
        display: block;
    }

    #card-destacada {
        width: 400px;
    }

    #img-card-destacada {
        width: 400px;
        height: 312px;
    }

    #card-secundaria {
        width: 304px;
        height: 514px;
    }

    #img-card-secundaria {
        width: 304px;
        height: 312px;
    }

    .item {
        & .item__section-primary {
            display: flex;
            justify-content: flex-start;
            flex-direction: column;
            border-radius: 16px;

            & .img-placas {
                width: 328px;
                height: 328px;
                object-fit: cover;
                border-radius: 16px;
            }
        }

        & .item__section-secondary {
            display: flex;
            flex: 1 0 0px;
            flex-direction: column;
            align-items: flex-start;
            padding-top: 10px;
            padding-bottom: 35px;

            & .container-middle {
                height: auto;
                display: flex;
                flex-direction: column;
                justify-content: flex-start;
                padding: 16px;
                padding-left: 0px;
                align-items: self-start;
                gap: 0px;
                align-self: stretch;

                & .titulo-card {
                    text-align: center;
                    padding: 0px;
                    margin: 0px;
                }

                & .subtitulo-card {
                    padding: 0px;
                    margin: 0px;
                    text-align: center;
                    align-self: stretch;
                    font-feature-settings: "liga" 0, "clig" 0;
                }

                & .lista-subtitulo {
                    margin: 0px;
                    padding: 0px;
                    display: flex;
                    flex-direction: column;
                    align-items: flex-start;
                    gap: 0px;

                    & .item-lista {
                        display: flex;
                        align-items: center;

                        & .text-list {
                            text-align: left;
                            margin: 0px;
                        }
                    }
                }
            }

            & .card-btn {
                padding-bottom: 24px;
                text-decoration: underline;
            }
        }
    }
    #subtitle-module {
    text-align: center;
    width: 495px !important;
}
}

@media (min-width: 768px) {
    div.swiper-button-prev::after {
        display: block;
    }

    div.swiper-button-next::after {
        display: block;
    }

    .item {
        & .item__section-primary {
            display: flex;
            justify-content: flex-start;
            flex-direction: column;
            border-radius: 16px;

            & .img-placas {
                width: 328px;
                height: 328px;
                object-fit: cover;
                border-radius: 16px;
            }
        }

        & .item__section-secondary {
            display: flex;
            flex: 1 0 0px;
            flex-direction: column;
            align-items: flex-start;
            padding-top: 10px;
            padding-bottom: 35px;

            & .container-middle {
                height: auto;
                display: flex;
                flex-direction: column;
                justify-content: flex-start;
                padding: 16px;
                padding-left: 0px;
                align-items: self-start;
                gap: 0px;
                align-self: stretch;

                & .titulo-card {
                    text-align: center;
                    padding: 0px;
                    margin: 0px;
                }

                & .subtitulo-card {
                    padding: 0px;
                    margin: 0px;
                    text-align: center;
                    align-self: stretch;
                    font-feature-settings: "liga" 0, "clig" 0;
                }

                & .lista-subtitulo {
                    margin: 0px;
                    padding: 0px;
                    display: flex;
                    flex-direction: column;
                    align-items: flex-start;
                    gap: 0px;

                    & .item-lista {
                        display: flex;
                        align-items: center;

                        & .text-list {
                            text-align: left;
                            margin: 0px;
                        }
                    }
                }
            }

            & .card-btn {
                padding-bottom: 24px;
                text-decoration: underline;
            }
        }
    }

    #subtitle-module {
    text-align: center;
    width: 700px !important;
}
}

@media (min-width: 992px) {
    div.swiper-button-prev::after {
        display: block;
    }

    div.swiper-button-next::after {
        display: block;
    }

    #card-secundaria{
        & .swiper {
            & .item {
                & .item__section-secondary {
                    & .container-middle{
                        width: 304px;
                    }
                }
            }
        }
    }
    
    .cards-container {
        padding: 40px 82px 82px;

        & .swiper {
            width: 100%;
            height: auto;
            padding-top: 32px;
            overflow: visible;

            & .item {
                min-width: 277px;
                width: 304px;
                box-sizing: content-box;
                z-index: 1;
                display: flex;
                flex-direction: column;
                justify-content: start;
                align-items: center;
                border-radius: var(--border-radius-l, 16px);
                background: var(--Color-Surface-General-1, #FFF);
                overflow: hidden;

                & .lista-subtitulo {
                    & .item-lista {
                        & .text-list {
                            line-height: 22px;
                            font-weight: 400;
                            font-size: 16px;
                        }
                    }
                }
            }
        }
    }

    #card-destacada {
        width: 400px;
    }

    #img-card-destacada {
        width: 400px;
    }

    #card-secundaria {
        width: 304px;
    }

    #img-card-secundaria {
        width: 304px;
    }

    .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);
    }

    .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        top: var(--swiper-navigation-top-offset, 53%);
        left: 35px;
        right: auto;
    }

    .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        top: var(--swiper-navigation-top-offset, 53%);
        right: 35px;
        left: auto;
    }

    .no-select {
        user-select: none;
        cursor: default;
    }

    #subtitle-module {
    text-align: center;
    width: 820px !important;
}
}

@media (min-width: 1200px) {
    .swiper-pagination {
        display: none;
    }

    #card-destacada {
        width: 400px;
    }

    #img-card-destacada {
        width: 400px;
    }

    #card-secundaria {
        width: 266px;
    }

    #card-secundaria .container-middle {
        width: 266px;
    }

    #img-card-secundaria {
        width: 266px;
    }

    .cards-container {
        width: 100%;
        padding: 40px 102px;


        & .swiper {
            & .swiper-wrapper {
                display: flex;
                width: 100%;
                gap: 24px;
                justify-content: center;
            }

            & .item {
                width: 316px;
                box-sizing: border-box;
                margin: 0px !important;

                & .item__section-secondary {
                    & .container-middle {
                        padding-top: 10px;
                        padding-right: 0px;

                        & .titulo-card {
                            text-align: justify;
                            width: 266px;
                        }
                    }
                }
            }
        }
    }

    div.swiper-button-prev::after {
        display: none;
    }

    div.swiper-button-next::after {
        display: none;
    }

    #subtitle-module {
    text-align: center;
    width: 910px !important;
    }
}

@media (min-width: 1920px) {
    .cards-container {
        padding: var(--size-space-40, 40px) var(--14001920-page-margin, 324px);
        min-width: 1920px;


        & .swiper {
            & .swiper-wrapper {
                overflow: hidden;
            }

            & .item {
                width: 492px;
                
            }
        }
    }

    #card-destacada {
        width: 492px;
    }

    #img-card-destacada {
        width: 492px;
    }

    #card-secundaria {
        width: 358px;
    }

    #img-card-secundaria {
        width: 358px;
    }

    #card-secundaria .container-middle {
        width: 358px;
    }

    #subtitle-module {
    text-align: center;
    width: 910px;
    }
}