:root {
    --cor-branca: #FFFFFF;
    --cor-preta: #1c1c1c;
    --cor-blocos: #d1d5db;
    --cor-botoes: #046bd2;
}
a {
    color: inherit;
    text-decoration: none;
}

/*
* {
    border: 1px dashed #000;
}
*/
body {
    margin: 0;
}
main {
	width: 100%;
	display: flex;
	flex-direction: column;
}
div {
    display: flex;
    align-items: center;
}
.corpo {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
}
.conteudo {
	display: flex;
	justify-content: center;
	align-items: flex-start;
    align-content: center;
	flex-wrap: wrap;
	padding: 50px 20px;
}
.titulo {
    align-items: center;
    align-content: center;
}
.titulo :is(h1, h2, span) {
    margin: 10px;
}
.direcao-coluna {
	flex-direction: column;
}
.direcao-linha {
	flex-direction: row;
}
.rodape {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 30px 10px !important;
    background-color: var(--cor-preta);
    color: var(--cor-branca);
    width: auto;
}
.colunas {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	justify-content: center;
	width: 100%;
}
.coluna-50 {
	display: flex;
}
.coluna-30 {
	display: flex;
	flex: 1 1 30%;
	text-align: center;
	align-items: center;
	justify-content: center;
}
.coluna-70 {
	flex: 1 1 70%;
}
.conjunto-blocos {
    gap: 20px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}
.bloco {
    width: clamp(250px, 20%, 400px);
    padding: 20px;
    box-shadow: 2px 2px 10px var(--cor-preta);
    background-color: var(--cor-branca);
    border-radius: 20px;
    justify-content: center;
}
.bloco-modelo {
    width: clamp(250px, 20%, 400px);
    box-shadow: 2px 2px 10px var(--cor-preta);
    background-color: var(--cor-branca);
    border-radius: 20px;
    justify-content: center;
    height: auto;
    aspect-ratio: 1;
}
.bloco-modelo a {
    line-height: 0;
}
.bloco-modelo img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    object-position: center top;
    border-radius: 20px;
}
.bloco-modelo a:hover img {
    scale: 1.2;
}
.bloco-evento {
    width: clamp(250px, 20%, 400px);
    padding: 20px;
    box-shadow: 2px 2px 10px var(--cor-preta);
    background-color: var(--cor-branca);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    color: var(--cor-preta);
}
.bloco-evento a {
    display: flex;
    flex-direction: column;
}
.bloco-presente {
    display: flex;
    flex-direction: column;
    width: clamp(120px, 20%, 200px);
    padding: 20px;
    box-shadow: 2px 2px 10px var(--cor-preta);
    background-color: var(--cor-branca);
    border-radius: 20px;
    aspect-ratio: 3/2;
    text-align: center;
    justify-content: space-between;
    align-items: stretch;
    color: var(--cor-preta);
}
.bloco-presente-edicao {
    display: flex;
    flex-direction: column;
    width: clamp(250px, 20%, 400px);
    padding: 20px;
    box-shadow: 2px 2px 10px var(--cor-preta);
    background-color: var(--cor-branca);
    border-radius: 20px;
    aspect-ratio: 3/2;
    text-align: center;
    justify-content: space-around;
    align-items: stretch;
    color: var(--cor-preta);
}
.bloco-edicao-album {
    display: flex;
    flex-direction: column;
    width: clamp(250px, 20%, 400px);
    padding: 20px;
    box-shadow: 2px 2px 10px var(--cor-preta);
    background-color: var(--cor-branca);
    border-radius: 20px;
    aspect-ratio: 3/2;
    text-align: center;
    justify-content: center;
    align-items: stretch;
    color: var(--cor-preta);
}
.bloco-edicao-album img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
}
.conjunto-botoes {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}
.centralizado {
    text-align: center;
    justify-content: center;
}
dialog {
    box-shadow: 2px 2px 10px var(--cor-preta);
    border-radius: 20px;
    border: none;
}
dialog textarea {
    margin: 10px;
}
.img-presente {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 20px;
}
:is(.bloco-presente, .bloco-presente-edicao, .bloco-edicao-album) :is(span, label) {
    display: flex;
    align-items: center;
    padding: 0 10px;
}
.nome-presente {
    /*font-size: 1.2em;*/
    font-weight: bold;
    padding: 10px 0;
}
.botao-presente {
    padding: 15px;
    margin: 0;
}
.album {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    gap: 10px;
    overflow: hidden;
}
.img-album {
    max-height: 30vh;
    max-width: 40vw;
    width: auto;
    border-radius: 20px;
}
/* Título */
h1, h2, h3, h4, h5, h6 {
    width: 100%;
    text-align: center;
}
h2 {
    font-size: 2.5em;
}
h3 {
    font-size: 1.8em;
}
p {
    /*width: calc(100% - 20px);*/
    width: 100%;
    margin: 0;
    text-align: justify;
}

