.carrusel-tabla__container {
    position: relative;
    z-index: 0;
}
.tabla-no-carrusel__container{
    display: none;
}
.carrusel-tabla__h2{
    text-align: center;
    padding: 0 16px;
    margin-bottom: 32px;
    margin-top: 16px;
}

.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: flex;
    align-items: center;
    justify-content: center;
    gap: 0px;
    margin-bottom: 32px;
}

.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);
}

@media (min-width: 576px) {
    .carrusel-tabla__container{
        display: none;
    }
    .carrusel-tabla{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .tabla-no-carrusel__container{
        display: block;
        min-width: 492px;
        max-width: 492px;
        padding-bottom: 40px;
    }
    .tabla-no-carrusel__heading{
        display: flex;
        
    }
    .carrusel-tabla__h2{
        margin-top: 20px;
    }
    .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{
        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;
    }
}

@media (min-width: 768px) {
        .tabla-no-carrusel__container{
            min-width: 828px;
            max-width: 828px;
        }
}

@media (min-width: 768px) {
        .tabla-no-carrusel__container{
            min-width: 672px;
            max-width: 672px;
        }
}

@media (min-width: 992px) {
        .tabla-no-carrusel__container{
            min-width: 828px;
            max-width: 828px;
        }
}

@media(min-width: 1200px) {
        .tabla-no-carrusel__container{
            min-width: 996px;
            max-width: 996px;
        }
}

@media (min-width: 1920px) {
        .tabla-no-carrusel__container{
            min-width: 1272px;
            max-width: 1272px;
        }
}