/* Importação de fontes */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/* @import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&display=swap') !important; */

.home-bloco-desc {
    font-family: 'Zilla Slab', serif !important;
    font-weight: 600;
    font-size: 22px !important;
    color: #D14D42;
    margin-bottom: 20px;
    line-height: 1.2 !important;
}

/* Cores Bootstrap */
:root {
  --bs-danger: #D14D42 !important;
  --bs-danger-rgb: 209, 77, 66 !important;
}


div.home-bloco-img-header {
    height: 335px !important;
}

/*
.material-symbols-outlined {
  font-family: "Material Symbols Outlined", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  display: inline-block;
  white-space: nowrap;
  font-feature-settings: "liga";
  font-variation-settings:
    'FILL' 1, /* 0 = contornado | 1 = preenchido */
    'wght' 400,
    'GRAD' 0,
    'opsz' 48;
  font-size: 48px;
  color: #2c2c2c;
}
*/
.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  white-space: nowrap;
  direction: ltr;

  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}


.roboto-titulo {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.font-roboto {
  font-family: "Roboto", sans-serif !important;
  font-optical-sizing: auto !important;
  font-style: normal !important;
  font-variation-settings !important:
    "wdth" 100 !important;
}

.font-zilla-italic {
      font-family: 'Zilla Slab', serif;
      font-style: italic;
    }

h1, h2, h3, h4, .zilla-titulo {
  font-family: 'Zilla Slab', serif;
  font-weight: 600;
}

/* Tipografia base */
body,
p {
   font-family: "Merriweather", sans-serif !important;
    font-size: 15.5px !important;
    letter-spacing: .5px !important;
    line-height: 28px !important;
}

a {
    text-decoration: underline !important;
    color: inherit !important; 
    font-weight: inherit !important;
    font-style: inherit !important;
    /* font-family: 'Roboto Condensed'; */
    font-family: inherit !important;
}



ul {
    list-style-type: disc;
    font-family: "Merriweather", sans-serif;
    font-size: 15.5px !important;
    letter-spacing: .5px !important;
    line-height: 28px !important;
}

li {
    line-height: 28px !important;
}

/* Customização Bootstrap */
.rounded-pill {
    font-family: 'Roboto Condensed' !important;
    font-weight: 500 !important;
}


/* Títulos */
@media (max-width: 600px) {
    .u_content_heading h1 {
        font-size: 20px !important; /* Experimente com um valor menor */
        white-space: normal; /* Permite que o texto quebre naturalmente */
    }
}

/* Para telas ainda menores, se necessário */
@media (max-width: 400px) {
    .u_content_heading h1 {
        font-size: 18px !important; /* Experimente com um valor ainda menor */
        white-space: normal; /* Garante a quebra em telas menores também */
    }
}

h1 {
    font-family: 'Zilla Slab', serif;
    font-size: 3rem; /* 48px */
    font-weight: 600 !important;
    line-height: 1.2 !important;
    margin-bottom: 1rem !important;
}

h2 {
    font-family: 'Zilla Slab', serif;


}

.u_content_heading h1 {
    display: block;
    font-size: 32px !important;
    color: #2c2c2c;
    position: relative;
    text-align: center !important;
    white-space: normal;
    margin-bottom: 40px;
}

.u_content_heading h1 em{
    font-weight: 200;
}

/*.u_content_heading h1::before,*/
.u_content_heading h1::after {
    content: "";
    display: block;
    width: 60px;
    height: 6px;
    background-color: #d7322d;
    margin: 20px auto; /* espaço acima e abaixo do texto */
}


.u_content_heading h2 {
    position: relative;
    font-family: 'Zilla Slab', serif;
    font-size: 1.8rem !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    margin: 0;
    padding-bottom: 5px; /* espaço entre o texto e a linha */
    margin-top: 28px !important;
}

/*
.u_content_heading h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #808080;
}
*/

h3 {
    font-family: 'Zilla Slab', serif;
    font-size: 1.75rem; /* 28px */
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 0.5rem;
}

h4 {
    font-family: 'Zilla Slab', serif;
    font-size: 1.25rem; /* 20px */
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 0.5rem;
}

h5 {
    font-family: 'Zilla Slab', serif !important;
    /* font-size: 16px !important; */
}

.capitular::first-letter {
    float: left;
    font-size: 3em;
    font-family: 'Zilla Slab', serif;
    line-height: 1;
    padding-right: 0.15em;
    padding-left: 0.15em;
    font-weight: 400;
    border-left: 2px solid #d14d42;
    border-top: 2px solid #d14d42;
}

.separador-central {
    width: 60px;
    height: 6px;
    background-color: #d7322d;
    margin: 40px auto;
}

/* Ícones */

.no-sem-fim {
    display: inline-block;
    background-repeat: no-repeat;
    width: 120px;
    height: 100px;
    margin-top: 25px;
}

.roda-dourada {
    display: inline-block;
    background-repeat: no-repeat;
    width: 130px;
    height: 100px;
    margin-top: 25px;
}

.roda-bichos {
    display: inline-block;
    background-repeat: no-repeat;
    width: 130px;
    height: 100px;
    margin-top: 25px;
}

.flor-lotus {
    display: inline-block;
    background-repeat: no-repeat;
    width: 91px;
    height: 60px;
    margin-top: 5px;
}

.vajra-cruzado {
    display: inline-block;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    margin-top: 25px;
}

/* Estilos do container para desktop 
@media (min-width: 1024px) and (max-width: 1920px) {
    .container {
        width: 75% !important;
    }
}
*/

div.u-row {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 740px !important;
}

/* Estilos do accordion */

.accordion {
    margin-top: 30px;
}

.accordion-button {
    font-size: 1.2rem !important;
    font-weight: 500 !important;
}

.accordion-faq .accordion-button {
    background-color: #ffffff !important;
    border-radius: 0 !important;
}

.accordion-button:not(.collapsed) {
    color: #d14d42 !important;
}


/* Barra Superior */
main.pg-dinamica .flutuante-borda-branca .borda-branca {
    border: solid 1px #fff !important;
    width: 99% !important;
}

main.pg-dinamica .header-pagina .breve-chamada {
    font-family: 'Roboto Condensed' !important;
    font-size: medium !important;
    margin-top: 20px !important;
    text-transform: uppercase !important;
}

/* Menu superior */

header .navbar-nav .nav-link {
    font-size: 0.8rem;
    font-family: 'Roboto Condensed'!important;
    text-transform: uppercase;
    font-weight: 400 !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
    line-height: 15px;
}

header .navbar-nav .nav-link:hover {
    color: #D14D42 !important; /* cor que quiser ao passar o mouse */
}

.dropdown-menu {
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 4% !important;
    --bs-dropdown-border-width: none !important;
}

.dropdown-menu.show {
    display: block;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
}

a.dropdown-item {
    text-decoration: none !important;
}

/* Ajustes temporários */

.header-pagina .box-info {
    display: flex;
    flex-direction: column;
    justify-content: center; 
}

.header-pagina .box-info:has(.subtitulo) {
  justify-content: flex-end;
}

.header-pagina h1 {
    margin-top: 0; 
    font-family: 'Zilla Slab';
    font-size: 1.9rem !important;
    font-weight: bold;
    margin-bottom: unset !important;
}

main.pg-dinamica .header-pagina .subtitulo {
    font-size: 1.3rem !important;
    font-family: 'Zilla Slab';
    font-style: italic;
}

/* Retira o espaço em branco abaixo do FAQ */

#u_body {
  min-height: auto !important; /* ou 0, ou unset */
}


