body{  
    background: -webkit-linear-gradient(to right, #ffffff, #ffffff);
    background: linear-gradient(to right, #ffffff, #ffffff);
    }    
    /* Para un comportamiento responsive */
       .carousel-inner img {
        width: 100%;
        height: 100%;
    }
img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        border-radius: 10px;
      }
      
#galeria .col-lg-4 {padding: 25px;}

#galeria img{
    width: 100%;
    height: 250px;
}

footer img    {
    width: 42%;
    height: 50%;
}

footer a{text-decoration: none;}