html {
    overflow-x: clip;
}

.carousel img {
    width: 70px;
    max-height: 70px;
    border-radius: 50%;
    margin-right: 1rem;
    overflow: hidden;
}

.carousel-inner {
    padding: 1em;
    width: auto;
    padding-top: 4rem !important;
    padding-bottom: 2rem !important;
}

.card {
    z-index: 0 !important;
}

.card-title {
    box-shadow: 1px 1px 20px -12px rgba(0, 0, 0, 6);
    -webkit-box-shadow: 1px 1px 20px -12px rgba(0, 0, 0, 6);
    -moz-box-shadow: 1px 1px 20px -12px rgba(0, 0, 0, 6);
    border-radius: 25px;
    position: relative;
    z-index: 2;
    margin-bottom: inherit;
}

.card h2 {
    font-size: 1.5rem;
    margin: 0;
    background-color: white;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    border-radius: 15px 15px 0 0;
    color: #888;
    border: 1px solid #ddd;
}

.card.active {
    transform: scale(1.09);
    z-index: 2;
    margin: 0 50px;
    border-radius: 25px;
}

.active.card h2 {
    border: 0px;
}


@media screen and (max-width: 1024px) {

    .card {
        width: 100% !important;
    }
}

@media screen and (max-width: 320px) {

    .card {
        width: 80% !important;
    }

    .carousel {
        padding: 0 0px !important;
    }

    .carousel-inner {
        width: 100%;
        padding-bottom: 3rem;
    }

    .carousel-item.active {
        display: flex;
        /* Activa flexbox en el padre */
        justify-content: center;
        /* Centra horizontalmente */
        align-items: center;
        /* Centra verticalmente */
    }

    .carousel-control-next {
        right: 0px !important;
        width: 2rem !important;
        height: 2rem !important;
    }

    .carousel-control-prev {
        left: -0px !important;
        width: 2rem !important;
        height: 2rem !important;
    }

    .container {
        padding: 0 !important;
    }

    .plan-toggle {
        margin: 30px !important;
    }

        .plan-toggle button {
            font-size: 0.7rem !important;
            padding: 0.1% 30px !important;
        }

    .type-toggle button {
        font-size: 0.7rem !important;
        padding-left: 5% !important;
        padding-right: 5% !important;
    }

        .type-toggle button:first-child {
            transform: translateX(16px) !important;
        }

        .type-toggle button:last-child {
            margin-left: inherit !important;
            transform: translateX(-16px) !important;
        }

    .active .card-body .img-integra {
        width: 75% !important;
    }

    .img-integra {
        width: 75% !important;
    }

    .btn-emprendimiento-activo::after {
        transform: inherit !important;
        bottom: -7px !important;
    }

    .btn-empresa-activo::after {
        transform: inherit !important;
        bottom: -7px !important;
    }

    .table-absolute {
        top: 1300px;
        width: 100%;
    }

    .table-container th,
    .table-container td {
        min-width: 80px !important;
    }

    .table-container th,
    .table-container td {
        font-size: 0.9rem !important;
    }

    .table-container {
        overflow-x: auto;
        box-sizing: border-box !important;
    }

    .recommended {
        font-size: 0.7rem !important;
        padding: 3px 7px !important;
        right: -25px !important;
    }

    .card h2 {
        padding: 15px !important;
    }

    .carousel-control-prev img,
    .carousel-control-next img {
        width: 30px;
        height: auto;
        opacity: 0.8;
        transition: opacity 0.3s ease;
    }
}

