/* Minification failed. Returning unminified contents.
(189,28): run-time error CSS1039: Token not allowed after unary operator: '-paleta-cor-primaria'
(193,28): run-time error CSS1039: Token not allowed after unary operator: '-paleta-cor-secundaria'
(197,28): run-time error CSS1039: Token not allowed after unary operator: '-paleta-cor-destaque'
(201,28): run-time error CSS1039: Token not allowed after unary operator: '-paleta-cor-fundo'
(442,39): run-time error CSS1039: Token not allowed after unary operator: '-tw-shadow-color'
(442,89): run-time error CSS1039: Token not allowed after unary operator: '-tw-shadow-color'
(606,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '@starting-style'
(889,28): run-time error CSS1039: Token not allowed after unary operator: '-paleta-cor-primaria'
(893,28): run-time error CSS1039: Token not allowed after unary operator: '-paleta-cor-secundaria'
(897,28): run-time error CSS1039: Token not allowed after unary operator: '-paleta-cor-destaque'
(901,28): run-time error CSS1039: Token not allowed after unary operator: '-paleta-cor-fundo'
(922,39): run-time error CSS1039: Token not allowed after unary operator: '-tw-shadow-color'
(922,89): run-time error CSS1039: Token not allowed after unary operator: '-tw-shadow-color'
(991,28): run-time error CSS1039: Token not allowed after unary operator: '-paleta-cor-primaria'
(995,28): run-time error CSS1039: Token not allowed after unary operator: '-paleta-cor-secundaria'
(999,28): run-time error CSS1039: Token not allowed after unary operator: '-paleta-cor-destaque'
(1003,28): run-time error CSS1039: Token not allowed after unary operator: '-paleta-cor-fundo'
(1766,22): run-time error CSS1039: Token not allowed after unary operator: '-paleta-cor-primaria'
(1767,17): run-time error CSS1039: Token not allowed after unary operator: '-paleta-cor-fundo'
(1780,28): run-time error CSS1039: Token not allowed after unary operator: '-paleta-cor-primaria'
(1789,28): run-time error CSS1039: Token not allowed after unary operator: '-paleta-cor-primaria'
(1794,29): run-time error CSS1039: Token not allowed after unary operator: '-paleta-cor-primaria'
(1852,28): run-time error CSS1039: Token not allowed after unary operator: '-paleta-cor-primaria'
(1913,28): run-time error CSS1039: Token not allowed after unary operator: '-paleta-cor-destaque'
(1914,17): run-time error CSS1039: Token not allowed after unary operator: '-paleta-cor-fundo'
(1915,16): run-time error CSS1039: Token not allowed after unary operator: '-paleta-cor-fundo'
(1920,42): run-time error CSS1039: Token not allowed after unary operator: '-paleta-cor-destaque'
(1927,16): run-time error CSS1039: Token not allowed after unary operator: '-paleta-cor-destaque'
(1928,17): run-time error CSS1039: Token not allowed after unary operator: '-paleta-cor-destaque'
(1940,28): run-time error CSS1039: Token not allowed after unary operator: '-paleta-cor-primaria'
(1950,42): run-time error CSS1039: Token not allowed after unary operator: '-paleta-cor-primaria'
(2070,17): run-time error CSS1039: Token not allowed after unary operator: '-paleta-cor-primaria'
(2117,17): run-time error CSS1039: Token not allowed after unary operator: '-paleta-cor-primaria'
(3521,22): run-time error CSS1039: Token not allowed after unary operator: '-paleta-cor-primaria'
(3522,17): run-time error CSS1039: Token not allowed after unary operator: '-paleta-cor-fundo'
(3540,17): run-time error CSS1039: Token not allowed after unary operator: '-paleta-cor-fundo'
(3576,16): run-time error CSS1039: Token not allowed after unary operator: '-paleta-cor-destaque'
(3577,16): run-time error CSS1039: Token not allowed after unary operator: '-paleta-cor-fundo'
(3939,17): run-time error CSS1039: Token not allowed after unary operator: '-paleta-cor-secundaria'
(3947,16): run-time error CSS1039: Token not allowed after unary operator: '-paleta-cor-secundaria'
(4141,28): run-time error CSS1039: Token not allowed after unary operator: '-paleta-cor-fundo'
(4146,17): run-time error CSS1039: Token not allowed after unary operator: '-paleta-cor-primaria'
(4326,28): run-time error CSS1039: Token not allowed after unary operator: '-paleta-cor-fundo'
(4504,28): run-time error CSS1039: Token not allowed after unary operator: '-paleta-cor-primaria'
(4508,28): run-time error CSS1039: Token not allowed after unary operator: '-paleta-cor-secundaria'
(4512,28): run-time error CSS1039: Token not allowed after unary operator: '-paleta-cor-destaque'
(4516,28): run-time error CSS1039: Token not allowed after unary operator: '-paleta-cor-fundo'
(4522,17): run-time error CSS1039: Token not allowed after unary operator: '-paleta-cor-secundaria'
(4541,16): run-time error CSS1039: Token not allowed after unary operator: '-paleta-cor-secundaria'
 */




.box-editor .barra.dark {
    background: rgba(0,0,0, .3);
    border: 0px;
}


.box-editor .barra.dark .botao {
    background: rgba(255,255,255, .7);
/*    background: rgba(0,0,0, .05);*/
    border: 0px;
}


.barra-tarefas {
    position: fixed;
    left: 10px;
    bottom: 10px;
    width: calc(100% - 20px);
    justify-content: center;
    display: flex;
    z-index: 2000;
    transition: .2s ease-in-out;
    /**/
    transform: translateY(100px);
}

.barra-tarefas.visivel {
    transform: translateY(0px);
}




.barra-tarefas .barra {
    /*    border: 1px solid rgba(0,0,0, .05);*/
    background: rgba(255, 255, 255, .7);
    backdrop-filter: blur(18px) saturate(180%);
    -webkit-backdrop-filter: blur(18px) saturate(180%);
    padding: 10px;
    border-radius: 25px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    transition: .2s ease-in-out;
    /**/
    scale: .7;
    transform: translateY(16px); /*Pra compensar o scale*/
    /**/
    box-shadow: 2px 2px 4px rgba(0,0,0, .05);
}

.barra-tarefas .barra:hover {
    scale: 1;
    transform: translateY(0px);
}


.barra-tarefas .barra .lugar {
    height: 100%;
    min-width: 50px;
    display: flex;
    transition: .2s ease-in-out;
}


.barra-tarefas .barra .botao {
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0, .05);
    border-radius: 100px;
    cursor: pointer;
    font-size: 21px;
    transition: .2s ease-in-out;
    text-decoration: none;
}


.barra-tarefas .barra .lugar .botao:hover {
    transform: translateY(-2px);
}















.barra-tarefas .barra.dark {
    background: rgba(0,0,0, .3);
    border: 0px;
}


.barra-tarefas .barra.dark .botao {
    background: rgba(255,255,255, .7);
    /*    background: rgba(0,0,0, .05);*/
    border: 0px;
}

.box-editor .barra {
    /*    border: 1px solid rgba(0,0,0, .05);*/
    background: rgba(255, 255, 255, .7);
    backdrop-filter: blur(18px) saturate(180%);
    -webkit-backdrop-filter: blur(18px) saturate(180%);
    padding: 10px;
    border-radius: 25px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    transition: .2s ease-in-out;
    /**/
    scale: .7;
    transform: translateY(10px);
    box-shadow: 2px 2px 4px rgba(0,0,0, .05);
}

.box-editor .barra:hover {
    scale: 1;
    transform: translateY(0px);
}


.box-editor .barra .lugar {
    height: 100%;
    min-width: 50px;
    display: flex;
    transition: .2s ease-in-out;
}


.box-editor .barra .botao {
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0, .05);
    border-radius: 100px;
    cursor: pointer;
    font-size: 21px;
    transition: .2s ease-in-out;
    text-decoration: none;
}


.box-editor .barra .lugar .botao:hover {
    transform: translateY(-2px);
}




.box-editor .barra .lugar .botao.paleta-cores .cores {
    position: absolute;
    /**/
    height: 100%;
    width: 100%;
    display: flex;
    border-radius: 25px;
    overflow: hidden;
/*    border: 1px solid rgba(0,0,0, .05);*/
    box-sizing: border-box;
}

.box-editor .barra .lugar .botao.paleta-cores .cores div {
    width: 100%;
/*    opacity: .2;*/
}




.box-editor .barra .lugar .botao.paleta-cores .cores .c1 {
    background-color: var(--paleta-cor-primaria);
}

.box-editor .barra .lugar .botao.paleta-cores .cores .c2 {
    background-color: var(--paleta-cor-secundaria);
}

.box-editor .barra .lugar .botao.paleta-cores .cores .c3 {
    background-color: var(--paleta-cor-destaque);
}

.box-editor .barra .lugar .botao.paleta-cores .cores .c4 {
    background-color: var(--paleta-cor-fundo);
}



.box-editor .barra .lugar .botao.paleta-cores .icone {
    opacity: 0;
}













.box-editor .barra .container-paleta-cores {
    display: flex;
    align-items: center;
    gap: 10px;
}




.box-editor .barra .container-paleta-cores .btn-atualizar-paleta {
    text-decoration: none;
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
}

.box-editor .barra .container-paleta-cores .btn-atualizar-paleta a {
    text-decoration: none;
    font-size: 21px;
    /*    background: rgba(0,0,0, .05);*/
    /*    padding: 5px;*/
    border-radius: 100%;
}














.editor-base {
    position: fixed;
    left: 0px;
    bottom: 0px;
    padding: 10px;
    width: calc(100%);
    justify-content: center;
    align-items: end;
    display: flex;
    z-index: 2001;
    /**/
    transition: .2s ease-in-out;
    background: linear-gradient(0deg, rgba(0, 0, 0, .05), transparent);
    /**/
    pointer-events: none;
    opacity: 0;
    /**/
    height: 300px;
}

.editor-base.visivel {
    opacity: 1;
    pointer-events: all;
}

.editor-base.bloqueado {
    pointer-events: none;
}






body.editor .edicao-carregando {
    pointer-events: none !important;
    filter: blur(10px) !important;
}




body.editor .edicao-concluida {
    position: relative !important;
/*    overflow: hidden !important;*/
    animation: edicao-concluida .2s alternate ease-in-out !important;
}



@keyframes edicao-concluida {

    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}




body.editor .edicao-carregando-piscando {
    pointer-events: none !important;
    animation: edicao-carregando-piscando .5s infinite alternate ease;
}


