body {
    background: linear-gradient(to top, #98CDFB, #ffffff);
    font-size: 12px;
    font-family: Verdana, "Verdana CE",  Arial, "Arial CE", "Lucida Grande CE", lucida, "Helvetica CE", sans-serif;
    color: #000000;
    margin: 10px;
}

h1 {
    font-family: Arial, "Arial CE", "Lucida Grande CE", lucida, "Helvetica CE", sans-serif;
    border-bottom: 1px solid #AFAFAF;
    font-size:  16px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    color: #D20005;
}

a:link, a:visited {
    color: #045491;
    font-weight : bold;
    text-decoration: underline;
}

a:link:hover, a:visited:hover  {
    color: #045491;
    font-weight : bold;
    text-decoration : underline;
}

.grupo_botoes{
    display: flex;
    gap: 5px;
    justify-content: center;
}

.titulo-igreja {
    /* Fonte moderna e limpa (importar 'Montserrat' ou 'Inter' do Google Fonts) */
    font-family: 'Montserrat', 'Helvetica Neue', sans-serif;

    /* Tamanho grande e peso marcante, mas elegante */
    font-size: 1rem !important;

    font-weight: 700;

    /* Texto centralizado e em caixa alta para dar imponência */
    text-align: center;
    text-transform: uppercase;

    /* Espaçamento sutil entre as letras melhora a leitura e a estética */
    letter-spacing: 4px;

    /* Cor branca pura para alto contraste no fundo azul escuro */
    color: #ffffff;

    /* Sombra leve para dar profundidade e um efeito suave de iluminação */
    text-shadow: 0 2px 10px rgba(255, 255, 255, 0.15),
        0 4px 20px rgba(212, 175, 55, 0.1);

    /* Margens para espaçamento vertical */
    margin: 0px auto;
    padding: 10px;
}

.logo{
    width: 80px;
}

.container-top{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#container-content{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 20px;
}

#esquerda{
    width: 100%;
}

#direita{
    width: 100%;
}

#esquerda-top{
    text-align: center;
}

#esquerda-top .versiculo{
    font-size: 20px;
    font-weight: normal;
}

#direita-botton .informacao{
    font-size: 20px;
    font-weight: normal;
}

.form-content{
    width: 100%
}

.manter{
    display: flex;
    justify-content: center
}

.manter-content{
    width: 100%
}

.p1{
    text-align: center;
    color: #7774A6;
    font-size: 25px;
    font-weight: bold;
}

.col-cpf, .col-email, .col-endereco, .col-estado_civil, .col-nascimento, .col-sexo, .col-celular, .col-password, .col-grupo,
.col-versiculo{
    display: none;
}

.qrcode{
    text-align: right;
    color: #7774A6;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
}

@font-face {
    font-family: 'MinhaFonteAutography';
    /* O JSF resolve o termo antes do dois-pontos como a pasta dentro de /resources */
    src: url("/cei/jakarta.faces.resource/Autography.otf.xhtml?ln=fonts") format('opentype');
    font-weight: normal;
    font-style: normal;
}

/* Estilo para Telas Maiores (Computador) */
@media (min-width: 768px) {

    .titulo-igreja{
        font-size: 3rem !important;
    }

    .logo{
        width: 150px;
    }

    #container-content{
        flex-direction: row-reverse;
    }

    #esquerda{
        display: flex;
        width: 70%;
        flex-direction: column;
        justify-content: center;
        background-color: rgba(173, 216, 230, 0.5);
        ;
        border-radius: 20px;
    }

    #direita{
        width: 30%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    #esquerda-top{
        text-align: center;
        padding: 20px;
    }

    #esquerda-top .versiculo{
        font-family: MinhaFonteAutography;
        font-size: 60px;
        color: #7774A6;
        font-style: italic;
        font-weight: bold;
    }

    .p1{
        text-align: center;
        color: #7774A6;
        font-size: 30px;
        font-weight: bold;
    }

    .manter{
        display: flex;
        justify-content: center
    }

    .manter-content{
        display: flex;
        gap:10px;
        flex-direction: column;
        width: 30%
    }

    .coluna_between{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: stretch;
        /*    height: 100%;*/
        gap: 20px;
    }

    .form{
        color: #7774A6;
        font-size: 24px;
        display: flex;
        width: 100%;
        justify-content: center
    }

    .form-content{
        display: flex;
        gap: 10px;
        flex-direction: column;
        align-self: start;
        text-align: left;
        width: 30%
    }


}
