.projects-slider-categories-wrapper {
    width: 280px;
}

.projects-slider-categories {
    width: 100%;
}

.projects-swiper-full-name {
    font-size: 16px;
}

.projects-list-table-body-cell a {
    color: #010101;
    font-family: Roboto, sans-serif;
    font-size: 11px;
    font-weight: 400;
    text-decoration: none;
    display: block;
}

.projects-swiper-thumbs .swiper-slide img {
    object-fit: cover;
    height: 100%;
}

.projects-slider-category {
    font-size: 16px;
}

.projects-swiper-slide.swiper-slide {
    height: 60px;
}

/* Contenedor del progreso */
.progress-container {
    width: 80%;
    max-width: 600px;
}

/* Cambiar el color de la barra de progreso */
.swiper-progress {
    width: 100%;
    height: 4px;
    background-color: #ECE9E9;
    /* Color de fondo de la barra */
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    max-width: 135px;
}

/* Cambiar el color del progreso */
.swiper-progress-bar {
    height: 100%;
    width: 0;
    background-color: #0E0E0E;
    /* Color del progreso */
    border-radius: 10px 0 0 10px;
    transition: width 0.1s ease-in-out;
}

.full-image-wrap {
    height: 278px;
    position: relative;
}

.full-image-wrap:hover .follower {
    opacity: 1;
}

.full-image-wrap .img.img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.projects-search-panel-section .search-input,
.projects-search-panel-section .search-input .w-form-cs {
    width: 100%;
}

@media (min-width: 991px) {

    .projects-search-panel-section .search-input,
    .projects-search-panel-section .search-input .w-form-cs {
        width: auto;
    }

    .full-image-wrap {
        width: 666px;
        height: 759px;
    }

    .projects-swiper-slide.swiper-slide {
        height: 165px;
    }

    .projects-swiper-thumbs.swiper {
        height: 896px;
    }

    .projects-swiper-full-name {
        font-size: 34px;
    }
}