/* ============================
   VARIÁVEIS DE TEMA
============================ */
:root {
    --red: #AA2023;
    --red-dark: #8b0000;
    --red-hover: #b30000;
    --white: #ffffff;
    --black: #000000;
    --gray-light: #f3f1eb;
    --gray-border: #ccc;
    --gray-mid: #737373;
    --whatsapp-green: #5cbe4a;
}

/* ============================
   BOTÕES WHATSAPP
============================ */
.w3_whatsapp_btn {
    background: var(--whatsapp-green) url('icon.png') no-repeat;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 2px;
    color: var(--white);
    cursor: pointer;
    display: inline-block;
    font-family: Arial, sans-serif;
    font-weight: 400;
    letter-spacing: .4px;
    line-height: 1.2;
    text-align: left;
    text-decoration: none;
    position: relative;
}

.w3_whatsapp_btn_small {
    font-size: 12px;
    background-size: 16px;
    background-position: 5px 2px;
    padding: 3px 6px 3px 25px;
}

.w3_whatsapp_btn_medium {
    font-size: 16px;
    background-size: 20px;
    background-position: 4px 2px;
    padding: 4px 6px 4px 30px;
}

.w3_whatsapp_btn_large {
    font-size: 16px;
    background-size: 20px;
    background-position: 5px 5px;
    padding: 8px 6px 8px 30px;
}

a.whatsapp { color: var(--white); }

/* ============================
   LINKS ESPECIAIS
============================ */
a.special {
    color: #0000FF;
    font-family: 'Raleway', sans-serif;
    font-size: 11px;
    text-decoration: underline;
}

/* ============================
   CAPÍTULOS
============================ */
.chap,
.chapread {
    padding: 0 7px;
    font-size: 100%;
    line-height: 200%;
    display: inline;
    border: 1px solid var(--gray-mid);
}

.chapread {
    background-color: var(--red);
    border-color: #333;
    color: #EEFFFF;
}

a.chap:hover {
    color: var(--red);
    background-color: var(--gray-light);
    text-decoration: none;
}

/* ============================
   BOTÕES SECUNDÁRIOS
============================ */
.ym-button2 {
    background-color: #a6a6a6;
    border-radius: 0.2em;
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
    color: var(--white) !important;
    cursor: pointer;
    display: inline-block;
    font-size: .7em;
    line-height: 1.2em;
    margin: .1em;
    padding: .2em .5em .3em .5em;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: background-color .2s ease;
}

.ym-button2:hover {
    background-color: var(--red);
}

/* ============================
   ÍCONES SOCIAIS
============================ */
.social-slide,
.social-slide_2 {
    float: right;
    transition: background-position .3s ease, box-shadow .3s ease;
}

.social-slide {
    height: 48px;
    width: 48px;
    margin-left: 10px;
}

.social-slide:hover {
    background-position: 0 -48px;
    box-shadow: 0 0 4px 1px rgba(0,0,0,0.8);
}

.social-slide_2 {
    height: 30px;
    width: 30px;
    margin-left: 10px;
}

.social-slide_2:hover {
    background-position: 0 -30px;
}

/* Ícones */
.twitter-hover { background-image: url('../img/twitter-hover.png'); }
.facebook-hover { background-image: url('../img/facebook-hover.png'); }
.ab-hover { background-image: url('../img/ab-hover.png'); }
.linkedin-hover { background-image: url('../img/linkedin-hover.png'); }
.email-hover { background-image: url('../img/email-hover.png'); }
.whatsapp2-hover { background-image: url('../img/whatsapp-hover.png'); }

.twitter-hover_2 { background-image: url('../img/twitter-hover_2.png'); }
.facebook-hover_2 { background-image: url('../img/facebook-hover_2.png'); }
.ab-hover_2 { background-image: url('../img/ab-hover_2.png'); }
.linkedin-hover_2 { background-image: url('../img/linkedin-hover_2.png'); }
.email-hover_2 { background-image: url('../img/email-hover_2.png'); }
.whatsapp2-hover_2 { background-image: url('../img/whatsapp-hover_2.png'); }

/* ============================
   TEXTO E ELEMENTOS
============================ */
.logo { font-size: 1.8em; color: var(--white); }
.background { background-color: var(--gray-light); padding: 1em; margin: 1em 0; }
.quote { font-variant: small-caps; }
.red, .word { color: var(--red); }
.centered { text-align: center; }
.large { font-size: 1.6em; }
.bold { font-weight: bold; }
.full-width { width: 100%; }

