/* Seção com efeito Parallax */
.parallax-section {
    height: 525px; /* Define a altura fixa */
    background-image: url('../img/papeis.png'); /* Caminho da imagem */
    background-size: cover; /* Ajusta a imagem para cobrir toda a seção */
    background-position: center; /* Centraliza a imagem */
    background-attachment: fixed; /* Efeito Parallax */
    background-repeat: no-repeat;
    width: 100%;
}
