* {
    user-select: none;
}

body {


    position: relative;
    display: flex;
    flex-direction: column;
    width: 100dvw;
    justify-content: flex-start;
    align-items: center;
    height: 100dvh;
    overflow: clip !important;
    margin: 0;
    padding: 0;
    will-change: background-color;

}


.dark-mode {
    background-color: #000000;
    color: #fff
}


.light-mode {
    background-color: #ffffff;
}


#loading-screen {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;

    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 9999;
    opacity: 1;
    visibility: visible;

}



.book::-webkit-scrollbar {
    width: 1px;
    height: 1px;

}

.book::-webkit-scrollbar-track {
    background: #f0f0f0;
    scrollbar-width: none !important
}

.book::-webkit-scrollbar-thumb {
    background: #888;
    scrollbar-width: none !important
}

.book::-webkit-scrollbar-thumb:hover {
    background: #555;
    scrollbar-width: none !important
}

.light-mode .book {
    display: flex;
    position: relative;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    width: 100%;
    max-width: 100% !important;
    height: 100dvh;
    perspective: 1000px;
    /* Mantém o overflow ativo */
    scrollbar-width: none !important;
    /* Firefox: esconde a barra de rolagem */
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    /* Suaviza o scroll em dispositivos iOS */
    background-color: #ffffff !important;
}


.dark-mode .book {
    display: flex;
    position: relative;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    width: 100%;
    max-width: 100% !important;
    height: 100dvh;
    perspective: 1000px;
    /* Mantém o overflow ativo */
    scrollbar-width: none !important;
    /* Firefox: esconde a barra de rolagem */
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    /* Suaviza o scroll em dispositivos iOS */
    background-color: #000000 !important;
}




.page {
    width: 100%;
    height: 100dvh;
    position: absolute;
    display: none;
    padding: 30px 20px;
    will-change: transform, opacity !important;
    overflow-y: hidden !important;
    overflow-x: hidden !important;
    scrollbar-width: none !important;
    box-sizing: border-box;
}


.dark-mode .page {
    background-color: black;
}

.light-mode .page {
    background-color: white;
}



.icon-book-mark {
    z-index: 999 !important;
    height: 30px;
    width: 30px;

    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}


.icon {
    display: inline-block;
    width: 30px;
    height: 30px;

    /* Substitua 'path_to_your_icon.png' pelo caminho do seu ícone */
    background-size: contain;
    background-repeat: no-repeat;
    animation: spin 10s linear infinite;
    vertical-align: middle;
}


.bookmark-element-mark {
    position: absolute;
    margin-top: 40px;
    width: 95%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;

}

.tour-mark {
    position: absolute;
    margin-top: 55px;
    width: 95%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}





.Settings-Style-Button {
    background-color: transparent;
    border: 1px solid currentColor;
    padding: 5px 10px;
    cursor: pointer;
    transition: background-color .5s, color .5s
}





.paragraph_Style {
    line-height: 33px;
    font-style: normal;
    text-align: justify;
    text-align-last: left;
    /* Alinha a última linha à esquerda */
    word-spacing: 1px;
    font-family: 'Times New Roman', Times, serif, serif !important;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}


.paragraph_Style_unic {
    line-height: 33px;
    font-style: normal;
    font-size: 14px !important;
    text-align: justify;
    text-align-last: left;
    /* Alinha a última linha à esquerda */
    word-spacing: 1px;
    font-family: 'Times New Roman', Times, serif, serif !important;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}


.Container-Button-Customize {
    width: 100%;
    height: 10vh;
    align-items: center;
    justify-content: space-around;
    display: flex
}


.buttons-Customize-Container {
    display: none;
    /* Começa oculto */
    flex-direction: column;
    will-change: transition, transform;
    align-items: center;
    overflow-x: hidden !important;
    width: 100%;
    max-width: 100%;
    padding: 10px;
    box-sizing: border-box;
    gap: 10px;
}

.buttons-container {
    display: none;
    /* Inicialmente escondido, só aparece no legacy-mode */
}






.Voltar-Para-O-Inicio {
    width: 100%;
    max-width: 100%;
    display: flex;
    height: 5vh;
    align-items: center;
    justify-content: space-around;
}