@media screen and (min-width:321px) and (max-width: 375px) {

    .card {
        width: 80% !important;
    }

    .carousel {
        padding: 0 20px !important;
    }

    .carousel-inner {
        width: 100%;
        padding-bottom: 3rem;
    }

    .carousel-item.active {
        display: flex;
        /* Activa flexbox en el padre */
        justify-content: center;
        /* Centra horizontalmente */
        align-items: center;
        /* Centra verticalmente */
    }

    .carousel-control-next {
        right: -1px !important;
    }

    .carousel-control-prev {
        left: 13px !important;
    }

    .container {
        padding: 0 !important;
    }



    .plan-toggle button {
        font-size: 1rem !important;
        padding: 0.7% 50px !important;
    }

    .type-toggle button {
        font-size: 0.9rem !important;
        padding-left: 5% !important;
        padding-right: 5% !important;
    }

        .type-toggle button:first-child {
            transform: translateX(17px) !important;
        }

        .type-toggle button:last-child {
            margin-left: inherit !important;
            transform: translateX(-17px) !important;
        }

    .active .card-body .img-integra {
        width: 75% !important;
    }

    .img-integra {
        width: 75% !important;
    }

    .btn-emprendimiento-activo::after {
        transform: inherit !important;
        bottom: -7px !important;
    }

    .btn-empresa-activo::after {
        transform: inherit !important;
        bottom: -7px !important;
    }

    .table-absolute {
        top: 1300px;
        width: 100%;
    }

    .table-container th,
    .table-container td {
        min-width: 80px !important;
    }

    .table-container th,
    .table-container td {
        font-size: 0.9rem !important;
    }

    .table-container {
        overflow-x: auto;
        box-sizing: border-box !important;
    }

    .recommended {
        font-size: 0.7rem !important;
        padding: 3px 7px !important;
        right: -5px !important;
        top: -15px !important;
    }

    .recommended-company {
        font-size: 0.7rem !important;
        padding: 3px 7px !important;
        right: -5px !important;
        top: -15px !important;
    }

    .card h2 {
        padding: 15px !important;
    }

    .carousel-control-prev img,
    .carousel-control-next img {
        width: 30px;
        height: auto;
        opacity: 0.8;
        transition: opacity 0.3s ease;
    }
}

@media screen and (min-width:376px) and (max-width: 575px) {

    .card {
        width: 80% !important;
    }

    .carousel {
        padding: 0 50px !important;
    }

    .carousel-inner {
        width: 100%;
        padding-bottom: 3rem;
    }

    .carousel-item.active {
        display: flex;
        /* Activa flexbox en el padre */
        justify-content: center;
        /* Centra horizontalmente */
        align-items: center;
        /* Centra verticalmente */
    }

    .carousel-control-next {
        right: 10px !important;
    }

    .carousel-control-prev {
        left: 20px !important;
    }

    .container {
        padding: 0 !important;
    }

    .active .card-body .img-integra {
        width: 75% !important;
    }

    .plan-toggle button {
        font-size: 0.9rem !important;
        padding: 0.7% 50px !important;
    }

    .type-toggle button {
        font-size: 0.85rem !important;
        padding-left: 5% !important;
        padding-right: 5% !important;
    }

        .type-toggle button:first-child {
            transform: translateX(10px) !important;
        }

        .type-toggle button:last-child {
            margin-left: inherit !important;
            transform: translateX(-10px) !important;
        }

    .btn-emprendimiento-activo::after {
        transform: inherit !important;
        bottom: -7px !important;
    }

    .btn-empresa-activo::after {
        transform: inherit !important;
        bottom: -7px !important;
    }

    .table-absolute {
        top: 1300px;
        width: 100%;
    }

    .table-container th,
    .table-container td {
        min-width: 80px !important;
    }

    .table-container th,
    .table-container td {
        font-size: 0.9rem !important;
    }

    .table-container {
        overflow-x: auto;
        box-sizing: border-box !important;
    }


    .recommended {
        font-size: 0.7rem !important;
        padding: 3px 7px !important;
        right: -25px !important;
        top: -15px !important;
    }

    .recommended-company {
        font-size: 0.7rem !important;
        padding: 3px 7px !important;
        right: -5px !important;
        top: -15px !important;
    }

    .card h2 {
        padding: 15px !important;
    }

    .carousel-control-prev img,
    .carousel-control-next img {
        width: 50px;
        height: auto;
        opacity: 0.8;
        transition: opacity 0.3s ease;
    }
}

