.etapa {
    margin: 2em 1.2em 0em 1.2em;
}

.lists_etapa04 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-auto-rows: minmax(auto, 1fr);
    gap: 10px;
}

.btns_add_etapa04 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-auto-rows: minmax(auto, 1fr);
    gap: 10px;
    margin: 0 0 1em 0;
}

.etapa04_btn_add_container {
    position: relative;
}

.etapa04_btn_add {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    padding: 0.7em 1.4em;
    border-radius: 100px;
    border: 1px solid #000;
    background: #eeeeee48;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    -moz-backdrop-filter: blur(10px);
    -o-backdrop-filter: blur(10px);
    transition: all ease 0.2s;
    cursor: pointer;
    font-size: 17px;
    font-weight: 700;
    height: 60px;
    font-family: var(--fonte-principal);
    box-sizing: border-box;
    overflow: hidden;
    /* Para manter o conteúdo dentro do botão ao crescer */
}

.etapa04_btn_add img {
    margin: 0 0.4em 0 0;
    transition: all ease 0.2s;
}

.etapa04_btn_add:hover {
    transform: scale(1.04);
    /* Aumenta o tamanho sem mexer na altura real */
    background: #000;
    color: white;
    border: 1px solid #000;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.247);
    z-index: 9999;
    border-radius: 30px;
    transition: all ease 0.2s;
}

.etapa04_btn_add:hover img {
    filter: invert(100);
    transition: all ease 0.2s;
}

.etapa04_list {
    background: #f3ad8546;
    padding: 1em;
    border-radius: 30px;
    margin: 0 0 0.4em 0;
    border: 2px dashed #FF7629;
    box-sizing: border-box;
}

.etapa04_list_name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 600;
    margin: 0.4em;
}

.etapa__subtitle {
    margin: 0.6em;
    font-size: 16px;
    font-weight: bold;
}

.player_view_etapa04_list_etequianos_tjs {
    transition: all ease 0.5s;
    height: 280px;
    border-radius: 44px;
    background: #ff985d39;
    background-image: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;
}

.player_view_etapa04_list_etequianos_tjs_link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.list_etapa04 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    /* Ajusta o número de colunas automaticamente */
    gap: 10px;
    /* Gap entre os itens */
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    /* Ocupa toda a largura disponível */
    grid-auto-rows: 1fr;
    /* Faz com que todas as linhas tenham altura proporcional */
}

.etapa04_list .etapa04_list_files_list {
    grid-auto-rows: 0.3fr;
}

.list_item {
    width: 100%;
    /* Permite que os itens ocupem o espaço total da grid */
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    background: #ffffff48;
    padding: 0.4em;
    border-radius: 16px;
    box-sizing: border-box;
    cursor: pointer;
}

.list_item_file {
    padding: 0.4em;
    box-sizing: border-box;
    cursor: pointer;
}

.list_item img {
    width: 100%;
    /* Ocupa 100% da largura do item */
    height: 250px;
    /* Mantém a proporção da imagem */
    object-fit: cover;
    /* Garante que as imagens sejam cortadas e ajustadas para cobrir o espaço */
    border-radius: 12px;
}

.item_name {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 180px;
    margin: 0.4em 0 0 0;
}

.label__list_item_verification {
    width: 100%;
    /* Permite que os itens ocupem o espaço total da grid */
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    border-radius: 16px;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.list_item_verification:checked+.label__list_item_verification {
    transform: scale(0.9);
    background: #00ff3727;
    box-shadow: 0 0 10px #00ff3727;
    border-radius: 10px;
    box-sizing: border-box;
}

.list_item_verification {
    display: none;
}

.etapa04_item_delete {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.5em;
    height: 3.5em;
    margin: 0.8em 0 0 0.4em;
    padding: 1em;
    border-radius: 50%;
    background: none;
    border: none;
    transition: all ease-in-out 0.2s;
    cursor: pointer;
}

.etapa04_item_delete:hover {
    background: #00000044;
    transition: all ease-in-out 0.2s;
}

.main {
    border-radius: 30px;
}

.slide_thumbnail_video_etequianos_tjs .video_name_etequianos_tjs {
    position: absolute;
    padding: 1em;
    font-size: 18px;
    font-weight: 750;
    color: rgb(255, 255, 255);
    top: 0;
}

.slide_thumbnail_video_etequianos_tjs .video_name_etequianos_tjs p {
    color: #ffffff;
    text-shadow: 0 0 14px #ffffff9a;
}

.video_name_etequianos_tjs {
    position: relative;
    padding: 0.8em;
    margin: 0.3em;
    font-size: 18px;
    font-weight: 750;
    color: rgb(0, 0, 0);
    background: #00000041;
    border-radius: 18px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    -moz-backdrop-filter: blur(10px);
    -o-backdrop-filter: blur(10px);
    box-sizing: border-box;
    top: 0;
}

.video_name_etequianos_tjs p {
    color: rgb(0, 0, 0);
    text-shadow: 0 0 14px #ffffff9a;
}

.swiper-slide {
    width: 100%;
    height: 200px;
    border-radius: 30px;
}

.slide_thumbnail_video_etequianos_tjs_box {
    width: 100%;
    border-radius: 30px;
}

.slide_thumbnail_video_etequianos_tjs {
    transition: all ease 0.5s;
    width: 100%;
    height: 260px;
    border-radius: 44px;
    background: #ff985d39;
    background-image: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

.uploadFrom_etequianos_tjs {
    margin: 0 0 3em 0;
    height: 260px;
}

.videos_etequianos_list .slider-container .mySwiper2 .main {
    padding: 0 0 6em 0;
}

.videos_etequianos_list .slider-container .mySwiper2 .main .swiper-slide img {
    width: auto;
    box-sizing: border-box;
}

.swiper-slide img {
    width: 100%;
    height: 260px;
    border-radius: 30px;
    object-fit: cover;
    object-position: center;

}

#player {
    margin: 0 0 1em 0;
    border-radius: 15px;
}

#player_view_etapa04_list {
    border-radius: 15px;
}

