/* ==========================================
   BANNER DAS PÁGINAS
========================================== */

.page-banner{
    position:relative;
    height:400px;
    display:flex;
    align-items:center;
    justify-content:center;
    background-size:100% auto;
    background-position:center 30%;
}

.page-banner-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.40);
}

.page-banner .container{
    position:relative;
    z-index:2;
    text-align:center;
}

.page-banner h1{
    color:#fff;
    font-size:52px;
    font-weight:700;
    margin-bottom:12px;
}

.breadcrumb{
    color:#fff;
    font-size:16px;
}

.breadcrumb a{
    color:#fff;
    text-decoration:none;
    transition:.3s;
}

.breadcrumb a:hover{
    color:#f7c600;
}

.breadcrumb span{
    margin:0 10px;
}

.page-content{
    padding:80px 0;
}
/* ==========================
   PÁGINA DIRETORIA
========================== */

.page-content{
    padding:70px 0;
}

.diretor-foto{
    width:100%;
    max-width:280px;
    border-radius:15px;
    box-shadow:0 10px 25px rgba(0,0,0,.20);
}

.cargo{
    display:inline-block;
    background:#0056b3;
    color:#fff;
    padding:6px 16px;
    border-radius:20px;
    font-size:13px;
    font-weight:600;
    letter-spacing:1px;
    margin-bottom:15px;
}

.diretoria h2{
    font-size:38px;
    margin-bottom:20px;
    color:#1b1b1b;
}

.diretoria .lead{
    font-size:20px;
    color:#444;
    margin-bottom:20px;
}

.diretoria p{
    color:#666;
    line-height:1.8;
    text-align:justify;
}
/*==========================
 BANNER INTERNO
===========================*/

.page-banner{
    position:relative;
    min-height:320px;
    display:flex;
    align-items:center;
    justify-content:center;
    background-size:cover;
    background-position:center;
    overflow:hidden;
}

.page-banner-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,53,120,.70);
}

.page-banner .container{
    position:relative;
    z-index:2;
    color:#fff;
}

.page-banner h1{
    font-size:48px;
    font-weight:700;
    margin-bottom:15px;
}

.page-subtitle{
    font-size:20px;
    opacity:.9;
    margin-bottom:20px;
}

.breadcrumb-banner{
    font-size:15px;
}

.breadcrumb-banner a{
    color:#FFD200;
    text-decoration:none;
}

.breadcrumb-banner strong{
    color:#fff;
}
/*=============================
EVENTOS
==============================*/

.eventos{

    padding:80px 0;

}

.evento-card{

    background:#fff;

    border-radius:18px;

    overflow:hidden;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    transition:.3s;

    height:100%;

}

.evento-card:hover{

    transform:translateY(-8px);

}

.evento-card img{

    width:100%;

    height:250px;

    object-fit:cover;

}

.evento-content{

    padding:30px;

}

.evento-content h3{

    font-size:28px;

    margin-bottom:15px;

}

.evento-info{

    color:#0056b3;

    font-weight:600;

    margin-bottom:20px;

}
.evento-badge{

    display:inline-block;

    padding:6px 15px;

    border-radius:20px;

    font-size:12px;

    font-weight:700;

    margin-bottom:18px;

    color:#fff;

}

.evento-badge.aberto{

    background:#198754;

}

.evento-badge.breve{

    background:#0d6efd;

}

.evento-info{

    margin:18px 0;

    line-height:1.8;

    color:#555;

}

.evento-content{

    display:flex;

    flex-direction:column;

    height:100%;

}

.evento-content .btn{

    margin-top:auto;

}
.evento-badge{

    display:inline-block;

    padding:6px 15px;

    border-radius:20px;

    font-size:12px;

    font-weight:700;

    margin-bottom:18px;

    color:#fff;

}

.evento-badge.aberto{

    background:#198754;

}

.evento-badge.breve{

    background:#0d6efd;

}

.evento-info{

    margin:18px 0;

    line-height:1.8;

    color:#555;

}

.evento-content{

    display:flex;

    flex-direction:column;

    height:100%;

}

.evento-content .btn{

    margin-top:auto;

}
.evento-badge{

    display:inline-block;

    padding:6px 15px;

    border-radius:20px;

    font-size:12px;

    font-weight:700;

    margin-bottom:18px;

    color:#fff;

}

.evento-badge.aberto{

    background:#198754;

}

.evento-badge.breve{

    background:#0d6efd;

}

.evento-info{

    margin:18px 0;

    line-height:1.8;

    color:#555;

}

.evento-content{

    display:flex;

    flex-direction:column;

    height:100%;

}

.evento-content .btn{

    margin-top:auto;

}
/*==================================================
                CONTATO
==================================================*/

