
.parallax-catalogo {
    /* The image used */
    background-image: url("https://images.pexels.com/photos/7226325/pexels-photo-7226325.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260");
	display: flex;
	justify-content: center;
	align-items: center;
    /* Set a specific height */
    height: 100vh;
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    /*filter:brightness(0.4); opacidad imagen*/
  }

 .texto-parallax {
    text-align: center;
}