.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 button {
    appearance: none;
    box-shadow: none;
    outline: none;
    border: none;
    flex: 1;
    height: 1px;
    background-color: rgba(255, 255, 255, .3);
    border-radius: 0;
    margin: 0;
}

.carrusel_imgs_tiny_wrap .tns-nav button.tns-nav-active {
    background-color: #C2C2C2;
    border-radius: 50px;
    height: 5px;
}

.carrusel_imgs_tiny_wrap .tns-controls {
    pointer-events: none;
    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 {
    pointer-events: auto;
    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/icono-arrow-left.svg');
    width: 20px;
    background-size: contain;
    height: 36px;
    display: block;
    background-repeat: no-repeat;
}

.tns-outer {
    position: relative;
}

.carrusel_imgs_tiny_wrap .img-wrapper {
    position: relative;
    overflow: hidden;
}

.carrusel_imgs_tiny_wrap .img-wrapper img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}

.carrusel_imgs_tiny_wrap .category-title {
    position: relative;
    background: rgba(30, 30, 30, 1);
    color: white;
    padding-top: 2dvh;
    padding-bottom: 2dvh;

}

.carrusel_imgs_tiny_wrap .img_item {
    text-decoration: none;

}

