.title_sessao{
    
    margin: 1em 0;
}
.title_post,.title_author{
    
    line-height: inherit;
    color: black;
    font-size: 1em;
}
.post-excerpt p{
    color: #434444;
}
.resumo p{
    color: #434444;
    font-size:medium;
}
.botao-blog-destaque{
    padding: 15px;
    border-radius: 10px;
    background-color: #0e76a8;
    color: #fff;
    border-color: none;
    border-width: none;
    text-shadow: none;
    box-shadow: none;
    border: none;
    margin-top: 20px;
}
.title_post{
    color: black
}
.title_author{
    color: #AFADAA
}
.swiper {
width: 100%;
height: 100%;
}

.blog-banner{
    height: 50vh;
    width: 100%;
    margin-bottom: 100px;
}

.blog-banner-img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.thumbnail{
    width: 100% !important;
    height: 300px !important;
    object-fit: cover;
}

.swiper-slide {
font-size: 18px;
/* background: #fff; */
display: flex;
justify-content: center;
align-items: center;
}

.swiper-slide > img, .featuredDiv img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}

.swiper-pagination-bullet {
        width: 20px;
        height: 20px;
        text-align: center;
        line-height: 20px;
        font-size: 12px;
        color: #000;
        opacity: 1;
        background: #d5d5d5;
    }

.swiper-pagination-bullet-active {
    color: #fff;
    background: var(--secondary-color);
}

.swiper-button-prev.swiper-button-disabled{
opacity: 0 !important;
}

.swiper-button-prev, .swiper-button-next{
color: white!important;
}
.featuredTitle{
    position: absolute;
    bottom: 20px;
    left: 10px;
    color: white;
    font-size: 1.5rem;
}
.featuredBadge{
    padding: 0.2em 0.5em;
    border-radius: 10px;
    width: max-content;
}
.featuredDiv  img {
    border-radius: 0px 20px 20px 0px;
    height: 500px;

    @media (max-width:576px) {
        height: 200px;
    } 
}

@media screen and (max-width:576px) {
    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.6666666667%;
    }
    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.3333333333%;
    }
    .title_post{
        font-size: 0.8em;
    }
    .title_author{
        font-size: 0.59em;
    }
    .title_sessao{
       
        margin: 1em 0;
    }
}
.swiper-slide-active{
    margin: 0 0.1em;
}

.first-post{
    background-color: gray;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 8px;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    position: relative;
    max-height: 400px;
}

@media screen and (max-width:576px) {
    .first-post{
        grid-column-end: 2;
    }
}

.blog-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap:20px;
    grid-row-gap: 20px;
}

