.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);
}

div.cards-container--padding-top {
    padding-top: 0px;
}

.cards-container {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 32px 12px;
    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: 24px; */
        padding-bottom: calc(35px + 8px);
        overflow: visible;
        






        .item {
            min-width: 304px;
            width: 304px;
            max-width: 304px;
            min-height: 494px !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: 151px;
                    object-fit: cover;
                }

                .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: space-around;
                align-items: center;
                width: 100%;
                min-height: 354px;
                background: var(--Color-Surface-General-3, #F9F9F9);

                .container-middle {
                    height: 100%;
                    display: flex;
                    flex-direction: column;
                    justify-content: flex-start;
                    padding: 16px;
                    align-items: center;
                    gap: 16px;
                    align-self: stretch;
                    padding-top: 0px;
                    
                    
                    
                    
                    



                    .container-middle-text {
                        display: flex;
                        flex-direction: column;
                        gap: 8px;




                        .titulo-card,
                        .subtitulo-card {
                            /* text-align: center; */
                            padding: 0px;
                            margin: 0px;
                        }

                        .titulo-card {/* font-size: 18px; */color: var(--Color-Content-General-1, #2C2C2C);}

                        .subtitulo-card {
                            padding: 0px;
                            margin: 0px;
                            text-align: left;
                            align-self: stretch;
                            font-feature-settings: 'liga' off, 'clig' off;
                            color: var(--Color-Content-General-2, rgba(71, 71, 71, 0.80));
                            /* font-size: 14px; */
                        }
                    }

                    .lista-subtitulo {
                        margin: 0px;
                        padding: 0px;
                        display: flex;
                        align-items: center;
                        justify-content: left;
                        height: 88px;
                        width: 100%;
                        flex-direction: column;
                        /* width: 100%; */
                        gap: 10px;
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        

                        .item-lista {
                            display: flex;
                            align-items: center;
                            justify-content: start;
                            flex-direction: row;
                            width: 100%;
                            gap: 5px;
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            

                            .text-list {
                                text-align: start;
                                margin: 0px;
                                color: var(--Color-Content-General-1, #2C2C2C);
                            }
                        }

                        .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;
        }
    }

}

@media (min-width: 360px){
    #contenedorContenidoTabs{
        width: 100%;
    }
    #contndrTitulo{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }

    .swiper-button-prev, .swiper-button-next {
        display: none;
    }

    #contndrTitulo h2{
        padding-bottom: 0rem;
    } 

    .titulo-antes-de-lista{
        text-align: left;
        display: flex;
        justify-content: left;
        align-items: center;
        width: 100%;
        color: var(--Color-Content-General-2, rgba(71, 71, 71, 0.80));
    }

    .titulo-antes-de-lista p{
        margin-bottom: 0rem;
    }

}

@media (min-width: 576px) {
    .cards-container {
        padding: 28px 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: 768px) {
    .cards-container {
        padding: 30px 23px;
    }
}

@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 {
        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) {
    #contenedorContenidoTabs {
        width: 100%;
        padding: 0 60px;
    }
    .cards-container {
        width: 100%;
        padding: 40px 19px;
        
        .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: flex !important;
            z-index: 10;
            border: none;
            background: transparent;
            padding: 0;
            outline: none;
        }

    }
}



@media (min-width: 1920px) {
    #contenedorContenidoTabs {
        width: 82%;
        padding: 0 0px;
        padding-right: 0px;
    }

    .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);
                        }

                        ;

min-height: 362px;
                    }
                }




            }

            .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;
                        }


                    }


                }
            }

        }
    ;

width: 90%;/* padding: 40px 199px; *//* justify-content: center; */margin: auto;

}
}

.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;
}