.contato-page{

    padding:80px 0;

}

.contato-card{

    background:#fff;

    border:none;

    border-radius:22px;

    padding:40px;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

    transition:.35s;

}

.contato-card:hover{

    transform:translateY(-6px);

    box-shadow:0 25px 45px rgba(0,0,0,.12);

}

/*==================================
ÍCONE SUPERIOR
==================================*/

.contato-icon-circle{

    width:90px;

    height:90px;

    margin:auto;

    border-radius:50%;

    background:#005bbb;

    display:flex;

    align-items:center;

    justify-content:center;

    color:#fff;

    font-size:42px;

    margin-bottom:25px;

    box-shadow:0 10px 25px rgba(0,91,187,.25);

}

.contato-card h3{

    color:#005bbb;

    font-size:30px;

    font-weight:700;

    margin-bottom:30px;

    text-align:center;

}

/*==================================
ITENS
==================================*/

.contato-item{

    display:flex;

    align-items:flex-start;

    gap:18px;

}

.contato-item i{

    font-size:28px;

    color:#005bbb;

    margin-top:4px;

    min-width:35px;

}

.contato-item strong{

    display:block;

    color:#111;

    margin-bottom:6px;

    font-size:17px;

}

.contato-item p{

    color:#666;

    margin:0;

    line-height:1.7;

}

.contato-card hr{

    margin:22px 0;

    opacity:.12;

}

/*==================================
WHATSAPP BOX
==================================*/

.whats-box{

    margin-top:35px;

    background:#f7f9fc;

    border-radius:18px;

    padding:28px;

    text-align:center;

}

.whats-box h5{

    color:#005bbb;

    font-weight:700;

    margin-bottom:10px;

}

.whats-box p{

    color:#666;

    margin-bottom:22px;

}

.whats-box .btn{

    border-radius:40px;

    padding:15px;

    font-weight:700;

    font-size:17px;

}

.whats-box .btn i{

    margin-right:8px;

}

/*==================================
FORMULÁRIO
==================================*/

.contato-page .form-control{

    border-radius:14px;

    border:1px solid #dfe5ec;

    padding:15px 18px;

    min-height:56px;

    box-shadow:none;

    transition:.3s;

}

.contato-page textarea.form-control{

    min-height:220px;

    resize:none;

}

.contato-page .form-control:focus{

    border-color:#005bbb;

    box-shadow:0 0 0 .2rem rgba(0,91,187,.15);

}

.contato-page button{

    border-radius:40px;

    padding:15px;

    font-size:18px;

    font-weight:700;

}

.contato-page button i{

    margin-right:10px;

}

/*==================================
MAPA
==================================*/

.contato-page iframe{

    width:100%;

    border:0;

    border-radius:22px;

    display:block;

}

/*==================================
RESPONSIVO
==================================*/

@media(max-width:991px){

    .contato-card{

        padding:30px;

    }

    .contato-icon-circle{

        width:75px;

        height:75px;

        font-size:34px;

    }

    .contato-card h3{

        font-size:26px;

    }

}

@media(max-width:768px){

    .contato-page{

        padding:60px 0;

    }

    .contato-card{

        padding:25px;

    }

    .whats-box{

        padding:22px;

    }

}
/*==================================================
                CONTATO
==================================================*/

.contato-page{

    padding:80px 0;

}

/*======================================
CARD PRINCIPAL
======================================*/

.contato-box{

    border:none;

    border-radius:24px;

    padding:50px;

    background:#fff;

    box-shadow:0 20px 45px rgba(0,0,0,.08);

    transition:.35s;

}

.contato-box:hover{

    transform:translateY(-5px);

    box-shadow:0 30px 55px rgba(0,0,0,.12);

}

/*======================================
ÍCONE
======================================*/

.contato-icon{

    width:100px;

    height:100px;

    margin:auto;

    border-radius:50%;

    background:#005bbb;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:46px;

    margin-bottom:25px;

    box-shadow:0 15px 35px rgba(0,91,187,.25);

}

.contato-box h3{

    font-size:34px;

    color:#005bbb;

    font-weight:700;

}

/*======================================
FORMULÁRIO
======================================*/

.contato-box .form-control{

    height:56px;

    border-radius:14px;

    border:1px solid #d9dfe7;

    padding:15px 18px;

    box-shadow:none;

    transition:.3s;

}

.contato-box textarea.form-control{

    height:220px;

    resize:none;

}

.contato-box .form-control:focus{

    border-color:#005bbb;

    box-shadow:0 0 0 .18rem rgba(0,91,187,.15);

}

/*======================================
BOTÃO
======================================*/

.contato-box .btn-primary{

    height:58px;

    border-radius:35px;

    font-weight:700;

    font-size:18px;

}