.blog-wrapper-home {
    display: flex; 
    grid-column-gap:0px;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 20px;
}
@media screen and (max-width:576px) {
    .blog-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

.post-frame{
    width: auto;
    position: relative;
    overflow: hidden;
    color: #fff;
    border-radius: 10px;
    z-index: 0;
    height: 100%;
}

.post-frame a{
    font-weight: 300;
    text-decoration: none;
    color: white;
}

.thumb{
    max-height: none;
    object-fit: cover;
    width: 100%;
    left: 0vw;
    z-index: -1;
    height: 100%;
}

.a-posts{
    background: lightblue ;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 8px;
}

.a-posts .post-frame .thumb{
    height: 100%;
}

@media screen and (max-width:576px) {
    .post-frame .thumb{
        max-height: 400px;
        min-height: 200px;
    }   
}

@media screen and (min-width:576px) {
    .post-frame .thumb{
        min-height: 200px;
    }   
}

/* BLOG: ESTRUTURA INFORMAÇÕES*/

.post-info {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    bottom: 0;
    width: 100%;
    backdrop-filter: blur(1px);
    border-radius: 8px;
    transform: scale(1);
    background: #434444; 
    height: auto; 
    padding: 0.4em; 
    opacity: 90%
}

.post-frame .thumb, .post-frame .post-info{
    transition: all .5s ease;
}

.post-frame:hover .thumb{
    transform: scale(1.1);
}


.blog-category{
    width: fit-content;
    height: fit-content;
    padding: 1px 10px;
    background-color: var(--primary-color);
    border-radius: 0px 0px 8px 0px;
}

.blog-title{
    padding: 0 10px;
}

/* BLOG: PAGINAÇÃO*/

.posts-pagination{
    grid-column-start: 1;
    grid-column-end: 3;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 14px;
}

.current{
    font-weight: 700;
    color: rgb(15, 15, 15);
}

.active{
    background-color: var(--primary-color)!important;
}

@media screen and (max-width:576px) {
    .posts-pagination{
        grid-column-end: 2;
    } 
}

.posts-pagination div{
    margin: 0px 5px 5px 5px;
    height: 25px;
    width: 25px;
    background-color: #C4C4C4;
    border-radius: 100%;
    text-align: center; 
}

.posts-pagination .prevnext{
    background-color: transparent;
}

.posts-pagination .prevnext a{
    font-weight: 600;
    color: var(--primary-color);
}

.posts-pagination div a{
    color: white;
    text-decoration: none;
}

/* BLOG: CATEGORIAS*/
.section-title{
    color: var(--primary-color);
}
.dotted{
    background-image: linear-gradient(to right, rgb(112, 112, 112) 10%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 15px 2px;
    background-repeat: repeat-x;
}

@media screen and (max-width:576px) {
    .dotted{
        background-size: 18px 2px;
    }
}

.cat-div{
    margin-right: 5%;
    margin-bottom: 1rem;
}

.cat-button{
    background-color: var(--primary-color);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    border: none;
    padding: 8px 13px;
}

.cat-button a  {
    text-decoration: none;
    font-weight: 600;
    color: white;
}

/* SINGLE POST ------------------------------------*/
.p-autor{
    padding-right: 0.5rem;
}

.p-data{
    color: rgb(196, 196, 196);
    padding-left: 0.5rem;
    border-left: 2px solid ;
    color: rgb(196, 196, 196); 
}

.social-wrapper a {
    margin-left: 0.5rem;
}

.social-facebook:hover svg{
    transition: all .3s ease;
    fill: #3b5998 ;
}

.social-twitter:hover svg{
    transition: all .3s ease;
    fill: #00acee ;
}

.social-linkedin:hover svg{
    transition: all .3s ease;
    fill: #0e76a8 ;
}

.social-whatsapp:hover svg{
    transition: all .3s ease;
    fill: #34af23 ;
}

.social-insta:hover svg{
    transition: all .3s ease;
    fill: #e83f49;
}

.related-posts-confira a{
    color: black;
}

.social-wrapper-d a {
    margin-left: 0;
    margin-right: 1.5rem;
}

.cat-button{
    transition: all .2s;
}

.cat-button:hover {
    transform: translateY(2px);
    background-color: #e45e29 ;
}

.cat-button:active {
    transform: translateY(4px);
}

@keyframes fadeIn {
    0%{
        opacity: 0;
        transform: translateX(-50px);
    }

    100%{
        opacity: 1;

    }
}

.dotted{
    animation: fadeIn 1s;
}


.blog-category p a:hover{
    color: var(--quartenary-color);
}

.posts-confira-title:hover{
    color: var(--primary-color);
}

.post-content p, .post-content a{
    margin-bottom: 1rem!important;
}
.post-content div {
    margin-bottom: 1.5em;
    text-align: justify;
}
.post-content h1,.post-content h2,.post-content h3,.post-content h4,.post-content h5{
    margin-bottom: 0.6em;
}

.posts-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.post-item{
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none;
    color: #434444;
    filter: drop-shadow(0 0 0.40rem rgba(68, 68, 68, 0.397));
}

.post-item p{
    font-size: small;
    color: #AFADAA;
}