/* =========================================================
   COMUNIDADE CEARA
   CSS COMPLETO DA PÁGINA INICIAL
   ========================================================= */

/* =========================================================
   RESET
   ========================================================= */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background: #f5fbfd;
    color: #07558a;
    line-height: 1.6;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}


/* =========================================================
   CABEÇALHO
   ========================================================= */

header {
    background:
        linear-gradient(
            90deg,
            rgba(0, 91, 150, 0.96),
            rgba(0, 157, 150, 0.92)
        ),
        url("../imagens/cabecalho-ceara.jpg") center center / cover no-repeat;
}

.cabecalho-conteudo {
    width: min(1130px, 94%);
    margin: 0 auto;
    padding: 15px 0 8px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}


/* =========================================================
   IDENTIDADE / LOGO
   ========================================================= */

.identidade {
    display: flex;
    align-items: center;
    gap: 15px;
}

.identidade > a {
    display: block;
    flex-shrink: 0;
}

.logo-imagem {
    width: 76px;
    height: 76px;
    object-fit: cover;
    border-radius: 17px;
    border: 2px solid rgba(255, 255, 255, 0.75);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.18);
}

.identidade-texto {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.logo {
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 1px;
}

.slogan {
    color: #FFD23F;
    font-style: italic;
    font-weight: 700;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.25);
}

.slogan span {
    color: #FFD23F;
}


/* =========================================================
   VERSÍCULO
   ========================================================= */

.versiculo {
    display: flex;
    align-items: center;
    gap: 13px;
    max-width: 340px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.versiculo-icone {
    font-size: 34px;
    color: #fff;
    flex-shrink: 0;
}

.versiculo strong {
    color: #ffd23f;
}


/* =========================================================
   MENU
   ========================================================= */

nav {
    width: min(1130px, 94%);
    margin: 0 auto;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;

    padding: 5px 0 15px;
    flex-wrap: wrap;
}

nav a {
    color: #fff;
    font-weight: 700;
    font-size: 15px;

    display: flex;
    align-items: center;
    gap: 8px;

    padding: 7px 10px;
    border-radius: 25px;

    transition: 0.25s ease;
}

nav a:hover {
    background: rgba(255, 255, 255, 0.14);
    transform: translateY(-2px);
}

.nav-icone {
    width: 31px;
    height: 31px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    color: #fff;

    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}

.nav-icone.azul {
    background: #2196e0;
}

.nav-icone.roxo {
    background: #8e38d5;
}

.nav-icone.verde {
    background: #19b87d;
}

.nav-icone.laranja {
    background: #ff8a27;
}

.nav-icone.azul-claro {
    background: #168bd8;
}

.nav-icone.coral {
    background: #f54d70;
}

.nav-icone.amarelo {
    background: #f4b91f;
}

.nav-icone.verde-escuro {
    background: #0aa57d;
}

.busca {
    border: none;
    width: 34px;
    height: 34px;
    border-radius: 50%;

    background: rgba(255, 255, 255, 0.16);
    color: #fff;

    cursor: pointer;
    font-size: 15px;

    margin-left: 5px;
}

.busca:hover {
    background: rgba(255, 255, 255, 0.28);
}


/* =========================================================
   ÁREA PRINCIPAL
   ========================================================= */

main {
    min-height: 500px;
}


/* =========================================================
   HERO
   ========================================================= */

.hero {
    width: min(1130px, 94%);
    margin: 33px auto 45px;

    min-height: 420px;

    padding: 34px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;

    background:
        linear-gradient(
            110deg,
            rgba(230, 249, 255, 0.98),
            rgba(241, 252, 249, 0.96),
            rgba(255, 250, 229, 0.95)
        );

    border: 1px solid #c8e7ee;
    border-radius: 22px;

    box-shadow:
        0 12px 30px rgba(0, 70, 100, 0.10);

    overflow: hidden;
}

.hero-texto {
    flex: 1 1 50%;
    min-width: 0;
}

.etiqueta-hero {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    background: #fff;
    color: #076a9e;

    padding: 8px 20px;
    border-radius: 25px;

    font-size: 14px;
    font-weight: 900;

    box-shadow: 0 5px 15px rgba(0, 70, 100, 0.08);

    margin-bottom: 20px;
}

.hero h1 {
    color: #08649b;
    font-size: clamp(42px, 5vw, 58px);
    line-height: 1.05;
    font-weight: 900;

    margin-bottom: 20px;
}

.hero h1 em {
    color: #079f9a;
    font-style: normal;
}

.hero p {
    max-width: 550px;

    color: #28658b;
    font-size: 17px;
    line-height: 1.7;

    margin-bottom: 24px;
}


/* =========================================================
   BOTÃO COMPARTILHAR
   ========================================================= */

.btn-compartilhar,
.card button {
    border: none;
    cursor: pointer;

    background: linear-gradient(100deg, #0788bb, #0aa49d);
    color: #fff;

    font-size: 14px;
    font-weight: 800;

    padding: 11px 20px;
    border-radius: 12px;

    box-shadow: 0 7px 16px rgba(0, 100, 140, 0.18);

    transition: 0.25s ease;
}

.btn-compartilhar {
    display: inline-flex;
    align-items: center;
    gap: 9px;
}

.btn-compartilhar:hover,
.card button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 100, 140, 0.24);
}


