.Artigos__Section {
    background: var(--background2);
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding: 1.5rem 10% 1.5rem 10%;
}

.Artigos__Section--Materia {
    align-items: center;
}

.Artigos__Title {
    border-bottom: thin solid var(--border2);
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    text-align: center;
    width: 100%;
}

.Artigos__Title--Materia {
    border: none;
    margin-bottom: 0.5rem;
    text-align: left;
    width: 100%;
}

.Artigos__Subtitle {
    margin-bottom: 1.0rem;
    text-align: left;
}

.Artigos__Item {
    margin-bottom: 2.5rem;
}

.Artigos__Item:last-child {
    margin-bottom: 0rem;
}

.Artigos__Nome {
    color: var(--fontlink);
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.Artigos__Autor {
    color: var(--fontsub);
    font-size: 0.7rem;
    margin-bottom: 0.5rem;
}

.Artigos__Autor--Materia {
    margin-bottom: 1rem;
    text-align: left;
    width: 100%;
}

.Artigos__Descricao {
    font-size: 0.9rem;
    line-height: 1.5rem;
}

.Artigos__Descricao--Materia {
    text-indent: 3rem;
}

.Estrofe {
    margin-bottom: 1.0rem;
}

.Artigos__Imagem {
    margin-bottom: 1.0rem;
    width: 100%;
}

/* MEDIA QUERIES */
@media only screen and (min-width: 530px) {
    .Artigos__Title {
        text-align: left;
    }
    .Artigos__Imagem {
        width: 80%;
    }
}

@media only screen and (min-width: 530px) {
    .Artigos__Imagem {
        width: 60%;
    }
}

@media only screen and (min-width: 1024px) {
    .Artigos__Lista {
        width: 60%;
    }
    .Artigos__Link {
        transition: 0.2s;
    }
    .Artigos__Link:hover {
        color: var(--font);
    }
    .Artigos__Title--Materia {
        width: 66%;
    }
    .Artigos__Autor--Materia {
        width: 66%;
    }
    .Artigos__Descricao--Materia {
        width: 66%;
    }
    .Artigos__Imagem {
        width: 40%;
    }
}

@media only screen and (min-width: 1920px) {
    .Artigos__Imagem {
        width: 30%;
    }
}

@media only screen and (min-width: 3840px) {
    .Artigos__Imagem {
        width: 25%;
    }
}