.text_ind { font-family: Arial, Helvetica, sans-serif; font-size: 18px; }
.text_ind2 { font-size: 115%; padding-top: 10.5em; font-style: oblique; color: #000080; font-weight: bold; }

.toccolours {
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    padding: 5px;
}

.thumbinner {
    border: 1px solid var(--gray-border);
    padding: 3px !important;
    background-color: var(--white);
    text-align: center;
    overflow: hidden;
}

.textWarning { font-size: 70%; font-weight: bold; margin-top: 1.4em; }
.textOptions { margin: 0; }
.textAudio { background-color: var(--white); }

.textHeader { margin-bottom: 15px; line-height: 140%; }
.textBody p { margin-bottom: 0; line-height: 1.5em !important; }

#textBody a { color: var(--black); }
#textBody a:hover { background-color: var(--gray-light); }

/* ============================
   LISTAS
============================ */
ul.list-bibles,
ul.list-audio,
ul.list-verses,
ul.list-multi,
ul.list-multi-2,
ul.list-page,
ul.list-download,
ul.list-www {
    padding-left: 2em;
}

/* ============================
   SLIDESHOW
============================ */
.rslides {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
    width: 100%;
    position: relative;
}

.rslides li {
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
}

.rslides img {
    width: 100%;
    display: block;
    border: 0;
}

/* ============================
   MENUS
============================ */
#menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

#menu > li {
    position: relative;
}

#menu > li > a {
    display: block;
    padding: 10px 15px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    background: transparent;
    transition: background .2s ease;
}

#menu > li > a:hover {
    background-color: rgba(255, 255, 255, 0.45);
}

/* ============================
   SUBMENUS
============================ */
#menu li ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background: #000;
    border: 1px solid #333;
    border-radius: 6px;
    padding: 6px 0;
    list-style: none;
    display: none;
    opacity: 0;
    transform: translateY(0);
    transition: opacity .25s ease;
    z-index: 9999;
}

@media (hover: hover) {
    #menu li:hover > ul {
        display: block;
        opacity: 1;
    }
}

#menu li ul li a {
    display: block;
    padding: 6px 14px;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    transition: background .2s ease, padding-left .2s ease;
}

#menu li ul li a:hover {
    background-color: #666;
    padding-left: 20px;
}
/* ============================
   SUBMENU DE 3.º NÍVEL — ABRIR À DIREITA
============================ */

#menu li ul li.has-submenu > ul {
    top: 0 !important;
    left: 100% !important;
    margin-left: 2px;
}

/* ============================
   SETA ▼
============================ */
#menu li.has-submenu > a::after {
    content: " ˅";
    font-size: .8em;
    margin-left: 6px;
}

#menu li.open > a::after {
    content: " ˄";
}

/* ============================
   ESCUDO ANTI‑NAVPANEL
============================ */
#nav {
    display: block !important;
    overflow: visible !important;
}

#nav > .ym-wrapper > .menu-wrapper > ul {
    float: none !important;
    display: flex !important;
    gap: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

#nav > .ym-wrapper > .menu-wrapper > ul > li {
    float: none !important;
    display: block !important;
    position: relative !important;
    margin: 0 !important;
}

#nav > .ym-wrapper > .menu-wrapper > ul > li > a {
    background: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    font-size: 1em !important;
    padding: 10px 15px !important;
    color: #fff !important;
}

/* ============================
   SUBMENUS — FUNDO PRETO
============================ */
#nav .menu-wrapper #menu li ul {
    background-color: #000 !important;
    border: 1px solid #333 !important;
}

#nav .menu-wrapper #menu li ul li a {
    color: #fff !important;
    background: transparent !important;
}

#nav .menu-wrapper #menu li ul li a:hover {
    background-color: #666 !important;
    color: #fff !important;
}

/* ============================
   BREAKPOINT CORRIGIDO
============================ */
@media screen and (max-width: 700px) {
    #nav {
        display: none !important;
    }
}

/* ============================
   MOBILE AJUSTES
============================ */
@media screen and (max-width: 980px) {
    .stuck {
        position: static !important;
        width: 100% !important;
    }
}

@media screen and (max-width: 550px) {
    .ym-wbox,
    header .ym-wbox,
    footer .ym-wbox {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    section.box {
        padding: 0 10px 10px 10px !important;
    }
}

@media screen and (max-width: 550px) {
    header h1 {
        font-size: 1.2em !important;
        line-height: 1.1em !important;
    }
}

img {
    max-width: 100%;
    height: auto;
}