/* =========================================================
   IMAGEM PRINCIPAL DO HERO - CARROSSEL
   ========================================================= */

.hero-imagem {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    min-width: 0;
    overflow: hidden;
}

.hero-imagem img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center center;
    border-radius: 18px;

    /* Transição suave */
    opacity: 1;
    transition: opacity 0.6s ease-in-out;
}

.hero-imagem img.trocando {
    opacity: 0;
}


/* =========================================================
   RESPONSIVO
   ========================================================= */

@media (max-width: 900px) {

    .hero-imagem {
        width: 100%;
        margin-top: 25px;
    }

    .hero-imagem img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

}

/* =========================================================
   CONTEÚDO
   ========================================================= */

.conteudo {
    width: min(1130px, 94%);
    margin: 0 auto 55px;
}


/* =========================================================
   TÍTULO DA SEÇÃO
   ========================================================= */

.titulo-secao {
    display: flex;
    align-items: center;
    gap: 14px;

    margin-bottom: 18px;
}

.icone-titulo {
    width: 54px;
    height: 54px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 16px;

    background: #0989ca;
    color: #fff;

    font-size: 25px;

    box-shadow: 0 6px 15px rgba(0, 100, 160, 0.18);
}

.titulo-secao h2 {
    color: #076da5;
    font-size: 28px;
    line-height: 1.2;
}

.titulo-secao p {
    color: #3d7596;
    font-size: 15px;
}


/* =========================================================
   CARD DE INFORMAÇÃO
   ========================================================= */

.card {
    background: #fff;

    border: 1px solid #d5e8ed;
    border-left: 6px solid #0aa59e;

    border-radius: 0 20px 20px 20px;

    padding: 25px 25px 27px;

    margin-bottom: 48px;

    box-shadow: 0 10px 25px rgba(0, 70, 100, 0.08);
}

.card-etiqueta {
    display: inline-block;

    background: #e9f8f6;
    color: #008f87;

    padding: 5px 12px;
    border-radius: 20px;

    font-size: 12px;
    font-weight: 900;

    margin-bottom: 10px;
}

.card h3 {
    color: #076ca4;
    font-size: 20px;
    margin-bottom: 10px;
}

.card p {
    color: #3b6e8e;
    font-size: 16px;

    margin-bottom: 20px;
}


/* =========================================================
   ACESSOS RÁPIDOS
   ========================================================= */