@keyframes edicao-carregando-piscando {

    0% {
        opacity: .3;
    }

    100% {
        opacity: 1;
    }
}




body.editor .excluindo {
    pointer-events: none;
    animation: excluindo-cor .1s ease-in-out forwards, excluindo-fade .2s ease-in-out forwards;

}


@keyframes excluindo-fade {

    0% {
        opacity: 1;
    }


    100% {
        opacity: 0;
    }

}

@keyframes excluindo-cor {

    0% {
        filter: none;
    }


    100% {

        filter: grayscale(1);

    }
}



body.editor .nada-pra-fazer {
    animation: nada-pra-fazer .2s ease-in-out forwards;
}


@keyframes nada-pra-fazer {

    0% {
        filter: none;
    }


    100% {
        filter: grayscale(1)
    }

}













.editor-base .container {
    display: flex;
    flex-direction: column;
    gap: 25px;
}


.editor-base .container .titulo {
    color: #1d1d1f;
    /*        text-align: center;*/
    /*    font-size: 21px;*/
    font-weight: 700;
    padding-left: 5px;
}


.editor-base .caixa-prompt {
    position: absolute;
    /**/
    width: 600px;
    text-align: left;
    padding: 25px;
    border-radius: 25px;
    border-top: 1px solid rgba(0, 0, 0, .05);
    box-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
    transition: .2s ease-in-out;
    /**/
    background-color: rgba(255,255,255, .9);
    /**/
    display: flex;
    flex-direction: column;
    gap: 25px;
    /**/
    backdrop-filter: blur(18px) saturate(180%);
    -webkit-backdrop-filter: blur(18px) saturate(180%);
    /**/
    transform: translateY(300px);
}

.editor-base .caixa-prompt.visivel {
    transform: translateY(0px);
}

/*.editor-base:hover .caixa-prompt,
.editor-base .caixa-prompt.carregando {
    backdrop-filter: blur(18px) saturate(180%);
    -webkit-backdrop-filter: blur(18px) saturate(180%);
}
*/





.editor-base .caixa-prompt textarea {
    font-family: inherit;
    width: 100%;
    box-sizing: border-box;
    border: 0px;
    resize: none;
    height: 100px;
    padding: 15px;
    background: rgba(0, 0, 0, .02);
    border-radius: 10px;
    font-size: 16px;
}

.editor-base .caixa-prompt textarea:focus 
{
    outline: none;
}

.editor-base .caixa-prompt textarea::placeholder {
    opacity: .7;
}



@keyframes glow {
    0% {
        box-shadow: -50px 0px 50px #7d21de, 0px -50px 50px #e91e63, 50px 0px 50px #e77a1d, 0px 50px 50px #08ace3;
    }

    33% {
        box-shadow: -50px 0px 50px #e91e63, 0px -50px 50px #e77a1d, 50px 0px 50px #08ace3, 0px 50px 50px #7d21de;
    }

    66% {
        box-shadow: -50px 0px 50px #e77a1d, 0px -50px 50px #08ace3, 50px 0px 50px #7d21de, 0px 50px 50px #e91e63;
    }

    100% {
        box-shadow: -50px 0px 50px #08ace3, 0px -50px 50px #7d21de, 50px 0px 50px #e91e63, 0px 50px 50px #e77a1d;
    }
}


.editor-base .caixa-prompt .glow {
    border-radius: 25px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .0;
    transition: 1s ease-in-out;
    will-change: box-shadow;
}






.editor-base .caixa-prompt.carregando .glow {
    animation: glow 3s ease-in-out alternate infinite;
    opacity: 1;
}



.editor-base .caixa-prompt.carregando .btn,
.editor-base .caixa-prompt.carregando textarea {
    pointer-events: none;
    filter: grayscale(1);
}


.editor-base .caixa-prompt .loading-bar-container {
    display: none;
}

.editor-base .caixa-prompt.carregando .loading-bar-container {
    display: block;
}

.editor-base .caixa-prompt.carregando .btn-container {
    display: none;
}




.editor-base .caixa-prompt.carregando .loading-bar-container .c-barra-loading-timer {
    font-size: 11px;
    text-align: center;
    position: absolute;
    top: -3px;
    padding: 1px;
    border-radius: 10px;
    width: 100px;
    left: calc(50% - 50px);
    top: 15px;
    color: grey;
    background: transparent;
}






/* =================================
   BASE BUTTON STYLES
   ================================= */




/* CONTAINER BOTOES DE AÇÃO */

body:not(.editor) .container-botoes-secao {
    display: none;
}



body .container-botoes-secao {
    position: absolute;
    top: 5px;
    left: 5px;
    display: flex;
    flex-direction: column;
    z-index: 10000;
    /**/
    transition: .2s ease-in-out;
    opacity: 0;

    @starting-style {
        position: absolute;
    }
}


/* SEÇÃO HOVER -> CONTAINER BOTOES */
body.editor .secao:hover .container-botoes-secao {
    opacity: 1;
}


/* SEÇÃO HOVER -> CONTAINER BOTOES [EDITANDO A PAGINA] */
body.editor.editando .secao:hover .container-botoes-secao {
    opacity: 0.1 !important;
    pointer-events: none !important;
}







/*-------------------------*/
/*-------------------------*/
/*-------------------------*/
/*-------------------------*/
/*-------------------------*/


body.editor .botao-excluir,
body.editor .botao-gerar {
    user-select: none;
/*    position: absolute;*/
    height: 50px;
    width: 50px;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    border-radius: 100%;
    cursor: pointer !important;
    z-index: 200;
    transition: 0.2s ease-in-out;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    scale: 0.7;
}


/* =================================
   DELETE BUTTON SPECIFIC STYLES
   ================================= */

body.editor .botao-excluir {
/*    top: 5px;*/
/*    left: 5px;*/
}

/* Show delete button only in editor mode */
body:not(.editor) .botao-excluir {
    display: none;
}



body.editor .secao .botao-excluir:hover {
    scale: 1;
}



/* =================================
   GENERATE BUTTON SPECIFIC STYLES
   ================================= */


/* Show generate button only in editor mode */
body:not(.editor) .botao-gerar {
    display: none !important;
}

/* Generate button visibility states */
body.editor .bloco-edicao:hover + .botao-gerar {
    opacity: 1;
}

body.editor .botao-gerar:hover {
    transform: translateY(-2px);
    scale: 1;
    opacity: 1;
}

/* Hide generate button when loading */
body.editor .bloco-edicao.edicao-carregando + .botao-gerar {
    opacity: 0;
}

/* =================================
   GENERATE AGAIN BUTTON VARIANT
   ================================= */





/* Scale on hover (same as delete button) */
body.editor .botao-gerar.gerar-novamente:hover {
    scale: 1;
    transform: none; /* Remove translateY for consistency with delete button */
}




body.editor .botao-gerar.generico {
    animation: glow 2s infinite alternate ease-in-out;
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
}

body.editor .botao-gerar.generico:hover {

}


body.editor .edicao-carregando .botao-gerar.generico,
body.editor .edicao-carregando-piscando .botao-gerar.generico
{
   animation: none;
   filter: grayscale(1);
}



body.editor .bloco-edicao {
    transition: .2s ease-in-out;
    cursor: url("/Content/img/cursor-magica.png"), auto !important;
}


/* HOVER DO ELEMENTO EDITAVEL */
body.editor .bloco-edicao:not(.editando):hover {
    opacity: .7;
}



body:not(.editor) .placeholder {
    display: none !important;
}


body.editor.simples img.bloco-edicao.placeholder {
    opacity: .2;
    max-height: 400px;
}

body.editor .bloco-edicao.placeholder:not(.editando):hover {
    opacity: .15;
}

body.editor span.bloco-edicao.placeholder, 
body.editor .cabecalho .placeholder, 
body.editor h1.bloco-edicao.placeholder, 
body.editor h2.bloco-edicao.placeholder, 
body.editor h3.bloco-edicao.placeholder, 
body.editor h4.bloco-edicao.placeholder, 
body.editor h5.bloco-edicao.placeholder {
    opacity: .2;
}







body:not(.editor) .secao .elemento-gerar {
    display: none !important;
}

body.editor .secao:hover .elemento-gerar,
body.editor .secao:hover .elemento-gerar .botao-gerar {
    opacity: 1;
}



.elemento-gerar {
    opacity: 1; /*AQUI DECIDE SE O BOTÃO FICA VISIVEL SEMPRE OU NÃO*/
    transition: .2s ease-in-out;
}

.elemento-gerar:hover {
    opacity: 1;
}

.elemento-gerar:hover .botao-gerar {
    opacity: 1;
}

.secao.funcionalidades .blocos .bloco.elemento-gerar {
    /*    display: none;*/
}

body.editor .secao.funcionalidades .blocos .bloco.elemento-gerar {
    /*    display: initial;*/
}



















/* ESTADO EDITANDO */
body.editor .bloco-edicao[contenteditable="true"], body.editor .bloco-edicao.editando {
    outline: none; 
    cursor: text !important;
    /**/

    animation: animacao-editando .5s infinite alternate ease-in-out;
    border-radius: 10px;
    
}

@keyframes animacao-editando {

    0% {
        opacity: .5;

    }

    100% {
        opacity: 1;

    }
}








.barra-tarefas .barra .lugar.paleta-cores .botao .cores {
    position: absolute;
    /**/
    height: 100%;
    width: 100%;
    display: flex;
    border-radius: 25px;
    overflow: hidden;
    /*    border: 1px solid rgba(0,0,0, .05);*/
    box-sizing: border-box;
}

.barra-tarefas .barra .lugar.paleta-cores .botao .cores div {
    width: 100%;
    /*    opacity: .2;*/
}




.barra-tarefas .barra .lugar.paleta-cores .botao .cores .c1 {
    background-color: var(--paleta-cor-primaria);
}

.barra-tarefas .barra .lugar.paleta-cores .botao .cores .c2 {
    background-color: var(--paleta-cor-secundaria);
}

.barra-tarefas .barra .lugar.paleta-cores .botao .cores .c3 {
    background-color: var(--paleta-cor-destaque);
}

.barra-tarefas .barra .lugar.paleta-cores .botao .cores .c4 {
    background-color: var(--paleta-cor-fundo);
}



.barra-tarefas .barra .lugar.paleta-cores .botao .icone {
    opacity: 0;
}






.editor-base .caixa-paleta-cores {
    position: absolute;
    /**/
    text-align: left;
    padding: 25px;
    border-radius: 25px;
    border-top: 1px solid rgba(0, 0, 0, .05);
    box-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
    transition: .2s ease-in-out;
    /**/
    background-color: rgba(255,255,255, .9);
    /**/
    display: flex;
    gap: 25px;
    /**/
    backdrop-filter: blur(18px) saturate(180%);
    -webkit-backdrop-filter: blur(18px) saturate(180%);
    /**/
    transform: translateY(300px);
}

