@import url('https://fonts.googleapis.com/css2?family=Rethink+Sans:ital,wght@0,400..800;1,400..800&display=swap');

#carousel-container {
    display: none;
    background: #121212;
    position: absolute;
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: hidden;
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.6s ease, transform 0.6s ease;
    z-index: 99999999999;

}

/* Classe que ativa o pop-up com animação */
#carousel-container.active {
    display: flex;
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
}


.carousel {
    display: flex;
    transition: transform 0.4s ease;
    touch-action: pan-x;
    height: 100%;
}

.carousel-item {
    flex: 0 0 100vw;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-item img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-bottom: 10px;
}

.carousel-item span {
    font-size: 18px;
    margin-left: 20px;
}

#folder-screen {

    overflow-y: hidden !important;
    overflow-x: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999999999 !important;
    background: #0f0f0f;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
    padding: 10px;
    box-sizing: border-box;
    display: none;
}

#folder-screen.active {

    justify-content: space-around;
    align-items: center;
    flex-direction: column;

    display: flex;
}

#back-button {
    left: 0;
    z-index: 999 !important;
    top: 15px;
    position: absolute;
    background: #333;
    color: white;
    border: none;
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
}

.desktop-img {
    height: 50px;
    width: 50px;
    background-image: url('../Imagens/Estrutural/folder.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.folder-view {
    display: none;
}


.folder-view.active {
    overflow: hidden;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}



.like_youtube_container {

    width: 100%;
    height: 100%;

}

.like_youtube_slides {
    height: 100%;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    transition: transform 0.3s ease-in-out;

}

.like_youtube_slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    border-radius: 10px;
    color: white;
}


.like_youtube_slide:nth-child(2) {
    background: #0f0f0f;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.like_youtube_slide:nth-child(3) {
    background: #0f0f0f;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.like_youtube_slide:nth-child(4) {
    background: #0f0f0f;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.like_youtube_slide:nth-child(5) {
    background: #0f0f0f;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}


.font-viewer-title {

    padding: 5px;
    line-height: 33px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;

}


.video_example {
    object-fit: cover;
    width: 100%;
    height: 100%;

}

.screen-view {
    width: 400px;
    height: 300px;

}


.container_video_screen {


    border-radius: 10px;
    width: 400px;
    height: 500px;
}



.left-group {
    width: 70%;
    height: 100%;
    display: flex;
    align-items: center;

    justify-content: flex-start;
}

.element-container-for-video-cast {

    height: 100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.logo-container-volto {
    background-color: white;
    width: 50px;
    background-image: url('../Imagens/Estrutural/b.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 50px;
    border-radius: 100%;
}

.content-p-lorem {

    width: 100%;
    display: flex;
    align-items: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-align: justify;
    line-height: 28px;
    padding: 10px;
    border-radius: 10px;
    color: white;
    font-weight: 300;
    flex-wrap: wrap;
    /* <- permite quebrar a linha */
    background-color: #000000a8;

}



.element-container-for-logo {

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 100%;
}


.element-button-follow-media {

    display: flex;
    align-items: center;
    justify-content: center;
    width: 30%;
    height: 100%;
}

.element-buttons-container {

    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-evenly;
    width: 30%;
    position: relative;
    height: 100%;
}




.button-follow-style {

    background-color: #ACF241;
    color: rgb(255, 255, 255);
    border-radius: 25px;
    height: 40px;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px !important;
    transition: all 0.1s ease-in-out;
    box-shadow: 0 4px 0 #4d6d1e;
    cursor: pointer;
}


.active-follow {
    background-color: #22DDF2;
    color: rgb(255, 255, 255);
    border-radius: 25px;
    height: 40px;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px !important;
    transition: all 0.1s ease-in-out;
    box-shadow: 0 4px 0 #1a9fad;
    cursor: pointer;
}

.button-follow-style-download {}

.button-follow-style-mute {

    background-color: #ffffff;
    color: rgb(0, 0, 0);
    border-radius: 25px;
    height: 40px;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px !important;
    transition: all 0.1s ease-in-out;
    box-shadow: 0 4px 0 #ccc;
    cursor: pointer;
}

.button-follow-style:active {
    transform: translateY(2px);
    box-shadow: 0 2px 0 #aaa;
}

.button-download-folder-icon {
    background-color: #F22F1D;
    color: rgb(255, 255, 255);
    border-radius: 25px;
    height: 40px;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px !important;
    transition: all 0.1s ease-in-out;
    box-shadow: 0 4px 0 #911c12;
    cursor: pointer;
}

.button-download-folder-icon:active {
    transform: translateY(2px);
    box-shadow: 0 2px 0 #aaa;
}

.button-unmute-video {

    background-color: white;
    color: black;
    border-radius: 25px;
    height: 40px;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px !important;
    transition: all 0.1s ease-in-out;
    box-shadow: 0 4px 0 #ccc;
    cursor: pointer;
}

.button-unmute-video:active {
    transform: translateY(2px);
    box-shadow: 0 2px 0 #aaa;
}














/* Overlay e pop-up */
.__button-follow-popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99999 !important;
    animation: fadeIn_for_folder 0.3s ease forwards;
}

/* Overlay e pop-up */
.pop-lucida-console-font-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99999 !important;
    animation: fadeIn_for_folder 1.2s ease forwards;
}

/* Overlay e pop-up */
.popup-calendar-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99999 !important;
    animation: fadeIn_for_folder 1.2s ease forwards;
}





