.slider-container {
    background-color: var(--slider-container);
    padding: 12px 0px;
}

.display-card-progresso {
    display: grid;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.thumbnail-container {
    width: fit-content;
    height: auto;
    border-radius: 12px;
    overflow: hidden;
}

    .thumbnail-container img {
        justify-content: center !important;
        align-items: center !important;
        width: fit-content;
        height: auto;
        object-fit: cover;
        border-radius: 12px;
    }

.user-container {
    width: 220px;
    height: 160px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    border-radius: 14px 14px 0 0;
}

    .user-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 12px;
    }

.user-img-container {
    width: 34px;
    height: 34px;
    border-radius: 100%;
    cursor: pointer;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    background: #6F3400;
}

    .user-img-container img {
        width: 100%;
        height: 100%;
        visibility: hidden;
        object-fit: cover;
    }

.user-img:hover {
    opacity: 80%;
}

.grid-MudBanner {
    display: grid;
    gap: 20px;
    min-width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: space-between;
}

.banner-container {
    margin-bottom: 20px;
    max-width: 480px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.banner-img-container {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bannerPopUp {
    display: grid;
    gap: 12px;
    align-content: stretch;
    justify-content: space-between;
    align-items: start;
    justify-items: start;
}

    .bannerPopUp .mud-input-slot {
        height: 28px !important;
        margin-top: 8px !important;
        min-width: 100% !important;
        align-items: center;
        justify-content: flex-start;
    }

.mud-carousel-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.mud-icon-root.mud-svg-icon {
    color: white;
}

.cont-container {
    background-color: var(--color-white);
    width: 1200px;
    height: 280px;
    display: flex;
    border-radius: 16px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-between !important;
    justify-content: stretch;
    align-items: center;
    padding: 14px 20px;
    gap: 32px;
}

.info-boxSlider {
    display: grid;
    align-items: stretch;
    align-content: stretch;
    width: 100%;
    gap: 32px;
}

    .info-boxSlider .progressBar {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: space-between;
        min-width: 100%;
        justify-content: center;
        align-items: flex-start;
        gap: 32px;
    }

    .info-boxSlider .barraSlider {
        min-width: 100% !important;
        background-color: #ccc;
        display: block;
        height: 6px;
        border-radius: 20px;
        position: relative;
    }

        .info-boxSlider .barraSlider > span {
            height: 6px;
            border-radius: 20px;
            background: var(--primary-color);
            position: absolute;
        }

.container-videos {
    display: grid;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

@media (min-width: 768px) {

    .display-card-progresso {
        display: block;
        justify-content: center;
        align-items: center;
    }

    .user-img-container img {
        width: 100%;
        height: 100%;
        visibility: visible;
        object-fit: cover;
    }

    .grid-MudBanner {
        display: flex;
        gap: 22px;
        min-width: 100%;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: stretch;
        justify-content: space-between;
    }

    .btnRemover {
        border-radius: 8px;
        color: var(--color-white);
        background: var(--remove-color);
        padding: 10px 24px;
        transition: all 0.2s ease-in-out;
    }

        .btnRemover:hover {
            background: #A52528;
            color: var(--color-white);
        }

    .btnCancel {
        border: 1px solid grey;
        border-radius: 8px;
        color: grey;
        background: none;
        padding: 10px 24px;
        transition: all 0.2s ease-in-out;
    }

        .btnCancel:hover {
            background: grey;
            color: var(--color-white);
        }

    .banner-container {
        min-height: 100%;
        cursor: pointer;
        overflow: hidden;
        justify-content: center;
        align-items: center;
        margin-bottom: 0px;
        border-radius: 10px;
    }

    .banner-img-container {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .container-videos {
        display: flex;
        justify-content: space-between;
        align-items: center;
        overflow-x: scroll;
        flex-direction: row;
        padding-bottom: 12px;
        flex-wrap: nowrap;
    }
}

@media (min-width: 992px) {

    .display-card-progresso {
        justify-content: center;
        align-items: center;
        gap: 26px;
    }

    .thumbnail-container {
        max-width: fit-content !important;
        height: auto;
        overflow: hidden;
        justify-content: center;
        align-items: center;
        border-radius: 14px;
    }

    .grid-MudBanner {
        display: flex;
        gap: 22px;
        max-width: fit-content;
    }

    .banner-container {
        min-height: 100%;
        cursor: pointer;
        overflow: hidden;
        justify-content: center;
        align-items: center;
        margin-bottom: 0px;
        border-radius: 10px;
    }

    .banner-img-container {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .thumbnail-container {
        overflow: hidden;
        justify-content: center;
        align-items: center;
        border-radius: 14px 14px 0 0;
    }

        .thumbnail-container img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 12px;
        }

    .barras {
        background-color: #ccc;
        display: block;
        height: 6px;
        width: 680px;
        border-radius: 20px;
        position: relative;
    }

    @media (min-width: 1024px) {
        .display-card-progresso {
            display: inline-flex;
            justify-content: center;
            align-items: center;
            gap: 26px;
        }

        .thumbnail-container {
            height: auto;
            overflow: hidden;
            justify-content: center;
            align-items: center;
            border-radius: 14px;
        }
    }

    @media (min-width: 1440px) {
        .display-card-progresso {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            gap: 26px;
            flex-direction: row;
            flex-wrap: nowrap;
            padding: 0 22px 0 0 !important;
        }

        .thumbnail-container {
            overflow: hidden;
            justify-content: center;
            align-items: center;
            border-radius: 14px;
        }
    }
}

.barras {
    background-color: #ccc;
    display: block;
    height: 6px;
    width: 100%;
    border-radius: 20px;
    position: relative;
}

    .barras > span {
        height: 6px;
        border-radius: 20px;
        background: var(--primary-color);
        position: absolute;
        width: 80%;
    }

.barras-check {
    background-color: var(--primary-color);
    display: block;
    min-width: 100%;
    height: 6px;
    border-radius: 20px;
    position: relative;
}

.img-check {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 30px;
}

.carousel-btn {
    max-width: 100px !important;
}

    .carousel-btn span {
        color: var(--color-white);
        background-color: var(--color-black);
        height: 30px;
        width: 30px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

.mud-alert-filled-error {
    background-color: red !important;
}

.mud-alert-filled-success {
    background-color: green !important;
}

#container_cursos {
    background: var(--color-white);
}

    #container_cursos img {
        border-radius: 12px;
        width: 100%;
    }

    #container_cursos p {
        font-size: 14px;
        color: var(--text-color);
    }

.btn-azul {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: #273F4F;
    width: 100%;
    border-radius: 10px;
    height: 40px;
    transition: all 0.2s ease-in-out;
}

    .btn-azul p {
        color: white !important;
        font-weight: 400;
    }

    .btn-azul:hover {
        background-color: #000000;
    }

.box-cursos {
    border-radius: 22px;
    border: 2px solid var(--hover-color);
    padding: 1.2rem;
    min-height: 28rem;
    display: grid;
    justify-content: start;
    background-color: var(--color-white);
    cursor: pointer;
    align-content: space-between;
    align-items: center;
    justify-items: stretch;
    opacity: 80%;
    transition: all 0.2s ease-in-out;
}

    .box-cursos:hover {
        opacity: 100%;
    }

.title-boxCurso {
    display: grid;
    gap: 6px;
}

    .title-boxCurso p {
        font-size: 18px !important;
    }

    .title-boxCurso span {
        font-size: 13px;
    }

.text-fixed-2-lines {
    width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 2;
}