.editor-base .caixa-paleta-cores.visivel {
    transform: translateY(0px);
}



.editor-base .caixa-paleta-cores .container-titulo {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.editor-base .caixa-paleta-cores .dado {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
    transition: .2s ease-in-out;
    filter: grayscale(1);
    
}

.editor-base .caixa-paleta-cores .dado:hover {
    transform: translateY(-2px);
}






.editor-base .caixa-paleta-cores .cores {
    display: flex;
    gap: 10px;
    justify-content: center;
    transition: .2s ease-in-out;
}

.editor-base .caixa-paleta-cores .cores .cor {
    height: 25px;
    width: 25px;
    border-radius: 100px;
    cursor: pointer;
    border: 2px solid rgba(0,0,0, .05);
    transition: .2s ease-in-out;
}

.editor-base .caixa-paleta-cores .cores .cor:hover 
{
    transform: translateY(-2px);
}


.editor-base .caixa-paleta-cores .cores .cor.primaria {
    background-color: var(--paleta-cor-primaria);
}

.editor-base .caixa-paleta-cores .cores .cor.secundaria {
    background-color: var(--paleta-cor-secundaria);
}

.editor-base .caixa-paleta-cores .cores .cor.destaque {
    background-color: var(--paleta-cor-destaque);
}

.editor-base .caixa-paleta-cores .cores .cor.fundo {
    background-color: var(--paleta-cor-fundo);
}

.editor-base .caixa-paleta-cores .cores .cor input 
{
    opacity: 0;
    width: 100%;
    cursor: pointer;
}


.editor-base .caixa-paleta-cores .cores .cor.selecionado {
    border-color: rgba(0,0,0, .5);
}










/*body:not(.editor) .bloco-filho .botao-excluir {
    display: none;
}

body .bloco-filho .botao-excluir {  
   user-select: none;  
   opacity: 0;  
   position: absolute;  
   height: 50px;  
   width: 50px;  
   top: -15px;  
   left: -15px;  
   top: 5px;  
   left: 5px;  
   background: rgba(255,255,255, .9);*/  
/*    background: #f4433617;*/  
   /*    background: #f44336; */  
/*    border: 2px solid #f443367d;*/  
   /*display: flex;  
   align-items: center;  
   justify-content: center;  
   font-size: 21px;  
   border-radius: 100%;  
   cursor: pointer !important;  
   z-index: 200;  
   transition: .2s ease-in-out;*/  
   /**/  
   /*backdrop-filter: blur(10px);  
   -webkit-backdrop-filter: blur(10px);*/  
   /**/  
   /*scale: .7;  
}

body.editor .bloco-filho:hover .botao-excluir {
    opacity: 1;
}

body.editor .bloco-filho .botao-excluir:hover {
    scale: 1;
}*/




body:not(.editor) .bloco-filho .botao-gerar.gerar-novamente {
    display: none;
}


body.editor .bloco-filho:hover .botao-gerar.gerar-novamente {
    opacity: 1;
}

/*body.editor .bloco-filho .botao-gerar.gerar-novamente:hover {
    scale: 1;
}*/



body.editor .bloco-filho:hover .botao-excluir {
    opacity: 1;
}

body.editor .bloco-filho .botao-excluir:hover {
    scale: 1;
}








/* ESTADO DAS COISAS QDO SE ESTÁ EDITANDO */

/****************************************************************************************/
/****************************************************************************************/
/****************************************************************************************/
/****************************************************************************************/
/****************************************************************************************/


body.editor.editando .barra-tarefas .barra{
    opacity: .1 !important;
    pointer-events: none !important;
}


/****************************************************************************************/
/****************************************************************************************/
/****************************************************************************************/
/****************************************************************************************/
/****************************************************************************************/





.barra-tarefas .barra .lugar.desfazer-refazer {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
}

.barra-tarefas .barra .lugar.desfazer-refazer .bt {
    cursor: pointer;
    transition: .2s ease-in-out;
    pointer-events: none;
    opacity: .5;
}

.barra-tarefas .barra .lugar.desfazer-refazer .bt.ativo {
    pointer-events: all;
    opacity: 1;
}


.barra-tarefas .barra .lugar.desfazer-refazer .bt:hover {
    transform: translateY(-2px);
}



/****************************************************************************************/
/****************************************************************************************/
/****************************************************************************************/
/****************************************************************************************/
/****************************************************************************************/



/* the circle */
.efeito-clique {
    position: absolute;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px; /* center the circle on pointer */
    border: 2px solid rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    pointer-events: none;
    animation: click-effect 0.5s ease-out forwards;
    z-index: 900;
}

.efeito-clique.verde {
    border: 2px solid #4caf50;
}


/* expand + fade */
@keyframes click-effect {
    from {
        transform: scale(1);
        opacity: 1;
    }

    to {
        transform: scale(3);
        opacity: 0;
    }
}






.barra-tarefas .barra .lugar.toggle-header {

    filter: grayscale(1);
    transition: .2s ease-in-out;
}

.barra-tarefas .barra .lugar.toggle-header.ativo {
    filter: none;
}


body.editor.vibe-coding img.placeholder {
    opacity: .2;
}




body.editor.vibe-coding img {
    transition: .2s ease-in-out !important;
}


body.editor.vibe-coding img.ele-highlight {
    scale: 1.05;
    animation: pulse-ele-highlight .5s infinite alternate ease;
}


body.editor.vibe-coding img.placeholder.ele-highlight {
    animation: pulse-ele-highlight-placeholder .5s infinite alternate ease;
}


@keyframes pulse-ele-highlight {
    0% {
        opacity: 1;
    }
    100% {
        opacity: .5;
    }
}

@keyframes pulse-ele-highlight-placeholder {
    0% {
        opacity: .2;
    }

    100% {
        opacity: .1;
    }
}

body.editor-vibe-coding {
    padding-bottom: 350px;
}


body.editor .bloco-edicao {
    transition: .2s ease-in-out;
    cursor: url("/Content/img/cursor-magica.png"), auto !important;
}


/* HOVER DO ELEMENTO EDITAVEL */
body.editor .bloco-edicao:not(.editando):hover {
    opacity: .7;
    
}



/* ESTADO EDITANDO */
body.editor .bloco-edicao[contenteditable="true"], body.editor .bloco-edicao.editando {
    outline: none; /* remove default focus outline */
    cursor: text !important;
    /**/

    animation: pulse 1s infinite alternate ease;
    border-radius: 10px;
}

@keyframes pulse {

    0% {
        opacity: .7;
    }

    100% {
        opacity: 1;
    }
}



body.editor .bloco-edicao.edicao-carregando {
    pointer-events: none;
    filter: blur(10px);
}




body.editor .bloco-edicao.edicao-concluida {
    position: relative;
    overflow: hidden;
    animation: edicao-concluida .2s alternate ease-in-out;
}



@keyframes edicao-concluida {

    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}



.box-editor {
    position: fixed;
    left: 10px;
    bottom: 10px;
    width: calc(100% - 20px);
    justify-content: center;
    display: flex;
    z-index: 2000;
}





#escolher-tipo {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    gap: 50px;
    padding: 25px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#escolher-tipo .tipo {
    background: white;
    border-radius: 25px;
    padding: 50px 25px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    width: 100%;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: flex;
    align-items: center;
    flex-direction: column;
}


#escolher-tipo .tipo h2 {
    white-space: nowrap;
}


#escolher-tipo .tipo::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.5s;
}

#escolher-tipo .tipo:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

#escolher-tipo .tipo:hover::before {
    left: 100%;
}

#escolher-tipo .tipo .emoji {
    font-size: 60px;
    margin-bottom: 25px;
    display: block;
    animation: float 3s ease-in-out infinite;
}

#escolher-tipo .tipo:nth-child(2) .emoji {
    animation-delay: -1.5s;
}

#escolher-tipo .tipo h2 {
    margin: 0 0 10px 0;
    color: #333;
    font-weight: 700;
}

#escolher-tipo .tipo p {
    color: #666;
    margin: 0;
}

#escolher-tipo .simples {
    border-top: 10px solid #4CAF50;
}

#escolher-tipo .simples:hover {
    border-top: 10px solid #45a049;
}

#escolher-tipo .avancado {
    border-top: 10px solid #2196F3;
}

#escolher-tipo .avancado:hover {
    border-top: 10px solid #1976D2;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }
}

@media (max-width: 768px) {
    #escolher-tipo {
        flex-direction: column;
        gap: 25px;
    }

    #escolher-tipo .tipo {
        width: 100%;
        max-width: 300px;
    }
}



.secao.nova-versao .icone {
    animation: slow-fade 60s ease forwards;
}


.secao.nova-versao .conteudo {
    filter: grayscale(1);
    animation: slow-fade 30s ease forwards;
}

@keyframes slow-fade {

    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.secao.nova-versao .placeholder {
    display: block;
    background: rgba(0,0,0, .05);
    /**/
    animation: carregando 1s ease infinite alternate;
    transition: .2s ease-in-out;
    overflow: hidden;
    border-radius: 10px;
  
}




.secao.hero.nova-versao .legenda .placeholder {
   height: 25px;
   width: 300px;
}


.secao.hero.nova-versao h1 .placeholder {
    height: 100px;
    width: 500px;
}

.secao.hero.nova-versao p .placeholder {
    height: 200px;
    width: 700px;
}


.secao.hero.nova-versao .check .placeholder {
    height: 25px;
    width: 100px;
}



.secao.hero.nova-versao .foto .placeholder {
    height: 500px;
    width: 500px
}





@keyframes carregando {
    0% {
        /*        background-color: rgba(255, 255, 255, .05);*/
        background-color: rgba(0, 0, 0, .05);
    }

    100% {
        /*        background-color: rgba(255, 255, 255, .1);*/
        background-color: rgba(0, 0, 0, .1);
    }
}


/*Bolinha correndo*/
.nova-versao .placeholder::after {
    content: "";
    width: 100px;
    height: 100%;
    position: absolute;
    left: 0;
    animation: andando 1s ease-in-out infinite;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, .02), transparent);
}


@keyframes andando {
    0% {
        left: 0;
    }

    100% {
        left: calc(100% + 30px);
        left: 100%;
    }
}




.nova-versao .container-modal {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;

    z-index: 200;
    display: flex;
    align-items: center;
    justify-content: center;
}