/* Imagens páginas */

.u_content_image img {
    max-width: none !important;
}

/* Imagem header */
main.pg-dinamica .header-pagina .fundo {
    /* background-size: auto !important; */
    background-position: center !important;
}


/* Páginas de conteúdo */
.caixa-resumo {
  border: 1px solid #ccc;
  padding: 35px;
  background-color: #f5f5f5;
}

.caixa-resumo h4 {
    font-family: 'Roboto Condensed';
}

.accordion-body {
    font-family: 'Merriweather';
    line-height: 160%;
}

.accordion-body p {
    font-size: 14px !important;
}

.accordion-body ul {
    list-style-type: disc;
    font-size: 14px !important;
}

.accordion-body li {
  margin-bottom: 15px;
}

/* Botões */

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #D14D42;
    --bs-btn-border-color: #D14D42;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #b5433a;
    --bs-btn-hover-border-color: #a53d34;
    --bs-btn-focus-shadow-rgb: 209, 77, 66;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #a53d34;
    --bs-btn-active-border-color: #93362f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #D14D42;
    --bs-btn-disabled-border-color: #D14D42;
}

a.btn.btn-primary.btn-lg {
    color: #fff !important;
    text-decoration: none !important;
    font-family: 'Zilla Slab';
    font-weight: 600 !important;
}

