@import url('https://fonts.googleapis.com/css2?family=Hina+Mincho&display=swap');

:root {
    --cor-fundo: #F8F0E2;
    --cor-primaria: rgb(146, 15, 15); /* Alterado aqui */
    --cor-texto:  rgb(146, 15, 15);
}

/* Reset básico */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body {
    font-family: 'Hina Mincho', serif;
    background: var(--cor-fundo);
    color: var(--cor-texto);
}
header{
    position: sticky;
}

/* Tipografia */
h1.titulo {
    font-size: 2.5rem;
    margin-bottom: 1rem;

}

p.texto {
    font-size: 1.2rem;
    line-height: 1.6;
}
/* -----------Animações------------ */
/*textos*/
@-webkit-keyframes tracking-in-expand-fwd-bottom{0%{letter-spacing:-.5em;-webkit-transform:translateZ(-700px) translateY(500px);transform:translateZ(-700px) translateY(500px);opacity:0}40%{opacity:.6}100%{-webkit-transform:translateZ(0) translateY(0);transform:translateZ(0) translateY(0);opacity:1}}
@keyframes tracking-in-expand-fwd-bottom{0%{letter-spacing:-.5em;-webkit-transform:translateZ(-700px) translateY(500px);transform:translateZ(-700px) translateY(500px);opacity:0}40%{opacity:.6}100%{-webkit-transform:translateZ(0) translateY(0);transform:translateZ(0) translateY(0);opacity:1}}
.tracking-in-expand-fwd-bottom{-webkit-animation:tracking-in-expand-fwd-bottom .8s cubic-bezier(.215,.61,.355,1.000) both;animation:tracking-in-expand-fwd-bottom .8s cubic-bezier(.215,.61,.355,1.000) both}
/*imagens*/

@-webkit-keyframes scale-up-hor-center{0%{-webkit-transform:scaleX(.4);transform:scaleX(.4)}100%{-webkit-transform:scaleX(1);transform:scaleX(1)}}
@keyframes scale-up-hor-center{0%{-webkit-transform:scaleX(.4);transform:scaleX(.4)}100%{-webkit-transform:scaleX(1);transform:scaleX(1)}}
.img{-webkit-animation:scale-up-hor-center .8s cubic-bezier(.39,.575,.565,1.000) both;animation:scale-up-hor-center .8s cubic-bezier(.39,.575,.565,1.000) both}
/*importaçoes do banco*/

@-webkit-keyframes scale-up-hor-center{0%{-webkit-transform:scaleX(.4);transform:scaleX(.4)}100%{-webkit-transform:scaleX(1);transform:scaleX(1)}}
@keyframes scale-up-hor-center{0%{-webkit-transform:scaleX(.4);transform:scaleX(.4)}100%{-webkit-transform:scaleX(1);transform:scaleX(1)}}
.eventos{-webkit-animation:scale-up-hor-center 2s cubic-bezier(.39,.575,.565,1.000) both;animation:scale-up-hor-center 2s cubic-bezier(.39,.575,.565,1.000) both}
div.liturgia-container{-webkit-animation:scale-up-hor-center 2s cubic-bezier(.39,.575,.565,1.000) both;animation:scale-up-hor-center 2s cubic-bezier(.39,.575,.565,1.000) both}
iframe{-webkit-animation:scale-up-hor-center 1s cubic-bezier(.39,.575,.565,1.000) both;animation:scale-up-hor-center 1s cubic-bezier(.39,.575,.565,1.000) both}

@-webkit-keyframes scale-up-hor-center{0%{-webkit-transform:scaleX(.4);transform:scaleX(.4)}100%{-webkit-transform:scaleX(1);transform:scaleX(1)}}
@keyframes scale-up-hor-center{0%{-webkit-transform:scaleX(.4);transform:scaleX(.4)}100%{-webkit-transform:scaleX(1);transform:scaleX(1)}}
div.qrcode-container{-webkit-animation:scale-up-hor-center .4s cubic-bezier(.39,.575,.565,1.000) both;animation:scale-up-hor-center .4s cubic-bezier(.39,.575,.565,1.000) both}


