 body {

            font-family: 'Inter', sans-serif;

            color: #212529;

            background-color: #fff;

            -webkit-font-smoothing: antialiased;

        }



        /* Títulos limpos, modernos e fortes */

        h1, h2, .font-heading {

            font-family: 'Plus Jakarta Sans', sans-serif;

            letter-spacing: -0.5px;

        }
        section h2 {
    color: #000000 !important;
}
.bg-cinza{
                background-color: #e5e0da;

}
.titulo-animado {

    opacity: 0;

    transform: translateY(-80px);

    /* O valor 0.5s é o tempo de espera. Mude para 1s se quiser que espere mais */

    transition: opacity 1.2s cubic-bezier(0.2, 0.8, 0.2, 1.2) 0.5s,

                transform 1.2s cubic-bezier(0.2, 0.8, 0.2, 1.2) 0.5s;

    will-change: transform, opacity;

}



.titulo-animado.ativo {

    opacity: 1 !important;

    transform: translateY(0) !important;

}

        /* ================= HEADER / NAVEGAÇÃO BRANCA ================= */

        .site-header {

            position: sticky;

            top: 0;

            left: 0;

            width: 100%;

            z-index: 1000;

            background-color: #ffffff;

            box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);

            padding: 8px 0;

        }

        .navbar-brand {

            display: flex;

            align-items: center;

            text-decoration: none;

        }

        .navbar-brand img {

            height: 44px;

            width: auto;

            object-fit: contain;

        }

        /* Organização do nome da igreja em duas linhas alinhadas */

        .brand-text-wrapper {

            display: flex;

            flex-direction: column;

            line-height: 1.15;

            margin-left: 8px;

        }

        .brand-title {

            font-family: 'Plus Jakarta Sans', sans-serif;

            font-weight: 800;

            font-size: 1.20rem;

            color: #111 !important;

            letter-spacing: -0.3px;

            padding-bottom: 1.2px;

        }

        .brand-subtitle {

            font-family: 'Inter', sans-serif;

            font-weight: 500;

            font-size: 0.90rem;

            color: #6c757d !important;

            text-transform: uppercase;

            letter-spacing: 0.6px;

        }



        /* Ajuste fino dos links para caberem confortavelmente */

        .navbar-nav .nav-link {

            color: #495057 !important;

            font-weight: 500;

            font-size: 0.8rem;

            padding: 6px 7px !important;

            transition: color 0.2s ease;

        }

        .navbar-nav .nav-link:hover,

        .navbar-nav .nav-link.active {

            color: #424341 !important;

        }

       

        /* Estilização para o menu Dropdown */

        .dropdown-menu {

            border: none;

            box-shadow: 0 10px 30px rgba(0,0,0,0.1);

            border-radius: 8px;

            padding: 10px 0;

        }

        .dropdown-item {

            font-size: 0.85rem;

            padding: 8px 20px;

            color: #495057;

            font-weight: 500;

        }

        .dropdown-item:hover {

            background-color: #f8f9fa;

            color: #0d6efd;

        }



/* Botão Doe customizado em Cinza Elegante */

        .btn-doe {

            background-color: #e9ecef;

            color: #343a40 !important;

            font-weight: 600;

            font-size: 0.8rem;

            padding: 6px 18px !important;

            border-radius: 50rem;

            transition: all 0.3s ease;

        }

        .btn-doe:hover {

            background-color: #dee2e6;

            color: #212529 !important;

            transform: translateY(-1px);

            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);

        }



        /* ================= HERO SECTION ================= */

        .hero-section {

            position: relative;

            height: 90vh;

            display: flex;

            align-items: center;

            justify-content: center;

            text-align: center;

            color: white;

            overflow: hidden;

        }



        .hero-video {

            position: absolute;

            top: 50%;

            left: 50%;

            transform: translate(-50%, -50%);

            min-width: 100%;

            min-height: 100%;

            width: auto;

            height: auto;

            z-index: 0;

            object-fit: cover;

        }



        .hero-overlay {

            position: absolute;

            top: 0;

            left: 0;

            width: 100%;

            height: 100%;

            background: rgba(0, 0, 0, 0.45);

            z-index: 1;

        }



        .hero-title {

            font-size: 4rem;

            font-weight: 800;

            letter-spacing: -1.5px;

            line-height: 1.1;

        }



        .hero-subtitle {

            font-size: 1.45rem;

            font-weight: 300;

            max-width: 700px;

            margin: 0 auto 2.8rem auto;

            opacity: 0.95;

            line-height: 1.6;

        }



        /* Botões com micro-interações suaves */

        .btn-light {

            transition: all 0.3s ease;

        }

        .btn-light:hover {

            transform: translateY(-2px);

            box-shadow: 0 10px 25px rgba(0,0,0,0.2) !important;

        }



        /* Espaçamentos generosos */

        .section-padding {

            padding: 130px 0;

        }



        .about-box p {

            font-size: 1.35rem;

            color: #5c636a;

            font-weight: 300;

            line-height: 1.8;

        }





        /* Efeito de Elevação e Zoom nas 3 colunas */