@media screen and (min-width: 576px) and (max-width:768px) {

    .card {
        width: 80% !important;
    }

    .carousel {
        padding: 0 50px !important;
    }

    .carousel-inner {
        width: 100%;
        padding-bottom: 3rem;
    }

    .carousel-item.active {
        display: flex;
        /* Activa flexbox en el padre */
        justify-content: center;
        /* Centra horizontalmente */
        align-items: center;
        /* Centra verticalmente */
    }

    .carousel-control-next {
        right: 10px !important;
    }

    .carousel-control-prev {
        left: 20px !important;
    }

    .container {
        padding: 0 !important;
    }

    .active .card-body .img-integra {
        width: 45% !important;
    }

    .plan-toggle button {
        font-size: 0.9rem !important;
        padding: 0.7% 50px !important;
    }

    .type-toggle button {
        font-size: 0.85rem !important;
        padding-left: 5% !important;
        padding-right: 5% !important;
    }

        .type-toggle button:first-child {
            transform: translateX(10px) !important;
        }

        .type-toggle button:last-child {
            margin-left: inherit !important;
            transform: translateX(-10px) !important;
        }

    .btn-emprendimiento-activo::after {
        transform: inherit !important;
        bottom: -7px !important;
    }

    .btn-empresa-activo::after {
        transform: inherit !important;
        bottom: -7px !important;
    }

    .table-absolute {
        top: 1300px;
        width: 100%;
    }

    .table-container th,
    .table-container td {
        min-width: 80px !important;
    }

    .table-container th,
    .table-container td {
        font-size: 0.9rem !important;
    }

    .table-container {
        overflow-x: auto;
        box-sizing: border-box !important;
    }


    .recommended {
        font-size: 0.7rem !important;
        padding: 3px 7px !important;
        right: -25px !important;
        top: -15px !important;
    }

    .recommended-company {
        font-size: 0.7rem !important;
        padding: 3px 7px !important;
        right: -5px !important;
        top: -15px !important;
    }

    .card h2 {
        padding: 15px !important;
    }

    .carousel-control-prev img,
    .carousel-control-next img {
        width: 50px;
        height: auto;
        opacity: 0.8;
        transition: opacity 0.3s ease;
    }

    .planes-clientes {
        background-size: 62% 100%;
    }

        .planes-clientes .content-text-clientes {
            width: 65%;
        }

    .text-md-end {
        text-align: right !important;
    }

    .text-headings {
        font-size: 2rem !important;
    }

    .se-parte {
        background-size: 100%;
        padding-top: 0 !important;
    }

    .planes-se-parte {
        background: whitesmoke url(/frontend/images/planes-se-parte-p.webp) no-repeat center top;
    }

    .texto-se-parte {
        width: 100%;
    }
}

@media screen and (min-width: 769px) {
    .carousel-inner {
        display: flex;
        margin-inline: auto;
        /*padding: 1em 0;*/
        padding-right: 10px;
        overflow: hidden;
    }

    .carousel-item {
        display: block;
        margin-right: 0;
        flex: 0 0 calc(100% / 1);
        /* Mostrar 3 elementos a la vez */
    }

    /*.carousel-item .card.free.active {LH
            padding-left: 3rem;
        }

            .carousel-item .card.free.active ~ .card.basic {
                padding-left: 3rem;
            }*/
}


@media screen and (min-width: 1024px) {
    .carousel-item {
        display: block;
        margin-right: 0;
        flex: 0 0 calc(100% / 3);
        /* Mostrar 3 elementos a la vez */
    }

    .type-toggle {
        margin-left: 50px !important;
        margin-right: 50px !important;
        /* Aumenta el margen superior e inferior */
    }
}

@media screen and (min-width: 769px) {
    .carousel-item {
        display: block;
        margin-right: 0;
        flex: 0 0 calc(100% / 3);
        padding-right: 5px;
        /* Mostrar 3 elementos a la vez */
    }

    .type-toggle {
        margin-left: 50px !important;
        margin-right: 50px !important;
        /* Aumenta el margen superior e inferior */
    }

    .recommended {
        font-size: 0.7rem !important;
        top: -15px !important;
        right: -10px !important;
        padding: 1px 10px !important;
    }

    .card {
        width: 80% !important;
    }
}

@media screen and (min-width: 769px)and (max-width:1024px) {

    .carousel {
        padding: 0 50px !important;
    }
}

