.grid-titulo_01{
    text-align: left;
    margin-bottom: 0px;
}
.grid-titulo_02{
    text-align: center;
    margin-bottom: 0px;
}
.grid-titulo_03{
    text-align: right;
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

.post{
    display: block;
    transform: initial!important;
    display: table;
    margin-bottom: 30px;
}
/* .grid-titulo_02 .post{
	    margin: 0 auto 30px;
} */
.post_int_title{
    display: flex;
    position: relative;
    align-items: flex-end;
    justify-content: center;
    z-index: 10;
    font-size: 4.4vw;
}
.post h2{
    font-weight: 300;
    transition: 300ms;
    margin: 0px;
    font-size: 1em;
    letter-spacing: 0;
}
.post h3{
    margin: 0 0.7rem 0.7rem;
    color: rgb(17 17 17 / 25%);
    font-size: 0.5em;
    font-weight: 300;
}

.post_img{
    position: fixed;
    top: 100px;
    height: -o-calc(100vh - 160px);
    height: -ms-calc(100vh - 160px);
    height: -moz-calc(100vh - 160px);
    height: -webkit-calc(100vh - 160px);
    height: calc(100vh - 160px);
    right: 40px;
    /*z-index: -1;*/
    width: -o-calc(100% - 80px);
    width: -ms-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    pointer-events: none;
}

/* .act_page .post_img{
    right: 640px;
    width: -o-calc(100% - 680px);
    width: -ms-calc(100% - 680px);
    width: -moz-calc(100% - 680px);
    width: -webkit-calc(100% - 680px);
    width: calc(100% - 680px);
} */

.post_img img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    opacity: 0;
    transition: 300ms;
}
/* .grid-titulo_02 .post_img{
	justify-content: center;
} */

.grid-titulo_03 .post_img{
    justify-content: flex-start;
}



.post.postContainerHidden {
    opacity: 1;
    width: 0;
    height: 0;
    margin: 0;
    display: none;
}
.postHidden {

}

/* .act_page .post_img{
    display: none;
}
.act_page .post{
    position: relative;
    z-index: 7;
} */
.grid-titulo_03 .post_int_title{
    flex-direction: row-reverse;
}

/*custom*/
/* .post h2{
	font-size: 2em;
} */