.contato-box .btn-primary i{

    margin-right:10px;

}

/*======================================
INFORMAÇÕES
======================================*/

.info-item{

    display:flex;

    gap:18px;

    align-items:flex-start;

}

.info-item i{

    color:#005bbb;

    font-size:30px;

    margin-top:3px;

    min-width:35px;

}

.info-item strong{

    display:block;

    margin-bottom:8px;

    color:#111;

    font-size:18px;

}

.info-item p{

    margin:0;

    color:#666;

    line-height:1.8;

}

/*======================================
WHATSAPP
======================================*/

.whatsapp-area{

    margin-top:45px;

    text-align:center;

    background:#f8fafc;

    padding:35px;

    border-radius:18px;

}

.whatsapp-area h4{

    color:#005bbb;

    font-weight:700;

    margin-bottom:10px;

}

.whatsapp-area p{

    color:#666;

    margin-bottom:25px;

}

.whatsapp-area .btn{

    border-radius:40px;

    padding:15px 40px;

    font-size:18px;

    font-weight:700;

}

.whatsapp-area .btn i{

    margin-right:10px;

}

/*======================================
MAPA
======================================*/

.contato-box iframe{

    display:block;

    width:100%;

    border:0;

    border-radius:24px;

}

/*======================================
RESPONSIVO
======================================*/

@media(max-width:991px){

    .contato-box{

        padding:35px;

    }

    .contato-icon{

        width:85px;

        height:85px;

        font-size:40px;

    }

}

@media(max-width:768px){

    .contato-page{

        padding:60px 0;

    }

    .contato-box{

        padding:25px;

        border-radius:18px;

    }

    .contato-box h3{

        font-size:28px;

    }

    .contato-box textarea.form-control{

        height:180px;

    }

    .whatsapp-area{

        padding:25px;

    }

    .whatsapp-area .btn{

        width:100%;

    }

}
/*====================================
            GALERIA
====================================*/

.galeria-page{
    padding:80px 0;
}

.galeria-page .section-title h2{
    font-size:42px;
    font-weight:700;
    color:#005bbb;
    margin-bottom:20px;
}

.galeria-page .section-title p{
    max-width:750px;
    margin:auto;
    color:#666;
    font-size:18px;
    line-height:1.8;
}

/*=========================
    FILTROS
==========================*/

.galeria-filtros{
    margin-bottom:60px;
}

.galeria-filtros .btn{

    margin:6px;

    border-radius:30px;

    padding:12px 26px;

    font-weight:600;

    transition:.35s;

}

.galeria-filtros .btn:hover{

    transform:translateY(-3px);

}

/*=========================
      CARD ÁLBUM
==========================*/

.album-card{

    background:#fff;

    border-radius:18px;

    overflow:hidden;

    box-shadow:0 10px 35px rgba(0,0,0,.08);

    transition:.35s;

    height:100%;

}

.album-card:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 45px rgba(0,0,0,.15);

}

.album-card img{

    width:100%;

    height:260px;

    object-fit:cover;

    transition:.5s;

}

.album-card:hover img{

    transform:scale(1.08);

}

.album-content{

    padding:28px;

}

/*=========================
      ETIQUETA
==========================*/

.album-tag{

    display:inline-block;

    background:#005bbb;

    color:#fff;

    padding:6px 15px;

    border-radius:30px;

    font-size:13px;

    margin-bottom:18px;

    font-weight:600;

}

.album-content h3{

    color:#005bbb;

    font-size:24px;

    font-weight:700;

    margin-bottom:20px;

}

/*=========================
       INFORMAÇÕES
==========================*/

.album-content p{

    color:#666;

    margin-bottom:10px;

    font-size:15px;

}

.album-content i{

    color:#005bbb;

    margin-right:8px;

}

/*=========================
      BOTÃO
==========================*/

.album-content .btn{

    margin-top:20px;

    width:100%;

    border-radius:35px;

    padding:12px;

    font-weight:600;

    transition:.35s;

}

.album-content .btn:hover{

    transform:translateY(-3px);

}

/*=========================
      RESPONSIVO
==========================*/

@media(max-width:991px){

    .album-card img{

        height:230px;

    }

}

@media(max-width:768px){

    .galeria-page{

        padding:50px 0;

    }

    .galeria-page .section-title h2{

        font-size:34px;

    }

}
/*=================================================
                GALERIA LIKERJ
=================================================*/

.galeria-page{
    padding:80px 0;
}

.galeria-page .section-title{
    margin-bottom:60px;
}

.galeria-page .section-title h2{

    font-size:42px;

    font-weight:700;

    color:#005BBB;

    margin-bottom:10px;

}

.galeria-page .section-title p{

    color:#666;

    font-size:18px;

}
/* =========================
   ASSOCIAÇÕES
========================= */

