#banner-contacto{
    width:98%;
    height: 400px;
    background-image: url('../img/nave.jpg');
    background-size: cover;
    background-position-y: center;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    color:white;
}

#banner-servicios{
    width:100%;
    height: 400px;
    background-image: url('../img/mesas.jpg');
    background-size: cover;
    background-position-y: center;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    color:white;
}

#banner-acerca{
    width:98%;
    height: 400px;
    background-image: url('../img/huertos-verano.jpeg');
    background-size: cover;
    background-position-y: center;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    color:white;
}