.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);
}

#otros-planes-recomendados {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 32px 16px;
    overflow: hidden;

    /* 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;
    }

    .swiper {
        width: 100%;
        height: auto;
        padding-top: 32px;
        padding-bottom: calc(35px + 8px);
        overflow: visible;


        .item {
            width: 304px;
            max-width: 304px;
            min-height: 239px !important;
            box-sizing: content-box;
            z-index: 999;
            display: flex;
            flex-direction: column;
            justify-content: start;
            align-items: center;
            border-radius: var(--border-radius-l, 16px);
            border: 2px solid var(--Color-Border-General-1, #D8CFC7);
            background: var(--Color-Surface-General-1, #FFF);
            overflow: hidden;
            /* margin: 0 auto; */
































            .item__section-primary {
                display: flex;
                justify-content: flex-start;
                flex-direction: column;
                height: 140px;
                width: 100%;


                .img-placas {
                    width: 100%;
                    height: 140px;
                    width: 100%;
                }

                .cintillo-cards {
                    width: 100%;
                    height: 36px;
                    padding: 0;
                    background-color: #007ACB;
                    display: flex;
                    justify-items: center;
                    color: white;
                    flex-direction: column;
                    justify-content: center;
                    align-items: center;
                    gap: 0;
                    align-self: stretch;
                    margin-top: -36px;
                }
            }

            .item__section-secondary {
                display: flex;
                flex: 1 0 0;
                flex-direction: column;
                justify-content: flex-end;
                align-items: center;
                width: 100%;

                .container-middle {
                    min-height: 187px;
                    display: flex;
                    flex-direction: column;
                    justify-content: flex-end;
                    padding: 16px;
                    align-items: center;
                    gap: 16px;
                    align-self: stretch;




















                    .container-middle-text {
                        display: flex;
                        flex-direction: column;
                        gap: 8px;


                    }

                    .titulo-card,
                    .subtitulo-card {
                        text-align: center;
                        padding: 0px;
                        margin: 0px !important;

                    }

                    .titulo-card {
                        margin: 0px !important;
                        font-size: 18px;
                    }

                    .subtitulo-card {
                        padding: 0px;
                        margin: 0px;
                        text-align: center;
                        align-self: stretch;
                        font-feature-settings: 'liga' off, 'clig' off;
                        font-size: 14px;
                        min-height: 88px;
                    }
                }

                .lista-subtitulo {
                    margin: 0px;
                    padding: 0px;
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    height: 88px;
                    width: 100%;
                    flex-direction: row;

                    .item-lista {
                        display: flex;
                        align-items: center;
                        justify-content: start;
                        flex-direction: row;

                        .text-list {
                            text-align: start;
                            margin: 0px;



                        }
                    }

                    .item-precio {
                        display: flex;
                        align-items: center;

                        .text-list {
                            margin-bottom: 0px !important;
                            font-weight: 600;

                            span:first-child {
                                font-size: 16px;
                                font-style: normal;
                                font-weight: 600;
                                line-height: 22px;
                            }

                            span:nth-child(2) {
                                font-size: 12px;
                                font-style: normal;
                                font-weight: 600;
                                line-height: 16px;
                            }
                        }

                    }
                }

                .column {
                    margin: 0px;
                    padding: 0px;
                    display: flex;
                    align-items: center;
                    justify-content: space-evenly;
                    height: 88px;
                    width: 100%;
                    flex-direction: column;

                    .row {
                        display: flex;
                        width: 100%;
                        justify-content: space-between;
                    }
                }

            }

            .button-section {
                display: flex;
                max-width: 412px;
                padding: var(--size-space-16, 16px) var(--size-space-16, 16px) var(--size-space-16, 16px) var(--size-space-16, 16px);
                flex-direction: column;
                align-items: center;
                align-self: stretch;



                .card-btn {
                    color: white;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    border-radius: var(--border-radius-xl, 100px);
                    background: var(--Color-Button-Background-Active-1, #2F6852);
                    width: 100%;
                    height: 56px;
                }
            }

            .link-plan {
                padding-bottom: 24px;
                text-decoration: underline;
                color: var(--Color-Button-Background-Active-1, #2F6852);




                a {
                    color: var(--Color-Button-Background-Active-1, #2F6852);
                }
            }
        }
    }

    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }
}

#mod-planes-recomendados-luz__contenedor-boton-mas-servicios-luz {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
}

#btn-mas-servicios-de-luz {
    border-radius: 80px;
    background: var(--Color-Content-Interactive-Active, #2F6852);
    padding: 14px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 251px;
    height: 56px;
}