.carousel .card {
    margin: 0 0.5em;
    border: 0;
}

.carousel-control-prev,
.carousel-control-next {
    background-color: transparent;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-control-next {
    right: -30px;
}

.carousel-control-prev {
    left: -30px;
}

body {
    margin: 0 !important;
    padding: 0 !important;
    background-color: white;
    line-height: 1.5rem !important;
}

.card-header {
    background-color: #eee;
    padding: 20px;
    padding-top: 1px;
    padding-bottom: 5%;
}

.card-body {
    position: relative;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    padding: 10px;
    border-radius: 15px;
    background-color: white;
    margin-top: -10px;
}

    .card-body .img-integra {
        width: 60%;
        height: 15px;
        background-image: url('frontend/ar/landings/testing/assets/img/integra_bn.webp');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        margin-left: auto;
        margin-right: auto;
        padding-top: 15px;
        image-rendering: auto;
        margin-top: 10px;
    }

.active .card-body .img-integra {
    background-image: url('frontend/ar/landings/testing/assets/img/integra.webp');
    width: 60%;
}

.active-company .card-body .img-integra {
    background-image: url('frontend/ar/landings/testing/assets/img/integra.webp');
    width: 60%;
}

.card {
    width: 280px;
    text-align: center;
    transition: transform 0.5s ease;
    opacity: 1;
    margin: 0 10px;
    transform: scale(0.991);
}



    .card.active h2 {
        background: #fe2569 !important;
        color: white;
    }

    .card.active .card-header {
        background: #fa4184;
        color: white;
    }

    .card.active-company .card-header {
        background-color: #00c8b3 !important;
    }

    .card.active-company h2 {
        background: #00c8b3 !important;
        color: white;
    }

    .card.active-company .price .amount, .card.active-company .price .amountenterprise {
        color: white;
    }

    .card.active-company .price .iva, .card.active-company .price .ivaenterprise {
        color: white;
    }

    .card.active-company .dias {
        color: white;
    }

    .card.active-company .card-header .btn-proba {
        background: white !important;
        color: #00c8b3 !important;
    }

    .card.active .card-header .price {
        padding-top: 15px;
    }

    .card .card-header .price {
        padding-top: 15px;
    }

    .card.active .card-header .btn-proba {
        background: white;
        color: #fa4184;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .card .card-header .btn-proba {
        font-weight: bold;
        background-color: #888;
        color: white;
        border: none;
        padding: 10px 25px;
        border-radius: 30px;
        font-size: 1rem;
        margin-bottom: 10px;
        display: inline-block;
        text-decoration: none;
    }

    .card.active .card-header .dias {
        margin-top: 10px;
        color: white;
    }

.dias {
    font-size: 0.87rem;
    color: #666;
    margin-top: 0px;
}

.card.active .amount, .card.active .amountenterprise,
.card.active .iva, .card.active .ivaenterprise {
    color: white;
}

.Plan * {
    box-sizing: unset;
}

.Plan *,
::after,
::before {
    box-sizing: unset;
}

.Plan .accordion {
    max-width: 100%;
    padding: 0 1rem;
}

section.Plan h2 {text-wrap: balance;}

@media (min-width: 769px) and (max-width: 991px) {
    section.Plan .card .price .amount {font-size: 1.65rem;}
}

.banner-interno {
    padding: 0;
}

/* Plan recomendado */
.recommended {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #00c8b3;
    color: white !important;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 0.75rem;
}

.recommended-company {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #fe2569;
    color: white !important;
    padding: 1px 10px;
    border-radius: 10px;
    font-size: 0.70rem;
}

.plan-toggle {
    display: flex;
    justify-content: center;
    margin: 20px;
    margin-bottom: 0;
}

    .plan-toggle button {
        background-color: #ddd;
        border: none;
        padding: 0.7% 60px;
        font-size: 1rem;
        cursor: pointer;
        outline: none;
        transition: background-color 0.3s, color 0.3s;
    }

        .plan-toggle button:first-child {
            border-radius: 30px;
            /* Borde redondeado solo en la izquierda */
            transform: translateX(15px);
        }

        .plan-toggle button:last-child {
            border-radius: 30px;
            /* Borde redondeado solo en la derecha */
            transform: translateX(-15px);
        }

        .plan-toggle button.active {
            background-color: #b1b1b1 !important;
            color: white;
        }

        .plan-toggle button:not(.active) {
            background-color: #eee;
            color: #666;
        }

            .plan-toggle button.active + button,
            /* Aplica un borde curvo entre el botón activo y el siguiente */
            .plan-toggle button:not(.active) + button.active {
                border-radius: 30px;
                background-color: #ddd;
            }

.carousel-container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    position: relative;
    overflow: visible;
}

