.alinhamento {
    width: 1000px;
    display: flex;
    flex-direction: row;
}
.txt-blog a {
    text-decoration: none;
}
.artigos {
    width: 70%;
}
.sidebar-blog {
    width: 30%;
}
.data-blog-sidebar p {
    font-size: 9px;
}
#blog {
    display: flex;
    justify-content: center;
    margin-top: 100px;
    margin-bottom: 150px;
}
.img-card {
    width: 630px;
    height: 230px;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
}
.cta-sidebar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.data-blog {
    padding-top: 39px;
}
.data-blog p {
    font-size: 12px;
}
.txt-blog-destaque a {
    text-decoration: none;
}
.card-blog-destaque {
    width: 630px;
}
.lista-artigos {
    margin-top: 50px;
    width: 630px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
}
.card-ultimasdoblog {
    width: 290px;
    height: 135px;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
}
.card-blog-desk {
    width: 290px;
    padding-bottom: 50px;
}
.lista-especialidades h3 {
    font-size: 15px;
    font-family: Poppins-Bold;
    color: #957799;
}
.lista-especialidades {
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.lista-especialidades a {
    text-decoration: none;
    font-size: 12px;
    color: #858585;
}
.post-recentes h3 {
    font-size: 15px;
    font-family: Poppins-Bold;
    color: #957799;
    padding-bottom: 15px;
}
.post-recomentados h3 {
    font-size: 15px;
    font-family: Poppins-Bold;
    color: #957799;
    padding-bottom: 15px;

}
.img-card-sidebar {
    width: 80px;
    height: 80px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
}
.card-sidebar-blog {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-bottom: 20px;
}
.txt-blog-destaque-sidebar {
    width: 100px;
}
.txt-blog-destaque-sidebar a {
    text-decoration: none;
}
.post-recomentados {
    margin-top: 62px;
}
ul.page-numbers {
    list-style: none;
    display: flex;
    flex-direction: row;
    gap: 7px;
}
ul.page-numbers li {
    border: solid 1px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: #858585;
}

ul.page-numbers a {
    text-decoration: none;
    color: #858585;

}
ul.page-numbers li:active {
    background-color: #E1E1E1;
    color: #858585;
}