button.btn.btn-success.btn-lg.px-4 {
    font-family: 'Zilla Slab';
    font-weight: 600 !important;
    font-size: 17px !important;
}


a.btn.btn-danger {
    color: #fff !important;
    background-color: #d7322d !important;
}


/* Formulário inscrição */

.mb-0 {
    margin-bottom: 0 !important;
    font-family: 'Zilla Slab' !important;
    text-align: center;
}

h4.mb-0 {
    margin-bottom: 0 !important;
    font-family: 'Zilla Slab';
    color: white;
    text-align: center;
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: #d14d42 !important;

}

div.card-header.bg-light {
    color: #ffffff
}

span.badge.bg-light {
    --bs-bg-opacity: 1;
    background-color: #ffffff !important;
    border: #d6d6d6;
    border-width: 1px;
    border-style: solid;
}

.card-body h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 700;
    line-height: 1.2;
    color: var(--bs-heading-color);
    font-variant: all-petite-caps;
    font-family: 'Zilla Slab';
    letter-spacing: 1px;
    font-size: 1.1rem;
}

label.form-check-label {
    display: inline-block;
    font-family: 'Zilla Slab';
    font-variant-numeric: lining-nums;
    letter-spacing: 0.6px;
}

ul.list-unstyled {
    list-style: inside;
    font-family: 'Zilla Slab';
    font-variant-numeric: lining-nums;
    font-size: 1.3rem;
    font-weight: 500;
}

.btn-outline-secondary {
    font-family: 'Zilla Slab';
    text-decoration: none !important;
    margin: 10px;
}

div.container.mt-5.evento-detalhes-wrapper {
        width: 75% !important;
        font-family: 'Zilla Slab';
        font-variant-numeric: lining-nums;
        letter-spacing: 0.7px;
        /* display: none; */
    }

.text-muted {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color) !important;
    font-family: 'Zilla Slab';
}

.btn {
    font-family: 'Zilla Slab'!important;
    font-weight: 600 !important;
    text-decoration: none !important;
}

label {
    font-family: 'Zilla Slab';
    font-weight: 500;
}


input::placeholder {
  color: #999; /* cor do texto do placeholder */
  opacity: 0.3 !important;  /* força a opacidade total */
  font-style: italic !important; /* se desejar */
}


/* Caixas de destaque */

#cd {
    border: 1px solid #d7322d;
    margin: 25px auto;
    text-align: center;
    position: relative;
    padding: 40px 15px 15px 15px; /* espaço extra no topo para o título */
    background: #fff;
    max-width: 600px;
}

.titulo-destaque {
    background: #ffffff;
    font-family: 'Zilla Slab';
    font-weight: 600;
    color: #d7322d;
    padding: 0 10px;
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

.texto-destaque {
    font-family: 'Zilla Slab';
    font-weight: 500;
    font-size: 20px !important;
    color: #d7322d;
}

.texto-info {
    font-family: 'Zilla Slab';
    font-weight: 400;
    font-size: 18px !important;
    color: #d7322d;
}


/* Citações */

#ct {
    /* height: 150px; */
    /* width: 370px; */
    border: 1px solid #d7322d;
    margin: 50px auto;
    text-align: center;
    position: relative;
    /* color: #fff; */
    padding: 15px;

}

.citacao-nome {
    background: #ffffff;
    font-family: 'Roboto Condensed';
    font-weight: 400;
    color: #d7322d;
    padding: 0 10px;
    font-size: 17px;
    position: relative;
    top: 28px;
}

.citacao-titulo {
    background: #ffffff;
    font-family: 'Zilla Slab';
    font-weight: 600;
    color: #d7322d;
    padding: 0 10px;
    font-size: 20px;
    position: relative;
    top: -28px;
}

.corner {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 1px solid #fff;
    transform: rotate(-45deg);
    position: absolute;
    background: #ffffff;
}

