/* =======================================
   CONTAINER DA PÁGINA DA ORAÇÃO
======================================= */

.container-oracao{
    width:100%;
    max-width:1145px;
    margin:25px auto;
    padding:20px;
    box-sizing:border-box;
}

/* =======================================
   CAIXA DA ORAÇÃO
======================================= */

.box-oracao{
    width:100%;
    background:#fff;
    padding:25px;
    padding-bottom:55px;
    border-radius:15px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    margin-bottom:25px;
    box-sizing:border-box;
    position:relative;
    overflow:hidden;
}


.box-oracao h1{
    text-align:center;
    font-size:36px;
    line-height:1.3;
}


.box-oracao .descricao{
    font-size:24px;
    color:#666;
    margin-bottom:15px;
}

.box-oracao p{
    font-size:25px;
    line-height:1.6;
}


/* =======================================
   INTRODUÇÃO DA ORAÇÃO
======================================= */

.conteudo-oracao > p:not(.descricao){

    font-size:20px;

    line-height:1.7;

    color:#555;

    text-align:center;

}

/* =======================================
   AÇÕES
======================================= */

.acoes{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:12px;
    flex-wrap:wrap;
    background:#fff;
    padding:18px;
    border-radius:12px;
    box-shadow:0 3px 10px rgba(0,0,0,.08);
}

.texto-ajuda{
    width:100%;
    text-align:center;
    margin:0 auto 12px;
    font-size:16px;
    font-weight:500;
    color:#000;
}

