.enap-noticia{
    max-width: 1142px;
    margin: auto;
}

.wrapper-compartilhar {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}


.enap-noticia p{
    margin-top: 20px;
}

.enap-noticia h1{
    color: #383a46;
    font-weight: 600;
    font-size: 2.7rem;
    line-height: 50px;
    margin-top: 30px;
}

.enap-noticia h2{
    color: #383a46;
    font-weight: 600;
    font-size: 1.9rem;
    line-height: 50px;
    margin-top: 30px;
}

.introtext {
    color: #383a46;
    font-weight: 500;
    font-size: 1.7rem;
    line-height: 35px;
    margin-top: 1.6rem
}

.img-externa{
    display: none;
}

.img-interna{
    width: 100%;
}

.img-interna img{
    width: 100%;
    height: auto;
    margin-bottom: 60px;
    margin-top: 30px;
}

.fulltext{
    color: #383a46;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
}

ul {
    margin-left: 20px;
    padding-left: 0;  
    margin-top: 10px;
    color: #434A54;
}

ul li {
    position: relative; 
    padding-left: 20px; 
}

.enap-noticia ul li::before {
    content: ""; 
    position: absolute;
    left: 0;
    top: 50%; 
    transform: translateY(-50%); 
    width: 10px;
    height: 10px;
    background-color: #007D7A; 
    border-radius: 50%; 
}

.enap-noticia a{
    text-decoration: underline;
    color: #007D7A;
    font-weight: 700;
}

/* Estilo para o título da notícia */
.article-importada h1 {
    font-size: 2.5rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 1rem;
}

/* Estilo para o subtítulo ou descrição */
.article-importada .subtitulo {
    font-size: 1.25rem;
    color: #7f8c8d;
    margin-bottom: 1.5rem;
}

/* Estilo para o conteúdo principal */
.article-importada .conteudo {
    font-size: 1rem;
    line-height: 1.6;
    color: #34495e;
}

/* Estilo para parágrafos */
.article-importada .conteudo p {
    margin-bottom: 1rem;
}

/* Estilo para listas */
.article-importada .conteudo ul {
    list-style-type: disc;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

/* Estilo para links */
.article-importada .conteudo a {
    color: #2980b9;
    text-decoration: underline;
}

.article-importada .conteudo a:hover {
    color: #1abc9c;
}

/* Estilo para imagens */
.article-importada .conteudo img {
    max-width: 100%;
    height: auto;
    margin: 1rem 0;
    display: block;
}



@media (max-width: 768px){
    .enap-noticia{
        padding: 110px 20px;
    }

    /* Scroll Horizontal - Tabela Responsiva */
table {
    overflow-x: auto;
    margin: 20px 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    min-width: 800px;
    width: 100%;
    border-collapse: collapse;
    background: white;
    display: block;
    white-space: nowrap;
 }
 
 tbody {
    display: block;
    overflow-x: auto;
 }
 
 tr {
    display: table;
    width: 100%;
    table-layout: fixed;
 }
 
 th,
 td {
    padding: 12px 8px;
    text-align: left;
    border-bottom: 1px solid #eee;
    white-space: nowrap;
 }
 
 th {
    background-color: #f8f9fa;
    font-weight: 600;
    position: sticky;
    top: 0;
    z-index: 10;
 }
 
 /* Scrollbar customizada */
 table::-webkit-scrollbar {
    height: 8px;
 }
 
 table::-webkit-scrollbar-track {
    background: #f1f1f1;
 }
 
 table::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
 }
 
 table::-webkit-scrollbar-thumb:hover {
    background: #555;
 }

 .enap-noticia h1{
    font-size: 1.7rem;
    line-height: 36px;
 }
}

/* Botões de Compartilhar */
.compartilhar {
    text-decoration: none;
}

.compartilhar h3 {
    margin-bottom: 1rem;
    font-size: 1.1rem;
    color: #333;
}

.social-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.social-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-decoration: none;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    border: 2px solid;
}

.social-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

/* Cores específicas de cada rede social */
.social-btn.whatsapp {
    color: #25D366;
    border-color: #25D366;
}

.social-btn.whatsapp:hover {
    background-color: #25D366;
    color: white;
}

.social-btn.facebook {
    color: #1877F2;
    border-color: #1877F2;
}

.social-btn.facebook:hover {
    background-color: #1877F2;
    color: white;
}

.social-btn.twitter {
    color: #1DA1F2;
    border-color: #1DA1F2;
}

.social-btn.twitter:hover {
    background-color: #1DA1F2;
    color: white;
}

.social-btn.linkedin {
    color: #0A66C2;
    border-color: #0A66C2;
}

.social-btn.linkedin:hover {
    background-color: #0A66C2;
    color: white;
}

/* Responsivo */
@media (max-width: 768px) {
    .social-buttons {
        justify-content: center;
    }
    
    .social-btn {
        width: 45px;
        height: 45px;
        font-size: 1.1rem;
    }
}