/* Skin Artigos */

.article-blog-destaque {
    grid-column: span 3;
    max-width: 100%;
    border-bottom: 1px solid #D9BD6C;
    padding-bottom: 30px;
}

.article-blog-page {
    grid-column: span 1;
    max-width: 100%;
    display: flex;
    flex-direction: column;
}

.article-blog-page {
    grid-column: span 1;
    max-width: 100%;
    display: flex;
    flex-direction: column;
}

img.article-image-destaque {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.content-leitura{
    display:flex;
    align-items:center;
    gap:10px;
}
.content-leitura p{
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin:0;
}

img.icon-clock {
    width: 14px;
    height: 14px;
    margin-top: -2px;
}

.article-title-destaque {
    font-family: Roboto;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: var(--degrade, linear-gradient(54deg, #F1DE84 -4.65%, #B28E45 24.33%, #F1DE84 87.57%, #B28E45 113.92%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.article-date,.article-category {
    color:  #FFF;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin:0;
}


.article-description-destaque {
    color: #FFF;
    text-align: justify;
    font-family: Roboto;
    margin-top:20px;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.article-image {
    height: 230px !important;
    width: 100%;
    object-fit: cover;
}

.article-title {
    font-family: Roboto;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: var(--degrade, linear-gradient(54deg, #F1DE84 -4.65%, #B28E45 24.33%, #F1DE84 87.57%, #B28E45 113.92%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0px;
    margin-top:12px;
}

.categorie-blog-custom {
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 8px;
    padding-bottom: 15px;
}

.article-description {
    color: #FFF;
    text-align: justify;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.post-content {
    padding:24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.posts-blog a.page-numbers.next {
    content: url(/wp-content/uploads/2024/11/arrow-next-gold-footer.svg);
    flex-shrink: 0;
    padding: 15px 20px;
    border-radius: 16px;
    border: 1px solid #D9BD6C;
}

.posts-blog span.page-numbers.next{
    content: url(/wp-content/uploads/2024/11/arrow-next-gold-footer.svg);
    flex-shrink: 0;
    padding: 15px 20px;
    border-radius: 16px;
    border: 1px solid #D9BD6C;
    opacity:0.3;
    cursor:not-allowed;
}

.posts-blog a.page-numbers.prev {
    content: url(/wp-content/uploads/2024/11/arrow-prev-gold-footer.svg);
    flex-shrink: 0;
    padding: 15px 20px;
    border-radius: 16px;
    border: 1px solid #D9BD6C;
}

.posts-blog span.page-numbers.prev{
    content: url(/wp-content/uploads/2024/11/arrow-prev-gold-footer.svg);
    flex-shrink: 0;
    padding: 15px 20px;
    border-radius: 16px;
    border: 1px solid #D9BD6C;
    opacity:0.3;
    cursor:not-allowed;
}

.posts-blog span.page-numbers.prev:hover, .posts-blog a.page-numbers.prev:hover{
    content: url(/wp-content/uploads/2024/11/arrow-3.svg);
    background:#D9BD6C;
    border: 1px solid #D9BD6C;
}

.posts-blog span.page-numbers.next:hover, .posts-blog a.page-numbers.next:hover{
    content: url(/wp-content/uploads/2024/11/arrow-1.svg);
    background:#D9BD6C;
    border: 1px solid #D9BD6C;
}
.posts-blog nav.elementor-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.posts-blog span.page-numbers.current {
    border-bottom: 1px solid;
}



@media (max-width: 1024px) {

.article-blog-destaque {
    display: flex;
    flex-direction: column;
    grid-column: span 2;
}

.article-title-destaque {
    color: #1160C5;
    font-family: Poppins, Arial, sans-serif;
    font-size: 29px;
    font-style: normal;
    font-weight: 800;
    line-height: 1.5em !important;
}

img.article-image-destaque {
    width: 100%;
    height: auto;
    object-fit: cover;
}
    
.article-blog-page {
    grid-column: span 1;
    max-width: 100%;
    display: flex;
}

.blog-home{
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
}

.article-image {
    width: 100% !important;
    object-fit: cover;
}

}


@media (max-width: 767px) {
    
.article-blog-destaque {
    display: flex;
    flex-direction: column;
    grid-column: span 1;
}

.article-description-destaque {
    margin-top: 0px;
}

img.article-image-destaque {
    width: 100%;
    height:350px;
    object-fit: cover;
}
    
.article-blog-page {
    grid-column: span 1;
    max-width: 100%;
}

.article-image {
    width: 100% !important;
    height: 230px !important;
    object-fit: cover;
}

}

/* Fim Skin Artigos */

/* Relacionados */

.artigos-relacionados h3.elementor-post__title {
    padding: 0px 15px;
}

/* Fim Relacionados */
