
#mod-03-planes-luz{
    display: flex;
    flex-direction: column;
    gap: var(--size-space-24, 24px);
    padding: 40px 16px;
}

.tituloModulo {
    text-align: center;
    display: flex;
    padding: var(--size-space-0, 0);
    flex-direction: column;
    align-items: center;
    gap: var(--size-space-16, 16px);
    align-self: stretch;
}

.titleCompara {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.SubtitleCompara {
    margin-bottom: 0;
}

#contenedorTarjetasConTabs>div:nth-child(1) {
    overflow-x: visible;
    width: 100%;
}

#contenedorContenidoTabs {
    width: 100%;
}

#carruselTabs {
    display: flex;
    width: 100%;
    padding: 0;
    overflow: hidden;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 24px;
    transform: translateX(0) !important;
}

#carruselTabs .item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 202px;
    height: 50px;
    cursor: pointer;
    border-right: none;
    border-left: none;
    border-top: none;
    color: #707070;
    font-size: 12px !important;
    font-family: 'IberPangeaText-Regular';
    border: 1px solid #707070;
    border-top: none;
    border-left: none;
    border-right: none;
}

#carruselTabs .item span {
    font-size: 14px;
    font-family: 'IberPangeaText-Regular';
}

#carruselTabs .selected {
    border: 2px solid #00A443;
    border-right: none;
    border-left: none;
    border-top: none;
    color: black;
    font-weight: 600 !important;
}

#carruselTabs .separador {
    width: 2px;
    position: relative;
    height: 50px;
    border: 1px solid #707070;
    border-top: none;
    border-left: none;
    border-right: none;
}

#carruselTabs .separador .signoBarraSeparador {
    position: absolute;
    top: 13px;
    color: #707070;
}

.contenedorTarjetasPlanes {
    display: grid;
    gap: 24px;
}

.tarjetaPlanesPrecioFijo {
    display: flex;
    border-radius: var(--border-radius-l, 16px);
    border: var(--border-width-l, 2px) solid var(--Color-Border-Interactive-Active, #699282);
    background: var(--Color-Surface-General-1, #FFF);
    padding: var(--size-space-0, 0);
    overflow: hidden;
    transition: border 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.tarjetaPlanesPrecioFijo:has(:checked){
    border: 2px solid #2F6852;
    background-color: #DCEBE1;
    box-shadow: 0 0 8px rgba(47, 104, 82, 0.3);
}



.imgTarjetas {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--size-space-0, 0);
    flex-shrink: 0;
    align-self: stretch;
    width: 104px;
    object-fit: cover;
}

.headerTarjeta {
    display: flex;
    align-items: center;
    align-self: stretch;
}

.tituloTarjetaPlanes {
    display: flex;
    align-items: center;
    flex-grow: 1;
}

.checkPlanes {
    display: flex;
    align-items: center;
    flex-grow: 2;
}

.descripcionTarjetaPlanes {
    align-self: stretch;
    margin-bottom: 0;
    flex-grow: 1;
}

.contenedorContenidoTarjeta {
    display: flex;
    flex-direction: row;
    height: 93%;
}

.contenidoTarjeta {
    display: flex;
    padding: var(--size-space-16, 16px);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: var(--size-space-8, 8px);
    flex: 1 0 0;
}

.hipervinculoTarjeta {
    display: flex;
    align-items: end;
}

/* Burbuja Te llamamos */
#floating-cmb-landing .floating-bubble {
    bottom: 180px;
}

@media (min-width: 576px) {
    #mod-03-planes-luz {
        padding: 20px 42px 32px;
    }
}

@media (min-width: 768px) {
    #mod-03-planes-luz {
        padding: 20px 48px 32px;
    }

    .contenedorTarjetasPlanes {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 992px) {
    #mod-03-planes-luz {
        padding: 64px 82px;
    }
}

@media (min-width: 1200px) {
    #mod-03-planes-luz {
        padding: 64px 102px;
    }

    #carruselTabs {
    display: flex;
    width: 100%;
    padding: 0;
    flex-direction: column;
    align-items: center;
    margin-bottom: 24px;
    transform: translateX(0) !important;
}
}

@media (min-width: 1920px) {
    #mod-03-planes-luz {
        padding: 64px 324px;
    }

    .contenedorTarjetasPlanes {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