.etapa04_list_name .count_itens_area span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.video_btn_add_video_etequianos {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00000044;
    border-radius: 30px;
}

.dga_file_item_att {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ff985d39;
    padding: 0.4em;
    border-radius: 200px;
}

.dga__files_att_download_btn {
    background: #ff985d39;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease 0.2s;
    cursor: pointer;
}

.dga__files_att_download_btn:hover {
    background: #ff985d8d;
    transition: all ease 0.2s;
}

.dga__files_att_download_btn img {
    width: 26px;
    height: 26px;
}

.dga__files_att_text {
    margin: 0 0 0 0.6em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 140px;
}

.dga_file_item_att_group_file {
    display: flex;
    align-items: center;
}

.dga_file_item_att_group_file img {
    margin: 0 0 0 0.4em;
}

/*

.video_btn_add_video_etequianos_btn {
    position: absolute;
    bottom: 0;
    margin: 0.4em;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0a36bb;
    padding: 0.7em 1.4em;
    border-radius: 40px;
    color: white;
    border: 1px solid #ffffff52;
    transition: all ease 0.2s;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    box-sizing: border-box;
}

.video_btn_add_video_etequianos_btn img {
    margin: 0 0.4em 0 0;
    width: 20px;
    height: 20px;
    transition: all ease 0.2s;
    box-sizing: border-box;
}

.video_btn_add_video_etequianos_btn:hover {
    background: #00a2ff;
    padding: 0.7em 1.4em;
    border-radius: 50px;
    border: 1px solid #000;
    color: rgb(0, 0, 0);
    transition: all ease 0.2s;
}

.video_btn_add_video_etequianos_btn:hover img {
    filter: invert(100);
    transition: all ease 0.2s;
}

*/

@keyframes abrir {
    0% {
        transform: translateY(2000px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes fechar {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(2000px);
    }
}

@keyframes proximo_abrir {
    0% {
        transform: translateX(-2000px);
    }

    100% {
        transform: translateX(0px);
    }
}

@keyframes proximo_fechar {
    0% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(-2000px);
    }
}

@keyframes anterior_fechar {
    0% {
        transform: translateX(0px);
    }

    100% {
        transform: translateY(2000px);
    }
}

@keyframes anterior_voltar {
    0% {
        transform: translateX(2000px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes last_close {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(2000px);
    }
}

.img_etapa2_noticeTitle {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid #000;
    border-radius: 15px;
    box-shadow: 0px 0px 10px #ff762675;
    object-fit: cover;
    cursor: pointer;
}

.input_file {
    background: #0a36bb;
    border-radius: 15px;
    border: none;
    color: white;
}

.warning_img_select {
    text-align: end;
    font-size: 14px;
    margin: 0 0 1em 0;
}

.tips_writeInHTML {
    background: #cccccc;
    padding: 0.6em;
    border-radius: 15px;
    box-shadow: 0px 6px 10px #00000070;
    margin: 0 0 2em 0;
}

.tips_writeInHTML__title {
    font-weight: 700;
    font-size: 20px;
    text-decoration: underline;
    margin: 0 0 0.6em 0;
}

.etapa_revision {
    box-shadow: 0px 0px 10px #00000046;
    background: #dfdfdf;
    padding: 1em;
    border-radius: 15px;
    margin: 0 0 1em 0;
}

.etapa_revision_img {
    width: 100%;
    height: 160px;
    border-radius: 15px;
    border: 1px solid #000;
    box-shadow: 0px 0px 10px #ff762675;
    object-fit: cover;
    margin: 0.5em 0;
}

.etapa_revision_title {
    font-weight: 700;
    font-size: 22px;
}

.etapa_revision_name {
    font-weight: 400;
    font-size: 14px;
}

.etapa_revision_content {
    font-weight: 450;
    font-size: 20px;
}

.etapa_revision_item {
    margin: 0.6em 0;
}

.etapa_btn_area_warning {
    text-align: end;
    font-size: 14px;
}

.video_btn_add_video_etequianos .btn_area {
    position: absolute;
    bottom: 0;
    margin: 0.4em;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}



@media screen and (min-width: 1400px) {
    .etapa {
        margin: 2em 9em 0em 9em;
    }

    .btns_add_etapa04 {
        position: sticky;
        top: 6.8em;
        width: 100%;
        margin: 0 0 0.6em 0;
        z-index: 9999;
    }

    .etapa04_btn_add {
        border-radius: 30px 30px 14px 14px;
    }

    .etapa04_list {
        border-radius: 14px 14px 30px 30px;
    }
}