
.main-default-news-area #pills-tab {
    list-style: none !important;
    padding: 8px !important;
    margin: 0 !important;
    display: inline-flex !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    background-color: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 50px !important;
    /* box-shadow: 0 10px 30px rgba(0,0,0,0.08) !important; */
}


.main-default-news-area #pills-tab li,
.main-default-news-area #pills-tab .nav-item {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
}

.main-default-news-area #pills-tab li::before,
.main-default-news-area #pills-tab li::after {
    display: none !important;
    content: none !important;
}


.main-default-news-area #pills-tab .nav-link {
    border-radius: 50px !important;
    color: #666;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 12px 24px !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: transparent;
    border: none;
    position: relative;
    overflow: hidden;
}


.main-default-news-area #pills-tab .nav-link:hover {
    color: #0e2f77; /* Azul corporativo */
    background-color: rgba(14, 47, 119, 0.05);
    transform: translateY(-1px);
}


.main-default-news-area #pills-tab .nav-link.active {
    background-color: #0e2f77 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 15px rgba(14, 47, 119, 0.35);
    transform: translateY(-1px);
}

@media (max-width: 991px) {
    .main-default-news-area #pills-tab {
        border-radius: 20px !important;
        padding: 15px !important;
        width: 100%;
        flex-direction: column; 
    }
    
    .d-flex.justify-content-center.mb-5.overflow-auto {
        justify-content: flex-start !important;
        padding-bottom: 10px; 
    }
    
    .main-default-news-area #pills-tab {
        display: flex !important;
        flex-wrap: nowrap !important;
        width: max-content;
        border-radius: 50px !important;
        flex-direction: row !important;
    }
}

.main-default-news-area .tab-content {
    width: 80%;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .main-default-news-area .tab-content {
        width: 95%; 
    }
}

.gt-content-card {
    background-color: #f0f4f8; 
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.03);
    margin-bottom: 30px;
}

.gt-content-title {
    font-size: 26px;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
    margin-top: 0;
}

.gt-members-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.gt-member-row {
    display: flex;
    align-items: flex-start;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

.gt-check-icon {
    color: #f1ad3e; 
    margin-right: 15px;
    font-size: 18px;
    min-width: 24px; 
    padding-top: 2px; 
}

.gt-member-text strong {
    font-weight: 700;
    color: #000;
}

.gt-list-content {
    font-size: 16px;
    line-height: 1.7;
    color: #444;
}

.gt-list-content ul,
.gt-list-content ol {
    list-style: none !important;
    list-style-type: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.gt-list-content li {
    list-style: none !important;
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
}

.gt-list-content li::marker {
    content: none !important;
    display: none !important;
}

.gt-list-content li::before {
    content: '\f00c';
    font-family: 'FontAwesome';
    color: #f1ad3e;
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 18px;
    font-weight: normal;
}


/* .gt-list-content p {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
}

.gt-list-content p::before {
    content: '\f00c'; 
    font-family: 'FontAwesome';
    color: #f1ad3e;
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 18px;
    font-weight: normal;
} */

.doc-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 260px !important;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 230px;
    border-radius: 12px;
    margin: 0 auto;
}


.doc-card .card-title {
    min-height: 3.2em;
    display: -webkit-box;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 1rem;
}

.doc-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
}

.doc-icon {
    color: #0e2f77; 
}

.doc-title-link {
    transition: color 0.2s;
    color: #000;
}

.doc-title-link:hover {
    color: #0e2f77 !important; 
}

.doc-download {
    color: #0e2f77; 
    transition: color 0.2s;
}

.doc-download:hover {
    color: #f1ad3e; 
}

.pub-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 380px !important;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 300px;
    border-radius: 12px;
    margin: 0 auto;
}

.pub-card .card-title {
    min-height: 3.2em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 1rem;
}