@-webkit-keyframes kenburns-top{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0);-webkit-transform-origin:50% 16%;transform-origin:50% 16%}100%{-webkit-transform:scale(1.1) translateY(-15px);transform:scale(1.1) translateY(-15px);-webkit-transform-origin:top;transform-origin:top}}
@keyframes kenburns-top{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0);-webkit-transform-origin:50% 16%;transform-origin:50% 16%}100%{-webkit-transform:scale(1.1) translateY(-15px);transform:scale(1.1) translateY(-15px);-webkit-transform-origin:top;transform-origin:top}}
#SaoJudas{-webkit-animation:kenburns-top 1s cubic-bezier(.445,.05,.55,.95) reverse both;animation:kenburns-top 1s cubic-bezier(.445,.05,.55,.95) reverse both}
/*saidas*/

@-webkit-keyframes scale-out-horizontal{0%{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}100%{-webkit-transform:scaleX(0);transform:scaleX(0);opacity:1}}
@keyframes scale-out-horizontal{0%{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}100%{-webkit-transform:scaleX(0);transform:scaleX(0);opacity:1}}
.scale-out-horizontal{-webkit-animation:scale-out-horizontal .5s cubic-bezier(.55,.085,.68,.53) both;animation:scale-out-horizontal .5s cubic-bezier(.55,.085,.68,.53) both}
.scale-out-horizontalmap{-webkit-animation:scale-out-horizontal .5s cubic-bezier(.55,.085,.68,.53) both;animation:scale-out-horizontal .5s cubic-bezier(.55,.085,.68,.53) both}
/*-----------------------------------*/

svg.onda {
    position: absolute;
    bottom: -1rem;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1;
}


.section-padrao {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 5rem 2rem; /* <-- AJUSTE O PADDING (ex: 5rem vertical, 2rem horizontal) */
    text-align: center;
}

#BoasVindas {
    font-size: 1.5em;
}

.scroll-mouse {
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
}

.mouse {
    width: 26px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 20px;
    position: relative;
    background: rgba(0,0,0,0.15);
    margin-bottom: 8px;
}

.wheel {
    width: 6px;
    height: 14px;
    background: #cfcfcf;
    border-radius: 3px;
    position: absolute;
    left: 50%;
    top: 14px;
    transform: translateX(-50%);
    animation: wheelMove 1.5s infinite;
    opacity: 0.8;
}

@keyframes wheelMove {
    0% { top: 14px; opacity: 0.8; }
    50% { top: 32px; opacity: 0.3; }
    100% { top: 14px; opacity: 0.8; }
}

.section-full {
    position: relative;
    flex-direction: column;
    color: var(--cor-fundo);
}

.section-full h1 {
    font-size: 3em;
    z-index: 1;
}

#SaoJudas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    filter: brightness(45%);
}

#HomePG2 .linha {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color:  rgb(146, 15, 15);
    padding: 5%;
}

.itens-esquerda {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.itens-esquerda h1 {
    font-size: 4em;
}

.links-sociais {
    display: flex;
    gap: 20px;
}

.linha {
    width: 100%;
    padding: 5%;
    background: var(--cor-fundo);
}
/*midias sociais*/
.links-sociais a {
    display: inline-block;
    margin: 0 0.5rem;
    padding: 0.8rem 1.5rem;
    border-radius: 8px;
    background: var(--cor-primaria);
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.links-sociais a:hover {
      transform: scale(0.91);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  color: crimson;
  cursor: pointer;
  background-color: antiquewhite;
  transition-duration: 0.3s;
}

#HomePG3 .linha {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 5%;

}

#HomePG3 h1 {
    font-size: 3em;
}

#HomePG3 p {
    font-size: 1.5rem;
}

#HomePG3 #video {
    width: 70%;
    height: 70vh;
    border-radius: 12px;
}

#HomePG4 .linha {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 10%;
}

#HomePG4 h1 {
    font-size: 3em;
}

#HomePG4 p {
    font-size: 1.3rem;
    margin-bottom: 20px;
}

/* HomePG5 - estilo igual ao HomePG2 */
#HomePG5 .linha {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 5%;
}

#HomePG5 .itens-direita {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 40px;
    padding: 20px;
    text-align: center;
    align-items: center;
}

#HomePG5 .itens-direita h1 {
    font-size: 3em;
}

