#footer {
    background: #0088cc;
    border-top-color: #0088cc;
}
#footer .footer-copyright {
    background: #004784;
    border-top-color: #004784;
}

#footer p {
    color: #fff;
}

#funcionamiento {
    background-color: #eee;
    padding: 30px 0;
    margin: 30px auto;
}
#jardineria {
  background-image: url("../img/garden/bg-garden.jpg");
  background-position: 0 -400px;
  color: #FFF !important;
  font-weight: 600;
  padding: 60px 0;
  margin: 30px 0 -50px 0;
}
#jardineria ul > li{
  text-shadow: text-shadow: 5px 5px #000;
}
#jardineria h2 {
  color: #FFF;
  font-weight: 500;
  text-shadow: 2px 2px #222 !important;
}
.sin-compromiso {
  color: #FFF;
  text-decoration: none;
  display: block;
  width: 85%;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 2.5em;
  line-height: 1.2;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  text-shadow: text-shadow: 5px 5px #000;
}
.sin-compromiso:hover {
  color: #FFF;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.4);
}
.flex-sin-compromiso {
  display: flex;
  height: 250px;
  justify-content: center;
  align-items: center;
}
#include {
  margin-top: 100px;
}
