.bio{
	padding-top: 50px;
	padding-bottom: 70px;
	background-image: url("../../imgs/fundo-bio.webp");
	background-size: cover;
	background-position: center 0;
	background-attachment: fixed; /* Efeito parallax */
	color:#E83643;  
}  
.bio .titulo{
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	font-size: 40px;
	color: #E83643;
}
.bio p{
	font-size: 18px;
}
@media (max-width: 768px) {
  .bio {
    background-attachment: scroll; /* Desabilita o efeito parallax */
    background-size: cover;
    background-position: center;
  }
}