#btn-mas-servicios-de-luz span {
    font-size: 16px;
    font-family: "IberPangeaText-regular";
    font-weight: 600;
    line-height: 24px;
    word-wrap: break-word;
    color: #fffaf6;
}


@media (min-width: 576px) {
    .cards-container {
        padding: 0px 42px;
    }

    .swiper-wrapper-one-card {
        width: 406px !important;
        min-width: 406px !important;
        max-width: 406px !important;
        margin: auto;
        height: 470px !important;


        .swiper-slide.item {
            width: 406px !important;
            min-width: 406px !important;
            max-width: 406px !important;
            margin: auto;
            height: 470px !important;

            .item__section-primary {
                min-height: 176px;

                .img-placas {
                    min-height: 176px;

                }

            }

            .item__section-secondary {

                .container-middle {

                    .column {
                        height: 56px;
                        gap: 8px;
                    }
                }
            }


        }
    }
}

@media (min-width: 576px) {
    .cards-container {
        padding: 0px 42px;
    }

    .swiper-wrapper-one-card {
        width: 440px !important;
        min-width: 440px !important;
        max-width: 440px !important;
        margin: auto;
        height: 470px !important;


        .swiper-slide.item {
            width: 440px !important;
            min-width: 440px !important;
            max-width: 440px !important;
            margin: auto;
            height: 470px !important;

            .item__section-primary {
                min-height: 176px;

                .img-placas {
                    min-height: 176px;
                    object-fit: cover;

                }

            }

            .item__section-secondary {

                .container-middle {

                    .column {
                        height: 56px;
                        gap: 8px;
                    }
                }
            }


        }
    }
}

