.bs-parallax{
    padding: 3rem 0;
    margin-bottom:1rem;
    text-align:center;
    /*imagen se agrega en el componente*/
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
    /*necesita un color mientas no carga la imagen*/
    background-color:gray;
    color:white;
}
.bs-parallax__title{
    padding:1rem;
}
.bs-parallax__img{
    margin:1rem;
}