/* GENERAL */
*:focus {
  outline: none !important;
  border: none;
  box-shadow: none;
}

.border-radius {
  border: 1px solid #000;
  border-radius: 10px;
}

.txt-title {
  font-size: 1.5rem;
  font-weight: 700;
}

/* BUTTONS */
.btn-outline-light:hover {
  text-decoration: none;
}

.navbar.sticky {
  position: fixed;
  background: #fff;
  box-shadow: 0px 1px 10px #ccc;
  z-index: 99999;
  transition: all 0.2s ease-in-out;
}

/* NAVIGATION */
.img-logo {
  width: 30%;
}

.img-logo-chico {
  display: none;
}

.navbar {
  background: #fff;
  position: absolute;
  width: 100%;
  color: #000;
}
.navbar .nav-link {
  color: #000 !important;
}
.navbar .nav-link :active {
  color: #000 !important;
}

/* CONTENT */
.whats {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999999;
  font-size: 2.8rem;
  color: #fff !important;
  text-decoration: none !important;
}
.whats .whatsapp {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1bd741;
  border-radius: 30px;
  width: 60px;
  height: 60px;
}

.bg-kukish {
  background: url("/img/assets/home.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.bg-kukish .row {
  padding: 15% 10%;
  background-color: rgba(0, 0, 0, 0.5);
}
.bg-kukish .row p {
  color: #fff;
}
.bg-kukish .row .bg-title {
  font-size: 40px;
  font-weight: 700;
}
.bg-kukish .row .bg-txt {
  font-size: 22px;
  font-weight: normal;
}

.ks-title {
  color: #000;
  font-weight: 700;
  font-size: 40px;
}

.title-offer, .title-slider {
  font-size: 20px;
  font-weight: 700;
}

.txt-us {
  text-align: justify;
}

.txt-prod {
  width: 60%;
  margin: 0 auto 5% auto;
}

/* FOOTER */
.logo-footer .img-logo {
  width: auto;
}/*# sourceMappingURL=css.css.map */