/* Artigos */
.artigos {
    background-color: #fff;
    padding: 40px 20px;
    width: 980px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    text-align: center;
}


.artigos h2 {
    font-size: 40px;
    margin-bottom: 5px;
}

.artigos h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.artigos p {
    font-size: 19px; /* tamanho da fonte */
    text-align: justify; /* Alinhamento justificado */
    text-indent: 60px; /* Recuo na primeira linha */
    line-height: 1.6; /* Espaçamento entre linhas */
    margin-bottom: 15px; /* Espaçamento entre parágrafos */
}

.p2 {
    font-size: 18px; /* tamanho da fonte */
    text-align: right; /* Alinhamento justificado */
    line-height: 1.6; /* Espaçamento entre linhas */
    margin-bottom: 15px; /* Espaçamento entre parágrafos */
}

.p3{
    font-size: 19px; /* tamanho da fonte */
    text-align: justify; /* Alinhamento justificado */
    text-indent: 60px; /* Recuo na primeira linha */
    line-height: 1.6; /* Espaçamento entre linhas */
    margin-bottom: 15px; /* Espaçamento entre parágrafos */
    margin-left: 42%;
    margin-right: 3%;
}

.imgArtigo {
    width: 620px;
    height: 620px;
    object-fit: cover;
    margin-bottom: 40px;
    border: 5px solid #333;
    border-radius: 0px;
    border-top: 5px solid #333;
    border-bottom: 5px solid #333;
}

.imgArtigo01 {
    width: 750px;
    height: auto;
    object-fit: cover;
    margin-bottom: 40px;
    border: 5px solid #333;
    border-radius: 0px;
    border-top: 5px solid #333;
    border-bottom: 5px solid #333;
}

.imgArtigo02 {
    width: 35%;
    height: auto;
    object-fit: cover;
    margin-bottom: 20px;
    border: 5px solid #333;
    border-radius: 0px;
    border-top: 5px solid #333;
    border-bottom: 5px solid #333;
    float: left;
    margin-left: 40px;
    margin-top: 30px;
    margin-right: 2%;
}

.button-container {
    text-align: center;
    margin-top: 20px;
}

.cta-button {
    background-color: #002147; /* Azul marinho */
    color: white; /* Cor do texto */
    padding: 15px 30px; /* Espaçamento interno */
    text-decoration: none; /* Remove o sublinhado do link */
    font-size: 18px; /* Tamanho da fonte */
    border-radius: 8px; /* Bordas arredondadas */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Sombra para dar destaque */
    transition: background-color 0.3s ease; /* Transição suave */
}

.cta-button:hover {
    background-color: #0057b7; /* Azul claro no hover */
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15); /* Sombra ao passar o mouse */
}

@media (max-width: 420px) {

    .artigos {
        background-color: #fff;
        padding: 40px 20px;
        width: 99%;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        text-align: center;
    }
    
    .artigos h2 {
        font-size: 30px;
        margin-bottom: 5px;
    }
    
    .artigos h3 {
        font-size: 15px;
        margin-bottom: 20px;
    }
    
    .artigos p {
        font-size: 16px; /* tamanho da fonte */
        text-align: justify; /* Alinhamento justificado */
        text-indent: 30px; /* Recuo na primeira linha */
        line-height: 1.6; /* Espaçamento entre linhas */
        margin-bottom: 15px; /* Espaçamento entre parágrafos */
    }
    
    .p2 {
        font-size: 10px; /* tamanho da fonte */
        text-align: right; /* Alinhamento justificado */
        line-height: 1; /* Espaçamento entre linhas */
        margin-bottom: 15px; /* Espaçamento entre parágrafos */
    }
    
    .imgArtigo {
        width: 100%;
        height: auto;
        object-fit: cover;
        margin-bottom: 20px;
        border: 3px solid #fff;
    }
    
    .imgArtigo01 {
        width: 100%;
        height: auto;
        object-fit: cover;
        margin-bottom: 20px;
        border: 3px solid #fff;
    }
    
    .imgArtigo02 {
        width: 100%;
        height: auto;
        object-fit: cover;
        margin-bottom: 20px;
        border: 3px solid #fff;
    }

    .imgArtigo02 {
        width: 76%;
        height: auto;
        object-fit: cover;
        margin-bottom: 20px;
        border: 5px solid #333;
        border-radius: 0px;
        border-top: 5px solid #333;
        border-bottom: 5px solid #333;
        margin-left: 12%;
        margin-top: 30px;
        margin-right: 15%;
    }

    .button-container {
        text-align: center;
        margin-top: 20px;
        max-width: 100%;
    }

    .cta-button {
        background-color: #002147; /* Azul marinho */
        color: white; /* Cor do texto */
        padding: 15px 20px; /* Reduzindo o espaçamento interno para caber em telas menores */
        text-decoration: none; /* Remove o sublinhado do link */
        font-size: 16px; /* Reduzindo o tamanho da fonte para melhor ajuste */
        border-radius: 8px; /* Bordas arredondadas */
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Sombra para dar destaque */
        transition: background-color 0.3s ease; /* Transição suave */
        display: block; /* Faz o botão ocupar toda a largura disponível */
        width: 90%; /* Garante que o botão ocupe quase toda a largura da tela */
        margin: 0 auto; /* Centraliza o botão */
        word-wrap: break-word; /* Quebra o texto se for necessário */
    }

    .cta-button:hover {
        background-color: #0057b7; /* Azul claro no hover */
        box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15); /* Sombra ao passar o mouse */
    }

}