@media (min-width: 992px) {
    .cards-container {
        padding: 40px 82px;
    }

    .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-button-next {
        display: flex !important;
        width: 64px !important;
        height: 64px !important;
    }

    .swiper-button-prev {
        left: -7.5vw !important;
    }

    .swiper-button-next {
        right: -7.5vw !important;
    }

    .swiper-button-prev::after {
        background-image: url('/ibdmedia/ibdcomes/hogares/luz/distributiva/img/ico-swiper-button-prev.svg');
        background-size: contain;
        width: 64px;
        height: 64px;
        background-repeat: no-repeat;
        text-indent: -9999px;
    }

    .swiper-button-next::after {
        background-image: url('/ibdmedia/ibdcomes/hogares/luz/distributiva/img/ico-swiper-button-next.svg');
        background-size: contain;
        width: 64px;
        height: 64px;
        background-repeat: no-repeat;
        text-indent: -9999px;
    }


    .swiper-wrapper-one-card {
        width: 828px !important;
        min-width: 828px !important;
        max-width: 828px !important;
        margin: auto;
        height: 360px !important;



        .swiper-slide.item {
            display: flex;
            flex-direction: row;
            width: 828px !important;
            min-width: 828px !important;
            max-width: 828px !important;
            border: none;
            gap: 24px;
            height: fit-content !important;
            margin-top: 0;
            margin-bottom: 0;


            .item__section-primary {
                display: flex;
                padding: var(--size-space-0, 0px);
                flex-direction: column;
                justify-content: flex-end;
                align-items: center;
                gap: var(--size-space-12, 12px);
                flex: 1 0 0;
                align-self: stretch;
                border-radius: var(--border-radius-l, 16px);
                width: 402px;
                height: 358px;

                .img-placas {
                    width: 402px;
                    height: 358px;
                    border-radius: 16px;
                }

            }

            .item__section-secondary {
                display: flex;
                height: 100%;
                padding-bottom: var(--size-space-24, 24px);
                flex-direction: column;
                align-items: center;
                gap: var(--size-space-0, 0px);
                flex: 1 0 0;
                border-radius: var(--border-radius-l, 16px);
                border: 2px solid var(--Color-Border-General-1, #D8CFC7);

                width: 402px;
                height: 358px;

                .container-middle {
                    padding: 40px;

                    .container-middle-text {
                        width: 100%;
                        align-items: self-start;

                        .subtitulo-card {
                            text-align: left
                        }
                    }

                    .column {
                        height: 56px;
                        gap: 8px;
                    }

                }

                .button-section {
                    padding: 0 40px 16px;
                }


            }


        }
    }



}

@media (min-width: 1200px) {
    .cards-container {
        width: 100%;
        padding: 40px 102px;


        .swiper {
            .swiper-slide {
                flex-shrink: 0;
                width: 100%;
                /* height: 100%; */
                position: relative;
                transition-property: transform;
                display: block
            }

            .swiper-wrapper {
                display: flex;
                flex-wrap: wrap;
                /* width: 100%; */
                gap: 24px;
                justify-content: center;


                .item__section-primary {
                    height: 200px;

                    .img-placas {
                        height: 200px;
                        object-fit: cover;
                    }
                }
            }



            .swiper-wrapper-one-card {
                width: 828px !important;
                min-width: 828px !important;
                max-width: 828px !important;
                margin: auto;
                height: 470px !important;


                .swiper-slide.item {
                    display: flex;
                    flex-direction: row;
                    width: 828px !important;
                    min-width: 828px !important;
                    max-width: 828px !important;
                    border: none;
                    gap: 24px;
                    height: fit-content !important;

                    .item__section-primary {
                        display: flex;
                        padding: var(--size-space-0, 0px);
                        flex-direction: column;
                        justify-content: flex-end;
                        align-items: center;
                        gap: var(--size-space-12, 12px);
                        flex: 1 0 0;
                        align-self: stretch;
                        border-radius: var(--border-radius-l, 16px);
                        width: 402px;
                        height: 358px;

                        .img-placas {
                            width: 402px;
                            height: 358px;
                            border-radius: 16px;
                        }

                    }

                    .item__section-secondary {
                        display: flex;
                        height: 100%;
                        padding-bottom: var(--size-space-24, 24px);
                        flex-direction: column;
                        align-items: center;
                        gap: var(--size-space-0, 0px);
                        flex: 1 0 0;
                        border-radius: var(--border-radius-l, 16px);
                        border: 2px solid var(--Color-Border-General-1, #D8CFC7);

                        width: 402px;
                        height: 358px;






                        .container-middle {
                            padding: 40px;

                            .container-middle-text {
                                width: 100%;
                                align-items: self-start;

                                .subtitulo-card {
                                    text-align: left
                                }
                            }

                            .column {
                                height: 56px;
                                gap: 8px;
                            }

                        }

                        .button-section {
                            padding: 0 40px 16px;
                        }


                    }


                }
            }



        }

        .item {
            margin: 0px !important;
            width: 316px;
            max-width: 316px;
            min-height: auto;
            /* height: 500px; */
            max-height: 692px;
            box-sizing: border-box;
        }

        .swiper-pagination {
            display: none;
        }

        .swiper-button-prev,
        .swiper-button-next {
            display: none !important;
        }

    }

    #mod-planes-recomendados-luz__contenedor-boton-mas-servicios-luz {
        margin-top: 0px;
    }
}



@media (min-width: 1920px) {
    .cards-container {

        .swiper {
            .swiper-wrapper {
                overflow: hidden;


                .item {
                    width: 408px;
                    max-width: 408px;
                    min-height: auto;
                    /* height: 442px; */
                    max-height: 660px;


                    .item__section-secondary {
                        .container-middle {
                            padding: var(--size-space-16, 16px) var(--size-space-40, 40px);
                        }

                        .button-section {
                            padding: var(--size-space-16, 16px) var(--size-space-40, 40px) var(--size-space-24, 24px) var(--size-space-40, 40px);
                        }
                    }
                }




            }

            .swiper-wrapper-one-card {
                width: 840px !important;
                min-width: 840px !important;
                max-width: 840px !important;
                margin: auto;
                height: 358px !important;


                .swiper-slide.item {
                    display: flex;
                    flex-direction: row;
                    width: 828px !important;
                    min-width: 828px !important;
                    max-width: 828px !important;
                    border: none;
                    gap: 24px;
                    height: fit-content !important;

                    .item__section-primary {
                        display: flex;
                        padding: var(--size-space-0, 0px);
                        flex-direction: column;
                        justify-content: flex-end;
                        align-items: center;
                        gap: var(--size-space-12, 12px);
                        flex: 1 0 0;
                        align-self: stretch;
                        border-radius: var(--border-radius-l, 16px);
                        width: 402px;
                        height: 358px;

                        .img-placas {
                            width: 402px;
                            height: 358px;
                            border-radius: 16px;
                        }

                    }

                    .item__section-secondary {
                        display: flex;
                        height: 100%;
                        padding-bottom: var(--size-space-24, 24px);
                        flex-direction: column;
                        align-items: center;
                        gap: var(--size-space-0, 0px);
                        flex: 1 0 0;
                        border-radius: var(--border-radius-l, 16px);
                        border: 2px solid var(--Color-Border-General-1, #D8CFC7);

                        width: 402px;
                        height: 358px;

                        .container-middle {
                            padding: 40px;

                            .container-middle-text {
                                width: 100%;
                                align-items: self-start;

                                .subtitulo-card {
                                    text-align: left
                                }
                            }

                            .column {
                                height: 56px;
                                gap: 8px;
                            }

                        }

                        .button-section {
                            padding: 0 40px 16px;
                        }


                    }


                }
            }

        }
    }
}

.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;
}