@charset "UTF-8";

* {
    box-sizing: border-box;
}

html, body {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
    overflow-x: hidden;
}

/* FORMATAÇÃO DO HEADER */
.logo-pascom {
    width: 250px;
    height: auto;
}

/* ACESSIBILIDADE */
.alto-contraste {
    background: black !important;
    color: yellow !important;
}

.cinza {
    filter: grayscale(100%);
}

.legivel {
    font-family: Arial, Helvetica, sans-serif !important;
}


/* FORMATAÇÃO DO CARROSSEL */
.carousel-container {
  position: relative;
  max-width: 800px;
  margin: auto;
  overflow: hidden;
}

.swiper {
  width: 100%;
  max-width: 900px;
  margin: 30px auto;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* FORMATAÇÃO DOS ARTIGOS */
.card-article {
  width: 100%;
  max-width: 800px;
  border: none;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.card-article img {
  height: 350px;
  object-fit: cover;
  width: 100%;
}

.card-body {
  padding: 20px;
  background-color: #fff;
}

.card-title {
  color: #037ABC;
  font-weight: bold;
}

.card-text {
  color: #444;
  font-size: 0.95rem;
}

.btn-ler {
  background-color: #252A78;
  border: none;
  color: #FFF;
  font-weight: 500;
}

.btn-ler:hover {
  background-color: #e0a20d;
}

.small.badge {
    display: block;
    margin-top: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.small-note {
    font-size: 0.9rem;
    color: var(--muted);
}

.cite-list {
    margin-left: 0; 
    padding-left: 1rem;
}

.ref {
    font-size: 0.9rem; 
    color: var(--muted);
}

/* LITURGIA DIÁRIA */
.liturgia-palavra p {
  font-size: 1rem;
  line-height: 1.6;
}

.liturgia-palavra {
    display: block;
    justify-content: flex-start;
    align-items: center;
    margin: 50px 40px;
    font-size: 13pt;
}

.citacao-leitura {
    color: #F00;
    text-align: center;
}

.caput-leitura h4 {
    color: #F00;
    text-align: center;
    text-transform: uppercase;
}

.epigrafe {
    text-align: right;
}

.corpo-leitura {
    margin: 30px;
    font-size: 14pt;
    text-align: justify;
}

.salmo {
    color: #F00;
    text-align: center;
}

.caput-aclamacao {
    color: #F00;
    text-transform: uppercase;
}

.versiculo-aclamacao {
    text-transform: none;
}

.evangelho {
    display: flex;
}

.citacao-evangelho {
    font-size: 13pt;
    font-weight: bold;
    text-align: center;
}

.imagem-cruz {
     flex: 1;
}

.evangelho img {
    width: 40px;
    height: 40px;
}

.texto-evangelho {
    flex: 1;
    padding: 10px;
    text-align: justify;
}

.resposta {
    color: #F00;
}

sup {
    color: #F00;
}

/* CALENDÁRIO */
.conteudo-calendario {
    text-align: center;
    max-width: 600px;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin: 20px auto;
}

.calendario {
    margin-bottom: 20px;
    width: 300px;
    margin: 20px auto;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.tabela-calendario tbody td {
    cursor: pointer;
    transition: background-color 0.2s, color 0.2s;
    font-weight: 500;
}

.tabela-calendario tbody td:hover {
    background-color: #e9ecef; 
}

.dia-corrente {
    background-color: #17a2b8 !important; 
    color: white !important; 
    font-weight: bold;
    border: 1px solid #17a2b8;
    border-radius: 4px; 
}

.dia-selecionado {
    background-color: #007bff !important;
    color: white !important; 
    font-weight: bold;
    border: 1px solid #0056b3;
    border-radius: 4px;
}

.dia-corrente.dia-selecionado {
    background-color: #0056b3 !important;
}

/* VOLTAR AO TOPO */
.voltar-ao-topo {
    position: fixed;
    bottom: 100px;
    right: 30px;
    background-color: #FDB513;
    color: #FFF;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    display: none;
}

.voltar-ao-topo:hover {
    background-color: #6CBF49;
    color: #FFF;
}

h2 {
    color: #6BC047;
}

h3 {
    color: #017BBA;
}

strong {
    color: #3F48CC;
}

em {
    color: #FF2C03;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #6BC047;
}


blockquote {
    margin: 1rem 1.25rem;
    padding: 0.75rem 1rem;
    background: #f7f9fa;
    border-left: 4px solid #d0e7f2
}

/* RODAPÉ */

footer {
    background-color: #252A78;
    color: #EEE;
    text-align: left;
}

.informacoes {
    display: flex;
}

.informacoes img {
    width: 80px;
    margin-left: 15px;
    border-radius: 50px;
}

.copyright {
    margin-left: 15px;
}

.privacidade {
    text-align: right;
    flex: 1;
    margin-right: 20px;
    margin-top: 20px;
}

.privacidade a {
    text-decoration: none;
    color: #FFF;
}

@media (max-width: 480px) {
    /* ARTIGOS */
    .mais-lidos {
        margin-top: 50px;    
    }
    
    /* LITURGIA */
    .liturgia-palavra {
        margin: 0;
        text-align: left;
    }
    
    /* RODAPÉ */
    footer {
        clear: both;
        text-align: left;
        display: block;
    } 
    
    .informacoes {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .informacoes img {
        width: 50px;
    }
    
    .privacidade {
        text-align: center;
        margin-left: 20px;
        margin-top: 10px;
        margin-right: 0;
    }
}

