.com-content-category-blog.blog {
    display: none;
}

.com-content-category-blog.blog {
    display: none;
}

.area-int-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    row-gap: 30px;

    .card-area-int {
        width: 30%;
        background: #f6f6f8;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        padding: 7px;
        border: 2px solid #2b285633;
        justify-content: center;
        align-content: center;
        align-items: center;

        .imagem-area-int img {
            width: 100%;
        }

        .txt-area-int {
            display: flex;
            flex-direction: column;
            position: relative;
            height: 100%;
            align-content: center;
            flex-wrap: wrap;

            .texto-area-int {
                width: 100%;

                h3 {
                    font-size: 1.5rem;
                    color: #2b2856;
                    font-weight: 700;
                    text-align: center;
                    min-height: 90px;
                    display: flex;
                    align-content: center;
                    align-items: center;
                    justify-content: center;
                }
            }



            a {
                color: #2b2856;
                padding: 5px 10px;
                border-radius: 10px;
                text-align: center;
                margin: auto;
                position: absolute;
                bottom: 5px;
                right: 7px;
            }
        }


    }
}





.voltandis {
    display: none;
}