.blue {
    background: linear-gradient(to right, #344C1D, #E8A797, #0f302b, #E8A797);
}

.orange {
    background: linear-gradient(to right, #ff6600, #ff9900);
}

.purple {
    background: linear-gradient(to right, #800080, #da70d6);
}

.green {
    background: linear-gradient(to right, #00ff00, #32cd32);
}

.pink {
    background: linear-gradient(to right, #ff69b4, #ff1493);
}

.dark-mode .introjs-tooltiptext {
    color: black;
}

.reading {
    color: red !important;

}

.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    border: 1px solid black;
    z-index: 1000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    text-align: center;
}




.popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

.hidden {
    display: none !important;
}

.unique-progress-bar-container {
    position: relative;
    bottom: 60px;
    right: 50px;
    width: 50%;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.dark-mode .unique-progress-bar-container {
    background-color: #3b3b3b;
}

#unique-progress-bar {
    position: relative;
    height: 100%;
    background-color: red;
}

#unique-progress-bar-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgb(255, 0, 0);
    /* Ou qualquer cor que contraste bem com a barra de progresso */
    font-size: 14px;
    /* Ajuste conforme necessário */
    pointer-events: none;
    /* Para garantir que o texto não interfira no arrasto */
}


.h2-Tratamentos-Naturais_natu {
    height: 95%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Grey Qo", cursive;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 4rem !important;
    font-weight: 400;
    /* Definindo uma cor azul com 50% de opacidade */
    color: rgb(255, 255, 255) !important;
    font-size: 3rem;
    text-align: center;
    font-weight: normal;
    font-style: normal;
    width: 90vw;

}

.Sentaca {


    font-family: "Grey Qo", cursive;
    font-size: 4rem !important;
    font-weight: 400;
    /* Definindo uma cor azul com 50% de opacidade */
    color: rgb(0, 0, 0) !important;
    font-size: 3rem;
    text-align: center;
    font-weight: 700;
    font-style: normal;


}

.dark-mode .Sentaca {


    font-family: "Grey Qo", cursive;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 4rem !important;
    font-weight: 400;
    /* Definindo uma cor azul com 50% de opacidade */
    color: rgb(255, 255, 255) !important;
    font-size: 3rem;
    text-align: center;
    font-weight: 700;
    font-style: normal;


}





.img-capa {
    background:
        linear-gradient(to bottom,
            rgba(0, 0, 0, 0.2),
            rgba(0, 0, 0, 0.7)),
        url('/Assets/imgs/book.jpg');


    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}



.galery_capa_cap1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0.5)), url('/Assets/imgs/capa-galeria.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.img-unhas-posticas {

    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.limao_leite_laranja {

    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}


.bookmark_capa {

    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}



.img-produtos {

    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.capa_banho {
    background-image: url('./banho_capa.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}



.tour-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: none;
}

.tour-popup button {
    margin-top: 10px;
}



.img-background {

    width: 100%;
    height: 20%;
}


.page-bookmark-icon {
    height: 30px;
    width: 30px;

    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 10px;
    /* Ajuste conforme necessário */
    right: 10px;
    /* Ajuste conforme necessário */
    z-index: 10;
    /* Garante que o ícone fique acima de outros elementos */
}



.Container-Marks {

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

#clearBookmarksButton {
    padding: 10px 20px;
    margin-top: 20px;
    background-color: red;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 16px;
}

#clearBookmarksButton:hover {
    background-color: darkred;
}

.bookmarks-list {

    display: flex;
    height: 80%;
    align-items: flex-start;
    flex-direction: column;
}




/* Inicialmente, esconda ambos os controles */
.font-size-label,
.font-size-range {
    display: none;
}


canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    /* Para permitir interações com a página */
    will-change: transform, opacity;
    z-index: 10;
    /* Coloca o canvas acima do conteúdo */
}


.container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    text-align: center;
}




.folha {
    width: 100%;
    height: 100%;

    background-color: white;
    padding: 5%;
    box-sizing: border-box;
    position: relative;
}



.dark-mode .folha {
    width: 100%;
    height: 100% !important;

    padding: 5%;
    box-sizing: border-box;
    position: relative;
    background-color: rgb(0, 0, 0);
}





.folha::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 70px solid rgba(255, 255, 255, 0.329);
    /* Parte de cima branca */
    border-left: 70px solid transparent;

    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /* Tornar a parte esquerda transparente */
    box-shadow: 0px 5px 8px rgba(216, 215, 215, 0.952);
    /* Sombra na parte inferior */
}