#left_top {
  top: -16px;
  left: -16px;
  border-color: transparent transparent #d7322d transparent;
}
#right_top {
  top: -16px;
  right: -16px;
  border-color: transparent transparent transparent #d7322d;
}
#left_bottom {
  bottom: -16px;
  left: -16px;
  border-color: transparent #d7322d transparent transparent;
}
#right_bottom {
  bottom: -16px;
  right: -16px;
  border-color: #d7322d transparent transparent transparent;
}

.texto-citacao {
    font-family: 'Zilla Slab';
    font-weight: 500;
    font-size: 20px !important;
    color: #d7322d;
    margin-bottom: -20px;
    margin-top: 20px;
}


/* Tamanho das bandeiras */

.icon-bandeira-eua {
    width: 22px !important;
}

.icon-bandeira-brasil {
    width: 22px !important;
}

/* Pix */

/* .alert-info {
    --bs-alert-color: #ffffff !important;
    --bs-alert-bg: #000000 !important;
    --bs-alert-border-color: #ffffff !important;
    --bs-alert-link-color: #ffffff !important;
}
*/

input#pixCode.form-control.bg-light {
   color: #ffffff !important;
}

/* Carrinho */

.card-header {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    padding-top: 16px;
    margin-bottom: 0;
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
    font-family: 'Zilla Slab';
}


/* Temp */

span.badge.bg-secondary.ms-2 {
     display:none;
}

p.card-text.text-muted.mb-2 {
     display:none !important;
}

.inscricao-aviso {
    background-color: #ffe6e680;
    border-left: 4px solid #d7322d;
    padding: 1em;
    margin-bottom: 2em;
    margin-top: 2em;
}

/* Caixa para Eventos */

.caixa-encontros {
  max-width: 800px;
  margin: 7px auto;
  padding: 0 20px;
  font-family: 'Zilla Slab';
}

.caixa-encontros h2 {
    margin-bottom: 24px;
    font-size: 1.4em;
    font-weight: 600;
}

.caixa-linha {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.caixa-rotulo-datas {
    flex: 0 0 120px;
    font-weight: bold;
    margin-bottom: 4px;
    text-align: right;
    padding-right: 5%;
}

.caixa-rotulo {
  flex: 0 0 160px;
  font-weight: bold;
  margin-bottom: 4px;
  text-align: right;
  padding-right: 5%;
}

.caixa-conteudo {
  flex: 1;
  margin-bottom: 4px;
}

.icon-date-center {
  display: flex;
  align-items: center;
  gap: 8px;
}


/* Teste Cards Eventos */

/* Teste Eventos */

.eventos-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1200px;
    gap: 32px;
    margin: 0px auto;
}

.evento-card-novo {
    width: 275px;
    font-family: "Roboto Condensed", "Zilla Slab", Merriweather, Arial, sans-serif;
    display: flex;
    flex-direction: column;
    border-radius: 48px;
    padding: 0px 0px 24px;
    background: rgb(255, 255, 255);
}

.evento-img {
    width: 100%;
    height: 245px;
    object-fit: cover;
    display: block;
    border-top-left-radius: 122.47px;
    border-bottom-right-radius: 122.47px;
}

.evento-conteudo {
    display: flex;
    flex-direction: column;
    padding: 15px 10px 0px;
    flex: 1 1 0%;
}

.evento-data {
    display: flex
;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
}

.evento-titulo {
    margin-bottom: 16px;
    color: #D14D42;
    font-size: 24px;
    font-family: 'Zilla Slab', serif;
    font-weight: 700;
}

.evento-icone {
    font-size: 20px;
    color: #323232;
}

.evento-tipos {
    display: flex
;
    gap: 12px;
    margin-bottom: 12px;
}

.evento-tipo {
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    background: rgb(107, 107, 107);
    border-radius: 12px;
    padding: 0px 18px;
}

.evento-inscricoes {
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    width: fit-content;
    background: rgb(87, 203, 140);
    border-radius: 12px;
    padding: 0px 18px;
}

.evento-inscricoes-breve {
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    width: fit-content;
    background: rgb(209, 128, 66);
    border-radius: 12px;
    padding: 0px 18px;
}

.evento-descricao {
    color: #323232;
    font-size: 15px;
    font-family: 'Merriweather', serif;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 20px;
}
/* Responsivo: empilha em telas menores */
@media (max-width: 1150px) {
  .eventos-container {
    gap: 20px;
  }
  .evento-card-novo {
    width: 320px;
  }
}