.btn-rezar{
    background:linear-gradient(135deg,#00edff,#ed4c4c);
    color:#000;
    font-size:20px;
    padding:10px 18px;
    border:none;
    border-radius:30px;
    cursor:pointer;
    font-weight:bold;
    box-shadow:0 4px 10px rgba(0,0,0,.15);
    animation:pulse 2s infinite;
}

.contador-rezei{
    background:#fff7df;
    padding:9px 14px;
    border-radius:25px;
    font-weight:bold;
    font-size:14px;
}

.acoes a{
    text-decoration:none;
    font-weight:bold;
    color:#4a6fa5;
}


.btn-facebook,
.btn-whatsapp{

    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;

    padding:10px 18px;

    border-radius:25px;

    color:#fff !important;

    font-weight:bold;

    text-decoration:none;

    transition:.2s;

}


.btn-facebook{

    background:#1877f2;

}


.btn-whatsapp{

    background:#25d366;

}


.btn-facebook:hover,
.btn-whatsapp:hover{

    transform:scale(1.05);

}


.btn-facebook i,
.btn-whatsapp i{

    font-size:20px;

}


.texto-compartilhar{
    margin:0 5px;
    font-size:16px;
    font-weight:600;
    color:#666;
}

@keyframes pulse{
    0%{transform:scale(1);}
    50%{transform:scale(1.06);}
    100%{transform:scale(1);}
}

/* =======================================
   PLAYER DE ÁUDIO
======================================= */

.player-audio{
    margin-top:20px;
    padding:18px;
    background:#f8fbff;
    border:1px solid #d9e6f2;
    border-radius:14px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}

.texto-audio{
    width:100%;
    margin:0 0 12px;
    text-align:center;
    font-size:17px;
    font-weight:600;
    color:#b99c02;
    line-height:1.4;
}

.player-audio button{
    border:none;
    padding:14px 22px;
    border-radius:30px;
    cursor:pointer;
    font-weight:bold;
    font-size:16px;
    color:#fff;
    background:linear-gradient(135deg,#142844,#214a77);
    box-shadow:0 4px 12px rgba(0,0,0,.12);
    transition:.2s;
}

.player-audio button:hover{
    transform:scale(1.03);
}

/* =======================================
   GUIA DA ORAÇÃO
======================================= */

.guia-oracao{
    margin-top:20px;
    background:#f7f7f7;
    padding:20px;
    border-radius:12px;
    box-shadow:0 3px 10px rgba(0,0,0,.06);
}

.guia-oracao h2{
    margin:0 0 18px;
    font-size:24px;
    color:#1b3f68;
    text-align:center;
}

.guia-oracao p{
    font-size:18px;
    line-height:1.7;
    color:#444;
}

/* =======================================
   ORAÇÕES RELACIONADAS
======================================= */

.relacionadas{

    margin-top:30px;

    background:#fff;

    padding:25px;

    border-radius:15px;

    box-shadow:0 5px 20px rgba(0,0,0,.08);

}


.relacionadas h2{

    margin:0 0 18px;

    font-size:28px;

    color:#1b3f68;

    text-align:center;

}


.relacionadas-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:16px;

}


.rel-card{

    display:block;

    background:#fff;

    border:1px solid #e0e0e0;

    border-radius:15px;

    overflow:hidden;

    text-decoration:none;

    color:inherit;

    transition:.3s;

    box-shadow:0 4px 12px rgba(0,0,0,.08);

}


.rel-card:hover{

    transform:translateY(-4px);

    box-shadow:0 8px 20px rgba(0,0,0,.12);

}


/* IMAGEM */

.rel-card img{

    width:100%;

    height:170px;

    object-fit:cover;

    display:block;

}


.rel-card img{

width:100%;

height:170px;

object-fit:cover;

display:block;

}


/* TITULO */

.rel-card h3{

    margin:15px 15px 10px;

    font-size:20px;

    color:#16385d;

}


/* DESCRIÇÃO */

.rel-card p{

    margin:0 15px 15px;

    font-size:15px;

    line-height:1.6;

    color:#555;

}


/* BOTÃO */

.rel-card::after{

    content:"📖 LER ORAÇÃO";

    display:block;

    margin:0 15px 18px;

    background:#8f0000;

    color:#fff;

    text-align:center;

    padding:10px;

    border-radius:8px;

    font-weight:bold;

    font-size:14px;

}


@media(max-width:768px){

    .relacionadas-grid{

        grid-template-columns:1fr;

    }


    .rel-card img{

        height:200px;

    }

}

/* =======================================
   RESPONSIVO
======================================= */

@media(max-width:768px){

.container-oracao{
    padding:12px;
}

.texto-compartilhar{
    display:block;
    width:100%;
    text-align:center;
    margin:15px 0 10px;
    font-size:16px;
    font-weight:600;
    color:#666;
}

.box-oracao{
    padding:20px;
    padding-bottom:50px;
}

.box-oracao h1{
    font-size:33px;
}

.box-oracao .descricao{
    font-size:20px;
}

.box-oracao p{
    font-size:25px;
}

.conteudo-oracao > p:not(.descricao){

    font-size:17px;

    line-height:1.6;

}

.relacionadas{
    padding:20px;
}

.relacionadas h2{
    font-size:24px;
}

.relacionadas-grid{
    grid-template-columns:1fr;
}



.rel-card h3{
    font-size:18px;
}

.rel-card p{
    font-size:14px;
}

.guia-oracao p{
    font-size:17px;
}

.texto-audio{
    font-size:15px;
}

}

.versiculo-dia{

margin-top:35px;

}


.versiculo-dia h2{

text-align:center;

font-size:24px;

margin-bottom:20px;

color:#16385d;

}



.card-versiculo{

display:flex;

background:#fff;

border-radius:18px;

overflow:hidden;

text-decoration:none;

color:inherit;

box-shadow:0 5px 20px rgba(0,0,0,.12);

}



.card-versiculo img{

width:280px;

height:160px;

object-fit:cover;

}



.card-versiculo div{

padding:20px;

}



.card-versiculo h3{

margin:0 0 10px;

font-size:22px;

color:#16385d;

}



.card-versiculo p{

font-size:16px;

color:#666;

line-height:1.5;

}



@media(max-width:700px){

.card-versiculo{

flex-direction:column;

}


.card-versiculo img{

width:100%;

height:200px;

}

}

.imagem-oracao{

    width:100%;

    max-width:900px;

    height:auto;

    display:block;

    margin:25px auto;

    border-radius:15px;

}


/* =======================================
   ÍNDICE PREMIUM DA ORAÇÃO
======================================= */


.indice-oracao{

background:
linear-gradient(
135deg,
#ffffff,
#f7f9fc
);

padding:30px;

margin:35px 0;

border-radius:20px;

border:1px solid #e3e9f0;

box-shadow:
0 10px 30px rgba(0,0,0,.08);

}



.indice-oracao h2{

text-align:center;

font-size:28px;

color:#16385d;

margin-top:0;

margin-bottom:25px;

}




.indice-grid{

display:grid;

grid-template-columns:
repeat(auto-fit,minmax(250px,1fr));

gap:15px;

}




.indice-grid a{


display:flex;

align-items:center;


background:#fff;


padding:18px;


border-radius:14px;


text-decoration:none;


font-weight:700;


color:#16385d;


border:1px solid #dfe7ef;


box-shadow:
0 4px 12px rgba(0,0,0,.05);


transition:.25s;


}



.indice-grid a:hover{


background:#16385d;


color:#fff;


transform:translateY(-4px);


box-shadow:
0 10px 20px rgba(0,0,0,.12);


}



@media(max-width:768px){


.indice-oracao{

padding:20px;

}


.indice-grid{

grid-template-columns:1fr;

}


}


/* =======================================
   FAQ ORAÇÃO - ACORDEÃO PREMIUM
======================================= */


.faq-oracao{

    margin-top:35px;

    background:#fff;

    padding:30px;

    border-radius:20px;

    box-shadow:
    0 10px 30px rgba(0,0,0,.08);

    border:1px solid #e3e9f0;

}



.faq-oracao h2{

    margin-top:0;

    margin-bottom:25px;

    text-align:center;

    font-size:30px;

    color:#16385d;

    font-weight:800;

}



/* ITEM */

.faq-item{

    border:1px solid #dfe7ef;

    border-radius:14px;

    overflow:hidden;

    margin-bottom:14px;

    background:#fff;

}



/* PERGUNTA */

.faq-pergunta{

    width:100%;

    padding:18px 20px;

    background:#f8fbff;

    border:none;

    cursor:pointer;

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:15px;

    text-align:left;

    font-size:18px;

    font-weight:700;

    color:#16385d;

    line-height:1.4;

    transition:.25s;

}



.faq-pergunta:hover{

    background:#edf5ff;

}



/* SETA */

.seta{

    font-size:24px;

    flex-shrink:0;

    transition:.3s;

}



/* RESPOSTA FECHADA */

.faq-resposta{

    max-height:0;

    overflow:hidden;

    padding:0 20px;

    background:#fff;

    transition:

    max-height .35s ease,

    padding .35s ease;

}



/* RESPOSTA ABERTA */

.faq-item.ativo .faq-resposta{

    max-height:500px;

    padding:18px 20px;

}



/* GIRO DA SETA */

.faq-item.ativo .seta{

    transform:rotate(180deg);

}



/* TEXTO DA RESPOSTA */

.faq-resposta p{

    margin:0;

    font-size:17px;

    line-height:1.8;

    color:#555;

}



/* ==============================
   CELULAR
============================== */


@media(max-width:768px){


.faq-oracao{

    padding:20px;

    border-radius:16px;

}

.imagem-oracao{

    width:calc(100% + 40px);

    max-width:none;

    margin-left:-20px;

    margin-right:-20px;

    border-radius:12px;

}



.faq-oracao h2{

    font-size:24px;

}



.faq-pergunta{

    padding:16px;

    font-size:16px;

}



.faq-resposta p{

    font-size:16px;

    line-height:1.7;

}



.seta{

    font-size:20px;

}


}


/* =======================================
   DESTAQUE DO TITULO DA ORAÇÃO
======================================= */

.titulo-oracao-principal{

    margin:0 0 25px;

    padding-bottom:15px;

    border-bottom:2px solid #ead9a8;

    text-align:center;

    color:#8a6500;

    font-size:30px;

}


/* =======================================
   TEXTO ESPECIAL DA ORAÇÃO
======================================= */

/* =======================================
   DESTAQUE DA ORAÇÃO
======================================= */

.texto-oracao{

    background:#fffdf8;

    padding:35px 45px;

    margin-left:-25px;
    margin-right:-25px;

    margin-top:0;

    border-radius:15px 15px 0 0;

    border:1px solid #f0e6c8;

    border-bottom:none;

}


.texto-oracao p{

    font-family: Georgia, "Times New Roman", serif;

    font-size:26px;

    line-height:1.9;

    text-align:center;

    color:#3d3d3d;

    margin:0;

}


/* =======================================
   TEXTO DA ORAÇÃO NO CELULAR
======================================= */

@media(max-width:768px){

    .texto-oracao{

        padding:15px 10px;

    }


    .texto-oracao p{

        font-size:20px;

        line-height:1.8;

    }

}


@media(max-width:768px){

.texto-oracao{

    margin-left:-20px;

    margin-right:-20px;

    padding:25px 20px;

}

}


.badge-oracao{

    display:inline-block;

    background:#830202;

    color:#fff;

    padding:8px 18px;

    border-radius:30px;

    font-size:14px;

    font-weight:bold;

    letter-spacing:1px;

    margin-bottom:18px;

}


.box-oracao::after{

    content:"";

    position:absolute;

    left:0;
    right:0;
    bottom:0;

    height:25px;
    
background:linear-gradient(135deg,#8b0000,#c0392b);

}


/* IMAGEM PRINCIPAL DA ORAÇÃO */

.imagem-oracao{

    width:100%;

    max-width:700px;

    height:350px;
    
    height:auto;

    object-fit:cover;

    display:block;

    margin:25px auto;

    border-radius:15px;

}


/* CELULAR */

@media(max-width:768px){

    .imagem-oracao{

        width:calc(100% + 40px);

        max-width:none;

        margin-left:-20px;

        margin-right:-20px;

        height:250px;

        object-fit:cover;

    }

}