.carrusel-tabla__container {
    display: none;
}
.carrusel-tabla{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px; 
}
.tabla-no-carrusel__container{
    display: block; 
    min-width: 328px;
    max-width: 328px;
}
.carrusel-tabla__h2{
    text-align: center;
    padding: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    font-size: 24px;
    line-height: 32px !important;
    font-weight: 600 !important;
}

.carrusel-tabla__swiper {
}

.carrusel-tabla__wrapper {
    padding-bottom: 32px;
}

.carrusel-tabla__slide {
    height: auto;
    display: flex;
    justify-content: center;
}

.carrusel-tabla__field{
    padding: var(--size-space-16, 16px);
} 

.carrusel-tabla__field--radius-top{
    border-radius: var(--border-radius-l, 16px) var(--border-radius-l, 16px) 0 0;
    border-top: var(--border-width-none, 0) solid var(--Color-Border-General-Inverse, #699282);
    border-right: var(--border-width-s, 1px) solid var(--Color-Border-General-Inverse, #699282);
    border-bottom: var(--border-width-none, 0) solid var(--Color-Border-General-Inverse, #699282);
    border-left: var(--border-width-s, 1px) solid var(--Color-Border-General-Inverse, #699282);
    background: var(--Color-Surface-General-Inverse, #00402A); 
} 

.carrusel-tabla__field--green{
    background: var(--Color-Surface-General-Inverse, #00402A);
}
.carrusel-tabla__field--gray{
    border-top: var(--border-width-none, 0) solid var(--Color-Border-General-1, #C8D9D0);
    border-right: var(--border-width-s, 1px) solid var(--Color-Border-General-1, #C8D9D0);
    border-bottom: var(--border-width-s, 1px) solid var(--Color-Border-General-1, #C8D9D0);
    border-left: var(--border-width-s, 1px) solid var(--Color-Border-General-1, #C8D9D0);
    background: var(--Color-Category-General-3, #F0F0F0);
}
.carrusel-tabla__field--white{
    border-radius: 0 0 var(--border-radius-l, 16px) var(--border-radius-l, 16px);
    border-top: var(--border-width-none, 0) solid var(--Color-Border-General-1, #C8D9D0);
    border-right: var(--border-width-s, 1px) solid var(--Color-Border-General-1, #C8D9D0);
    border-bottom: var(--border-width-s, 1px) solid var(--Color-Border-General-1, #C8D9D0);
    border-left: var(--border-width-s, 1px) solid var(--Color-Border-General-1, #C8D9D0);
    background: var(--Color-Form-Surface-General, #FFF);
}

.carrusel-tabla__heading{
    color: var(--Color-Content-General-Inverse, #FFF);
    margin-bottom: 0;
}

.carrusel-tabla__body{
    margin-bottom: 0;
}
.carrusel-tabla__strong{
    font-weight: 600;
}
/* Card */
.carrusel-tabla__card {
    min-width: 328px;
    max-width: 328px;
}

/* Navigation */
.carrusel-tabla__navigation {
    display: none;
}

.carrusel-tabla__button {
    background-color: white;
    border: none;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.carrusel-tabla__button:hover:not(:disabled) .carrusel-tabla__icon {
    color: white;
}

.carrusel-tabla__button:disabled path {
    cursor: not-allowed;
    fill: var(--Color-Content-Interactive-Disabled, #BFBFBF);
}

.carrusel-tabla__button path:disabled{
    cursor: not-allowed;
    fill: var(--Color-Content-Interactive-Disabled, #BFBFBF);
}

.carrusel-tabla__icon {
    color: var(--Color-Icon-General-1, #2F6852);
}

.carrusel-tabla__counter {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    min-width: 80px;
    text-align: center;
}

.carrusel-tabla__counter-current {
    font-weight: 700;
    color: var(--Color-Semantic-Success-1, #007F33);
}

.carrusel-tabla__counter-separator {
    color: var(--Color-Content-General-1, #2C2C2C);
}

.carrusel-tabla__counter-total {
    color: var(--Color-Content-General-1, #2C2C2C);
}

/* Base: tabla de 2 columnas siempre visible */
.tabla-no-carrusel__heading{
    display: flex;
    min-height: 56px;
    padding: 0;
    align-items: center;
    gap: var(--size-space-0, 0);
}

.tabla-no-carrusel__field-head-left{
    border-radius: var(--border-radius-l, 16px) 0 0 0;
    border-top: var(--border-width-none, 0) solid var(--Color-Border-General-Inverse, #699282);
    border-right: var(--border-width-s, 1px) solid var(--Color-Border-General-Inverse, #699282);
    border-bottom: var(--border-width-none, 0) solid var(--Color-Border-General-Inverse, #699282);
    border-left: var(--border-width-s, 1px) solid var(--Color-Border-General-Inverse, #699282);
    background: var(--Color-Surface-General-Inverse, #00402A);
}
.tabla-no-carrusel__field-head-right{
    border-radius: 0 var(--border-radius-l, 16px) 0 0;
    border-top: var(--border-width-none, 0) solid var(--Color-Border-General-Inverse, #699282);
    border-right: var(--border-width-s, 1px) solid var(--Color-Border-General-Inverse, #699282);
    border-bottom: var(--border-width-none, 0) solid var(--Color-Border-General-Inverse, #699282);
    border-left: var(--border-width-s, 1px) solid var(--Color-Border-General-Inverse, #699282);
    background: var(--Color-Surface-General-Inverse, #00402A);
}
.tabla-no-carrusel__field{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 18.8px;
    width: 50%;
}

.tabla-no-carrusel__field--left{
    border-top: var(--border-width-none, 0) solid var(--Color-Border-General-1, #C8D9D0);
    border-right: var(--border-width-s, 1px) solid var(--Color-Border-General-1, #C8D9D0);
    border-bottom: var(--border-width-s, 1px) solid var(--Color-Border-General-1, #C8D9D0);
    border-left: var(--border-width-s, 1px) solid var(--Color-Border-General-1, #C8D9D0);
}

.tabla-no-carrusel__field--right{
    border-top: var(--border-width-none, 0) solid var(--Color-Border-General-1, #C8D9D0);
    border-right: var(--border-width-s, 1px) solid var(--Color-Border-General-1, #C8D9D0);
    border-bottom: var(--border-width-s, 1px) solid var(--Color-Border-General-1, #C8D9D0);
    border-left: var(--border-width-none, 0) solid var(--Color-Border-General-1, #C8D9D0);
}
.tabla-no-carrusel__field--radius-bottom-right{
    border-radius: 0 0 var(--border-radius-l, 16px) 0;
}
.tabla-no-carrusel__field--radius-bottom-left{
    border-radius: 0 0 0 var(--border-radius-l, 16px);
}
.tabla-no-carrusel__text--white{
    width: 132px;
    min-height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--size-space-0, 0);
    flex: 1 0 0;
    margin-bottom: 0;
    color: var(--Color-Content-General-Inverse, #FFF);
    text-align: center;
}

.tabla-no-carrusel__text--black{
    color: var(--Color-Content-General-1, #2C2C2C);
    margin-bottom: 0;
    text-align: center;
}
.tabla-no-carrusel__text--strong{
    font-weight: 600;
}
.tabla-no-carrusel__field--gray{
    background: var(--Color-Category-General-3, #F0F0F0);
}
.tabla-no-carrusel__field--white{
    background: var(--Color-Surface-General-1, #FFF);
}
.tabla-no-carrusel__body{
    display: flex;
}

/* 360px */
@media (max-width: 575px) {
    .tabla-no-carrusel__field-head-left,
    .tabla-no-carrusel__field-head-right{
        min-height: 98px;
    }
    .tabla-no-carrusel__field--white,
    .tabla-no-carrusel__field--radius-bottom-left,
    .tabla-no-carrusel__field--radius-bottom-right {
        padding: 4.5px 18.8px;
    }
}

/* 576px */
@media (min-width: 576px) {
    .tabla-no-carrusel__container{
        min-width: 492px;
        max-width: 492px;
    }
    .carrusel-tabla{
        gap: 52px; /* 32px base + los 20px que Figma pide de más en este breakpoint */
    }
    .tabla-no-carrusel__text--white{
        width: 214px;
        min-height: 44px;
    }
}

/* 768px*/
@media (min-width: 768px) {
    .carrusel-tabla{
        padding: 20px 48px; /* FIX: padding del bloque completo (h2+tabla), token Figma --size-space-20 / --768-991-page-margin */
    }
    .tabla-no-carrusel__container{
        min-width: 672px;
        max-width: 672px;
    }
    .tabla-no-carrusel__field-head-left,
    .tabla-no-carrusel__field-head-right{
        min-height: 56px; /* FIX: altura de cabecera según Figma a 768px */
        padding: 16px 18.8px;
    }
    .tabla-no-carrusel__text--white{
        width: 304px;
        min-height: 24px;
    }
}

/* 992px */
@media (min-width: 992px) {
    .tabla-no-carrusel__container{
        min-width: 828px;
        max-width: 828px;
    }
    .tabla-no-carrusel__text--white{
        width: 382px;
        min-height: 24px;
    }
    .tabla-no-carrusel__field--radius-bottom-left,
    .tabla-no-carrusel__field--radius-bottom-right {
    padding: 5px 18.8px;
}
    
}

/* 1200px */
@media(min-width: 1200px) {
    .tabla-no-carrusel__container{
        min-width: 996px;
        max-width: 996px;
    }
    .tabla-no-carrusel__text--white{
        width: 466px;
        min-height: 24px;
    }
    .tabla-no-carrusel__field--radius-bottom-left,
    .tabla-no-carrusel__field--radius-bottom-right {
        padding: 16px 18.8px;
    }
}

/* 1920px */
@media (min-width: 1920px) {
    .carrusel-tabla {
        padding-bottom: 40px;
    }
    .tabla-no-carrusel__container{
        min-width: 1272px;
        max-width: 1272px;
    }
    .tabla-no-carrusel__heading{
        height: 56px;
    }
    .tabla-no-carrusel__field-head-left,
    .tabla-no-carrusel__field-head-right{
        width: 636px;
        height: 54px;
        padding: 16px 18.8px;
    }
    .tabla-no-carrusel__text--white{
        width: 604px;
        min-height: 56px;
    }
    .tabla-no-carrusel__field--radius-bottom-left,
    .tabla-no-carrusel__field--radius-bottom-right {
        padding: 16px 18.8px;
    }
}