@charset "UTF-8";.ql-container{border:1px solid var(--cor-cinza-claro);box-sizing:border-box;font-family:var(--light);font-size:var(--f2);margin:0;position:relative;width:100%}.ql-container:not(.ql-disabled) li[data-list=checked]>.ql-ui,.ql-container:not(.ql-disabled) li[data-list=unchecked]>.ql-ui{cursor:pointer}.ql-clipboard{height:1px;left:-100000px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;counter-reset:list-0;line-height:1.5;max-height:400px;outline:none;overflow-y:auto;padding:15px;-o-tab-size:4;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;width:100%;word-wrap:break-word;color:var(--cor-preto);font-family:var(--light)}.ql-editor.inteiro{max-height:-moz-min-content;max-height:min-content}.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor ol,.ql-editor p{counter-reset:list-0;margin:0;padding:0}.ql-editor ol{display:flex;flex-direction:column}.ql-editor li{list-style-type:none;margin:8px 0 0;position:relative}.ql-editor li:first-child{margin:8px 0 0}.ql-editor li:last-child{margin:8px 0 15px}.ql-editor li .ql-ui{margin:0 8px 0 0;width:20px}.ql-editor li .ql-ui:before{align-items:center;display:flex;justify-content:center;margin:0;text-align:center;white-space:nowrap}.ql-editor li[data-list=bullet]>.ql-ui:before{background-color:var(--cor-cinza);border-radius:50%;content:"";flex-shrink:0;height:6px;margin:7px 0 0;width:6px}.ql-editor li[data-list=ordered]{counter-increment:list-0}.ql-editor li[data-list=ordered]>.ql-ui:before{align-items:center;background-color:var(--cor-cinza-claro);border-radius:4px;color:var(--cor-preto);content:counter(list-0,decimal);display:flex;flex-shrink:0;font-size:var(--f1);height:18px;justify-content:center;margin:2px 0 0;width:18px}.ql-editor li[data-list=checked]{color:var(--cor-cinza);text-decoration:line-through}.ql-editor li[data-list=checked]>.ql-ui:before{background-color:var(--cor-verde);border-radius:50%;color:var(--cor-branco);content:"";font-size:var(--f1);height:18px;line-height:18px;margin:2px 0 0;width:18px}.ql-editor li[data-list=unchecked]{color:var(--cor-preto)}.ql-editor li[data-list=unchecked]>.ql-ui:before{background-color:var(--cor-branco);border:1px solid var(--cor-cinza-claro);border-radius:50%;box-sizing:border-box;content:"";height:18px;margin:2px 0 0;width:18px}.ql-editor.ql-blank:before{color:var(--cor-cinza);content:attr(data-placeholder);left:15px;pointer-events:none;position:absolute;right:15px}.ql-editor h1{font-family:var(--bold);font-size:2em}.ql-editor h2{font-family:var(--bold);font-size:1.5em}.ql-editor h3{font-family:var(--bold);font-size:1.17em}.ql-editor a{color:var(--cor-azul);text-decoration:underline}.ql-editor blockquote{border-left:10px solid var(--cor-cinza-claro);color:var(--cor-cinza);margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-editor code,.ql-editor pre{background-color:var(--cor-preto);border-radius:8px;color:var(--cor-branco);font-family:Monaco,Courier New,monospace;font-size:var(--f2);margin:10px 0;overflow-x:auto;padding:15px;white-space:pre}.ql-editor b,.ql-editor strong{font-family:var(--bold)}.ql-editor em,.ql-editor i{font-style:italic}.ql-editor u{text-decoration:underline}.ql-editor s,.ql-editor strike{text-decoration:line-through}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-right{text-align:right}.ql-editor .ql-bg-black{background-color:var(--cor-preto)}.ql-editor .ql-bg-red{background-color:var(--cor-vermelho)}.ql-editor .ql-bg-orange{background-color:var(--cor-laranja)}.ql-editor .ql-bg-yellow{background-color:var(--cor-amarelo)}.ql-editor .ql-bg-green{background-color:var(--cor-verde)}.ql-editor .ql-bg-blue{background-color:var(--cor-azul)}.ql-editor .ql-bg-purple{background-color:var(--cor-roxo)}.ql-editor .ql-color-white{color:var(--cor-branco)}.ql-editor .ql-color-red{color:var(--cor-vermelho)}.ql-editor .ql-color-orange{color:var(--cor-laranja)}.ql-editor .ql-color-yellow{color:var(--cor-amarelo)}.ql-editor .ql-color-green{color:var(--cor-verde)}.ql-editor .ql-color-blue{color:var(--cor-azul)}.ql-editor .ql-color-purple{color:var(--cor-roxo)}.ql-toolbar{align-items:center;border:1px solid var(--cor-cinza-claro);border-radius:20px 15px 0 0;box-sizing:border-box;display:flex;flex-wrap:wrap;font-family:var(--light);gap:10px;padding:15px;width:100%}.ql-toolbar:after{content:"";display:none}.ql-toolbar button{align-items:center;background:none;border:none;cursor:pointer;display:flex;height:24px;justify-content:center;padding:3px 5px;width:28px}.ql-toolbar button svg{height:100%;width:100%}.ql-toolbar button:active:hover{outline:none}.ql-toolbar button.ql-active,.ql-toolbar button:focus,.ql-toolbar button:hover{color:var(--cor-azul)}.ql-toolbar button.ql-active .ql-fill,.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-toolbar button:focus .ql-fill,.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-toolbar button:hover .ql-fill,.ql-toolbar button:hover .ql-stroke.ql-fill{fill:var(--cor-azul)}.ql-toolbar button.ql-active .ql-stroke,.ql-toolbar button.ql-active .ql-stroke-miter,.ql-toolbar button:focus .ql-stroke,.ql-toolbar button:focus .ql-stroke-miter,.ql-toolbar button:hover .ql-stroke,.ql-toolbar button:hover .ql-stroke-miter{stroke:var(--cor-azul)}.ql-toolbar+.ql-container{border-radius:0 0 15px 15px;border-top:0}.ql-formats{align-items:center;display:flex;gap:4px;z-index:3}.ql-formats:after{content:"";display:none}.ql-stroke{fill:none;stroke:var(--cor-cinza);stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-stroke-miter{fill:none;stroke:var(--cor-cinza);stroke-miterlimit:10;stroke-width:2}.ql-fill,.ql-stroke.ql-fill{fill:var(--cor-cinza)}.ql-stroke.ql-thin,.ql-thin{stroke-width:1}.ql-picker{color:var(--cor-cinza);font-size:var(--f2);height:24px}.ql-picker,.ql-picker-label{align-items:center;display:flex;position:relative}.ql-picker-label{cursor:pointer;height:100%;padding-left:8px;padding-right:2px;width:100%}.ql-picker-label:before{align-items:center;display:flex;line-height:22px}.ql-picker-label svg{margin-top:-9px;position:absolute;right:0;top:50%;width:18px}.ql-picker-options{background-color:var(--cor-branco);border:1px solid var(--cor-cinza-claro);border-radius:10px;display:none;flex-wrap:wrap;min-width:100px;padding:10px;position:absolute;white-space:nowrap;z-index:10}.ql-picker-options .ql-picker-item{cursor:pointer;display:flex;padding:10px 0}.ql-picker.ql-expanded .ql-picker-label{color:var(--cor-cinza-claro);z-index:2}.ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:var(--cor-cinza-claro)}.ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:var(--cor-cinza-claro)}.ql-picker.ql-expanded .ql-picker-options{display:flex;margin-top:-1px;top:100%;z-index:1}.ql-toolbar .ql-picker-item.ql-selected,.ql-toolbar .ql-picker-item:hover,.ql-toolbar .ql-picker-label.ql-active,.ql-toolbar .ql-picker-label:hover{color:var(--cor-azul)}.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill{fill:var(--cor-azul)}.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-toolbar .ql-picker-label:hover .ql-stroke-miter{stroke:var(--cor-azul)}.ql-color-picker,.ql-icon-picker{width:28px}.ql-color-picker .ql-picker-label,.ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-color-picker .ql-picker-label svg,.ql-icon-picker .ql-picker-label svg{right:4px}.ql-color-picker .ql-picker-options{display:none;flex-wrap:wrap;padding:3px 5px;width:152px}.ql-color-picker.ql-expanded .ql-picker-options{display:flex}.ql-color-picker .ql-picker-item{border:1px solid transparent;height:16px;margin:2px;padding:0;width:16px}.ql-color-picker.ql-background .ql-picker-item{background-color:var(--cor-branco)}.ql-color-picker.ql-color .ql-picker-item{background-color:var(--cor-preto)}.ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{margin-top:-9px;position:absolute;right:0;top:50%;width:18px}.ql-picker.ql-align{height:28px;width:32px}.ql-picker.ql-align .ql-picker-label{height:28px;padding:4px 6px;width:32px}.ql-picker.ql-align .ql-picker-label svg{height:20px;margin-top:-10px;right:6px;width:20px}.ql-picker.ql-header{width:110px}.ql-picker.ql-header .ql-picker-label{background-color:var(--cor-branco);border:1px solid var(--cor-cinza-claro);border-radius:8px;color:var(--cor-cinza);font-family:var(--light);font-size:var(--f1);height:30px;padding:0 10px}.ql-picker.ql-header .ql-picker-label svg{display:none}.ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-picker.ql-header .ql-picker-label:before{content:"Normal"}.ql-picker.ql-header .ql-picker-label[data-value="1"]:before{content:"Título 1"}.ql-picker.ql-header .ql-picker-label[data-value="2"]:before{content:"Título 2"}.ql-picker.ql-header .ql-picker-label[data-value="3"]:before{content:"Título 3"}.ql-picker.ql-header .ql-picker-item{border-radius:6px;font-family:var(--light);padding:8px 12px}.ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-picker.ql-header .ql-picker-item:before{content:"Normal";font-size:var(--f2)}.ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Título 1";font-family:var(--bold);font-size:var(--f5)}.ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Título 2";font-family:var(--bold);font-size:var(--f4)}.ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Título 3";font-family:var(--bold);font-size:var(--f3)}.ql-picker.ql-header .ql-picker-item:hover{background-color:var(--cor-gelo)}.ql-picker.ql-header.ql-expanded .ql-picker-label{border-color:var(--cor-azul)}.ql-picker.ql-header .ql-picker-options{background-color:var(--cor-branco);margin-top:4px;padding:8px}.ql-tooltip{align-items:center;background-color:var(--cor-branco);border:1px solid var(--cor-cinza-claro);border-radius:8px;box-shadow:0 4px 12px #0000001a;color:var(--cor-cinza);display:flex;gap:8px;padding:8px 12px;position:absolute;transform:translateY(10px);white-space:nowrap;z-index:1000}.ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-tooltip:before{content:"URL:";line-height:26px}.ql-tooltip input[type=text]{border:1px solid var(--cor-cinza-claro);border-radius:4px;display:none;font-size:var(--f3);height:26px;margin:0;padding:3px 5px;width:170px}.ql-tooltip a{color:var(--cor-azul);cursor:pointer;line-height:26px;text-decoration:none}.ql-tooltip a.ql-preview{display:flex;max-width:200px;overflow-x:hidden;text-overflow:ellipsis}.ql-tooltip a.ql-action:after{border-right:1px solid var(--cor-cinza-claro);content:"Editar";margin-left:16px;padding-right:8px}.ql-tooltip a.ql-remove:before{content:"Remover";margin-left:8px}.ql-tooltip.ql-editing a.ql-preview,.ql-tooltip.ql-editing a.ql-remove{display:none}.ql-tooltip.ql-editing input[type=text]{display:flex}.ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"Salvar";padding-right:0}.ql-tooltip[data-mode=link]:before{content:"Link:"}.ql-hidden{display:none}.ql-out-bottom,.ql-out-top{visibility:hidden}@media screen and (max-width:1000px){.ql-toolbar{flex-wrap:nowrap;gap:10px;overflow-y:scroll;padding:15px}}section.form[data-v-05682814]{min-height:100vh;padding:120px 40px}section.form[data-v-05682814],section.form .destaque[data-v-05682814]{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}section.form .destaque[data-v-05682814]{margin:0 0 30px;max-width:700px}section.form .destaque .icone[data-v-05682814]{align-items:center;background-color:var(--cor-gelo);border-radius:50%;display:flex;height:80px;justify-content:center;margin:0 0 20px;width:80px}section.form .destaque .icone .edusites-icone[data-v-05682814]{color:var(--cor-cinza);font-size:35px}section.form .destaque h2[data-v-05682814]{color:var(--cor-preto);font-family:var(--light);font-size:var(--f4);margin:0 0 10px;text-align:center}section.form .destaque p[data-v-05682814]{color:var(--cor-cinza);font-family:var(--light);font-size:var(--f2);text-align:center}section.form .campos[data-v-05682814]{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:space-between;max-width:700px;width:100%}section.form .campos .campo[data-v-05682814]{margin:0 0 25px}section.form .campos .campo.editor[data-v-05682814]{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;width:100%}section.form .campos .campo.editor label[data-v-05682814]{color:var(--cor-preto);font-family:var(--bold);font-size:var(--f2);margin:0 0 10px}section.form .campos .campo.editor label span[data-v-05682814]{color:var(--cor-vermelho)}section.form a.voltar[data-v-05682814]{align-items:center;background-color:var(--cor-branco);border-radius:50px;color:var(--cor-preto);display:flex;font-family:var(--light);font-size:var(--f2);height:50px;justify-content:center;transition:all .3s}section.form a.voltar[data-v-05682814]:hover{color:var(--cor-azul)}section.form a.voltar:hover .icone[data-v-05682814]{border:1px solid var(--cor-azul)}section.form a.voltar:hover .icone .edusites-icone[data-v-05682814]{color:var(--cor-azul)}section.form a.voltar .icone[data-v-05682814]{align-items:center;border:1px solid var(--cor-cinza-claro);border-radius:50%;display:flex;height:50px;justify-content:center;margin:0 20px 0 0;min-width:50px;transition:all .3s;width:50px}section.form a.voltar .icone .edusites-icone[data-v-05682814]{color:var(--cor-preto);font-size:15px;transform:rotate(90deg);transition:all .3s}section.form a.voltar .icone .edusites-icone[data-v-05682814] svg{min-width:15px}@media screen and (max-width:1000px){section.form[data-v-05682814]{justify-content:flex-start;padding:60px 30px}section.form .destaque[data-v-05682814]{margin:0 0 20px}section.form .destaque .icone[data-v-05682814]{height:70px;width:70px}section.form .destaque .icone .edusites-icone[data-v-05682814]{font-size:30px}section.form .campos[data-v-05682814]{width:100%}section.form .campos .campo[data-v-05682814]{margin:0 0 25px;width:100%}section.form a.voltar[data-v-05682814]{height:40px}section.form a.voltar .icone[data-v-05682814]{height:50px;margin:0 15px 0 0;min-width:50px;width:50px}section.form a.voltar .icone .edusites-icone[data-v-05682814]{font-size:15px}}.modal[data-v-c459ca77]{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:100vh;width:100%}
