    /* Título */
    .associados-titulo {
        padding: 120px 0 60px;
        text-align: center;
    }
    .associados-titulo h1 {
        font-family: "OwnersText-Medium", sans-serif;
        color: #454545 !important
    }

    .associados-sidebar .title-main h1 {
        color: #454545 !important
    }
    

    /* Layout principal */
    .associados-wrapper {
        display: flex;
        gap: 40px;
        max-width: 1500px;
        margin: 0 auto;
        padding: 0 20px;
        scroll-behavior: smooth;
        padding-top: 0
    }

    /* Sidebar */
    .associados-sidebar {
        flex: 0 0 280px;
        font-family: "OwnersText-Regular", sans-serif;
    }
    .associados-sidebar h2 {
        font-family: "OwnersText-Bold", sans-serif;
        font-size: 24px;
        color: #333;
        margin-bottom: 20px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    .associados-sidebar ul {
        list-style: none;
        padding: 0;
        margin: 0;
        position: relative;
    }
    .associados-sidebar ul::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 2px;
        background: linear-gradient(to bottom, var(--color2), #fff);
    }
    .associados-sidebar .category-link {
        display: block;
        padding: 12px 15px;
        text-decoration: none;
        color: #555;
        font-size: 16px;
        border-radius: 0 5px 5px 0;
        transition: background-color 0.3s ease, color 0.3s ease;
        margin-bottom: 5px;
    }
    .associados-sidebar .category-link:hover {
        background-color: #f0f0f0;
        color: #000;
    }
    .associados-sidebar .category-link.active {
        background-color: var(--color2, #005a8c);
        color: #fff;
        font-weight: bold;
    }

    /* Grid */
    .associados-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 25px;
        align-items: start;
            align-self: start;
    }

    /* Card */
    .associado-item {
        display: none;
    }
    .associado-card {
        display: flex;
        flex-direction: column;
        border-radius: 8px;
        overflow: hidden;
        background-color: #fff;
        border: 1px solid #eee;
        height: 100%;
    }
    .card-imagem {
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        height: 50%;
    }
    .card-imagem img {
        width: 196px;
        height: auto;
        /* aspect-ratio: 7 / 4; */
        object-position: top;
        object-fit: cover;
    }
    .card-placeholder {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        background-color: #f5f5f5;
        color: #888;
        font-weight: bold;
    }
    .card-conteudo {
        padding: 20px;
        flex-grow: 1;
        background-color: #ffffff;
        color: #333;
    }
    .card-conteudo h3 {
        font-size: 20px;
        font-family: "OwnersText-Medium", sans-serif;
        margin: 0 0 10px;
    }
    .card-conteudo .card-info {
        font-size: 14px;
        line-height: 1.6;
        color: #555;
    }
    .card-conteudo .card-info a {
        color: #005a8c;
        text-decoration: underline;
    }
    .card-conteudo .card-info a:hover {
        text-decoration: none;
    }

    /* Conteúdo das Tabs */
.tab-content {display: none;animation: fadeIn 0.5s ease;}
.tab-content.active {display: block;}
/* Estilos do Slider */
.title{padding: 120px 0 60px 0;}
.title h1{text-align: center;font-family: "OwnersText-Medium";}
.associados-slider1 {display: flex;flex-wrap: wrap;}
.associados-slider {margin: 0 -10px;}
.associado-slide {padding: 0 10px;width: calc(100% / 3);}
.associado-card {border-radius: 20px;overflow: hidden;height: 329px}
.card-image {display: flex;align-items: center;justify-content: center;overflow: hidden; height: 50%}
.associados-tabs-content{width:55%;}
.associados-tabs-nav{width:40%;}
.card-image img {    width: 196px;
    height: auto;
    /* aspect-ratio: 7 / 4; */
    object-position: top;
    object-fit: cover;}
.Projeto.Clima {aspect-ratio: auto;}
.caixa.flex{flex-wrap: wrap;margin-bottom: 60px;justify-content: center;row-gap:20px;}
.card-content {    padding: 20px;
    background-color: #fff;
    /* height: 200px; */
    display: flex
;
    flex-direction: column;
    justify-content: center;}
.card-content h3, .card-content span{color:#000;}
.card-content h3{font-size: 20px;font-family: 'OwnersText-Medium';}
.card-content span, .card-content span a{font-size: 14px;line-height: normal;color:#000;}
.layout-invertido .card-content {padding: 15px;background-color:var(--color3);}
.box-txt h2{text-align: center;font-family: "OwnersText-Medium";margin-bottom: 30px;}
/* Estilos do Slick Slider */
.slick-prev:before, .slick-next:before {color: #2c3e50;}
.slick-dots li button:before {font-size: 12px;}
.layout-invertido .container{flex-direction: row-reverse;}
.layout-invertido{background-color:var(--color1);}
.layout-invertido .tab-button{color:#ffffff;}
.layout-invertido .card-content li{background-color:var(--color3);}
/*estiliza lgpd*/
.page-template-template-lgpd{background-image: url(./img/clube/clube_fundo.webp);}
.page-template-template-lgpd .colorBkg{background-color: #454545f2;padding:90px 0;}
.page-template-template-lgpd nav.navbar a.nav-link{color:#ffffff;}
.page-template-template-lgpd .mainTitle{text-align: center;color:#ffffff;font-family: "OwnersText-Medium";margin: 80px 0;}
.page-template-template-lgpd .box h2{font-family: "OwnersText-Medium";color: var(--color2);font-size: 16px;margin-top: 30px;}
.page-template-template-lgpd .box p{font-family: "OwnersText-Regular";color: #ffffff;font-size: 14px;margin:0;text-align: justify;}
@media only screen and (max-width : 767px){
  .caixa.flex{flex-direction: column;row-gap: 15px;}
  .page-template-template-lgpd .colorBkg {padding: 90px 15px;}
  .associado-slide{width:85%;margin:0 auto;}
}

    /* Responsividade */
    @media (max-width: 992px) {
        .associados-grid {
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
        }
    }
    @media (max-width: 768px) {
        .associados-wrapper {
            flex-direction: column;
            margin-top: 30px;
        }
        .associados-sidebar {
            flex-basis: auto;
            width: 100%;
            margin-bottom: 30px;
        }
        .associados-grid {
            grid-template-columns: 1fr;
        }
    }

    @media (max-width: 767px) {
        .associados-sidebar .title-main h1 {
            left: 0 !important
        }

        .associados-wrapper {
            padding-top: 100px
        }
        
    }

    @media (max-width: 390px) {
        .associado-item {
            width: 290px
        }
    }