body {
  background: url(../img/fnd1.jpg) top right no-repeat scroll #ffffff;
}
footer {
  color: #333;
  background: url(../img/fnd2.jpg) bottom left no-repeat scroll #ffffff;
}
footer .menu-foot {
  list-style: none;
}
footer .menu-foot a {
  color: #333;
}
/* Seccion muestra de rubros */
.sec-fnd-1 {
  margin: 10px 0px 0px 0px;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  height: 80px;
  z-index: 98;
}
.free-nav .navbar-head-1 {
  text-align: center;
  display: flex;
  justify-content: start;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  padding: 5px 10px 10px 10px;
  margin: 10px 1px;
}
.free-nav .navbar-head-1 li {
  display: inline-block;
  float: none;
}
.free-nav .navbar-head-1 li a {
  background-color: #222;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.2s ease 0s;
  line-height: 15px !important;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  margin: 5px 5px;
  font-size: 12px;
  padding: 10px 10px;
  white-space: nowrap;
}
.free-nav .navbar-head-1 li.active > a {
  background-color: #E1EC25;
  color: black;
  transition: all 0.2s ease 0s;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
}
.free-nav .navbar-head-1 a:hover,
.free-nav .navbar-head-1:hover a:focus {
  background-color: #E1EC25;
  color: black;
  transition: all 0.2s ease 0s;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
}
.buscar-top {
  margin-top: 10px;
}
.buscar-top .btn {
  padding: 6px 12px 5px;
}
.buscar-top #buscar-top {
  width: 40%;
}
@media (max-width: 767px) {
  #logo-section {
    margin-top: 45px;
  }
}

/*# sourceMappingURL=set.css.map */