/* Base modal styling */
.nova-versao .container-modal .modal {
    width: 70%;
    height: 80%;
    display: flex;
    gap: 25px;
    flex-direction: column;
    justify-content: center;
    padding: 25px;
    border-radius: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    background: #1c91e4;
    color: #f6f7fc;
    z-index: 1000;
}


.nova-versao .container-modal .modal .logo-eesier {
    justify-content: center;
    display: flex;
}

.nova-versao .container-modal .modal .logo-eesier img {
    width: 50px;
}



/* Modal content styling */
.nova-versao .container-modal .modal .mensagem {
    text-align: center;
}



/* Animations */
/*@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translate(-50%, -60%);
    }

    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}*/







.nova-versao .modal .container-iframe {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 25px;
    border: 4px solid rgba(0,0,0, .05);
    background: #f6f7fc;
}


.nova-versao .modal .container-iframe .scale {
    width: 100vw;
    height: 100vh;
    transform: scale(0.7);
    transform-origin: top left;
    overflow: hidden;
}


.nova-versao .modal iframe {
    width: 100%;
    border: 0;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    /**/
    opacity: 0;
    filter: blur(25px);
    pointer-events: none;
}

.nova-versao .modal iframe.visivel {
    animation: fade-in-iframe 1s ease-in-out forwards, tirar-blur 3s ease-in-out forwards;
}


@keyframes fade-in-iframe {

    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


@keyframes tirar-blur {

    0% {
        filter: blur(25px);
    }

    100% {
        filter: blur(0px);
    }
}


.nova-versao .modal .container-iframe.carregando {
    animation: container-iframe-carregando .5s infinite alternate ease;
}



@keyframes container-iframe-carregando {

    0% {
        opacity: .7;
    }

    100% {
        opacity: 1;
    }
}




.nova-versao-visivel {

    animation: fade-in-iframe 1s ease-in-out forwards, tirar-blur 3s ease-in-out forwards;
}












@media screen and (max-width: 1000px) {
    .secao.nova-versao .placeholder {
        
    }

    .secao.hero.nova-versao .legenda .placeholder {

        width: 200px;
    }


    .secao.hero.nova-versao h1 .placeholder {
        width: calc(100vw - 50px) !important;
    }

    .secao.hero.nova-versao p .placeholder {
        width: calc(100vw - 50px) !important;
    }


    .secao.hero.nova-versao .check .placeholder {
        width: 200px;
    }

    .secao.hero.nova-versao .foto .placeholder {
        width: calc(100vw - 50px) !important;
        height: calc(100vh - 600px);
    }


}

.variacao-1 .cabecalho {
    height: 75px;
    padding-bottom: 25px;
    background: var(--paleta-cor-primaria);
    color: var(--paleta-cor-fundo);
}


.variacao-1 .secao.hero {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    margin-top: -25px;
}


.bola {
    position: absolute;
    background-color: var(--paleta-cor-primaria);
    border-radius: 100%;
    pointer-events: none;
    display: none;
}

.bola.transparente {
/*    background-color: var(--paleta-cor-fundo);*/
    background: transparent;
    border: 5px solid var(--paleta-cor-primaria);
}

.bola.transparente.dashed {
    background-color: transparent;
    border: 5px dashed var(--paleta-cor-primaria);
}


.bola.b1 {
    right: -150px;
    bottom: -150px;
    height: 300px;
    width: 300px;
}

.bola.b2 {
    right: -150px;
    top: -150px;
    height: 300px;
    width: 300px;

}

.bola.b3 {
    right: 0px;
    top: 0px;
    height: 300px;
    width: 300px;
}

.bola.b4 {
    right: 150px;
    top: 150px;
    height: 300px;
    width: 300px;
}

.bola.b5 {
    right: 300px;
    top: 300px;
    height: 300px;
    width: 300px;
}

.bola.b6 {
    right: 450px;
    top: 450px;
    height: 300px;
    width: 300px;
}

.bola.b7 {
    right: 600px;
    top: 600px;
    height: 300px;
    width: 300px;
}


.fundo-gradiente {
    pointer-events: none;
    position: absolute;
    background-color: var(--paleta-cor-primaria);
    left: 0;
    /**/
    height: calc(100% + 75px); /* ALTURA DO HEADER */
    top: calc(0% - 75px); /* ALTURA DO HEADER */
    /**/
    width: 50%;
    mask-image: linear-gradient(to right, white 0%, transparent 100%);
    opacity: .1;
}




@media screen and (max-width: 1000px)
{
    .fundo-gradiente {
        width: 100%;
        mask-image: linear-gradient(to top, white 0%, transparent 100%);
    }
}
.btn {
/*    font-family: "Apple Display";*/
    cursor: pointer;
    /* border-radius: 10px; */
    border-radius: 100px;

    font-weight: 600;
    height: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    align-items: center;
    transition: .2s ease-in-out;
    padding-left: 35px;
    padding-right: 35px;
    -webkit-user-select: none;
    color: #fff;
    text-decoration: none;
}

.btn .icone {
    height: 20px;
    width: 20px;
    flex-shrink: 0;
    fill: inherit;
    display: block;
    align-items: center;
    justify-content: flex-end;
}

.btn .label {
    margin-top: -1px;
}


.btn.principal {
    /*    box-shadow: 0px 4px 0px 0px #a70a38;*/
    /*    background-color: #e11450;*/
    /*    background: linear-gradient(230deg, #ce194e, 50%, #e11450 100%);*/
    background-color: var(--paleta-cor-destaque);
    color: var(--paleta-cor-fundo);
    fill: var(--paleta-cor-fundo);
}

.btn.principal:hover {
    /*    box-shadow: 0px 40px 29px -19px #a70a38;*/
    box-shadow: 0px 40px 29px -19px var(--paleta-cor-destaque);
    transform: translateY(-2px);
}


.btn.secundario {
    border: 3px solid;
    fill: var(--paleta-cor-destaque);
    color: var(--paleta-cor-destaque);
}

.btn.secundario:hover {
    transform: translateY(-2px);
    opacity: .8;
    box-shadow: 0px 40px 29px -19px rgba(0,0,0, .05);
}


.btn.roxo {
/*    background-color: #7d21de;*/
    background-color: var(--paleta-cor-primaria);
    color: #fff;
    fill: #fff;
/*    box-shadow: 0px 4px 0px 0px #461090;*/
    color: #fff;
    fill: #fff;
}

.btn.roxo:hover {
    /*    box-shadow: 0px 40px 29px -19px #461090;*/
    box-shadow: 0px 40px 29px -19px var(--paleta-cor-primaria);
    transform: translateY(-2px);
}



.btn.roxo.ghost {
    background: transparent;
    border: 3px solid;
    fill: #7d21de;
    color: #7d21de;
    box-shadow: 0px 4px 0px 0px #cec5dc;
}

.btn.roxo.ghost:hover {
    box-shadow: 0px 40px 29px -19px #cec5dc;
    transform: translateY(-2px);
    opacity: .8;
}



.btn.ia {
    background-image: linear-gradient( 90deg, rgb(8, 148, 255) 0%, rgb(201, 89, 221) 33%, rgb(255, 46, 84) 66%, rgb(255, 144, 4) 100%);
    background-size: 200%;
    transition: .2s ease-in-out;
    animation: btn-ia 5s ease-in-out infinite alternate;
    color: #fff;
    fill: #fff;
    box-shadow: 0 4px 0 0 #fff;
}


.btn.ia:hover {
    box-shadow: 0 40px 29px -19px #fff;
    transform: translateY(-2px);
}

.btn.ia.ghost {
    background-image: linear-gradient(90deg, rgba(8, 148, 255, 0.15) 0%, rgba(201, 89, 221, 0.15) 33%, rgba(255, 46, 84, 0.15) 66%, rgba(255, 144, 4, 0.15) 100%);
    background-size: 200%;
    animation: btn-ia 5s ease-in-out infinite alternate;
    border: none;
    /*    box-shadow: 0 4px 0 0 rgba(0, 0, 0, .1);*/
    /*    border-radius: 10px;*/
}

.btn.ia.ghost .label,
.btn.ia.ghost .icone .emoji {
    background-image: linear-gradient(90deg, rgb(8, 148, 255) 0%, rgb(201, 89, 221) 33%, rgb(255, 46, 84) 66%, rgb(255, 144, 4) 100%);
    background-size: 200%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: btn-ia 5s ease-in-out infinite alternate;
}

.btn.ia.ghost:hover {
    /*    box-shadow: 0 40px 29px -19px rgba(0, 0, 0, .1);*/
    transform: translateY(-5px);
}

@keyframes btn-ia {

    0% {
        background-position: 0% 0%;
    }

    100% {
        background-position: 100% 0%;
    }
}



.btn-container {
    display: flex;
    align-items: center;
    gap: 25px;
}

.btn-container.coluna {
    flex-direction: column;
}


.btn-container.direita {
    justify-content: flex-end;
}

.btn-container.centro {
    justify-content: center;
}


.cabecalho {
    display: flex;
    padding-left: 50px;
    padding-right: 50px;
    height: 75px;
    
    background: transparent;

}


.cabecalho .nome-negocio {
    font-weight: 600;
    font-size: 21px;
    color: #1d1d1f;
    text-decoration: none;
    transition: .2s ease-in-out;
}

.cabecalho .nome-negocio:hover {
    opacity: .7;
}

.cabecalho .logo + .nome-negocio {
    margin-left: 10px;
    color: var(--paleta-cor-primaria);
}


.cabecalho .logo {
    display: flex;
    height: 25px;
    align-items: center;
}

.cabecalho .logo img {
    height: 100%;
}

.cabecalho .logo img.placeholder {
    height: 50px;
}

.cabecalho .navegacao {
    margin-left: auto;
}

.cabecalho .navegacao ul {
    display: flex;
    gap: 25px;
    align-items: center;
}

.cabecalho .navegacao ul li {
    display: flex;
}


.cabecalho .navegacao ul li a:not(.btn) {
    text-decoration: none;
    color: grey;
    font-family: inherit;
}

.cabecalho .navegacao ul li a {
    transition: .2s ease-in-out;

}


.cabecalho .navegacao ul li a.destaque {
    font-weight: 600;
    color: var(--paleta-cor-primaria);
}

.cabecalho .navegacao ul li a:hover {
    opacity: .8;
}




@media screen and (max-width: 1024px) {
    .cabecalho .navegacao {
        display: none;
    }
}


h1 {
    font-size: 62px;
    line-height: 62px;
    font-weight: 600;
    font-family: "Apple Display";
    letter-spacing: 2px;
}

h2 {
    font-size: 42px;
    font-weight: 600;
    font-family: "Apple Display";
    letter-spacing: 1px;
}

h3 {
    font-size: 21px;
    line-height: 32px;
    font-weight: 400; /* NÃO MEXER, VAI BUGAR VÁRIAS PÁGINAS */
}

h4 {
    font-size: 21px;
    line-height: 28px;

}

h5 {
    font-size: 21px;
}

p {
    font-size: 16px;
    line-height: 24px;
    font-family: Quicksand;
}



.f-legenda {
    font-size: 21px;
    font-weight: 400;
}


@media screen and (max-width: 1000px)
{
    h1 {
        font-size: 42px;
        line-height: 48px;
    }

    h2 {
        font-size: 32px;
        line-height: 42px;
    }

    h3 {
        font-size: 21px;
        line-height: 32px;
    }
}

.titulo-formulario {
    margin-left: 5px; /*Pra alinhar com os subtitulos*/
    box-shadow: none !important;
}


.formulario {
    width: 100%;
    padding: 25px;
    flex-direction: column;
    display: flex;
}



.formulario .subtitulo {
    align-items: center;
    display: flex;
    padding-left: 5px;
    /**/
    /* //Testando sem a borda...
    border-bottom: 1px solid rgba(0,0,0, .05);
    padding-bottom: 15px; /*10px de margem da fonte*/
}

.formulario .subtitulo .label {
}

.formulario .subtitulo .label .descricao {
    color: grey;
    font-weight: 100;
    margin-top: 5px;
    max-width: 600px;
    line-height: 21px;
}


.centro .formulario .subtitulo:first-child,
.centro .formulario .subtitulo:nth-child(2) {
    margin-top: 0px;
}


.formulario .subtitulo .icone {
    height: 25px;
    width: 25px;
    margin-right: 25px;
    fill: rgba(0, 0, 0, .05);
    display: none;
}


.formulario .legenda {
    font-size: 11px;
    text-transform: uppercase;
    padding-left: 5px;
    letter-spacing: 2px;
    font-weight: 100; /*era 200*/
    margin-top: 25px;
    margin-bottom: 15px;
    /*
    border-bottom: 1px dashed rgba(0,0,0,.05);
    padding-bottom: 10px;*/
    color: grey;
}

.formulario .legenda:first-child {
    margin-top: 0px;
}




.formulario .secao {
    padding-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.formulario .subtitulo + .secao { /* Seção que vem logo depois do título */
    padding-top: 25px;
}

.formulario .secao + .secao { /* Seção que vem logo depois de outra seção */

    padding-top: 50px;
    border-top: 1px solid rgba(0,0,0, .05);
}




.formulario .secao:not(:last-child) {
    margin-bottom: 25px;
}

.formulario .flex {
    display: flex;
    align-items: center;
    gap: 10px;
}

.formulario .flex.centro {
    justify-content: center;
}

.formulario .flex.metade {
    width: calc(50% - 5px); /* 5px por o gap é 10px */
}



.formulario .flex .campo-container {
    display: flex;
    align-items: center;
    width: 100%;
}

.formulario .flex .campo-container.focus .campo {
    padding-right: 100px;
}









.formulario .flex .campo {
    transition: .2s ease-in-out;
    /**/
    width: 100%;
    flex: 1;
    display: flex;
    align-items: center;
    /**/
    background-color: rgba(0, 0, 0, .05);
    /*background-color: #e9e7e8; /* Mesma cor que o de cima, mas não transparente. */
    /**/
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
    /**/
    z-index: 5;
}

.formulario .flex .campo.area {
    align-items: flex-start;
}

.formulario .flex .campo-container[data-orientacao='Vertical'] .campo {
    flex-direction: column;
    align-items: flex-start;
}




.formulario .flex .campo.desabilitado {
    opacity: .3;
    cursor: not-allowed;
}


.formulario .flex .campo .label {
    font-weight: 600;
    margin-right: 15px;
    white-space: nowrap;
    /**/
    display: flex;
    /*flex-direction: column;*/ /*Tirei pra fazer o tooltip*/
    /**/
    align-items: center;
}


.formulario .flex .campo .label .tooltip {
    display: flex;
    opacity: .1;
    cursor: help;
    transition: .2s ease-in-out;
}



.formulario .flex .campo .label .tooltip:hover {
    opacity: .3;
}


.formulario .flex .campo .label .tooltip .icone {
    display: flex;
    height: 15px;
    width: 15px;
    margin-left: 7px;
    margin-top: 1px;
}


.formulario .flex .campo-container.focus .campo:not(.opcional):not(.valido) .label {
    color: #e77a1d;
}

.formulario .flex .campo-container .campo.valido .label {
    color: #4caf50;
}

.formulario .flex .campo-container:not(.focus) .campo.alerta .label {
    color: #F44336;
}




.formulario .flex .campo.area .label,
.formulario .flex .campo-container[data-orientacao='Vertical'] .campo .label {
    margin-top: 16.5px;
}

.formulario .flex .campo .prefixo {
    margin-right: 4px;
    white-space: nowrap;
    font-weight: 200;
}

.formulario .flex .campo .sufixo {
    margin-left: 4px;
    font-weight: 200;
    white-space: nowrap;
}


.formulario .flex .campo .helper {
    white-space: nowrap;
    font-weight: 200;
    color: grey;
    margin-left: 10px;
    display: none;
}

.formulario .flex .campo .helper.visivel {
    display: flex;
}






.formulario .flex .tag-auxiliar {
    font-weight: 200;
    font-size: 7px;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: .4;
    transition: .2s ease-in-out;
    /**/

    border-radius: 4px;
    display: flex;
    align-items: center;
    opacity: 1;
    color: rgba(0,0,0, .7);
    justify-content: center;
    /**/
    height: 15px;
    /**/
    width: 0px;
    overflow: hidden;
    /**/
    position: absolute;
    z-index: 200;
    right: 15px;
    background: #fff;
}

.formulario .flex .campo-container.focus .campo:not(.valido) + .tag-auxiliar,
.formulario .flex .campo-container .campo.alerta + .tag-auxiliar {
    width: 70px;
}



.formulario .flex .tag-auxiliar.obrigatorio {
    /*border: 1px solid rgba(231, 122, 29, .1);*/
    color: #e77a1d;
}

.formulario .flex .campo.alerta + .tag-auxiliar.obrigatorio {
    color: #F44336;
    font-weight: 400;
}








.formulario .flex .campo .inp {
    background-color: transparent;
    width: 100%;
    border: 0px;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    -webkit-appearance: none;
    font-family: inherit;
    font-size: inherit;
    padding: 0px;
    height: 50px;
    transition: .2s ease-in-out;
    color: rgba(0,0,0, .8);
    border-radius: 0px;
}

.formulario .flex .campo .inp:focus {
    outline: none;
    color: rgba(0,0,0, 1);
}

.formulario .flex .campo.opcional .inp:focus {
    border-bottom-color: #1d1d1f;
}

.formulario .flex .campo:not(.opcional) .inp:focus {
    border-bottom-color: #e77a1d;
}



.formulario .flex .campo .inp:disabled {
    cursor: not-allowed;
    color: grey;
}


.formulario .flex .campo .inp::placeholder,
.formulario .flex .campo select.inp:invalid:not(:focus) {
    font-weight: 200;
    color: rgba(0, 0, 0, .3);
}


.formulario .flex .campo.alerta .inp {
    border-bottom-color: #F44336;
}

.formulario .flex .campo.valido .inp:focus {
    border-bottom-color: #4caf50;
}


.formulario .flex .campo.alerta input[type='file'] {
    color: #F44336;
}


.formulario .flex .campo textarea.inp {
    height: 200px;
    resize: none;
    padding-top: 5px;
    padding-bottom: 15px;
    line-height: 21px;
}

.formulario .flex .campo-container[data-orientacao='Horizontal'] .campo textarea.inp {
    padding-top: 14px;
}


.formulario .flex .campo textarea.inp:focus {
    outline: none;
}

.formulario .flex .campo textarea.inp::-webkit-scrollbar {
    width: 3px;
    background-color: transparent;
}

.formulario .flex .campo textarea.inp::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .1);
    border-radius: 10px;
}


