#blog-page-post{
    margin-top: 150px;
}
.tituloblog{
    color: #4A84CC;
    text-align: center;
    font-family: spinwerad;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.imgapo-entry{
	position: absolute;
    bottom: -6px;
    left: 0;
}
.descr-text{
    color: #808080;
    text-align: center;
    font-family: Flexo;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
#blog-page-post .card-img-top{
    object-fit: cover;
    height: 190px;
    width: 100%;
}
.titlecard{
    color: #4A84CC;
    font-family: Flexo;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
	margin-bottom: 20px;
	position: relative;
}
.linkpostcard{

}
.txtcadrdesc{
    color: #808080;
    font-family: Flexo;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.contimgpst{
    height: 100%;
    position: relative;
    right: 0;
    border-radius: 8px !important;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    width: calc(100% + 35px);
}
#blog-page-post .card{
    border: none;
    background: linear-gradient(to top, white 0%, white 50%, #4A84CC36 0%, #4A84CC36 100%);
    padding: 20px 15px 0px 20px;
    border-radius: 8px;
}

#blog-page-post #pagination{
	border: none;
    margin-top: 0 !important;
}
#blog-page-post .page-item .page-link{
	color: #808080;
    text-align: center;
    font-family: 'Flexo';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    height: 40px;
    width: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 6px;
    border-radius: 50%;
    background: #D5D5D5;
}

#blog-page-post .page-item.active .page-link{
	background: #4A84CC;
    color: #FFFFFF;
}
#blog-page-post .page-item .linkprevnext{
	color: #4A84CC;
    background: transparent;
    border: 0;
    font-size: 22px;
    margin: 0;
}


#blog-page-post .list-group-item{
	color: #808080;
    font-family: Flexo;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: none;
    text-align: right;
    padding: 15px 0;
    width: max-content;
    margin: 0 0 0 auto;
	cursor: pointer;
}
#blog-page-post .list-group-item.active{
	color: #4A84CC;
    background-color: transparent;
}
#blog-page-post .list-group-item.active::before{
	content: '';
    height: 6px;
    width: 40px;
    position: absolute;
    background-image: url(https://grupoctagon.com/departamentosmiramar/blog/wp-content/uploads/2025/06/apostrefe.svg);
    left: -45px;
    background-position: center;
    background-repeat: no-repeat;
    top: 20px;
}
#blog-page-post .list-group-item:hover{
	background-color: transparent;
	color: #4A84CC;
}
.imgfil{
	width: 99px;
    position: absolute;
    right: 23px;
    top: 10px;
}
.filteract{
	display: block !important;
    width: 90%;
    margin: 0 auto;
    background: #FFFFFF;
    border-radius: 10px;
	padding: 10px 12px;
	position: relative;
}
.filful{
	position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}
.closemelfil{
	position: absolute;
    font-size: 28px;
    top: 0;
    right: 10px;
}

@media(min-width:100px){
	#blog-page-post .list-group-item{
		text-align: left;
		margin: 0 0 0 50px;
		font-size: 17px;
	}
}
@media(min-width:992px){
	#blog-page-post .list-group-item{
		text-align: right;
		margin: 0 0 0 auto;
		font-size: 14px;
	}
}



