.menu-toggle {
    margin-right: 15px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    padding: 8px;
    color: #60C9F9 !important;
    transition: all 0.3s ease;
}

.search-toggle {
    margin-left: auto;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    padding: 8px;
    color: #60C9F9 !important;
    transition: all 0.3s ease;
}

body{
    background: #E1E2E4 !important;
}



.nav-link {
    color: #032d75 !important;
    font-size: 0.85rem;
    font-weight: 500;
    position: relative;
    transition: all 0.3s ease;
    padding
    : 0.3rem 0;
}/* Estilos específicos para a página de anúncio */



@media (max-width: 600px) {
    .featured-article .article-image img {
        width: 100%;
        height: 300px !important;
        border-radius: 31px;
        object-fit: cover;
        object-position: center;
    }
    .article-content{
        padding-top: 20px !important;
    }
  }

.navbar {
    background: #ffffff !important;
    backdrop-filter: blur(10px);
    padding: 1rem 0;
}

body > main > div > article > div.article-content > span{
    margin-top: 50px;
}


.blog-content {
    background-color: #f9f9fb00 !important;
    padding: 0px 0;
}
/* Artigo em Destaque */
.featured-article {
    margin-top: 100px;
    background: #e6e6e600;
    border-radius: 24px;
    display: flex
;
    gap: 40px;
    margin-bottom: 40px;
    overflow: hidden;
    max-height: 400px;
}

.featured-article .article-image {
    flex: 0 0 35%;
    max-width: 45%;
    position: relative;
}

.featured-article .article-image img {
    width: 100%;
    height: 100%;
    border-radius: 31px;
    object-fit: cover;
    object-position: center;
}

.featured-article .article-content {
    flex: 1;
    padding: 48px 48px 48px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.badge-blog {
    display: inline-flex;
    align-items: center;
    background: #60C9F9;
    color: #042E76;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 24px;
    width: fit-content;
}

.badge-blog i {
    margin-right: 8px;
    font-size: 14px;
}

.badge-blog img {
    margin-right: 8px;
    width: 14px;
    height: 14px;
}

.featured-article h2 {
    color: #042E76;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 16px;
    max-width: 90%;
}

.featured-article p {
    color: #666666;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 32px;
    max-width: 90%;
}

.btn-ler {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #60C9F9;
    color: #042E76;
  
    padding: 16px 20px 16px 20px;
    gap: 16px;
    border-radius: 12px 0px 0px 0px;
    opacity: 0px;
    
    border-radius: 8px;
    font-family: Titillium Web;
    font-size: 20px;
    font-weight: 700;
    line-height: 30.42px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    
    text-decoration: none;
    transition: all 0.3s ease;
    width: fit-content;
}

.btn-ler i {
    font-size: 18px;
    transition: transform 0.3s ease;
    color: #042E76;
}

.btn-ler:hover {
    background: #4dbff8;
    color: #042E76;
}

.btn-ler:hover i {
    transform: translateX(4px);
}

/* Responsivo */
@media (max-width: 992px) {
    .featured-article {
        max-height: none;
        gap: 0;
    }

    .featured-article .article-image {
        flex: 0 0 40%;
        max-width: 40%;
    }

    .featured-article .article-content {
        padding: 0px;
    }

    .featured-article h2 {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .featured-article {
        flex-direction: column;
    }

    .articles-section h3{
        font-size: 30px !important;
    }

    .featured-article .article-image {
        flex: 0 0 100%;
        max-width: 100%;
        height: 300px;
    }

    .featured-article .article-content {
        padding-top: 20px;
    }
}


.articles-section{
    margin-top: 150px;
}


/* Lista de Artigos */
.articles-section h3 {
    color: #001B3D;
    font-family: Titillium Web;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.articles-section h3 i {
    color: #89B5FF;
}

.articles-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 32px;
}

.article-card {
    background: #e6e6e600;
    border-radius: 8px;
    padding-top: 20px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.article-card:hover {
    transform: translateY(-4px);
}

.article-card .card-image {
    position: relative;
    height: 200px;
    overflow: hidden;
    border-radius: 24px;

}

.article-card .card-image img {
    width: 506px;
height: 280px;
gap: 0px;
border-radius: 24px;
opacity: 0px;

    object-fit: cover;
    transition: transform 0.5s ease;
}

.article-card:hover .card-image img {
    transform: scale(1.1);
}

.article-card .card-content {
    padding-top: 20px;
}

.article-card h4 {
    color: #001B3D;
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 8px;
}

.article-card .date {
    color: #6C757D;
    font-size: 12px;
}

.pagination {
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
    gap: 8px;
}

.pagination button {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: none;
    color: #6C757D;
    cursor: pointer;
}

.pagination button.active {
    background-color: #89B5FF;
    color: white;
    border-radius: 50%;
}

.pagination button:hover:not(.active) {
    color: #001B3D;
}

@media (max-width: 992px) {
    .articles-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .featured-article {
        flex-direction: column;
    }

    .featured-article .article-image,
    .featured-article .article-content {
        width: 100%;
    }

    .featured-article .article-image {
        height: 300px;
    }

    .featured-article h2 {
        font-size: 24px;
    }

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

/* Estilos para Single Blog */
.single-blog-content {
    padding: 60px 0;
}

.back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #666;
    text-decoration: none;
    margin-bottom: 40px;
    font-weight: 500;
}

.back-link:hover {
    color: #0066FF;
}

.back-link i {
    font-size: 20px;
}

/* Artigo Principal */
.blog-post {
    max-width: 800px;
    margin: 0 auto;
}

.badge-blog {
    display: inline-flex;
    align-items: center;
    background: #C2E7F9 !important;
    color: #032d75;
    padding: 8px 12px 8px 12px;    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 16px;
}



.blog-post h1 {
    font-size: 40px;
    font-weight: 700;
    color: #1A1A1A;
    margin-bottom: 16px;
    line-height: 1.2;
}

.blog-post .post-date {
    display: block;
    color: #666;
    margin-bottom: 32px;
}

.blog-post .post-image {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 40px;
}

.blog-post .post-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Conteúdo do Artigo */
.post-content {
    color: #333;
}

.post-content h2 {
    font-size: 24px;
    font-weight: 700;
    color: #1A1A1A;
    margin: 40px 0 16px;
}

.post-content p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 24px;
}

.post-content ul {
    margin: 0 0 24px 20px;
}

.post-content li {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 12px;
}

/* Artigos Relacionados */
.related-posts {
    margin-top: 80px;
    padding-top: 60px;
    border-top: 1px solid #E6E6E6;
}

.related-posts h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1A1A1A;
    margin-bottom: 32px;
}

.related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

/* Responsivo */
@media (max-width: 992px) {
    .blog-post h1 {
        font-size: 32px;
    }

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

@media (max-width: 768px) {
    .single-blog-content {
        padding: 40px 0; 
    }

    .blog-post h1 {
        font-size: 28px;
    }

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

/* Campo de Busca */
.search-container {
    position: relative;
    max-width: 400px;
    width: 100%;
}

.search-container input {
    width: 100%;
    padding: 12px 16px 12px 40px;
    border: none;
    border-radius: 8px;
    background-color: #F5F5F5;
    font-size: 14px;
    color: #666666;
}

.search-container input::placeholder {
    color: #666666;
}

.search-container input:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(96, 201, 249, 0.2);
}

.search-container i {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #666666;
    font-size: 16px;
}