/* Overlay e pop-up */
.overlay-package {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99999 !important;
    animation: fadeIn_for_folder 1.2s ease forwards;
}










/* Overlay e pop-up */
.overlay-carrosel-user {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99999 !important;
    animation: fadeIn_for_folder 1.2s ease forwards;
}

/* Overlay e pop-up */
.pop-instalation-guide-for-download {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99999 !important;
    animation: fadeIn_for_folder 1.2s ease forwards;
}

/* Overlay e pop-up */
.main-container-lucida {
    height: 400px;
    width: 370px;
    padding: 20px;
    border-radius: 7px;
    margin-top: -10px;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    background-color: #202020;
    box-shadow: 0px 0px 11px 0px rgb(83, 83, 83);
    display: flex;

}

/* Overlay e pop-up */
.guide-download-main-container {
    height: 500px;
    width: 370px;
    padding: 20px;
    border-radius: 10px;
    margin-top: -10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    background-color: black;



}




.container-guide-icon-content-folder-and-text {

    width: 100%;
    height: 30%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
}


.warning-user-content-guide {
    font-family: monospace;
    font-size: 16px;
    text-align: justify;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 5px;
    border-radius: 8px;
    line-height: 35px;
}


.light-mode .warning-user-content-guide {
    font-family: monospace;
    font-size: 16px;
    text-align: justify;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 5px;
    border-radius: 8px;
    line-height: 35px;
    color: white;
}

