@import url('https://cdn-uicons.flaticon.com/uicons-bold-rounded/css/uicons-bold-rounded.css');

.kt-wrapper-scroll {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.kt-tags-menu {
    overflow: hidden;
    height: auto;
}

.kt-tag-menu {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scrollbar-width: none;
    overscroll-behavior: contain auto;
    flex-direction: initial;
    display: flex;
}

img {
    width: 200px;
    margin-top: 5px;
    margin-bottom: 5px;
    cursor: pointer;
} 

.kt-tag-menu img:hover {
    opacity: 0.8;
} 

.kt-tag-menu img.inactiva {
    cursor: no-drop;
    opacity: 1 !important;
} 


.next-left i {
    color: white;
    font-size: 20px;
    cursor: pointer;
}

.next-rigth i {
    color: white;
    font-size: 20px;
    cursor: pointer;
}

.next-left i {
    color: white;
    font-size: 20px;
    cursor: pointer;
}

.next-rigth.hide, .next-left.hide {
    display: none;
}


 /* para desktop */
@media (min-width: 1450px) {
    .kt-content-scroll {
        width: 50%;
    }
    .kt-tag-menu {
        margin: 0 10px;
    }
}

 /* para mobile */
@media (max-width: 500px) {
    .kt-content-scroll {
        width: 100%;
    }
    .next-rigth, .next-left {
        display: none;
    }
}