.acessos-rapidos {
    margin-top: 5px;
}

.acessos-rapidos h2 {
    text-align: center;

    color: #076ca4;
    font-size: 28px;

    margin-bottom: 28px;
}

.acessos-grid {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 18px;
}

.acesso-card {
    min-height: 175px;

    padding: 25px 15px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-align: center;

    color: #fff;

    border-radius: 18px;

    box-shadow: 0 10px 22px rgba(0, 70, 100, 0.14);

    transition: 0.25s ease;
}

.acesso-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 28px rgba(0, 70, 100, 0.20);
}

.acesso-card > span {
    font-size: 37px;
    margin-bottom: 8px;
}

.acesso-card strong {
    font-size: 20px;
}

.acesso-card small {
    font-size: 14px;
    margin-top: 3px;
}

.acesso-azul {
    background: #1084b7;
}

.acesso-verde {
    background: #0ca19e;
}

.acesso-dourado {
    background: #f6b51f;
}

.acesso-coral {
    background: #f2695c;
}


/* =========================================================
   RODAPÉ
   ========================================================= */

footer {
    background: linear-gradient(105deg, #086b9b, #078bb9, #109e99);
    color: #fff;

    border-top: 4px solid #f8bd22;

    margin-top: 20px;
}

.rodape-conteudo {
    width: min(1180px, 94%);
    margin: 0 auto;

    padding: 42px 0 25px;

    display: grid;

    grid-template-columns: 1.4fr 1fr 1fr;

    gap: 50px;
}

.rodape-identidade h2 {
    font-size: 21px;
    margin-bottom: 8px;
}

.rodape-identidade p {
    font-size: 15px;
    margin-bottom: 5px;
}

.rodape-frase {
    color: #ffd23f;
    font-weight: 800;
    font-size: 15px;
}

.redes-sociais h3,
.locais h3 {
    font-size: 18px;
    margin-bottom: 12px;
}

.icones-redes {
    display: flex;
    gap: 9px;
    flex-wrap: wrap;
}

.icones-redes a {
    width: 43px;
    height: 43px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    color: #fff;

    font-size: 19px;

    transition: 0.25s ease;
}

.icones-redes a:hover {
    transform: translateY(-4px) scale(1.05);
}

.rede-facebook {
    background: #1877f2;
}

.rede-instagram {
    background: #e1306c;
}

.rede-youtube {
    background: #ff0000;
}

.rede-whatsapp {
    background: #25d366;
}

.rede-tiktok {
    background: #000;
}

.rede-telegram {
    background: #229ed9;
}

.locais p {
    font-size: 13px;
    line-height: 1.45;
    margin-bottom: 7px;
}

.locais b {
    color: #fff;
}

.rodape-final {
    width: min(1180px, 94%);
    margin: 0 auto;

    padding: 13px 0;

    border-top: 1px solid rgba(255, 255, 255, 0.25);

    display: flex;
    justify-content: space-between;
    gap: 20px;

    font-size: 13px;
}


/* =========================================================
   RESPONSIVO
   ========================================================= */

@media (max-width: 1000px) {

    .cabecalho-conteudo {
        flex-direction: column;
        text-align: center;
    }

    .identidade {
        justify-content: center;
    }

    .versiculo {
        justify-content: center;
    }

    .hero {
        flex-direction: column;
    }

    .hero-texto {
        width: 100%;
    }

    .hero-imagem {
        width: 100%;
        flex-basis: auto;
    }

    .hero-imagem img {
        max-width: 100%;
        max-height: 420px;
    }

    .acessos-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .rodape-conteudo {
        grid-template-columns: 1fr 1fr;
    }
}


@media (max-width: 700px) {

    .logo {
        font-size: 24px;
    }

    .logo-imagem {
        width: 65px;
        height: 65px;
    }

    nav {
        gap: 4px;
    }

    nav a {
        font-size: 13px;
        padding: 5px 7px;
    }

    .nav-icone {
        width: 28px;
        height: 28px;
    }

    .hero {
        width: 94%;
        padding: 25px 20px;
        margin-top: 20px;
    }

    .hero h1 {
        font-size: 40px;
    }

    .hero p {
        font-size: 15px;
    }

    .hero-imagem img {
        width: 100%;
        max-height: none;
        height: auto;
    }

    .titulo-secao h2 {
        font-size: 24px;
    }

    .acessos-grid {
        grid-template-columns: 1fr;
    }

    .acesso-card {
        min-height: 145px;
    }

    .rodape-conteudo {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .rodape-final {
        flex-direction: column;
        text-align: center;
    }
}


@media (max-width: 480px) {

    .identidade {
        flex-direction: column;
    }

    .versiculo {
        font-size: 12px;
    }

    .versiculo-icone {
        font-size: 28px;
    }

    .hero h1 {
        font-size: 35px;
    }

    .etiqueta-hero {
        font-size: 12px;
    }

    .card {
        padding: 20px 17px;
    }
}
/* =========================================================
   CABEÇALHO MODERNO - COMUNIDADE CEARA
   ========================================================= */

header {
    background:
        linear-gradient(
            90deg,
            rgba(0, 76, 130, 0.94),
            rgba(0, 157, 150, 0.90)
        ),
        url("../imagens/a_wide_horizontal_banner_header_style_graphic_cle.png")
        center center / cover no-repeat;

    position: relative;
    overflow: hidden;
}

/* Nome da Comunidade */
header .logo {
    color: #ffffff;
    font-weight: 800;
}

/* LEMA */
header .slogan {
    color: #FFD23F;
    font-style: italic;
    font-weight: 700;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
}

header .slogan span {
    color: #FFD23F;
}


/* =========================================================
   MENU - TODOS OS TÍTULOS NA MESMA LINHA
   ========================================================= */

header nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 6px;
    width: 100%;
}

header nav a {
    display: flex;
    align-items: center;
    white-space: nowrap;
    flex-shrink: 1;
}

header nav .nav-icone {
    flex-shrink: 0;
}

/* Botão de pesquisa */
header nav .busca {
    flex-shrink: 0;
    margin-left: 2px;
}


/* =========================================================
   TELAS GRANDES
   ========================================================= */

@media (min-width: 1100px) {

    header nav {
        gap: 4px;
    }

    header nav a {
        font-size: 14px;
        padding-left: 6px;
        padding-right: 6px;
    }

}


/* =========================================================
   TABLET / CELULAR
   ========================================================= */

@media (max-width: 900px) {

    header nav {
        flex-wrap: wrap;
    }

}
/*=============================================================
     DEPOIMENTOS
 ============================================================== */
.depoimentos {
    margin: 45px auto;
    padding: 35px;
    width: min(1130px, 94%);
    box-sizing: border-box;
    border: 1px solid #dceef4;
    background: #ffffff;
    border-radius: 22px;
    box-shadow: 0 10px 28px rgba(0,70,100,.10);
    }
.depoimentos h2 {
    margin: 0 0 28px;
    color: #087db6;
    font-size: 32px;
    text-align: center;
    }
.depoimentos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 20px;
    }
.depoimento-card {
    padding: 25px;
    background: #f7fcfd;
    border: 1px solid #dceef4;
    border-radius: 18px;
    box-shadow: 0 8px 20px rgba(0,70,100,.08);
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    }
.depoimento-texto {
    text-align: center;
    font-size: 16px;
    line-height: 1.7;
    }
.depoimento-autor {
    text-align: center;
    margin-top: 18px;
    }
.depoimento-midia {
    margin-top: 25px;
    padding: 20px;
    background: #ffffff;
    border: 2px dashed #0ea5a4;
    border-radius: 16px;
    text-align: center;
    }
.depoimentos > p {
text-align: center;
    }
