.mb60{
  margin-bottom: 60px;
}
.dot{
  height: 7px;
  width: 7px;
  border-radius: 4px;
}
@media print {
	body * {
		visibility: hidden;
	}
	#conteudo_post, #conteudo_post * {
		visibility: visible;
	}
	#conteudo_post {
		position: absolute;
		left: 0;
		top: 0;
	}
}
.prop-ret{
  background-position: center;
  background-size: cover;
  height: 370px;
}
.grude{
  height: 1193px;
  position: sticky;
  top: -609px;
}

.altura-txt{
	min-height: 85px;
	padding: 5px 0;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.img-plani{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 200px;
}

.ft-user{
	width: 70px;
	height: 70px;
	background-image: url('/assets/img/user.svg');
	background-color: #ccc;
	background-position: center;
	background-size: cover;
	border-radius: 50%;
}

.div-scroll{
	margin-top: -30px;
}

.img-blog{
    width: auto;
    height: 300px;
	object-fit: none;
}