@media only screen and (min-width: 0px) and (max-width: 850px) {
	.modblog_post{
		width: calc(50% - 20px);
	}
}

@media only screen and (min-width: 0px) and (max-width: 700px) {
	.modblog_post{
		width: calc(100% - 20px);
	}
}

@media only screen and (min-width: 0px) and (max-width: 550px) {
	.modblog_boxes{
		display:flex;
		flex-direction: column;
	}
	
	.modblog_load_categorias{
		width: 100%;
		padding: 15px;
	}
}