#HomePG5 .itens-direita p {
    font-size: 1.2rem;
    line-height: 1.6;
    text-align: justify;
    margin-top: 20px;
}

#HomePG5 .img {
    width: 50%;
    flex-shrink: 0;        /* Impede a imagem de encolher */
    height: 30;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px;
    filter: brightness(85%);
}


/* ... (todo o seu CSS existente) ... */

/* ==========================================================================
   7. Seção da Liturgia Diária (Design Moderno)
   ========================================================================== */

.liturgia-moderna-container {
    max-width: 800px;
    margin: 3rem auto 0 auto;
    background-color: var(--cor-superficie, #fff);
    border: 1px solid var(--cor-borda, #E0E0E0);
    border-radius: var(--raio-borda, 8px);
    box-shadow: var(--sombra-padrao, 0 4px 12px rgba(0,0,0,0.08));
    overflow: hidden;
}

.liturgia-header {
    padding: 1.5rem 2rem;
    background-color: #f9f9f9;
    border-bottom: 1px solid var(--cor-borda, #E0E0E0);
}

.liturgia-header h2 {
    font-size: 1.5rem;
    margin: 0;
    color: var(--cor-texto, #333);
}

.liturgia-header p {
    margin: 0.25rem 0 0 0;
    font-size: 1rem;
    color: var(--cor-texto-suave, #666);
}

.liturgia-cor {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-left: 0.5rem;
    border: 1px solid rgba(0,0,0,0.1);
}

.leituras-accordion {
    padding: 1rem 0;
}

.leitura-item {
    border-bottom: 1px solid var(--cor-borda, #E0E0E0);
}
.leitura-item:last-child {
    border-bottom: none;
}

.leitura-header {
    padding: 1.25rem 2rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.2s ease;
}

.leitura-header:hover {
    background-color: #f9f9f9;
}

.leitura-header h3 {
    margin: 0;
    font-size: 1.2rem;
    color: var(--cor-primaria, #8C1D18);
}

.leitura-header .ref {
    font-family: var(--fonte-principal, sans-serif);
    font-size: 0.9rem;
    color: var(--cor-texto-suave, #666);
}

.leitura-header .toggle-icon {
    font-size: 1.5rem;
    transition: transform 0.3s ease;
}

.leitura-conteudo {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
    padding: 0 2rem;
    font-size: 1rem;
    line-height: 1.7;
}

.leitura-conteudo .refrao {
    font-style: italic;
    color: var(--cor-texto-suave, #666);
    margin-bottom: 1.5rem;
}

/* Estado ativo do accordion */
.leitura-item.is-active .leitura-conteudo {
    max-height: 1000px; /* Um valor alto para permitir qualquer tamanho de conteúdo */
    padding: 0 2rem 1.5rem 2rem;
}

.leitura-item.is-active .toggle-icon {
    transform: rotate(45deg);
}
/* --------- Seção QRCode --------- */
.section-padrao {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    -webkit-animation:scale-up-center .4s cubic-bezier(.39,.575,.565,1.000) both;animation:scale-up-center .4s cubic-bezier(.39,.575,.565,1.000) both;
}

.qrcode-section {
    width: 100%;                 
    min-height: 100vh;          
    display: block;              
    padding: 5%;
    text-align: left;            
    background: var(--cor-fundo);         
}

.qrcode-section .qrcode-linha {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    width: 100%;
}


.qrcode-texto {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.qrcode-texto h2 {
    font-size: 3rem;
    color: var(--cor-primaria);
}

.qrcode-texto p {
    font-size: 1.5rem;
    line-height: 1.6;
    text-align: justify;
    color: var(--cor-primaria);
}

.qrcode-img {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(255, 255, 255);
    border-radius: 12px;
    margin-bottom: 10px;
}
.qrcode-container{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 2rem;
    background: var(--cor-primaria);
    color: var(--cor-fundo);
    border-radius: 18px;
}
.qrcode-container p{
    font-size: 1.5rem;
}
.qrcode-img img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}

.img,

iframe {
    width: 60%;
    height: auto;
    margin: 1.5rem auto;
    display: block;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px;
}

.icon {
    width: 4%;
    height: auto;
    margin: 1.5rem auto 0 auto;
    display: block;
    border-radius: 8px;
}

#whatsapp, #instagram, #facebook {
    cursor: pointer;
}


/* Cards de eventos */
.eventos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    
}

.card {
    flex: 1 1 16%;
    height: auto;
    background: var(--cor-primaria);
    color: var(--cor-fundo);
    padding: 1rem;
    border-radius: 8px;
    text-align: start;
    transition: transform 0.2s;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px}

.card h2 {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
}

.card p {
font-size: 1.3rem;
    line-height: 1.4;
}

.card:hover {
    transform: translateY(-5px);
    transform: scale(1.09);
    
}

.calendario-semanal-container {
    width: 100%;
    max-width: 1200px; /* Limita a largura máxima em telas grandes */
    margin: 3rem auto 0 auto;
    padding: 0;
}

.calendario-grid {
    display: grid;
    /* Cria 7 colunas de largura igual */
    grid-template-columns: repeat(7, 1fr);
    gap: 1.5rem; /* Espaçamento entre as colunas */
}

.dia-coluna {
    display: flex;
    flex-direction: column;
    gap: 1rem; /* Espaçamento entre os eventos dentro de uma coluna */
}

.dia-header {
    font-family: var(--fonte-titulos, serif);
    font-size: 1.2rem;
    font-weight: bold;
    color: var(--cor-primaria, #8C1D18);
    padding-bottom: 0.75rem;
    border-bottom: 2px solid var(--cor-primaria, #8C1D18);
    margin-bottom: 0.5rem;
    text-align: center;
}

.evento-item {
    background-color: var(--cor-superficie, #fff);
    border-radius: var(--raio-borda, 8px);
    padding: 1rem;
    box-shadow: 0 2px 5px rgba(0,0,0,0.07);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-align: left;
}

.evento-item:hover {
    transform: translateY(-4px);
    box-shadow: var(--sombra-padrao, 0 4px 12px rgba(0, 0, 0, 0.08));
}

.evento-item .horario {
    font-weight: bold;
    color: var(--cor-texto, #333);
    display: block;
    margin-bottom: 0.25rem;
}

.evento-item .titulo {
    font-size: 0.95rem;
    color: var(--cor-texto-suave, #666);
    margin: 0;
}

.sem-eventos {
    font-style: italic;
    font-size: 0.9rem;
    color: var(--cor-texto-suave, #666);
    text-align: center;
    padding: 1rem;
}

/* --------- Sacramentos --------- */
#Sacramentos {
   display: flex;
  flex-direction: column;
  align-items: stretch;         /* children ocupam largura disponível */
  justify-content: flex-start;  /* evita centralização vertical */
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  -webkit-animation:scale-up-center .4s cubic-bezier(.39,.575,.565,1.000) both;animation:scale-up-center .4s cubic-bezier(.39,.575,.565,1.000) both;
  min-height: auto;   
}
#Sacramentos .linha {
    display: flex;
    flex-direction: column; /* Garante que título, subtítulo e cards fiquem em coluna */
    justify-content: flex-start; /* Evita centralização vertical */
}
#Sacramentos h1 {
    font-size: 3em;
    margin-bottom: 10px;
    color: var(--cor-primaria);
}

#Sacramentos p {
    font-size: 1.3rem;
    margin-bottom: 30px;
    color: #333;
}

#Sacramentos .cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
}

#Sacramentos .card {
    flex: 1 1 300px;
    background: var(--cor-primaria);
    color: #ffe1a8;
    padding: 1.5rem;
    border-radius: 10px;
     word-break: break-word;
    white-space: large;
    text-align: left;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}



#Sacramentos .card h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    color: #ffe1a8;
}

#Sacramentos .card .valor {
    font-weight: bold;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
    color: #ffe1a8;
}

#Sacramentos .card .descricao {
    font-size: 1rem;
    line-height: 1.5;
    color: #f8f8f8;
}
#HomeEventos h1 {
    margin-bottom: 1rem;
}

.eventos-home-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    width: 100%;
    margin-top: 3rem;
}

.evento-card-home {
    /* CORREÇÃO 1: Tamanho do card */
    flex: 0 1 350px; 
    background-color: var(--cor-superficie, #fff);
    border-radius: var(--raio-borda, 8px);
    box-shadow: var(--sombra-padrao, 0 4px 12px rgba(0,0,0,0.08));
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.evento-card-home:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.evento-card-home-img-container {
    width: 100%;
    height: 200px;
    position: relative;
    background-color: #f0f0f0;
}

.evento-card-home-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.evento-card-home-data {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background-color: var(--cor-primaria, #8C1D18);
    color: #fff;
    padding: 0.5rem 0.75rem;
    border-radius: 6px;
    text-align: center;
    font-weight: bold;
    line-height: 1.2;
}

.evento-card-home-data .dia {
    font-size: 1.5rem;
    display: block;
}

.evento-card-home-data .mes {
    font-size: 0.9rem;
    display: block;
    text-transform: uppercase;
}

.evento-card-home-body {
    padding: 1.5rem;
}

.evento-card-home-body h3 {
    font-family: var(--fonte-titulos, serif);
    font-size: 1.5rem; 
    color: var(--cor-texto, #333);
    margin: 0 0 0.5rem 0;
}

.evento-card-home-body .local {
    /* CORREÇÃO 3: Tamanho do Subtexto */
    font-size: 1rem; /* Aumentado para melhor legibilidade e padrão */
    color: var(--cor-texto-suave, #666);
}
/* Botões */
.btn {
    display: inline-block;
    padding: 0.8rem 1.5rem;
    border: none;
    border-radius: 20px;
    background: var(--cor-primaria);
    color: #fff;
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
    font-family: 'Hina Mincho', serif;
}

.btn:hover {
  transform: scale(0.91);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  color: crimson;
  cursor: pointer;
  background-color: antiquewhite;
  transition-duration: 0.3s;
}

/* ==========================================================================
   Estilos para a Página Pública de Pastorais
   ========================================================================== */

.pastorais-header {
    text-align: center;
    position: relative;
    padding: 5rem 2rem;
    background-color: var(--cor-superficie, #fff);
    border-bottom: 1px solid var(--cor-borda, #E0E0E0);
    position: relative; /* Ativa o controle de camada */
    z-index: 1;
}
.pastorais-header h1 {
    font-size: 3rem;
}
.pastorais-header p {
    font-size: 1.2rem;
    color: var(--cor-texto-suave, #666);
    max-width: 800px;
    margin: 1rem auto 0 auto;
    line-height: 1.7;
}

.pastorais-container {
    padding: 5rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.pastorais-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2.5rem;
}

.pastoral-card {
    background-color: var(--cor-superficie, #fff);
    border: 1px solid var(--cor-borda, #E0E0E0);
    border-radius: var(--raio-borda, 8px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.pastoral-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.pastoral-card .card-body {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.pastoral-card h3 {
    font-size: 1.8rem;
    color: var(--cor-primaria, #8C1D18);
    margin-bottom: 1.5rem;
}

.pastoral-card .info-item {
    font-size: 1.5rem;
    color: var(--cor-texto-suave, #666);
    line-height: 1.7;
    margin-bottom: 1.5rem;
}
.pastoral-card .info-item:last-child {
    margin-bottom: 0;
}
.pastoral-card .info-item strong {
    color: var(--cor-texto, #333);
    display: block;
    margin-bottom: 0.5rem;
    font-family: var(--fonte-titulos, serif);
}

/* --- Responsividade --- */
@media (max-width: 600px) {
    .pastorais-header { padding: 3rem 1rem; }
    .pastorais-header h1 { font-size: 2.2rem; }
    .pastorais-container { padding: 3rem 1rem; }
    .pastoral-card .card-body { padding: 1.5rem; }
}
/* =================================
   ESTILO DO VÍDEO RESPONSIVO (HOME)
   ================================= */

/*
 * 1. O "Container" (A caixa mágica)
 * Este 'div' cria uma caixa que mantém a proporção de 16:9 (o formato
 * padrão do YouTube).
 */
.video-responsive-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* Mantém a proporção 16:9 (Correto) */
    
    margin: 20px auto 0 auto; /* Centra o vídeo na 'linha' */
    border-radius: 8px; /* Cantos arredondados */
}

/* Este código não precisa de alteração */
.video-responsive-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 70%;
    height: 70%;
    border: 0; /* Remove a borda padrão do iframe */
}