.container-buttons-guide-download {

    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.container-buttons-guide-after-download {

    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.folder-icon-guide {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
}


.folder-icon-content {
    height: 50px;
    width: 50px;
    background-image: url('../Imagens/Estrutural/folder.png');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.__button-follow-popup-container-pop-up {
    background: white;
    padding: 2rem;
    border-radius: 16px;
    max-width: 400px;
    height: 200px;
    width: 90%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    position: relative;
    animation: slideUp 0.3s ease forwards;
    text-align: center;
}

/* Botão de fechar */
.__button-follow-close-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    background: none;
    border: none;
    font-size: 20px;
    color: red;
    cursor: pointer;
}

/* Botão confirmar */
.__button-follow-confirm-btn {
    margin-top: 1rem;
    padding: 10px 20px;
    background-color: red;

    color: white;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    transition: background 0.2s;
}

.__button-follow-confirm-btn:hover {
    background-color: darkred;
}

/* Animações */
@keyframes fadeIn_for_folder {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        transform: translateY(20px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}









.slider-indicators {
    position: absolute;
    right: 10px;
    top: 20px;
    display: flex;
    justify-content: center;
    gap: 8px;
    z-index: 999 !important;
}

.slider-dot {
    width: 10px;
    height: 10px;
    background-color: #ccc;
    border-radius: 50%;
    transition: background-color 0.3s;
}

.slider-dot.active {
    background-color: #ff0000;
}


.slide-for-text {

    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
}

.like_youtube_slide:nth-child(1) {

    background: #0f0f0f;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.nomenclatura-for-slide-videos {

    height: 450px;
    max-width: 400px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
}


#hora-brasilia {
    font-size: 15px;
    color: white;
    padding: 20px 40px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}


.sete-down-for-user {

    height: 100px;
    width: 100%;
    background-image: url('../Imagens/Estrutural/down-light.png');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}


.semana-text {
    font-family: 'Times New Roman', Times, serif;
    font-size: 25px;
    text-align: center;

}

.container-image-viwer {
    border: 2px solid yellow;
    max-height: 100vh;
    /* altura visível da tela */
    overflow-y: auto;
    width: 100%;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    /* importante */
    position: relative;
    /* não precisa ser absolute */
}


.container-for-two-imagens {
    height: 400px;
    width: 100%;
    display: flex;
    border: 1px solid red;

}


.page-content-galerry {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
}




.gallery-container {
    overflow-y: scroll !important;
    display: grid;
    grid-template-columns: repeat(6, 6fr);
    /* 4 colunas */
    grid-template-rows: repeat(2, 1fr);
    /* 3 linhas com altura igual */
    gap: 10px;
    /* Espaço entre as imagens */
    position: absolute;
    left: 1px;
    top: 1px;
    right: 1px;
    bottom: 1px;
    overflow: hidden;
    /* Evita o overflow horizontal */
}


.image-content-element {
    border: 2px solid rgb(0, 255, 0);
    height: 100%;
    width: 50%;
}



.screen-image {
    border: 2px solid blue;
    height: 80%;
    width: 100%;
    background-image: url('./all-down.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}


#texto-central {
    width: 100%;
    line-height: 35px;
    display: flex;
    pointer-events: none;
    text-align: justify;
    align-items: center;
    justify-content: space-around;
    font-family: 'Times New Roman', Times, serif;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 9px;
    padding: 10px;
    transform: translate(-50%, -50%);
    font-size: 20px;
    font-weight: 500;
    color: white;
    z-index: 10;
    transition: opacity 0.5s ease;

}


.download-image-button-folder {
    height: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 2px solid red;
}



.body-for-content {
    position: absolute;
    width: 100vw;
    background: #1e1e1e;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    margin: 0;
    padding: 0;
}





.__audio_archive_mp3_container {
    background: #2b2b2b;
    border-radius: 20px;
    max-width: 350px;
    width: 100%;
    padding: 1.3rem;
    opacity: 0;
    text-align: center;
    transition: opacity 1s ease-in-out;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.__audio_archive_mp3_cover img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    margin-bottom: 1rem;
}

.__audio_archive_mp3_title {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: #e0e0e0;
}

.__audio_archive_mp3_controls {
    width: 100%;
    justify-content: space-around;
    display: flex;
    align-items: center;
}

.__audio_archive_mp3_controls button.active {
    color: #4ade80;
}

.__audio_archive_mp3_controls button {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #fff;
    margin: 0 10px;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.__audio_archive_mp3_controls button:hover {
    transform: scale(1.2);
}

.__audio_archive_mp3_progress {
    width: 100%;
    margin-top: 1rem;
    accent-color: #4ade80;
}

.__audio_archive_mp3_volume {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 1rem;
}

.__audio_archive_mp3_volume button {
    background: none;
    border: none;
    color: #aaa;
    font-size: 1.2rem;
    cursor: pointer;
}

.__audio_archive_mp3_volume input[type="range"] {
    flex: 1;
    accent-color: #4ade80;
}

.__audio_archive_mp3_time_info {
    display: flex;
    justify-content: space-between;
    font-size: 0.85rem;
    margin-top: 0.4rem;
    color: #bbb;
}

.__audio_archive_mp3_waveform {
    width: 100%;
    height: 60px;
    background: transparent;
    display: block;
    margin: 1rem 0;
}

.__audio_archive_mp3_volume_wrapper {
    position: relative;
    margin-top: 1rem;
    text-align: center;
}

.__audio_archive_mp3_volume_btn {
    background: #3b3b3b;
    border: none;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 12px;
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    cursor: pointer;
    transition: background 0.2s;
}

.__audio_archive_mp3_volume_btn:hover {
    background: #4ade80;
    color: #000;
}

.__audio_archive_mp3_volume_popup {
    position: absolute;
    bottom: 120%;
    left: 50%;
    transform: translateX(-50%);
    background: #2b2b2b;
    padding: 0.6rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
    transition: opacity 0.3s ease;
    z-index: 10;
    width: 120px;
}

.__audio_archive_mp3_volume_popup input[type="range"] {
    width: 100%;
    accent-color: #4ade80;
}

.__audio_archive_mp3_hidden {
    display: none;
}

.__audio_archive_mp3_button_down {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #fff;
    margin: 0 10px;
    cursor: pointer;
    transition: transform 0.2s ease;
}





.waveform-bars {
    display: flex;
    align-items: flex-end;
    height: 60px;
    gap: 2px;
    overflow: hidden;
}


@keyframes upAltasAventuras {

    0% {
        transform: translateY(2px);
    }


    100% {
        transform: translateY(0px);
    }
}



.waveform-bar {
    width: 4px;
    background-color: hsl(140, 60%, 60%);
    transition: height 0.1s linear;
}



.icon-element-for-text {
    height: 50px;
    width: 50px;
    background-image: url('../Imagens/Estrutural/txt.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.icon-element-for-mp4 {
    height: 50px;
    width: 50px;
    background-image: url('../Imagens/Estrutural/mp4.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.main-coontainer-folder-view-element {

    width: 100%;
    display: flex;
    height: 100%;
}

.collum-1 {

    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    width: 25%;
}

.collum-2 {

    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
}


.d-collum {

    height: 47px;
    border-top: 0px;
    border-bottom: 1px solid #ccc;
    border-left: 0px;
    border-right: 0px;
    width: 100%;


}

.f-collum {
    height: 47px;
    border-top: 0px;
    border-bottom: 1px solid #ccc;
    border-left: 0px;
    border-right: 0px;



    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
    width: 100%;

}

.f-collum:active {
    background-color: rgb(36, 35, 35);
    transition: background-color 0.1s ease-in-out;
}



.mp3_welcome {

    background-image: url('../Imagens/Estrutural/mp3-player.png');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.mp3_welcome-1 {
    background-image: url('../Imagens/Capas/Capa-1-welcome.png');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}


.txt-b {

    background-image: url('../Imagens/Estrutural/txt.png');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.mp3a {

    background-image: url('../Imagens/Estrutural/mp3-folder.png');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}


.exe-b {
    background-image: url('../Imagens/Estrutural/setting\ \(1\).png');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.user-guide {
    background-image: url('../Imagens/Estrutural/manual-book.png');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}


.calendar {
    background-image: url('../Imagens/Estrutural/schedule.png');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.pacote_offine {
    background-image: url('../Imagens/Estrutural/zip.png');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}


.care_icon {
    background-image: url('../Imagens/Estrutural/care.png');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}





.title-archive {
    font-family: sans-serif;
    font-size: 16px;

}

.light-mode .title-archive {
    color: white;
    font-family: sans-serif;
    font-size: 16px;
}

.text-for-welcome-user {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    height: 100%;
    width: 100%;
}

.title-archive-2 {
    font-family: sans-serif;
    font-size: 12px;
}

.light-mode .title-archive-2 {
    color: white;
    font-family: sans-serif;
    font-size: 12px;
}

.progress-bar-container {
    width: 100%;
    height: 10px;
    background-color: #f0f0f0;
    display: none;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}


.progress-bar-fill {
    height: 100%;
    width: 0%;
    background-color: #15eb02;
    /* verde claro */
    transition: width 0.5s ease;
}


.text-content-user-welcome {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 33px;
    text-align: justify;

}


.light-mode .text-content-user-welcome {
    color: white;
}

.end_point_download_content {
    font-family: monospace;
    font-size: 15px;
    padding: 10px;
    font-weight: 300;
    color: white;
    line-height: 33px;
    text-align: justify;

}



.button-download-guide-no {
    font-family: 'Times New Roman', Times, serif;
    width: 90px;
    height: 100%;
    border-radius: 7px;
    padding: 10px;
    text-align: center;
    background-color: #0f0f0f;
    color: white;
    border-top: 0px;
    border-bottom: 0px;
    border-left: none;
    border-bottom: 1px solid #2b2b2b;
}

.user-concluide {
    font-family: 'Times New Roman', Times, serif;
    width: 90px;
    height: 100%;
    border-radius: 7px;
    padding: 10px;
    text-align: center;
    background-color: #0f0f0f;
    color: white;
    border-top: 0px;
    border-bottom: 0px;
    border-left: none;
    border-bottom: 1px solid #2b2b2b;
}

.button-download-guide-yes {
    font-family: 'Times New Roman', Times, serif;
    width: 90px;
    height: 100%;
    border-radius: 7px;
    padding: 10px;
    text-align: center;
    background-color: #0f0f0f;
    color: white;
    border-top: 0px;
    border-bottom: 0px;
    border-left: none;
    border-bottom: 1px solid #2b2b2b;
}

.button-download-guide-no:active {
    transform: translateY(-2px);
}



.__guide_user_manual_carousel {
    position: relative;
    width: 100%;
    width: 350px;
    height: 500px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: #202020;
}

.__guide_user_manual_slides {
    display: flex;

}

.__guide_user_manual_slide {
    width: 100%;
    position: absolute;
    height: 550px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.4s ease-in-out;

}


:root {
    --__guide_user_manual_bg: #f3f4f6;
    --__guide_user_manual_primary: #6366f1;
    --__guide_user_manual_secondary: #e0e7ff;
    --__guide_user_manual_text: #1f2937;
    --__guide_user_manual_indicator_active: #F2CC85;
    --__guide_user_manual_indicator_inactive: #d1d5db;
}

.__guide_user_manual_indicators {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 0.5rem;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 10px;
    z-index: 99 !important;
}

.__guide_user_manual_indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--__guide_user_manual_indicator_inactive);
    transition: background 0.3s;
    cursor: pointer;
}

.__guide_user_manual_indicator.__guide_user_manual_active {
    background: var(--__guide_user_manual_indicator_active);
}

.hidden_folder {
    display: none;
}




.content-user-main-container-element-for-align {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;

}



.book-image-user {
    height: 80px;
    width: 80px;
    background-image: url('../Imagens/Estrutural/user-guide.png');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}



.paragraph-collapse {

    width: 100%;
    height: auto;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 400;
    text-align: justify;
    color: white;
    padding: 15px;
    font-size: 14px;
    line-height: 35px;
}

.na-mesa {

    font-family: 'Times New Roman', Times, serif;
    font-weight: 300;
    text-align: center;
    font-size: 18px;
    animation: dotom 1s ease-in-out;

}

.light-mode .na-mesa {
    color: white;
}




.align-calendar {

    width: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: space-between;
}




.__calendar-tab-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 397px;
    height: 420px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.__calendar-tabs {
    display: flex;
    width: 100%;
}

.__calendar-tab {
    flex: 1;
    text-align: center;
    padding: 1rem;
    cursor: pointer;
    background: white;
    color: rgb(197, 197, 197);

    transition: background 0.2s;
}

.__calendar-tab.__calendar-active {
    background: #4f46e5;
    border-radius: 0px 0px 6px 0px;
    color: white;
}

.__calendar-active-with-radius-left {
    background: #4f46e5;
    border-radius: 0px 0px 6px 0px;
    color: white;
}


.__calendar-active-with-radius-right {
    background: #4f46e5;
    border-radius: 0px 0px 0px 7px;
    color: white;
}

.__calendar-tab-content {
    display: none;
    padding: 1rem;
}

.__calendar-tab-content.__calendar-active {
    width: 96%;
    display: flex;
    align-items: center;
    overflow-y: scroll !important;
    justify-content: space-around;
    flex-direction: column;
    height: 100%;
    margin-bottom: 10px;
}

.__calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
    color: #4f46e5;
}

.__calendar-header button {
    background: transparent;
    border: none;
    font-size: 1.2rem;
    color: #4f46e5;
    cursor: pointer;
}

.__calendar-header h2 {
    margin: 0;
    font-size: 1.1rem;
}

.__calendar-day-names,
.__calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    padding: 0.5rem 0;
    width: 100%;
}

.__calendar-day-names div {
    font-weight: bold;
    font-size: 0.85rem;
    text-align: center;
    color: #555;
}

.__calendar-days div {
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.9rem;
    color: #333;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.2s;
}

.__calendar-days div:hover {
    background: #e0e7ff;
}

.__calendar-today {
    background: #6366f1;
    color: white !important;
}

.__calendar-marked {
    background: #10b981 !important;
    color: white !important;
}

.__calendar-empty {
    cursor: default;
    background: transparent;
}

#__calendar-marked-list {

    display: flex;
    overflow-y: scroll;
    height: 100%;
    width: 100%;
    height: 30vh;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    overflow: scroll;

}

#__calendar-marked-list ul {
    list-style: none;
    padding-left: 0;
    font-size: 0.9rem;
    max-height: 220px;
    overflow-y: auto;

    margin-top: 0.5rem;
    color: #10b981;
}

#__calendar-marked-list li {
    margin-bottom: 0.8rem;
    color: #10b981 !important;
}


.cursor {
    display: inline-block;
    width: 1px;
    background-color: black;
    animation: blink 1.2s infinite;
    margin-left: 2px;
}

@keyframes blink {

    0%,
    50%,
    100% {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

.package-content-element {

    position: relative;
    top: -50px;
    width: 400px;
    background-color: #202020;
    height: 480px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.package-content-icon {
    background-image: url('/public/Assets/Imagens/Estrutural/zip.png');
    background-position: center center;
    background-repeat: no-repeat;
    height: 65px;
    width: 65px;
    background-size: contain;
}

.container-icon-package {
    height: 120px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}


.package-content-text {
    height: auto;
    height: 167px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-family: monospace;
    line-height: 50px !important;
    text-align: justify;
    padding: 15px;

}


.package-content-container-button {

    height: 70px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}


.package-content-container-button button:nth-child(1) {
    color: #D93636;
}

.package-content-container-button button:nth-child(1):active {
    color: #D93636;
    background-color: #240a0a;
}

.package-content-container-button button:nth-child(2):active {
    color: #75A62D;
    background-color: #121a07;
}


.package-content-container-button button:nth-child(2) {
    color: #75A62D;

}



.package-button-style {
    border: 0;
    background-color: #0f0f0f;
    color: white;
    font-size: 14px;
    width: 130px;
    height: 50px;
    font-family: monospace;
    text-align: center;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0px 2px 2px 0px #4e4e4e;
}


.pop-up-warning-user-package {
    position: absolute;
    top: 0;
    left: 0;
    color: red;
    font-size: 30px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;

}

.pop-up-warning-user-package:active {
    transform: translateY(-2px);
}


.package-button-style:active {
    transform: translateY(-2px);
}



.pop-up-view-package-user-content {
    height: 270px;
    display: none;
    width: 400px;
    background-color: #202020;
    border-radius: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pop-up-view-package-user-content.active {
    display: flex;
    animation: package_doubt 1s ease-in-out;
}





@keyframes package_doubt {
    0% {
        transform: translate(-50%, -50%) scale(2);
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}

.content-for-p-user-para {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    height: 100%;

}

.container-user-descompact {

    width: 100%;

}


.p-user-descompact {

    color: white;
    font-family: monospace;
    text-align: justify;
    line-height: 33px;
    padding: 10px;

}


.understand-compact-button {

    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.click-button-understand {
    border: 0;
    background-color: white;
    box-shadow: 0px 2px 2px 0px rgb(107, 107, 107);
    font-family: sans-serif;
    text-align: center;
    width: 130px;
    height: 45px;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.click-button-understand:active {
    transform: translateY(-2px);

}






.overlay-feedback {
    display: none;
}






.download-page-content {
    background-color: #000;
    height: 520px;
    width: 370px;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    box-shadow: 1px 1px 11px 1px #636363;

}


.container-icon-download-content {
    height: 75px;
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
}


.icon-download-folder {
    height: 70px;
    width: 70px;
    background-image: url('/public/Assets/Imagens/Estrutural/folder.png');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}


.container-open-download {

    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
}






.container-download-action {

    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    height: 70px;
}


.action-download {
    border: none;
    height: 50px;
    width: 110px;
    border-radius: 7px;
    text-align: center;
    background-color: #000000;
    padding: 10px;
    color: white;
    font-family: monospace;
    box-shadow: 0px 1px 0px 0px white;
}

.action-download:active {
    transform: translateY(-2px);
}

.Cancel-download {
    border: none;
    height: 50px;
    width: 110px;
    border-radius: 7px;
    text-align: center;
    background-color: #000000;
    padding: 10px;
    color: white;
    font-family: monospace;
    box-shadow: 0px 1px 0px 0px white;
}

.Cancel-download:active {
    transform: translateY(-2px);
    transition: transform ease-in-out;
}


#close-container-file-manager {
    border: none;
    z-index: 999 !important;
    background-color: #202020;
    color: white;
    width: 110px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    position: absolute;
    top: 40px !important;
    right: 10px;
    font-family: monospace;
    text-align: center;
    border-radius: 10px;
    padding: 5px;

}



.overlay-read-fast {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
    width: 100%;
    position: fixed;
    align-items: center;
    z-index: 2;
    justify-content: center;
}


@keyframes animationTransformY {
    0% {
        transform: translateY(50px);
    }


    100% {
        transform: translateY(0px);
    }
}

.__read_fast_slider-container {
    width: 400px;
    height: 560px;
    position: relative;
    animation: animationTransformY 0.5s ease-in-out;
    overflow: hidden;
    border-radius: 16px;
    background: linear-gradient(135deg, #202020 0%, #202020 100%);
    box-shadow: 0 8px 30px rgba(187, 187, 187, 0.08);
}

.__read_fast_slides {
    display: flex;
    width: 300%;
    height: 100%;


}

.__read_fast_slide {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #ffffff;
    will-change: transform;
}

.__read_fast_slide:nth-child(1) {
    background: linear-gradient(135deg, #202020 0%, #202020 100%);

    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.__read_fast_slide:nth-child(2) {
    background: linear-gradient(135deg, #202020 0%, #202020 100%);
}

.container_align_explain_read-fast {

    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
}


.distracted-img {
    width: 150px;
    height: 150px;
    background-image: url('../Imagens/Estrutural/distract.gif');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    transform: scale(1.2);
}


.__read_fast_next-btn {
    width: 80px;
    border-radius: 8px;
    height: 40px;
    font-weight: 500;
    border: none;
    font-family: 'Times New Roman', Times, serif !important;
}





.absolute_container_video {
    position: absolute;
    width: 100%;
    height: 380px;
    top: 0;
    left: 0;
}




.google_drive_iframe_overlay {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 534px;
    height: 355px;
    display: flex;
    z-index: 999999999;
    align-items: center;
    justify-content: center;
}

.iframe_parent_node {
    width: 400px;
    height: 400px;
}


.visit_overlay_container_position {

    width: 350px;
    height: 130px;
    position: absolute;
  
    display: none;
    align-items: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    justify-content: center;
}


.algiment_item_container_youtubevideo {
    background-color: white;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: space-around;


}








.title_element_al {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: sans-serif;
    color: black;


    font-family: "Rethink Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-size: 20px;
    font-style: normal;

}

.video_yt_buttons_visit {
    height: 60px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}


@keyframes opacity_transform_visit {
    0% {
        opacity: 0;
        transform: translateY(40px) scale(0.95);
    }

    60% {
        opacity: 1;
        transform: translateY(-5px) scale(1.02);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}


@keyframes opacity_transform_visit_out {
    0% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }

    40% {
        opacity: 1;
        transform: translateY(-5px) scale(1.02);
    }

    100% {
        opacity: 0;
        transform: translateY(40px) scale(0.95);
    }
}













/* CSS */
.__visit_button_yt_button-82-pushable {
    position: relative;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    outline-offset: 4px;
    transition: filter 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.__visit_button_yt_button-82-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background: hsl(0deg 0% 0% / 0.25);
    will-change: transform;
    transform: translateY(2px);
    transition:
        transform 600ms cubic-bezier(.3, .7, .4, 1);
}

.__visit_button_yt_button-82-edge {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;

}

.__visit_button_yt_button-82-front {
    display: block;
    position: relative;
    padding: 12px 27px;
    border-radius: 12px;
    font-size: 1.1rem;
    color: white;
   
    will-change: transform;
    transform: translateY(-4px);
    transition:
        transform 600ms cubic-bezier(.3, .7, .4, 1);
}

@media (min-width: 768px) {
    .__visit_button_yt_button-82-front {
        font-size: 1.25rem;
        padding: 12px 42px;
    }
}

.__visit_button_yt_button-82-pushable:hover {
    filter: brightness(110%);
    -webkit-filter: brightness(110%);
}

.__visit_button_yt_button-82-pushable:hover .__visit_button_yt_button-82-front {
    transform: translateY(-6px);
    transition:
        transform 250ms cubic-bezier(.3, .7, .4, 1.5);
}

.__visit_button_yt_button-82-pushable:active .__visit_button_yt_button-82-front {
    transform: translateY(-2px);
    transition: transform 34ms;
}

.__visit_button_yt_button-82-pushable:hover .__visit_button_yt_button-82-shadow {
    transform: translateY(4px);
    transition:
        transform 250ms cubic-bezier(.3, .7, .4, 1.5);
}

.__visit_button_yt_button-82-pushable:active .__visit_button_yt_button-82-shadow {
    transform: translateY(1px);
    transition: transform 34ms;
}

.__visit_button_yt_button-82-pushable:focus:not(:focus-visible) {
    outline: none;
}

.y_visit {
  --btn-color: hsl(140deg 100% 40%);
  --btn-edge-dark: hsl(140deg 100% 20%);
  --btn-edge-light: hsl(140deg 100% 35%);
}

.n_visit {
  --btn-color: hsl(0deg 100% 50%);
  --btn-edge-dark: hsl(0deg 100% 20%);
  --btn-edge-light: hsl(0deg 100% 35%);
}

/* usa as variáveis */
.__visit_button_yt_button-82-front {
  background: var(--btn-color);
}

.__visit_button_yt_button-82-edge {
  background: linear-gradient(
    to left,
    var(--btn-edge-dark) 0%,
    var(--btn-edge-light) 8%,
    var(--btn-edge-light) 92%,
    var(--btn-edge-dark) 100%
  );
}














/* CSS */
.button-24 {
  background: #FF4742;
  border: 1px solid #FF4742;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 4px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: nunito,roboto,proxima-nova,"proxima nova",sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 16px;
  min-height: 40px;
  outline: 0;
  padding: 12px 14px;
  text-align: center;
  text-rendering: geometricprecision;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
}

.button-24:hover,
.button-24:active {
  background-color: initial;
  background-position: 0 0;
  color: #FF4742;
}

.button-24:active {
  opacity: .5;
}


#customize_block_file{

    width: 100%;
    height: 200px;

    display: block;
}