.elementor-1736 .elementor-element.elementor-element-8a48096{--display:flex;--min-height:41.1rem;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--gap:0% 1%;--row-gap:0%;--column-gap:1%;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:2%;--padding-bottom:2%;--padding-left:2%;--padding-right:2%;}.elementor-1736 .elementor-element.elementor-element-8a48096:not(.elementor-motion-effects-element-type-background), .elementor-1736 .elementor-element.elementor-element-8a48096 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#3D7AB9;}.elementor-1736 .elementor-element.elementor-element-ac3feda{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-1736 .elementor-element.elementor-element-8a48096{--content-width:63rem;}}/* Start custom CSS for container, class: .elementor-element-ac3feda */html {
    font-size: 62.5%;
}

/* Reset para garantir que todas as bordas e preenchimentos sejam incluídos no tamanho total dos elementos */
* {
    box-sizing: border-box;
}

/* Container flexível para os cartões */
.container-cartoes {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

/* Estilo do container de visualização dos cartões */
.visualizacao-cartao {
    text-align: center;
}

/* Título acima do cartão */
.visualizacao-cartao h3 {
    margin-bottom: 15px;
    color: #FFFFFF;
    font-size: 18px;
}

/*--- CARTÃO - FRENTE --- */
.cartao-frente {
    width: 63.1rem;
    height: 41.1rem;
    background-image: url('https://emanuelrodrigues.com/wp-content/uploads/2025/07/PRESBITERO-PAULO-DE-LIMA-FRENTE.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    color: white;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    z-index: 2;
}

/* Cabeçalho da frente com logo e nomes */
.cabecalho-cartao {
    text-align: center;
    padding: 4mm 2mm 2mm 2mm;
    position: relative;
}

/* Área circular do logo */
.area-logo {
    width: 140px;
    height: 140px;
    background-image: url('https://emanuelrodrigues.com/wp-content/uploads/2025/07/logo-novo-tempo.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    position: absolute;
    margin-left: 2rem;
    margin-top: 0.5rem !important;
} 

/* Nome da igreja */
.nome-igreja {
    font-family: "Allerta", sans-serif;
    letter-spacing: 0.8rem !important;
    font-size: 1.7rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: -1rem;
    margin-top: 2rem;
    margin-left: 16rem;
}

/* Nome do ministério */
.nome-ministerio {
    font-family: "Allerta", sans-serif;
    letter-spacing: 0rem !important;
    font-size: 4.5rem;
    font-weight: 800;
    letter-spacing: 2px;
    margin-left: 16rem;
    margin-bottom: -1rem;
}

/* Texto auxiliar abaixo */
.info-igreja {
    font-family: "Allerta", sans-serif;
    letter-spacing: 0.05rem;
    font-size: 2rem;
    margin-top: 2px;
    margin-left: 16rem;   
}

/* cnpj */
.cnpj {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 2rem;
    margin-left: 16rem;    
}

/* Área com a foto + informações do membro */
.conteudo-cartao {
    display: flex;
    flex: 1;
    color: #333;
    padding: 3mm;
    padding-top: 3.7rem;
    position: relative;
    z-index: 2;
}

/* Espaço reservado para a foto */
.secao-foto {
    width: 16rem;
    height: 21.5rem;
    background: #e9e8e8;
    border-radius: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: #666;
    margin-top: -3.7rem;
    margin-right: 3mm;
}

/* Informações textuais do membro (lado direito da foto) */
.info-membro {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 1.2rem;
}

/* --- RESPONSIVIDADE --- */
@media (max-width: 768px) {
    .container-cartoes {
        flex-direction: column;
        gap: 20px;
    }

    .cartao-frente,
    .cartao-verso {
        transform: scale(1.2);
        margin: 20px 0;
    }
}

/* --- IMPRESSÃO / PDF --- */
@media print {
    .container-cartoes {
        gap: 10mm;
        justify-content: center;
    }

    .visualizacao-cartao h3 {
        display: none;
    }
}

/* --- ELEMENTOR (ajustes visuais) --- */
.elementor-widget .cartao-frente,
.elementor-widget .cartao-verso {
    margin: 0 auto;
}

.elementor-section .container-cartoes {
    width: 100%;
    max-width: none;
}

/* --- CARTÃO - VERSO --- */
.cartao-verso {
    width: 63.1rem;
    height: 41.1rem;
    background: #ffffff;
    border: 2px solid #dee2e6;
    border-radius: 8px;
    padding: 4mm;
    position: relative;
    font-family: 'Arial', sans-serif;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Título dentro do cartão */
.titulo-cartao {
    font-family: "Allerta", sans-serif;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 2px;
    color: #333;
}

/* Linha com vários campos lado a lado */
.linha-cartao {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3px;
    align-items: center;
}

/* Campo com etiqueta e valor um em cima do outro */
.campo-cartao {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0px;
}

/* Etiqueta do campo (ex: "NOME") */
.etiqueta-campo {
    font-family: "Allerta", sans-serif;
    font-size: 1rem;
    letter-spacing: 0.02rem;
    background: #3c7aba;
    filter: saturate(1.3); /* Aumenta a saturação em 20%. Experimente valores como 1.1, 1.3, etc. */
    color: white;
    padding: 3px 13px;
    border-radius: 5.5px;
    font-weight: 600;
    margin-bottom: -0.3rem;
    margin-left: 0.4rem;
    min-width: fit-content;
    z-index: 1000;
}

/* Valor do campo */
.valor-campo {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    background: #e9e8e8;
    padding: 5px 6px;
    border-radius: 6px;
    color: #050006;
    min-height: 0px;
    display: flex;
    align-items: center;
    width: 100%;
}

/* Valor com destaque maior (ex: nome completo) */
.valor-campo.grande {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    border-radius: 6px;
    min-height: 14px;
}

/* Linha com campos de status lado a lado */
.linha-status {
    display: flex;
    justify-content: space-between;
    margin-top: 2px;
}

.campo-status {
    flex: 1;
    margin-right: 4px;
}

.campo-status:last-child {
    margin-right: 0;
}

/* Campo com cor de validade */
.validade {
    background: #91181d !important;
}/* End custom CSS */