.associacoes-page {
    padding: 80px 0;
    background: #f5f7fb;
}

.associacoes-page .section-title {
    margin-bottom: 50px;
}

.associacoes-page .section-title h2 {
    color: #111;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 15px;
}

.associacoes-page .section-title p {
    max-width: 800px;
    margin: 0 auto;
    color: #555;
    font-size: 17px;
    line-height: 1.6;
}

/* GRADE */

.associacoes-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* CARD */

.associacao-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    text-align: center;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    transition: .3s ease;
}

.associacao-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0,0,0,.14);
}

/* ÁREA DA LOGO */

.logo-box {
    width: 100%;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    margin-bottom: 25px;
}

.logo-box img {
    max-width: 90%;
    max-height: 150px;
    width: auto;
    height: auto;
    object-fit: contain;
}

/* NOME */

.associacao-card h3 {
    color: #005bbb;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

/* CIDADE */

.associacao-card .cidade {
    display: block;
    color: #666;
    font-size: 16px;
    margin-bottom: 25px;
}

/* BOTÃO */

.btn-associacao {
    display: inline-block;
    background: #005bbb;
    color: #fff;
    padding: 12px 25px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: .3s ease;
}

.btn-associacao:hover {
    background: #ffc107;
    color: #111;
}

/* TABLET */

@media (max-width: 991px) {

    .associacoes-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

/* CELULAR */

@media (max-width: 600px) {

    .associacoes-grid {
        grid-template-columns: 1fr;
    }

    .associacoes-page {
        padding: 60px 20px;
    }

}
/* Aumenta somente a logo da Equipe ABK */
.abk-card .logo-box img{
    transform: scale(1.35);
}
/* =========================
   PAGINAÇÃO ASSOCIAÇÕES
========================= */

.associacoes-paginacao {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 50px;
}

.associacoes-paginacao a {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #005bbb;
    color: #005bbb;
    text-decoration: none;
    font-weight: 600;
    transition: .3s;
}

.associacoes-paginacao a:hover,
.associacoes-paginacao .pagina-atual {
    background: #005bbb;
    color: #fff;
}

.associacoes-paginacao .pagina-proxima {
    width: auto;
    padding: 0 16px;
    border-radius: 25px;
}
/* =========================
   GALERIA
========================= */

.galeria-page {
    padding: 80px 0;
    background: #f5f7fb;
}

.galeria-page .section-title h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 15px;
}

.galeria-page .section-title p {
    color: #666;
    font-size: 17px;
    margin-bottom: 0;
}

.galeria-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.album-item {
    display: block;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    transition: .3s ease;
}

.album-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0,0,0,.15);
}

.album-poster {
    position: relative;
    width: 100%;
    height: 230px;
    overflow: hidden;
    background: #eee;
}

.album-poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: .4s ease;
}

.album-item:hover .album-poster img {
    transform: scale(1.06);
}

.album-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: rgba(0,91,187,.78);
    color: #fff;
    opacity: 0;
    transition: .3s ease;
}

.album-item:hover .album-overlay {
    opacity: 1;
}

.album-overlay i {
    font-size: 32px;
}

.album-overlay span {
    font-weight: 600;
}

.album-item h3 {
    margin: 0;
    padding: 20px;
    text-align: center;
    color: #005bbb;
    font-size: 20px;
    font-weight: 700;
}

@media (max-width: 991px) {

    .galeria-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media (max-width: 600px) {

    .galeria-grid {
        grid-template-columns: 1fr;
    }

    .galeria-page {
        padding: 60px 20px;
    }

}
/* ================================
   CARROSSEL DOS ÁLBUNS
================================ */

.album-carousel {
    position: relative;
    max-width: 950px;
    height: 550px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.album-slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 18px;
    background: #f1f1f1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.album-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

/* SETAS */

.album-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 50%;
    background: #0066cc;
    color: white;
    font-size: 22px;
    cursor: pointer;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.album-arrow:hover {
    background: #004f9e;
}

.album-prev {
    left: 15px;
}

.album-next {
    right: 15px;
}

/* CONTADOR */

.album-contador {
    text-align: center;
    margin-top: 18px;
    font-size: 16px;
    font-weight: 600;
    color: #555;
}

/* BOTÃO VOLTAR */

.album-voltar {
    text-align: center;
    margin-top: 25px;
}

.album-voltar a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #0066cc;
    font-weight: 600;
}

.album-voltar a:hover {
    text-decoration: underline;
}

/* CELULAR */

@media (max-width: 768px) {

    .album-carousel {
        height: 400px;
        max-width: 100%;
    }

    .album-arrow {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .album-prev {
        left: 8px;
    }

    .album-next {
        right: 8px;
    }

}