.formulario .btn-container {
    justify-content: center;
    margin-top: 25px;
}


.formulario .btn-container .btn {
    -webkit-appearance: none;
    font-family: inherit;
    font-size: inherit;
}

.formulario .btn-container .btn:not(.ghost) {
    border: none;
}





.formulario .flex .campo.arquivo {
    padding-left: 0px;
}

.formulario .flex .campo.arquivo .label {
    margin-left: 15px;
}


.formulario .flex .campo input[type='file'].inp {
    font-family: inherit;
    width: 100%;
    font-size: 14px;
    color: grey;
    font-weight: 200;
    color: rgba(0, 0, 0, .3);
    /*height: auto;*/
    height: 50px;
}

.formulario .flex .campo input[type='file'].inp.preenchido {
    color: #da6601;
    font-weight: 700;
}

.formulario .flex .campo input[type='file'].inp::-webkit-file-upload-button {
    border: 0px;
    font-family: inherit;
    background-color: rgba(0, 0, 0, .05);
    border-radius: 4px;
    margin-right: 10px;
    cursor: pointer;
    color: grey;
    transition: .2s ease-in-out;
    height: 25px;
    margin-top: 12.5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px !important;
}



.formulario .flex .campo input[type='file'].inp::-webkit-file-upload-button:hover {
    opacity: .7;
}


.formulario .flex .campo.check {
    height: 50px;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, .05);
}

.formulario .flex .campo.check .label {
    font-weight: 400;
    cursor: pointer;
    margin-right: 0px;
}

.formulario .flex .campo.check input[type='checkbox'] {
    margin: 0;
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin-right: 10px;
}


.formulario .flex .campo.grupo-checks {
    display: flex;
    align-items: center;
    height: 50px;
    padding-right: 5px;
}

.formulario .flex .campo.grupo-checks .container {
    display: flex;
    align-items: center;
    flex-grow: 1;
}

.formulario .flex .campo.grupo-checks .campo.check {
    height: 40px;
    flex-grow: 1;
    justify-content: center;
    border: none;
    background-color: rgba(0, 0, 0, 0.02);
}

.formulario .flex .campo.grupo-checks .campo.check:not(:last-child) {
    margin-right: 5px;
}




.formulario .flex .campo.cor {
    height: 50px;
}

.formulario .flex .campo.cor input {
    cursor: pointer;
}






.formulario .texto {
    color: grey;
}