.carousel-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 45px;
    padding-bottom: 35px;
    overflow: hidden;
}

.carousel {
    display: flex;
    transition: transform 0.5s ease;
    padding: 0 130px;
}







.price-section {
    background-color: #f0f0f0;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}

.price .amount {
    font-size: 1.875rem;
    font-weight: bold;
    color: #888;
    display: block;
    /* Asegura que el monto esté en una línea separada */
}

.price .amountenterprise {
    font-weight: normal;
    font-size: 19px;
    color: #888;
    display: block;
}

.price .iva, .price .ivaenterprise {
    font-size: 0.875rem;
    color: #666;
    display: block;
    /* Asegura que el texto "+ IVA por mes" o "+ IVA/AÑO" esté en la siguiente línea */
}

.cta-free,
.cta-secondary {
    background-color: #888;
    color: white;
    border: none;
    padding: 10px 25px;
    border-radius: 30px;
    font-size: 1rem;
    margin: 10px 0;
    display: inline-block;
    text-decoration: none;
}

    .cta-free:hover,
    .cta-secondary:hover {
        background-color: #666;
    }

.trial-text {
    font-size: 0.875rem;
    color: #888;
    margin-top: 10px;
    margin-bottom: 0;
}

.info-section {
    background-color: white;
    padding: 20px;
    text-align: center;
    border-radius: 0 0 15px 15px;
    border-top: 1px solid #ddd;
}

.card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 1rem;
    color: #333;
}

    .card ul li {
        margin-bottom: 10px;
    }

        .card ul li:first-child {
            font-weight: bold;
        }

.highlight {
    font-weight: bold;
    color: black !important;
}


#prev,
#next {
    background-color: transparent !important;
    border: none;
    padding: 20px;
    border-radius: 50%;
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
}

#prev {
    left: -50px;
}

#next {
    right: -50px;
}

#mobile-next {
    display: none;
}

#mobile-prev {
    display: none;
}

/*
    #prev {
        left: -50px;
        background-image: url('assets/img/left.webp');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    #next {
        right: -50px;
        background-image: url('assets/img/right.webp');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
*/
#prev.hidden,
#next.hidden {
    opacity: 0;
    pointer-events: none;
}

/* Descuento de 10% OFF para plan anual */
.discount-annual {
    font-size: 0.875rem;
    color: #888;
    text-decoration: underline;
    margin-bottom: 5px;
    display: none;
    /* Por defecto oculto */
    text-underline-offset: 8px;
}

.show-annual .discount-annual {
    display: block;
    /* Se muestra solo cuando se selecciona el plan anual */
}

.card.active .discount-annual {
    color: #fff;
    padding-top: 15px;
    /* Cambia a blanco cuando la carta está activa */
}

.card .discount-annual {
    padding-top: 15px;
    /* Cambia a blanco cuando la carta está activa */
}

.plan-toggle button.active,
.type-toggle button.active {
    z-index: 2;
}



.type-toggle {
    display: flex;
    justify-content: center;
    margin: 40px 0;
    /* Aumenta el margen superior e inferior */
}

    .type-toggle button {
        padding-top: 1.2%;
        padding-bottom: 1.2%;
        font-size: 1rem;
        border: none;
        cursor: pointer;
        outline: none;
        transition: background-color 0.3s, color 0.3s;
        margin: 0;
        /* Elimina cualquier margen lateral entre botones */
        padding-left: 6%;
        padding-right: 6%;
    }

        .type-toggle button:first-child {
            border-radius: 30px;
            transform: translateX(15px);
        }

        .type-toggle button:last-child {
            border-radius: 30px;
            margin-left: -20px;
            /* Asegura que no haya separación visible entre botones */
            transform: translateX(-15px);
        }

        .type-toggle button.active {
            background-color: #FF4081;
            color: white;
            position: relative;
            font-weight: bold;
        }