.dark-mode .folha::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 70px solid #000;
    /* Parte de cima branca */
    border-left: 70px solid transparent;

    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /* Tornar a parte esquerda transparente */
    box-shadow: 0px 5px 8px #5c5c5c;
    /* Sombra na parte inferior */
}






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

.Galery-Text {

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

.Galery-Text_h1 {

    display: flex;
    width: 30%;
    align-items: center;
    font-family: "Grey Qo", cursive;
    font-size: 3rem;
    font-weight: 400;
    font-style: normal;
    justify-content: space-around;
}



.vertical-mode .book {


    overflow-x: hidden !important;
    display: block;

}

.vertical-mode.loaded .book {
    height: auto;
    /* Altura automática após o carregamento */
}

.vertical-mode .page {
    display: block;
    position: relative;
    margin: 0;
    /* Remove a margem inferior */
    height: 100vh;
    /* Ocupa 100% da altura da tela */
    overflow: hidden;
    /* Esconde qualquer conteúdo que exceda a altura da página */
    box-sizing: border-box;
    /* Inclui padding e bordas no cálculo de altura */
}




.gallery-container-collum {
    display: block;

    position: absolute;
    left: 1px;
    top: 1px;
    right: 1px;
    bottom: 1px;
    overflow-y: auto;
    overflow-x: hidden;

    /* Evita o overflow horizontal */
}


.gallery-container {
    overflow-y: scroll !important;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* 4 colunas */
    grid-template-rows: repeat(3, 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 */
}

.g-Container {
    width: 100%;
    /* Preenche o espaço da coluna */
    height: 100%;
    /* Preenche o espaço da linha */
    background-size: cover;
    background-position: center;
    display: none;
    background-repeat: no-repeat;

}


@keyframes cinematicReveal {
    0% {

        transform: translateY(80px) rotate(-8deg);


    }

    20% {

        transform: translateY(40px) scale(0.8) rotate(4deg);


    }

    45% {

        transform: translateY(-10px) scale(1.05) rotate(-2deg);


    }



    100% {

        transform: translateY(0) scale(1) rotate(0);

    }
}


.err_text_view {
    font-size: 13px;
    color: rgb(236, 32, 32);
}




#column1,
#column2,
#column3,
#column4 {

    height: 100px;
    width: 100%;
    display: flex;
    justify-content: space-around;
}



/* eminet domain */
.img_inter_unique {

    width: 25%;
    height: 30%;

    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}



.clean-unique {
    width: 30%;
    height: 50%;
    background-color: red;
    cursor: pointer;
}

.popup-unique {
    position: fixed;
    top: 20%;
    left: 10%;
    width: 80%;
    height: 80%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup-content-unique {
    position: relative;
    width: 80%;
    height: 80%;
    background-color: #fff;
}

.popup-content-unique iframe {
    width: 100%;
    height: 100%;
}

.popup-close-unique {
    position: absolute;
    background-color: red;
    top: 100;
    left: 50;
    font-size: 30px;
    cursor: pointer;

}



canvas#confettiCanvasCare {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow-y: hidden !important;
    overflow-x: hidden !important;
    will-change: transform, opacity;
}

.page-content_care {
    position: relative;
    z-index: 1;
}




/* .vertical-mode .gallery-container { */
/* display: grid; */
/* grid-template-columns: repeat(4, 1fr); */
/* 4 colunas */
/* grid-template-rows: repeat(3, 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 */
/* } */

/* .vertical-mode .g-Container { */
/* width: 100%; */
/* Preenche o espaço da coluna */
/* height: 100%; */
/* Preenche o espaço da linha */
/* background-size: cover; */
/* background-position: center; */
/* background-repeat: no-repeat; */
/* } */






.container_for_loading {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    height: 40%;
    overflow-y: hidden !important;
    overflow-x: hidden !important;
    width: 100%;

}





/* Estilos para a tela de loading */

.volto-logo-loading {
    height: 28%;
    width: 100%;
    background-image: url('/Assets/imgs/b.png');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

/* Estilos para a barra de progresso */
.volto-bars {
    width: 80%;
    height: 8px;
    /* Aumentei um pouco a altura */
    background-color: #e0e0e0;
    /* Cinza claro para contraste */
    border-radius: 15px;
    /* Cantos mais arredondados */
    overflow: hidden;
    margin-top: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    /* Sombra para profundidade */
}

.progress-bar-volto {
    width: 0;
    height: 100%;
    background: radial-gradient(#F22F1D, #F26716);
    border: 1px solid white;
    border-radius: 15px;
    /* Mantém os cantos arredondados */
    transition: width 0.4s ease;
    /* Animação de preenchimento */
}



/* Animação para encher a barra de progresso */
@keyframes fillProgressBar {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

/* Animação para ocultar a tela de loading instantaneamente */
@keyframes hideScreen {
    0% {
        opacity: 1;
        visibility: visible;
    }

    100% {
        opacity: 0;
        visibility: hidden;
    }
}



.page-content-electricity {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    will-change: transtion, transform;
}

.electricity_container {
    width: 90%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    will-change: transtion, transform;
}

.post-1,
.post-2 {

    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 30%;
    will-change: transtion, transform;
    height: 100%;
}

.electricity-svg {
    position: absolute;
    pointer-events: none !important;
    height: 100px;
    z-index: 1;
}

.intensity-control {
    margin-top: 20px;
}

#intensityRange {
    width: 200px;
}

.toggle-switch {
    width: 60px;
    height: 30px;
    margin: 5px 0;
    border-radius: 15px;
    background-color: #ccc;
    position: relative;
    cursor: pointer;
    transition: background-color 0.3s;
}

.toggle-switch .switch-handle {
    position: absolute;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: white;
    top: 2px;
    left: 2px;
    transition: left 0.3s;
}

.toggle-switch.active {
    background-color: #4CAF50;
}

.toggle-switch.active .switch-handle {
    left: 32px;
}


.Container-switch-height {

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

.toggle-container {

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

.Container_toggle_switch_color {

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

.Container_toggle_switch_size_fonts {

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

.buttons-container {

    width: 100%;
    display: flex;
    justify-content: space-around;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    display: none;
}

.toggle-container {
    display: flex;
    gap: 10px;
}


/* Estilizando o toggle */
.toggle-switch_color {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.toggle-switch_color input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider_color {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 34px;
}

.slider_color:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

input:checked+.slider_color {
    background-color: #2196F3;
}

input:checked+.slider_color:before {
    transform: translateX(26px);
}





.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 34px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}



input:checked+.slider {
    background-color: #4CAF50;
}

input:checked+.slider:before {
    transform: translateX(26px);
}

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

.page-content-web-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;

}

.volto_web_company {
    width: 100%;
    height: 50%;

    display: flex;
    position: relative;
    top: -60px;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
}

.logo_web {

    width: 150px;
    border-radius: 100%;
    height: 150px;
    background-image: url('/Assets/application/mark-water.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

}

.page-content-embed {

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

}

.embed_video_usability {
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    top: 0;
}


.dark-mode h1 {
    color: black;
}

.tips {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.container-usability-content {
    top: 50%;
    position: absolute;

    height: 50%;
    right: 0;
    left: 0;
    width: 98%;
}

.agradecimento_coracao {

    height: 35px;
    width: 35px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    display: inline-block;
}

.dark-mode .p-For-Tablet {
    color: black;
}


.home-icon {
    position: absolute;
    top: 100px;
    width: 22px;
    height: 32px;
    cursor: pointer;

    /* Ícone fechado inicialmente */
    background-size: contain;
    background-repeat: no-repeat;
    transition: background-image 0.3s;
    will-change: transform, opacity;
}

.judge {

    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.folha {
    width: 100%;
    height: 100%;

    background-color: white;
    padding: 5%;
    box-sizing: border-box;
    position: relative;
}



.dark-mode .folha {
    width: 100%;
    height: 150%;

    padding: 5%;
    box-sizing: border-box;
    position: relative;
    background-color: rgb(0, 0, 0);
}




.folha::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 70px solid rgba(255, 255, 255, 0.329);
    /* Parte de cima branca */
    border-left: 70px solid transparent;

    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /* Tornar a parte esquerda transparente */
    box-shadow: 0px 5px 8px rgba(216, 215, 215, 0.952);
    /* Sombra na parte inferior */
}

.dark-mode .folha::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 70px solid #000;
    /* Parte de cima branca */
    border-left: 70px solid transparent;

    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /* Tornar a parte esquerda transparente */
    box-shadow: 0px 5px 8px #5c5c5c;
    /* Sombra na parte inferior */
}


.page-content-notation {

    overflow-x: hidden !important;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.content_user_notation {

    height: 90%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;

}




.download-imagens {
    background-color: #0080ff;
    /* Azul-marinho */
    color: white;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s, transform 0.2s, box-shadow 0.2s;
}

.download-imagens:hover {
    background-color: #003366;
    /* Azul mais claro ao passar o mouse */
    transform: translateY(-3px);
    /* Efeito de elevação */
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
    /* Sombra mais forte ao passar o mouse */
}

.download-imagens:active {
    background-color: #0080ff;
    /* Mantém o azul-marinho ao clicar */
    transform: translateY(0);
    /* Remove o efeito de elevação */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    /* Volta à sombra original */
}

.page-content-download {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.some_style {
    line-height: 33px;
    font-size: 18px;
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
}


.light-mode .container-tuto {
    overflow-y: scroll !important;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 95%;
    height: 100%;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    margin: 0;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.dark-mode .container-tuto {
    overflow-y: scroll !important;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 95%;
    height: 100%;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    margin: 0;
    background-color: #080707;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Estilos base comuns a ambas as classes */

.step {
    margin-bottom: 20px;
}

.step h2 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.step p {
    margin-bottom: 10px;
    line-height: 29px;
}

.step code {
    padding: 2px 5px;
    border-radius: 3px;
    font-family: monospace;
}

.file-size {
    font-weight: bold;
}

footer {
    margin-top: 30px;
    text-align: center;
}

/* Tema Light Mode */
.light-mode .step {
    color: #000;
    /* Texto preto */
}

.light-mode .step h2 {
    color: #000;
    /* Cabeçalhos em preto */
}

.light-mode .step p {
    color: #000;
    /* Parágrafos em preto */
}

.light-mode .step code {
    background-color: #f0f0f0;
    /* Fundo de código em cinza claro */
    color: #000;
    /* Texto do código preto */
}

.light-mode .file-size {
    color: #d9534f;
    /* Cor de aviso */
}

.light-mode footer {
    color: #888;
    /* Cinza claro para o rodapé */
}

/* Tema Dark Mode */
.dark-mode .step {
    color: #fff !important;
    /* Texto branco */
}

.dark-mode .step h2 {
    color: #fff !important;
    /* Cabeçalhos brancos */
}

.dark-mode .step p {
    color: #fff !important;
    /* Parágrafos brancos */
}

.dark-mode .step code {
    background-color: #333;
    /* Fundo de código escuro */
    color: #fff !important;
    /* Texto do código branco */
}

.dark-mode .file-size {
    color: #ff6666;
    /* Cor de aviso mais vibrante para o tema escuro */
}

.dark-mode footer {
    color: #ccc;
    /* Cinza claro para o rodapé */
}

.capa_usabilidade {

    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}



.popup_for_person {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    /* Fundo levemente mais escuro */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;

    /* Animação inicial */
    opacity: 0;
    visibility: hidden;
    transform: scale(0.7);
    /* Começa menor */
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        visibility 0.4s ease-in-out;
}

.popup_for_person.show {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    /* Expande suavemente */
}

.popup_vertical {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Fundo levemente mais escuro */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    /* Animação inicial */
    opacity: 0;
    visibility: hidden;
    transform: scale(0.7);
    /* Começa menor */
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        visibility 0.4s ease-in-out;
}

.popup_vertical.show {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    /* Expande suavemente */
}

.popup-content_for_person {
    background: #ffffff;
    padding: 25px;
    border-radius: 12px;
    /* Cantos mais arredondados */
    text-align: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    /* Sombra mais suave e moderna */
    width: 90%;
    max-width: 400px;
    /* Limita a largura */
    animation: popup-bounce 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    /* Efeito extra */
}

@keyframes popup-bounce {
    0% {
        transform: scale(0.7);
    }

    60% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.button_for_person {
    padding: 10px 20px;
    margin: 10px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
}

#popup-confirm-for-person {
    background: #4CAF50;
    color: white;
}

#popup-confirm-for-person:hover {

    transform: scale(1.05);
}

#popup-cancel-for-person {
    background: #f44336;
    color: white;
}

#popup-cancel-for-person:hover {

    transform: scale(1.05);
}

#popup-message-for-person {
    line-height: 28px;
    font-family: 'Times New Roman', Times, serif;
    font-size: 15px;
    text-align: justify;
    color: black !important;
}

.vertical_p {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 28px;
    font-family: 'Times New Roman', Times, serif;
    font-size: 15px;
    text-align: justify;
    color: black !important;
}

#recommendations-title {
    font-family: 'Times New Roman', Times, serif;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    padding: 5px;
}


.hidden_page {
    visibility: hidden;
    will-change: transform, opacity;
}

.page-content-latest {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}








.Container-For-Tablet-Menssage {

    height: 100vh;
    width: 100vw;
    max-height: 100vh;
    min-height: 100vh;
    max-width: 100vw;
    min-width: 100vw;
    position: absolute;
    z-index: 99999999999;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}




.for-pc {
    overflow: hidden;
    position: absolute;
    background-color: rgb(255, 255, 255);
    width: 100vw;
    max-width: 100vw;
    max-height: 100vh;
    height: 100vh;
    min-height: 100vh;
    display: flex;
    z-index: 2;
    align-items: center;
    justify-content: space-around;

}

.for-pc_h1 {
    text-align: center;
}

.dark-mode .for-pc_h1 {
    text-align: center;
    color: white;

}






.qr-code {
    background-image: url('/Assets/imgs/qr-code.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 50%;
    width: 400px;
}




.samsung_and_MiBrowser {
    display: none;
    z-index: 1000;
    background-color: white;
    width: 100vw;
    height: 100vh;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.content-Internert {

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    box-sizing: border-box;
    background-color: white;
    border-radius: 15px;
    z-index: 1;
    height: 600px;
    width: 100%;
}

.samsung_internet-p {
    width: 90% !important;
    color: white !important;
    font-size: 16px;
    padding: 20px;
    font-family: 'Times New Roman', Times, serif;
    text-align: justify;
    line-height: 33px;
    background-color: rgba(0, 0, 0, 0.6);
    box-shadow: 1px 1px 1px 1px #007BFF;
    border-radius: 4px;
}

.sete-for-browser-samsung {
    width: 20%;

    background-position: center center;
    background-repeat: no-repeat;
    height: 20%;
    background-size: contain;
}

.icon-for-samsung-browser {

    width: 100%;
    height: 15%;
    display: flex;
    flex-direction: row-reverse;
}

.icon-chrome {
    width: 50%;
    height: 100%;
}

.icon-samsung {
    width: 50%;
    height: 100%;

    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.icon-chrome {

    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}





/* Fundo do pop-up */
.__samsung-overlay {
    position: fixed;
    top: 0;
    z-index: 100;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s;
}

/* Caixa do pop-up */
.__samsung-popup {
    background: white;
    padding: 20px;
    border-radius: 10px;
    width: 400px;
    height: 300px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transform: scale(0.8);
    transition: transform 0.3s ease-in-out;
}

/* Mostra o pop-up */
.__samsung-overlay.active {
    opacity: 1;
    visibility: visible;
}

.__samsung-overlay.active .__samsung-popup {
    transform: scale(1);
}

.copie-pop-up {
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
    color: black;
}





.copy-button {
    background-color: #007aff;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.copy-button:hover {
    background-color: #005bbf;
}

.message {
    margin-top: 10px;
    font-size: 14px;
    color: green;
    display: none;
}

/* Oculta a textarea */
#hidden-textarea {
    position: absolute;
    left: -9999px;
    opacity: 0;
}


.browser-ico-samsung {
    width: 30px;
    height: 30px;
    display: inline-block;

    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    vertical-align: middle;
}

.browser-ico-MI {
    width: 30px;
    height: 30px;
    display: inline-block;

    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    vertical-align: middle;
}


.albedo_base {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0.5)), url('/Assets/imgs/letter-image.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


.page-content-basic-buy {

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


.mokup_capa {
    height: 200px;
    width: 200px;
    background-image: url('/Assets/imgs/cover_premiun.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: scale(1.5);
    position: relative;
    bottom: 23px;
    left: -8px;
}


.p-for-buy {
    width: 80%;
    height: auto;

    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 20px;
    font-size: 13px;
    padding: 20px;
    line-height: 33px;
    color: white;
    font-family: 'Times New Roman', Times, serif;
    text-align: justify;
}


.p-for-wiking {


    width: 100%;
    height: auto;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 7px;
    line-height: 33px;
    color: white;
    font-family: 'Times New Roman', Times, serif;
    text-align: justify;
}


.page-content-wiking {

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}



.wiking_gif {
    height: 200px;
    width: 200px;

    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.button_for_buy {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 180px;
    padding: 25px 25px;
    font-size: 16px;
    font-weight: 300;
    color: white;
    text-decoration: none;
    border-radius: 25px;
    background: linear-gradient(135deg, #FFA500, #FF4500);
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 10px rgba(255, 69, 0, 0.3);
    border: none;
}

.button_for_buy:hover {
    background: linear-gradient(135deg, #FF8C00, #FF6347);
    box-shadow: 0 6px 12px rgba(255, 69, 0, 0.5);
    transform: scale(1.05);
}


@keyframes fadeIn {
    from {

        transform: translateZ(-100px);
    }

    to {

        transform: translateZ(0px);
    }
}


.visiblePage {
    display: flex;
    will-change: transform, opacity;
}












.overlay_buy_estrategy {
    position: absolute;
    inset: 0;
    overflow: hidden;
    display: none;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.6);
    justify-content: center;
}




.container_settings_buy_model {
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    height: 500px;
    width: 380px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    animation: refazer_tudo 0.8s ease-in-out;
}


@keyframes refazer_tudo {
    0% {

        transform: scale(0.5);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}


.text_buy_model {

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


.img_await_icon {
    width: 32px;
    height: 32px;
    background-image: url('/Assets/imgs/open-hand.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}


.container_block_text {

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


.text_unic_wait {
    color: rgb(255, 255, 255);
    text-align: justify;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    border-radius: 10px;
    width: 90%;
    line-height: 33px;
}

.h2_text_list {
    color: black;
}


.cover_aligment_settings {

    width: 100%;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.cover_img_product {

    height: 190px;
    width: 200px;
    background-image: url('/Assets/imgs/crying.gif');
    background-position: center center;
    transform: scale(1.3);
    background-repeat: no-repeat;
    background-size: contain;
}

.button_container_await_popstate {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}





.center_itens_galery_amostre {

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







/* Celular */
@media (max-width: 767px) {

    .Container-For-Tablet-Menssage {
        display: none;
    }

    .for-pc {
        display: none;
    }

}

/* Tablet */
@media (min-width: 768px) and (max-width: 1024px) {

    .Container-For-Tablet-Menssage {
        display: flex;
    }

    .for-pc {
        display: none;
    }

}

/* PC / Desktop */
@media (min-width: 1025px) {
    .Container-For-Tablet-Menssage {
        display: none;
    }

    .for-pc {
        display: flex;
    }

    .container_message_img {
        display: none !important;
    }
}




.__volto_web_company_overlay {
    z-index: 9999;
    position: absolute;
    inset: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.7);
}


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

.__icon_company_acess {
    width: 150px;
    height: 150px;
    display: flex;

    align-items: center;
    justify-content: center;
    background-image: url('/Assets/application/click-unscreen.gif');
    background-position: center center;
    filter: invert(1);
    transform: scale(1.3);
    background-repeat: no-repeat;
    background-size: contain;
}



.__envolve_text_company {
    width: 90%;
    height: 170px;
    border-radius: 10px;

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

.__envolve_text_company p {
    color: white;
    text-align: justify;
    width: 80%;
    line-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#__user_enable_fullScreen-container {
    width: 300px;
    padding: 10px;
}

#__user_enable_fullScreen-track {
    position: relative;
    width: 100%;
    height: 40px;
    background: #1c1c1c;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    touch-action: none;
}

#__user_enable_fullScreen-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: #4CAF50;
    border-radius: 5px;
}