.formulario .sliders .flex {
    margin-bottom: 10px;
}

.formulario .campo.slider {
    width: 100%;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .03);
    padding: 25px;
    border-radius: 10px;
}

.formulario .flex .campo.slider .label {
    margin-bottom: 0px;
    margin-right: 25px;
    white-space: nowrap;
    width: 25%;
    overflow: hidden;
    text-overflow: ellipsis;
}



.formulario .campo.slider input[type='range'] {
    flex-grow: 1;
    cursor: pointer;
}

.formulario .campo.slider .valor {
    border-left: 1px solid rgba(0, 0, 0, .05);
    height: 100%;
    padding: 5px;
    padding-left: 25px;
    margin-left: 25px;
    font-weight: 600;
    width: 25%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.formulario .campo.slider .opcoes {
    display: none;
}




.formulario .campo.estrelas {
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .05);
    border-radius: 10px;
    padding: 10px;
    padding-left: 25px;
}

.formulario .campo.estrelas:not(:last-child) {
}


.formulario .campo.estrelas.alerta {
    border-bottom: 2px solid #F44336;
}

.formulario .flex .campo.estrelas .container-labels {
    display: flex;
    align-items: center;
}

.formulario .flex .campo.estrelas .container-labels .icone {
    height: 20px;
    width: 20px;
    display: flex;
    margin-right: 10px;
}


.formulario .flex .campo.estrelas .labels {
    font-weight: 600;
}

.formulario .flex .campo.estrelas .itens {
    margin-left: auto;
    display: flex;
    align-items: center;
    padding: 25px;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}



.formulario .flex .campo.estrelas .itens .item {
    cursor: pointer;
}


.formulario .flex .campo.estrelas .itens .item:not(:last-child) {
    margin-right: 10px;
}

.formulario .flex .campo.estrelas .itens .item .icone {
    height: 25px;
    width: 25px;
    fill: rgba(0, 0, 0, .05);
    display: flex;
    transition: .1s ease-in-out;
}

.formulario .flex .campo.estrelas .itens .item:hover .icone {
    fill: rgba(0, 0, 0, .1);
}


.formulario .flex .campo.estrelas .itens .item.ativo .icone {
    fill: #08ace3;
}




.formulario .container-blocos {
    display: flex;
    align-items: flex-start;
}


.formulario .container-blocos .bloco {
    width: 100%;
}


.formulario .container-blocos .bloco:not(:last-child) {
    margin-right: 25px;
}



.formulario .explicacao {
    transition: .2s ease-in-out;
    padding-left: 5px;
}

.formulario .explicacao:hover {
}


.formulario .subtitulo + .explicacao {
    margin-top: 10px;
}




.formulario .explicacao .bloco {
    display: flex;
    align-items: flex-start;
}

.formulario .explicacao .bloco:not(:last-child) {
    margin-bottom: 25px;
}


.formulario .explicacao .bloco .item {
    flex: 1;
}

.formulario .explicacao .bloco .item:not(:last-child) {
    margin-right: 25px;
}


.formulario .explicacao .bloco .item .titulo {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.formulario .explicacao .bloco .item .titulo .label {
    font-weight: 700;
}

.formulario .explicacao .bloco .item .titulo .icones {
    display: flex;
    margin-left: 10px;
}

.formulario .explicacao .bloco .item .titulo .icones .icone {
    height: 15px;
    width: 15px;
    fill: black;
    margin-right: 5px;
}


.formulario .explicacao .bloco .item .texto {
    font-size: 12px;
    line-height: 18px;
    text-align: justify;
    font-weight: 200;
}

.formulario .selecao-opcoes {
}

.formulario .selecao-opcoes .item {
    background: linear-gradient(45deg, rgba(0, 0, 0, .05), transparent);
    display: flex;
    align-items: center;
    padding: 25px;
    border-radius: 10px;
    cursor: pointer;
    transition: .2s ease-in-out;
}

.formulario .selecao-opcoes .item:not(:last-child) {
    margin-bottom: 10px;
}


.formulario .selecao-opcoes .item:hover {
    background: linear-gradient(45deg, rgba(0, 0, 0, .05) 70%, #f1ddcd);
    background: linear-gradient(45deg, #f1ddcd, transparent);
    transform: translateX(10px);
}

.formulario .selecao-opcoes .item .icone {
    fill: #e77a1d;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin-right: 25px;
}



.formulario .caixa {
    border: 1px solid rgba(0,0,0, .05);
    padding: 25px;
    border-radius: 10px;
}


.formulario .caixa:not(:last-child) {
    margin-bottom: 25px;
}

.formulario .caixa .container-titulo {
    display: flex;
    align-items: center;
}


.formulario .caixa:not(.fechada) .container-titulo {
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(0,0,0, .05);
}


.formulario .caixa.colapsavel .container-titulo {
    cursor: pointer;
}

.formulario .caixa .container-titulo .colapsar .icone {
    width: 15px;
    height: 9px;
    margin-right: 20px;
    display: flex;
    transform: rotate(180deg);
    fill: rgba(0, 0, 0, .3);
    transition: .2s ease-in-out;
}

.formulario .caixa:not(.colapsavel) .container-titulo .colapsar .icone {
    display: none;
}

.formulario .caixa.colapsavel .container-titulo:hover .icone {
    fill: rgba(0, 0, 0, .7);
}


.formulario .caixa.fechada .container-titulo .colapsar .icone {
    transform: rotate(90deg);
}

.formulario .caixa.fechada .container-titulo:hover .colapsar .icone {
    transform: rotate(95deg);
}


.formulario .caixa .container-titulo .titulo {
    display: flex;
    align-items: center;
    transition: .2s ease-in-out;
    width: 100%;
}


.formulario .caixa .secao:last-child {
    padding-bottom: 0px;
}

.formulario .caixa.fechada .secao {
    display: none;
}




.formulario .flex .campo.codigo-acesso {
    background-color: transparent;
}

.formulario .flex .campo.codigo-acesso:hover {
    background-color: transparent;
}

.formulario .flex .campo.codigo-acesso .label {
    margin-right: 25px;
}

.formulario .flex .campo.codigo-acesso .digitos {
    display: flex;
}


.formulario .flex .campo.codigo-acesso .digitos .inp {
    border: 2px solid;
    border-radius: 10px;
    text-align: center;
    height: 50px;
    width: 50px;
}

.formulario .flex .campo.codigo-acesso .digitos .inp:focus {
    background: rgba(255, 255, 255, .05);
}

.formulario .flex .campo.codigo-acesso .digitos .inp:not(:last-child) {
    margin-right: 10px;
}



.formulario .flex .campo.radio {
    min-height: 50px;
    /**/
    background: transparent;
    border: 1px solid rgba(0, 0, 0, .05);
}


.formulario .flex .campo.radio .container-opcoes {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    padding: 5px;
    padding-right: 0px;
    /**/
    flex-grow: 1;
    /**/
    margin-right: -10px;
}


.formulario .flex .campo.radio .container-opcoes .opcao {
    transition: .2s ease-in-out;
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
    /**/

    padding: 10px;
    border-radius: 10px;
    /**/
    /*
    border: 1px solid rgba(0, 0, 0, .05);
    flex-basis: 25%; /*Deixa a linha de 3 em 3*/
    /**/
}


.formulario .flex .campo.radio .container-opcoes .opcao:hover {
    opacity: .9;
}


.formulario .flex .campo.radio .container-opcoes .opcao label {
    cursor: pointer;
    /**/
    flex-grow: 1;
    /**/
    font-weight: 200;
}


.formulario .flex .campo.radio .container-opcoes .opcao input {
    margin: 0;
}

.formulario .flex .campo.radio .container-opcoes .opcao input:checked + label {
    color: initial;
    font-weight: initial;
}





@media screen and (max-width: 1000px) {
    .formulario {
        padding: 0px;
    }

    .formulario .campo {
        font-size: 16px;
    }


    /*    .formulario .secao {
        gap: 5px;
    }

    .formulario .secao .flex {
        gap: 5px;
    }*/

    .formulario .btn-container {
        margin-top: 0px;
    }

    .formulario .btn-container .btn {
        width: 100%;
        padding: 0px;
    }

    .formulario .subtitulo {
        margin-top: 15px;
        padding-bottom: 10px; /*Compensar 5px de margem da fonte*/
        margin-bottom: 15px;
        padding-left: 14px; /*Compensar 1px de margem da fonte*/
    }

    .formulario .legenda {
        margin-top: 30px;
        padding-bottom: 0px;
        border-bottom: 0px;
        padding-left: 15px;
        font-weight: 400;
        opacity: .7;
    }

    /*    .formulario .secao {
        padding-bottom: 15px;
    }
*/
    .formulario .subtitulo + .secao {
        padding-top: 0px;
    }
    /*
    .formulario .secao:not(:last-child) {
        margin-bottom: 15px;
    }*/

    .formulario .flex {
        flex-direction: column;
    }

    .formulario .flex.metade {
        width: 100%;
    }



    /*--------------------------------------------------------------------------------*/
    /*--------------------------------------------------------------------------------*/
    /*--------------------------------------------------------------------------------*/

    .formulario .flex .campo .label {
        white-space: normal;
    }

    .formulario .flex .campo.area .label {
        margin-top: 0px;
    }


    .formulario .flex .campo {
        flex-direction: column;
        align-items: flex-start;
        padding-top: 15px;
    }

    .formulario .flex .campo .inp {
        height: 45px;
    }

    /*--------------------------------------------------------------------------------*/
    /*--------------------------------------------------------------------------------*/
    /*--------------------------------------------------------------------------------*/



    .formulario .flex .campo.radio .container-opcoes {
        padding-left: 0px;
    }

    .formulario .flex .campo.radio .container-opcoes .opcao {
        padding-left: 0px;
        white-space: normal;
    }




    .formulario .flex .campo.area textarea.inp {
        padding-top: 0px;
        margin-top: 15px;
    }

    .formulario .flex .campo-container[data-orientacao='Horizontal'] .campo textarea.inp {
        padding-top: 0px;
    }



    .formulario .flex .campo.area ~ .tag-auxiliar {
        height: 250px;
    }




    .formulario .flex .tag-auxiliar {
        height: 60px;
    }

    .formulario .flex .campo.check {
        height: 60px;
        flex: auto;
    }

    .formulario .flex .campo input[type='file'].inp {
        height: 60px;
    }

    .formulario .flex .campo input[type='file'].inp::-webkit-file-upload-button {
        height: 30px;
        margin-top: 15px;
    }


    .formulario .flex .campo.check input[type='checkbox'] {
        height: 25px;
        width: 25px;
        margin-right: 15px;
    }

    .formulario .flex .campo.check .label {
        white-space: normal;
    }

    .formulario .flex .campo.area .label,
    .formulario .flex .campo-container[data-orientacao='Vertical'] .campo .label {
        margin-top: 0px;
    }


    .formulario .flex .campo.cor {
        height: 60px;
        flex: auto;
    }


    .formulario .flex .campo.codigo-acesso {
        flex-direction: column;
    }

    .formulario .flex .campo.codigo-acesso .label {
        margin-right: 0px;
        margin-bottom: 30px;
        font-size: 21px;
    }

    .formulario .flex .campo.codigo-acesso .digitos {
        justify-content: space-between;
        width: 100%;
    }


    .formulario .subtitulo + .explicacao {
        margin-top: -15px;
    }

    .formulario .explicacao {
        margin-bottom: 15px;
        margin-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }


    .formulario .flex .campo .prefixo {
        display: none;
    }

    .formulario .flex .campo .sufixo {
        display: none;
    }



    .formulario .flex .tag-auxiliar.obrigatorio {
        display: none;
    }

    .formulario .flex .campo-container.focus .campo {
        padding-right: 15px;
    }
}

footer {
    padding: 25px;
    background: #f6f7fc;
    color: #4fbefe;
    border-top: 3px solid;
    transition: .2s ease-in-out;
}


body.editor footer {
/*    padding-bottom: 100px;*/
}


footer .link-img {
    display: flex;
}

footer img {
    width: 150px;
}



footer.secao .conteudo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}


footer .txt {
    white-space: nowrap;
    text-align: right;
}

footer .txt a {
    font-weight: 600;
    cursor: pointer;
    color: inherit;
    text-decoration: none;
}

footer .txt a:hover {
    text-decoration: underline;
}



@media screen and (max-width: 1000px)
{
    footer.secao .conteudo {
        flex-direction: column;
        gap: 15px;
    }
}




.secao.contato {
    height: calc(100vh - 75px);
    display: flex;
}

.secao.contato .flex {
    height: 100%;
    width: 100%;
}

.secao.contato .flex .formulario {
    min-width: 600px;
}

.secao.contato .flex .foto {
    height: 100%;
}

.secao.contato .flex .foto.esmaecer img {
    mask-image: linear-gradient( to right, transparent 0%, white 10%, white 90%, transparent 100% );
}


.secao.contato .legenda {
    border: 1px solid;
    padding: 10px;
    border-radius: 10px;
    color: #7d21de;
    font-weight: 400;
}

.secao.contato p {
    font-size: 21px;
    line-height: 32px;
    max-width: none;
}


.secao.contato .btn-container {
    margin-top: 25px;
}





@media screen and (max-width: 1024px) {

    .secao.contato {
        height: auto;
    }

    .secao.contato .conteudo > .flex {
        gap: 50px;
    }


    .secao.contato .flex .formulario {
        min-width: 0px;
    }

    .secao.contato p {
        font-size: 21px;
        line-height: 32px;
    }

    .secao.contato .flex .foto {
        height: auto;
        width: 100%;
    }

    .secao.contato .flex img {
        height: auto;
        width: 100%;
    }

   
}


.secao.destaques .container-botoes-secao {
    flex-direction: row-reverse;
    background-color: rgba(0, 0, 0, .05);
    border-radius: 25px;
    left: auto;
    right: 5px;
    top: auto;
}



body .secao.destaques:hover .container-botoes-secao {
    opacity: 0;
}

body .secao.destaques:hover .check:hover .container-botoes-secao {
    opacity: 1;
}





.secao.destaques {
    padding-top: 100px;
    padding-bottom: 100px;
    background: var(--paleta-cor-primaria);
    color: var(--paleta-cor-fundo);
}


.secao.funcionalidades + .secao.destaques {
/*    padding-top: 125px;*/
}



.secao.destaques .titulos {
    align-items: flex-start;
    border-bottom: 1px solid rgba(255, 255, 255, .05);
    padding-bottom: 25px;
    padding-left: 25px;
}

.secao.destaques .titulos h3 {
    color: var(--paleta-cor-fundo);
    opacity: .8;
}

.secao.destaques .conteudo 
{
    display: flex;
    flex-direction:column;
    gap: 50px;
}

.secao.destaques .checks {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 400px), 1fr));
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    width: 100%;

}

