/* Colors */
/* line 10, style.less */
.navbar {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
/* line 15, style.less */
.navbar .btn {
  border: 1px solid #005b46;
  border-radius: 30px;
  color: #333333 !important;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  padding: .5rem .8rem;
  margin-right: 15px;
}
/* line 23, style.less */
.navbar .btn:hover {
  background: #005b46;
  color: #ffffff !important;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}
/* line 32, style.less */
.navbar-nav li a {
  color: #333333 !important;
}
/* line 35, style.less */
.navbar-nav li a i {
  color: #005b46;
}
/* line 41, style.less */
.navbar-brand {
  color: #005b46 !important;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 3px;
}
/* line 47, style.less */
.navbar-brand span {
  display: block;
  color: #888888;
  font-size: 12px;
  font-weight: normal;
  text-transform: none;
  letter-spacing: normal;
}
/* line 59, style.less */
.jumbotron {
  background-image: url(../img/20.png);
  background-repeat: no-repeat;
  background-position: center 60px;
  background-attachment: fixed;
  padding: 9rem 2rem;
  margin-top: 70px;
  margin-bottom: 0;
  border-radius: 0;
}
/* line 69, style.less */
.jumbotron__h1 {
  font-size: 39px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 76, style.less */
.jumbotron .lead {
  color: #000;
  font-weight: 400;
}
/* line 81, style.less */
.jumbotron .btn {
  background: #005b46;
  border-radius: 30px;
  color: #ffffff;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  padding: .5rem 1rem;
}
/* line 88, style.less */
.jumbotron .btn:hover {
  background: #002d23;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}
/* line 95, style.less */
.about {
  background-color: #f8f9fa;
  padding: 60px 0;
}
/* line 99, style.less */
.about h3 {
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #005b46;
}
/* line 106, style.less */
.about__clients-form {
  border: 1px solid rgba(0, 91, 70, 0.27);
  padding: 20px;
}
/* line 110, style.less */
.about__clients-form .btn {
  background: #005b46;
  border-radius: 30px;
  color: #ffffff;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  padding: .4rem 2rem;
  cursor: pointer;
}
/* line 118, style.less */
.about__clients-form .btn:hover {
  background: #002d23;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}
/* line 126, style.less */
.shops {
  padding: 60px 0;
}
/* line 129, style.less */
.shops h3 {
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #005b46;
}
/* line 136, style.less */
.shops .btn {
  background: #f52a2a;
  border-radius: 30px;
  color: #ffffff;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  padding: .5rem 1rem;
  cursor: pointer;
}
/* line 144, style.less */
.shops .btn:hover {
  background: #e10b0b;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}
/* line 151, style.less */
.supplier {
  padding: 160px 0;
  font-size: 18px;
  background-image: url(../img/frutas_y_verduras.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 158, style.less */
.supplier h3 {
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #005b46;
}
/* line 165, style.less */
.supplier .btn {
  border: 1px solid #f84703;
  border-radius: 30px;
  color: #ab2f00;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  padding: .5rem 1rem;
  cursor: pointer;
}
/* line 173, style.less */
.supplier .btn:hover {
  background: #f84703;
  color: #ffffff;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}
/* line 182, style.less */
.card {
  border-radius: 0;
}
/* line 185, style.less */
.card-img-top {
  border-radius: 0;
}
/* line 189, style.less */
.card .card-text {
  font-size: 14px;
}
/* line 193, style.less */
.card h4 {
  font-size: 18px;
}
/* line 200, style.less */
.footer {
  padding: 40px 0;
}
/* line 203, style.less */
.footer h3 {
  font-size: 20px;
  text-transform: uppercase;
  color: #005b46;
}
/* line 209, style.less */
.footer .dev-link {
  padding: 15px 0;
}
