body{
    background-image: url(backround.jpg);
}
.carousel-item{
    background-color: rgb(255, 255, 255);
    background-position: center;    
    background-size: cover;
}
.informacion{
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif ;
    font-size:110%;
    color: rgb(10, 5, 0);
    
}
.btn-wpp{
    position: fixed;
    height: auto;
    width: auto;
    line-height: auto;
    bottom: 10px;
    right: 10px;
}
#bienvenida{
    background-image: linear-gradient(
        rgba(0,0,0,0.6),
        rgba(0,0,0,0.6)
    ),url(fachada.jpg);
    background-position: center; 
    background-size: cover; 
    border-radius: 10px; 
    margin-top: 50px; 
}

