#bloco-blog{
    background-color: #F2F2F2;
}

#bloco-blog .box-titulo-secao{
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3rem;
    text-align: center;
}

/*
#bloco-blog .box-titulo-secao:before{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #434A51;
}
*/

#bloco-blog h2{
    font-weight: 300;
    letter-spacing: 1px;
    color: #4A5054;
    font-size: 1.6rem;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
    margin-bottom: 0;
    padding: 0 1.68rem;
}

@media (min-width: 992px){
    #bloco-blog h2{
        font-size: 3.2rem;
    }
}


#bloco-blog article{
    background-color: #F2F2F2;
    border-width: 1px;
    border-style: solid;
    border-color: #4A5054;
    backdrop-filter: blur(20px);
    padding: .8rem;
    border-radius: 12px;
    text-align: center;
    height: 100%;
}

#bloco-blog article img{
    width: 100%;
    display: block;
    margin-bottom: 1.68rem;
}

#bloco-blog article h3{
    font-weight: 700;
    color: #4A5054;
    font-size: 1.2rem;
    line-height: 1.68rem;
    margin-bottom: 1.68rem;
    transition: color .4s ease;
}

#bloco-blog article h3:hover{
    color: #000000;
}

#bloco-blog article p{
    color: #141819;
    font-size: 1.04rem;
    margin-bottom: 1.84rem;
}

#bloco-blog article .saiba-mais{
    color: #4A5054;
    font-weight: 700;
    font-size: 1.2rem;
    display: inline-block;
    margin: 1.12rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#bloco-blog article .saiba-mais svg{
    margin-left: .48rem;
    display: inline-block;
}