@media (max-width: 1050px) {
  .eventos-container {
    flex-direction: column;
    align-items: center;
  }
}




main.pg-fora-site.pg-oferenda-lamparina-hoje li {
    background-color: #fff;
    margin-bottom: 8px;
    padding-left: 10px;
    text-transform: uppercase;
    border-left: none !important;

}

main.pg-fora-site.pg-oferenda-lamparina-hoje ul {
    padding-left: inherit;
}

/* Caixa Infos Eventos */
p.mb-0.font-zilla-italic {
    margin-bottom: 0 !important;
    font-family: 'Zilla Slab' !important;
    text-align: left;
}

/* Caixa Alertas Eventos */
.alerta-eventos {
    font-family: 'Zilla Slab', serif;
    border: 1.5px solid #d7322d !important;
    background: #fff !important;
    color: #d7322d !important;
    border-radius: 6px;
    font-size: 1.15rem;
    padding: 14px 18px;
    margin: 18px auto;
    /* max-width: 540px;*/
    text-align: center;
}

.alerta-eventos .titulo-sessoes {
    font-weight: 600;
    font-size: 1.17em;
    margin-bottom: 13px;
    display: block;
}

/* Testes */
#caixa-prog {    
    /* border-top: 1px solid #d7322d;
    margin: 25px auto;
    text-align: center;
    position: relative;
    padding: 40px 15px 15px 15px;
    background: #fff;
    max-width: 600px; */
}

.prog-titulo {
    font-family: 'Zilla Slab', serif;
    color: #d7322d;
    font-weight: 600;
}

.prog-tabela thead th {
    font-family: 'Zilla Slab', serif;
    color: #d7322d;
    font-size: 1.1rem;
    font-weight: 700;
}

.prog-tabela tbody td:first-child {
    font-weight: 700;
    font-size: 1.1rem;
}

.prog-tabela {
    font-family: 'Merriweather', serif;
}

.prog-link {
    color: #d7322d;
    font-weight: 500;
}

.prog-alerta {
    /* background: #fff5f5; opcional, pode remover se não quiser fundo */
    color: #d7322d !important;
    border: 1px solid #d7322d !important;
    font-family: 'Zilla Slab', serif;
    font-size: 1.15rem;
    font-weight: 500;
}

/* Card de Informação de Eventos */

.info-evento .col-md-6 .linha-card:not(:last-child) {
  border-bottom: 1px solid #dee2e6;
  height: 62px;
}

@media (max-width: 767.98px) {
  .info-evento .col-md-6 .linha-card {
    border-bottom: 1px solid #dee2e6;
    height: 62px;
  }
  .info-evento .col-md-6:last-child .linha-card:last-child {
    border-bottom: none;
  }
}


/* ====== Seção Membros (Bootstrap) ====== */
.text-danger-ods { color: #D14D42 !important; }

.membros-section {
  background: #fff;
}

.membro-card {
  border: 0;
  box-shadow: 0 2px 0 #eee;
  border-top: 4px solid #f0f0f0;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.membro-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0,0,0,.05);
  border-color: #D14D42;
}

.membro-titulo {
  font-family: 'Zilla Slab', serif;
  font-weight: 700;
  color: #D14D42;
  line-height: 1.1;
  letter-spacing: .5px;
  margin-bottom: .25rem;
}

.membro-ate {
  font-family: 'Zilla Slab', serif !important;
  color: #9b9b9b;
  font-style: italic;
  margin-top: .25rem;
}

.membro-preco {
  font-family: 'Zilla Slab', serif !important;
  font-weight: 700;
  font-size: 22px !important;
  margin: .25rem 0 .5rem;
  color: #222;
}

.membro-meta .small {
  font-family: 'Zilla Slab', serif !important;
  letter-spacing: .5px;
}

.btn-membro {
  font-family: 'Roboto Condensed', 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .5px;
  padding: .9rem 1rem;
  border-radius: .5rem;
  background-color: #D14D42;
  border-color: #D14D42;
}

.btn-membro:hover,
.btn-membro:focus {
  background-color: #b93e35;
  border-color: #b93e35;
}

.membro-nota {
  font-family: "Merriweather", sans-serif;
  color: #555;
}

/* Acessibilidade: foco claro nos cards */
.membro-card:focus-within {
  outline: 3px solid rgba(209,77,66,.3);
  outline-offset: 2px;
}