.btn-emprendimiento-activo::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 10%;
    transform: translateX(-30%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fe2569;
}

.btn-empresa-activo::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 80%;
    transform: translateX(-30%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #00c8b3;
}

.type-toggle button:not(.active) {
    background-color: #888;
    color: white;
    font-weight: bold;
}

/* Ajusta los márgenes superiores e inferiores */
.type-toggle {
    margin-top: 40px;
    margin-bottom: 2%;
    /* Margen inferior aumentado */
    font-weight: bold;
}

.btn-empresa-activo {
    background: #00c8b3 !important;
    color: white !important;
}

.btn-emprendimiento-activo {
    background: #fe2569 !important;
    color: white !important;
}


.arrow-btn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid gray;
    /* Color de la flecha */
    padding: 0;
    margin: 10px;
    transition: border-left-color 0.3s ease;
}

    .arrow-btn:hover {
        border-left-color: black;
        /* Cambia el color cuando se hace hover */
    }

.compara {
    display: flex;
    justify-content: center;
    margin: 20px;
    margin-top: 0;
}

.compara-btn {
    padding-top: 1%;
    padding-bottom: 1%;
    font-size: 1rem;
    border: none;
    outline: none;
    transition: background-color 0.3s, color 0.3s;
    margin: 2%;
    padding-left: 4%;
    padding-right: 4%;
    border-radius: 30px;
    font-weight: bold;
    background: #00c8b3 !important;
    color: white !important;
}

@media (max-width: 480px) {
    .compara-btn {font-size: 0.8rem;padding: 0.25rem 1.5rem;}
}

.arrow-planes {
    transform: rotate(90deg);
    margin-left: 4px;
    font-size: 0.9rem !important;
}

/* Estilos para la tabla */

.table-container table {
    margin-bottom: 1%;
}

.table-container table {
    border-collapse: collapse;
    width: 100%;
}

.table-container th,
.table-container td {
    padding: 10px;
    text-align: left;
    font-size: 1rem;
    min-width: 150px;
}

.table-container #tableBody tr {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

/* Ancho uniforme para todas las columnas en estado expandido, con la primera un poco más ancha */
th,
td {
    width: 100px;
    /* Ajusta según tus necesidades */
}

th {
    background: #f2f2f2;
    border: none;
    cursor: pointer;
    color: #333;
}

/* Ocultar todas las columnas y filas de datos al inicio, excepto la primera columna "Ventas" */
.hidden th:not(:first-child),
.hidden td:not(:first-child),
.hidden tbody tr {
    display: none;
}

/* Estilo para la cabecera principal con flecha al lado de "Ventas" */
th:first-child {
    cursor: pointer;
    font-weight: bold;
    background-color: #f2f2f2;
    display: table-cell;
    align-items: center;
    justify-content: space-between;
    width: 35%;
    min-width: 140px;
}

/* Ocupa todo el ancho de la pantalla cuando la tabla está colapsada */
.hidden th:first-child {
    width: 100%;
}

/* Flecha para indicar el estado */
.arrow {
    transition: transform 0.3s ease;
    font-size: 18px;
    float: inline-end;
}

/* Rotación de la flecha al expandir */
.expanded .arrow {
    float: none;
    /* Eliminar float */
    display: inline-block;
    /* o block, según el caso */
    transform: rotate(90deg);
    margin-left: 20px;
}

.first-row {
    height: 20px;
    border: none !important;
}

.table-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    /* Para desplazamiento suave en dispositivos móviles */
}

.page-wrapper {
    max-width: 1320px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.table-absolute {
    position: absolute;
    top: 1280px;
}

.icon-cross img,
.icon-check img {
    width: 30px;
}

.table-container td.img-check {
    padding: 0;
    text-align: center;
}

.table-container .th-center {
    text-align: center;
}