.secao.destaques .checks .check {
/*    background: red;*/
    background-color: rgba(255, 255, 255, .05);
    border-radius: 25px;
    padding: 25px;
    justify-content: space-between;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    text-align: center;
    gap: 15px;
    white-space: nowrap;

}

.secao.destaques .checks .check .icone {
    fill: var(--paleta-cor-destaque);
    fill: var(--paleta-cor-fundo);
    height: 20px;
    width: 20px;
    display: flex;
}

.secao.destaques .checks .check .label {
    font-weight: 400;
    font-size: 16px;
}




.secao.destaques .checks .check.elemento-gerar {
    min-height: 75px;
}


@media screen and (max-width: 1000px) {

    .secao.destaques  {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .secao.destaques .titulos {
        padding: 0px;
        text-align: left;
        align-items: flex-start;
    }

    .secao.funcionalidades + .secao.destaques {
        padding-top: 75px;
    }

    .secao.destaques .checks {
        justify-content: center;
        flex-wrap: wrap;
    }

}



body .secao.faq .container-botoes-secao {
    background-color: rgba(0, 0, 0, .05);
    border-radius: 25px;
    left: auto;
    right: 5px;
}



body .secao.faq:hover .container-botoes-secao {
    opacity: 0;
}

body .secao.faq:hover .bloco-filho:hover .container-botoes-secao {
    opacity: 1;
}







.secao.faq {
    padding-top: 50px;
}

.secao.faq .container {
    background: #fff;
    color: #1d1d1f;
    padding: 50px;
    /**/
    border-radius: 25px;
    box-shadow: 0px -3px 10px 0px rgba(0, 0, 0, .05);
}





.secao.faq .conteudo {
    gap: 50px;
    align-items: center;
}


.secao.faq .perguntas {
    /*   width: 100%;*/
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 400px), 1fr));
    gap: 25px;
    width: 100%;
}

.secao.faq .item {
    border: 1px solid rgba(0,0,0, .05);
    display: flex;
    padding: 25px;
    border-radius: 25px;
    gap: 25px;
    flex-direction: column;

}

.secao.faq .item.elemento-gerar {
    min-height: 200px;
}


.secao.faq .pergunta {
    /*    font-weight: 600;*/
}




.secao.faq .resposta {
    color: grey;
    max-width: 600px;
}

.secao.faq .item.ativo .resposta {
    max-height: 300px; 
}

.secao.faq .btn-container {
    margin-top: 50px;
    border-top: 1px solid rgba(0,0,0, .05);
    border-bottom: 1px solid rgba(0,0,0, .05);
    padding-top: 50px;
    padding-bottom: 75px;
    justify-content: center;
    width: 100%;
}

.secao.faq .btn-container .btn {
    min-width: 200px;
}



@media screen and (max-width: 1024px) {

    .secao.faq .container {
        padding-left: 25px;
        padding-right: 25px;
    }

    .secao.faq .titulos {
        padding-left: 25px;
        padding-right: 25px;
        text-align: center;
    }

    .secao.faq h2 {
        font-size: 32px;
        line-height: 42px;
    }

    .secao.faq .btn-container .btn {
        min-width: 0px;
    }

    .secao.faq .perguntas {
        gap: 50px;
        flex-direction: column;
    }

    .secao.faq .item {
        border: 0px;
        padding: 0px;
    }
}



body .secao.funcionalidades .container-botoes-secao {
    background-color: rgba(0, 0, 0, .05);
    border-radius: 25px;
    left: auto;
    right: 5px;
    flex-direction: row;

}



body .secao.funcionalidades:hover .container-botoes-secao {
    opacity: 0;
}

body .secao.funcionalidades:hover .bloco:hover .container-botoes-secao {
    opacity: 1;
}




.secao.funcionalidades {
    padding-top: 50px;
    padding-bottom: 50px;
/*    min-height: 100vh;*/
    /**/
    margin-top: -25px;
    margin-bottom: -25px;
    border-radius: 25px;
    box-shadow: 0px -3px 10px 0px rgba(0, 0, 0, .05), 0px 3px 10px 0px rgba(0, 0, 0, .05);
    z-index: 101;
}

.secao.funcionalidades .conteudo {
    align-items: center;
    text-align: center;
    gap: 50px;
}




.secao.funcionalidades .blocos {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 400px), 1fr));
    gap: 25px;
    width: 100%;
/*    padding: 25px;*/
}

.secao.funcionalidades .blocos .bloco {
    display: flex;
    flex-direction: column;
    gap: 25px;
    background: #fff;
    border-radius: 25px;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, .05);
    align-items: flex-start;
    padding: 25px;
    text-align: left;
    flex-basis: 370px;
    flex-grow: 1;

}

.secao.funcionalidades .blocos .bloco .icone {
    font-size: 32px;
    background: rgba(0, 0, 0, .05);
    border-radius: 10px;
    padding: 10px;
}

.secao.funcionalidades .blocos .bloco h4 {
    font-size: 21px;
}

.secao.funcionalidades .blocos .bloco p {
    max-width: 600px;
/*    font-size: 16px;*/
}

.secao.funcionalidades .btn-container {
    border-top: 1px solid rgba(0, 0, 0, .05);
    padding-top: 50px;
    width: 100%;
    justify-content: center;
}

.secao.funcionalidades .btn-container .btn {
    min-width: 200px;
}



.secao.funcionalidades .blocos .bloco.elemento-gerar {
/*    background: transparent;
    border: 2px solid rgba(0,0,0, .05);
    min-height: 100px;
    box-shadow: none;
    opacity: .2;
    transition: .2s ease-in-out;*/
    min-height: 100px;
}


.secao.funcionalidades .blocos .bloco.elemento-gerar {
    min-height: 225px;
}

.secao.funcionalidades .blocos .bloco.elemento-gerar:hover {
    opacity: 1;
}



@media screen and (max-width: 1024px) {
    .secao.funcionalidades .titulos {
        text-align: left;
        align-items: flex-start;
    }

    .secao.funcionalidades .btn-container .btn {
        min-width: 0px;
    }


   

}


.secoes-genericas .container-botoes-secao {
    background-color: rgba(0,0,0, .05);
    border-radius: 25px;
    top: 15px;
    left: 15px;
}


.secoes-genericas .secao:nth-child(2n) {
    background: transparent;
}

