.carrusel_imgs_tiny_wrap .tns-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 90%;
    margin: 30px auto 0 auto;
    padding: 0 15px;
}

.carrusel_imgs_tiny_wrap .tns-nav {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
}

.carrusel_imgs_tiny_wrap .tns-nav button {
    width: 55px;
    height: 6px;
    background-color: transparent;
    border-radius: 3px;
    border: 1px solid white !important;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.carrusel_imgs_tiny_wrap .tns-nav button.tns-nav-active {
    background-color: white;
}

.carrusel_imgs_tiny_wrap .tns-controls {
    max-width: 1300px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0 15px;
    align-items: center;
    margin: 20px auto 0 auto;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}

.carrusel_imgs_tiny_wrap .tns-controls button {
    appearance: none;
    box-shadow: none;
    border: none;
    background: none;
    color: #ffd300;
    font-size: 25px;
    margin: 0;
    border-radius: 0;
}

.carrusel_imgs_tiny_wrap .tns-controls button i.fa-angle-right::before {
    content: "";
    background-image: url('./images/icono-arrow-rigth.svg');
    width: 20px;
    background-size: contain;
    height: 36px;
    display: block;
    background-repeat: no-repeat;
}

.carrusel_imgs_tiny_wrap .tns-controls button i.fa-angle-left::before {
    content: "";
    background-image: url('./images/icon-arrow-left.svg');
    width: 20px;
    background-size: contain;
    height: 36px;
    display: block;
    background-repeat: no-repeat;
}

.tns-outer {
    position: relative;
}

.category-description {
    color: white !important;
    padding-bottom: 3dvh;
}

.category-title {
    font-size: 22px;
    line-height: 22px;
    color: white;
    text-transform: uppercase;
    font-weight: 800;
    padding-bottom: 3dvh;

}

.categoria-info {
    padding-left: 5rem;
    padding-right: 1rem;
    width: 50%;
}

.categoria-info .btn {
    display: block;
    margin-top: 10px;
}

.carrusel_imgs_tiny_wrap a {
    text-decoration: none;
    color: inherit;
}

.carrusel_imgs_tiny_wrap a:hover,
.carrusel_imgs_tiny_wrap a:focus,
.carrusel_imgs_tiny_wrap a:active {
    text-decoration: none;
    color: inherit;
}

/* MOBILE RESPONSIVE */
@media (max-width: 767px) {
    .carrusel-item .img_item {
        display: flex;
        flex-direction: column;
        /* Apila los elementos verticalmente */
        align-items: center;
        text-align: center;
        padding: 10px;
    }

    .categoria-imagen,
    .categoria-info {
        width: 100% !important;
        /* Ocupa todo el ancho */
        text-align: center;
        padding: 0 10px;
    }

    .categoria-info {
        order: 2;
        /* Para que quede debajo de la imagen */
        margin-top: 15px;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        text-align: left;

    }

    .categoria-imagen {
        order: 1;
        /* Imagen arriba */
        margin-bottom: 15px;
    }

    .categoria-info .btn-categoria {
        margin-top: 10px;
    }

    .category-title {
        font-size: 20px;
        line-height: 1.2;
        padding-bottom: 10px;
    }

    .category-description {
        font-size: 16px;
        padding-bottom: 10px;


    }
}