/* Formulários */
form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    align-content: center;
    flex-wrap: nowrap;
}
.formulario :is(input, select, textarea) {
    padding: 20px;
    border-radius: 20px;
    box-shadow: 2px 2px 10px var(--cor-preta);
    border: 0;
}
input, select, textarea, button {
    margin: 10px;
}
select, label {
    padding: 10px;
}
input[type=file] {
    height: auto;
}
input[type=submit], input[type=button], button {
    padding: 15px 25px;
    border-radius: 20px;
    cursor: pointer;
}
input[type=submit]:hover, input[type=button]:hover, button:hover {
    filter: drop-shadow(5px 5px 10px var(--cor-preta));
}
.botao-primario {
    color: var(--cor-branca);
}
.botao-secundario {
    background-color: var(--cor-branca);
    color: var(--cor-preta);
    border: 2px solid var(--cor-preta);
}

/* Menu */

#menu-editor {
    position: fixed;
    bottom: 0;
    z-index: 3;
}
.menu-usuario {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menu-usuario nav {
    width: 100%;
    display: flex;
    justify-content: center;
}
.menu-usuario ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    justify-content: space-evenly;
    align-items: stretch;
    padding: 0;
}
.menu-usuario li {
    display: flex;
    padding: 0;
    text-align: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: stretch;
}
.menu-usuario a {
    display: flex;
    color: inherit;
    text-decoration: none;
    align-items: center;
    padding: 20px;
}
.menu-usuario a:hover {
    text-decoration: underline;
}
.logo {
    font-weight: bold;
    font-size: 1.3em;
}
.fundo-escuro {
    background-color: var(--cor-preta);
    color: var(--cor-branca);
}
#notificacao {
    position: fixed;
    bottom: 10px;
    right: 10px;
    padding: 20px;
    border: 2px solid var(--cor-preta);
    border-radius: 20px;
    background-color: var(--cor-branca);
    color: var(--cor-preta);
    box-shadow: 1px 1px 5px var(--cor-preta);
    z-index: 9999;
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 2em;
    }
    .conteudo {
        width: 90vw;
    }
    .coluna-50 {
        flex: 1 1 100%;
    }
    .menu-usuario {
        width: 90vw;
    }
    .coluna-metade {
        flex: 1 1 100%;
    }
    .destaque-02 img {
        aspect-ratio: 2/3;
    }
    .menu-usuario ul {
        gap: 0 10px;
    }
    .menu-usuario .texto {
        display: none;
    }
    .menu-usuario .icone {
        display: flex;
        scale: 1;
    }
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
    h1 {
        font-size: 3em;
    }
    .conteudo {
        width: 90vw;
    }
    .coluna-50 {
        flex: 1 1 100%;
    }
    .menu-usuario {
        width: 70vw;
    }
    .coluna-metade {
        flex: 1 1 0;
    }
    .destaque-02 img {
        aspect-ratio: 3/2;
    }
    .menu-usuario ul {
        gap: 0 20px;
    }
    .menu-usuario .texto {
        display: none;
    }
    .menu-usuario .icone {
        display: flex;
        scale: 1;
    }
}
@media screen and (min-width: 1024px) {
    h1 {
        font-size: 3.5em;
    }
    .conteudo {
        width: 70vw;
    }
    .coluna-50 {
        flex: 1 1 50%;
    }
    .menu-usuario {
        width: 70vw;
    }
    .coluna-metade {
        flex: 1 1 0;
    }
    .destaque-02 img {
        aspect-ratio: 3/2;
    }
    .menu-usuario ul {
        gap: 0 20px;
    }
    .menu-usuario .texto {
        display: flex;
    }
    .menu-usuario .icone {
        display: none;
        scale: 1;
    }
}
.secao-local {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.coluna-metade {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.informacoes-local :is(p, h3) {
    text-align: center;
}
.formulario {
    flex-wrap: wrap;
}
.editar-informacoes-local {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    flex: 1 0 300px;
    justify-content: center;
}
.editar-informacoes-local i {
    color: inherit;
    scale: 1.5;
}
.editar-informacoes-local p {
    text-align: center;
}
.editar-informacoes-local div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.editar-imagem-local {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    flex: 1 0 300px;
    max-height: 400px;
    overflow: hidden;
}
.editar-imagem-local > img {
    width: 90%;
    height: auto;
    object-fit: cover;
}
.editar-imagem-local > input[type=file] {
    background-color: var(--cor-branca);
    width: calc(80% - 60px);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.editar-link-local {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    flex: 1 0 100%;
    max-height: 300px;
}
.editar-link-local > textarea {
    width: calc(100% - 60px);
}
iframe {
    width: calc(100% - 20px);
}
fieldset {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    border: 2px solid var(--cor-preta);
    border-radius: 20px;
    margin: 10px;
}
fieldset input {
    display: flex;
}
.conteudo-editavel {
    background-color: transparent;
    padding: 20px;
    border-radius: 20px;
    display: inline-block;
}
.destaque-01 .titulo-editavel {
    text-align: center;
    color: var(--cor-preta);
    border: 2px dashed var(--cor-preta);
    outline: var(--cor-preta);
}
.destaque-01 .titulo-editavel:hover {
    border: 2px solid var(--cor-preta);
}
.destaque-02 .titulo-editavel {
    text-align: center;
    color: var(--cor-branca);
    border: 2px dashed var(--cor-branca);
    outline: var(--cor-branca);
}
.destaque-02 .titulo-editavel:hover {
    border: 2px solid var(--cor-branca);
}
.paragrafo-editavel {
    resize: vertical;
    border: 2px dashed var(--cor-preta);
    font-size: 1em;
}
.paragrafo-editavel:hover, .texto-editavel:hover {
    border: 2px solid var(--cor-preta);
}
.texto-editavel {
    color: var(--cor-preta);
    font-size: 1em;
    border: 2px dashed var(--cor-preta);
}
.preenchido {
    flex-wrap: nowrap;
    align-content: stretch;
    align-items: stretch;
    overflow: hidden;
    justify-content: space-between;
}
input[type=date] {
    text-align: center;
}
i {
    scale: 1.5;
}
.padding-10 {
    padding: 10px;
}
.padding-20 {
    padding: 20px;
}
.margin-bottom-56 {
    margin-bottom: 56px;
}
.margin-bottom-10 {
    margin-bottom: 10px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.width-100 {
    width: 100%;
}
.texto-centralizado {
    text-align: center;
}
#bg-carregamento {
    position: fixed;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    background-color: #000000cc;
    color:#ffffff;
    z-index: 1;
    left: 0;
    top: 0;
}
#carregamento {
    font-size: 2em;
}
.oculto {
    opacity: 0.6;
}
#bloco-timer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 20px;
    width: 100%;
}
.contador {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
    border: 2px solid var(--cor-preta);
    border-radius: 20px;
    aspect-ratio: 1;
    width: 10%;
    max-width: 80px;
}
.contador span:first-child {
    font-size: 2em;
    font-weight: 700;
}
.contador span:nth-child(2) {
    text-transform: uppercase;
}
.destaque-01 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
    align-items: stretch;
    justify-content: space-evenly;
    padding: 50px 0;
    width: 90vw;
    position: relative;
}
.destaque-01 .destaque-texto {
    flex: 2 1 400px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 20px;
}
.destaque-01 .destaque-texto h1 {
    margin: 0.5em;
}
.destaque-01 .destaque-texto h3 {
    margin: 0;
}
.destaque-01 .destaque-img {
    flex: 1 1 400px;
    display: flex;
    justify-content: center;
    padding: 20px;
}
.destaque-01 .destaque-img img {
    object-fit: cover;
    aspect-ratio: 1;
    width: 90%;
    height: auto;
    border-radius: 20px;
    border: 10px solid var(--cor-preta);
    max-width: 400px;
    max-height: 400px;
}
.destaque-02 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
    align-items: stretch;
    justify-content: space-evenly;
    padding: 50px 0;
    width: 90vw;
    position: relative;
    color: var(--cor-branca);
}
.destaque-02 .destaque-img {
    width: 100%;
}
.destaque-02 .destaque-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 500px;
    border-radius: 20px;
}
.destaque-02 .destaque-texto {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 20px;
    position: absolute;
    background: rgba(0, 0, 0, .6);
    width: calc(100% - 40px);
    height: calc(100% - 140px);
    border-radius: 20px;
    text-shadow: 2px 2px 5px var(--cor-preta);
}
.destaque-02 .destaque-texto h1 {
    margin: 0.5em;
}
.destaque-02 .destaque-texto h3 {
    margin: 0;
}
.destaque-menu {
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 20px;
}
.menu-visitante {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: sticky;
    position: -webkit-sticky;
    top: 20px;
    padding: 20px;
    text-align: right;
    border-radius: 20px;
}
.nao-visivel {
    display: none !important;
}
#menu {
    display: flex;
}
#menu ul {
    list-style: none;
    display: flex;
    flex-direction: column;
}
#menu li {
    padding: 10px;
}
#menu a, #menu a:active  {
    text-decoration: none;
    color: var(--cor-branca);
}
#menu a:hover {
    text-decoration: underline;
}
.menu-visitante i {
    scale: 1.5;
    color: var(--cor-branca);
    padding: 10px;
    cursor: pointer;
}
.menu-visitante i:hover {
    color: var(--cor-botoes);
}
.padding-v10 {
    padding: 10px 0;
}