.secoes-genericas .secao:nth-child(2n+1) {
    background: rgba(0,0,0, .03);
}

.secoes-genericas .secao:nth-child(2n) .flex {
/*    flex-direction: row-reverse;*/
    /**/

}




.secao.generica {
    display: flex;
    padding-top: 100px;
    padding-bottom: 100px;
}


.secao.generica.elemento-gerar {
    min-height: 250px;
}

body:not(.editor) .secao.generica.elemento-gerar {
    display: none;
}









.secao.generica .legenda {
    color: var(--paleta-cor-secundaria);
    display: flex;
    align-items: center;
    gap: 10px;
    /**/
}

.secao.generica .legenda .icone {
    fill: var(--paleta-cor-secundaria);
    height: 15px;
    width: 15px;
    display: flex;
}

.secao.generica .flex {
    height: 100%;
    width: 100%;
    gap: 50px;
}

.secao.generica .flex .foto {
    height: 100%;
    max-height: calc(100vh - 100px);
    overflow: hidden;
}


.secao.generica .flex .foto .container-1,
.secao.generica .flex .foto .container-2,
.secao.generica .flex .foto .container-3,
.secao.generica .flex .foto .container-4 {
    height: 100%;
    display: flex;
    align-items: center;
}

.secao.generica .flex .foto img {
    border-radius: 25px;
}



.secao.generica .flex .foto.esmaecer .container-1 {
    mask-image: linear-gradient(to right, transparent 5%, white 20%, white 80%, transparent 95% );
}

.secao.generica .flex .foto.esmaecer .container-2 {
    mask-image: linear-gradient(to bottom, transparent 5%, white 20%, white 80%, transparent 95% );
}

/*Diagonal*/
.secao.generica .flex .foto.esmaecer .container-3 {
    mask-image: linear-gradient(135deg, transparent 5%, white 20%, white 80%, transparent 95% );
}

/*Diagonal*/
.secao.generica .flex .foto.esmaecer .container-4 {
    mask-image: linear-gradient(-135deg, transparent 5%, white 20%, white 80%, transparent 95% );
}



.secao.generica .flex .video {
    height: 100%;
    max-height: calc(100vh - 100px);
/*    overflow: hidden;*/
    width: 100%;
}

.secao.generica .flex .video .container-iframe {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
/*    overflow: hidden;*/

}


.secao.generica .flex .video .container-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, .05);

}


.secao.generica .flex .video video {
    width: 100%;
    border-radius: 25px;
}









.secao.generica .texto {
    align-items: flex-start;
    text-align: left;
    padding: 25px;
}





.secao.generica .btn-container {
    margin-top: 25px;
}


.secao.generica .checks {
    margin-top: 25px;
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}

.secao.generica .checks .check {
    display: flex;
    align-items: center;
    gap: 5px;
    color: grey;
}





@media screen and (max-width: 1024px) {

    .secoes-genericas .secao:nth-child(2n) .flex {
        flex-direction: column;
    }

    .secao.generica {
        padding-top: 50px;
        padding-bottom: 50px;
        height: auto;
    }



    .secao.generica h3 {
        flex-direction: column;
        gap: 10px;
        line-height: 21px;
        
    }


    .secao.generica p {
        font-size: 21px;
        line-height: 32px;
    }

    .secao.generica .flex {
/*        gap: 0px;*/
    }

    .secao.generica .flex .texto {
        padding: 0px;
        align-items: flex-start;
        text-align: left;
    }

    .secao.generica .btn-container {
        align-items: flex-start;
    }

    .secao.generica .flex .foto {
        height: auto;
        width: 100%;
    }

    .secao.generica .flex .video {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .secao.generica .flex img {
        height: auto;
        width: 100%;
    }

    .secao.generica .checks {
        justify-content: center;
    }
}

.secao.hero {
    min-height: calc(100vh - 75px);
    display: flex;
    color: #1d1d1f;
    background-color: var(--paleta-cor-fundo);

}

.secao.hero h1 {
    color: var(--paleta-cor-primaria)
}

.secao.hero h3 {
    font-weight: 400;
}



.secao.hero .flex {
    height: 100%;
    width: 100%;
    gap: 50px;
}

.secao.hero .flex .texto {
    width: 100%;

    padding-top: 50px;
    padding-bottom: 50px;
    max-width: 50%;
}

.secao.hero .flex .foto {
    height: 100%;
    max-height: calc(100vh - 100px);
    overflow: hidden;
}


.secao.hero .flex .foto .container-1,
.secao.hero .flex .foto .container-2,
.secao.hero .flex .foto .container-3,
.secao.hero .flex .foto .container-4 {
    height: 100%;
    display: flex;
    align-items: center;
}

.secao.hero .flex .foto img {
    border-radius: 25px;
}



.secao.hero .flex .foto.esmaecer .container-1 {
    mask-image: linear-gradient(to right, transparent 0%, white 10%, white 80%, transparent 100% );
}

.secao.hero .flex .foto.esmaecer .container-2 {
    mask-image: linear-gradient(to bottom, transparent 0%, white 10%, white 80%, transparent 100% );
}

/*Diagonal*/
.secao.hero .flex .foto.esmaecer .container-3 {
    mask-image: linear-gradient(135deg, transparent 5%, white 20%, white 80%, transparent 95% );
}

/*Diagonal*/
.secao.hero .flex .foto.esmaecer .container-4 {
    mask-image: linear-gradient(-135deg, transparent 5%, white 20%, white 80%, transparent 95% );
}






.secao.hero p {
    max-width: none;
}


.secao.hero .btn-container {
    margin-top: 25px;
}





@media screen and (max-width: 1024px) {

    .secao.hero {
        height: auto;
    }


    

    .secao.hero .flex {
        gap: 0px;
        flex-direction: column-reverse;
    }




    .secao.hero .flex .texto
    {
        max-width: none;
        padding-top: 25px;
        padding-bottom: 60px; /*Compensa o margin-top -10px da seção de baixo*/
    }
    .secao.hero .flex .foto {
        padding-top: 25px;
        height: auto;
        width: 100%;
    }

    .secao.hero .flex img {
        height: auto;
        width: 100%;
    }

  
}



.secao.vibe-coding 
{
    padding-left: 0px;
    padding-right: 0px;
    transition: .2s ease-in-out;
}




.secao.vibe-coding.placeholder {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.secao.vibe-coding.placeholder .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateY(-200px);
    width: 800px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 1), transparent);
    padding: 50px;
    border-radius: 25px;
    filter: grayscale(1);
    gap: 10px;
}


.secao.vibe-coding.placeholder .container .logo-eesier {
    width: 50px;
   
}

.secao.vibe-coding.placeholder .container .logo-eesier img {
    width: 100%;
}

.secao.vibe-coding.placeholder .container .titulo {
    color: #1c91e4;
/*    font-size: 21px;
    line-height: 32px;*/
    font-weight: 500;
}


.secao.vibe-coding.placeholder .container .paragrafo {
    color: #4fbefe;
}
html {
/*    scroll-behavior: smooth;*/
}

body {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-family: 'Quicksand', sans-serif;
    background-color: var(--paleta-cor-fundo);
    color: #fff;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    position: relative;
    transition: .2s ease-in-out;
    overflow-x: hidden;
}

* {
    position: relative;
    box-sizing: border-box;
}


.conteudo {
    display: flex;
    align-items: center;
    width: 100%;
    z-index: 100;
}


h1, h2, h3, h4, h5, h6 {
    margin: 0;
}





p {
    margin: 0;
    max-width: 600px;
}


#pagina {
    overflow: hidden;
}

#corpo {
    min-height: 100vh;
}

.secao {
    padding-left: 50px;
    padding-right: 50px;

}

.secao.azul {
    background: #121735;
}

.secao.branca {
    background: #faf8f5;
    color: #1d1d1f;
}

.secao.cinza {
    background: #f9fafb;
    color: #1d1d1f;
}

.secao.branca .btn-container .btn.branco.ghost,
.secao.cinza .btn-container .btn.branco.ghost {
    color: #1d1d1f;
    fill: #1d1d1f;
}


.secao .conteudo {
    flex-direction: column;
    align-items: flex-start;    
    z-index: 100;
}

.secao .flex {
    display: flex;
    align-items: center;
}


.secao .texto {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
}

.secao .foto 
{
    height: 80vh;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    width: 100%;
}

.secao .foto.preencher-altura img {
    height: 100%;
}

.secao .foto.preencher-largura img {
    width: 100%;
}


.secao .btn-container {
    display: flex;
    gap: 25px;
}




.secao .titulos {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    text-align: center;
    width: 100%;
}




.secao .titulos h3 {
    font-weight: 400;
    /*    max-width: 600px;*/
    /**/
    color: grey;
}







#flecha-topo {
    height: 30px;
    width: 30px;
    position: fixed;
    z-index: 10000;
    left: calc(50% - 15px);
    top: 10px;
    fill: #fff;
    transform: rotate(180deg);
    transition: .2s ease-in-out;
    border-radius: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, .3);
} 


#flecha-topo.visivel 
{
    opacity: .5;
}



.paleta {
    height: 50px;
    width: 100%;
    display: flex;
}

.paleta div {
    width: 100%;
}

.paleta .c1 
{
    background-color: var(--paleta-cor-primaria);
}

.paleta .c2 {
    background-color: var(--paleta-cor-secundaria);
}

.paleta .c3 {
    background-color: var(--paleta-cor-destaque);
}

.paleta .c4 {
    background-color: var(--paleta-cor-fundo);
}



.secao .legenda {
    color: var(--paleta-cor-secundaria);
    display: flex;
    align-items: center;
    gap: 10px;
    /**/
    font-weight: 400;
    border-bottom: 1px solid rgba(0,0,0, .03);
    flex-grow: 1;
    padding: 25px;
    padding-top: 0px;
    margin-left: -25px;
    width: 50vw;
    mask-image: linear-gradient(to right, white 0%, transparent 100%);
    /**/
    padding-left: 28px; /* Compensar o spacing do elemento de baixo e ficar alinhado */
}

.secao .legenda .icone {
    /**/
    fill: var(--paleta-cor-secundaria);
    height: 20px;
    width: 20px;
    display: flex;
    /**/
    display: none;
}




@media screen and (max-width: 1024px)
{

    
    .secao {
        padding-left: 25px;
        padding-right: 25px;
    }

    .secao .flex {
        flex-direction: column;
    }

    .secao .texto {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .secao .btn-container {
        flex-direction: column;
        width: 100%;
    }


    .secao .legenda {
        width: calc(100% + 50px);
        mask-image: none;
    }

}