.card-destaque {

    transition: transform 0.3s ease, box-shadow 0.3s ease;

}

.card-destaque:hover {

    transform: translateY(-5px);

    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;

}

.transicao-img {

    transition: transform 0.5s ease;

    object-fit: cover;

    height: 220px;

}

.card-destaque:hover .transicao-img {

    transform: scale(1.08);

}



/* Estilo dos Botões Veja Mais */

.btn-moderno {

    transition: all 0.3s ease;

}

.btn-moderno:hover {

    background-color: #212529;

    color: #fff;

    transform: scale(1.05);

}



/* Estilo dos Cards de Redes Sociais */

.card-social {

    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);

    min-height: 110px;

}

.card-social:hover {

    transform: translateY(-5px);

    box-shadow: 0 .75rem 1.5rem rgba(0,0,0,.15)!important;

}

.card-social.facebook { background: linear-gradient(135deg, #1877f2 0%, #0d5db8 100%); }

.card-social.instagram { background: linear-gradient(135deg, #833ab4 0%, #fd1d1d 50%, #fcb045 100%); }

.card-social.youtube { background: linear-gradient(135deg, #ff0000 0%, #cc0000 100%); }



.social-badge {

    width: 45px;

    height: 45px;

    box-shadow: 0 4px 6px rgba(0,0,0,0.1);

    transition: transform 0.3s ease;

    flex-shrink: 0;

}

.card-social:hover .social-badge {

    transform: scale(1.1);

}



        /* ================= FOOTER ================= */

        .site-footer {

            background-color: #111;

            color: #aaa;

            padding: 80px 0 40px 0;

            font-size: 0.95rem;

        }

        .site-footer h5 {

            color: #fff;

            font-weight: 700;

            margin-bottom: 20px;

            font-family: 'Plus Jakarta Sans', sans-serif;

        }

        .site-footer a {

            color: #aaa;

            text-decoration: none;

            transition: color 0.2s ease;

        }

        .site-footer a:hover {

            color: #fff;

        }

        .footer-social-links a {

            display: inline-flex;

            align-items: center;

            justify-content: center;

            width: 40px;

            height: 40px;

            background: rgba(255, 255, 255, 0.08);

            border-radius: 50%;

            color: #fff;

            margin-right: 10px;

            transition: background 0.3s ease;

        }

        .site-footer .footer-social-links a:hover {

            background: rgba(255, 255, 255, 0.2);

        }

        .footer-bottom {

            border-top: 1px solid rgba(255, 255, 255, 0.1);

            margin-top: 60px;

            padding-top: 30px;

            font-size: 0.85rem;

            color: #777;

        }



        html {

    scroll-behavior: smooth;

}



.footer-link {

    transition: color 0.2s ease, padding-left 0.2s ease;

}

.footer-link:hover {

    color: #333 !important;

    padding-left: 5px;

}

.footer-social-icon {

    width: 40px;

    height: 40px;

    transition: all 0.3s ease;

    text-decoration: none;

}

.footer-social-icon:hover {

    background-color: #fff !important;

    color: #212529 !important;

    transform: translateY(-3px);

}



/* Ajuste para o menu fixo não cobrir o título da seção ao rolar */

section[id] {

    scroll-margin-top: 80px;

}



/* Seção - A Ijreja - Pastores */

.pastor-card-thumb {

    position: relative;

    overflow: hidden;

    cursor: pointer;

    border-radius: 12px;

    box-shadow: 0 4px 15px rgba(0,0,0,0.08);

    transition: transform 0.3s ease, box-shadow 0.3s ease;

    background-color: #fff;

}

.pastor-card-thumb:hover {

    transform: translateY(-5px);

    box-shadow: 0 8px 25px rgba(0,0,0,0.15);

}

.pastor-card-thumb img {

    transition: transform 0.5s ease;

    width: 100%;

    height: 190px;

    object-fit: cover;

    display: block;

}

.pastor-card-thumb:hover img {

    transform: scale(1.08);

}

/* Caixa do nome que sobe no hover */

.pastor-overlay-nome {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.7) 80%, transparent 100%);
    color: #ffffff !important; /* Garante que o texto base seja branco */
    padding: 25px 8px 12px 8px;
    transform: translateY(100%);
    transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1);
    text-align: center;
}

/* Força o span de dentro a ser branco puro e bem legível sobre o degradê preto */
.pastor-overlay-nome span {
    color: #ffffff !important;
    font-weight: 700 !important;
    text-shadow: 0 1px 2px rgba(0,0,0,0.8); /* Adiciona uma sombrinha leve para destacar ainda mais */
    opacity: 1 !important;
}

.pastor-card-thumb:hover .pastor-overlay-nome {

    transform: translateY(0);

}

/* Borda de destaque para o selecionado */

.pastor-card-thumb.active-pastor {

    border: 3px solid var(--bs-primary, #0d6efd);

}



/* Fonte limpa e sem serifa na bio */

.bio-texto-limpo {

    font-family: var(--bs-body-font-family, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif);

    font-weight: 400;

    letter-spacing: 0.2px;

}



/* Ajustes finos para as setas do Swiper ficarem elegantes */

.swiper-button-next, .swiper-button-prev {

    color: #333 !important;

    background: rgba(255, 255, 255, 0.9);

    width: 40px;

    height: 40px;

    border-radius: 50%;

    box-shadow: 0 2px 8px rgba(0,0,0,0.1);

}

.swiper-button-next::after, .swiper-button-prev::after {

    font-size: 18px;

    font-weight: bold;

}



.texto-fe-limpo {

    font-family: var(--bs-body-font-family, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif);

    font-weight: 400;

    letter-spacing: 0.2px;

}

/* Estilização moderna para as abas horizontais */

.nav-pills .nav-link.fe-tab-btn {

    border-radius: 50rem !important;

    font-weight: 600;

    color: #495057;

    background-color: #f8f9fa;

    padding: 10px 24px;

    transition: all 0.2s ease;

    border: 1px solid #dee2e6;

}

.nav-pills1 .nav-link.fe-tab-btn:hover {

    background-color: #e9ecef;

    color: var(--bs-primary, #698747);

}

.nav-pills1 .nav-link.fe-tab-btn.active {

    background-color: var(--bs-primary, #698747) !important;

    color: #fff !important;

    border-color: var(--bs-primary, #698747);

    box-shadow: 0 4px 12px rgba(4, 175, 49, 0.835);

}



.texto-historia-limpo {

    font-family: var(--bs-body-font-family, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif);

    font-weight: 400;

    letter-spacing: 0.2px;

}

/* Estilização moderna para as abas horizontais da história */

.nav-pill1s .nav-link.historia-tab-btn {

    border-radius: 50rem !important;

    font-weight: 600;

    color: #495057;

    background-color: #f8f9fa;

    padding: 10px 24px;

    transition: all 0.2s ease;

    border: 1px solid #dee2e6;

}

.nav-pills1 .nav-link.historia-tab-btn:hover {

    background-color: #e9ecef;

    color: var(--bs-primary, #698747);

}

.nav-pills1 .nav-link.historia-tab-btn.active {

    background-color: var(--bs-primary, #698747) !important;

    color: #fff !important;

    border-color: var(--bs-primary, #698747);

    box-shadow: 0 4px 12px rgba(45, 253, 13, 0.794);

}

.card-ministerio {

    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);

}



.card-ministerio:hover {

    transform: scale(1.03);

}



.overlay {

    position: absolute;

    bottom: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 60%);

    opacity: 0.9;

}

/* Barra de Navegação Interna Fixa (Sticky) - descida em 20px */
.subnav-sticky-bar-aigreja {
    position: sticky;
    top: 80px; /* Ajustado para parar mais abaixo (antes estava 60px) */
    z-index: 990;
    background-color: #698747;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.subnav-sticky-bar {
    position: sticky;
    top: 80px; /* Ajustado para parar mais abaixo (antes estava 60px) */
    z-index: 990;
    background-color: #0d6efd;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Reduzindo o espaçamento interno do Header principal */
header.bg-primary {
    padding-top: 1rem !important;
    padding-bottom: 2rem !important;
}


/* Efeito de abertura suave do detalhe (opcional) */

#modal-ministerio {

    backdrop-filter: blur(10px);

} 

/*hub*/

    .subnav-sticky-bar-hub { position: sticky; top: 80px; z-index: 990; background-color: #ff7f50; backdrop-filter: blur(8px); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); }
    html { scroll-behavior: smooth; scroll-padding-top: 150px; }
    .bg-primary-hub {background-color: #ff7f50;}
    .bg-custom-alt {     background-color: #e5e0da; }
    section h2 { color: #000000 !important; }
    .carousel-item img { height: 400px; object-fit: cover; border-radius: 1rem; }

/*nossas igrejas */
    .subnav-sticky-bar-visita { position: sticky; top: 80px; z-index: 990; background-color: #91c4e3; backdrop-filter: blur(8px); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); }
    html { scroll-behavior: smooth; scroll-padding-top: 150px; }
    .menu-lateral-netos { position: sticky; top: 150px; z-index: 800; }
    .bg-primary-visita{background-color: #91c4e3;}
    /* Oculta todas as seções por padrão e exibe apenas a ativa */
    .conteudo-igreja { display: none; }
    .conteudo-igreja.ativo { display: block; }    

/*centro de mídia*/
    .midia-img { transition: transform 0.4s ease; }
    .midia-img:hover { transform: scale(1.02); }

/*missões*/
    .subnav-sticky-bar-missao { 
        position: sticky; 
        top: 80px; 
        z-index: 990; 
        background-color: #e5e0da; 
        backdrop-filter: blur(8px); 
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); 
    }
    .bg-primary-missao{
        background-color: #e5e0da; 
    }
  
    .projeto-img { transition: transform 0.4s ease; cursor: pointer; }
    .projeto-img:hover { transform: scale(1.02); }

 

